/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html,body {
    overflow-x: hidden;
}

.accordion svg {
    width: max-content;
    transition: all .4s;
}

.accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}

.accordion .e-opened {
    display: flex !important;
}

.accordion .e-closed {
    display: none !important;
}

.accordion .e-n-accordion-item-title[aria-expanded="true"] svg {
    transform: rotate(90deg);
}

.accordion .e-n-accordion-item {
    border-bottom: 1px solid #000;
}

.header {
    --content-width: 1520px;
    background-color: var( --e-global-color-secondary );
    padding: 34px 0px;
}

.header .header-inner {
    max-width: var(--content-width);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header ul.header-menu {
    list-style: none !important;
    padding: 0px !important;
    display: flex ;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 100px;
}

.header ul.header-menu li,
.header ul.header-menu li a {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-text ) ;
    position: relative;
}

.header-menu li ul {
    position: absolute;
    top: 100%;
    left: -20px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffffd5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    width: 240px;
    margin-top: 10px;
    padding: 20px;
}

/* Show submenu on hover */
.header-menu li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
}

.header-menu ul.sub-menu li,
.header-menu ul.sub-menu li a {
    color: var( --e-global-color-secondary ) !important;
}

.header-menu ul.sub-menu li {
    margin-bottom: 10px;
}

.footer {
    padding-top: 70px;
    background-color: var( --e-global-color-secondary );
}

.footer-top .inner {
    max-width: 1520px;
    margin: 0px auto;
    border-bottom: 1.11px solid #FFFFFF80;
    padding-bottom: 76px;
}

.footer-top .inner h4 {
    max-width: 950px;
    margin: 0px auto;
    text-align: center;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 26px;
    font-weight: var( --e-global-typography-text-font-weight );
    line-height: 150%;
    color: var( --e-global-color-text );
}

.footer-bottom {
    border-top: 1.11px solid #FFFFFF80;
    padding: 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: 400;
    color: var( --e-global-color-primary );
    margin: 0px !important;
    text-align: center;
}

.footer-bottom a {
    color: var( --e-global-color-primary );
    text-decoration: underline;
}

.footer-main .policy {
    padding: 44px 100px 25px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-main h6 {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var( --e-global-color-primary );
    margin: 0px !important;
    text-align: center;
}

.footer-main .contact-info-wrapper h6 {
    width: 100%;

}

.footer-main .inner {
    max-width: 1322px;
    margin: auto;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
}

.footer-main .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 43%;
    padding-left: 247px;
}

.footer-main .inner h6 {
    text-align: left !important;
}

/* .footer-main .inner>div {
    flex: 1;
} */

.wpcf7-form input,
.wpcf7-form textarea {
    background-color: transparent !important;
    color: var( --e-global-color-primary );
    padding: 10px 16px;
    border-radius: 0px;
    border: 1px solid var( --e-global-color-primary );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
}

.wpcf7-form textarea {
    height: 120px;
}

.hotel-footer .wpcf7-form input,
.hotel-footer .wpcf7-form textarea {
    border-color: #000 !important;
    color: #000 !important;
}

.footer-main .contact-info-wrapper,
.footer-main .contact-info-wrapper .epikoinonia-menu-wrapper  {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-main .contact-info-wrapper .epikoinonia-menu-wrapper {
    width: max-content;
}

.footer-main .contact-info-wrapper.epikoinonia {
    align-items: flex-end;
}

.footer-main .contact-details {
    width: 57%;
    display: flex;
    flex-direction: row;
}

.footer-main .contact-details>div {
    flex: 1;
}

.rotated-container {
    width: 474px !important;
    transform: rotate(5.55deg);
    border-radius: 182px;
}

.rotated-container::before {
    border-radius: 182px;
}

.arrow-wrapper {
    max-height: 137px !important;
    /* top: 50% !important;
    transform: translateY(-50%); */
}

.about-us-hover-effect:hover .arrow-wrapper,
.about-us-hover-effect:hover .hotel-arrow-wrapper {
    transform: rotate(-180deg);
}

.hotel-arrow-wrapper {
    max-height: 118px !important;
    min-width: 118px !important;
}

.video-play-button {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

ul.footer-menu {
    list-style: none !important;
    padding: 0px !important;
}

ul.footer-menu li,
ul.footer-menu a {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: var( --e-global-color-primary ) !important;
}

ul.footer-menu li {
    margin-bottom: 5px;
}

ul.footer-menu a {
    display: flex;
    flex-direction: row;
    gap: 7px;
}

ul.footer-menu a::before {
    content: '';
    display: flex !important;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#menu-topothesia-footer-menu a::before {
    background-image: url(/wp-content/uploads/2025/05/Vector-loca.png);
}

#menu-epikoinonia-footer-menu li:first-child a::before,
#menu-epikoinonia-footer-menu li:nth-child(2) a::before {
    background-image: url(/wp-content/uploads/2025/05/Vector-phone.png);
}

#menu-epikoinonia-footer-menu li:nth-child(3) a::before {
    background-image: url(/wp-content/uploads/2025/05/Group-2009.png);
}

#menu-epikoinonia-footer-menu li:nth-child(4),
#menu-epikoinonia-footer-menu li:nth-child(5),
#menu-epikoinonia-footer-menu li:nth-child(6) {
    margin: 0px !important;
}



.masked-image {
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/uploads/2025/05/484906398_122213618996167711_1590562516049606018_n-1.png');
    background-size: 110%;
    background-position: 0% 20%;
    transition: all 0.35s ease-in-out !important;

    /* Apply mask */
    mask-image: url('/wp-content/uploads/2025/05/map.png');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;

    -webkit-mask-image: url('/wp-content/uploads/2025/05/map.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.masked-image:hover {
    /* background-position: -100% -100%; */
    background-size: 120%;
    background-position: -50% 20%;
}

.about-us-hover-effect:hover .rotated-container {
    transform: rotate(-5.55deg);
}



.video-placeholder {
    transition: .3s;
}

.video-placeholder:hover {
    transform: scale(1.1);
}

.gallery-wrapper {
    transition: .3s;
}

.gallery-wrapper:hover {
    background-color: var( --e-global-color-accent ) !important;
}

.footer-lang-switcher ul {
    list-style: none !important;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.footer-lang-switcher img {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
}

.header-lang-switcher select {
    background-color: transparent;
}

.header-lang-switcher select {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: var( --e-global-typography-text-line-height );
    color: var( --e-global-color-primary );
    padding: 0px !important;
    border: none !important;
    outline: none !important;
}

.header-lang-switcher option,
.header-lang-switcher option:hover,
.header-lang-switcher option [selected="selected"] {
    color: black !important;
}

.linear-text {
    background: linear-gradient(to right, 
    rgba(197, 202, 198, 1) 55%, 
    rgba(197, 202, 198, 0) 100% 
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s !important;
}

.linear-text:hover {
    background: linear-gradient(to right, 
    rgb(252, 252, 252) 55%, 
    rgba(197, 202, 198, 0) 100% 
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.change-color-text,
.change-color-text * {
    transition: all .4s;
}

.change-color-text:hover,
.change-color-text *:hover {
    color: var( --e-global-color-primary ) !important;
}

.metrics-grid,
.metrics-grid>div {
    width: max-content;
}

.metrics-grid .elementor-counter .elementor-counter-number-wrapper {
    transition: all .3s;
    transform-origin: top left;
}

.metrics-grid .elementor-counter .elementor-counter-number-wrapper:hover {
    transform: scale(1.2);
}

.metrics-grid .elementor-counter .elementor-counter-number-wrapper:hover * {
    color: var( --e-global-color-text ) !important;
}

.metrics-grid .elementor-counter-number-suffix {
    margin-left: 10px;
}

.logo, 
.logo * {
    width: max-content;
}

.hotel-header {
    padding: 70px 0px !important;
    transition: all .4s !important;
}

.hotel-header.sticky-effects {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.header .right-col {
    width: max-content;
    min-width: max-content;
}

.reservation-button,
.reservation-button .elementor-button-wrapper,
.reservation-button .elementor-button-wrapper a {
    height: 100%;
}

.reservation-button .elementor-button-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reservation-button {
    transform: translateX(435px);
}

.menu-toggle {
    background: none !important;
    border: none !important;
    padding: 0px !important;
}

.menu-toggle svg {
    width: 36px;
    height: 36px;
    fill: var( --e-global-color-primary );
}

.rooms-title-wrapper {
    width: max-content;
}

.footer-map-section {
    width: max-content;
}

.hotel-lang-switcher li {
    display: flex;
}

.hotel-lang-switcher img {
    aspect-ratio: 1 !important;
    height: auto !important;
}

.hotel-footer-contact-col {
    width: max-content;
    min-width: max-content;
}

.swiper.gallery-thumbs {
    margin-top: 30px;
}

.swiper.gallery-thumbs img {
    height: 248px;
    width: 100%;
    object-fit: cover;
}

.swiper.gallery-top img {
    height: 565px;
    width: 100%;
    object-fit: cover;
}


.oc-menu-overlay {
    position: fixed;
    display: flex;
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    background-color: #0000005b;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}

.oc-menu-wrapper {
    width: 50vw;
    background-color: #fff;
    height: 100%;
    padding: 50px;
    transform: translateX(-100%);
    transition: transform 0.3s;
}


.oc-menu-overlay.active {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 999 !important;
  transition: opacity 0.3s ease;
}

.oc-menu-wrapper.active{
    transition-delay: 0.3s;
    transform: translateX(0%) !important;
    transition: transform 0.3s;
}

.header-menu-mobile {
    padding: 0px !important;
    list-style: none !important;
}

.header-menu-mobile li,
.header-menu-mobile li a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
}

.header-menu-mobile ul.sub-menu {
    list-style: none !important;
}

.header-menu-mobile li {
    margin-bottom: 10px;
}

.room-title-wrapper {
    flex-grow: 1 !important;
}

.poseidon-room-loop {
    width: calc((100%/3) - 40px) !important;
}

@media only screen and (max-width: 1500px) {
    .header .header-inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hotel-header {
        padding: 50px 25px !important;
    }

    .reservation-button {
        transform: translateX(155px);
    }

    .header ul.header-menu {
        gap: 40px;
    }

    .poseidon-room-loop {
        width: calc((100%/3) - 27px) !important;
    }
}

@media only screen and (min-width: 1025px) {
    .menu-toggle {
        display: none;
    }

    .oc-menu-overlay {
        display: none;
    }


}


@media only screen and (max-width: 1024px) {
    .header-menu {
        display: none !important;
    }

    .footer-main .inner {
        flex-direction: column;
    }

    .footer-main .contact-details {
        width: 100%;
    }

    .footer-main .form-wrapper {
        padding: 0px;
        width: 100%;
        margin-top: 40px;
    }

    .footer-main .contact-info-wrapper.epikoinonia {
        align-items: flex-start;
    }

    .poseidon-room-loop {
        width: calc((100%/2) - 20px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .menu-toggle svg {
        width: 24px;
        height: 24px;
    }
    
    .header .header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rotated-container,
    .rotated-container::before {
        border-radius: 100px;
    }

    .footer-top .inner h4 {
        font-size: 20px;
    }

    .footer-main .contact-details {
        flex-direction: column;
        gap: 40px;
    }

    .footer-bottom p {
        font-size: 16px;
    }

    .footer-main .policy {
        margin-top: 40px;
        margin-bottom: 40PX;
        flex-direction: column;
        padding: 0px;
        gap: 20px;
    }

    .footer-lang-switcher {
        order: 1;
    }

    .footer-main .policy h6 {
        order: 2;
    }

    .footer-lang-switcher ul {
        justify-content: center;
    }

    .oc-menu-wrapper {
        width: 85vw;
    }

    .hotel-header {
        padding: 50px 20px !important;
    }

    .swiper.gallery-top img {
        height: 300px;
    }

    .swiper.gallery-thumbs img {
        height: 160px;
    }

    .poseidon-room-loop {
        width: 100% !important;
    }
}

.play-icon-button .elementor-button-icon svg {
    height: 24px !important;
    width: auto !important;
}

.elementor-icon-wrapper {
    display: flex;
}