﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  
}
.top-bar {
    padding: 12px !important;
    background-color: rgb(202 166 77) !important;
}
.top-bar span, .top-bar a {
    font-size: 0.9rem;
    line-height: 1.5;
}

.top-bar i {
    margin-right: 5px;
}

/* Sosyal ikon hover efekti */
.top-bar .social-icons a:hover {
    color: #000; /* Beyazdan siyaha hover */
    text-decoration: none;
}
    .top-bar a {
        color:white;
        text-decoration:none;
    }

a {
    text-decoration:none;
}
.navbar-brand {
    display: inline-block;
    perspective: 800px; /* 3D etkisi için perspektif */
}

    .navbar-brand img {
        display: block;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
        transform-origin: center;
    }

    .navbar-brand:hover img {
        /* Hover'da geriye do�ru yatma efekti */
        transform: rotateX(15deg) translateY(-10px) scale(1.09);
    }





.site-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #1c1b1b0f;
}

/* NAV LINK */
.navbar .nav-link {
    font-weight: 500;
    color: #333;
    transition: color .2s;
}

    .navbar .nav-link:hover,
    .navbar .nav-link.active {
        color: #0d6efd;
    }

/* DROPDOWN */
.dropdown-menu {
    border-radius: 12px;
    border: none;
}

.dropdown-item {
    padding: 10px 18px;
    font-weight: 500;
}

    .dropdown-item:hover {
        background-color: #f1f5ff;
    }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(182 40 16);
    color: #c4a658;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: rgb(196 166 88);
}
/* CUSTOM TOGGLER */
.custom-toggler {
    border: none;
    padding: 0;
    width: 30px;
    height: 22px;
    position: relative;
}

    .custom-toggler span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #333;
        border-radius: 3px;
        left: 0;
        transition: all .3s ease;
    }

        /* hamburger */
        .custom-toggler span:nth-child(1) {
            top: 0;
        }

        .custom-toggler span:nth-child(2) {
            top: 9px;
        }

        .custom-toggler span:nth-child(3) {
            top: 18px;
        }

    /* X icon */
    .custom-toggler:not(.collapsed) span:nth-child(1) {
        transform: rotate(45deg);
        top: 9px;
    }

    .custom-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler:not(.collapsed) span:nth-child(3) {
        transform: rotate(-45deg);
        top: 9px;
    }


@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease;
    }
}

/* Mobil dropdown arrow */
@media (max-width: 991px) {

    .mobile-arrow {
        position: relative;
        padding-right: 40px !important;
    }

        .mobile-arrow::after {
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%) rotate(0deg);
            transition: transform .3s ease;
        }
    .dropdown-item {
        padding: 14px 20px;
    }

    /* Dropdown açıkken ok aşağı baksın */
    .show > .mobile-arrow::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Mobil dropdown menü daha net olsun */
    .dropdown-menu {
        border-radius: 10px;
        padding: 10px 0;
    }
}


/* Navbar collapse (hamburger) button focus temizleme */
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.site-footer {
    background: #111;
    color: #ccc;
    padding: 60px 0 20px;
    font-size: 15px;
}

    .site-footer a {
        color: #ccc;
        text-decoration: none;
        transition: color .2s ease;
    }

        .site-footer a:hover {
            color: #0d6efd;
        }

.footer-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-text {
    line-height: 1.7;
}

.footer-menu,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-menu li,
    .footer-contact li {
        margin-bottom: 8px;
    }

    .footer-contact i {
        margin-right: 8px;
        color: #0d6efd;
    }

.footer-line {
    border-color: #222;
    margin: 30px 0 15px;
}

.footer-bottom {
    font-size: 14px;
    color: #888;
}

main {
    min-height:500px;
}


.hero-slider {
    position: relative;
    background-color: #0f0e0e
}
    .hero-slider .swiper-slide {
        background-size: cover;
        background-position: center;
        position: relative;
    }

        .hero-slider .swiper-slide img {
            aspect-ratio: 16 / 9;
            object-fit: cover;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

    .hero-slider .swiper-slide {
        
        background-size: cover;
        background-position: center;
        position: relative;
    }

@media (max-width: 768px) {
    .hero-slider .swiper-slide {
      
        background-size: cover;
        background-position: center;
    }
    .swiper-button-prev, .swiper-button-next {

        display:none;
    }

}

    .hero-slider .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.15);
    }

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
    padding-top: 140px;
}

    .hero-content h1 {
        font-size: 3rem;
        font-weight: 700;
    }

    .hero-content p {
        font-size: 1.2rem;
        margin: 20px 0;
    }

/* Mobil */
@media (max-width: 768px) {
    .hero-slider .swiper-slide {
       
    }

    .hero-content {
        text-align: center;
        padding-top: 120px;
        margin: auto;
    }

        .hero-content h1 {
            font-size: 2rem;
        }
}


/* ORTAK OK STİLİ */
.swiper-button-prev,
.swiper-button-next {
    width: 52px;
    height: 52px;
    background: rgba(0,0,0,0.45);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    transition: all .3s ease;
    color: #fff;
}

    /* ICON BOYUT */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
        font-weight: bold;
    }

    /* HOVER */
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: #0d6efd;
        box-shadow: 0 0 20px #d5d5d598;
        transform: scale(1.08);
    }

/* KONUM */
.swiper-button-prev {
    left: 25px;
}

.swiper-button-next {
    right: 25px;
}

/* MOBİLDE OKLARI GİZLE */
@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* OK BUTONLARI */
.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #171616a4;
    border-radius: 50%;
    padding: 30px;
    transition: background .25s ease;
}

    /* OK İKON */
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
    }

    /* HOVER */
    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        background: #111;
    }

/* KONUM */
.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

/* MOBİLDE GİZLE */
@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
       display: none!important;
        
    }
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16pt!important;
}



.swiper-pagination-bullet {
    width: 15px !important;
    height:10px !important;
    border-radius: 3px !important;
    background-color: #ffffff !important;
    opacity:0.8!important;
    transition:all .3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 45px !important;
    height: 10px !important;
    border-radius: 3px !important;
    background-color: #c4a658 !important;
    opacity: 1 !important;
    transform: scale(1.2);
}

.hero-slider .hero-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 800px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .hero-slider .hero-content h1 {
        font-size: 3rem;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 24pt;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* siyah gölge */
    }

    .hero-slider .hero-content p {
        font-size: 1.2rem;
        margin-bottom: 20px;
        font-size: 46pt;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* siyah gölge */
    }

@media (max-width: 768px) {
    .hero-slider .hero-content h1 {
 
        font-size: 18pt;
    }

    .hero-slider .hero-content p {
       
        font-size: 14pt;
    }
}


.box01 {
    position: relative;
    width: 100%;
    min-height: 250px;
    border: 1px #ededed solid;
    border-radius: 14px;
    /*box-shadow: 0px 0px 10px #12121212;*/
    z-index: 1111;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* box-shadow: 8px 8px 20px #bebebe70, -7px -7px 26px #ffffff; */
    margin-bottom: 50px;
    transition:all .3s ease-in-out;
}

    .box01 .bg {
        position: absolute;
        top: 5px;
        left: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        z-index: 2;
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(24px);
        border-radius: 10px;
        overflow: hidden;
        outline: 2px solid white;
    }

    .box01 .blob {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        width: calc(100% - -10px);
        height: 100%;
        border-radius: 50%;
        background-color: #16151512;
        opacity: 1;
        filter: blur(12px);
        box-shadow:0px 0px 50px #d32f2f;
       animation: blob-bounce 5s infinite ease;
    }

    .box01 .body {
        background-color: BLACK;
        /* position: absolute; */
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        z-index: 5;
        background-color: rgba(255, 255, 255, 0);
        padding: 12px;
        text-align: center;
    }

    .box01 .body img {
       width:100%;
       aspect-ratio:4/3;
       object-fit:cover;
       object-position:center;
       overflow:hidden;
       
    }

@keyframes blob-bounce {
    0% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }

    25% {
        transform: translate(-100%, -100%) translate3d(100%, 0, 0);
    }

    50% {
        transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
    }

    75% {
        transform: translate(-100%, -100%) translate3d(0, 100%, 0);
    }

    100% {
        transform: translate(-100%, -100%) translate3d(0, 0, 0);
    }
}

.box01 {
    flex: 1 1 100%; /* Mobilde tek sütun */
    max-width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .box01 {
        flex: 1 1 calc(50% - 1rem); /* Tabletlerde 2 sütun */
        max-width: calc(50% - 1rem);
    }
}

@media (min-width: 1200px) {
    .box01 {
        flex: 1 1 calc(33% - 1rem); /* Büyük ekranlarda 4 sütun */
        max-width: calc(33% - 1rem);
    }
}


.work-process {
    text-align: center;
    width: 100%;
    padding: 50px 20px;
}

.sub-title {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    font-weight: 500;
}

.main-title
{
    font-size: 32px;
    color: #c4a658;
    margin: 10px 0 60px 0;
}

.steps-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap; /* Mobil uyumluluk için */
}

/* Kartın ana yapısı */
.step-card {
    position: relative;
    width: 250px;
    height: 250px;
}

/* Yumuşak formlu beyaz arka plan */
.card-content {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
    /* Görseldeki amorf (yumuşak) şekli vermek için */
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    transition: transform 0.3s ease;
}

    .card-content h3 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 0;
    }

/* Turuncu numaralar */
.step-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e83e1a; /* Görseldeki turuncu tonu */
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(232, 62, 26, 0.3);
}

/* Hafif bir hover efekti tasarımı canlandırır */
.step-card:hover .card-content {
    transform: translateY(-10px);
    border-radius: 50% 50% 50% 50%; /* Hoverda tam daireye yaklaşır */
}


.wave {
    display: block;
    width: 100%;
    height: 35px;
}

.wave-container {
    line-height: 0;
    width: 100%;
    background-color: #ffffff; /* Üst taraf beyaz olduğu için */
}

    .wave-container svg {
        display: block;
        width: 100%;
        height: auto;
    }

.wave-divider {
    width: 100%;
    height: 100px; /* İstediğin yükseklik */
    line-height: 0;
    background-color: #efefef; /* Üst tarafın rengi */
}

    .wave-divider svg {
        width: 100%;
        height: 100%;
        display: block;
    }

/* Başlık Bölümü */
.header-section {
    margin-bottom: 40px;
}

    .header-section span {
        color: #c4a658;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
        border-bottom: 2px solid #c4a658;
    }

    .header-section h1 {
        font-size: 42px;
        margin: 10px 0;
        color: #2c3e50;
    }

    .header-section p {
        color: #777;
        max-width: 600px;
    }

/* Ana Grid: Kartları yan yana ikişerli dizer */
.blog-grid {
    display: grid;
    /* Yan yana 2 adet kart */
    gap: 30px;
    padding: 20px;
    grid-template-columns: repeat(2, 1fr);
}

/* Kartın Genel Yapısı */
    .blog-grid .blog-card {
        display: flex; /* Resim ve içeriği yan yana getirir */
        background: #fff;
        border-radius: 4px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        height: 100%;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

/* Resim Alanı */
    .blog-grid  .card-image {
        flex: 0 0 40%; /* Kartın %40'ını resim kaplar */
    }

        .blog-grid  .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* Resmin bozulmadan kutuyu doldurmasını sağlar */
        }

/* İçerik Alanı (Sağ Taraf) */
    .blog-grid  .card-content {
        flex: 1;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* Alt kısmı (tarih/buton) en aşağı iter */
        width: 100%;
        box-shadow:none;
        border-top:none;
    }

        .blog-grid  .card-content h3 {
            margin: 0 0 10px 0;
            font-size: 1.2rem;
            color: #334155;
        }

        .blog-grid  .card-content p {
            font-size: 0.9rem;
            color: #64748b;
            line-height: 1.5;
            margin-bottom: 15px;
        }

/* Alt Kısım (Tarih ve + Butonu) */
    .blog-grid  .card-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width:100%;
        background-color:transparent;
        border-top:none;
    }

    .blog-grid  .date {
        font-weight: bold;
        font-size: 0.8rem;
        color: #334155;
    }

    .blog-grid  .plus-btn {
        background: #c0392b; /* Resimdeki kırmızı tonu */
        color: white;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }
.blog-card:hover {
    transform: translateY(-8px); /* 8 piksel yukarı kaydırır */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Hafif derinlik kazandırır */
}

/* Link Temizliği */
    .blog-grid .blog-card-link {
        text-decoration: none;
        color: inherit;
        display: block;
    }
/* 2. MASAÜSTÜ (992px ve üzeri) */
@media (max-width: 992px) {
    .blog-grid {
        /* Sadece geniş ekranlarda 2 sütun */
        grid-template-columns: repeat(1, 1fr);
      
    }
}

.cta-section {
    background-color: #2e4a85;
}
.cta-card {
   /* background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);*/
    border-radius: 30px;
    border: none;
}

/* Arka plan süslemeleri */
.bg-circle-1, .bg-circle-2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.bg-circle-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
}

.bg-circle-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    left: -50px;
}

/* Buton Efekti */
.hover-up {
    transition: all 0.3s ease;
}

    .hover-up:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    }

/* Responsive Metin */
@media (max-width: 768px) {
    .cta-card h2 {
        font-size: 1.8rem;
    }
}

.box01 a {
    color:#535151;
}
.box01:hover{

     transform:scale(1.02);
     box-shadow:0px 0px 15px #16151541;
}

/*------------------------------------------------Contact----------------------------------------*/
.contact-card {
    background: #fff;
    border-radius: 15px;
   
    padding: 30px;
}

.contact-info i {
    width: 35px;
    height: 35px;
    background: rgb(50 50 50);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-info span {
    color: #555;
}

.btn-send {
    /*background: linear-gradient(135deg, #ed1616, #2c3939);*/
    background: linear-gradient(135deg, #eed41e, #b4af4d);
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    transition: .3s;
}

    .btn-send:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
        color:white;
    }

.form-control {
    border-radius: 10px;
}
.contact-info li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2c2c2c;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 20px;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}

    /* Hover efekti */
    .contact-info li a:hover {
        background-color: rgba(192, 57, 43, 0.08);
        color: #c4a658;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    }

    /* Telefon */
    .contact-info li a[href^="tel"] {
        border: 1px dashed rgba(192, 57, 43, 0.35);
    }

    /* Mail */
    .contact-info li a[href^="mailto"] {
        border: 1px dashed rgba(52, 152, 219, 0.4);
    }

    /* WhatsApp */
    .contact-info li a[href*="wa.me"] {
        border: 1px dashed rgba(37, 211, 102, 0.5);
    }

/* İkonlar */
.contact-info li i {
    transition: transform .25s ease, color .25s ease;
}

.contact-info li:hover i {
    transform: scale(1.15);
   
}



.page-header {
   /* background: linear-gradient( to right, #f9f9f9 0%, #ffffff 60% );*/
    background-color: #efefef;
    border-bottom: 1px solid #eee;
}

.page-header-inner {
    padding: 30px 0;
    position: relative;
}

    .page-header-inner::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 6px;
        height: 100%;
    /*    background: linear-gradient(to bottom, #c0392b, #e74c3c);
        border-radius: 4px 0 0 4px;*/
    }

.page-info h1 {
    font-size: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumb a {
        color: #777;
        text-decoration: none;
    }

        .breadcrumb a:hover {
            color: #c0392b;
        }

.breadcrumb-item.active {
    color: #c0392b;
    color: #c4a658;
    font-weight: 600;
}

.btn-close {
    display: none;
}

/* Modal açıkken göster */
body.modal-open .modal .btn-close {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: white;
    opacity: 1;
    padding: 8px;
    border-radius: 50%;
    transition: all .3s ease;
    background-size: 16px 16px;
}

body.modal-open .modal .btn-close:hover {
box-shadow:0px 0px 15px red;

}

.modal-body {
   
  
}


.formMessage {
    min-height: 50px; /* Boşken sayfanın zıplamasını engeller */
    margin: 15px 0;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    display: none; /* Başlangıçta gizli */
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-left: 5px solid transparent;
}

    /* Başarı Durumu */
    .formMessage.success {
        display: flex;
        background-color: #d1e7dd;
        color: #0f5132;
        border-left-color: #198754;
        box-shadow: 0 4px 6px rgba(25, 135, 84, 0.1);
    }

    /* Hata Durumu */
    .formMessage.error {
        display: flex;
        background-color: #f8d7da;
        color: #842029;
        border-left-color: #dc3545;
        box-shadow: 0 4px 6px rgba(220, 53, 69, 0.1);
    }

    /* Yükleniyor Durumu (Opsiyonel) */
    .formMessage.loading {
        display: flex;
        background-color: #fff3cd;
        color: #664d03;
        border-left-color: #ffc107;
    }



.error-container {
    padding: 40px;
}

.error-code {
    font-size: 10rem;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    background: linear-gradient(135deg, #3498db, #8e44ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -5px;
    position: relative;
    animation: pulse 2s infinite;
    text-align:center;
}

.error-title {
    font-size: 2rem;
    margin-top: 10px;
    color: #fff;
}

.error-description {
    font-size: 1.1rem;
    opacity: 0.7;
    max-width: 500px;
    margin: 20px auto 40px;
    line-height: 1.6;
}

.error-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.btn-home {
    background-color:#ffffffff;
    color: #383535;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
}

    .btn-home:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(52, 152, 219, 0.4);
    }

.btn-contact {
    background-color: #ffffffff;
    color: #383535;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(52, 152, 219, 0.3);
}
    .btn-contact:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(52, 152, 219, 0.4);
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.05);
        }

        100% {
            transform: scale(1);
        }
    }

    @media (max-width: 768px) {
        .error-code {
            font-size: 6rem;
        }

        .error-actions {
            flex-direction: column;
        }
    }

    /*---------------------------------About-----------------------------*/

.about-wrapper {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

/* Ana İçerik Genişliği */
.main-content {
    flex: 3; /* Daha geniş alan */
}

/* Sidebar Genişliği */
.sidebar {
    flex: 1; /* Daha dar alan */
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Sidebar Widget Stilleri */
.sidebar-widget {
    
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #eee;
}

    .sidebar-widget h3 {
        font-size: 1.2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 2px solid #eeeeee;
        color: #c4a658;
    }

.sidebar-links {
    list-style: none;
    padding: 0;
}

    .sidebar-links li {
        margin-bottom: 12px;
    }

    .sidebar-links a {
        text-decoration: none;
        color: #555;
        transition: 0.3s;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .sidebar-links a:hover {
            color: #3498db;
            color: #c4a658;
            padding-left: 5px;
        }

.contact-widget {
  
}

    .contact-widget h3 {
     
        border-bottom-color: rgba(255,255,255,0.3);
    }

.side-phone {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.1rem;
    
    text-decoration: none;
    color:#c4a658;
}

/* MOBİL AYARLARI */
@media (max-width: 991px) {
    .about-wrapper {
        flex-direction: column; /* Sidebar'ı alta atar */
    }

    .sidebar {
        order: 2; /* Sidebar altta kalsın */
    }

    .main-content {
        order: 1; /* İçerik üstte kalsın */
    }
}

/* Genel galeri alanı */
.lightbox.photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

/* Responsive */
@media (max-width: 1200px) {
    .lightbox.photos {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .lightbox.photos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .lightbox.photos {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Her bir item */
.lightbox.photos > div {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

/* İç container */
.lightbox.photos .container169 {
    width: 100%;
    height: 100%;
}

/* Link ve görsel */
.lightbox.photos a {
    display: block;
    width: 100%;
    height: 100%;
}

/* Görsel */
.lightbox.photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio:4/3;
    object-position:center;
    overflow:hidden;
}

.cookie-banner {
    position: fixed;
    bottom: 40px;
    width: 100%;
    background: #1f2937;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    font-size: 14px;
}




/* Footer Genel Stil */
.footer-section {
    background-color: #f8f9fa; /* Üst kısmın rengine göre ayarlayabilirsin */
    position: relative;
    overflow: hidden;
}

.wave-container {
    line-height: 0;
}

.footer-content {
    background-color: #111; /* Koyu arka plan */
    color: #fff;
    padding-bottom: 30px;
}

/* Başlıklar */
.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

    .footer-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 40px;
        height: 2px;
        background-color: #c4a658;
    }

/* Linkler ve Metinler */
.footer-text {
    color: #bbb;
    line-height: 1.8;
}

.footer-links, .contact-info {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #bbb;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        .footer-links a:hover {
            color: #c4a658;
            padding-left: 8px;
        }

    /* İletişim Bilgileri */
    .contact-info li {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
        color: #bbb;
    }

    .contact-info i {
        color: #ffffff;
    }

/* Sosyal Medya İkonları */
.social-links {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

    .social-links a {
        width: 40px;
        height: 40px;
        background: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        transition: 0.3s;
    }

        .social-links a:hover {
            background: #c4a658;
           
            transform: translateY(-3px);
        }

/* Alt Kısım */
.footer-divider {
    border-color: #333;
    margin: 40px 0 20px;
}

.footer-bottom p {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.footer-legal a {
    color: #777;
    font-size: 0.9rem;
    text-decoration: none;
    margin-left: 15px;
}

    .footer-legal a:hover {
        color: #fff;
    }
footer .contact-info li a {
    color: #f3e5e5;
}

footer .contact-info li p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #bdbdbd;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 20px;
    transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}
    footer .contact-info li p span {
        color: #f3e5e5;
    }

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.4rem;
    }
}
.contact-panel {
    display: none;
}
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .contact-panel {
        position: fixed;
        left: 0px;
        bottom: 0px;
        width: 100%;
        display: block !important;
        z-index: 9999;
        text-align: center;
        color: white;
    }

    footer {
        margin-bottom:42px;
    }
}
.contact-panel ul {
    margin:0px; padding:0px; list-style:none;
}

.contact-panel li.phone {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 50%;
    background-color: rgb(227, 30, 36);
}
.contact-panel li a {
    margin: 0px;
    padding: 12px;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 767px) and (min-width: 200px) {
    .contact-panel a {
        color: white;
    }
}

.contact-panel li a i {
    margin-right: 4px;
}

.contact-panel li.whatsapp {
    margin: 0px;
    padding: 0px;
    float: right;
    width: 50%;
    background-color: #229d38;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Başlangıçta gizli */
    z-index: 1000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

    #btn-back-to-top:hover {
        transform: scale(1.1);
        background-color: #d32f2f; /* Üzerine gelince biraz koyulaşsın */
    }

.btn-outline-warning {
    color: #2e2d2a;
    border-color: #c4a658;
}
    .btn-outline-warning:hover {
        color: #ececec;
        background-color: #b89b4e!important;
        border-color: #b89b4e;
        border-color: #ffc107 !important;
    }