/*
Theme Name: Athens Escorts Call Girls Custom
Author: VXD
Description: Custom WordPress theme for athensescortscallgirls.com.
Version: 1.0
Text Domain: athensescortscallgirls
*/

:root {
    --ac-bg: #08040a;
    --ac-surface: #160812;
    --ac-surface-2: #24101d;
    --ac-primary: #ff4fa3;
    --ac-primary-dark: #b71368;
    --ac-accent: #ff7ec4;
    --ac-accent-light: #ffd1e9;
    --ac-text: #fff8fc;
    --ac-muted: #dac3d0;
    --ac-border: rgba(255,126,196,0.24);
}

* {
    box-sizing: border-box;
}

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: #ff4fa3;
    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: #ff4fa3;
    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: #050204;
}

/* HEADER */
.main-header {
    padding: 2em 0;
}

.hero-section {
    position: relative;
    min-height: 500px;
    background-image: linear-gradient(120deg, rgba(7,3,15,.55), rgba(255,79,163,.28)), url('https://athensescortscallgirls.com/wp-content/uploads/2026/06/athensescortscallgirls-bg.jpg');
    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: #050204;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}


/* Escorts Cards */
.gallerycard {
    margin-bottom: 30px;
}

.tour_container {
    background: #160812;
    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: #050204;
}

.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, #ff4fa3, #ff7ec4);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(255, 126, 196, 0.35);
    line-height: 1;
}

.girl-price .euro {
    font-size: 14px;
    margin-right: 2px;
}

.tour_title {
    padding: 18px 12px 20px;
    background: linear-gradient(180deg, #24101d, #12070f);
    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(212, 175, 55, 0.14);
    color: #ff7ec4;
    border: 1px solid rgba(255, 126, 196, 0.36);
}

.color-call-girl {
    background: rgba(255, 47, 95, 0.15);
    color: #ff7ec4;
    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;
    color: #b71368;
    font-weight: 600;
}

.phone-box {
    background: #160812;
    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, #ff4fa3, #ff7ec4);
    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, #ff4fa37d, #ff7ec4);
    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: #160812;
    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: #ff7ec4;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff7ec4;
}

/* H3 */
.homepage-seo-content h3 {
    font-size: 26px;
    line-height: 1.4;
    color: #ff9bd3;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* H4 */
.homepage-seo-content h4 {
    font-size: 22px;
    line-height: 1.4;
    color: #ffd1e9;
    margin-top: 25px;
    margin-bottom: 12px;
    font-weight: 600;
}

/* Links */
.homepage-seo-content a {
    color: #ff9bd3;
    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: #08040a;
    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: #ff7ec4;
    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: #160812;
    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: #12070f;
}

.api-gallery-img {
    display: block;
    border-radius: 18px;
    overflow: hidden;
    background: #160812;
    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: #160812;
}

.api-info-box {
    background: linear-gradient(180deg, #1d1233, #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: #ff7ec4;
    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, #24101d, #12070f);
    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: #ff7ec4;
    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: #12070f;
}

.api-extra-url {
    margin-top: 18px;
    color: #fff;
    font-weight: 700;
}

.api-rates-section {
    background: #08040a;
}

.api-pricebox {
    background: linear-gradient(180deg, #1d1233, #12070f);
    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: #ff7ec4;
    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: #ff7ec4;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    transition: .3s;
}

.api-readmore-btn:hover {
    background: #ff9bd3;
}

.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: #160812;
    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: #160812;
    
    border: 2px solid rgba(255, 126, 196, 0.22);

    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,126,196,0.00),
        rgba(255,126,196,0.12),
        rgba(255,126,196,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, 126, 196, 0.7);

    box-shadow:
        0 0 22px rgba(255, 126, 196, 0.32),
        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: #08040a;
    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)),
        linear-gradient(120deg, rgba(7,3,15,.78), rgba(255,79,163,.36)), url('https://athensescortscallgirls.com/wp-content/uploads/2026/06/athensescortscallgirls-bg.jpg');
    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,126,196,0.38);
    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: #ff7ec4;
    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, #ff4fa3, #ff7ec4);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(255,126,196,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: #050204000b3;
    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: #160812;
    color: #fff;
    border: 2px solid #ff7ec4;
    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:#ff7ec4;
}


.api-bottom-seo {
    background: #10060d;
    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: #ff7ec4;
    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;
    }
}


/* AthensEscortsCallGirls custom finishing touches */
body {
    background: radial-gradient(circle at top left, rgba(255,79,163,0.18), transparent 32%), var(--ac-bg);
    color: var(--ac-text);
}

.main-header {
    background: aliceblue;
    border-bottom: 1px solid var(--ac-border);
}

.hero-content h1,
.sub-heading-section h2,
.api-section h2 {
    letter-spacing: -0.5px;
}

.hero-content h1::after,
.sub-heading-section h2::after {
    content: "";
    display: block;
    width: 82px;
    height: 3px;
    margin: 18px auto 0;
    border-radius: 99px;
    background: linear-gradient(90deg, transparent, var(--ac-accent), transparent);
}

.tour_container,
.phone-box,
.api-profile-card,
.api-dark-card,
.api-pricebox,
.api-info-box,
.tz-gallery .lightbox {
    border: 1px solid var(--ac-border);
}

.girl-price,
.phone-item a,
.error-btn,
.api-readmore-btn,
.floating-phone-icon a {
    background: linear-gradient(135deg, var(--ac-primary-dark), var(--ac-primary) 48%, var(--ac-accent));
}

.girl-price,
.phone-item a,
.error-btn {
    box-shadow: 0 12px 35px rgba(255,79,163,0.32);
}

.color-call-girl {
    background: rgba(111,66,193,0.16);
    color: var(--ac-accent-light);
    border-color: rgba(255,126,196,0.35);
}

.homepage-seo-content,
.api-gallery-section,
.api-extra-section {
    background: linear-gradient(180deg, #12070f, #08040a);
}

.homepage-seo-content h2,
.homepage-seo-content h3,
.homepage-seo-content h4,
.api-info-box h3,
.api-pricebox h3,
.api-hidden-text a,
.api-bottom-seo-box a {
    color: var(--ac-accent);
}

.homepage-seo-content h2 {
    border-bottom-color: var(--ac-accent);
}

.offline-escort-sheet p {
    border-color: var(--ac-accent);
}


/* =========================================================
   AthensEscortsCallGirls.com - pink luxury color layer
   Keeps the same CSS/layout and changes only the visual colors.
   ========================================================= */

body {
    background:
        radial-gradient(circle at top left, rgba(255,79,163,0.18), transparent 34%),
        linear-gradient(180deg, #08040a 0%, #050204 100%);
    color: var(--ac-text);
}

.top-bar {
    background: linear-gradient(90deg, #130610, #2a0c22, #130610);
    color: var(--ac-accent-light);
    border-bottom: 1px solid rgba(255,126,196,0.28);
}

.top-bar a {
    color: var(--ac-accent-light);
}

.top-bar a:hover {
    color: #ffffff;
}

.main-header {
    background: #070307;
    border-bottom: 1px solid var(--ac-border);
    box-shadow: 0 14px 45px rgba(0,0,0,0.50);
}

.hero-section {
    background-image:
        linear-gradient(120deg, rgba(8,4,10,.70), rgba(255,79,163,.24)),
        url('https://athensescortscallgirls.com/wp-content/uploads/2026/06/athensescortscallgirls-bg.jpg');
}

.hero-overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,.28), rgba(0,0,0,.72)),
        radial-gradient(circle at center, rgba(255,126,196,.18), transparent 46%);
}

.sub-heading-section {
    background: linear-gradient(180deg, #fff8fc, #ffe9f4);
}

/*.sub-heading-section h2 {*/
/*    color: #190711;*/
/*}*/

.site-primary-footer-wrap {
    background: linear-gradient(90deg, #130610, #2a0c22, #130610);
    border-top: 1px solid rgba(255,126,196,.35);
}

.tour_container,
.phone-box,
.api-profile-card,
.api-dark-card,
.api-pricebox,
.api-info-box,
.tz-gallery .lightbox,
.error-box {
    background: linear-gradient(180deg, #1a0b15, #08040a);
    border-color: var(--ac-border);
}

.tour_title {
    background: linear-gradient(180deg, #24101d, #12070f);
    border-top: 1px solid rgba(255,126,196,.18);
}

.girl-price,
.phone-item a,
.error-btn,
.api-readmore-btn,
.floating-phone-icon a {
    background: linear-gradient(135deg, var(--ac-primary-dark), var(--ac-primary) 48%, var(--ac-accent));
    color: #ffffff;
    box-shadow: 0 12px 35px rgba(255,79,163,.30);
}

.phone-item a:hover,
.error-btn:hover,
.api-readmore-btn:hover {
    color: #ffffff;
    filter: brightness(1.08);
}

.color-city-tour {
    background: rgba(255,79,163,.15);
    color: #ffb3d9;
    border-color: rgba(255,79,163,.38);
}

.color-call-girl {
    background: rgba(255,126,196,.15);
    color: #ffd1e9;
    border-color: rgba(255,126,196,.38);
}

.homepage-seo-content,
.api-gallery-section,
.api-extra-section,
.api-bottom-seo,
.api-rates-section,
.single-api-escort,
.api-working-section {
    background: linear-gradient(180deg, #12070f, #08040a);
}

.homepage-seo-content h2,
.homepage-seo-content h3,
.homepage-seo-content h4,
.api-info-box h3,
.api-pricebox h3,
.api-hidden-text a,
.api-bottom-seo-box a,
.api-escort-hero p {
    color: var(--ac-accent);
}

.homepage-seo-content h2 {
    border-bottom-color: var(--ac-accent);
}

.api-services-list li::before {
    color: var(--ac-accent);
}

.tz-gallery .lightbox::before {
    background: linear-gradient(
        135deg,
        rgba(255,126,196,0.00),
        rgba(255,126,196,0.14),
        rgba(255,126,196,0.00)
    );
}

.tz-gallery .lightbox:hover {
    border-color: rgba(255,126,196,.72);
    box-shadow:
        0 0 22px rgba(255,126,196,.32),
        0 16px 45px rgba(0,0,0,0.45);
}

.error-hero {
    background:
        linear-gradient(0deg, rgba(0,0,0,.78), rgba(0,0,0,.78)),
        linear-gradient(120deg, rgba(8,4,10,.78), rgba(255,79,163,.34)),
        url('https://athensescortscallgirls.com/wp-content/uploads/2026/06/athensescortscallgirls-bg.jpg');
    background-size: cover;
    background-position: center;
}

.error-box h1 {
    color: var(--ac-accent);
}

.offline-escort-sheet p {
    background: #12070f;
    border-color: var(--ac-accent);
}
