/* Özel CSS */
.cta-section {
    background-color: #000;
    /* Koyu arka plan */
    color: #fff;
    /* Beyaz metin */
    padding: 80px 0;
    /* İç boşluk */
    text-align: center;
    /* Metin ortalama */
}

.cta-section h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #0C203B;
    font-weight: 700;
    font-family: "Wittgenstein", serif;
    /* Açık kahverengi başlık */
}

.cta-section p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.cta-button {
    background-color: #0C203B;
    /* Açık kahverengi buton */
    color: #F2EADE;
    /* Siyah buton metni */
    border: none;
    padding: 15px 35px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    /* Link alt çizgisini kaldır */
}

.cta-button:hover {
    background-color: #fff;
    /* Hover'da beyaz arka plan */
    color: #0C203B;
    /* Hover'da siyah metin */
    text-decoration: none;
    /* Hover'da da alt çizgisini kaldır */
}

/* Duyarlılık için medya sorguları */
@media (max-width: 768px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .cta-section p {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
}


footer {
    padding-top: 50px;
}

footer .footer-item .footer-service ul li {
    word-wrap: break-word;
}

.page-title-text h1 {
    font-weight: 900;
    font-size: 38px;
    color: #F2EADE;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.page-title-text ul li  {
color: #F2EADE;
}
.page-title-text ul li a {
color: #F2EADE;
}

.home-intro {
    background-color: #000;
    position: relative;
}

.banner-item .banner-left {
    margin-top: 0px;
}

.home-intro .banner-item .banner-right img {
    border: 25px solid #0C203B;
    bottom: unset;
    top: 60px;
    object-fit: contain;
    height: 100%;
}

.home-intro img.top-icon {
    position: relative;
    top: -20px;
    bottom: unset;
}

.f-about {
    margin-right: auto;
}

.blog-item a img {
    object-fit: cover;
    height: 300px;
}
.blog-item .blog-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 120px;
  }

  .blog-item .blog-inner h3 a {
    min-height: 56px;
  }

.editor-content h1 {

    font-size: 2rem;
    font-weight: 800;
    color: #0C203B;

}



.editor-content h2 {

    font-size: 1.75rem;
    font-weight: 800;
    color: #0C203B;

}



.editor-content h3 {

    font-size: 1.5rem;
    font-weight: 800;
    color: #0C203B;

}



.editor-content h4 {

    font-size: 1.25rem;
    font-weight: 800;
    color: #0C203B;

}



.editor-content h5 {

    font-size: 1.15rem;
    font-weight: 800;
    color: #0C203B;

}



.editor-content h6 {

    font-size: 1rem;
    font-weight: 800;
    color: #0C203B;

}





.editor-content a {

    font-weight: 800;
    color: #876343;



}

.editor-content p {

    color: #0C203B !important;
    margin-bottom: 25px !important;
    line-height: 1.8;
    font-size: 18px !important;

}



.editor-content ul {

    margin: 20px 0;
    padding-left: 0px;

}





.editor-content li {

    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #0C203B !important;
    font-size: 18px !important;

}



.editor-content li::before {

    content: "\f101";
    font-family: Flaticon;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #876343;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    min-width: 20px;
    font-weight: 900;

}

.home-faq {
    background-color: #fff;
    padding: 100px 0;
}

.home-blog {
    background-color: #F2EADE;
    padding: 100px 0;
}

.expertise-item ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.expertise-item ul li {
    margin-bottom: 0px !important;
}

.accordion p {
    border: 1px solid #0C203B;
}

.tumu-btn {
    text-align: center;
    margin: auto;
    display: flex;
    width: max-content;
    justify-content: center;
}

footer:before {
    background-color: #0C203B;
}


.practice-item .practice-icon {
    margin-bottom: 40px;
}

.practice-item .practice-icon img {
    position: relative;
    top: 0px;
    width: 38px;
    height: auto;
}

.practice-item:hover .practice-icon img {
    filter: brightness(200%) grayscale(100%);
}

.expertise-icon .exp-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-nav nav .navbar-nav {
    margin-right: unset;
}

.dropdown-toggle::after {
    top: 2px;
    position: relative;
}


.main-nav nav .navbar-brand {
    width: auto;
}

footer .footer-item .footer-logo a img {
    width: auto;
}

.make-sticky {
    position: sticky;
    top: 120px;
}

.team-area {
    padding: 100px 0;
}





.attor-details-item .infos .name {
    font-weight: 600;
    color: #000;
    font-size: 36px;

    text-align: center;
    line-height: 1.5;
}

.attor-details-item .infos .title {
    font-weight: 600;
    color: #666;
    font-size: 24px;

    text-align: center;
    line-height: 1.5;
}

.attor-details-item .infos .name::after {
    content: "";
    width: 100px;
    height: 3px;
    display: block;
    background: #0C203B;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}


.gallery-item a {
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    /* Daha yuvarlak kÃ¶ÅŸeler */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Hafif gÃ¶lge */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    /* Daha yumuÅŸak geÃ§iÅŸler */
    display: block;
    width: 100%;
}

.gallery-item a:hover {
    transform: scale(1.03);
    /* Daha belirgin bÃ¼yÃ¼tme */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    /* Daha belirgin gÃ¶lge */
}

.gallery-item a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: opacity 0.2s ease-in-out;
    /* OpaklÄ±k geÃ§iÅŸi */
}

.gallery-item a:hover img {
    opacity: 0.6;
    /* Hafif ÅŸeffaflÄ±k efekti */
}

/* Ä°steÄŸe baÄŸlÄ±: Resimlerin Ã¼zerine hafif bir degrade ekleyerek daha derinlikli bir gÃ¶rÃ¼nÃ¼m saÄŸlayabilirsiniz */
.gallery-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    border-radius: 8px;
    pointer-events: none;
    /* TÄ±klamalarÄ± engellemez */
}

.gallery-item a:hover::before {
    opacity: 1;
}

.gallery-item a .view-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    /* Ä°kon boyutu */
    color: #0C203B;
    /* Ä°kon rengi */
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    z-index: 2;
    /* Resmin ve degrade'nin Ã¼zerinde olmasÄ± iÃ§in */
}

.gallery-item a:hover .view-icon {
    opacity: 1;
}

.attor-details-item .attor-details-left .attor-social ul {
    background-color: #F2EADE;
}

.attor-details-item .attor-details-left .attor-social ul li a:hover {
    color: #876343;
}

.attor-details-item .infos .title {
    color: #876343;
}

.gallery-item a .view-icon {
    color: #F2EADE;
}


@media (min-width:992px) {
    /* .lang-change {
        border: 1px solid #876343;
    } */
    .lang-change .nav-link.dropdown-toggle{
        background-color: #F2EADE;
        color: #0C203B !important;
        padding: 5px 15px !important;
        top: -5px;
        border-radius: 0.375rem;
    }

    .lang-change ul.dropdown-menu {
        width: max-content !important;
        min-width: unset;
        margin-top: 10px;
            left: 15px !important;
    right: unset !important;
    }

}

@media (max-width:991.98px) {
    .home-intro img.top-icon {
        position: relative;
        top: -20px;
        bottom: unset;
    }

    .expertise-item ul {
        display: grid;
        grid-template-columns: auto;
        gap: 30px;
    }

    .mobile-nav nav .navbar-nav {
        padding-bottom: 0;
        height: unset;
        overflow-y: auto;
        max-height: 80vh;
        overflow-x: hidden;
    }

    .mobile-nav .logo {
        width: auto;
        top: 5px;
    }

    .blog-item .blog-inner h3 a {
        min-height: unset;
      }
}


/* whatsapp-çerrez */

.whatsapp-button {

    position: fixed;

    left: 20px;

    bottom: 20px;

    z-index: 999;

    /* Diğer elementlerin üzerinde görünmesini sağlar */

}



.whatsapp-button a {

    display: block;

}



.whatsapp-button img {

    width: 60px;

    /* İkon boyutunu ayarlayabilirsiniz */

    height: 60px;

    border-radius: 50%;

    /* Yuvarlak görünüm için */

    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);

    /* Hafif gölge */

    transition: transform 0.3s ease-in-out;

    /* Hover efekti için geçiş */

}



.whatsapp-button img:hover {

    transform: scale(1.1);

    /* Hoverda hafif büyüme efekti */

}





/* çerez bandı */

.cookie-banner {

    position: fixed;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #f8f8f8ef;

    color: #333;

    padding: 15px 20px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    z-index: 1000;

    /* Diğer elementlerin üzerinde görünmesini sağlar */

    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);



    transform: translateY(100%);

    /* Başlangıçta aşağı kaydırarak gizle */

    opacity: 0;

    /* Görünürlüğü de sıfıra indir */

    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;

    /* Opaklık geçişini de ekle */



}



.cookie-banner.show {

    transform: translateY(0);

    /* Göstermek için yukarı kaydır */

    opacity: 1;

    /* Görünür yap */

}



.cookie-banner.hidden {

    transform: translateY(100%);

    opacity: 0;

}



.cookie-text {

    font-size: 16px;

}



.cookie-link {

    color: #0C203B;

    text-decoration: none;

    margin-left: 10px;

}



.cookie-link:hover {

    text-decoration: underline;

}



.cookie-button {

    background-color: #000;

    color: white;

    border: none;

    padding: 5px 15px;

    border-radius: 5px;

    cursor: pointer;

    font-size: 16px;

    transition: background-color 0.3s ease-in-out;

}



.cookie-button:hover {

    background-color: #0C203B;

}



/* Responsive Tasarım */

@media (max-width: 768px) {

    .cookie-banner {

        flex-direction: column;

        align-items: stretch;

        padding: 10px;

        text-align: center;

    }



    .cookie-text {

        margin-bottom: 10px;

    }



    .cookie-link {

        display: block;

        margin: 5px 0;

    }



    .cookie-button {

        width: 100%;

    }

}





/* çerez bandı */



/* whatsapp-çerrez */











/* formlarla */



.swal2-container {

    z-index: 99999999999 !important;

}



.swal2-container .select2-container {

    display: none;

}



.zorunlu-alanlar {

    display: flex;

    gap: 10px;

    flex-direction: column;

}



.zorunlu-alanlar span {

    color: #dc3545;

    font-size: 14px;

    font-weight: 500;

}



div:where(.swal2-container) div:where(.swal2-actions) .swal2-confirm {

    background-image: none;

}



/* Spinner Stili */

.custom-spinner {

    display: inline-block;

    width: 16px;

    height: 16px;

    border: 2px solid #fff;

    border-top: 2px solid transparent;

    border-radius: 50%;

    animation: spin 0.8s linear infinite;

    margin-left: 8px;

    vertical-align: middle;

}









@keyframes spin {

    0% {

        transform: rotate(0deg);

    }



    100% {

        transform: rotate(360deg);

    }

}


.icofont-twitter::before {

    content: "𝕏";

    font-family: sans-serif;

    /* Daha basit bir font ailesi */

    /* İsterseniz ek stil tanımlamaları yapabilirsiniz (font-weight, color vb.) */

}

.custom-title {
    font-size: 2.5rem !important;
    color: #0C203B;
    line-height: 1.8;
    margin-bottom: 10px !important;
    text-align: left !important;
}
.custom-desc {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}
.form-label {
    color: #666;
    margin-bottom: 10px;
    font-weight: 500;
}
.form-control {
    height: 45px !important;
    padding-left: 15px !important;
}

.input-file {
    padding-left: 10px !important;
    height: auto !important;
    border-width: 3px;
}
.contact-btn:hover:after {
    width: 51%;
}
.practice-item a:hover:after {
    width: 51%;
}
.tumu-btn:hover:after {
    width: 51%;
}

.form-padding {
    padding: 90px 0;
}
.page-padding {
    padding: 90px 0;
}

.form-padding .contact-wrap {
    background: #fff;
}

.page-title-area:before {
    opacity: 0.8;
    background-color: #000;
}

.blog-details-category ul li.active a {
    color: #0C203B;
}

.blog-details-category ul li:hover a {
    color: #fff;
}

.case-pagination ul li.active a {
    color: #ffffff;
    background-color: #0C203B;
}

.no-results {
    background-color: #fff;
    color: #0C203B;
   
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    padding: 50px 55px;
    box-shadow: 0px 0px 20px 0px #ddd;
    margin-bottom: 60px;
}

.blog-details-item .blog-details-search ul li:hover .blog-details-recent h4 a {
    color: #0C203B;
}

.blog-details-item .blog-details-search .search-area .form-control {
    height: 51px !important;
}

.blog-detail-bottom .cats .lable{
    color: #333;
}

.blog-detail-bottom .share-info .lable{
    color: #333;
}
.blog-detail-bottom .cats {
    display: flex;
    gap: 10px;
}
.blog-detail-bottom .share-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-detail-bottom .cats ul {
    display: flex;
    gap: 10px;
    color: #0C203B;
    list-style: none;
    padding-left: 0;
}
.blog-detail-bottom .share-info ul {
    display: flex;
    gap: 20px;
    color: #0C203B;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.blog-detail-bottom .cats ul li a {
    font-weight: 500;
}
.blog-detail-bottom .share-info ul li a {
    font-weight: 500;
    font-size: 22px;
}
.blog-detail-bottom  {
    position: relative;
}

.blog-detail-bottom .date-info {
    color: #0C203B;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
}

.location-bg {
    background-image: none;
    position: relative;
}
.contact-form-four {
    background-image: none;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.loaction-area {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.contact-form-four .location-bg:before {
    background-color: #000;
    opacity: 1;
}

.page-contact .form-padding{
    padding-top: 190px;
}


.contact-form-four .location-item {
    display: flex ;
        align-items: center;
        height: 120px; 
}

.location-item ul li a {
    word-break: break-word;
}

.contact-form-four .location-item .location-icon i {
    top: unset !important;
}

.location-item .location-icon {
    display: flex;
        align-items: center;
        height: 100%;
}

#dynamicPopup .btn-secondary {
    background-color: #0C203B;
    border-color: #0C203B;
    position: relative; /* Added */
    bottom: 0;         /* Added */
    transition: all 0.3s ease;
}
#dynamicPopup .btn-primary {
    background-color: #000;
    border-color: #000;
    position: relative; /* Added */
    bottom: 0;         /* Added */
    transition: all 0.3s ease;
}

#dynamicPopup .btn-secondary:hover, #dynamicPopup .btn-primary:hover {
    bottom: 3px;
}


@media (min-width:992px) {
    .practice-item p {
        min-height: 122px;
    }
    .expertise-item ul li p{
        min-height: 87px;
    }
    .page-title-area-three .page-title-text {
        margin-top: 30px;
    }
    
    .page-title-area {
        margin-top: 120px;
        height: 400px;
        background-position: center;
    }
    

}

@media (max-width:991.98px) {

    
    .page-title-area {
        margin-top: 56px;
        height: 350px;
        background-position: center;
    }
    .blog-details-item .blog-details-search .search-area .form-control {
        height: 45px !important;
    }

    .blog-detail-bottom .date-info {
        position: relative;
    }



    .loaction-area {
        position: relative;
        top: 40px;
        left: 0;
        transform: none;
        width: 100%;
    }

    .loaction-area .container{
        max-width: unset;
    }

    .page-contact .form-padding{
        padding-top: 90px;
    }

    .custom-title {
        font-size: 2rem !important;
    }

    .mean-container .mean-bar {
        background-color: #0C203B;
    }
    

}




/*cakirpartners*/


/* =========================================
   Sizin HTML'inize Özel Modern Hero Alanı
   ========================================= */

.hero {
    position: relative; /* Arka plan ve içerik için referans noktası */
    color: white;
    min-height: 75vh; /* Ekran yüksekliğine göre esnek yükseklik */
    display: flex; /* İçeriği dikeyde ortalamak için */
    align-items: center;
    padding: 6rem 1.5rem; /* Üst ve alttan boşluk, esnek birimlerle */
    overflow: hidden; /* Animasyonlu görselin taşmasını engeller */
    margin-top: 120px; /* Navigasyon barı yüksekliğinize göre ayarlayın */
}

/* --- Arka Plan Görseli --- */
.hero-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Görseli bozmadan alanı kaplar */
    object-position: center;
    z-index: 0; /* En arkadaki katman */
    filter: brightness(0.6); /* Metin okunabilirliği için görseli koyulaştırır */
    transform: scale(1.1); /* Animasyon için başlangıç ölçeği */
    animation: bg-animation 25s linear infinite; /* Yavaş ve akıcı animasyon */
}

/* --- Renk Filtresi (Overlay) --- */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Modern bir görünüm için düz renk yerine gradient */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(12, 32, 59, 0.7) 100%);
    z-index: 1; /* Görselin üstünde, içeriğin altında */
}

/* --- İçerik Alanı --- */
/* .col-lg-10 ve Bootstrap sınıfları yatay hizalamayı zaten yapıyor. */
.hero-content {
    position: relative; /* z-index'in çalışması için gerekli */
    z-index: 2; /* Tüm katmanların en üstünde */
    text-align: center;
    animation: fade-in-up 1s ease-out 0.3s; /* Hafif gecikmeli giriş animasyonu */
    animation-fill-mode: forwards; /* Animasyon bittiğinde son halinde kalır */
    opacity: 0; /* Animasyon başlangıcı için */
}

.hero h1 {
    /* Ekran boyutuna göre akıcı şekilde büyüyüp küçülen font boyutu */
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    font-weight: 700; /* Daha dolgun ve modern bir görünüm */
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
    letter-spacing: 1px;
    color: #F2EADE;
}

.hero p.lead {
    /* Başlık gibi bu da ekran boyutuna göre akıcı */
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
    max-width: 650px; /* Okunabilirliği artırmak için paragraf genişliğini sınırlar */
    margin-left: auto;
    margin-right: auto;
    color: #F2EADE;
}



.expertise-area .section-title h2, .expertise-item ul li h3, .expertise-item ul li p {
    color: #F2EADE;
}

.practice-item h3, .practice-item p, .practice-item a {
    color: #F2EADE;
}
.practice-item a {
    border: 1px solid #F2EADE;
}

.practice-item:hover {
    background: #fff;
}
.practice-item:hover h3, .practice-item:hover p, .practice-item:hover a {
    color: #0C203B;
}
.practice-item:hover a {
    border: 1px solid #0C203B;
}

.practice-area {
    background-color: #F2EADE;
}

.practice-item .practice-icon:before {
    background-color: #F2EADE;
}
.practice-item .practice-icon:after {
    background-color: #876343;
}

.accordion a {
    color: #0C203B !important;
    border: 1px solid #0C203B;
}

.accordion li a.active {
    color: #ffffff !important;
    background-color: #0C203B;
    border: 1px solid #0C203B;
}

.blog-item {
    background-color: #fff;
    border-radius: 0px;
}
.blog-item a img {
    border-radius: 0px;
}

.cta-section {
    background-color: #876343;
    color: #F2EADE;
}

.cta-section h2 {
    color: #F2EADE;
}

.cmn-btn {
    background-color: #0C203B;
    /* Açık kahverengi buton */
    color: #F2EADE;
    /* Siyah buton metni */
    border: none;
    padding: 15px 35px;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    border: 1px solid #0C203B;
    /* Link alt çizgisini kaldır */
}
.cmn-btn::before, .cmn-btn::after {
    display: none;
}

.cmn-btn:hover {
    background-color: #F2EADE;
    /* Hover'da beyaz arka plan */
    color: #0C203B;
    /* Hover'da siyah metin */
    text-decoration: none;
    /* Hover'da da alt çizgisini kaldır */
}


.cmn-btn.light {
    background-color: #F2EADE;
    color: #0C203B;
    border: 1px solid #F2EADE;
}
.cmn-btn.light:hover {
    background-color: #0C203B;
    color: #F2EADE;
    border: 1px solid #0C203B;
}

footer .footer-item .footer-service ul li a:hover, footer .copyright-area .copyright-item a:hover{
    color: #876343;
}
.page-title-area:before {
    bfilter: brightness(0.6);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(12, 32, 59, 0.7) 100%);
    opacity: 1;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #F2EADE;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #0C203B;
}

.contact-wrap .form-group label {
    color: #0C203B;
}

.blog-details-category, .blog-details-search {
    background-color: #fff;
}

.service-sidebar {
    background: #fff;
    padding: 30px 25px;
}
.service-sidebar.practice-details-item .blog-details-category {
    margin-bottom: 0px;
}

.blog-details-category h3, .blog-details-item .blog-details-search h3 {
    color: #0C203B;
    font-size: 24px;
}


/* Bootstrap'in .row'u zaten display: flex'tir, bu yüzden sütunlar eşit yüksekliğe sahip olur.
   Şimdi kartların bu yüksekliği tamamen doldurmasını sağlamalıyız. */

.blog-item {
    height: 100%; /* Kartın, bulunduğu sütunun tüm yüksekliğini kaplamasını sağlar */
    display: flex; /* Kartın kendisini bir flex container yapar */
    flex-direction: column; /* İçerikleri (resim ve metin alanı) dikeyde sıralar */
}

/* Metin içeriğini barındıran .blog-inner'ın esnemesini sağlıyoruz. */
.blog-inner {
    flex-grow: 1; /* Bu alanın, kart içinde kalan tüm boş alanı doldurmasını sağlar */
    display: flex; /* Bunu da bir flex container yapıyoruz */
    flex-direction: column; /* İçindeki başlık, p, link gibi öğeleri dikeyde sıralar */
}

/* "Daha Fazla Oku" linkini en alta itiyoruz. */
.blog-item .blog-link {
    margin-top: auto; /* Bu sihirli kural, linki dikeyde en alta iter! */
}


/* 1. Owl Carousel'in ana taşıyıcısını flex container yapıyoruz */
.blog-slider .owl-stage {
    display: flex;
}

/* 2. Her bir .owl-item'ın da esnek olmasını ve içindekini germesini sağlıyoruz */
.blog-slider .owl-item {
    display: flex;
}

/* 3. Önceki çözümdeki mantığın aynısını buraya uyguluyoruz */
/* Kartın, bulunduğu .owl-item'ın tüm yüksekliğini kaplamasını sağlıyoruz */
.blog-slider .blog-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%; /* .owl-item içini tamamen doldurması için */
}

/* Metin alanının mevcut tüm boşluğu doldurmasını sağlıyoruz */
.blog-slider .blog-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* "Daha Fazla Oku" linkini en alta itiyoruz */
.blog-slider .blog-link {
    margin-top: auto;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


.contact-form-four .location-bg:before {
    background-color: #0C203B;
}
.contact-form-four .location-item {
    border: 1px solid #F2EADE;
    color: #F2EADE;
}

.contact-form-four .location-item .location-icon i, .location-item ul li a {
    color: #F2EADE;
}

.custom-desc {
    color: #0C203B;
}

.section-title span {
    color: #876343;
    font-size: 18px;
}

.mean-container a.meanmenu-reveal span {
    height: 2px;
}

footer .footer-item .footer-logo ul li a:hover {
    color: #876343;
}
.contact-form-four .location-item ul li a:hover {
    color: #876343;
}


.location-bg {
    max-width: 974px;
    margin: auto;
}

.contact-form-four .location-item {
    padding-left: 70px !important;
}

.location-item ul {
    margin-bottom: 0px;
}

.location-item ul li a {
    font-size: 16px;
}

.contact-form-four .location-item .location-icon i {
    font-size: 24px;
}

/* Mobil için varsayılan stiller (tek sütun) */
.f-menu-align {
  display: grid;
  /* Mobil cihazlarda her şeyin alt alta gelmesi için tek sütun */
  grid-template-columns: 1fr;
  /* Mobil için boşluk miktarını azaltmak daha iyidir */
  gap: 30px; 
}

/* Tablet boyutları için (örneğin 768px ve üzeri) */
@media (min-width: 768px) {
  .f-menu-align {
    /* Tablette 2x2'lik bir düzen daha okunaklı olabilir */
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* Masaüstü boyutları için (örneğin 1024px ve üzeri) */
@media (min-width: 1024px) {
  .f-menu-align {
    /* Orijinal, dört sütunlu asimetrik düzeninizi geri getiriyoruz */
    grid-template-columns: 4fr 3fr 2fr 3fr;
    gap: 60px;
  }
}





/* =========================================
   Animasyonlar (Keyframes)
   ========================================= */

/* Arka plan için yavaşça yakınlaşıp uzaklaşan animasyon */
@keyframes zoom-in-out {
    0% { transform: scale(1.1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1.1); }
}

/* İçerik için aşağıdan yukarıya soluk bir şekilde gelme efekti */
@keyframes fade-in-up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Yeni Arka Plan Animasyonu Keyframes */
@keyframes bg-animation {
    0% {
        transform: scale(1.1) translateX(0);
        object-position: 0% 0%;
        /* Sol üstten başla */
    }

    25% {
        transform: scale(1.15) translateX(-5%);
        /* Biraz daha zoom yap ve sola kay */
        object-position: 25% 25%;
        /* Sağ aşağıya doğru kaydır */
    }

    50% {
        transform: scale(1.2) translateX(0);
        /* Daha da zoom yap ve ortaya dön */
        object-position: 50% 50%;
        /* Merkeze dön */
    }

    75% {
        transform: scale(1.15) translateX(5%);
        /* Biraz daha zoom yap ve sağa kay */
        object-position: 75% 75%;
        /* Sol yukarıya doğru kaydır */
    }

    100% {
        transform: scale(1.1) translateX(0);
        /* Başlangıç durumuna dön */
        object-position: 100% 100%;
        /* Sağ aşağıya doğru kaydır */
    }
}

/* =========================================
   Responsive Tasarım (Media Queries)
   ========================================= */

@media (max-width: 991.98px) {
    .hero {
        margin-top: 56px;
    }

    .mobile-nav .logo img {
        width: 120px;
    height: auto;
    margin-top: 5px;
    }

    .mean-container .mean-nav {
        background: #F2EADE;
    }
    .mean-container .mean-nav ul {
        background: #F2EADE;
    }

    .mean-container .mean-nav ul li a {
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
    }
    .mean-container .mean-nav ul li a, .mean-container .mean-nav ul li li a {
        color: #0C203B;
        border-top: none;
    }
    .mean-container .mean-nav ul li li a {
        padding: 8px 42px;
        font-weight: 400;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        padding: 0px !important;
        padding-right: 30px !important;
        margin-top: 0;
        top: 6px;
    }

    .mean-container .mean-nav ul.navbar-nav {
        margin: 15px 0;
    } 

    .blog-item .blog-inner p {
        min-height: unset;
    }
    

    
}
@media (max-width: 767.98px) {
    .hero {
        padding: 4rem 1rem;
        min-height: 60vh;
    }

    .hero h1 {
        /* Mobil için clamp'in minimum değerine daha çabuk ulaşır */
        font-size: clamp(2.2rem, 6vw, 3rem);
    }

    .section-title span {
        font-size: 14px;
    }

    .page-title-text ul li {
        font-size: 16px;
    }
}