

.footer {
    padding: 100px 0px 0px;
    background-color: #030a16;
}


.footer .widget1 p {
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-top: 26px;
}

.footer .socialLinks {
    margin-top: 28px;
}

.socialLinks ul li {
    display: inline-block;
}


.socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: #fafafa;
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.socialLinks ul li a .fa-whatsapp {
    color: green;
}

.socialLinks ul li a .fa-google-plus-g {
    color: #dd5044;
}

.socialLinks ul li a .fa-instagram {
    color: #b50534;
}


.socialLinks ul li a:hover i {
    color: #fff;
}


.socialLinks ul li a:hover .fa-google-plus-g {
    background: #dd5044;
}

.socialLinks ul li a:hover .fa-instagram {
    background: #0177b5;
}

.socialLinks ul li a:hover .fa-whatsapp {
    background: #68cf51;
}

footer .logo {
    max-width: 200px;
}

.footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 21px
}

.footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
    border-radius: 10px;
}
.footer .widget2 .media p {
    font-size: 16px;
    color: white;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
}

.footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
}

.footer .widget2 .media {
    margin-bottom: 20px;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
    font-size: 16px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 13px;
    display: block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover,
.footer .widget2 a:hover p {
    color: #ffb606;
}

.footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
        background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0px 20px rgba(0,0,0,0.15),
        0 2px 3px rgba(120, 90, 25, 0.35);
    font-size: 21px;
    line-height: 32px;
}

.footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
            background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0px 20px rgba(0,0,0,0.15),
        0 2px 3px rgba(120, 90, 25, 0.35);
    font-size: 21px;
}

/* ===========================
   MOBILE FOOTER OPTIMIZATION
   =========================== */
@media (max-width: 767px) {

  .footer {
    text-align: center !important;
  }

  /* Tüm widget kolonları ortalansın */
  .footer .widget1,
  .footer .widget2,
  .footer .widget3,
  .footer .widget4 {
    text-align: center !important;
  }

  /* Logo ortalansın */
  .footer .logo {
    margin: 0 auto !important;
    display: block !important;
  }

  /* Sosyal medya ikonları ortalansın */
  .socialLinks ul {
    text-align: center !important;
    padding: 0;
  }

  .socialLinks ul li {
    display: inline-block !important;
    float: none !important;
  }

  /* Widget başlıkları ortala */
  .footer h5 {
    text-align: center !important;
  }

  /* Liste elemanları ortalansın */
  .footer .widget3 ul,
  .footer .widget4 ul {
    text-align: center !important;
    padding: 0 !important;
  }

  .footer .widget3 ul li,
  .footer .widget4 ul li {
    text-align: center !important;
  }

  /* widget2 içindeki medya (thumbnail + metin) ortalansın */
  .footer .widget2 .media {
    display: block !important;
    text-align: center !important;
  }

  .footer .widget2 .media img {
    margin: 0 auto 10px auto !important;
    display: block !important;
  }

  .footer .widget2 .media p,
  .footer .widget2 .media span {
    text-align: center !important;
  }
}



.about-section {
    padding: 100px 0;
    background-image: url("../images/back2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    filter: contrast(1.05) saturate(1.1);
}



/* Container */
.about-container {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 160px;   /* 70px → 110px yapıldı (daha geniş boşluk) */
    flex-wrap: wrap;
}


/* SOLDAKİ RESİM - büyütülmüş + daha modern görünüm */
.about-image img {
    width: 520px;
    height: 480px;
    border-radius: 25px;
    object-fit: cover;
    object-position: center;

    /* ALTIN ÇERÇEVE */
    border: 2px solid #c7a542;

    box-shadow: 0 20px 35px rgba(0,0,0,0.20);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.about-image img:hover {
    transform: scale(1.04);
    border-color: #e0c46a;

    box-shadow:
        0 25px 45px rgba(0,0,0,0.25),
        0 0 0 2px rgba(224,196,106,0.15);
}

.about-image img {
    background-clip: padding-box;
}


/* Sağ taraf */
.about-content {
    flex: 1;
}

/* BAŞLIKLAR – modern, daha etkileyici */
.gold-title {
    font-weight: 420!important;
    letter-spacing: 0.4px;
    text-align: center;

    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0px 20px rgba(0,0,0,0.15),
        0 2px 3px rgba(120, 90, 25, 0.35);
}





.about-subtitle {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #444;
    margin-bottom: 25px;
    opacity: 0.85;
}

/* METİN – daha modern görünüm */
.about-text {
    font-size: 18px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 45px;
    max-width: 650px;
}

/* İLETİŞİM BUTONU – daha premium UI */
/* İLETİŞİM BUTONU – premium, kurumsal, sade */
.contact-btn {
    display: inline-block;
    padding: 14px 22px;
    background: #111827;

    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;

    /* ALTIN YAZI */
    background-image: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* ALTIN ÇERÇEVE */
    border: 1.5px solid #c7a542;
    border-radius: 12px;

    text-decoration: none;

    box-shadow: 0 6px 18px rgba(0,0,0,0.20);
    transition: all 0.3s ease;
}
.contact-btn:hover {
    background: linear-gradient(
        145deg,
        rgba(199,165,66,0.10),
        rgba(166,124,27,0.08)
    );

    border-color: #e0c46a;

    background-image: linear-gradient(
        to bottom,
        #ead58a 0%,
        #d0b15a 45%,
        #b48924 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}
.contact-btn {
    text-shadow: 0 1px 1px rgba(0,0,0,0.45);
}

.therapy-section {
    width: 100%;
    padding: 90px 20px;
    background: #f8f8f8;
}

.therapy-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.therapy-image {
    position: relative;
    flex: 1;
    filter: drop-shadow(0 18px 35px rgba(181, 150, 89, 0.25));
}

/* ALTIN ÇERÇEVE */
.therapy-image::before {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 22px;
    background: linear-gradient(
        135deg,
        #f3e7a1 0%,
        #d6b65c 35%,
        #b59659 60%,
        #8f6a2a 100%
    );
    z-index: -1;
    filter: blur(0.3px);
}

.therapy-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
    object-fit: cover;
}

/* GÖRSEL OVERLAY */
.therapy-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.05)
    );
    border-radius: 18px;
}

.therapy-content {
    flex: 1;
}

.therapy-content h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
    position: relative;
    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow:
        0 0px 20px rgba(0,0,0,0.15),
        0 2px 3px rgba(120, 90, 25, 0.35);
}

/* ALTIN ÇİZGİ */
.therapy-content h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: black;
    margin-top: 14px;
}

.therapy-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}










.services-section {
    position: relative;
    padding: 120px 20px;
    background: linear-gradient(
        to bottom,
        #f8f8f8 0%,
        #f2f2f2 100%
    );
    overflow: hidden;
}

/* ARKA PLAN GÖRSELİ */
.services-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: rgba(0,0,0, 0.6);

        filter: brightness(0.5);

    transform: scale(1);
    z-index: 0;
    pointer-events: none;
}

/* İçeriği üstte tut */
.services-container {
    position: relative;
    z-index: 1;
}


.services-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 4px 18px rgba(0,0,0,0.15);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 35px;
}

.service-card {
    position: relative;
    padding: 45px 35px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
    transition: 0.4s ease;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(224,196,106,0.25),
        rgba(181,150,89,0.05)
    );
    opacity: 0;
    transition: 0.4s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0,0,0,0.14);
}

.service-index {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    right: 25px;
    color: rgba(181,150,89,0.25);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
    position: relative;
    background: linear-gradient(
        to bottom,
        #e0c46a 0%,
        #c7a542 45%,
        #a67c1b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    text-shadow:
        0 0px 20px rgba(0,0,0,0.15),
        0 2px 3px rgba(120, 90, 25, 0.35);
}

.service-card h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #b59659;
    margin-top: 10px;
}

.service-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-top: 18px;
}

/* Mobil */
@media (max-width: 768px) {
    .services-title {
        font-size: 30px;
        margin-bottom: 60px;
    }
}








/* Mobil uyum */
@media (max-width: 900px) {
    .therapy-container {
        flex-direction: column;
        gap: 40px;
    }

    .therapy-content h2 {
        font-size: 28px;
    }
}





/* Mobil uyum */
@media(max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .about-image img {
        width: 100%;
        max-width: 430px;
        height: auto;
    }

    .about-title {
        font-size: 38px;
    }
}







