/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

@font-face {
    font-family: 'CenturyGothic';
    src: url('https://playway.gr/wp-content/uploads/2025/02/centurygothic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic';
    src: url('https://playway.gr/wp-content/uploads/2025/02/centurygothic_bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

/* Apply Century Gothic globally */
body, p, span, div {
    font-family: 'CenturyGothic', sans-serif !important; 
}

/* Apply it to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'CenturyGothic', sans-serif !important;
    font-weight: bold; 
    font-weight: normal;
}

/* Apply to navigation menu */
.main_menu ul li a {
   font-family: 'CenturyGothic', sans-serif !important; 
}

@media screen and (max-width: 768px) {
    .vc_row.playway-top-header{
        margin-top:0px !important;
    }
}
/* vc_custom_1740748212407*/

/*
*
* Styling the menu in the homepage
*/

/* Keep menu text white on homepage before scrolling */
.home .main_menu > ul > li > a {
    color: white !important;
}

/* When scrolled, ensure menu text turns black */
.home .scrolled .header_bottom .main_menu > ul > li > a {
    color: black !important;
}

/* Ensure hover effect remains visible */
.home .scrolled .header_bottom .main_menu > ul > li > a:hover {
    color: #555 !important; /* Slightly darker for better contrast */
}

.home .q_slide_title {
    display:none;
}




/*
* Styling the footer 
*
*/
.footer_top.footer_top_full {
    padding-left:1% !important;
    padding-right:2% !important;
    font-size:14px !important;
    background-color:#f0eeee !important;
}
.footer_top.footer_top_full p {
    font-size:14px !important;
}

@media (max-width: 768px) {
    .footer_top .widget_text img {
        display: block;
        margin: 0 auto; /* Centers the logo */
        height: 35px !important; /* Forces height to 35px */
        width: auto; /* Keeps the aspect ratio */
    }
}

/*
*
* Styling the contact form 7 forms
*
*/

/* Apply Noto Serif font to input fields and textareas */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select {
    /* font-family: 'Noto Serif', serif !important; */
    font-family: 'CenturyGothic', sans-serif !important; 
    font-size: 16px; /* Adjust if needed */
}

/* Apply Noto Serif font to placeholder text */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    /* font-family: 'Noto Serif', serif !important; */
    font-family: 'CenturyGothic', sans-serif !important; 
    font-style: italic;
    color: #fff; /* Adjust placeholder color if needed */
}

.wpcf7 div.playway-div-space{
    margin-top:10px;
}

.wpcf7-form-control{
     font-family: 'CenturyGothic', sans-serif !important; 
}

/* Anchor links */
:target {
    scroll-margin-top: 100px; /* Adjust based on header height */
}

body a {
    color: #62b5be; /* Change this to your preferred color */
}

.playway-h1-text-size{
    font-size:2.3em !important;
}
.playway-div-top-margin{
    margin-top:20px;
}
.playway-body-space{
    padding:10px 0px;
}

ul li {
    /* font-family: "Noto Serif"; */
    font-family: 'CenturyGothic', sans-serif !important; 
}



/*
*
* Styling hidden element in homepage
* Δείτε τις κατασκηνωτικές περιόδους  ..
*/
#sticky-cta {
    position: fixed;
    top: 120px; /* Ρύθμιση ώστε να είναι κάτω από το sticky menu */
    left: 50%;
    transform: translateX(-50%);
    background: #ff4b4b; /* Έντονο κόκκινο για προσοχή */
    color: #434343;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: none; /* Αρχικά το κρύβουμε */
    z-index: 1000;
}

#sticky-cta a {
    color: #434343;
    text-decoration: none;
}

#sticky-cta a:hover {
    text-decoration: none;
}

/* CTA Button */
.cta-button {
    background-color: rgb(235, 234, 234);
    border-color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s ease-in-out, transform 0.2s ease;
    width: 90%;
    text-align: center;
}

.cta-button a: {
       color: #434343 !important;
}


/* Hover Effect */
.cta-button:hover {
    background-color: #f1f1f1;
    transform: scale(1.05);
}

/* Tablet (width up to 1024px) */
@media (max-width: 1024px) {
    #sticky-cta {
        width: 70%;
        font-size: 16px;
        padding: 12px 15px !important;
    }
}

/* Mobile (width up to 768px) */
@media (max-width: 768px) {
    #sticky-cta {
        top: 0px;
         width: 90%;
        font-size: 14px !important;
        padding: 10px 12px !important;
        margin:auto;
    }
}

/* Smaller Mobile (width up to 480px) */
@media (max-width: 480px) {
    #sticky-cta {
        top: 0px;
        width: 95%;
        font-size: 12px !important;
        padding: 8px 10px !important;
        margin:auto;
    }
}


/* 
*
*PLAYWAY FORM STYLING 
*
*/
.playway-dypa-form-styling div{
    padding:10px 15px;
}

.playway-dypa-form-styling .wpcf7, .playway-dypa-form-styling .wpcf7 div label{
    /* font-family:'Noto Serif' !important; */
    font-family: 'CenturyGothic', sans-serif !important; 
}

.playway-dypa-form-styling {
    color:#ffffff !important;
}

.playway-form-header{
    color:white;
    padding:6px 10px;
    margin: 2% 0%;
    /* font-family:'Noto Serif'; */
    font-family: 'CenturyGothic', sans-serif !important; 
}

.playway-form-header.lightblue{
    background-color:#62b5be;
}

.playway-form-header.blue{
    background-color:#2d1f59;
}

/*
* kataskinotikes periodoi table 
*
*/
/* Container styling */
.playway-table-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    padding: 20px;
}

/* Table styling */
.playway-table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background: white;
    transition: transform 0.3s ease-in-out;
    /* font-family: 'Noto Serif', serif; */
    font-family: 'CenturyGothic', sans-serif !important; 
    
}

/* Table header styling */
.playway-table thead {
    background-color: #f173ac;
    color: white;
    font-weight: bold;
    text-align: left;
}

/* Table header text */
.playway-table th {
    padding: 15px;
    text-transform: uppercase;
}

/* Table row styling */
.playway-table tr {
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

/* Alternating row colors */
.playway-table tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}

.playway-table tbody tr:nth-child(even) {
    background-color: #62b5be;
    color: white;
}

/* 
*
* asfalistika tameia - idiotes page list styling 
*
*
*/
/* List container */
.playway-list-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #ef4056; /* Red background */
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* List styling */
.playway-list {
    list-style: none;
    padding: 0;
    font-family: 'Noto Serif', serif;
    color: white;
}

/* List items */
.playway-list li {
    padding: 12px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: transform 0.2s ease-in-out, background-color 0.3s ease-in-out;
}

/* Last list item shouldn't have a border */
.playway-list li:last-child {
    border-bottom: none;
}

/* Bold text inside list */
.playway-list li strong {
    font-weight: bold;
}

/* Hover effect */
.playway-list li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.02);
}



/* Table data (cells) */
.playway-table td {
    padding: 12px 15px;
    border-bottom: 2px solid #ccc;
}

/* Hover effect: row highlights and scales up */
.playway-table tbody tr:hover {
    background-color: #f89e53;
    color: white;
    transform: scale(1.02);
}




/* 
*
*
* MENU STYLING 
*
*
*/

/* width of sub menu */
.drop_down .narrow .second .inner ul li {
    width: 320px !important;
}

/* background color of sub menu */
.drop_down .second .inner>ul, li.narrow .second .inner ul {
    background-color: rgba(255, 255, 255, 0.95) !important;
    border-color: #3d3d3d;
}

/* 
*
*
* Styling page title
*
*
*/
.title.title_size_small.position_center.has_fixed_background {
        background-position: center 110px !important;
}

.title_subtitle_holder_inner h1{
    text-transform:none;
    font-size:2em !important;
}

.playway-font-white, .playway-font-white h5, .playway-font-white h3, .playway-font-white p, .playway-font-white h1{
    color:white !important;
    
}

.playway-font-grey{
    color: #434343 !important;
}

.playway-big-body-text{
    font-size:2em;
}


/* Styling wp bakery table */
.service_table_inner>li {
    background:none !important;
}

.service_table_inner li {
  border-bottom: none !important;
}
.service_table_inner li li {
    color:white !important;
}

.playway-exoplismos .service_table_title_holder, .playway-programma .service_table_title_holder{
    display:none !important;
}

.exoplismos-list {
    list-style-position: outside; /* Ensures bullets are outside the text */
    padding-left: 20px; /* Creates space for the bullets */
    text-align: left; /* Aligns the text to the left */
    list-style-type: none; /* Remove default bullets */
}

.exoplismos-list li::before {
    content: "✔"; /* Checkmark */
    color: white; /* Change color if needed */
    font-weight: bold;
    margin-right: 10px;
}


/*
*
* Blog Posts
*
*/

span[itemprop="dateCreated"], div .post_info, div .comment_holder  {
    display: none !important;
}

div .blog_single.blog_holder {
    margin-top:120px !important;
}


/*
*
* FAQs
*
*/
.qe-toggle-title h4{
    margin-top:20px;
}

.qe-toggle-title .fa{
    color:#62b5be !important;
}

/*
*
* Slider on mobile
*
*/
@media only screen and (max-width: 768px) {
    .carousel .video-overlay {
        display: none !important; /* Hide the overlay that blocks the video */
    }
    video {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    height: auto !important;
    width: 100% !important;
    }
}



.lazyloaded {
    opacity: 1 !important;
    visibility: visible !important;
}


/*
*
* Sub sub menu
*
*/

.drop_down .second .inner ul ul {
    left: auto !important;  /* Remove default left positioning */
    right: 100% !important; /* Position to the left side */
    top: 0; /* Align vertically */
}

