  @font-face {
            font-family: Bahnschrift-Light;
            src: url(fonts/Bahnschrift-Light.ttf);
        }

        @font-face {
            font-family: Bahnschrift-Bold;
            src: url(fonts/Bahnschrift-Bold.ttf);
        }

        .bold_font {
            font-family: Bahnschrift-Bold;
        }

        .fab {
            color: #00796b;
        }

        .font-color {
            color: #00796b !important;
        }

        body {
            font-family: Bahnschrift-Light;

        }


        .bg-teal-gradient {
            /* 90deg: soldan sağa; istersen 270deg yapıp sağdan sola da akış sağlayabilirsin */
            background: linear-gradient(90deg,
                    /* İlk renk: açık turkuaz */
                    #00bfa5 0%,
                    /* Orta durak: biraz koyulaşsın */
                    #009688 50%,
                    /* Son renk: zümrüt yeşili */
                    #00796b 100%);
        }



        .navbar-custom {
            background: #009688;
            /* veya linear-gradient(...) */
            border-image: linear-gradient(to right, #f8dd78, #bd871b) 1;

            border-top: .50rem solid;
            border-bottom: .50rem solid
        }

        .navbar-custom .navbar-brand img {
            max-height: 50px;
        }

        .navbar-custom .nav-link {
            color: #fff;
            font-size: 1.05rem;
            padding: .75rem 1rem;
            transition: opacity .2s;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
			text-rendering: optimizeLegibility;
			/* Metin keskinliğini artır */
			letter-spacing: 0.25px;
        }

        .navbar-custom .nav-link:hover {
            opacity: .7;
        }

        .navbar-custom .social-icons a {
            color: #fff;
            font-size: 1.2rem;
            margin-left: .75rem;
            transition: opacity .2s;
        }

        .navbar-custom .social-icons a:hover {
            opacity: .7;
        }

        /* Mobile toggler icon rengi beyaz */
        .navbar-custom .navbar-toggler {
            border-color: rgba(255, 255, 255, .5);
        }

        .navbar-custom .navbar-toggler-icon {
            filter: invert(1);
        }

        /* Custom styles */
        .hero-section {
            background-image: url('../img/bghanedan.png');
            background-size: cover;
          
            background-repeat: no-repeat;
            min-height: 80vh;
            color: white;
            display: flex;
            flex-direction:row;
            padding-top: 80px;
             position: relative;
  overflow-x: hidden;

        }

.hero-text{margin-top:8rem; z-index: 2; color: #00796b;}




@media (max-width: 430px) {

    
    .hero-text {
        position: absolute;
        z-index: 2;
        color: #00796b;
        margin-left: 20px;
        margin-right: 100px;
        order: 1;
    }
    
    .hero-image-lokma {
        width: 60%;
        position: absolute;
        margin-left: -40px;
        margin-top: 155px;
    }
    
    .hero-image-araba {
        z-index: 2;
        position: absolute;
        left: 90px;
        width: 80%;
    }
    

}




        /* Top bar with social icons */
        .top-bar {
            background-color: transparent !important;
            /* Dark color */
            transition: all 0.3s ease;
        }

        /* Main navbar - colored by default */
        .bg-transparent {
            background-color: transparent !important;
            /* Dark color */
            transition: all 0.3s ease;
        }

        /* When at top of page (over hero) */
        .at-top .top-bar,
        .at-top .navbar {
            background-color: transparent !important;
            box-shadow: none;
        }


     .hero-content {
            flex: 1;
            display: flex;
            align-items: center;

     }


     
        /* Navbar links */
        .navbar-dark .navbar-nav .nav-link {
            color: rgba(255, 255, 255, 0.9);
            transition: all 0.3s ease;
            padding: 0.5rem 1rem;
            border-radius: 4px;
        }

        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .nav-link.active {
            color: white;
            background-color: rgba(255, 255, 255, 0.1);
        }

        /* Change navbar-toggler color */
        .navbar-dark .navbar-toggler {
            color: rgba(255, 255, 255, 0.9);
            border-color: rgba(255, 255, 255, 0.1);
        }










        /* 1. Section’a arka plan silueti (veya fotoğraf) */
        #about {
            position: relative;
            background: url('../img/aboutbg.png') no-repeat bottom center;
            background-size: cover;
            padding: 4rem 0;
            overflow: hidden;
            z-index: 0;
        }

        #about::before {
            content: '';
            position: absolute;
            inset: 0;
            background-color: rgba(255, 255, 255, 0.664);
            /* %40 opak siyah */
            pointer-events: none;
            z-index: 1;
        }

        /* 2. İçeriği overlay’ın üstüne çıkarmak için */
        #about .container {
            position: relative;
            z-index: 2;
            background-color: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 0.5rem;
        }

        /* 3. Metin stili */
        #about h2,
        #about p {
            color: #333;
            /* koyu metin rengi */
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        #about h2 {
            color: #00796b;
            font-weight: 500;
        }



        section.hizmetler {
            position: relative;
            background-color: white;
            background-size: cover;
            /* resim tüm genişliği kaplasın */
            padding: 4rem 0;
            /* üst-alt boşluk */
            overflow: hidden;
            border-top: .50rem solid;
            border-bottom: .50rem solid;
            border-image: linear-gradient(to right, #f8dd78, #bd871b) 1;
        }

        /* 2. İçerikleri öne çıkarmak için yarı-opak beyaz kutu */
        section.hizmetler .container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 0.5rem;
        }

        /* 3. Başlık ve metin stili (isteğe göre) */
        section.hizmetler h2 {
            color: #00796b;
            font-weight: 500;
            margin-bottom: 2rem;
        }

        /* Kartın genel stili */
       .service-card {
    position: relative;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
    padding: 1rem;
    display: flex;
    align-items: stretch;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: .5rem;
    padding: 2px; /* Border width */
    background: linear-gradient(to right, #f8dd78, #bd871b);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.service-card.flex-row-reverse::before {
    background: linear-gradient(to left, #f8dd78, #bd871b);
}
        /* Görsel kapsayıcı */
        .service-card .image {
            position: relative;
            flex: 0 0 40%;
            min-height: 180px;
        }

        .service-card .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Degrade gölge (resmin beyaza doğru akışı) */
        .service-card .image::after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            width: 30%;
            background: linear-gradient(to left, #fff, transparent);
        }

        /* Sağda resim olması durumunda degrade yönünü tersine çevir */
        .service-card.flex-row-reverse .image::after {
            right: auto;
            left: 0;
            background: linear-gradient(to right, #fff, transparent);
        }

        /* Yazı kutusu */
        .service-card .body {
            flex: 1;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .service-card h3 {
            color: #00796b;
            margin-bottom: .75rem;
        }

        .service-card p {
            margin: 0;
            line-height: 1.4;
        }

        /* Mobilde alt alta geçiş */
        @media(max-width:768px) {
            .service-card {
                flex-direction: column !important;
            }

            .service-card .image {
                flex: 0 0 auto;
                height: 200px;
            }

            .service-card .image::after {
                display: none;
            }
        }

        #menulerimiz {
            position: relative;
            background: url('../img/faaliyetbg.png') no-repeat bottom center;
            background-size: cover;
            /* silueti tam genişlikte yayar */
            padding: 4rem 0;
            /* üst-alt boşluk */
            overflow: hidden;
        }

        /* 2. Kartların beyaz yarı-opak bir kutu içinde durması için */
        #menulerimiz .container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 0.5rem;
        }

        /* 3. Başlık */
        #menulerimiz h2 {
            color: var(--primary-teal);
            font-weight: 500;
            margin-bottom: 2rem;
        }

        /* 4. Kart tasarımı */
        .activity-card .card {
            border: none;
            border-radius: 0.75rem;
            overflow: hidden;
            transition: transform .2s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }

        .activity-card .card:hover {
            transform: translateY(-5px);
        }

        /* 5. Görsel */
        .activity-card .card-img-top {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        /* 6. Alt başlık */
        .activity-card .card-footer {
            background-color: var(--primary-teal);
            color: #fff;
            text-align: center;
            font-weight: 500;
            padding: .75rem 0;
        }





        /* 1. ALT SİLUET ARKA PLAN */
        #galeri {
            position: relative;
            background: url('../img/galeri.png') no-repeat bottom center;
            background-size: cover;
            /* siluet tüm genişliği kaplasın */
            padding: 4rem 0;
            /* üst-alt boşluk */
            overflow: hidden;
            border-top: .50rem solid;
            border-bottom: .50rem solid;
            border-image: linear-gradient(to right, #f8dd78, #bd871b) 1;
        }

        /* 2. İÇERİĞİ BEYAZ YARI-OPAK KUTUDA TUT */
        #galeri .container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 0.5rem;
        }

        /* 3. Başlık */
        #galeri h2 {
            color: var(--primary-teal);
            font-weight: 500;
            margin-bottom: 2rem;
        }



        #galeri .swiper-button-next,
        #galeri .swiper-button-prev {
            color: #00796b;
            width: 3.5rem;
            height: 3.5rem;
            background-color: #fff;
            border-radius: 50%;
            /* Tam yuvarlak */
            display: flex;
            /* İçindeki oku ortalamak için */
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }

            #galeri .swiper-slide .card {
            position: relative;
            border-radius: 12px;
            background: linear-gradient(to right, #f8dd78, #bd871b);
            padding: 8px; /* Border kalınlığı */
        }

        #galeri .swiper-slide .card::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 8px;
            right: 8px;
            bottom: 8px;
            background: #fff;
            border-radius: 4px; /* Ana radius - border kalınlığı */
            z-index: 1;
        }

        #galeri .swiper-slide .card > * {
            position: relative;
            z-index: 2;
        }

        /* Menü kartlarındaki resimlerin beyaz boşluğunu kaldır */
    #galeri .card-img-top {
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 4px 4px 0 0 !important; /* Sadece üst köşeleri yuvarla */
    }

    /* Kart içeriğinin de padding'ini sıfırla */
    #galeri .card-body {
        margin: 0 !important;
    }

       
        #menulerimiz .swiper-button-next,
        #menulerimiz .swiper-button-prev {
            color: #00796b;
            width: 3.5rem;
            height: 3.5rem;
            background-color: #fff;
            border-radius: 50%;
            /* Tam yuvarlak */
            display: flex;
            /* İçindeki oku ortalamak için */
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        }


        /* 4. Swiper slide’larının genel görünümü (özelleştirmek isterseniz) */
        .mySwiperr {
            padding: 2rem 0;
        }

        /* 5. Kart tasarımı aynen faaliyet-yerleriyle uyumlu olsun */
        .swiper-slide .card {
            border: none;
            border-radius: .75rem;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform .2s, opacity .2s;
        }

        .swiper-slide-active .card {
            transform: translateY(-5px) scale(1.05);
            opacity: 1;
        }

        /* 6. Görsel yüksekliği */
        .swiper-slide .card-img-top {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }




        .mySwiper {
            padding: 2rem 0;
            /* Kartların altındaki boşluk */
        }

        .swiper-slide {
            width: 280px;
            /* Kart genişliği */
            opacity: 0.6;
            transition: transform 0.3s, opacity 0.3s, box-shadow 0.3s;
        }

        .swiper-slide-active {
            transform: scale(1.1);
            opacity: 1;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #00897b;
            width: 2.5rem;
            height: 2.5rem;
        }







        /* 1. Alt siluet (veya istediğin arka plan) görseli */
        #referanslar {
            position: relative;
            background: url('../img/referanslarbg.png') no-repeat bottom center;
            background-size: cover;
            padding: 4rem 0;
            overflow: hidden;
        }

        /* 2. İçerikleri yarı-opak beyaz kutuda tut */
        #referanslar .container {
            background-color: rgba(255, 255, 255, 0.95);
            padding: 2rem;
            border-radius: 0.5rem;
        }

        /* 3. Başlık stili */
        #referanslar h2 {
            color: var(--primary-teal);
            font-weight: 500;
            margin-bottom: 2rem;
        }

        /* 4. Swiper kartları faaliyet/galeri ile uyumlu olsun */
        #referanslar .swiper-slide .card {
            border: none;
            border-radius: .75rem;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform .2s, opacity .2s;
        }

        #referanslar .swiper-slide-active .card {
            transform: translateY(-5px) scale(1.05);
            opacity: 1;
        }

        /* 5. Kart görselleri */
        #referanslar .card-img-top {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }














        /* Section genel arka plan beyaz, padding */
#contact {
  background: #f8f9fa;
}

/* Kart gövdesi */
.contact-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: .5rem;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform .2s, box-shadow .2s;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* İkon kutusu */
.contact-card .icon-box {
  flex: 0 0 48px;
  height: 48px;
  background: var(--primary-teal, #00796b);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-right: 1rem;
}

/* Kart başlığı */
.contact-card h5 {
  margin-bottom: .5rem;
  font-weight: 600;
}

/* Kart metni */
.contact-card p {
  margin-bottom: .25rem;
}
.contact-card a {
  color: var(--primary-teal, #00796b);
  text-decoration: none;
}
.contact-card a:hover {
  text-decoration: underline;
}

/* Harita konteyneri */
.map-container {
  width: 100%;
   height: 100%;
  aspect-ratio: 16/9;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}





        .footer {
  position: relative;
  /* 1. Arka plan görseli (en altta) */
  background: 
    url('../img/footerbg.png') no-repeat bottom center,
    linear-gradient(to right, #26a69a, #00796b);
  background-size: cover, cover;  /* her ikisi de tüm alanı kaplasın */
  
  /* 2. Altın gradient border’lar */
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-image: linear-gradient(to right, #f8dd78, #bd871b) 1;
  
  color: #fff;
  padding: 3rem 0;
}

        .footer a {
            color: #fff;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .social-icon {
            font-size: 1.5rem;
        }

        .footer .icon-text i {
            font-size: 1.25rem;
            vertical-align: middle;
            margin-right: .5rem;
        }




.call,
.whatsup-button {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;

  /* EKLENECEK KISIM */
  display: flex;               /* Flex konteyner */
  align-items: center;         /* Dikey ortala */
  justify-content: center;     /* Yatay ortala */
    text-decoration: none;
}

/* Sağdaki buton */
.whatsup-button {
  bottom: 40px;
  right: 40px;
}

/* Soldaki buton */
.call {
  bottom: 40px;
  left: 2%;
}

/* İkon boyutu font-size ile */
.call i,
.whatsup-button i {
  font-size: 24px;    /* 50px’lik kutuda ~24–28px iyi orandır */
  line-height: 1;     /* tam ortalanması için */
  width: auto;
  height: auto;
    text-decoration: none;
}

@media screen and (max-width: 756px) {
    .top-bar {
        display: none !important;
    }
}

/* Swiper içindeki kart resimleri için */
.mySwiper .card-img-top {
  width: 100%;         /* kart genişliğine otur */
  height: 200px;       /* sabit yükseklik (değiştirebilirsiniz) */
  object-fit: contain; 
  object-position: center; 
  border-radius: 8px;  /* isterseniz köşe yumuşatma */
}


.mySwiperr .card-img-top {
  width: 100%;         /* kart genişliğine otur */
  height: 200px;       /* sabit yükseklik (değiştirebilirsiniz) */
  object-fit: cover;   /* resmi kırpar ama bozulmaz */
  border-radius: 8px;  /* isterseniz köşe yumuşatma */
}

.mySwiperr .card-img-top {
  width: 100%;         /* kart genişliğine otur */
  height: 350px;       /* dikey dikdörtgen için yükseklik artırıldı */
  object-fit: cover;   /* resmi kırpar ama bozulmaz */
  border-radius: 8px;  /* isterseniz köşe yumuşatma */
}


/* Küçük ekranlarda biraz daha düşük yükseklik */
@media (max-width: 768px) {
  .mySwiper .card-img-top {
    height: 150px;
  }

    .mySwiperr .card-img-top {
    height: 150px;
  }
	.mySwiperr .card-img-top {
    height: 280px;     /* galeri slider'ı dikey dikdörtgen kalır */
  }
	
	#menulerimiz .swiper-button-next,
    #menulerimiz .swiper-button-prev {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 12px; /* İkon boyutunu küçült */
    }
	
	#menulerimiz .swiper-button-next::after,
    #menulerimiz .swiper-button-prev::after {
        font-size: 32px; /* Mobilde ok boyutu */
    }
    
    /* Butonları biraz içeri al */
    #menulerimiz .swiper-button-next {
        right: 10px;
    }
    
    #menulerimiz .swiper-button-prev {
        left: 10px;
    }
}

/* Çok büyük ekranlarda biraz daha büyük */
@media (min-width: 1400px) {
  .mySwiper .card-img-top {
    height: 60vh;
  }
    .mySwiperr .card-img-top {
    height: 60vh;
  }
}
