/*
Theme Name: customapi
Author: VXD
Description: Custom WordPress theme.
Version: 1.0
Text Domain: customapi
*/

html,
body {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
}


.site-primary-footer-wrap {
    background: #dc3545;
    font-weight: 900;
    border-top: 2px solid;
    padding:25px;
    text-align:center;
}


.site-footer-inner p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}


.top-bar {
    line-height: 2em;
    padding: 5px 0 6px;
    background: #dc3545;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.top-bar p {
    margin: 0;
}

.top-bar a {
    color: white;
    text-decoration: none;
}

.top-bar a:hover {
    color: #000;
}

/* HEADER */
.main-header {
    padding: 2em 0;
}

.hero-section {
    position: relative;
    min-height: 500px;
    background-image: url('https://poutanesathina.gr/wp-content/uploads/2026/05/poutanesathina-poutana-athina.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}


.sub-heading-section {
    padding: 40px 0;
    text-align: center;
    background: #fff;
}

.sub-heading-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}


/* Escorts Cards */
.gallerycard {
    margin-bottom: 30px;
}

.tour_container {
    background: #111;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: all 0.3s ease;
    height: 100%;
}

.tour_container:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.5);
}

.img_container {
    position: relative;
    overflow: hidden;
    background: #000;
}

.img_container a {
    display: block;
    position: relative;
    text-decoration: none;
}

.img_container img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.tour_container:hover .img_container img {
    transform: scale(1.06);
}

.girl-price {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: linear-gradient(135deg, #c9002b, #ff2f5f);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(201, 0, 43, 0.45);
    line-height: 1;
}

.girl-price .euro {
    font-size: 14px;
    margin-right: 2px;
}

.tour_title {
    padding: 18px 12px 20px;
    background: linear-gradient(180deg, #181818, #0d0d0d);
    min-height: 145px;
}

.tour_title h2 {
    font-size: 15px;
    color: #d7d7d7;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.girl-name {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
}

.color-city-tour,
.color-call-girl,
.last-day {
    display: inline-block;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 999px;
    margin-top: 6px;
}

.color-city-tour {
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.35);
}

.color-call-girl {
    background: rgba(255, 47, 95, 0.15);
    color: #ff2f5f;
    border: 1px solid rgba(255, 47, 95, 0.35);
}

.last-day {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.25);
}

/* Mobile */
@media (max-width: 767px) {
    .gallerycard {
        margin-bottom: 20px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .tour_container {
        border-radius: 14px;
    }

    .img_container img {
        height: auto;
    }

    .girl-price {
        font-size: 18px;
        padding: 6px 11px;
    }

    .tour_title {
        padding: 14px 8px 16px;
        min-height: 130px;
    }

    .tour_title h2 {
        font-size: 12px;
    }

    .girl-name {
        font-size: 20px;
    }

    .color-city-tour,
    .color-call-girl,
    .last-day {
        font-size: 12px;
        padding: 4px 9px;
    }
}

.par {
    margin-bottom:40px;
}

.phone-box {
    background: #111;
    border-radius: 18px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
    margin: 30px 0;
}

.phone-box h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
}

.phone-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.phone-item a {
    display: inline-block;
    background: linear-gradient(135deg, #c9002b, #ff2f5f);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 13px 24px;
    border-radius: 999px;
    text-decoration: none;
}

.phone-item a:hover {
    color: #fff;
    transform: translateY(-2px);
}


.floating-phone-icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.floating-phone-icon a {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c9002b7d, #ff2f5f);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.floating-phone-icon a::before {
    content: "📞";
    font-size: 26px;
}

.floating-phone-icon a:hover {
    transform: scale(1.08);
}


.homepage-seo-content {
    padding: 60px 0;
    background: #111;
    color: #ddd;
}

.homepage-seo-content .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Paragraphs */
.homepage-seo-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #cfcfcf;
    margin-bottom: 25px;
    font-weight: 400;
}

/* H2 */
.homepage-seo-content h2 {
    font-size: 34px;
    line-height: 1.3;
    color: #c40000;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #c40000;
}

/* H3 */
.homepage-seo-content h3 {
    font-size: 26px;
    line-height: 1.4;
    color: #ff2b2b;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* H4 */
.homepage-seo-content h4 {
    font-size: 22px;
    line-height: 1.4;
    color: #ff4d4d;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Links */
.homepage-seo-content a {
    color: #ff2b2b;
    text-decoration: none;
    transition: 0.3s ease;
    font-weight: 500;
}

.homepage-seo-content a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Lists */
.homepage-seo-content ul,
.homepage-seo-content ol {
    margin-bottom: 25px;
    padding-left: 25px;
}

.homepage-seo-content li {
    font-size: 18px;
    line-height: 1.8;
    color: #d6d6d6;
    margin-bottom: 10px;
}

/* Strong Text */
.homepage-seo-content strong {
    color: #ffffff;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {

    .homepage-seo-content {
        padding: 40px 15px;
    }

    .homepage-seo-content p,
    .homepage-seo-content li {
        font-size: 17px;
        line-height: 1.8;
    }

    .homepage-seo-content h2 {
        font-size: 28px;
    }

    .homepage-seo-content h3 {
        font-size: 23px;
    }

    .homepage-seo-content h4 {
        font-size: 20px;
    }
}


/* Single API Escort Page */
.single-api-escort {
    background: #080808;
    color: #fff;
}

.api-escort-hero {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    text-align: center;
}

.api-escort-hero h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 12px;
    text-shadow: 0 8px 25px rgba(0,0,0,0.7);
}

.api-escort-hero p {
    color: #ff2f5f;
    font-size: 24px;
    font-weight: 600;
}

.api-section {
    padding: 70px 0;
}

.api-section h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 35px;
}

.api-profile-card {
    background: #111;
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 360px 1fr;
    box-shadow: 0 18px 55px rgba(0,0,0,0.45);
}

.api-profile-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.api-profile-content {
    padding: 40px;
}

.api-profile-content h2 {
    text-align: left;
    margin-bottom: 25px;
}

.api-content-text {
    color: #ddd;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.api-content-text p {
    margin-bottom: 18px;
}

.api-background-image {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.api-gallery-section {
    background: #0d0d0d;
}

.api-gallery-img {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.api-gallery-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.api-gallery-img:hover img {
    transform: scale(1.08);
}

.api-working-section {
    background: #111;
}

.api-info-box {
    background: linear-gradient(180deg, #191919, #0c0c0c);
    border-radius: 18px;
    padding: 26px 18px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 12px 35px rgba(0,0,0,0.28);
}

.api-info-box h3 {
    color: #ff2f5f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.api-info-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.api-dark-card {
    background: linear-gradient(180deg, #181818, #0d0d0d);
    border-radius: 22px;
    padding: 30px 24px;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 45px rgba(0,0,0,0.35);
}

.api-dark-card h2 {
    font-size: 26px;
    text-align: left;
    margin-bottom: 22px;
}

.api-info-list,
.api-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.api-info-list li,
.api-services-list li {
    color: #ddd;
    font-size: 16px;
    line-height: 1.5;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.api-info-list li:last-child,
.api-services-list li:last-child {
    border-bottom: none;
}

.api-info-list strong {
    color: #fff;
}

.api-services-list li::before {
    content: "✓";
    color: #ff2f5f;
    font-weight: 800;
    margin-right: 9px;
}

.api-vertical-img {
    width: 100%;
    border-radius: 22px;
    object-fit: cover;
    display: block;
    box-shadow: 0 18px 50px rgba(0,0,0,0.42);
}

.api-extra-section {
    background: #0d0d0d;
}

.api-extra-url {
    margin-top: 18px;
    color: #fff;
    font-weight: 700;
}

.api-rates-section {
    background: #080808;
}

.api-pricebox {
    background: linear-gradient(180deg, #191919, #0d0d0d);
    border-radius: 22px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 16px 45px rgba(0,0,0,0.35);
}

.api-pricebox h3 {
    color: #ff2f5f;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 20px;
}

.api-pricebox p {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 11px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.api-pricebox p:last-child {
    border-bottom: none;
}

.api-taxi-note {
    text-align: center;
    color: #ccc;
    margin-top: 25px;
    font-size: 15px;
}

/* Mobile */
@media (max-width: 991px) {
    .api-profile-card {
        grid-template-columns: 1fr;
    }

    .api-profile-image img {
        min-height: auto;
        height: auto;
    }

    .api-profile-content {
        padding: 28px 20px;
    }

    .api-profile-content h2 {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .api-escort-hero {
        min-height: 420px;
    }

    .api-escort-hero h1 {
        font-size: 34px;
    }

    .api-escort-hero p {
        font-size: 19px;
    }

    .api-section {
        padding: 45px 0;
    }

    .api-section h2 {
        font-size: 28px;
    }

    .api-content-text {
        font-size: 16px;
    }

    .api-background-image {
        height: 300px;
        background-attachment: scroll;
    }

    .api-gallery-img img {
        height: 210px;
    }

    .api-info-box {
        margin-bottom: 18px;
    }

    .api-dark-card {
        margin-bottom: 24px;
    }

    .api-vertical-img {
        margin-bottom: 24px;
    }

    .api-pricebox {
        margin-bottom: 22px;
    }
}

/* MOBILE READ MORE */
.api-readmore-wrapper {
    margin-top: 20px;
}

.api-readmore-btn {
    background: #ff2f5f;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: .3s;
}

.api-readmore-btn:hover {
    background: #ff4d75;
}

.api-hidden-text {
    display: none;
    margin-top: 25px;
}

.api-hidden-text.active {
    display: block;
}

@media (min-width: 768px) {

    .api-hidden-text {
        display: block !important;
    }

    .api-readmore-btn {
        display: none;
    }

}


.time-mobile {
    display: none;
}

/* MOBILE */
@media (max-width: 767px) {

    .desktop-rates-only {
        display: none;
    }

    .api-pricebox {
        margin-bottom: 30px;
        padding: 25px;
    }

    .api-pricebox h3 {
        font-size: 30px;
    }

    .api-pricebox p {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .time-mobile {
        display: inline-block;
        color: #fff;
        margin-right: 8px;
    }

}


.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.tz-gallery a.lightbox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.tz-gallery a.lightbox:hover img {
    transform: scale(1.08);
}


.tz-gallery .lightbox {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 18px;
    background: #111;
    
    border: 2px solid rgba(255, 0, 76, 0.18);

    box-shadow:
        0 0 0 rgba(255, 0, 76, 0),
        0 12px 35px rgba(0,0,0,0.35);

    transition: all .35s ease;
}

/* RED FADE GLOW */
.tz-gallery .lightbox::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(255,0,76,0.00),
        rgba(255,0,76,0.10),
        rgba(255,0,76,0.00)
    );

    opacity: 0;
    transition: opacity .35s ease;
    z-index: 2;
    pointer-events: none;
}

.tz-gallery .lightbox:hover::before {
    opacity: 1;
}

.tz-gallery .lightbox:hover {
    border-color: rgba(255, 0, 76, 0.65);

    box-shadow:
        0 0 22px rgba(255, 0, 76, 0.28),
        0 16px 45px rgba(0,0,0,0.45);

    transform: translateY(-4px);
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;

    transition: transform .45s ease;
}

.tz-gallery .lightbox:hover img {
    transform: scale(1.06);
}

/* 404 Page */
.error-page {
    background: #080808;
    color: #fff;
}

.error-hero {
    min-height: 70vh;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 80px 0;
    background:
        linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.75)),
        url('https://poutanesathina.gr/wp-content/uploads/2026/05/poutanesathina-poutana-athina.webp');
    background-size: cover;
    background-position: center;
}

.error-box {
    max-width: 720px;
    margin: 0 auto;
    background: rgba(17,17,17,0.92);
    border: 1px solid rgba(255,47,95,0.35);
    border-radius: 24px;
    padding: 50px 30px;
    box-shadow: 0 18px 55px rgba(0,0,0,0.45);
}

.error-box h1 {
    font-size: 110px;
    font-weight: 900;
    color: #ff2f5f;
    line-height: 1;
    margin-bottom: 15px;
}

.error-box h2 {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 18px;
}

.error-box p {
    font-size: 18px;
    line-height: 1.7;
    color: #d7d7d7;
    margin-bottom: 30px;
}

.error-btn {
    display: inline-block;
    background: linear-gradient(135deg, #c9002b, #ff2f5f);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(201,0,43,0.35);
}

.error-btn:hover {
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .error-box h1 {
        font-size: 78px;
    }

    .error-box h2 {
        font-size: 26px;
    }

    .error-box p {
        font-size: 16px;
    }
}

.single-api-escort.is-offline {
    position: relative;
}

.offline-escort-sheet {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: #000000b3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
}

.offline-escort-sheet::before {
    content: "";
    position: absolute;
    inset: 0;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.offline-escort-sheet p {
    position: relative;
    z-index: 2;
    background: #111;
    color: #fff;
    border: 2px solid #ff2f5f;
    border-radius: 18px;
    padding: 32px 38px;
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 20px 70px rgba(0,0,0,0.8);
    max-width: 680px;
}

.single-api-escort.is-offline > section {
    filter: blur(20px);
    opacity: 0.05;
    pointer-events: none;
}

.api-hidden-text a{
    color:#ff2f5f;
}


.api-bottom-seo {
    background: #0b0b0b;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.api-bottom-seo-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.api-bottom-seo-box p {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.api-bottom-seo-box a {
    color: #ff2f5f;
    font-weight: 700;
    text-decoration: none;
    transition: .3s ease;
}

.api-bottom-seo-box a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .tz-gallery .row > div {
        width: 50%;
        float: left;
    }

    .tz-gallery .lightbox img {
        width: 100%;
        height: auto !important;
    }
}
