@charset "utf-8";

body {
	font-size: 14px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFF8F8;
}



#anacerceve  {
	height: auto;
	background-color: #FFFFFF;
	border-top: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: none;
	margin-top: 0px;
}

header {
	background-color: ffffff;
	width: 100%;
	bottom: 0%;	
}


#serit {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Elemanları yayar */
    background-color: #000000;
    padding: 10px 20px;
    height: 70px;
    color: #FFFFFF;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


#danisma-hatti {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #5d4596;
}

#danisma-hatti i {
    font-size: 22px;
    color: #5d4596;
}


.seritmetni {
    flex-grow: 1;
    text-align: center;
    font-size: 20px; /* Yazıyı biraz büyüttüm */
    font-weight: 500;
    color: #9b1c7f; /* Daha yumuşak pembe tonu */
    font-style: italic;
    letter-spacing: 0.5px; /* Yazıyı daha okunaklı hale getirir */
}
@media (max-width: 768px) {
    .seritmetni {
        font-size: 10px; /* Mobilde küçült */
        padding: 5px; /* Kenar boşlukları ekle */
        text-align: center;
        white-space: normal; /* Metni taşmasını önle */
    }
}


#sosyalmedya {
    display: flex;
    align-items: center;
    gap: 15px; /* İkonlar arasına boşluk bırakır */
}

/* Sosyal Medya İkonları */
.sosyal a {
    display: flex;
    align-items: center;
}

.sosyal img {
    width: 32px; /* İkonları büyüttüm */
    height: 32px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: none !important; /* Arka planı kaldır */
    filter: none !important; /* Ters renk efektini kaldır */
}

.sosyal img:hover {
    transform: scale(1.2); /* Hover efektiyle biraz büyütme ekledim */
    opacity: 0.8;
}

    .navbar {
      position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    }

    .navbar .logo {
      font-size: 24px;
      font-weight: bold;
      color: #333;
    }

  


/* Randevu Al Butonu */
.randevu-btn {
    background: linear-gradient(135deg, #6a0dad, #a463f2); /* Mor tonlarında geçişli arka plan */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 25px; /* Hafif oval şekil */
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(106, 13, 173, 0.3); /* Hafif gölge efekti */
}

/* Hover efekti (Üzerine gelince parlama efekti) */
.randevu-btn:hover {
    background: linear-gradient(135deg, #a463f2, #6a0dad);
    box-shadow: 0 6px 12px rgba(106, 13, 173, 0.5);
    transform: scale(1.05);
}


   /* Menü Konteyneri */
.menu {
    display: flex;
    gap: 25px;
    align-items: center;
}

/* Menü Öğeleri */
.menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #5d4596; 
    text-transform: uppercase;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: all 0.3s ease-in-out;
    padding: 12px 18px;
    position: relative;
}

/* Alt Çizgi Hover Efekti */
.menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0%;
    height: 3px;
    background: #9b1c7f; 
    transition: all 0.3s ease-in-out;
    transform: translateX(-50%);
}

/* Hover Efekti */
.menu a:hover {
    color: #9b1c7f;
}

.menu a:hover::after {
    width: 100%;
}
@media (max-width: 768px) {
    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #ffffff;
        position: absolute;
        top: 50px;
        left: 0;
        text-align: center;
    }
    
    .menu.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
        cursor: pointer;
        font-size: 24px;
        background-color: transparent;
        border: none;
    }
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.whatsapp-button img {
    width: 35px;
    height: 35px;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.slider-container { 
             position: relative;
    width: 100%; /* Tam genişlik */
	
    height: 550px; 
    margin: 0 auto; 
    overflow: hidden; 
    border-radius: 15px;
    margin-top: 0px;
        }

@media (max-width: 768px) {
    .slider-container {
        margin-top: -200px; /* Menüye hizalama */
        padding-bottom: 0 !important; /* Alt boşluğu sıfırla */
        height: auto;
    }

    .slider {
        margin: 0;
        padding: 0;
        display: flex;
    }

    .slide {
        min-width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slide img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* Eğer hala alt boşluk varsa, kesin çözüm için */
    .slider-container {
        margin-bottom: -50px !important;
    }

    /* Slider'ın altındaki ilk içerik */
    .slider-container + * {
        margin-top: 0px !important; 
        padding-top: 0px !important;
    }
}

        .slider { 
            display: flex;
    width: 100%; /* İçerik genişliğini dinamik ayarla */
    transition: transform 1s ease-in-out;
        }

        .slide { 
            min-width: 100%; /* Slaytları tam ekran genişlet */
    height: 550px; 
    display: flex; 
    align-items: center; 
    justify-content: center;  
        }

        .slide img { 
            width: 100%; /* Tam genişlik */
    height: auto; 
    display: block;
    margin: auto;
    border-radius: 10px;
        }
.info-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0; /* Görseller arasında boşluk bırakma */
    width: 100%;
    flex-wrap: wrap; /* Ekran küçüldüğünde alt alta gelsin */
    position: relative;
}

.info-box {
    position: relative;
    width: 50%; /* Her bir görsel ekranın yarısını kaplayacak */
    height: auto;
    overflow: hidden;
}
.info-box img {
    width: 100%; /* Görsel tam genişlik kaplayacak */
    height: auto;
    display: block;
}
/* Görsellerin üzerine gelince etrafında yumuşak mor çerçeve oluşsun */
.info-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: radial-gradient(rgba(160, 75, 200, 0) 30%, rgba(160, 75, 200, 0.4) 100%);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* Kenarları bulanık yap */
.info-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent, rgba(0, 0, 0, 0.15));
    z-index: 1;
    pointer-events: none;
}

/* Hover efekti: Çevresinde yumuşak mor çerçeve çıksın */
.info-box:hover::after {
    opacity: 1;
}

/* Responsive ayar: Mobilde görseller alt alta gelsin */
@media (max-width: 768px) {
    .info-box {
        width: 100%; /* Küçük ekranlarda görseller tam genişlik kaplasın */
    }
}

/* Genel Stil */
.neden-hayat {
    padding: 50px 10%;
    background-color: #fdf9ff; /* Hafif morumsu bir arka plan */
}

.neden-hayat-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

/* Sol taraf: Görsel */
.neden-hayat-image {
    flex: 1;
    text-align: center;
}

.neden-hayat-image img {
    width: 100%;
    max-width: 450px; /* Görselin genişliğini biraz küçülttüm */
    max-height: 500px; /* Görselin yüksekliğini sınırlandırdım */
    border-radius: 15px;
    object-fit: cover; /* Görseli alanına sığacak şekilde kes */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Sağ taraf: Metin */
.neden-hayat-text {
    flex: 1;
    text-align: left;
}

.neden-hayat-text h2 {
    font-size: 28px;
    color: #6a0dad; /* Mor tonları */
    margin-bottom: 10px;
}

.neden-hayat-text .highlight {
    color: #9b1c7f; /* Daha açık bir mor tonu */
}

.neden-hayat-text p {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

.neden-hayat-text ul {
    list-style: none;
    padding: 0;
}

.neden-hayat-text ul li {
    font-size: 16px;
    color: #5d4596;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.neden-hayat-text ul li i {
    color: #6a0dad;
    font-size: 20px;
    margin-right: 8px;
}

/* Buton */
.btn {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #6a0dad, #a463f2);
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background: linear-gradient(135deg, #a463f2, #6a0dad);
    transform: scale(1.05);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .neden-hayat-container {
        flex-direction: column;
        text-align: center;
    }

    .neden-hayat-text {
        text-align: center;
    }

    .neden-hayat-text ul {
        display: inline-block;
        text-align: left;
    }

    .neden-hayat-image img {
        max-width: 100%;
        max-height: 400px; /* Mobilde çok büyük olmaması için */
    }
}

/* Arka Plan Resmi */
.contact-section {
    position: relative;
    background: no-repeat center center/cover;
    padding: 80px 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hafif Karanlık Overlay */
.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Hafif karartma efekti */
}

/* İçerik Alanı */
.contact-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

/* Hemen Arayın Kutusu */
.contact-box {
    flex: 1;
    background: rgba(255, 255, 255, 0.2);
    padding: 40px;
    text-align: center;
    border-radius: 10px;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contact-box i {
    font-size: 40px;
    margin-bottom: 10px;
}

.contact-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 18px;
    font-weight: bold;
}

/* İletişim Formu */
.contact-form {
    flex: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.contact-form h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #6a0dad;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

.contact-form button {
    background: linear-gradient(135deg, #6a0dad, #a463f2);
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-form button:hover {
    background: linear-gradient(135deg, #a463f2, #6a0dad);
    transform: scale(1.05);
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        text-align: center;
    }

    .contact-box {
        margin-bottom: 20px;
    }
}


/* Hizmet görselleri yuvarlak yap ve çerçeve rengini mor (#5d4596) yap */
.p-item img {
    border-radius: 50%;
    border: 5px solid #5d4596;
    width: 100%;
    max-width: 250px;
    object-fit: cover;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Görsellerde hover efekti kaldırıldı */
.p-item img:hover {
    transform: none;
}

/* Hizmetler başlığı mor renk olacak */
.s-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #5d4596;
}

/* Açıklama metni ve detay bağlantısı */
.p-caption .pc-subheading {
    font-size: 14px;
    color: #333;
}

.p-caption .pc-subheading .details-text {
    display: none;
    opacity: 0.7;
    font-style: italic;
    transition: max-height 0.5s ease-in-out;
}

.p-caption .pc-subheading .details-link {
    color: #5d4596;
    cursor: pointer;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}

.p-caption .pc-subheading.expanded .details-text {
    display: inline;
}
.banner {
    width: 100%; /* Banner genişliği tüm sayfayı kaplar */
    margin: 20px 0; /* Şerit ve başlık arasındaki boşluk */
    text-align: center; /* Görseli ortalar */
}

.banner img {
    width: 100%; /* Görselin taşmasını önler */
    height: auto; /* Oranları korur */
    border-radius: 10px; /* Opsiyonel: Görselin köşelerini yuvarlatır */
}
.container {
    max-width: 90%; /* İçeriğin maksimum genişliği */
    margin: 0 auto; /* Ortalamak için */
    padding: 0 20px; /* Sağ ve sol boşluklar */
}
p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;font-weight: 300; /* Yazı kalınlığı (daha ince) */
}

 .faq-question {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #5d4596;
    margin: 10px 0;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 10px;
    border-radius: 5px;
}

.faq-question:hover {
    background: #f0f0f0;
}

.active-question {
    background: #5d4596 !important;
    color: white !important;
    border-radius: 5px;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    color: #34495e;
    padding-left: 20px;
}

/* Görsel stil */
    .clickable-img {
      width: 100%;
      max-width: 300px;
      cursor: pointer;
      transition: transform 0.2s ease;
    }

    .clickable-img:hover {
      transform: scale(1.05); /* Yakınlaşma efekti */
    }

    /* Lightbox pencere */
    .lightbox {
      display: none; /* Başlangıçta gizli */
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    /* Lightbox içeriği */
    .lightbox-content {
      max-width: 90%;
      max-height: 80%;
    }

    /* Kapatma butonu */
    .close {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      font-size: 24px;
      font-weight: bold;
      cursor: pointer;
      z-index: 1001;
    }

    .close:hover {
      color: red;
    }



.footer .container a {
  color: #6c757d;
}

.footer .container a:hover {
  color: #dc3545;
  text-decoration: underline;
}



footer {
    flex: 0 0 auto; /* Footer sabit boyutta */
    background-color: #f8f9fa; /* Arka plan rengini belirleyebilirsiniz */
    text-align: center;
    padding: 20px 0;
	margin-top: 10px;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text {
	font-size: 24px;
	font-weight: bold;
	animation: fadeIn 2s ease-out forwards;
	background-color: #e12356;
}

@media (max-width: 768px) {
    .footer .row {
        flex-direction: column;
        text-align: center;
    }
    
    .footer .col-lg-3, 
    .footer .col-lg-5, 
    .footer .col-lg-4 {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .whatsapp-button {
        width: 45px;
        height: 45px;
        bottom: 10px;
        right: 10px;
    }
}