.story-area {
    padding: 1rem 0;
    border-top: 2px solid #BFBFBF;
    margin: 6px 4rem;
}

.story-head {
    font-size: 49px;
    color: #F58220;
    font-weight: 700;
    padding: 15px 0;
}

.hero-image img {
    border-radius: 35px;
    padding-bottom: 30px;
}

.hero-text {
    padding: 13px 50px;
}

.hero-text h3 {
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}

.hero-text p {
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
}

.hero-text span {
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
}

.story-image img {
    border-radius: 40px;
    height: 35vh;
    width: 100%;
}

.story-hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    background-image: url('../img/hikayemiz-bottom.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 30px;
    border-radius: 50px;
    overflow: hidden;
}

.story-hero-section .cta-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.95);
    color: #2056a8;
    padding: 14px 34px;
    border-radius: 30px;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid #f58220;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-bottom: 60px;
    margin-right: 20px;
    overflow: hidden;
    z-index: 1;
}

.story-hero-section .cta-button svg {
    margin-right: 10px;
}

.story-hero-section .cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(245, 130, 32, 0.1), rgba(245, 130, 32, 0.2));
    transition: all 0.6s ease;
    z-index: -1;
}

.story-hero-section .cta-button:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 15%;
    width: 70%;
    height: 5px;
    background: #f58220;
    border-radius: 50%;
    filter: blur(5px);
    opacity: 0;
    transition: all 0.4s ease;
}

.story-hero-section .cta-button:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(245, 130, 32, 0.3);
    border-color: #ff9d45;
    color: #1a4b99;
    letter-spacing: 0.5px;
}

.story-hero-section .cta-button:hover:before {
    left: 0;
}

.story-hero-section .cta-button:hover:after {
    opacity: 0.8;
}

.story-hero-section .cta-button:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(245, 130, 32, 0.4);
    transition: all 0.2s ease;
}

.story-hero-section .cta-button:hover .cta-icon {
    transform: rotate(15deg) scale(1.1);
    color: #ff7b00;
}

.story-hero-section .cta-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    color: #f58220;
    transition: all 0.5s ease;
}

.story-hero-section .cta-text {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.story-hero-section .cta-button:hover .cta-text {
    transform: translateX(3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .story-hero-section {
        padding: 20px;
        justify-content: center;
        align-items: flex-end;
    }

    .story-hero-section .cta-button {
        font-size: 18px;
        padding: 12px 28px;
        margin-bottom: 40px;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .story-hero-section .cta-button {
        font-size: 16px;
        padding: 10px 22px;
    }

    .story-hero-section .cta-icon {
        width: 22px;
        height: 22px;
        margin-right: 8px;
    }
}


.form-section {
    display: flex;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.image-container {
    flex: 0 0 30%;
    background-size: cover;
    background-position: center;
    min-height: 564px;
    border-radius: 60px;
}

.form-container {
    flex: 0 0 60%;
    padding: 65px 30px;
}

.form-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.form-row {
    display: flex;
    margin-bottom: 35px;
    gap: 35px;
}

.form-group {
    flex: 1;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #f58220;
    outline: none;
    box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.2);
}

select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 45px;
}

.cv-upload {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.cv-btn {
    background-color: #2056a8;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 14px;
}

.cv-btn:hover {
    background-color: #174988;
}

.cv-filename {
    flex: 1;
    border: 1px dashed #ddd;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 14px;
    color: #888;
    min-height: 46px;
}

.terms {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.submit-btn {
    background-color: #f58220;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}

.submit-btn:hover {
    background-color: #e67012;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 130, 32, 0.3);
}

.submit-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(245, 130, 32, 0.3);
}

.highlight {
    color: #2056a8;
    font-weight: 600;
}

.footnote {
    margin-top: 15px;
    color: #2056a8;
    font-size: 17px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .form-section {
        flex-direction: column;
    }

    .image-container {
        flex: 0 0 200px;
        min-height: 200px;
    }

    .form-container {
        flex: 1;
        padding: 20px;
    }

    .form-row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }

    .form-section h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .form-section h2 {
        font-size: 20px;
    }
}


/* Foto Galeri Lightbox CSS Stilleri */
/* Bu kodu sitenizin assets/css/gallery.css dosyasına ekleyin */

/* Overlay ve Lightbox stilleri */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-container {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: block;
}

.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 5px;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.lightbox-nav button {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}

.lightbox-nav button:hover {
    background: rgba(255, 255, 255, 0.4);
}

/* Galeri öğeleri stilleri */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 40vh;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Galeri sayaç stilleri */
.counter-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}

.products-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.products-card {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 450px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.products-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.category-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.products-card:hover .category-img {
    transform: scale(1.1);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: white;
}

.category-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.category-subtitle {
    font-size: 19px;
    margin: 0;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
}

.category-link .circle-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.products-card:hover .circle-arrow {
    background-color: #e87e33;
    color: white;
}

.product-katalog {
    background: #EAEAEA;
    border-radius: 60px;
}

.product-katalog-content {
    padding-top: 8rem;
}

.product-katalog-title {
    color: #005AAA;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
}

.product-katalog-subtitle {
    color: #848483;
    font-size: 16px;
    font-weight: 400;
    max-width: 500px;
    padding: 10px 0;
}

.product-katalog-content .download-btn {
    background-color: #F58220;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    /* margin-left: 15px; */
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.product-katalog-content .download-btn:hover {
    background-color: #e67012;
}


/* Sol menü */
.left-menu {
    background-color: #005AAA;
    background-image: url('../img/sidebar-urun.png');
    background-size: cover;
    color: white;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.sidebar-menu {
    padding: 3rem 0;
}

.menu-item {
    padding: 15px 0px;
    margin: 0 22px;
    border-bottom: 1px solid rgb(255 255 255 / 71%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.menu-item:hover {
    border-bottom: 1px solid rgb(255 130 36);
}

/* Ürün kartı */
.product-card {
    border-radius: 40px;
    padding: 1.5rem 0;
    overflow: hidden;
    background-color: #F8F8F8;
    border: 1px solid #BFBFBF;
}

.product-title {
    color: #1a5aa0;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    font-size: 21px;
}

.product-image {
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.product-image img {
    height: 39vh;
    object-fit: cover;
    margin-top: 15px;
}

.product-action {
    padding: 25px 5px 10px;
    text-align: center;
    margin-top: 75px;
    font-size: 17px;
/* border-top: 1px solid #f0f0f0;*/
}

.action-button {
color: #ff8c2a;
text-decoration: none;
font-weight: 500;
transition: color 0.2s;
}

.action-button:hover {
color: #e67300;
text-decoration: underline;
}

/* Bayilerimiz bölümü */
.dealers-section {
    background-color: #ff8224;
    color: white;
    border-radius: 40px;
    padding: 20px;
    overflow: hidden;
}

.dealers-map img {
    width: 36vw;
    height: 27vh;
    object-fit: cover;
    position: relative;
    right: 20px;
}

.dealers-title {
    margin-bottom: 15px;
}

.dealers-map {
    min-height: 150px;
    margin-bottom: 15px;
}

.view-dealers {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.view-dealers:hover {
    color: #f0f0f0;
    text-decoration: underline;
}


/* Ana Başlık */
.main-title {
    text-align: center;
    color: #e87e33;
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}

/* Yol - Breadcrumb */
.breadcrumb-container {
    background-color: #2262a0;
    padding: 35px 0;
    border-radius: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}

.breadcrumb-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/urun-detay-bg.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
}

.breadcrumb {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: white;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.breadcrumb li a:hover {
    opacity: 1;
}

.breadcrumb li:last-child {
    color: #e87e33;
}

.breadcrumb-separator {
    margin: 0 10px;
    opacity: 0.5;
}

/* Ürün Detay Bölümü */
.product-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.product-image-container {
    width: 35%;
    padding: 30px;
    max-height: fit-content;
    background-color: #F8F8F8;
    border: 1px solid #BFBFBF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image-container .product-image {
    max-width: 100%;
    height: 45vh;
}

.product-info {
    width: 60%;
    padding: 0 0 0 50px;
}

.product-detail-title {
    color: #2262a0;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 30px 0;
}

.product-features-title {
    color: #e87e33;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.features-list {
    list-style: none;
    padding: 0 10px;
}

.features-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
}

.features-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e87e33;
    font-weight: bold;
}

/* Diğer Ürünler Bölümü */
.other-products-section {
    margin: 60px 0;
    position: relative;
}

.other-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.other-products-title {
    color: #2262a0;
    font-size: 28px;
    font-weight: bold;
}

.other-products-subtitle {
    color: #999;
    font-size: 18px;
    margin-top: 5px;
}

.animal-icon {
    color: #e87e33;
    font-size: 48px;
}



.product-card {
    flex: 0 0 calc(25% - 15px);
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    position: relative;
}

.product-card-title {
    color: #2262a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.product-card-image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
}

.product-card-link {
    display: inline-flex;
    align-items: center;
    color: #e87e33;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    transition: color 0.3s;
}

.product-card-link:hover {
    color: #2262a0;
}

.product-card-link .arrow-icon {
    margin-left: 5px;
    font-size: 18px;
}

/* Ürün slider için CSS */
/* Ürün slider için CSS - İyileştirilmiş Versiyon */
.other-products-section {
    margin: 60px 0;
    position: relative;
}

.other-products-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.other-products-title {
    color: #2262a0;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.other-products-subtitle {
    color: #999;
    font-size: 18px;
}

.animal-icon {
    color: #e87e33;
    font-size: 48px;
}

.products-slider {
    display: flex;
    overflow: hidden;
    position: relative;
    gap: 20px;
    /* margin: 0 30px; */
    padding: 10px 0;
}

.product-card {
    flex: 0 0 calc(25% - 15px);
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 20px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product-card-title {
    color: #2262a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    height: 45px;
    /* Sabit yükseklik ile metinlerin aynı hizada kalmasını sağlar */
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-image {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card-image {
    transform: scale(1.05);
}

.product-card-link {
    display: inline-flex;
    align-items: center;
    color: #e87e33;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    transition: color 0.3s;
}

.product-card-link:hover {
    color: #2262a0;
}

.arrow-icon {
    margin-left: 5px;
    transition: transform 0.3s;
}

.product-card-link:hover .arrow-icon {
    transform: translateX(3px);
}

.slider-control {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    border: 1px solid #D9D9D9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #D9D9D9;
    transition: all 0.3s;
}

.slider-control:hover {
    background-color: #2262a0;
    color: white;
}

.slider-control.prev {
    left: -55px;
}

.slider-control.next {
    right: -55px;
}

.slider-control.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.slider-control.disabled:hover {
    background-color: white;
    color: #2262a0;
}

/* Denge ve görünüm için ek stiller */
.section-divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 50px 0;
}

/* Kartların responsive düzeni için */
@media (max-width: 991px) {
    .product-card {
        flex: 0 0 calc(33.333% - 15px);
    }

    .other-products-title {
        font-size: 24px;
    }

    .other-products-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .product-card {
        flex: 0 0 calc(50% - 15px);
    }

    .other-products-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .product-card {
        flex: 0 0 calc(100% - 15px);
    }

    .products-slider {
        margin: 0 20px;
    }

    .slider-control {
        width: 35px;
        height: 35px;
    }

    .slider-control.prev {
        left: -15px;
    }

    .slider-control.next {
        right: -15px;
    }
}

/* Görsel efektleri iyileştirme */
.product-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.nutrition-card img {
    border-radius: 31px;
    height: 35vh;
    object-fit: cover;
}

.nutrition-card-content {
    padding: 1rem 1.5rem;
}

.nutrition-card-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.nutrition-detail-img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    border-radius: 31px;
    padding: 0 !important;
}

.nutrition-detail-title {
    color: #005AAA;
    font-size: 28px;
    font-weight: 700;
    padding: 1rem 0;
}

.dealer-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 31px;
    padding: 30px !important;
    background-color: #F8F8F8;
}

.dealer-card-img img {
    width: 100%;
    height: 190px;
    object-fit: contain;
}

.dealer-card-header {
    padding: 1.5rem 3rem;
}

.dealer-name {
    font-size: 23px;
    font-weight: 700;
    color: #005AAA;
}

.dealer-location {
    font-size: 20px;
    font-weight: 400;
    color: #F58220;
}


.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 40px;
}

.submit-button {
    background-color: #e88a44;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
}

.company-info {
    font-size: 15px;
    margin: 50px auto;
    line-height: 1.6;
    width: 75%;
}

.company-info p {
    margin-bottom: 20px;
    text-align: justify;
}

label.required:after {
    content: " *";
    color: #e88a44;
}

.dealers-form {
    margin: 0 auto;
    width: 75%;
}

.dealers-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}

.dealers-form .submit-button {
    background-color: #F58220;
    border: none;
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    float: right;
    margin-top: 20px;
}

.dealers-form .submit-button:hover {
    background-color: #e88a44;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 130, 32, 0.3);
}

.dealers-head {
    font-size: 39px;
    color: #F58220;
    font-weight: 700;
    padding: 15px 0;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contact-header-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 40px;
}

.contact-heading {
    margin-bottom: 30px;
}

.company-name {
    color: #e88a44;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-title {
    color: #1a66b3;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-form .form-control {
    padding: 12px 20px;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    margin-bottom: 15px;
}

.contact-form textarea.form-control {
    min-height: 180px;
    resize: none;
}

.contact-container .submit-btn {
    background-color: #e88a44;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 10px 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    display: inline;-block;
    transition: all 0.3s ease;
}

.contact-container .submit-btn:hover {
    background-color: #d97b35;
}

.contact-container .contact-card {
        /* background-color: #1a66b3; */
        position: relative;
        color: white;
        border-radius: 40px;
        padding: 60px 95px;
        height: 100%;
        position: relative;
        overflow: hidden;
}
.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/iletisim-contact-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}


.contact-container .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact-container .info-icon {
    color: #e88a44;
    font-size: 26px;
    margin-right: 20px;
    min-width: 24px;
    text-align: center;
}

.contact-container .info-content {
    font-size: 16px;
    font-weight: 700;
}

.contact-container .info-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0 10px;
}

.contact-container .slogan-title {
    font-size: 17px;
}

.contact-container .slogan {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.contact-container .info-image {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}


/* Breadcrumb CSS */
.breadcrumb-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/cogenler-slider/slider-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #e9ecef;
    padding: 180px 0;
    margin-bottom: 30px;
    position: relative;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #ffffff;
    font-weight: bold;
    margin: 0 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.breadcrumb-item a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.breadcrumb-item a i {
    margin-right: 5px;
    font-size: 13px;
}

.breadcrumb-item.active {
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-section {
        padding: 100px 53px;
        margin-bottom: -19px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 8px;
    }
    .hero-text {
        padding: 13px 5px;
    }
}

/* Overlay effect for better text readability */
.breadcrumb-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(108, 117, 125, 0.3));
    z-index: 1;
}

.breadcrumb-section .container {
    position: relative;
    z-index: 2;
}