/* Hakkımızda Bölümü Stilleri */

.about-section {
    padding: 80px 0;
    background-color: #fff;
}

.about-section .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #292929;
}

.about-section .section-title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
}

.about-section .separator {
    width: 40px;
    height: 4px;
    background-color: #f4b956;
    margin: 20px 0 30px;
}

.about-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #444;
    margin-bottom: 20px;
}

.about-text {
    margin-bottom: 30px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 25px;
}

.about-media {
    padding: 15px;
}

.about-media .video-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.about-media .video-box img {
    transition: all 0.5s ease;
}

.about-media .video-box:hover img {
    transform: scale(1.05);
}

.mar-top {
    margin-top: 15px;
}


/* Hakkımızda Sayfası Stilleri */

.about-main-section {
    padding: 80px 0;
}

.about-main-section .separator,
.vision-section .separator {
    width: 40px;
    height: 4px;
    background-color: #f4b956;
    margin: 20px 0 30px;
}

.light-separator {
    background-color: #fff !important;
}

.about-content {
    margin-bottom: 30px;
}

.about-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.about-media-container {
    padding: 20px;
    margin-top: 20px;
}

.about-media-container .video-box {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.mission-section,
.why-us-section {
    position: relative;
}

.mission-content,
.why-us-content {
    margin-top: 30px;
    color: #fff;
}

.mission-content p,
.why-us-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.why-us-content ul {
    padding-left: 20px;
}

.why-us-content ul li {
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    list-style-type: disc;
}

.vision-section {
    padding: 80px 0;
}

.vision-content {
    margin-top: 20px;
}

.vision-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.vision-image-container {
    padding: 20px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 45px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}


/* Ürün Kategorileri Bölümü Stilleri */

.products-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.products-section .separator {
    width: 40px;
    height: 4px;
    background-color: #f4b956;
    margin: 20px 0 30px;
}

.product-grid {
    margin-top: 20px;
}

.product-card {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.product-image {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    /* 1:1 görünümü için */
}

.product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.product-image:hover img {
    transform: scale(1.05);
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-info h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-info h3 a {
    color: #292929;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-info h3 a:hover {
    color: #f4b956;
}

.product-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .product-info h3 {
        font-size: 16px;
    }
    .product-info p {
        font-size: 13px;
    }
}


/* Kategoriler Sayfası Stilleri */

.product-categories-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.product-count {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4b956;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.product-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.sm-btn {
    padding: 8px 15px;
    font-size: 13px;
}


/* Kategori Detay Sayfası Responsive Düzenlemeler */

@media (max-width: 767px) {
    .col-md-9 .product-card {
        margin-bottom: 20px;
    }
    .col-md-9 .product-info h3 {
        font-size: 15px;
    }
    .col-md-9 .product-info p {
        font-size: 12px;
    }
}


/* Ürün Detay Sayfası Stilleri */

.product-detail-section {
    padding: 70px 0;
    background-color: #fff;
}

.product-gallery {
    margin-bottom: 30px;
}

.main-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.main-image img {
    width: 100%;
    height: auto;
    display: block;
}

.main-image .image-popup {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0 9px 26px rgba(58, 87, 135, 0.2);
    background: #f4b956;
    transition: all 200ms linear;
    text-align: center;
}

.product-thumbnails {
    padding: 0 5px;
}

.thumb-item {
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.thumb-item.active {
    border: 2px solid #f4b956;
}

.thumb-item:hover {
    transform: translateY(-3px);
}

.thumb-item img {
    width: 100%;
    height: auto;
    display: block;
}

.product-details {
    padding: 0 20px;
}

.product-title h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #292929;
}

.product-category {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.product-category a {
    color: #f4b956;
    transition: all 0.3s ease;
}

.product-category a:hover {
    color: #333;
}

.product-description {
    margin-bottom: 30px;
    line-height: 1.8;
    color: #666;
}

.product-description p {
    margin-bottom: 15px;
}

.product-actions {
    margin-top: 30px;
}


/* Benzer Ürünler Bölümü */

.similar-products-section {
    padding: 70px 0;
    background-color: #f9f9f9;
}

.similar-products-section .separator {
    width: 40px;
    height: 4px;
    background-color: #f4b956;
    margin: 20px 0 30px;
}

@media (max-width: 767px) {
    .product-title h1 {
        font-size: 22px;
    }
    .product-details {
        padding: 0;
        margin-top: 20px;
    }
    .main-image {
        margin-bottom: 10px;
    }
    .thumb-item {
        margin-bottom: 10px;
    }
}


/* Ürün Talep Formu Sayfası Stilleri */

.product-inquiry-section {
    padding: 70px 0;
    background-color: #fff;
}

.product-inquiry-preview {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
}

.product-preview-image {
    position: relative;
    overflow: hidden;
}

.product-preview-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.5s ease;
}

.product-preview-details {
    padding: 25px;
}

.product-preview-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #292929;
}

.product-preview-category {
    font-size: 14px;
    color: #f4b956;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-preview-description {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 15px 0;
}

.product-preview-details .separator {
    width: 40px;
    height: 3px;
    background-color: #f4b956;
    margin: 15px 0;
}

.product-preview-details .btn {
    margin-top: 15px;
}


/* Form Stilleri */

.inquiry-form-container {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.inquiry-form-header {
    margin-bottom: 30px;
    text-align: center;
}

.inquiry-form-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
}

.inquiry-form-header p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.inquiry-form-header .separator {
    width: 40px;
    height: 3px;
    background-color: #f4b956;
    margin: 15px auto;
}

.inquiry-form .form-group {
    margin-bottom: 20px;
}

.inquiry-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.inquiry-form .required {
    color: #f4b956;
}

.inquiry-form .form-control {
    width: 100%;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    height: auto;
    transition: all 0.3s ease;
}

.inquiry-form .form-control:focus {
    border-color: #f4b956;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(244, 185, 86, 0.1);
}

.inquiry-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-submit {
    margin-top: 25px;
    text-align: center;
}

.form-submit .btn {
    min-width: 150px;
    padding: 12px 25px;
}

.alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.alert-success {
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

.alert-danger {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

.alert ul {
    margin: 10px 0 0 20px;
    padding: 0;
}

@media (max-width: 767px) {
    .product-inquiry-preview {
        margin-bottom: 30px;
    }
    .inquiry-form-container {
        padding: 20px;
    }
    .inquiry-form-header h3 {
        font-size: 20px;
    }
}


/* İletişim Sayfası Stilleri */

.contact-section {
    padding: 70px 0;
    background-color: #fff;
}


/* İletişim Bilgileri Bölümü */

.contact-info-container {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    height: 100%;
    padding: 30px;
}

.contact-info-header {
    margin-bottom: 25px;
    text-align: center;
}

.contact-info-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
}

.contact-info-header p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.contact-info-header .separator {
    width: 40px;
    height: 3px;
    background-color: #f4b956;
    margin: 15px auto;
}

.contact-info-list {
    margin-bottom: 30px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #f4b956;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.contact-info-content {
    flex-grow: 1;
}

.contact-info-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 5px;
}

.contact-info-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info-content a {
    color: #666;
    transition: all 0.3s ease;
}

.contact-info-content a:hover {
    color: #f4b956;
}


/* Sosyal Medya Bölümü */

.contact-social {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.contact-social h4 {
    font-size: 18px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.social-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #666;
    text-align: center;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: #f4b956;
    color: #fff;
    transform: translateY(-3px);
}


/* İletişim Formu Bölümü */

.contact-form-container {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form-header {
    margin-bottom: 30px;
    text-align: center;
}

.contact-form-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #292929;
    margin-bottom: 10px;
}

.contact-form-header p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.contact-form-header .separator {
    width: 40px;
    height: 3px;
    background-color: #f4b956;
    margin: 15px auto;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}

.contact-form .required {
    color: #f4b956;
}

.contact-form .form-control {
    width: 100%;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    height: auto;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #f4b956;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(244, 185, 86, 0.1);
}

.contact-form textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.form-submit {
    margin-top: 25px;
    text-align: center;
}

.form-submit .btn {
    min-width: 150px;
    padding: 12px 25px;
}


/* Harita Bölümü */

.map-container {
    height: 450px;
    position: relative;
}

#singleMap {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .contact-info-container {
        margin-bottom: 30px;
        padding: 20px;
    }
    .contact-form-container {
        padding: 20px;
    }
    .contact-form-header h3,
    .contact-info-header h3 {
        font-size: 20px;
    }
    .map-container {
        height: 350px;
    }
}