/* ================= GENEL ================= */

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

/* ================= NAVBAR ================= */

.navbar {
    background-color: #ffffff !important;
    padding: 1px 0;
    transition: 0.3s;
}

.navbar-brand img {
    height: 65px;
}

.nav-link {
    color: #222 !important;
    font-weight: 600;
    margin-left: 20px;
    transition: 0.3s;
}

.nav-link:hover {
    color: #f4b400 !important;
}

.nav-link.active {
    color: #f4b400 !important;
    border-bottom: 2px solid #f4b400;
}

/* ================= SLIDER ================= */



/* Modal içindeki büyük görseller ekrana sığsın */
.slider-img{
    max-width: 100%;
    max-height: 95vh;      /* ekrana göre yükseklik limiti */
    width: auto;
    height: auto;
    object-fit: contain;   /* kırpma yok, sığdır */
    display: block;
}

/* modal body taşmayı engellesin */
#sliderModal .modal-body{
    overflow: hidden;
}
#sliderModal .modal-content{
    height: 100vh;
}



.carousel-caption {
    top: 60%;
    bottom: auto;
}

.carousel-caption h1 {
    font-size: 32px;
    font-weight: 900;
    color: #ffffff; /* Beyaz yaptık */
}

.carousel-caption p {
    font-size: 22px;
    color: #f4b400; /* Sarı yaptık */
    font-weight: 600;
}

/* ================= BUTON ================= */

.btn-custom {
    background-color: #f4b400;
    color: #000;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #d89f00;
    color: #000;
}

/* ================= HİZMET KARTLARI ================= */

.card {
    border: none;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* ================= HAKKIMIZDA ================= */

.about-subtitle {
    color: #f4b400;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
}

.about-title {
    font-family: 'Playfair Display', serif;
    font-size: 46px;
    font-weight: 700;
    color: #222;
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-text {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 20px;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

/* ================= FOOTER ================= */

footer {
    background-color: #111;
    color: white;
    padding: 40px 0;
    margin-top: 50px;
}

footer a {
    color: #f4b400;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* ================= SARİ VURGU ================= */

.highlight {
    color: #f4b400;
}
body {
    padding-top: 5px;
}
/* HOVER OLUNCA TÜM YAZILAR SİYAH OLSUN */
.service-card:hover h1,
.service-card:hover h2,
.service-card:hover h3,
.service-card:hover h4,
.service-card:hover h5,
.service-card:hover h6,
.service-card:hover p,
.service-card:hover span {
    color: #000 !important;
}

.about-title {
    font-size: 32px;   /* Küçültmek için düşür */
}
/* Mobil Sabit Arama Butonu */


.mobile-call-btn:hover {
    background: #157347;
    color: white;
}
/* Navbar Telefon Butonu */
.phone-btn {
    background-color: #f4b400; /* Kurumsal sarı */
    color: #000 !important;    /* Siyah yazı */
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
    border: none;
    transition: 0.3s;
}

.phone-btn:hover {
    background-color: #d89c00;
    color: #000 !important;
}

.yorum-section {
    background: #f8f9fa;
     padding: 20px 0 10px 0;
}

.yorum-box {
    max-width: 800px;
    margin: auto;

}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.whatsapp-float img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.whatsapp-float img:hover {
    transform: scale(1.1);
}
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 9999;
}

/* Logo */
.whatsapp-float img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Yazı - başlangıçta gizli */
.whatsapp-text {
    background: #25D366;
    color: white;
    padding: 2px 18px;
    border-radius: 30px;
    margin-right: -120px;   /* gizlemek için sola saklıyoruz */
    opacity: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-weight: 500;
}

/* Hover olunca açılma efekti */
.whatsapp-float:hover .whatsapp-text {
    margin-right: 5px;
    opacity: 1;
}

.yorum-box p {
    font-size: 18px;
    color: #555;
}

.stars {
    color: #f4b400;
    font-size: 22px;
    letter-spacing: 4px;
}

.carousel-indicators [data-bs-target] {
    background-color: #f4b400;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.google-review-section {
    background: #f8f9fa;
    padding: 1px 0;

}

.google-review-card {
    background: #fff;
    max-width: 600px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    text-align: left;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.google-logo {
    width: 80px;
    margin-left: auto;
}

.stars {
    color: #f4b400;
    font-size: 18px;
    margin-bottom: 10px;
}

.review-text {
    font-size: 15px;
    color: #555;
}

.carousel-indicators [data-bs-target] {
    background-color: #ccc;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #f4b400;
}
/* GOOGLE YORUM CAROUSEL BOŞLUK FIX */
#yorumlar .carousel-item {
    min-height: auto !important;
    height: auto !important;
    padding-bottom: 0 !important;
}

#yorumlar .carousel-inner {
    padding-bottom: 0 !important;
}

#yorumlar .carousel {
    margin-bottom: 0 !important;

.whatsapp-float {
    position: fixed;
    right: 20px;          /* SAĞA ALDIK */
    bottom: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    z-index: 999999;      /* MODALİN ÜSTÜNDE */
    transition: 0.3s;
}

.whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
    color: #fff;
}

