@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@font-face {
    font-family: fair;
    src: url(fonts/Fair-Prosper.ttf);
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x:hidden;
    background-color: #e8f5e9;  /* Daha belirgin yeşil ton */
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.font-color{
    color:#005625 !important;
}
.title{
    font-size: 25px;
    letter-spacing: 0.5px;
    line-height: 549px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}
.icon{
    width:25px;
    background-image: url('img/burgericon.png');
}
.bg-img{
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter:brightness(0.6);
    position:absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.navbar-inner {
    background:transparent;
}

.bg-dark {
    background-color: #000000 !important;
}
.bg-green {
    background: linear-gradient(135deg, #005625 0%, #004019 100%);
    position: relative;
    overflow: hidden;
}

.bg-green::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('img/pattern.png');
    opacity: 0.05;
    z-index: 0;
}


.header{
    transform: rotate(-5deg);
    font-size: 110px;
    line-height: 65px;
    color: #ffffff;
    font-family: fair;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

.header_1{
    font-size: 110px;
    line-height: 65px;
    transform: rotate(-5deg);
    color: #feb914;
    font-family: fair;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.footer-header{
    font-size: 80px;
    line-height: 65px;
    margin-bottom: 10px;
    transform: rotate(-5deg);
    color: #ffffff;
    font-family: fair;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1.2px;
    text-align: center;
}
.footer-headerr{
    font-size: 50px;
    line-height: 55px;
    color: #feb914;
    transform: rotate(-5deg);
    font-family: fair;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
}

.navbar {
    background-color: transparent !important;
    justify-content: space-between;
    padding: 20px 0;
    transition: all 0.4s ease;
}

.navbar .nav-link {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 0.9rem;
    position: relative;
    padding: 5px 0;
    margin: 0 15px;
    transition: all 0.3s ease;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #feb914;
    transition: all 0.3s ease;
}

.navbar .nav-link:hover::after {
    width: 100%;
}

.navbar .nav-link:hover {
    color: #feb914;
    transform: translateY(-2px);
}

/* Responsive Navbar Animasyonları */
@media (max-width: 991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        padding: 20px;
        border-radius: 0;
        margin-top: 0;
        z-index: 1050;
    }

    .navbar .nav-link {
        padding: 12px 20px;
        margin: 5px 0;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .navbar .nav-link:hover {
        background: rgba(254, 185, 20, 0.1);
        padding-left: 25px;
    }
}

/* Navbar Toggle Button Animasyonu */
.navbar-toggler {
    border: none;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    transition: all 0.3s ease;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.3s ease;
}

.navbar-toggler-icon span {
    margin: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: translateY(11px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon span {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: translateY(-11px) rotate(-45deg);
}

.navbar-brand img {
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.95));
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 1));
}

.navbar .phone-number {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.navbar .phone-number:hover {
    background-color: #feb914;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.navbar .phone-number i {
    font-size: 0.9rem;
    color: #fff;
    margin-right: 5px;
    transform: scaleX(-1) rotate(10deg);
    transition: all 0.3s ease;
}

.navbar .phone-number:hover i {
    color: #fff;
}

.hero-header {
    margin-bottom: 6rem;
    padding: 12rem 0 9rem 0;
    background: url(img/bg.png) center bottom no-repeat;
    background-size: cover;
}

.team-item {
    position: relative;
    padding: 30px;
    text-align: center;
    transition: .5s;
    z-index: 1;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    color: #ffffff;
}

.photo-gallery {
    color:#313437;
    background-color:#fff;
}

.photo-gallery p {
    color:#7d8285;
}

.photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

.photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom:0;
}

/* Modern Kategori Tasarımı */
.nav-pills {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

.nav-pills .nav-item {
    width: auto;
    min-width: 200px;
}

.nav-pills .nav-link {
    width: 100%;
    padding: 20px;
    background: rgba(0, 86, 37, 0.1);
    border-radius: 12px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
    overflow: hidden;
}

.nav-pills .nav-link i {
    font-size: 24px;
    color: #feb914;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.nav-pills .nav-link p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #feb914;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.nav-pills .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #005625, #004019);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 86, 37, 0.1);
}

.nav-pills .nav-link:hover::after,
.nav-pills .nav-link.active::after {
    opacity: 1;
}

.nav-pills .nav-link:hover i,
.nav-pills .nav-link.active i {
    color: #fff;
    transform: translateY(-2px);
}

.nav-pills .nav-link:hover p,
.nav-pills .nav-link.active p {
    color: #fff;
    transform: translateY(-2px);
}

/* Menü Kartları */
.tab-content {
    margin-top: 40px;
}

.tab-pane .card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 86, 37, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.tab-pane .card:hover {
    transform: translateY(-10px);
    border-color: #005625;
    box-shadow: 0 8px 25px rgba(0, 86, 37, 0.15);
}

.tab-pane .card-img-top {
    height: 220px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.tab-pane .card:hover .card-img-top {
    transform: scale(1.05);
}

.tab-pane .card-body {
    padding: 20px;
    background: #fff;
    border-top: 2px solid rgba(0, 86, 37, 0.1);
    position: relative;
}

.tab-pane .card-title {
    color: #005625;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}

.tab-pane .card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(to right, #005625, #004019);
    border-radius: 2px;
}

#header-tantuni {
    max-height: 85vh;
    width: auto;
}

@media only screen and (max-width: 1200px) {
    .header, .header_1 {
        font-size: 80px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .header, .header_1 {
        font-size: 85px;
        line-height: 45px;
    }
    #header-tantuni {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .header, .header_1 {
        font-size: 75px;
        line-height: 40px;
    }
    #header-tantuni {
        max-height: 60vh;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .header, .header_1 {
        font-size: 70px;
        line-height: 35px;
    }
    #header-tantuni {
        max-height: 50vh;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .header, .header_1 {
        font-size: 68px;
        line-height: 35px;
    }
    #header-tantuni {
        max-height: 40vh;
        margin-top: 15px;
    }
}

@media only screen and (max-height: 667px) {
    #hamburger-image {
      display: none;
    }
    #header-tantuni {
      display: none;
    }
  }

@media only screen and (max-width: 375px) or (max-height: 667px) {
    #hamburger-image {
      display: none;
    }
    #header-tantuni {
        display: none;
      }
}
@media (max-width: 991.98px){
    
}

@media (max-width:767px) {
    .photo-gallery h2 {
      margin-bottom:25px;
      padding-top:25px;
      font-size:24px;
    }
  }


p {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

.btn {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.about-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.text-center h2.text-light {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.text-center h2.text-light::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #feb914;
}

.about-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.about-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.about-image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.gallery-carousel {
    position: relative;
    padding: 20px 0;
    margin-bottom: 50px;
}

.gallery-carousel .item {
    margin: 0;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-carousel .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all 0.5s ease;
}

.gallery-carousel .item:hover img {
    transform: scale(1.1);
}

/* Blog Kartları */
.blog-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.blog-link:hover {
    text-decoration: none;
    color: inherit;
}

.owl-carousel .card {
    margin: 10px;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
}

.owl-carousel .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 86, 37, 0.15);
}

.owl-carousel .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.owl-carousel .card:hover .card-img-top {
    transform: scale(1.05);
}

.owl-carousel .card-body {
    padding: 20px;
    background: #fff;
    border-top: 2px solid rgba(0, 86, 37, 0.1);
}

.owl-carousel .card-title {
    color: #005625;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.owl-carousel .badge {
    background: #feb914 !important;
    border: none;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.owl-carousel .card-text {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.owl-carousel .text-muted {
    color: #feb914 !important;
    font-weight: 600;
    font-size: 13px;
}

/* Blog Başlık */
#blog h2.fw-bolder {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 42px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #005625;
}

#blog h2.fw-bolder::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #feb914;
}

/* Owl Carousel Navigasyon */
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.owl-dot {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: rgba(0, 86, 37, 0.2) !important;
    border: none !important;
    padding: 0 !important;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background-color: #005625 !important;
    transform: scale(1.3);
}

.owl-dot:hover {
    background-color: #005625 !important;
    opacity: 0.7;
}

/* Menü Stilleri */
.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    color: #005625;
    background-color: rgba(0, 86, 37, 0.1);
    border: none;
    border-radius: 10px;
    margin: 0 10px;
    padding: 15px 30px;
    font-size: 18px;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
    background-color: rgba(0, 86, 37, 0.2);
    color: #fff;
    transform: translateY(-3px);
}

.nav-tabs .nav-link.active {
    background-color: #005625 !important;
    color: #fff !important;
    transform: translateY(-3px);
}

.nav-tabs .nav-link i {
    margin-right: 8px;
}

/* İletişim Bölümü Stilleri */
.contact-card {
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-icon-box {
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-icon-box i {
    font-size: 20px;
}

.text-green {
    color: #28a745;
}

.map-container {
    position: relative;
    transition: all 0.3s ease;
}

.map-container:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: white;
    color: #28a745;
    transform: translateY(-3px);
}

/* Footer Stilleri */
.footer {
    position: relative;
    color: #fff;
}

.footer-icon {
    font-size: 18px;
    color: #feb914;
    width: 25px;
}

.footer-social-links .btn-social {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-social-links .btn-social:hover {
    background-color: #feb914;
    border-color: #feb914;
    transform: translateY(-3px);
}

.footer-links .btn-link {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
}

.footer-links .btn-link:hover {
    color: #feb914;
    transform: translateX(5px);
}

.footer-brand {
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto;
}

@media (max-width: 991.98px) {
    .footer-brand {
        margin-top: 30px;
    }
    
    .footer-header {
        font-size: 72px;
        line-height: 60px;
    }
    
    .footer-headerr {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {
    .footer-links {
        margin-top: 20px;
    }
    
    .footer-social-links {
        justify-content: center;
        margin-top: 20px;
    }
}

.fixed-buttons {
    position: fixed;
    left: -200px; /* Başlangıçta gizli */
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
    animation: slideIn 0.5s ease forwards 1s;
}

@keyframes slideIn {
    to {
        left: 30px;
    }
}

.btn-fixed {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 50px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.btn-fixed i {
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.btn-order {
    background: linear-gradient(135deg, #005625 0%, #004019 100%);
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-order::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #004019 0%, #005625 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-order:hover {
    color: white;
    transform: translateY(-3px) translateX(5px);
    box-shadow: 0 6px 20px rgba(0, 86, 37, 0.3);
}

.btn-order:hover::before {
    opacity: 1;
}

.btn-order span,
.btn-order i {
    position: relative;
    z-index: 1;
}

.btn-order:hover i {
    transform: translateX(3px) rotate(10deg);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #128C7E 100%);
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-whatsapp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #128C7E 0%, #25d366 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    color: white;
    transform: translateY(-3px) translateX(5px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover::before {
    opacity: 1;
}

.btn-whatsapp span,
.btn-whatsapp i {
    position: relative;
    z-index: 1;
}

.btn-whatsapp:hover i {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .fixed-buttons {
        animation: slideInMobile 0.5s ease forwards 1s;
    }

    @keyframes slideInMobile {
        to {
            left: 20px;
        }
    }
    
    .btn-fixed {
        padding: 12px 24px;
        font-size: 0.85rem;
    }

    .btn-fixed i {
        font-size: 1.1rem;
    }
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: -60px;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #005625 0%, #004019 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 999;
}

.back-to-top.active {
    bottom: 30px;
    opacity: 1;
}

.back-to-top:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, #004019 0%, #005625 100%);
    box-shadow: 0 6px 20px rgba(0, 86, 37, 0.3);
}

@media (max-width: 768px) {
    .back-to-top {
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .back-to-top.active {
        bottom: 90px;
    }
}

.btn-rate {
    background: linear-gradient(135deg, #feb914 0%, #f59e0b 100%);
    color: white;
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-rate::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f59e0b 0%, #feb914 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.btn-rate:hover {
    color: white;
    transform: translateY(-3px) translateX(5px);
    box-shadow: 0 6px 20px rgba(254, 185, 20, 0.3);
}

.btn-rate:hover::before {
    opacity: 1;
}

.btn-rate span,
.btn-rate i {
    position: relative;
    z-index: 1;
}

.btn-rate:hover i {
    transform: translateX(3px);
}

.btn-rate i.star {
    font-size: 0.8rem;
    margin: 0 -1px;
}

/* Blog Detay Navbar Styles */
.blog-detay-navbar {
    background: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 0;
}

.blog-detay-navbar .navbar-brand img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
}

.blog-detay-navbar .nav-link {
    color: #fff !important;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.blog-detay-navbar .nav-link:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.blog-detay-navbar .phone-number {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.blog-detay-navbar .phone-number:hover {
    background-color: #feb914;
    border-color: #feb914;
}

/* Blog Banner Styles */
.blog-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('img/banner-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 100px;
    position: relative;
}

.blog-banner h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Permanent Marker', cursive;
}

.blog-banner .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.blog-banner .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.blog-banner .breadcrumb-item.active {
    color: #fff;
    opacity: 0.8;
}

.blog-banner .breadcrumb a:hover {
    opacity: 0.8;
}

/* Blog İçerik Kartı Stilleri */
.blog-content {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 86, 37, 0.08);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #c8e6c9;
}

.blog-content .fw-bolder {
    color: #005625;
}

.blog-content .badge {
    background-color: #c8e6c9 !important;
    color: #005625;
    border: 1px solid #a5d6a7;
}

/* Yan Bar Kartı Stilleri */
.card {
    background-color: #ffffff;
    border: 1px solid #c8e6c9;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 86, 37, 0.08);
}

.card-header {
    background-color: #c8e6c9;
    color: #005625;
    border-bottom: 1px solid #a5d6a7;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 15px 15px 0 0 !important;
}

/* Menü Sayfası Stilleri */
.list-group-item {
    border: none;
    padding: 15px 20px;
    margin-bottom: 5px;
    border-radius: 10px !important;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    color: #005625;
    font-weight: 500;
}

.list-group-item:hover,
.list-group-item.active {
    background-color: #005625;
    color: #fff;
    transform: translateX(5px);
}

.list-group-item i {
    transition: all 0.3s ease;
}

.list-group-item:hover i,
.list-group-item.active i {
    color: #feb914;
}

#menu .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#menu .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 86, 37, 0.15);
}

#menu .card-img-top {
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

#menu .card:hover .card-img-top {
    transform: scale(1.05);
}

#menu .card-body {
    padding: 20px;
    background: #fff;
    border-top: 2px solid rgba(0, 86, 37, 0.1);
}

#menu .card-title {
    color: #005625;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

#menu h2 {
    color: #005625;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

#menu h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #feb914;
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .list-group {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -15px 30px;
        padding: 15px;
        scroll-snap-type: x mandatory;
    }

    .list-group-item {
        flex: 0 0 auto;
        margin-right: 10px;
        white-space: nowrap;
        scroll-snap-align: start;
    }
}