.contact-map-section {
    padding: 120px 20px;

    background-image:
        linear-gradient(
            rgba(248,248,248,0.9),
            rgba(248,248,248,0.9)
        ),
        url("..//images/stars.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.contact-map-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: stretch;
}

/* HARİTA */
.map-box {
    flex: 1.1;
    border-radius: 22px;
    overflow: hidden;

    border: 2px solid rgba(199,165,66,0.6);

    box-shadow:
        inset 0 0 0 1px rgba(224,196,106,0.35),
        0 25px 50px rgba(0,0,0,0.18);
}



.map-box iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border: none;
}

/* SAĞ KART */
.contact-info-card {
    flex: 0.9;
    background: #fff;
    border-radius: 22px;
    padding: 45px 40px;

    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
}

.contact-info-card h2 {
    font-size: 28px;
    margin-bottom: 35px;
    font-weight: 600;

    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Bilgi satırı */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
}

.info-item span {
    font-size: 20px;
    color: #c7a542;
    line-height: 1;
}

.info-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.contact-section-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 80px;

    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0px 22px rgba(0,0,0,0.15),
        0 3px 6px rgba(120,90,25,0.35);
}

/* Mobil */
@media (max-width: 768px) {
    .contact-section-title {
        font-size: 30px;
        margin-bottom: 55px;
    }
}



/* MOBİL */
@media (max-width: 900px) {
    .contact-map-container {
        flex-direction: column;
        gap: 40px;
    }

    .map-box iframe {
        min-height: 300px;
    }

    .contact-info-card {
        padding: 35px 28px;
    }
}



.reflexology-spotlight {
    padding: 130px 20px;
    background: linear-gradient(
        to right,
        #f8f8f8 0%,
        #ffffff 100%
    );
}

.reflexology-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
    gap: 90px;
}

/* METİN */
.reflexology-text {
    position: relative;
}

.reflexology-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #a67c1b;
}

.reflexology-text h2 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 30px;
    font-weight: 600;

    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.reflexology-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
    max-width: 520px;
}

/* GÖRSEL */
.reflexology-visual {
    position: relative;
}

.reflexology-visual img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;

    border: 2px solid rgba(199,165,66,0.55);

    box-shadow:
        0 30px 60px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(224,196,106,0.25);
}

/* MOBİL */
@media (max-width: 900px) {
    .reflexology-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .reflexology-text h2 {
        font-size: 32px;
    }

    .reflexology-text p {
        margin-left: auto;
        margin-right: auto;
    }
}



/* =========================
   ATHLETE MASSAGE SPOTLIGHT
   ========================= */

.athlete-spotlight {
    padding: 130px 20px;
    background: linear-gradient(
        to right,
        #f8f8f8 0%,
        #ffffff 100%
    );
}

.athlete-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 90px;
}

/* METİN */
.athlete-text {
    position: relative;
}

.athlete-label {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #a67c1b;
}

.athlete-text h2 {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 30px;
    font-weight: 600;

    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.athlete-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 20px;
    max-width: 520px;
}

/* GÖRSEL */
.athlete-visual {
    position: relative;
}

.athlete-visual img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;

    border: 2px solid rgba(199,165,66,0.55);

    box-shadow:
        0 30px 60px rgba(0,0,0,0.18),
        inset 0 0 0 1px rgba(224,196,106,0.25);
}

/* MOBİL */
@media (max-width: 900px) {
    .athlete-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }

    .athlete-text h2 {
        font-size: 32px;
    }

    .athlete-text p {
        margin-left: auto;
        margin-right: auto;
    }
}






.about-us {
    padding: 120px 20px;
    position: relative;
}

/* İçerik kutusu veya yazılar için daha net görünüm */
.about-us .content {
    background: rgba(255, 255, 255, 0.85); /* hafif transparan beyaz */
    padding: 60px 40px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}


.about-us .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.about-us .about-image {
    flex: 1;
    min-width: 320px;
}

.about-us .about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border: 2px solid rgba(224,196,106,0.5); /* Altın çerçeve */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about-us .about-image img:hover {
    transform: scale(1.03);
    box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.about-us .about-text {
    flex: 1;
    min-width: 320px;
    padding: 12px;
}

.about-us .about-text h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #b59447; /* Altın tonlu başlık */
    letter-spacing: 1px;
    position: relative;
}

.about-us .about-text h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #e0c46a; /* Altın alt çizgi */
    margin-top: 12px;
    border-radius: 2px;
}

.about-us .about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}


/* Mobil Düzen */
@media (max-width: 768px) {
    .about-us .container {
        flex-direction: column-reverse;
        gap: 30px;
        text-align: center;
    }

    .about-us .about-text h2::after {
        margin: 12px auto 0 auto;
    }
}



