*:not(.lnr) {
    font-family: "Ubuntu", sans-serif!important;
}

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 {
    background-color: #fff !important;
    margin-bottom: 60px;
    opacity: 0;
    transition: opacity 1s ease;
}

    /* Sayfa yüklendiğinde görünür hale gelir */
    body.loaded {
        opacity: 1;
    }

.blur {
    padding: 20px;
    border-radius: 25px;
    backdrop-filter: blur(30px);
    box-shadow: -1px 0px 19px 6px rgba(255,255,255,0.9);
    -webkit-box-shadow: -1px 0px 19px 6px rgba(255,255,255,0.9);
    -moz-box-shadow: -1px 0px 19px 6px rgba(255,255,255,0.9);
}

.resim {
    border-radius: 30px;
}

.metin {
    margin: auto 0px;
    padding: 0px 10px;
}

.border1{
    border: 2px solid #000000;
    border-radius: 30px;
}

/* Ana Sayfa 1. Section Baslangic */

.banner-description {
    margin-top: 10px; /* Açıklama metninin üst boşluğunu ayarlamak için */
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8); /* Açıklama metninin rengini ayarlamak için */
    font-family: "Roboto Condensed";
}

@keyframes sway {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(30px); /* Sağ tarafa 30px kaydır */
    }

    100% {
        transform: translateX(0); /* Başlangıç konumuna dön */
    }
}

.banner-title {
    margin-bottom: 0; /* H1 altındaki boşluğu kaldır */
    font-size: 112px !important;
    font-family: "Roboto Condensed";
}

.product-image {
    max-width: 700px!important; /* Ürün fotoğrafı için maksimum genişlik */
    position: absolute!important; /* Ürün fotoğrafının konumlandırılması */
    bottom: -400px!important; /* Alt boşluk */
    right: 20px!important; /* Sağ boşluk */
    z-index: 0!important; /* Diğer içeriklerin arkasında kalması için */
    animation: sway 5s ease-in-out infinite!important; /* Animasyonu uygula */
}

.z-index-1 {
    position: relative; /* Bu öğenin konumunu belirtmek için */
    z-index: 1; /* Üstte görünmesi için */
}

.yukseklik{
    height: 800px!important;
}
/* Ana Sayfa 1. Section Son */

/* Ana Sayfa 2. Section Baslangic */
.container-single{
    max-width: 1700px;
    width: 90%;
    margin: 0 auto;
}
.custom-section {
    padding-left: 0;
    padding-right: 0;
}

.main-title {
    font-size: 72px;
    font-weight: 600;
    line-height: 82px!important;
    color: #000;
    text-align: center;
    margin-bottom: 72px!important;
}

.main-title .line {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Görünürken */
.main-title.visible .line1 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.main-title.visible .line2 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.left-photo-wrapper {
    flex: 1.2;
    display: flex;
    justify-content: flex-start;
    position: relative; /* mutlak konumlandırma için */
}

.left-photo {
    width: 100%;
    max-width: 384px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transform: rotate(-10deg);
    transform-origin: center center;
    border-radius: 0;
}

/* Yeni fotoğraf */
.left-top-photo {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 100%;
    max-width: 349px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* opsiyonel, biraz derinlik için */
    background: #fff; /* opsiyonel, gerekiyorsa arka plan */
}

.right-photo-wrapper {
    flex: 1.2;
    display: flex;
    justify-content: flex-start;
    position: relative; /* mutlak konumlandırma için */
}

.right-photo {
    width: 100%;
    max-width: 384px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transform: rotate(10deg);
    transform-origin: center center;
    border-radius: 0;
}

/* Yeni fotoğraf */
.right-top-photo {
    position: absolute;
    top: 80px;
    right: 100px;
    width: 100%;
    max-width: 349px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* opsiyonel, biraz derinlik için */
    background: #fff; /* opsiyonel, gerekiyorsa arka plan */
}

.center-content {
    flex: 1;
}

.center-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.center-paragraph {
    font-size: 1rem;
    margin: 0 0 15px;
}

.right-photo-wrapper {
    flex: 0.8;
    display: flex;
    justify-content: flex-end;
}

.right-photo {
    width: 100%;
    max-width: 349px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 0;
}

/* Başlangıçta gizli ve kaydırılmış halde */
.left-photo-wrapper,
.left-top-photo {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.right-photo-wrapper {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Görünürken */
.left-photo-wrapper.visible,
.left-top-photo.visible {
    opacity: 1;
    transform: translateX(0);
}

.right-photo-wrapper.visible {
    opacity: 1;
    transform: translateX(0);
}

.icon-boxes-wrapper {
    background-color: #f5f4f0 !important;
    margin-top: 72px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 1rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.icon-box {
    background-color: #f5f4f0 !important;
    position: relative;
    flex: 1 1 23%;
    min-width: 200px;
    max-width: 23%;
    background-color: #fff;
    text-align: left;
    cursor: default;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    gap: 1rem;
}

.icon {
    font-size: 2.5rem;
    margin-bottom: 0;
    transition: transform 1s ease;
    user-select: none;
    flex-shrink: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 1s ease;
    cursor: pointer;
}

.icon:hover {
    transform: rotateY(360deg);
}

.icon-box h3 {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #333;
    margin: 0;
    flex: 1;
}

/* Aradaki kutulara kısa kısa border (kesik çizgi) */
.icon-box:nth-child(1) {
    border-right: 2px solid rgba(0,0,0,0.1);
}
.icon-box:nth-child(2) {
    border-right: 2px solid rgba(0,0,0,0.1);
}
.icon-box:nth-child(3) {
    border-right: 2px solid rgba(0,0,0,0.1);
}

.icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: block;
}

.icon-box:nth-child(4) .icon img {
    width: 70px;
    height: 70px;
}
@media (max-width: 992px) {
    .d-flex.align-items-center.justify-content-between.mt-4 {
        flex-direction: column;
        align-items: center;
    }

    /* Sol fotoğraf alanı */
    .left-photo-wrapper {
        width: 90%;
        max-width: 380px;
        margin-bottom: 30px;
    }

    /* Büyük sol fotoğraf */
    .left-photo {
        transform: rotate(0deg); /* Döndürme kaldırıldı */
        width: 100%;
        aspect-ratio: auto;
        border-radius: 8px;
    }

    /* Küçük üstteki sol fotoğraf */
    .left-top-photo {
        position: relative;
        top: auto;
        right: auto;
        width: 80%;
        max-width: 320px;
        margin: 15px auto 0 auto;
        display: block;
        box-shadow: none;
        background: transparent;
        transform: rotate(0deg);
        border-radius: 8px;
    }

    /* Orta metin */
    .center-content {
        width: 100%;
        max-width: 700px;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    /* Sağ fotoğraf alanı */
    .right-photo-wrapper {
        width: 90%;
        max-width: 350px;
        margin-bottom: 30px;
    }

    /* Sağ fotoğraf */
    .right-photo {
        width: 100%;
        border-radius: 8px;
    }
}

/* Daha küçük ekranlar için (örneğin telefonlar) */
@media (max-width: 576px) {
    .main-title {
        font-size: 36px;
        line-height: 42px !important;
        margin-bottom: 40px !important;
    }

    .center-title {
        font-size: 24px;
        line-height: 30px;
    }

    .center-paragraph {
        font-size: 0.9rem;
    }
}
/* Ana Sayfa 2. Section Son */

/* Ana Sayfa 3. Section Baslangic */
.custom-acc-v2 {
    max-width: 1700px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
}

    .custom-acc-v2 .accordion-item {
        box-shadow: none !important;
        border: none !important;
        overflow: hidden !important;
        border-radius: 0 !important;
    }
    /* Kapalı accordion button'lar için radiuslar */
    /* 1. accordion item kapalı: sadece alt köşeler 10px */
    .custom-acc-v2 .accordion-item-white  {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    /* 2. accordion item kapalı: tüm köşeler 10px */
    .custom-acc-v2 .accordion-item-green {
        border-radius: 10px !important;
    }
    /* 3. accordion item kapalı: sadece üst köşeler 10px */
    .custom-acc-v2 .accordion-item-brown  {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }
    /* 1. ve 3. item button kapalı arka plan kahverengi (#4f3423), yazı beyaz */
    .custom-acc-v2 .accordion-item-white .accordion-button.collapsed, .custom-acc-v2 .accordion-item-brown .accordion-button.collapsed {
        background-color: #000000 !important;
        color: #fff !important;
    }
    /* 2. item button kapalı arka plan yeşil (#427d2d), yazı beyaz */
    .custom-acc-v2 .accordion-item-green .accordion-button.collapsed {
        background-color: #427d2d !important;
        color: #fff !important;
    }
    /* Accordion button açıkken (expanded) arka plan beyaz, yazı siyah ve border-radius 20px */
    .custom-acc-v2 .accordion-button:not(.collapsed) {
        background-color: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        border-radius: 20px !important;
    }
    /* Accordion body'si her zaman beyaz arka plan ve siyah yazı */
    .custom-acc-v2 .accordion-body {
        background-color: #fff !important;
        color: #000 !important;
        padding: 1rem 1.25rem !important;
        box-shadow: none !important;
    }
    /* Accordion button içindeki numarayı sağa yasla */
    .custom-acc-v2 .accordion-button {
        font-size: 42px !important;
        line-height: 62px !important;
        font-weight: 500 !important;
        border: none !important;
        box-shadow: none !important;
        transition: color 0.3s ease !important, background-color 0.3s ease !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    /* Numaraya özel stil */
    .custom-acc-v2 .accordion-number {
        font-size: 32px !important;
        font-weight: 700 !important;
        color: inherit !important;
        margin-left: 1rem !important;
    }
    /* Ok işaretini kaldırmak için */
    .custom-acc-v2 .accordion-button::after {
        display: none !important;
    }

/* Ana Sayfa 3. Section Son */

/* Ana Sayfa 4. Section Baslangic */
.jm-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Mobilde yumuşak kaydırma */
    gap: 30px; /* Kutular arası boşluk */
    padding: 20px;
    cursor: grab;
    /* Genişlik ayarı isteğe bağlı, genelde %100 veya max-width verilir */
}

    .jm-slider-container:active {
        cursor: grabbing;
    }
.jm-box-wrapper {
    padding: 0 15px;
    outline: none;
    width: 100%; /* İsterseniz genişliği ayarlayabilirsiniz */
    position: relative;
}

.jm-post-item {
    position: relative;
}

.jm-box-content {
    display: flex;
    position: relative;
    height: 635px;
    background-color: transparent;
}

.jm-box-img-left {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.jm-featured-wrapper {
    flex: 0 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.jm-post-img {
    width: calc(100% + 20px);
    height: 635px;
    background-size: cover;
    background-position: center;
    transition: all 1s ease;
    transform: scale(1);
}

.jm-box-details {
    position: absolute;
    top: 0;
    left: 50px;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 10;
}

.jm-box-inner-content {
    width: 40%;
    padding: 50px;
    background-color: #00000066;
    color: #fff;
    position: relative;
    font-family: Arial, sans-serif;
}

.jm-entry-meta-wrapper {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #fff;
}

.jm-entry-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
}

.jm-meta-comments i,
.jm-meta-date i {
    margin-right: 5px;
    vertical-align: middle;
}

.jm-box-title h4 {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 24px;
}

    .jm-box-title h4 a {
        color: #fff;
        text-decoration: none;
    }

.jm-box-description {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
}

.jm-box-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
}

.jm-box-author img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.jm-author-name a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}
.jm-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.jm-box-wrapper {
    flex: 0 0 100%;
    scroll-snap-align: start;
}

.jm-slider-dots .dot {
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .jm-slider-dots .dot.active {
        background-color: #000;
    }
@media (max-width: 768px) {

    .jm-box-content {
        flex-direction: column;
        height: auto;
    }

    .jm-post-img {
        height: 400px; /* Mobilde daha kısa olabilir */
    }

    .jm-box-inner-content {
        width: 100%;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 20;
    }

    .jm-box-details {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        z-index: 20;
        display: flex;
        align-items: flex-end;
    }

    .jm-box-description {
        font-size: 14px;
    }

    .jm-box-title h4 {
        font-size: 20px;
    }

    .jm-box-footer {
        margin-top: 20px;
        padding-top: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .jm-box-author img {
        width: 50px;
        height: 50px;
    }

    .jm-author-name a {
        font-size: 14px;
    }
}

/* Ana Sayfa 4. Section Son */

/* Ana Sayfa 5. Section Baslangic */
.custom-5 {
    max-width: 1550px !important;
    margin: 0 auto !important;
    padding: 2rem !important;
}
.letstalk-title {
    font-size: 6vw;
    line-height: 1em;
    font-weight: bold;
}
.about-title {
    font-size: 6vw;
    line-height: 1em;
    font-weight: bold;
}
/* Yeşil yuvarlak arka plan */
.circle-bg {
    margin: 0 auto;
    top: 0;
    left: 0;
    padding: 20px;
    height: 176px;
    width: 176px;
    border-radius: 50%;
    z-index: 1;
    fill: #ffffff;
    transform-origin: 50% 50% 0;
    transform: rotate(0deg);
    animation: spin 15s linear infinite;
    background-color: #427d2d;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dönen animasyon */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.circle-wrapper {
    position: relative;
    width: 176px;
    height: 176px;
}

.rotating {
    animation: spin 15s linear infinite;
    transform-origin: 50% 50%;
    display: block;
}

.center-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: auto;
    transform: translate(-50%, -50%);
    animation: spin 15s linear infinite;
    transform-origin: 50% 50%;
    pointer-events: none;
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}


/* Resmin sağa sola sallanma animasyonu */
@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(30px);
    }

    50% {
        transform: translateX(-30px);
    }

    75% {
        transform: translateX(30px);
    }
}

.shake-img {
    animation: shake 3s ease-in-out infinite;
    max-width: 300px;
}

/* Responsive için küçük ekranlarda hizalama */
@media (max-width: 767.98px) {
    .shake-img {
        max-width: 100%;
        animation: none; /* küçük ekranda sallanma kapalı */
    }
}

/* Ana Sayfa 5. Section Son */

.footer {
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
}

    .footer .brand-name {
        font-weight: 700;
        font-size: 1.5rem;
        margin-bottom: 0.4rem;
    }

    .footer .slogan {
        color: #d90429;
        font-size: 1rem;
        margin-bottom: 1.2rem;
        font-style: italic;
    }

    .footer .nav-link {
        color: #222;
        font-weight: 600;
        padding: 0 0.7rem;
        font-size: 1rem;
    }

        .footer .nav-link:hover {
            color: #d90429;
            text-decoration: none;
        }

    .footer .address-box {
        background-color: #0d1a2d;
        color: white;
        font-size: 0.95rem;
        padding: 0.75rem 1.25rem;
        border-radius: 0.35rem;
        display: inline-flex;
        align-items: center;
        gap: 0.65rem;
        max-width: 100%;
        font-weight: 500;
    }

    .footer input[type="email"] {
        border: 1px solid #ced4da;
        border-radius: 0.35rem 0 0 0.35rem;
        padding: 0.5rem 1rem;
        width: 100%;
        max-width: 280px;
        font-size: 1rem;
    }

    .footer button.subscribe-btn {
        background-color: #ff3b3b;
        border: none;
        color: white;
        padding: 0.5rem 1.25rem;
        font-weight: 700;
        border-radius: 0 0.35rem 0.35rem 0;
        cursor: pointer;
        transition: background-color 0.3s ease;
        font-size: 1rem;
    }

        .footer button.subscribe-btn:hover {
            background-color: #cc2e2e;
        }

.footer-bottom {
    background-color: #0d1a2d;
    color: #bbb;
    font-size: 0.9rem;
    padding: 1.1rem 0;
    margin-top: 2.5rem;
    font-weight: 500;
}

    .footer-bottom a {
        color: #bbb;
        text-decoration: none;
        margin-right: 1.3rem;
        font-weight: 600;
        font-size: 0.9rem;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
            color: white;
        }

@media (max-width: 576px) {
    .footer .nav-link {
        padding: 0 0.3rem;
        font-size: 14px;
    }

    .footer input[type="email"] {
        max-width: 100%;
        margin-bottom: 0.6rem;
        border-radius: 0.35rem;
    }

    .footer button.subscribe-btn {
        width: 100%;
        border-radius: 0.35rem;
    }

    .footer .address-box {
        max-width: 100%;
        font-size: 0.85rem;
    }

    .footer .brand-name {
        font-size: 1.3rem;
    }

    .footer .slogan {
        font-size: 0.9rem;
    }
}

/* General mobile adjustments */
@media (max-width: 767.98px) {
    html {
        font-size: 14px; /* Keep base font size smaller */
    }

    /* Banner title smaller font */
    .banner-title {
        font-size: 48px !important;
        line-height: 1.1;
        text-align: center;
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        max-width: 90%;
        margin: 0 auto 20px auto;
        animation: none !important; /* Disable sway animation on mobile */
    }

    /* Product image reposition for mobile */
    .product-image {
        position: relative !important;
        bottom: auto !important;
        right: auto !important;
        max-width: 100% !important;
        margin: 20px auto 0 auto;
        display: block;
        animation: none !important;
        z-index: 1 !important;
    }

    /* Container single width adjustment */
    .container-single {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 15px;
    }

    /* Icon boxes stack vertically */
    .icon-boxes-wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .icon-box {
        max-width: 100% !important;
        flex-basis: 100% !important;
        border-right: none !important;
        border-bottom: 2px solid rgba(0,0,0,0.1);
        padding: 15px;
    }

        .icon-box:last-child {
            border-bottom: none !important;
        }

    /* Accordion adjustments */
    .custom-acc-v2 {
        padding: 1rem !important;
    }

        .custom-acc-v2 .accordion-button {
            font-size: 28px !important;
            line-height: 40px !important;
        }

        .custom-acc-v2 .accordion-number {
            font-size: 24px !important;
            margin-left: 0.5rem !important;
        }


    /* Section 5 titles smaller */
    .letstalk-title,
    .about-title {
        font-size: 10vw !important;
        line-height: 1.1em !important;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    /* Circle background smaller */
    .circle-bg,
    .circle-wrapper {
        width: 120px !important;
        height: 120px !important;
    }

    .center-image {
        width: 50px !important;
    }

    /* Footer adjustments */
    .footer {
        font-size: 14px;
        padding: 1rem;
    }

        .footer .brand-name {
            font-size: 1.2rem;
        }

        .footer .slogan {
            font-size: 0.85rem;
        }

        .footer .nav-link {
            font-size: 0.9rem;
            padding: 0 0.3rem;
        }

        .footer input[type="email"] {
            max-width: 100%;
            margin-bottom: 0.6rem;
            border-radius: 0.35rem;
        }

        .footer button.subscribe-btn {
            width: 100%;
            border-radius: 0.35rem;
        }

        .footer .address-box {
            font-size: 0.85rem;
        }
}

/* Extra small screens (phones in portrait) */
@media (max-width: 480px) {
    .banner-description {
        font-size: 14px;
        margin-top: 5px;
    }

    .center-title {
        font-size: 24px;
    }

    .center-paragraph {
        font-size: 0.9rem;
    }
    .logoo{
        width: 250px;
    }
}
@media (max-width: 767.98px) {

    .left-photo-wrapper {
        position: relative !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }

    /* Hide the top-left photo on mobile */
    .left-top-photo {
        display: none !important;
    }

    /* Show only the main left photo above text */
    .left-photo {
        max-width: 80vw !important;
        border-radius: 15px;
    }

    .center-content {
        padding: 0 15px !important;
    }
    
    .custom-5 .col-md-4.position-relative.d-flex.justify-content-center {
        display: none !important;
    }
    .banner-content {
        margin-top:14px;
    }
}
@media (max-width: 768px) {
    .product-image {
        width: 200px !important;
    }

    .banner-title {
        font-size: 3rem !important;
    }

    .banner-description {
        font-size: 0.95rem;
    }
}
@media (max-width: 768px) {
    footer img {
        width: 160px !important;
    }

    footer .btn {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    footer p {
        font-size: 0.95rem;
    }
}
@media (max-width: 768px) {
    .mt-3.d-flex.align-items-center {
        flex-wrap: nowrap !important; /* Yan yana kalmaları için */
    }

    .bg-teal {
        flex: 1 1 auto; /* Metin kutusunun esnemesi için */
        min-width: 0; /* Taşma sorunlarını engellemek için */
    }

    .img-fluid.radius-end {
        width: 120px; /* Sabit genişlik */
        flex-shrink: 0; /* Küçülmesini engelle */
    }
}

.about-boxx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 0 auto;
    background-color: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.section-title {
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.gallery-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* kutular arası boşluk */
    justify-content: center;
}

.gallery-box {
    width: 350px; /* kare kutu boyutu */
    height: 350px;
    flex: 0 0 auto;
    position: relative;
}

.gallery-item {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
    transition: transform 0.3s ease;
}

    .gallery-item:hover {
        transform: scale(1.05);
        z-index: 10;
    }

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* kırpma yok, resim kutuya sığar */
    background-color: #f0f0f0; /* boşluk görünmesin diye */
    display: block;
}

.gallery-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(27, 94, 32, 0.6); /* yarı saydam koyu yeşil */
    color: white;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding: 8px;
    font-size: 0.85rem;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.gallery-item:hover .gallery-info {
    opacity: 1;
    transform: translateY(0);
}