/* @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=M+PLUS+1p&display=swap');
:root {
  --main-color: #134069;
  --light-blue: #6ec1e4;
  --sky-blue: #c9e7ff;
}

/* Default font */
body,
#mainNav ul.navbar-nav li a{
  font-family: "M PLUS 1p", serif !important;
  font-weight: 400;
  font-style: normal;
}

.container{
    /*overflow: hidden;*/
    /*max-width: 100vw;*/
}

#main-component p{
  word-wrap: break-word; /* Force long words to wrap */
  overflow-wrap: break-word; /* Compatibility for modern browsers */
  white-space: normal; /* Prevent text from staying on one line */
}

/* link decoration (bullets) fix */
#mainNav ul.navbar-nav li:after{
    font-family: "Roboto";
    display: none;
}

/* MENU FIX */
#mainNav ul.navbar-nav li a {
    display: inline-block;
    text-decoration: none;
}

#mainNav ul.navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}

#mainNav ul.navbar-nav li a:hover::after {
    width: 100%;
    transition: width .3s;
}

#mainNav ul.navbar-nav li a:hover {
     border: none !important;
}

#mainNav.navbar-shrink ul.navbar-nav li a::after {
    background: var(--main-color);
}

#mainNav.navbar-shrink ul.navbar-nav li a:hover{
    color: var(--main-color);
}

#mainNav ul.navbar-nav li a:hover{
    color: var(--sky-blue);
}

.telephone a:hover{
    color: var(--sky-blue);
}

.navbar .container{
    overflow: visible !important;
}

/* VIDEO TITLE */
h2.video-title{
    font-family: "Lobster";
    color: var(--sky-blue);
    font-size: 3rem;
    font-weight: 600;
    text-shadow: 0px 3px 0px #b2a98f,
                 0px 14px 10px rgba(0,0,0,0.15),
                 0px 24px 2px rgba(0,0,0,0.1),
                 0px 34px 30px rgba(0,0,0,0.1);
    margin-bottom: 5vh;
    text-wrap-mode: nowrap;
    max-width: 100%;
}

.overlay{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    display: flex; 
    justify-content: center; 
    align-items: flex-end; 
    pointer-events: none;    
}

@media only screen and (max-width: 600px) {
    h2.video-title{
        font-size: 1.2rem;
    }
}



/* VIEW MORE BUTTON ANIMATION */
.button-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.thelink:hover{
    .thetext{
        color: #fff;
    }
}

.thebtn:focus {
    outline: none;
}

.thecenter {
  width: 180px;
  height: 60px;
  
}

.thebtn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--light-blue);
  outline: none;
  transition: 1s ease-in-out;
}

.button-wrapper svg {
  margin-top: -2px;
  margin-left: -7px;
  position: relative;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.thebtn:hover {
  transition: 1s ease-in-out;
  background: var(--light-blue);
}

.thebtn:hover svg {
  stroke-dashoffset: -480;
}

.thetext {
  width: 180px;
  height: 60px;
  display: block;
  margin-top: -45px;
    margin-left: -5px;
  color: #134069;
  font-size: 18px;
  font-weight: 600;
}

/* OUR TOURS TITLE LINKS */

#paketa .keimena div{
    border-bottom: 4px solid var(--light-blue);
}

#paketa .keimena div h2:hover, #paketa .keimena div h2 a:hover{
    color: var(--light-blue);
}

.title-underline{
    text-decoration: none;
}

.title-underline:hover{
    color:#fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

#paketa.ypiresies .keimena div h2:hover,
#paketa:not(.home) .keimena div h2:hover{
    text-decoration: underline;
    color: #fff;
}

#paketa.ypiresies .keimena div h2 a:hover,
#paketa:not(.home) .keimena div h2 a:hover{
    color: var(--light-blue);
}

#paketa .keimena{
    padding: 10px;
    margin-bottom: 60px;
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 5px;
}

#paketa .keimena div{
    margin-bottom: 0px;
}
#paketa .keimena:hover{
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

/* SERVICES */
#services .item-img-wrap{
    overflow: hidden;
}

#services .item-head img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: auto;
}

#services .item-head:hover img{
    transform: scale(1.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;  
}

#services .item-head:hover h3 a{
    background: #005da4;
    color: white;
}

#services .service-item .perigrafi{
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* FOOTER LINKS */
footer ul.mod-list li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    margin-left: 0.5rem;
}

footer ul.mod-list li a:hover::after {
    width: 100% !important;
    transition: width .3s;
}

footer ul.mod-list li:after{
    display: none;
}

/* FOOTER VIDEO BG */
.footer-background {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none; /* Prevent interaction with the video */
}

.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(19 64 105 / 85%);
    z-index: 2;
}

footer {
    position: relative;
    z-index: 3;
    color: white; /* Ensures the footer content is visible */
    background: unset !important;
}

footer a:hover, footer ul.mod-list li a:hover{
    color: var(--sky-blue);
}

footer .top-of-100 img {
    margin: 5px;    
    border-radius: 10%;
    transition: transform 0.2s ease-in-out; /* Smooth transition */
}

footer .top-of-100 img:hover {
    transform: scale(1.1); /* Slight zoom effect */
}


/* ARTICLES TITLE */
header.fixedeswterikes {
    position: relative; /* For absolute positioning of title */
    width: 100%;
    height: 60vh; /* Fixed viewport height */
    min-height: 250px; /* Minimum height for smaller screens */
    background-size: cover !important; /* Ensure image covers the container */
    background-position: center center !important; /* Center the image */
    background-repeat: no-repeat !important;
}

header.fixedeswterikes .article-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 15px;
}

header.fixedeswterikes .article-title h1{
    padding: 10px 30px;
    background-color: #134069bd;
    border-radius: 0px 25px 0px 25px;
    font-family: "M PLUS 1p";
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0px 3px 0px #b2a98f,
                 0px 14px 10px rgba(0,0,0,0.15),
                 0px 24px 2px rgba(0,0,0,0.1),
                 0px 34px 30px rgba(0,0,0,0.1);
}


/* SERVICES DATE */
#services .sppb-articles-carousel-meta-category,
#services .sppb-articles-carousel-meta{
    display: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    header.fixedeswterikes .article-title {
        left: 10px;
        bottom: 10px;
    }
    header.fixedeswterikes .article-title h1 {
        font-size: 22px;
    }
}


/* BOOK FORM */
#bookform.modal {
    background: #134069de;
}

#bookform form input{
    border-left: none;
}

#bookform form input::placeholder{
    color: var(--light-blue);
}

body.modal-open a.book-now, button.book-now {
    padding: 10px 50px !important;
    background: var(--main-color) !important;
    color: var(--light-blue) !important;
    border: 2px solid var(--light-blue) !important;
    text-transform: uppercase !important;
    border-radius: 5px !important;
}

body.modal-open a.book-now:hover, button.book-now:hover {
    background: var(--sky-blue) !important;
    color: #183755 !important;
    border: 2px solid var(--light-blue) !important;
}

/* CONTACT FORM */
form#contact-form input, form#contact-form textarea{
    border-left: none;
}

body.article-1 .eswterikes{
    margin: 100px 0px;
    background: url("/img/logo-trans.webp");
    background-size: contain !important;
    background-position: center center;
    background-attachment: scroll !important;
    background-repeat: no-repeat;
    height: 40vh;
}


/* REQUEST MODAL */
body.ypiresies .modal-backdrop{
    background: url(/img/explore-halkidiki-bg.jpg) center top no-repeat !important;    
    background-size: cover !important;
}


/* EXCURSIONS GALLERY */
.row.eikones{
    padding-bottom: 30px;
}

    .responsive {
        width: 90%;
        max-width: 90%;
        height: auto;
    }

@media only screen and (max-width: 1200px) {
    .responsive {
        width: 80%;
        max-width: 80%;
        height: auto;
    }
}

#services .perigrafi p {
    
    line-height: 1;
    
}


/* FORM MOBILE */
@media (max-width: 460px) {
    #bookform,
    #bookform form,
    #bookform .modal-dialog,
    .modal-body
    {
        width: 100%;
        max-width: 100%;
        margin: 0px !important;
        padding: 0px !important;
    }
    
    #bookform form label.formControlLabel{
        font-size: 12px;
    }
    
    #bookform form .rsform-block{
        padding: 0px 10px;
        margin: 0px !important;
    }
    
    #bookform form .formControls{
        margin: 0px 0px;
    }
    
    #bookform form input{
        padding: 0px;
    }
}