* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
    
}

body {
    
    background:rgb(196, 196, 196);
    font-family: "Montserrat";
    background-image: url(img/ameliyat_altalta_birlesik.jpg),url(img/hastayla_altalta_birlesik.jpg),url(img/ameliyat_3.jpeg);
    background-position: right top, left top;
    background-repeat: repeat-y;
    background-size: 300px, 300px;
    background-attachment: scroll,scroll; /*---sağa ve sola resim ekli -- #43aae6 mavi*/ 
    
}

header {
    padding: 15px 0;
    background: black;
    
}



/*NAVBAR */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    
    
}

.navbar .logo {
    margin-right: 32px; /* Menülerden biraz ayırır */
    display: flex;
    align-items: center;
    height: 60px;        /* Navbar yüksekliği kadar */
    
}
.navbar .logo img {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 50%;
    flex-shrink: 0;
    margin-left: 100px;
    margin-top: 10px;
}

.navbar ul {
    list-style: none;
    display: flex;
    gap: 25px;

}

.navbar ul li a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.navbar ul li a:hover {
    cursor: pointer;
    color: #673AB7; 
}



/* HERO SECTION */
.hero {
    max-width: 1280px;
    margin: 10px auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 20px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 1.0);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero h1 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: -5px;
    color: #673AB7; 
}
.hero h2 {
    font-size: 1.0rem;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
    color: #673AB7;
}
.hero-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 1280px;
    margin: auto;
}

.hero-text {
    flex: 1;
    text-align: left;
    font-size: 1.1rem;
    color: #9575CD;
}

.hero-image {
    flex: 1;
   
}

.hero-image img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 12px;
    margin-left: 130px;
}
/*KADIN DOGUM ALANI */
.kadın-dogum-details {
  display: flex;
  flex-wrap: wrap; /* Satırdan taştığında alt satıra geçsin */
  gap: 18px;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

.kadın-dogum-item {
  background: #ffffff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-multislider {
    padding: 32px 0;
    border-radius: 16px;
    margin: 32px auto 0 auto;
    box-shadow: 0 6px 20px rgba(0,0,0,1);
    max-width: 1280px;
    width: 98vw;
    height: auto;
    overflow: hidden; /* <-- asıl burada overflow gizleniyor */
    position: relative;
}

.multislide-track {
    display: flex;
    transition: transform 0.5s;
    will-change: transform;
    /* overflow: visible; <-- bu satırı ekle veya overflow hidden'ı kaldır */
    gap: 32px;
}
.multislide-track::-webkit-scrollbar {
    display: none;              /* Chrome/Safari/Opera */
}
.multislide-item {
    min-width: 370px;
    max-width: 400px;
    width: 32vw;       /* Ekrana göre küçülür, min ve max ile sınırlanır */
    flex: 0 0 auto;
}

.review-card {
    padding: 12px 8px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    max-width: 320px;
    box-sizing: border-box;
}
.review-card img {
    width: 320px;
    height: 320px;
    max-width: 96%;
    max-height: 340px;
    object-fit: contain;
}

.multislide-dots {
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 26px;
}
.multislide-dot {
    width: 12px;
    height: 12px;
    background: #aaa;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}
.multislide-dot.active {
    background: #222;
}
.review-multislider {
    background: #f5f7fa;
    padding: 32px 0;
    border-radius: 16px;
    margin: 32px auto 0 auto;
    box-shadow: 0 6px 20px rgba(0,0,0,1);
    max-width: 1280px;
    width: 98vw;
    overflow: hidden;
    position: relative;
}

.multislide-track {
    display: flex;
    transition: transform 0.5s;
    will-change: transform;
}

.multislide-item {
    flex: 0 0 340px;
    max-width: 340px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.review-card img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px #0002;
}

.multislide-dots {
    display: flex;
    gap: 9px;
    justify-content: center;
    margin: 24px 0 0 0;
}

.multislide-dot {
    width: 12px;
    height: 12px;
    background: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.multislide-dot.active {
    background: #222;
}




/*METRICS SECTION */
.metrics {
    display: flex;
    justify-content: center;
    gap: 55px;
    max-width: 1280px;
    flex-wrap: wrap;
    margin: 15px auto;
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 1.0);
    background-color: white;
}

.metric {
    text-align: center;
    margin-right: 65px;
}

.metric-value {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    color: #673AB7; 
    
}

.metric-desc {
    font-size: 1rem;
    color:#9575CD;
    
}


/* PROJECTS SECTION */
.projects {
  max-width: 1280px;
  margin: 35px auto;
  border-radius: 10px;
  padding: 1em;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 1.0);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}

.project-card {
  display: flex;
  align-items: stretch;         /* Yüksekliği eşitler */
  justify-content: flex-start;
  gap: 28px;
  padding: 35px 0px;
  max-width: 1280px;
  width: 100%;                 /* Ekrana göre esner */
  margin: 35px auto;
  min-height: 220px;           /* Logodan küçük olmasın */
  position: relative;   /* Absolute çocuğu için zorunlu */
  /* Diğer stil özellikleri aynı kalabilir */
  padding-left: 240px; /* Logonun sağındaki içerik kaymasın diye alan bırakıyoruz */
  background: #ffffff;
}

.getat-logo-fixed {
  position: absolute;
  top:  50px;    /* Yukarıdan boşluk: istediğin gibi değiştir */
  left: 50px;   /* Soldan boşluk: istediğin gibi değiştir */
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
  z-index: 9;
  box-shadow: 0 4px 24px rgba(0,0,0,1);
}

.project-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  min-width: 0;
}

.getat {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 6px;
  text-align: center;
}
.project-right h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center;
}
.project-details , .kadın-dogum-details {
  display: flex;
  flex-direction: row;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.detail-item , .kadın-dogum-item{
  background: #ffffff;
  color: #673AB7; 
  padding: 8px 16px;
  border-radius: 16px;
  cursor: pointer;
  transition: background 0.2s;
  font-weight: bold;
}


.detail-item:hover , .kadın-dogum-item:hover {
    background: #9575CD;; 
    color: #fff;
}

.kadınDogumInfo, .detail-info {
    background: #ffffff;
    color: #9575CD;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(50,50,50,0.13);
    margin-top: 16px;
    padding: 18px 24px;
    font-size: 1rem;
    width: 100%;
    min-width: 200px;
    max-width: 680px;
    text-align: left;
    /* Animasyon için eklenenler: */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.4,0,0.2,1), opacity 0.5s;
    pointer-events: none;
}

.kadınDogumInfo, .detail-info.active {
    max-height: 400px; /* İçeriğe göre ayarla */
    opacity: 1;
    pointer-events: auto;
}



/* TESTIMONIALS SECTION */
.testimonial {
    gap: 40px;
    padding: 32px 24px;
    max-width: 1280px; /* Daha geniş */
    width: 95vw;
    max-height: 240px; /* Daha kısa */
    min-height: 140px;
    height: auto;
    margin: 20px auto;
    margin-top: -10px;
    color: #ffffff;
    
   
    position: relative;
    display: flex;         /* Flex ile sağa-sola yayılır */
}

.testimonial::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1280px;
    width: 100%;
    height: 100%;
    max-height: 680px;
    transform: translate(-50%, -50%);
    background: url("img/dikkat_isareti_beyaz.png") no-repeat center center;
    background-repeat: repeat;
    background-position: center center;
    background-size: 50px 50px;
    background-attachment: fixed;
    opacity: 0.2;  /* <-- Şeffaflık oranını burada değiştir! */
    pointer-events: none;
    z-index: 1;
}
/* Sonra testimonial içeriğine z-index: 2 ver: */
.testimonial > * {
    position: relative;
    z-index: 2;
}


.testimonial blockquote {
    border-left: 4px solid #aaa;
    padding-left: 25px;
    max-width: 1280px; /* Geniş ama çok uzun değil */
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.4;
}
.testimonial-image {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 16px;
}
.testimonial blockquote p {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 22px;
}

.testimonial blockquote footer {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.98rem;
    font-weight: bold;
    margin-top: -35px; /* Resimle metin arasındaki boşluğu azalt */
    background: transparent;
}

/* PARTNERS SECTION */
.certifications {
    padding: 30px 0 10px 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 1.0);
    margin: 20px auto;
    max-width: 1280px;
    width: 100%;
    background: white;
}

.certifications-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    font-weight: bold;
    font-size: 1.1rem;
}
.certifications-logos header {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    background: transparent;
    color: #673AB7;
}
.certifications-logos span{
    color: #9575CD;
}

/* FOOTER */
footer {
    margin-top: 40px;
    padding: 30px 0 0 0;
    background: #000000;
    color: #ffffff;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 60px;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 30px;
}

.footer-top .logo {
    margin-right: 32px; 
    display: flex;
    align-items: center;
    height: 165px;        
}

.footer-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    color: #ffffff;
}

.footer-links div {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-links h4 {
    font-size: 1.05rem;
    margin-bottom: 5px;
    margin-left: 35px;
}

.footer-links a {
    text-decoration: none;
    font-size: 0.98rem;
    color: #673AB7;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.footer-bottom {
    text-align: center;
    font-size: 0.98rem;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

@keyframes fadeIn {
    from { opacity: 0;}
    to { opacity: 1;}
}
@media (max-width: 900px) {
            body {
                background-size: 120px, 120px;
            }
        }
        @media (max-width: 1000px) {
            body {
                background-image: none !important; /* mobilde arka planı kaldır */
            }
        }
/* Responsive Styles */
@media (max-width: 700px) {
    
    /* NAVBAR */
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 10px 4vw;
    }
    .navbar ul {
        flex-wrap: wrap;
        gap: 12px;
        padding-bottom: 6px;
    }
    .navbar .logo img {
        margin-left: 0;
        margin-top: 0;
        width: 60px;
        height: 60px;
    }

    /* HERO */
    .hero-content {
        flex-direction: column;
        gap: 20px;
        padding: 0;
    }
    .hero-image img {
        margin-left: 0 !important;
        margin-right: auto !important;
        display: block;
        max-width: 92vw;
        width: 100%;
    }
    .hero, .projects, .review-multislider, .certifications, .metrics {
        max-width: 99vw;
        padding-left: 2vw;
        padding-right: 2vw;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* KADIN DOGUM PROJECTS */
    .project-card {
        flex-direction: column;
        align-items: center;
        padding: 18px 2vw 18px 2vw;
        padding-left: 0 !important;
        min-height: unset;
    }
    .getat-logo-fixed {
        position: static !important;
        margin-bottom: 18px;
        left: unset !important;
        top: unset !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .project-right {
        align-items: center;
        width: 100%;
        padding-left: 0;
    }
    .certifications-logos {
        gap: 10px;
        font-size: 0.96rem;
    }

    /* METRICS */
    .metrics {
        flex-direction: column;
        gap: 12px;
        padding: 14px 2vw;
    }
    .metric {
        margin-right: 0;
    }

    /* MULTISLIDE SLIDER */
    .review-multislider {
        max-width: 98vw;
        border-radius: 8px;
        margin: 10px auto;
        padding: 10px 0;
        width: 99vw;
    }
    .multislide-track {
        gap: 10px;
        margin: 0 2vw;
    }
    .multislide-item, .review-card {
        min-width: 70vw;
        max-width: 92vw;
        width: 70vw;
    }
    .review-card img {
        width: 40vw;
        height: 40vw;
        max-width: 200px;
        max-height: 180px;
        border-radius: 6px;
        margin: auto;
        display: block;
    }

    /* FOOTER */
    .footer-top {
        flex-direction: column;
        gap: 18px;
        align-items: flex-start;
        padding: 0 4vw 24px 4vw;
        max-width: 100vw;
        width: 100vw;
    }
    .footer-links {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        margin-top: 200px;
    }
    .footer-links a, .footer-links h4 {
        word-break: break-all;
        font-size: 1rem;
    }
    .footer-links div {
        width: 100%;
    }
    .footer-socials {
        flex-direction: column;
        gap: 8px;
        margin-top: 7px;
        width: 100%;
        align-items: stretch;
    }
    .testimonial {
        width: 100%;
        min-width: unset;
        max-width: 100vw;
        padding: 10px 0;
    }
    .testimonial blockquote {
        padding-left: 10px;
        font-size: 1.05rem;
    }
    .footer-bottom {
        font-size: 0.96rem;
        padding: 10px 0;
    }
    /* Linklerin çok uzun olması durumunda satır başı yapabilsin */
    .footer-links a, .footer-links h4, .footer-socials a {
        word-break: break-all;
        font-size: 1rem;
    }

    /*İletişim.html */
    .contact-section { 
        padding: 10px 2vw;
        max-width: 99vw;
        margin: 18px 0 24px 0;
    }
    .contact-section h1 {
        font-size: 1.45rem;
    }
    .contact-infos {
        font-size: 0.97rem;
        gap: 10px;
    }
    .contact-socials {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .map-iframe {
        min-height: 120px;
        max-height: 170px;
        margin-top: 12px;
    }
}

/* En genel: */
img, video {
    max-width: 100%;
    height: auto;
}
body, html {
    overflow-x: hidden;
}

@media (max-width: 700px) {
  .footer-top {
    flex-direction: column !important;
    gap: 18px !important;
    align-items: stretch !important;
    padding: 0 4vw 24px 4vw !important;
    max-width: 100vw !important;
    width: 100vw !important;
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .testimonial {
    width: 100% !important;
    min-width: unset !important;
    max-width: 100vw !important;
    padding: 10px 0 !important;
    font-size: 1.07rem !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .testimonial blockquote {
    padding-left: 10px !important;
    font-size: 1.04rem !important;
  }
  .footer-links {
    flex-direction: column !important;
    gap: 15px !important;
    width: 100% !important;
    align-items: flex-start !important;
  }
  .footer-links div {
    margin-bottom: 18px !important; /* Her link bloğunun altına boşluk */
    margin-top: 8px !important;     /* Üstüne de az boşluk, daha ferah */
    width: 100% !important;
  }
  .footer-links a, .footer-links h4, .footer-socials a {
    word-break: break-all !important;
    font-size: 1.09rem !important;
    color: #9575CD !important;
  }
  .footer-links h4 {
    margin-left: 0 !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
  }
  .footer-socials {
    flex-direction: column !important;
    gap: 6px !important;
    margin-top: 6px !important;
    width: 100% !important;
    align-items: flex-start !important;
  }
  .footer-bottom {
    font-size: 0.98rem !important;
    padding: 10px 0 !important;
    word-break: break-word;
    margin-top: 12px !important;
    margin-bottom: 6px !important;
  }
}