.small-regular-font{
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
}

.footer-title-font {
    font-size: 18px;
}

.form-input-style
{
    border-radius: 0px;
    font-size: 14px;
}

.index-p-style{
    padding-left: 180px;
    padding-right: 180px;
}

.fn-container-style {
    background-color: #FAF9F4;
    padding: 60px;
    margin-bottom: 40px;
    max-width: 800px;
}

.fn-container-style-clear{
    padding: 60px;
    max-width: 800px;
}

.btn-custom {
    background-color: #33542C;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    min-width: 300px;
    font-weight: 200;
    font-family: "Lexend", sans-serif;
    font-size:14px;
    margin-bottom:30px;
}

.btn-custom:hover {
    opacity: 0.9;
}

@media (max-width: 800px) {
    .index-p-style {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fn-container-style {
        padding: 20px;
    }
    .fn-container-style-clear{
        padding: 20px;
    }
    .product-title{
        margin-top:50px;
    }
}

.modal-fullscreen {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

/* Beyaz ya da istediğiniz renge çevirin */
.btn-close {
    width: 1.5rem;
    height: 1.5rem;
    background-image: none !important; /* varsa eski SVG’yi sil */
    color: #000; /* veya #fff, zemin neyse kontrast için */
    font-size: 2rem;
    opacity: 1;
}

.btn-close::before {
    content: '×';
    display: inline-block;
    line-height: 1;
}

/* Sadece mobilde (≤768px) carousel-inner yüksekliğini 800px’e sabitle */
@media (max-width: 768px) {
    .mobile-carousel .carousel-inner {
        height: 212px;
    }
    #sendFormSmall{
        display: none;
    }
}

/* Carousel-item’lerin de bu yüksekliği miras almasını sağla */
.mobile-carousel .carousel-item {
    height: 100%;
}

/* Eğer Bootstrap’ın object-fit-cover util’i yoksa aşağıdaki kuralı ekleyebilirsin */
.mobile-carousel img.object-fit-cover {
    object-fit: cover;
}

.product-title{

}

.banner{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 1050;
    background: #1d1d1d;
    color: #fff;
    padding: 14px 16px;
    box-shadow: 0 -6px 16px rgba(0,0,0,.2);
    display: none; /* hidden attribute fallback */
}
.banner[hidden]{ display:none !important; }
.banner .banner-inner{
    max-width: 1100px; margin: 0 auto;
    display: flex; flex-wrap: wrap; gap: 8px; align-items: center; justify-content: space-between;
}
.banner a{ color: #cde3ff; text-decoration: underline; }
.banner .actions{ display:flex; gap:8px; }
.close-btn{
    position: absolute; top: 6px; right: 10px;
    border: 0; background: transparent; color:#fff; font-size: 20px; line-height: 1; cursor: pointer;
}

.blog-hero-title{
    letter-spacing:.25em;
    font-weight:400;
    font-size: clamp(22px, 2.4vw, 32px);
    margin: 28px 0 8px;
}

.blog-hero-frame{
    max-width: 1120px;              /* görsel alan genişliği */
    border: 12px solid #E6EEE5;      /* dış çerçeve */
    border-radius: 6px;
    padding: 0;                      /* iç boşluk yok */
    background: #F6FAF5;             /* hafif açık yeşil ton */
    overflow: hidden;
}

.blog-hero-image{
    display:block;
    width:100%;
    height:auto;
}

.blog-hero-stamp{
    position:absolute;
    left: 16px;
    bottom: -28px;                   /* çerçevenin biraz dışına taşsın */
    width: 92px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.15));
}

@media (max-width: 576px){
    .blog-hero-frame{ border-width: 8px; }
    .blog-hero-stamp{ width:74px; bottom:-22px; left:12px; }
    .small-font{
        font-size:13px;
    }
    .small-font-1{
        width:100px;
    }
    .small-font-2{
        width:120px;
    }
    .small-font-3{
        width:160px;
    }
}

@media (max-width: 768px) {
    .header .text-end a {
        white-space: nowrap;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    header a {
        font-size: 13px;
        white-space: nowrap;
    }

    header img[alt="Logo"] {
        max-height: 80px !important;
    }

    header .gap-3 > a {
        margin-left: 10px;
    }
}
.toast-message {
    padding: 12px 20px;
    border-radius: 6px;
    color: white;
    margin-bottom: 10px;
    font-size: 15px;
    background: #333;
    min-width: 240px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    animation: fadein 0.3s ease, fadeout 0.3s ease 2.7s;
}
.toast-success { background-color: #28a745; }
.toast-error { background-color: #dc3545; }
.toast-warning { background-color: #ffc107; color: black; }

@keyframes fadein {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeout {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-20px); }
}

.footer-inner-wrapper {
    max-width: 1024px;
    width: 100%;
    margin-left: 0;
}

@media (min-width: 768px) {
    .footer-inner-wrapper {
        margin-left: 100px;
    }
}

.accordion-button {
   background-color: transparent;
   border: none;
   box-shadow: none;
   padding-left: 0;
    font-family: "Lexend", sans-serif;
    color: #333333;
    line-height: 1;
    font-weight: 300;
}

.accordion-item {
    border: none !important;
    margin-bottom: 1rem;

}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

.accordion-body {
    padding-left: 0;
}

/* custom.css ya da style bloğuna ekle */
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loadingOverlay.hidden {
    display: none;
}