:root {
    --subtitle-fs: 18px;
    --h1--fs:52px;
    --h2--fs:36px;
    --h3--fs:24px;
    --h4--fs:20px;
    --h5--fs:18px;
    --p-fs:16px;
    --section-title-fs: 36px;

    --mobile-subtitle-fs: 16px;
    --mobile-h1-fs: 28px;
    --mobile-h2-fs: 24px;
    --mobile-h3-fs: 20px;
    --mobile-h4-fs: 18px;
    --mobile-h5-fs: 16px;
    --mobile-p-fs: 16px;
    --mobile-a-fs: 14px;
    --mobile-section-title-fs: 24px;
}

.hero__sub-title {
    font-size: var(--subtitle-fs) !important;
}

.section-title {
    font-size: var(--section-title-fs) !important;
}

h5 {
    font-size: var(--h5--fs) !important;
}

h1 {
    font-size: var(--h1--fs) !important;
}

h2 {
    font-size: var(--h2--fs) !important;
}

h3 {
    font-size: var(--h3--fs) !important;
}

h4 {
    font-size: var(--h4--fs) !important;
}

p {
    font-size: var(--p-fs) !important;
}

.h1-fs {
    font-size: var(--h1--fs) !important;
}

.h2-fs {
    font-size: var(--h2--fs) !important;
}

.h3-fs {
    font-size: var(--h3--fs) !important;
}

.h4-fs {
    font-size: var(--h4--fs) !important;
}

.h5-fs {
    font-size: var(--h5--fs) !important;
}

.subtitle-fs {
    font-size: var(--subtitle-fs) !important;
}

.p-fs {
    font-size: var(--p-fs) !important;
}

.small-fs {
    font-size: 14px !important;
}

@media (max-width: 768px) {
    .subtitle-fs {
        font-size: var(--mobile-subtitle-fs) !important;
    }
    .h1-fs {
        font-size: var(--mobile-h1-fs) !important;
    }
    .h2-fs {
        font-size: var(--mobile-h2-fs) !important;
    }
    .h3-fs {
        font-size: var(--mobile-h3-fs) !important;
    }
    .h4-fs {
        font-size: var(--mobile-h4-fs) !important;
    }
    .h5-fs {
        font-size: var(--mobile-h5-fs) !important;
    }
    .p-fs {
        font-size: var(--mobile-p-fs) !important;
    }
    .section-title {
        font-size: var(--mobile-section-title-fs) !important;
    }
    h1 {
        font-size: var(--mobile-h1-fs) !important;
    }
    h2 {
        font-size: var(--mobile-h2-fs) !important;
    }
    h3 {
        font-size: var(--mobile-h3-fs) !important;
    }
    h4 {
        font-size: var(--mobile-h4-fs) !important;
    }
    h5 {
        font-size: var(--mobile-h5-fs) !important;
    }
    p {
        font-size: var(--mobile-p-fs) !important;
    }
    a {
        font-size: var(--mobile-a-fs) !important;
    }
    .testimonial-content {
        min-height: 480px !important;
    }
    .hero__title-2, .hero__sub-title {
        padding-bottom: 10px !important;
    }
}

.service__item-3 {
    grid-gap: 0 !important;
}

/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Scroll offset adjustment for fixed header */
.scroll-target {
    scroll-margin-top: 100px;
}

.hero__title-2 {
    line-height: 1.06;
    font-size: 52px;
    padding-bottom: 35px;
}

.hero__sub-title {
    padding-bottom: 35px;
}
.card h5 {
    color: #1d18af;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}

.card p {
    font-size: 20px;
}

.underline {
    width: 80%;
    height: 3px;
    margin: 0 auto 20px;
    background: linear-gradient(to right, rgba(0, 86, 163, 0), #1d18af, rgba(0, 86, 163, 0));
}

.card .icon {
    font-size: 30px;
    color: #aaa;
    margin-top: 20px;
}

.card {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: .4s all;
    border-color: #f3f3f3;
}

.card:hover {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.card-container {
    background-size: cover;
    height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
}

.card-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 15%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0) 70%,
    rgba(255, 255, 255, 0.8) 85%,
    rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    pointer-events: none;
}

.card-container .row {
    z-index: 3;
    width: 100%;
}

.solution-section {
    padding: 50px 20px;
}

@media (max-width: 768px) {
    .solution-section {
        padding: 50px 0;
        overflow: hidden;
    }
}


.solution-card {
    height: 100%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    background-color: #fcfbfc;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.solution-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.solution-title {
    font-weight: bold;
    font-size: 24px;
    color: #1d18af;
    margin: 15px auto 8px auto;
}

.solution-desc {
    font-size: 18px;
    color: #333;
}

/* blogs Page Styles */
.blogs-section {
    padding: 50px 0;
}

.blogs-grid {
    margin-top: 30px;
}

.resource-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.resource-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.resource-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.resource-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.resource-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.resource-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.resource-excerpt {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.resource-read-more {
    color: #1d18af;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.resource-read-more:hover {
    color: #003d73;
    text-decoration: none;
}

.resource-read-more i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.resource-read-more:hover i {
    transform: translateX(3px);
}

.section-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

/* Breadcrumb Styles */
.breadcrumb-section {
    margin-top: 76px;
    font-weight: 400;
}

.breadcrumb-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.breadcrumb-content .breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6c757d;
    margin: 0 10px;
}

.breadcrumb-item a {
    color: var(--primary);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb-item a:hover {
    color: var(--primary-dark);
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #6c757d;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 1.2;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.meta-item i {
    color: var(--primary);
}

@media (max-width: 768px) {
    .breadcrumb-section {
        margin-top: 76px;
        padding-top: 20px;
    }
    
    .breadcrumb-card {
        padding: 15px;
        border-radius: 8px;
        margin: 0 10px;
    }
    
    .breadcrumb-content .breadcrumb {
        font-size: 12px;
        flex-wrap: wrap;
    }
    
    .breadcrumb-item {
        margin-bottom: 5px;
    }
    
    .breadcrumb-item + .breadcrumb-item::before {
        margin: 0 5px;
        font-size: 10px;
    }
    
    .breadcrumb-item.active {
        font-weight: 600;
        color: #333;
        word-break: break-word;
        line-height: 1.3;
    }
}

@media (max-width: 576px) {
    .breadcrumb-card {
        margin: 0 5px;
        padding: 12px;
    }
    
    .breadcrumb-content .breadcrumb {
        font-size: 11px;
    }
    
    .breadcrumb-item.active {
        display: block;
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #e9ecef;
        font-size: 13px;
    }
    
    .breadcrumb-item.active::before {
        display: none;
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 86, 163, 0.3);
}

.back-to-top:hover {
    background: var(--primary-dark, #003d75);
    box-shadow: 0 6px 20px rgba(0, 86, 163, 0.4);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top i {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.back-to-top:hover i {
    transform: translateY(-2px);
}

/* Mobil için responsive */
@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
    
    .back-to-top i {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
    }
    
    .back-to-top i {
        font-size: 14px;
    }
}

/* 404 Error Page Styles */
.error-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.error-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-number h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 0;
    background: linear-gradient(45deg, var(--primary), #007bff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.error-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1.5rem;
}

.error-description {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
}

.search-input {
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #e9ecef;
    border-radius: 50px 0 0 50px;
}

.search-input:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.search-btn {
    padding: 15px 25px;
    border-radius: 0 50px 50px 0;
    border: 2px solid var(--primary);
    background: var(--primary);
}

.search-btn:hover {
    background: var(--primary-dark, #003d75);
    border-color: var(--primary-dark, #003d75);
}

.help-card {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.help-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.help-icon {
    width: 80px;
    height: 80px;
    background: rgba(33, 27, 200, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.help-icon i {
    font-size: 2rem;
}

.help-card h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.help-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.help-links li {
    margin-bottom: 10px;
}

.help-links a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
}

.help-links a:hover {
    color: var(--primary);
    text-decoration: none;
    transform: translateX(5px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .error-number h1 {
        font-size: 6rem;
    }
    
    .error-title {
        font-size: 2rem;
    }
    
    .error-description {
        font-size: 1rem;
    }
    
    .search-input {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .search-btn {
        padding: 12px 20px;
    }
    
    .help-card {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .help-icon {
        width: 60px;
        height: 60px;
    }
    
    .help-icon i {
        font-size: 1.5rem;
    }
}

/* Article Detail Page Styles - Legacy (kept for compatibility) */
.article-section {
    padding: 30px 0;
}

.article-content {
    background: #fff;
    border-radius: 8px;
    padding: 0;
}

.article-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}



.article-meta i {
    margin-right: 5px;
    color: #1d18af;
}

.article-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.article-body h2 {
    color: #000;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}

.article-body h3 {
    color: #000;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.article-body h1 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000;
}

.article-body p {
    margin-bottom: 20px;
    font-weight: 400;
}

.article-body ul, .article-body ol {
    margin-bottom: 20px;
}

.article-body li {
    margin-bottom: 8px;
    font-weight: 400;
}

.btn-back {
    color: #1d18af;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-back:hover {
    color: #003d73;
    text-decoration: none;
}

.btn-back i {
    margin-right: 8px;
}

.article-rating {
    display: flex;
    gap: 10px;
}

.rating-btn {
    color: #ccc;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.rating-btn:hover {
    color: #1d18af;
    text-decoration: none;
}

.related-articles {
    background: #f8f9fa;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .resource-card {
        margin-bottom: 20px;
    }
    
    .resource-title {
        font-size: 18px;
    }
    
    .resource-excerpt {
        font-size: 13px;
    }
    
    .blogs-section {
        padding: 50px 0;
    }
    
    .article-content {
        padding: 25px;
    }
    
    .article-body h2 {
        font-size: 22px;
    }
    
    .article-body h3 {
        font-size: 18px;
    }
    
    .article-body {
        font-size: 15px;
    }
}

.solutions-swiper .swiper-wrapper {
    align-items: stretch;
}

.solutions-swiper {
    padding-bottom: 30px;
    overflow: hidden;
}

.swiper-slide.solution-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    transition: transform 0.3s;
    scroll-snap-align: start;
}

.swiper-slide.solution-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.solutions-prev,
.solutions-next {
    position: absolute;
    color: #1d18af;
    top: 64%;
    transform: translateY(-50%);
}



/* Mobil görünüm için */
@media (min-width: 768px) {
    .solutions-prev {
        left: 10%;
    }

    .solutions-next {
        right: 10%;
    }
}



.service__item-3 {
    padding: 0 !important;
}

.image-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.img-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.5);
    transition: .3s all;
}

.service__item-3:hover .img-full {
    filter: grayscale(0);
}

@media (max-width: 576px) {
    .card-container {
        height: 100%;
        padding: 0;
    }

}

h2.crm-title__heading {
    font-size: 2.5rem;
    color: #000;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: bold;
    padding-bottom: 15px;
}

h2.crm-title__heading:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 60px;
    background: linear-gradient(to right, #1d18af, #00a0e9);
}

.text-center h2.crm-title__heading:after {
    left: 50%;
    transform: translateX(-50%);
}

h3.title {
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.process__area.blur-bg2 {
    margin-top: 50px;
    padding: 50px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(37, 37, 37, 0.1);
    transition: all 0.3s ease;
}

.process__area.blur-bg2:hover {
    box-shadow: 0 8px 25px rgba(0, 86, 163, 0.15);
    transform: translateY(-5px);
}

.process__title p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #000 !important;
}

.custom-title h3.title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 2rem;
}

/* İkinci Section - Değerlerimiz */
.crm-feature {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.crm-feature .row {
    position: relative;
    z-index: 2;
}

.pos-rel {
    position: relative;
}

.mt-none-30 {
    margin-top: -30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.crm-feature__item {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid #1d18af;
}

.crm-feature__item:hover {
    box-shadow: 0 10px 25px rgba(0, 86, 163, 0.15);
}

.crm-feature__item h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.crm-feature__item p {
    color: #000;
    margin-bottom: 0;
}

.ul_li_between {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

/* Şekiller */
.crm-feature__shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
}

.shape {
    position: absolute;
    z-index: -1;
}

.shape--1 {
    top: 10%;
    left: 5%;
}

.shape--2 {
    bottom: 10%;
    right: 5%;
}

.shape--3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Üçüncü Section - Açık Pozisyonlar */
.process {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.crm-title.text-center {
    margin-bottom: 40px;
}

.process__app-item {
    background: #fff;
    border-radius: 8px;
    padding: 40px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
    border-top: 5px solid #1d18af;
}

.process__app-item:hover {
    box-shadow: 0 15px 30px rgba(0, 86, 163, 0.1);
}

.process__title h3.title {
    font-size: 1.6rem;
    margin-bottom: 0;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thm-btn {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-align: center;
}

.thm-btn--gradient.style-2 {
    background: linear-gradient(to right, #1d18af, #007bff);
    color: #fff;
    border: none;
}

.thm-btn--gradient.style-2:hover {
    background: linear-gradient(to right, #007bff, #1d18af);
    box-shadow: 0 5px 15px rgba(0, 86, 163, 0.3);
}

.mt-20 {
    margin-top: 20px;
}

.g-38 {
    --bs-gutter-x: 38px;
}

/* Duyarlı Tasarım */
@media (max-width: 991px) {
    .crm-title {
        text-align: center;
        margin-bottom: 30px;
    }

    h2.crm-title__heading:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .ul_li_between {
        flex-direction: column;
    }

    .crm-feature__item, .process__app-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    h2.crm-title__heading {
        font-size: 2rem;
    }

    h3.title {
        font-size: 1.5rem;
    }

    .process__area.blur-bg2 {
        padding: 30px 20px;
    }

    .process__title p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    h2.crm-title__heading {
        font-size: 1.8rem;
    }

    .process__app-item, .crm-feature__item {
        padding: 25px 15px;
    }
}

.blog-single {
    background-color: #fff;
    padding: 60px 0 30px;
    position: relative;
}

.blog-single::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #000, #333, #000);
}

.blog-single__wrap {
    background-color: #fff;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
}

.blog-single__content {
    position: relative;
    z-index: 2;
}

/* Text color override - changing white to black */
.blog-single h3.text-white,
.blog-single p.text-white,
.blog-single ul li {
    color: #000 !important; /* Override the text-white class */
}

.blog-single h3.text-white {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.blog-single h3.text-white::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, #000, #555);
}

.blog-single p.text-white {
    font-size: 16px;
    line-height: 1.7;
    color: #333 !important;
}

.blog-single ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.blog-single ul li {
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    color: #000 !important;
}

.blog-single ul li:last-child {
    border-bottom: none;
}

.blog-single ul li:hover {
    transform: translateX(5px);
}

.blog-single ul li i {
    position: absolute;
    left: 0;
    top: 14px;
    color: #000;
    transition: all 0.3s ease;
}

.blog-single ul li:hover i {
    color: #333;
}

.mr-5 {
    margin-right: 5px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-100 {
    margin-top: 100px;
}


.apply {
    background-color: #f9f9f9;
    border-left: 4px solid #000;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.apply p {
    margin-bottom: 0;
    color: #333 !important;
}

.apply a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    border-bottom: 1px dashed #333;
}

.apply a:hover {
    color: #555;
}


/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .blog-single__wrap {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .blog-single h3.text-white {
        font-size: 22px;
    }

    .blog-single p.text-white {
        font-size: 15px;
    }

    .blog-single ul li {
        font-size: 14px;
    }
    .hero__title-2 {
        font-size: 1.75rem;
    }
    .main-logo {
        height: 27px !important;
    }
}

@media (max-width: 480px) {
    .blog-single__wrap {
        padding: 25px 15px;
    }

    .blog-single h3.text-white {
        font-size: 20px;
    }
}

.main-logo {
    height: 32px;
}

.logo_customers-top {
    max-height: 3.1vw;
    margin: 15px 0;
}

.inverse {
    -webkit-filter: grayscale(0%) invert(0) brightness(2.75);
    filter: grayscale(0%) invert(0) brightness(2.75);
}

.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
}
.alert-success {
    background-color: #28a745;
}
.alert-error {
    background-color: #dc3545;
}

.qec-cards {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .qec-cards {
        margin-top: 25px;
        padding-top: 0 !important;
    }
    
    /* Solution kartlarının mobil sıralaması: 2-3-1-4 */
    .solution-section .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .solution-card-1 {
        order: 3; /* Damage Prevention → 3. sıra */
    }
    
    .solution-card-2 {
        order: 1; /* Defect Prevention → 1. sıra */
    }
    
    .solution-card-3 {
        order: 2; /* End of Line → 2. sıra */
    }
    
    .solution-card-4 {
        order: 4; /* Nitronext → 4. sıra (değişmiyor) */
    }
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.how-it-works-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.step-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    min-width: 200px;
    max-width: 280px;
}

@media (min-width: 767px) {
    .step-card {
        min-height: 340px;
    }
}

.step-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.step-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.step-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1d18af;
    margin-bottom: 15px;
    line-height: 1.3;
}

.step-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

.step-arrow {
    font-size: 24px;
    color: #007bff;
    flex-shrink: 0;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: #fff;
}

.faq-accordion {
    margin-top: 30px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.faq-item.active {
    border-color: #007bff;
    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.1);
}

.faq-question {
    padding: 25px 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-item.active .faq-question {
    background: #f8f9fa;
    border-bottom: 1px solid #e5e8ed;
}

.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0;
    flex: 1;
    padding-right: 20px;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 300;
    color: #007bff;
    transition: transform 0.3s ease;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 123, 255, 0.1);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 50px;
}

.faq-answer p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    padding: 0 0 25px 0;
    margin: 0;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .how-it-works-steps {
        flex-direction: column;
    }
    
    .step-arrow {
        transform: rotate(90deg);
        margin: 10px 0;
    }
    
    .step-card {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .how-it-works {
        padding: 60px 0;
    }
    
    .faq-section {
        padding: 60px 0;
    }
    
    .step-card {
        padding: 30px 20px;
    }
    
    .step-card h3 {
        font-size: 18px;
    }
    
    .step-card p {
        font-size: 15px;
    }
    
    .faq-question {
        padding: 20px 25px;
    }
    
    .faq-question h3 {
        font-size: 16px;
    }
    
    .faq-answer {
        padding: 0 25px !important;
    }
     
    .faq-answer p {
        font-size: 15px;
        padding-bottom: 20px;
    }
}

/* Pressure CTA Section */
.pressure-cta-section {
    background: linear-gradient(135deg, #000000 0%, #1d18af 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.pressure-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 123, 255, 0.05) 100%);
    z-index: 1;
}

.pressure-cta-content {
    position: relative;
    z-index: 2;
}

.pressure-cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.pressure-cta-description {
    font-size: 20px;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.btn-cta {
    background-color: #007bff;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    display: inline-block;
}

.btn-cta:hover {
    background-color: #0056b3;
    color: #ffffff;
    text-decoration: none;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .pressure-cta-section {
        padding: 80px 0;
    }
    
    .pressure-cta-title {
        font-size: 36px;
    }
    
    .pressure-cta-description {
        font-size: 18px;
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .pressure-cta-section {
        padding: 60px 0;
    }
    
    .pressure-cta-title {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .pressure-cta-description {
        font-size: 16px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    
    .btn-cta {
        padding: 10px 25px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .pressure-cta-title {
        font-size: 28px;
        line-height: 1.3;
    }
    
    .pressure-cta-description {
        font-size: 15px;
    }
}

/* Quote Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e5e8ed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px 15px 0 0;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #1d18af;
    margin: 0;
}

.close {
    color: #999;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close:hover {
    color: #333;
}

.modal-body {
    padding: 30px;
}

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

.form-group label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e5e8ed;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.form-group select {
    cursor: pointer;
    background-color: #fff;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e8ed;
}

.form-actions .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.form-actions .btn-primary {
    background-color: #007bff;
    color: white;
}

.form-actions .btn-primary:hover {
    background-color: #0056b3;
}

.form-actions .btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.form-actions .btn-secondary {
    background-color: #6c757d;
    color: white;
}

.form-actions .btn-secondary:hover {
    background-color: #545b62;
}

/* Form Message Alert */
.form-message {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    animation: messageSlideDown 0.3s ease-out;
}

@keyframes messageSlideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-message.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.form-message.error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

#formMessageText {
    font-size: 16px;
    line-height: 1.4;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .modal-content {
        margin: 10% auto;
        width: 95%;
    }
    
    .modal-header {
        padding: 20px 25px;
    }
    
    .modal-title {
        font-size: 20px;
    }
    
    .modal-body {
        padding: 25px;
    }
    
    .form-group {
        margin-bottom: 20px;
    }
    
    .form-group input,
    .form-group select {
        padding: 10px 12px;
        font-size: 16px;
    }
    
    .form-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .btn {
        padding: 12px 20px;
        font-size: 15px;
    }
    
    .form-message {
        margin-top: 15px;
        padding: 12px 15px;
    }
    
    #formMessageText {
        font-size: 15px;
    }
}

.roi-card {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(10, 42, 94, 0.15);
    overflow: hidden;
    max-width: 1200px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.roi-card-header {
    background: linear-gradient(135deg, #1d18af, #1a3a7e);
    padding: 20px;
    text-align: center;
}

.roi-card-header h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
}

.roi-card-body {
    padding: 25px;
}

.roi-input-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.roi-input-section h3 {
    color: #1d18af;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.roi-input-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.roi-input-table th {
    background: #1d18af;
    color: #ffffff;
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.roi-input-table th:first-child {
    width: 40%;
}

.roi-input-table th:last-child {
    width: 60%;
    text-align: right;
}

.roi-input-table td {
    padding: 8px 15px;
    border-bottom: 1px solid #e9ecef;
    background: #ffffff;
    vertical-align: middle;
}

.roi-input-table td:first-child {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
    width: 40%;
}

.roi-input-table td:last-child {
    width: 60%;
    text-align: right;
    padding: 8px 10px;
}

.roi-input-table input.form-control {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    font-size: 13px;
    width: 100%;
    text-align: right;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    height: 38px;
}

.roi-input-table input.form-control:focus {
    outline: none;
    border-color: #1d18af;
    box-shadow: 0 0 0 2px rgba(10, 42, 94, 0.1);
}

.roi-input-table input.form-control[readonly] {
    background: #1d18af;
    color: #ffffff;
    font-weight: 600;
    border-color: #1d18af;
}

.roi-input-table tr:nth-child(even) {
    background: #f8f9fa;
}

.roi-input-table tr:hover {
    background: #e3f2fd;
}

.roi-input-table tr:last-child {
    background: #1d18af;
}

.roi-input-table tr:last-child td {
    color: #ffffff;
    font-weight: 600;
    border-bottom: none;
}

.roi-currency-symbol {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #6c757d;
}

.roi-results-section {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.roi-results-section h3 {
    color: #1d18af;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.roi-digiforming-price {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 6px;
}

.roi-digiforming-price label.form-label {
    color: #1d18af;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
}

.roi-digiforming-price input.form-control {
    border: 1px solid #dee2e6;
    padding: 8px 12px;
    font-size: 16px;
    text-align: right;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    font-weight: 600;
}

.roi-digiforming-price input.form-control:focus {
    outline: none;
    border-color: #1d18af;
    box-shadow: 0 0 0 2px rgba(10, 42, 94, 0.1);
}

.roi-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    font-weight: 500;
}

.roi-table th {
    background: #1d18af;
    color: #ffffff;
    padding: 12px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.roi-table td {
    padding: 10px 8px;
    text-align: center;
    font-size: 13px;
    border-bottom: 1px solid #e9ecef;
    color: #000000;
}

.roi-table tr:nth-child(even) {
    background: #f8f9fa;
}

.roi-table tr:hover {
    background: #e3f2fd;
}

.roi-positive {
    color: #28a745;
    font-weight: 600;
}

.roi-negative {
    color: #dc3545;
    font-weight: 600;
}

/* ROI Calculator +/- Buttons */
.roi-plus, .roi-minus {
    min-width: 35px;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roi-plus {
    border-left: none !important;
}

.roi-minus {
    border-right: none !important;
}

.roi-plus:hover, .roi-minus:hover {
    background-color: #1d18af;
    border-color: #1d18af;
    color: #ffffff;
}

.input-group .roi-input {
    border-left: none;
    border-right: none;
    text-align: right;
    flex: 1;
}

.input-group .roi-input:focus {
    border-color: #1d18af;
    box-shadow: none;
}

.roi-input-table .input-group {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.roi-input-table .input-group .btn {
    border-color: #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roi-input-table .input-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.roi-input-table .input-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.total-row {
    background: #1d18af;
    color: #ffffff;
    font-weight: 600;
}

.total-row td {
    border-bottom: none;
    color: #ffffff;
}

.total-row td:first-child {
    color: #000000 !important;
}

.total-row td:last-child input {
    text-align: center !important;
}

@media (max-width: 768px) {
    .roi-input-table th, .roi-input-table td {
        padding: 8px 5px;
        font-size: 12px;
    }
    
    .roi-input-table th:first-child,
    .roi-input-table td:first-child {
        width: 35%;
    }
    
    .roi-input-table th:last-child,
    .roi-input-table td:last-child {
        width: 65%;
    }
    
    .roi-input-table input.form-control {
        font-size: 12px;
        padding: 4px 6px;
        height: 34px;
    }
    
    .roi-plus, .roi-minus {
        min-width: 30px;
        font-size: 12px;
        padding: 0;
        height: 34px;
    }

    
    .roi-digiforming-price {
        flex-direction: column;
        align-items: stretch !important;
        text-align: center;
    }
    
    .roi-digiforming-price label.form-label {
        margin-bottom: 8px;
    }
    
    .roi-digiforming-price input {
        width: 100% !important;
    }
}

/* Testimonial Section Styles */
.custom-breadcrumb {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 12 39 / 75%);
    z-index: 1;
}

.testimonial-content {
    min-height: 400px;
    position: relative;
    z-index: 2;
    padding: 70px 0;
}

.testimonial-content h3,
.testimonial-content h4 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.testimonial-content h3 strong {
    font-size: 32px;
    margin-bottom: 20px;
    display: block;
}

.testimonial-content h4 {
    font-size: 24px;
    line-height: 1.5;
}

.testimonial-content h4.fst-italic {
    font-size: 20px;
    opacity: 0.9;
}

/* Swiper Navigation Styles */
.mySwiperComment .swiper-button-next,
.mySwiperComment .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mySwiperComment .swiper-button-next:hover,
.mySwiperComment .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.3);
}

.mySwiperComment .swiper-button-next:after,
.mySwiperComment .swiper-button-prev:after {
    font-size: 20px;
}

.mySwiperComment .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.mySwiperComment .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

@media (max-width: 768px) {
    .testimonial-content h3 strong {
        font-size: 24px;
    }
    
    .testimonial-content h4 {
        font-size: 18px;
    }
    
    .testimonial-content h4.fst-italic {
        font-size: 16px;
    }
}

/* Page Title Section Styles */
.page-title-section {
    position: relative;
    margin-top: 80px;
    padding: 60px 0;
}

.page-title-wrapper {
    text-align: center;
}

.page-title {
    color: #1d18af;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 16px;
}

    .page-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 380px;
        height: 3px;
        background: linear-gradient(to right, rgba(10, 42, 94, 0), #1d18af, rgba(10, 42, 94, 0));
    }

/* Other Solutions Section */
.other-solutions-section {
    padding: 80px 0;
    background: var(--light-gray);
}

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

.other-solutions-header {
    text-align: center;
    margin-bottom: 60px;
}

.other-solutions-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.2;
}

.other-solutions-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.other-solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.other-solution-card {
    background: var(--bg-color);
    border-radius: 8px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    text-decoration: none;
    color: inherit;
    position: relative;
    overflow: hidden;
}


.other-solution-card:hover::before {
    transform: scaleX(1);
}

.other-solution-card:hover {
    box-shadow: 0 8px 25px rgba(10, 42, 94, 0.1);
    text-decoration: none;
    color: inherit;
}

.other-solution-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #003d73 0%, #003d75 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: white;
}

.other-solution-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 12px;
    line-height: 1.3;
}

.other-solution-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .other-solutions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .other-solutions-section {
        padding: 60px 0;
    }
    
    .other-solutions-title {
        font-size: 28px;
    }
    
    .other-solutions-subtitle {
        font-size: 16px;
    }
    
    .other-solutions-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .other-solution-card {
        padding: 25px 20px;
    }
    
    .other-solution-title {
        font-size: 16px;
    }
    
    .other-solution-description {
        font-size: 13px;
    }
}

.page-subtitle {
    color: #666;
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-title-section {
        padding: 60px 0 40px;
    }
    
    .page-title {
        font-size: 32px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .page-title::after {
        width: 60px;
    }
    
    .page-subtitle {
        font-size: 16px;
        padding: 0 20px;
    }
}

@media (max-width: 480px) {
    .page-title-section {
        padding: 40px 0 30px;
    }
    
    .page-title {
        font-size: 28px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    
    .page-title::after {
        width: 50px;
    }
}

/* Medium-style Article Styles */
.medium-article-section {
    padding: 40px 0;
    background: #fff;
}

.medium-article {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.8;
    color: #292929;
}

/* Article Header */
.article-header {
    margin-bottom: 30px;
}

.article-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #292929;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #757575;
}

.author-info {
    display: flex;
    align-items: center;
}

.author-name {
    font-weight: 500;
    color: #292929;
}

.publish-date {
    color: #757575;
}

.publish-date time {
    font-style: italic;
}

.reading-time {
    display: flex;
    align-items: center;
    color: #757575;
}

.reading-time-text {
    font-size: 14px;
    color: #757575;
    display: flex;
    align-items: center;
    font-style: italic;
}

/* Article Hero Image */
.article-hero {
    text-align: center;
}

.hero-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Article Content */
.article-content {
    font-size: 18px;
    line-height: 1.8;
    color: #292929;
    max-width: 100%;
    margin: 0 auto;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 600;
    color: #292929;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.article-content h1 {
    font-size: 32px;
}

.article-content h2 {
    font-size: 28px;
}

.article-content h3 {
    font-size: 24px;
}

.article-content h4 {
    font-size: 20px;
}

.article-content p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.8;
    color: #292929;
}

.article-content ul,
.article-content ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.article-content li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
}

.article-content blockquote {
    border-left: 4px solid #e6e6e6;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #757575;
    font-size: 20px;
    line-height: 1.6;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.article-content a {
    color: var(--primary-color);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.article-content a:hover {
    color: var(--primary-color);
}

.article-content code {
    background: #f6f6f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 16px;
}

.article-content pre {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 8px;
    overflow-x: auto;
    margin: 30px 0;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    font-size: 16px;
    line-height: 1.5;
}

.article-content pre code {
    background: none;
    padding: 0;
}

/* Article Footer */
.article-footer {
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
    text-align: center;
}

.back-to-blog {
    display: inline-block;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #757575;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    transition: all 0.2s ease;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.back-link:hover {
    color: #292929;
    background: #f6f6f6;
    text-decoration: none;
}

.back-link i {
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .medium-article-section {
        padding: 20px 0;
    }
    
    .article-header {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .article-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .article-meta {
        font-size: 14px;
    }
    
    .reading-time-text {
        font-size: 14px;
    }
    
    .article-hero {
        margin-bottom: 40px;
    }
    
    .article-content {
        font-size: 16px;
        padding: 0 15px;
    }
    
    .article-content h1 {
        font-size: 28px;
    }
    
    .article-content h2 {
        font-size: 24px;
    }
    
    .article-content h3 {
        font-size: 20px;
    }
    
    .article-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .article-content li {
        font-size: 16px;
    }
    
    .article-content blockquote {
        font-size: 18px;
        margin: 20px 0;
    }
    
    .article-footer {
        margin-top: 60px;
        padding-top: 30px;
    }
    
    .back-link {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 28px;
    }
    
    .article-content {
        font-size: 15px;
    }
    
    .article-content h1 {
        font-size: 24px;
    }
    
    .article-content h2 {
        font-size: 20px;
    }
    
    .article-content h3 {
        font-size: 18px;
    }
    
    .article-content p {
        font-size: 15px;
    }
    
    .article-content li {
        font-size: 15px;
    }
    
    .article-content blockquote {
        font-size: 16px;
    }
}

/* Defect Prevention ROI Promotion Section */

.roi-promotion-content {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}

.home-contact-prevention {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.home-contact-prevention-content {
    width: 100%;
}

@media (max-width: 767px) {
    .home-contactX .row {
        flex-direction: column;
    }
    
    .home-contactX .col-md-6 {
        min-height: auto;
    }
    
    .roi-promotion-content,
    .home-contact-prevention {
        min-height: 250px;
    }
}


.button-primary {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    background: #1d18af;
    font-weight: 700;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    border: none;
    cursor: pointer;
    font-weight: 600 !important;
}

.button-primary:hover {
    background: rgb(14, 11, 102);
    color: #fff;
}

.button-white {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 6px;
    text-decoration: none;
    color: #1d18af;
    font-weight: 700;
    background: #fff;
    transition: background .18s ease, color .18s ease, transform .18s ease;
    border: none;
    cursor: pointer;
    font-weight: 600 !important;
}

.button-white:hover {
    color: #1d18af;
    background: rgb(228, 228, 228);
}

@media (min-width: 768px) {
    .qec-cards .qec-card-1 {
        padding-left: 0 !important;
    }
    .qec-cards .qec-card-3 {
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .min-vh-60 {
        min-height: 40vh !important;    
    }
}