/* Content CSS - Sayron Theme */

/* Genel İçerik Stilleri */
.detail-container {
    padding-top: 50px;
    margin-bottom: 50px;
}

.detail-text {
    line-height: 1.6;
    color: #333;
    
}

.detail-text h2 {
    margin-bottom: 25px;
    position: relative;
}

.detail-text h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #1B1D30;
    margin-top: 10px;
}

.detail-text h3 {
    margin: 30px 0 15px;
    color: #1B1D30;
}

.detail-text p {
    margin-bottom: 20px;
}

.detail-text ul, .detail-text ol {
    margin-bottom: 20px;
    /* padding-left: 20px; */
}

.detail-text li {
    margin-bottom: 10px;
}


.breadCrumb {
    font-size: 14px;
    /* color: #1f5684; */
}

.breadCrumb a {
    /* color: #1b1d30 !important; */
    text-decoration: none;
    /* color: #1f5684; */
}

.breadCrumb a:hover {
    text-decoration: underline;
}



/* Buton Stilleri */
.btn-primary {
    display: inline-block;
    padding: 12px 25px;
    background-color: #1B1D30;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
    font-size: 14px;
}

.btn-primary:hover {
    background-color: #003d7a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #1b1d30;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: 1px solid #1B1D30;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
}

.btn-secondary:hover {
    background-color: #1B1D30;
    color: #fff;
    transform: translateY(-2px);
}

/* Renk Sınıfları */
.c-blue {
    color: #1B1D30;
}

.c-dark {
    color: #333;
}

/* Font Boyut Sınıfları */
.f30 {
    font-size: 30px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

/* Ana Sayfa Stilleri */
#mainContainer {
    padding: 0;
    overflow: hidden;
}

/* Slider Bölümü */
#Slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-slider {
    height: 100%;
}

.home-slider:after {
   background-color:#1B1D30;
}



.slider-text-container {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    text-align: center;
}

.slider-text-container .text {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* border-radius: 8px; */
}

.slider-text-container p {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.slider-text-container .blue-btn {
    display: inline-block;
    padding: 0px 30px;
    background-color: #1b1d30;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}

.slider-text-container .blue-btn:hover {
    background-color: #003d7a;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* İş Grupları Bölümü */
.business-groups {
    padding: 80px 0;
    background-color: #ffffff;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #015986;
    margin-bottom: 50px;
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    /* background-color: #015986; */
    margin: 15px auto 0;
}

.group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.group-item {
    flex: 0 0 calc(20% - 30px);
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.group-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.group-icon {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-icon img {
    max-height: 60px;
    transition: all 0.3s ease;
}

.group-item:hover .group-icon img {
    transform: scale(1.1);
}

.group-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #015986;
    margin-bottom: 15px;
}

.group-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    min-height: 90px;
}




.group-item-swiper {
    background-color: #1b1d30;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
}

.group-item-swipe:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}




.group-item-swiper:hover .group-icon img {
    transform: scale(1.1);
}

.group-item-swiper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1D8BCC;
    margin-bottom: 15px;
}

.group-item-swiper p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    /* margin-bottom: 20px; */
    min-height: 50px;
}


/* Tanıtım Filmi Bölümü */
.promo-video {
    padding: 80px 0;
    background-color: #fff;
}

.video-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.video-thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(1, 89, 134, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button i {
    color: #fff;
    font-size: 30px;
}

.video-thumbnail:hover .play-button {
    background-color: #015986;
    transform: translate(-50%, -50%) scale(1.1);
}

/* Hakkımızda Özet Bölümü */
.about-summary {position: relative;/* height: 70vh; */background: url('../images/about_bg.png') no-repeat center center/cover;display: flex;justify-content: center;align-items: center;overflow: hidden;padding-top: 50px;padding-bottom: 50px;min-height: 70vh;}

.about-rewards {position: relative;/* height: 70vh; */background: url('../images/rewards_bg.png') no-repeat center center/cover;display: flex;justify-content: center;align-items: center;overflow: hidden;min-height: 70vh;padding-top: 50px;padding-bottom: 50px;}

.about-partners {/* position: relative; *//* height: 70vh; */background-color: #1b1d30;background: url('../images/partner_bg.png') no-repeat center center/cover;display: flex;justify-content: center;align-items: center;overflow: hidden;min-height: 60vh;padding-top: 50px;padding-bottom: 50px;}




.about-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.about-image {
    flex: 0 0 45%;
}

.about-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-content {
    flex: 0 0 45%;
}

.about-content .section-title {
    text-align: left;
    margin-bottom: 30px;
    color: #1D8BCC;
}

.about-content .section-title:after {
    margin: 15px 0 0;
}

.about-content p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #ffffff;
}

/* Ödül Bölümü */
.awards {
    padding: 80px 0;
    background-color: #fff;
}

.award-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.award-image {
    flex: 0 0 40%;
    text-align: center;
}

.award-image img {
    max-width: 300px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

.award-content {
    flex: 0 0 50%;
}

.award-content .section-title {
    text-align: left;
    margin-bottom: 30px;
}

.award-content .section-title:after {
    margin: 15px 0 0;
}

.award-content p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #555;
}


/* Hakkımızda Özel tasarım Bölümü */

.page-page {position: relative;display: flex;justify-content: center;align-items: center;min-height: 470px;padding-top: 10px;padding-bottom: 10px;}

.page-flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

.page-image {
    flex: 0 0 49%;
}

.page-image img {
   flex: 0 0 40%;
    text-align: center;
    border-radius: 10px;
}

.page-content {
    flex: 0 0 45%;
}

.page-content .section-title {
    text-align: left;
    margin-bottom: 30px;
    color: #1D8BCC;
}

.page-content .section-title:after {
    margin: 15px 0 0;
}

.page-content p {
    margin-bottom: 20px;
    line-height: 1.7;
    color: #000000;
    text-align: justify;
}



/* Responsive Tasarım */
@media (max-width: 1200px) {
    .group-item {
        flex: 0 0 calc(33.333% - 30px);
    }
    
    .slider-text-container p {
        font-size: 30px;
    }
}

@media (max-width: 992px) {
    .about-flex, .award-container, .page-flex {
        flex-direction: column;
        gap: 30px;
    }
    
    .about-image, .about-content, .award-image, .award-content, .page-image,.page-content, {
        flex: 0 0 100%;
    }
    
    .about-content .section-title, .award-content .section-title,.page-content {
        text-align: center;
    }
    
    .about-content .section-title:after, .award-content .section-title:after {
        margin: 15px auto 0;
    }
    
    .slider-text-container p {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .group-item {
        flex: 0 0 calc(50% - 30px);
    }
    
    .business-groups, .promo-video, .about-summary,.about-partners, .awards{
        padding: 60px 0;
    }

    .page-page {
        padding: 40px 0;
    }

    .page-image img {
        margin-top: 0px !important;
    }
    
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .slider-text-container p {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .group-item {
        flex: 0 0 100%;
    }
    
    .business-groups, .promo-video, .about-summary,.about-partners, .awards {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .slider-text-container p {
        font-size: 18px;
    }
    
    .slider-text-container .blue-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .play-button {
        width: 60px;
        height: 60px;
    }
    
    .play-button i {
        font-size: 24px;
    }
}

/* Animasyonlar */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.fade-in {
    animation: fadeIn 1s ease forwards;
}

.slide-up {
    animation: slideUp 0.8s ease forwards;
}

/* Ürünler Sayfası Stilleri */
.product-categories {
    margin-top: 40px;
}

.product-category {
    display: flex;
    margin-bottom: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-image {
    flex: 0 0 40%;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-content {
    flex: 0 0 100%;
    padding: 30px;
}

.category-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #1B1D30;
}

.category-content p {
    margin-bottom: 20px;
}

/* Destek Sayfası Stilleri */
.support-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 40px;
}

.support-category {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.category-icon {
    flex: 0 0 70px;
    font-size: 36px;
    color: #1B1D30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-contact {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    margin-top: 40px;
}

.support-contact h3 {
    margin-top: 0;
}

.support-contact ul {
    list-style: none;
    padding: 0;
}

.support-contact li {
    margin-bottom: 10px;
}

/* Referanslar Sayfası Stilleri */
.reference-filters {
    margin-bottom: 30px;
    text-align: center;
}

.reference-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.reference-filters li {
    display: inline-block;
    margin: 0 5px;
}

.reference-filters a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: #337ab7;
}

.reference-filters li.active a,
.reference-filters a:hover {
    background-color: #1b1d30;
    color: #fff;
}

.references-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.reference-item {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.reference-logo {
    flex: 0 0 30%;
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.reference-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reference-info {
    flex: 0 0 70%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reference-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
}

.reference-info p {
    flex-grow: 1;
    margin-bottom: 15px;
    color: #666;
    line-height: 1.5;
}

.btn-primary {
    display: inline-block;
    padding: 10px 20px;
    background-color: #337ab7;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    text-align: center;
    margin-top: auto;
}

.btn-primary:hover {
    background-color: #1b1d30;
    color: #fff;
}

/* Tablet görünümü */
@media (max-width: 992px) {
    .reference-item {
        flex: 0 0 calc(100% - 30px);
    }
    
    .reference-logo {
        flex: 0 0 35%;
    }
    
    .reference-info {
        flex: 0 0 65%;
        padding: 15px;
    }
}

/* Mobil görünümü - Basit çözüm */
@media (max-width: 768px) {
    .references-grid {
        display: block; /* Flex yerine block kullan */
    }
    
    .reference-item {
        display: block !important; /* Flex yerine block */
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }
    
    .reference-logo {
        display: block !important;
        width: 100%;
        text-align: center;
        /* padding: 15px; */
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }
    
    .reference-logo img {
        max-height: 80px;
        max-width: 100%;
    }
    
    .reference-info {
        display: block !important;
        width: 100%;
        padding: 15px;
        background-color: #f9f9f9;
    }
    
    .reference-info h3 {
        font-size: 16px;
        margin: 0 0 8px 0;
        display: block !important;
    }
    
    .reference-info p {
        font-size: 14px;
        margin: 0 0 12px 0;
        display: block !important;
    }
    
    .btn-primary {
        padding: 8px 16px;
        font-size: 14px;
        display: inline-block !important;
    }
}

/* Küçük mobil cihazlar */
@media (max-width: 480px) {
    .detail-container {
        padding: 10px;
    }
    
    .reference-filters a {
        padding: 6px 12px;
        font-size: 14px;
    }
    
    .reference-filters li {
        margin: 2px;
    }
    
    .reference-logo {
        /* padding: 10px; */
        min-height: 100px;
    }
    
    .reference-logo img {
        max-height: 100%;
    }
    
    .reference-info {
        padding: 10px;
    }
    
    .reference-info h3 {
        font-size: 15px;
    }
    
    .reference-info p {
        font-size: 13px;
    }
}

.testimonials-preview {
    margin-top: 50px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.testimonial-item {
    max-width: 800px;
    margin: 0 auto 30px;
}

.testimonial-content {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 30px;
}

.testimonial-content:before,
.testimonial-content:after {
    content: '\201C';
    font-size: 60px;
    position: absolute;
    color: #1B1D30;
    opacity: 0.3;
    top: -20px;
    left: 0;
}

.testimonial-content:after {
    content: '\201D';
    left: auto;
    right: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.author-info h4 {
    margin: 0;
    font-size: 18px;
}

.author-info p {
    margin: 5px 0 0;
    color: #666;
}

/* Distribütörlük Sayfası Stilleri */
.benefits-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.benefit-item {
    flex: 0 0 calc(33.333% - 30px);
    margin: 15px;
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    flex: 0 0 50px;
    font-size: 30px;
    color: #1B1D30;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-content {
    flex: 1;
    padding-left: 15px;
}

.benefit-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

.distributor-requirements,
.distributor-process,
.distributor-cta,
.distributor-map {
    margin-top: 40px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 30px;
}

.process-steps {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.process-step {
    flex: 0 0 calc(20% - 30px);
    margin: 15px;
    text-align: center;
    position: relative;
}

.process-step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 30px;
    right: -30px;
    width: 30px;
    height: 2px;
    background-color: #ddd;
}

.step-number {
    width: 60px;
    height: 60px;
    background-color: #1B1D30;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.map-container {
    margin: 20px 0;
}

.map-container img {
    max-width: 100%;
    border-radius: 8px;
}

/* Blog Sayfası Stilleri */
.blog-container {
    display: flex;
    flex-wrap: wrap;
}

.blog-main {
    flex: 0 0 70%;
    padding-right: 30px;
}

.blog-sidebar {
    flex: 0 0 30%;
}

.blog-post {
    margin-bottom: 50px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.post-image {
    position: relative;
}

.post-image img {
    width: 100%;
    height: auto;
}

.post-date {
    position: absolute;
    bottom: 0;
    left: 20px;
    transform: translateY(50%);
    background-color: #1B1D30;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    text-align: center;
}

.post-date .day {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.post-date .month,
.post-date .year {
    display: block;
    font-size: 14px;
}

.post-content {
    padding: 30px;
    padding-top: 5px;
}

.post-content h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

.post-content h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-content h3 a:hover {
    color: #1B1D30;
}

.post-meta {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta i {
    margin-right: 5px;
    color: #1B1D30;
}

.post-meta a {
    color: #666;
    text-decoration: none;
}

.post-meta a:hover {
    color: #1B1D30;
}

.pagination {
    margin-top: 30px;
    text-align: center;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.pagination li {
    display: inline-block;
    margin: 0 3px;
}

.pagination a {
    /* display: block; */
    /* width: 40px; */
    /* height: 40px; */
    /* line-height: 40px; */
    /* text-align: center; */
    /* background-color: #f5f5f5; */
    /* color: #333; */
    /* text-decoration: none; */
    /* border-radius: 4px; */
    /* transition: all 0.3s ease; */
}

.pagination li.active a,
.pagination a:hover {
    background-color: #1B1D30;
    color: #fff;
}

.sidebar-widget {
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-widget h3 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.search-widget form {
    display: flex;
}

.search-widget input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.search-widget button {
    padding: 10px 15px;
    background-color: #1B1D30;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.categories-widget ul,
.archive-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories-widget li,
.archive-widget li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.categories-widget a,
.archive-widget a {
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.categories-widget a:hover,
.archive-widget a:hover {
    color: #1B1D30;
}

.categories-widget span,
.archive-widget span {
    background-color: #eee;
    border-radius: 20px;
    padding: 2px 8px;
    font-size: 12px;
    color: #666;
}

.popular-posts-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popular-posts-widget li {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.popular-posts-widget li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.post-thumb {
    flex: 0 0 80px;
    margin-right: 15px;
}

.post-thumb img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.post-info h4 {
    margin: 0 0 5px;
    font-size: 16px;
}

.post-info h4 a {
    color: #333;
    text-decoration: none;
}

.post-info h4 a:hover {
    color: #1B1D30;
}

.post-info span {
    font-size: 12px;
    color: #666;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.tags a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eee;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    transition: all 0.3s ease;
}

.tags a:hover {
    background-color: #1B1D30;
    color: #fff;
}

/* İletişim Sayfası Stilleri */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.contact-info {
    flex: 0 0 40%;
    padding-right: 30px;
}

.contact-form {
    flex: 0 0 60%;
}

.info-box {
    display: flex;
    margin-bottom: 30px;
}

.info-icon {
    flex: 0 0 50px;
    height: 25px;
    width: 25px;
    /* background-color: #1B1D30; */
    color: #242121;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    margin-right: -1px;
}

.info-content h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

.social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.social-media li {
    margin-right: 10px;
}

.social-media a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1B1D30;
    color: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.social-media a:hover {
    background-color: #003d7a;
    transform: translateY(-3px);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #1B1D30;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
}

.checkbox-group input {
    width: auto;
    margin-right: 10px;
    margin-top: 5px;
}

.map-container {
    margin-top: 50px;
}

.map-container iframe {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.branches {
    margin-bottom: 50px;
}

.branches-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.branch-item {
    flex: 0 0 calc(50% - 30px);
    margin: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.branch-header {
    background-color: #1B1D30;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.branch-header h3 {
    margin: 0;
}

.branch-content {
    padding: 20px;
}

.branch-content p {
    margin-bottom: 10px;
}

/* Responsive Düzenlemeler */
@media (max-width: 992px) {
    .blog-main {
        flex: 0 0 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .blog-sidebar {
        flex: 0 0 100%;
    }
    
    .contact-info,
    .contact-form {
        flex: 0 0 100%;
    }
    
    .contact-info {
        margin-bottom: 40px;
        padding-right: 0;
    }
    
    .benefit-item,
    .branch-item {
        flex: 0 0 calc(50% - 30px);
    }
    
    .process-step {
        flex: 0 0 calc(33.333% - 30px);
    }
    
    .process-step:nth-child(3):after {
        display: none;
    }
}

@media (max-width: 768px) {
    .product-category,
    .reference-item {
        flex-direction: column;
    }
    
    .category-image,
    .reference-logo {
        flex: 0 0 100%;
    }
    
    .category-content,
    .reference-info {
        flex: 0 0 100%;
    }
    
    .support-category {
        flex: 0 0 calc(100% - 30px);
    }
    
    .benefit-item,
    .branch-item {
        flex: 0 0 calc(100% - 30px);
    }
    
    .process-step {
        flex: 0 0 calc(50% - 30px);
    }
    
    .process-step:nth-child(2):after {
        display: none;
    }
}

@media (max-width: 576px) {
 
    .process-step {
        flex: 0 0 calc(100% - 30px);
    }
    
    .process-step:after {
        display: none;
    }
}


.bottom-container .header-flex-container .item-right .search-location .location span {
    cursor: pointer;
}

.white {
    color: #fff !important;
}


.detail-text p img {
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom:10px;
}

.detail-text p  {
   text-align:justify;
}


                        /* Ana Video Galeri Kapsayıcısı */

.video-galeri-kapsayici {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding: 20px 0;
}

.video-galeri-kapsayici > * {
    margin: 0 12.5px; /* 25px gap simülasyonu */
}

/* Her Bir Video Kutusu (Çerçeve ve Gölge) */
.video-kutu {
    /* Esnek öğe ayarları: 3 sütunlu düzen için */
    flex: 1 1 calc(33.333% - 25px); /* 33.333% genişlik, eksi gap boşluğu */
    max-width: calc(33.333% - 25px); /* Maksimum genişlik sınırı */
    box-sizing: border-box; /* Padding ve border'ı genişliğe dahil eder */

    border: 1px solid #e0e0e0; /* Açık gri zarif çerçeve */
    border-radius: 10px; /* Yuvarlak köşeler */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Derinlik veren hafif gölge */
    background-color: #ffffff; /* Kutunun beyaz arka planı */
    overflow: hidden; /* İçeriğin yuvarlak köşelerden taşmasını engeller */
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; /* Hover efekti için geçiş */
    display: flex; /* İçerik (video ve başlık) dikey hizalama için flexbox */
    flex-direction: column; /* İçeriği dikey sırala */
    margin-bottom: 20px;
}

.video-kutu:hover {
    transform: translateY(-5px); /* Hover'da hafif yukarı kayma */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Hover'da daha belirgin gölge */
}

/* Video Çerçeveleyici (Responsive Oran Koruma) */
.video-cevreleyici {
    position: relative; /* İçindeki iframe'i konumlandırmak için */
    width: 100%; /* Kapsayıcısının genişliğinin tamamını kaplar */
    height: 0; /* Oranı korumak için başlangıçta yükseklik 0 */
    padding-bottom: 56.25%; /* 16:9 oranını korur (yükseklik/genişlik = 9/16 = 0.5625) */
    background-color: #1b1d30; /* Video yüklenirken veya boşken arka plan */
}

.video-cevreleyici iframe {
    position: absolute; /* Kapsayıcıya göre konumlandırma */
    top: 0;
    left: 0;
    width: 100%; /* Kapsayıcısının genişliğinin tamamını kaplar */
    height: 100%; /* Kapsayıcısının yüksekliğinin tamamını kaplar */
    border: none; /* iframe'in kendi varsayılan çerçevesini kaldır */
}

/* Video Başlık Alanı */
.video-baslik {
    padding: 15px; /* Başlık etrafında boşluk */
    text-align: left; /* Başlığı sola hizala */
    border-top: 1px solid #f0f0f0; /* Başlık ile video arasına ince çizgi */
    flex-grow: 1; /* Başlık alanının esnemesini sağlar (eğer içerik uzunsa) */
    display: flex; /* Başlık metnini dikeyde ortalamak için */
    align-items: center; /* Dikeyde ortala */
}

.video-baslik h6 {
    margin: 0; /* Varsayılan marginleri kaldır */
    color: #333; /* Başlık rengi */
    font-size: 1.1em; /* Başlık font boyutu */
    line-height: 1.4;
}

/* Duyarlılık İçin Media Sorguları */
@media (max-width: 992px) {
    .video-kutu {
        flex: 1 1 calc(50% - 25px); /* Tabletler için 2 sütun */
        max-width: calc(50% - 25px);
    }
}

@media (max-width: 768px) {
    .video-galeri-kapsayici {
        gap: 15px; /* Mobil için daha az boşluk */
        padding: 15px 0;
    }
    .video-kutu {
        flex: 1 1 100%; /* Mobil cihazlar için tam genişlik (1 sütun) */
        max-width: 100%;
        margin-left: auto; /* Ortalamak için */
        margin-right: auto; /* Ortalamak için */
    }
    .video-baslik h6 {
        font-size: 1em; /* Mobil için başlık font boyutu */
    }
}


.distributor-table {
  width: 100%; /* Tablonun tamamını kaplamasını sağlar */
  border-collapse: collapse; /* Hücre kenarlıklarını birleştirir */
  margin: 20px 0; /* Tablonun üstünde ve altında boşluk bırakır */
  font-family: Arial, sans-serif; /* Okunabilir bir font */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Hafif bir gölge efekti */
  border-radius: 8px; /* Köşeleri hafifçe yuvarlar */
  overflow: hidden; /* Yuvarlatılmış köşelerden içeriğin taşmasını engeller */
}

.distributor-table thead {
  background-color: #f0f0f0; /* Başlık satırının arka plan rengi */
}

.distributor-table th {
  padding: 12px 15px; /* Başlık hücreleri için iç boşluk */
  text-align: left; /* Başlık metnini sola hizalar */
  border-bottom: 2px solid #ddd; /* Başlık altında kalın çizgi */
  color: #333; /* Başlık metin rengi */
  font-weight: bold;
}

.distributor-table td {
  padding: 10px 15px; /* Veri hücreleri için iç boşluk */
  border-bottom: 1px solid #eee; /* Veri hücreleri arasında ince çizgi */
  color: #555; /* Veri metin rengi */
}

/* Her ikinci satıra farklı renk vererek okunabilirliği artırır */
.distributor-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Satırların üzerine gelindiğinde (hover) arka plan rengini değiştirme */
.distributor-table tbody tr:hover {
  background-color: #f0f8ff; /* Açık mavi tonu */
  cursor: pointer; /* Fare imlecini el olarak değiştirir */
}

/* Mobil cihazlar için duyarlılık */
@media (max-width: 600px) {
  .distributor-table, .distributor-table thead, .distributor-table tbody, .distributor-table th, .distributor-table td, .distributor-table tr {
    display: block; /* Mobil için her elemanı blok olarak göster */
  }

  .distributor-table thead tr {
    position: absolute; /* Başlıkları gizle */
    top: -9999px;
    left: -9999px;
  }

  .distributor-table tr {
    border: 1px solid #eee; /* Her satıra mobil görünümde çerçeve ver */
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
  }

  .distributor-table td {
    border: none; /* Mobil görünümde hücre kenarlıklarını kaldır */
    border-bottom: 1px solid #eee; /* Sadece alt çizgi kalsın */
    position: relative;
    padding-left: 50%; /* İçeriğin yanına başlıkları taşıma için boşluk */
    text-align: right; /* İçeriği sağa hizala */
  }

  .distributor-table td:before {
    position: absolute; /* Başlığı veri öncesine ekle */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    color: #333;
  }

  /* Her bir veri hücresi için "data-label" kullanarak başlıkları otomatik ekle */
  .distributor-table td:nth-of-type(1):before { content: "Ülke"; }
  .distributor-table td:nth-of-type(2):before { content: "Firma"; }
}


.comment-author {
  display: flex; /* İçindeki öğeleri esnek kutu olarak yan yana dizer */
  align-items: center; /* Öğeleri dikeyde ortalar (cite, img, span aynı hizada olur) */
  justify-content: space-between; /* İlk öğeyi (img + cite) sola, son öğeyi (span) sağa iter */
  /* Veya sadece .comment-date'i sağa itmek için: */
  /* justify-content: flex-start; /* Varsayılan */
  /* margin-left: auto; /* Bunu .comment-date'e uygula */
}

/* Yazar adının ve avatarın kapsayıcısı */
.comment-author .avatar {
  /* Gerekli stil ayarları (boyut, kenar boşluğu vb.) */
  margin-right: 10px; /* Avatar ile yazar adı arasında boşluk */
}

/* Yazar adı */
.comment-author .fn {
  margin-right: auto; /* Kendisinden sonra gelen .comment-date'i sağa iter */
}

/* Tarih */
.comment-author .comment-date {
  white-space: nowrap; /* Tarihin tek satırda kalmasını sağlar */
  color: #777; /* Hafif bir renk */
  font-size: 0.9em; /* Biraz daha küçük font */
  margin-left: 20px; /* Yazar adı ile tarih arasında biraz boşluk */
}



.logos {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.logos img {
    max-height: 50px; /* Logo boyutları */
    object-fit: contain;
    border: 1px solid #efefef;
    border-radius: 10px;
}

.logos img:hover {
    border: 1px solid #1B1D30;
    cursor: pointer;

}


.partner-logos {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    align-items: center;
}

.partner-logos img {
    max-height: 60px;
    object-fit: contain;
}


/* Statistics Section */
.statistics-section {
    background-color: #1B1D30; /* Koyu lacivert */
    padding: 0px 0;
    margin-top: 40px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.statistics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
}


@media (max-width: 768px) {
  .statistics-grid {
    grid-template-columns: 1fr; /* Tüm elemanlar alt alta */
    padding: 20px 15px; /* Daha dar padding */
    gap: 15px;
  }
  .stats-box.what-we-did {
    margin-bottom: 0px !important;
    }
}

/* İstersen tablet için 2 kolonlu ara bir çözüm de ekleyebilirsin: */
@media (min-width: 769px) and (max-width: 1024px) {
  .statistics-grid {
    grid-template-columns: 1fr 1fr;
  }
  .stats-box.what-we-did {
    margin-bottom: 0px !important;
    }
}

.stats-box {
    background-color: rgba(255, 255, 255, 0.1); /* Hafif şeffaf beyaz */
    
    padding: 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stats-box.what-we-did {
    background-color: transparent; /* Özel stil için */
    text-align: left;
    align-items: flex-start;
    padding-left: 0;
    margin-bottom: -130px;
}

.stats-box.what-we-did h3 {
    font-size: 2.5em;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.stats-box.what-we-did h3 span {
    font-size: 30px;
    line-height: 1.1;
    margin: 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #1D8BCC;
}

.stats-box .label {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #1D8BCC;

}

.stats-box .number {
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff; /* Turuncu renk */
}

.stats-box .description {
    font-size: 1.1em;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600;
}



   .page-flex-bottom {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
}

.sayron-title {
    font-size: 32px;
    font-weight: 700;
    color: #AFB8BF;
    margin-bottom: 20px;
    position: relative;
}

.sayron-title-big {
    font-size: 45px;
    font-weight: 900;
    color: #AFB8BF;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
}

.sayron-title span {
    color: #015986;
}

.sayron-logos {
        margin-top: 20px;
    }

.sayron_button {
    border: 1px solid #efefef;
    cursor: pointer;
    height: 50px;
    width: 200px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #1b1d30;
}

.sayron_button img {
    max-height: 40px;
    object-fit: contain;
}

a.sayron_button:hover {
    border: 1px solid #1B1D30;
    cursor: pointer;
}

.item-right-social {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex-direction: row;
}

.item-right-social a {
    max-height: 50px;
    object-fit: contain;
    border: 1px solid #efefef;
    border-radius: 10px;
    height: 80px;
    width: 50px;
    background-color: #4186be;
}

.item-right-social a:hover {
    background-color: #1b1d30;
}

.item-right-social img {
    width: 25px;
    text-align: center;
    border-radius: 0px;
    margin: 12px 12px;
    height: 25px;
}

.sayron_list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.sayron_list li {
    background-color: #f0f2f5;
    color: #333;
    font-size: 1.1em;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.sayron_list li:hover {
    background-color: #002e6d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive Düzenlemeler */

/* Genel Responsive Ayarlar */
@media (max-width: 992px) {
    .page-flex-bottom {
        flex-direction: column;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .sayron-title,
    .sayron-title-big {
        font-size: 28px;
        margin-top: 0;
        margin-bottom: 15px;
        text-align: center;
    }

    .sayron-title-big {
        font-size: 38px;
    }

    .sayron_button {
        width: 180px;
        height: 45px;
        padding: 12px;
    }

    .item-right-social {
        justify-content: center;
        margin-top: 20px;
        flex-wrap: wrap; /* Sosyal medya ikonları küçük ekranlarda sığmazsa alt satıra geçsin */
    }

    .item-right-social a {
        height: 70px;
        width: 45px;
    }

    .item-right-social img {
        width: 22px;
        height: 22px;
        margin: 10px 10px;
    }
}

@media (max-width: 768px) {
    .sayron-title {
        font-size: 24px;
    }

    .sayron-title-big {
        font-size: 32px;
    }

    .sayron_button {
        width: 160px;
        height: 40px;
        padding: 10px;
    }

    .sayron_button img {
    max-height: 30px;
    object-fit: contain;
}

    .sayron_list {
        justify-content: center;
    }

    .sayron_list li {
        font-size: 1em;
        padding: 8px 12px;
        white-space: normal;
        text-align: center;
    }

    .item-right-social a {
        height: 60px;
        width: 40px;
    }

    .item-right-social img {
        width: 20px;
        height: 20px;
        margin: 8px 8px;
    }
}

@media (max-width: 480px) {
    .sayron-title {
        font-size: 20px;
    }

    .sayron-title-big {
        font-size: 28px;
    }

    .page-flex-bottom {
        gap: 20px;
    }

    .sayron_button img {
        max-height: 30px;
        object-fit: contain;
    }


    .sayron_button {
        width: 140px;
        height: 35px;
        padding: 8px;
        font-size: 0.9em;
    }

    .sayron_list li {
        font-size: 0.9em;
        padding: 6px 10px;
    }

    .item-right-social {
        gap: 8px;
    }

    .item-right-social a {
        height: 35px;
        width: 35px;
    }

    .item-right-social img {
        width: 18px;
        height: 18px;
        margin: 6px 6px;
    }
}




 .company-header {
            background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
            color: white;
            border-radius: 20px;
            padding: 2rem;
            margin-bottom: 0;
            margin-top: 30px;
        }
        
        .company-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 1rem;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
        }
        
        .company-info {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 10px;
            padding: 1rem;
            margin-top: 1rem;
        }
        
        .info-item {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        
        .info-item i {
            width: 20px;
            margin-right: 10px;
        }
        
        .table-container {
            /* padding: 2rem; */
        }
        
        .section-title {
            color: #2c3e50;
            font-weight: 600;
            margin-bottom: 1.5rem;
            padding-bottom: 0.5rem;
            border-bottom: 3px solid #3498db;
            display: flex;
            align-items: center;
            margin-top: 30px;
        }
        
        .section-title i {
            margin-right: 10px;
            color: #3498db;
        }
        
        .bank-table {
            background: #e9f5fd6e;
            border-radius: 15px;
            overflow: hidden;
            /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
            margin-bottom: 2rem;
            margin-top: 30px;
        }
        
        .bank-table th {
            background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
            color: white;
            font-weight: 600;
            padding: 1rem;
            border: none;
            text-align: center;
        }
        
        .bank-table td {
            padding: 0.8rem;
            border-color: #e9ecef;
            vertical-align: middle;
            text-align: center;
        }
        
        .bank-table tbody tr:hover {
            background-color: #f8f9fa;
            transform: scale(1.01);
            transition: all 0.3s ease;
        }
        
        .currency-badge {
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .currency-tl {
            background: #e74c3c;
            color: white;
        }
        
        .currency-usd {
            background: #27ae60;
            color: white;
        }
        
        .currency-eur {
            background: #f39c12;
            color: white;
        }
        
        .iban-code {
            font-family: 'Courier New', monospace;
            font-size: 1.2rem;
            background: #f8f9fa;
            padding: 0.3rem 0.5rem;
            border-radius: 5px;
            border: 1px solid #dee2e6;
        }
        
        .swift-info {
            background: linear-gradient(135deg, #8e44ad 0%, #9b59b6 100%);
            color: white;
            border-radius: 15px;
            padding: 1.5rem;
            margin-top: 1rem;
        }
        
        .swift-info h5 {
            margin-bottom: 1rem;
            font-weight: 600;
        }
        
        .swift-detail {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 8px;
            padding: 0.5rem;
            margin-bottom: 0.5rem;
            display: flex;
            justify-content: space-between;
        }
        
        .copy-btn {
            font-size: 0.7rem;
            padding: 0.2rem 0.5rem;
            border-radius: 15px;
        }
        
        @media (max-width: 768px) {
            .company-title {
                font-size: 1.2rem;
            }
            
            .table-responsive {
                font-size: 0.8rem;
            }
        }