/* ===== Demircode.com - Custom Styles (Axten Template) ===== */

/* ===== Preloader Override ===== */
#validthemes-loader {
    background: #fff !important;
}

.demircode-preloader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.preloader-logo {
    width: 180px;
    height: auto;
    animation: preloaderPulse 1.8s ease-in-out infinite;
}

.preloader-bar {
    width: 140px;
    height: 3px;
    background: #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
}

.preloader-bar-inner {
    width: 40%;
    height: 100%;
    background: #e74c3c;
    border-radius: 3px;
    animation: preloaderSlide 1.2s ease-in-out infinite;
}

@keyframes preloaderPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.97); }
}

@keyframes preloaderSlide {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(200%); }
    100% { transform: translateX(-100%); }
}

/* ===== Reduce Hero-Content Gap on All Inner Pages ===== */
.breadcrumb-area + .default-padding,
.breadcrumb-area + .product-intro-section + .default-padding,
.blog-area.default-padding,
.services-details-area.default-padding,
.quote-area.default-padding,
.support-area.default-padding,
.faq-style-one-area.default-padding,
.project-details-items.default-padding,
.project-style-one-area.default-padding,
.search-results-area.default-padding,
.confirmation-page.default-padding,
.page-content-area.default-padding,
.error-page-area.default-padding,
.services-style-one-area.default-padding,
.product-list-area.default-padding,
.service-list-area.default-padding {
    padding-top: 60px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .breadcrumb-area + .default-padding,
    .breadcrumb-area + .product-intro-section + .default-padding,
    .blog-area.default-padding,
    .services-details-area.default-padding,
    .quote-area.default-padding,
    .support-area.default-padding,
    .faq-style-one-area.default-padding,
    .project-details-items.default-padding,
    .project-style-one-area.default-padding,
    .search-results-area.default-padding,
    .confirmation-page.default-padding,
    .page-content-area.default-padding,
    .error-page-area.default-padding,
    .services-style-one-area.default-padding,
    .product-list-area.default-padding,
    .service-list-area.default-padding {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

/* ===== Smooth Scroll for Anchor Links ===== */
html {
    scroll-behavior: smooth;
}

/* ===== Brand Colors Override ===== */
:root {
    --color-primary: #e74c3c;
}

/* ===== Hero Breadcrumb Banner ===== */
.breadcrumb-area.hero-banner {
    background-color: transparent !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 140px 0 80px;
}

.breadcrumb-area.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 30, 45, 0.55) 0%, rgba(10, 30, 45, 0.45) 100%);
    z-index: 0;
}

.breadcrumb-area.hero-banner .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-area.hero-banner h2 {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.breadcrumb-area.hero-banner .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: inline-flex;
    margin-top: 8px;
}

.breadcrumb-area.hero-banner .breadcrumb li,
.breadcrumb-area.hero-banner .breadcrumb li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 500;
}

.breadcrumb-area.hero-banner .breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb-area.hero-banner .breadcrumb li::after {
    content: '/';
    margin: 0 6px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.breadcrumb-area.hero-banner .breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb-area.hero-banner .breadcrumb li.active {
    color: #fff;
    font-weight: 600;
}

.breadcrumb-area.hero-banner .hero-subtitle {
    display: block;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
}

.breadcrumb-area.hero-banner .hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.breadcrumb-area.hero-banner .hero-meta i {
    margin-right: 5px;
    color: var(--color-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area.hero-banner {
        padding: 140px 0 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area.hero-banner {
        padding: 120px 0 60px !important;
    }

    .breadcrumb-area.hero-banner .hero-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* ===== Hero Tags (product/service detail) ===== */
.hero-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 14px; }
.hero-tag-pill {
    display: inline-block; padding: 4px 14px; border-radius: 20px;
    font-size: 12px; font-weight: 600; letter-spacing: 0.3px;
    background: rgba(255,255,255,0.2); color: #fff; backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.3);
}

/* ===== Hero Slogan ===== */
.breadcrumb-area.hero-banner h1 {
    color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: 36px; font-weight: 700; margin-bottom: 0;
}
.hero-slogan {
    display: block; color: rgba(255,255,255,0.92); font-size: 18px;
    margin-top: 10px; font-weight: 400; line-height: 1.6;
    max-width: 600px; margin-left: auto; margin-right: auto;
}

/* ===== Product Intro Section ===== */
.product-intro-section {
    padding: 0; margin-top: -45px; margin-bottom: -40px; position: relative; z-index: 2;
}
.product-intro-card {
    background: linear-gradient(135deg, #1a2d42 0%, #2a4a6b 100%); border-radius: 14px; padding: 30px 36px;
    box-shadow: 0 8px 32px rgba(26, 45, 66, 0.25); display: flex; align-items: center; gap: 22px;
}
.product-intro-icon {
    flex-shrink: 0; width: 54px; height: 54px; border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 22px;
}
.product-intro-text {
    font-size: 17px; line-height: 1.7; color: rgba(255, 255, 255, 0.92); margin: 0; font-weight: 500;
}
.product-intro-actions {
    flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 10px; margin-left: auto;
}
.intro-delivery-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25);
    color: #fff; font-size: 13px; font-weight: 600; padding: 6px 14px; border-radius: 20px;
    white-space: nowrap;
}
.intro-delivery-badge i { font-size: 14px; color: #4dd0e1; }
.btn-intro-cta {
    display: inline-flex; align-items: center; gap: 8px;
    background: #fff; color: #1a2d42; font-size: 14px; font-weight: 700;
    padding: 9px 22px; border-radius: 8px; text-decoration: none;
    transition: all .25s ease; white-space: nowrap;
}
.btn-intro-cta:hover { background: #4dd0e1; color: #fff; transform: translateY(-1px); }
.btn-intro-cta i { font-size: 12px; }
[dir="rtl"] .product-intro-actions { margin-left: 0; margin-right: auto; }
@media (max-width: 767px) {
    .product-intro-section { margin-top: -20px; margin-bottom: -15px; }
    .product-intro-card { flex-direction: column; text-align: center; padding: 24px 20px; }
    .product-intro-actions { margin-left: 0; flex-direction: row; flex-wrap: wrap; justify-content: center; margin-top: 12px; }
    .hero-slogan { font-size: 15px; }
    .breadcrumb-area.hero-banner h1 { font-size: 26px; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-intro-section { margin-top: -30px; margin-bottom: -25px; }
}

/* ===== Service Detail Content HTML Styling ===== */
.service-details-content h4 {
    font-size: 1.15rem; font-weight: 700; color: #103142;
    margin-top: 22px; margin-bottom: 10px;
}
.service-details-content ul {
    list-style: none; padding: 0; margin: 0 0 15px 0;
}
.service-details-content ul li {
    position: relative; padding: 6px 0 6px 24px; color: #444; font-size: 15px; line-height: 1.6;
}
.service-details-content ul li::before {
    content: '\f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900;
    position: absolute; left: 0; top: 7px; color: var(--color-primary); font-size: 12px;
}
.service-details-content p {
    color: #555; line-height: 1.7; margin-bottom: 12px;
}

/* ===== Hero Type Badge (legacy) ===== */
.hero-type-badge {
    display: inline-block; padding: 4px 16px; border-radius: 20px;
    font-size: 13px; font-weight: 600; margin-bottom: 12px; letter-spacing: 0.5px;
}
.hero-type-badge.badge-product { background: rgba(52, 152, 219, 0.9); color: #fff; }
.hero-type-badge.badge-service { background: rgba(46, 204, 113, 0.9); color: #fff; }

/* ===== Product Card Enhancements ===== */
.product-card .thumb { position: relative; overflow: hidden; }
.product-card .thumb-placeholder {
    display: flex; align-items: center; justify-content: center;
    height: 200px; background: var(--bg-gray, #f7f7f7); color: #ccc; font-size: 48px;
}
.card-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 2; }
.card-badge {
    display: inline-block; padding: 3px 10px; border-radius: 4px;
    font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px;
}
.card-badge.badge-product { background: #3498db; color: #fff; }
.card-badge.badge-service { background: #2ecc71; color: #fff; }
.card-badge.badge-pricing { background: rgba(0,0,0,0.7); color: #fff; }
.card-category { display: block; font-size: 12px; color: var(--color-primary); font-weight: 600; text-transform: uppercase; margin-bottom: 5px; letter-spacing: 0.5px; }
.card-footer-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; flex-wrap: wrap; gap: 8px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.card-tag { display: inline-block; padding: 2px 8px; background: var(--bg-gray, #f5f5f5); border-radius: 3px; font-size: 11px; color: #666; }

/* ===== Product Info Card (Who Is For + Highlights) ===== */
.product-info-card {
    background: linear-gradient(135deg, #f8f9fb 0%, #f0f3f8 100%);
    border: 1px solid #e2e6ed;
    border-radius: 14px;
    padding: 28px 30px;
}

.info-card-block + .info-card-block {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #e2e6ed;
}

.info-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-card-title i {
    font-size: 13px;
    color: #5a7a9b;
}

/* Who Is For pills */
.who-is-for-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.who-is-for-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 14px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #dce8f7;
    transition: all 0.2s ease;
}

.who-is-for-tag:hover {
    border-color: #b8d4f0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.who-is-for-tag i {
    color: #1a2d42;
    font-size: 11px;
}

.who-is-for-tag span {
    font-weight: 600;
    font-size: 13px;
    color: #2c3e50;
}

/* Highlights grid */
.highlights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    transition: background 0.2s;
}

.highlight-item:hover {
    background: rgba(255,255,255,0.7);
}

.highlight-dot {
    width: 8px;
    height: 8px;
    min-width: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    flex-shrink: 0;
}

.highlight-item span {
    font-size: 13.5px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .product-info-card { padding: 20px 18px; }
    .highlights-grid { grid-template-columns: 1fr; }
}

/* ===== Module Selector Enhanced ===== */
.module-selector { background: #f9f9f9; border-radius: 12px; padding: 25px; border: 1px solid #eee; }
.module-group-title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: #666; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid #eee; }
.module-item { margin-bottom: 8px; }
.module-label {
    display: flex; align-items: flex-start; gap: 10px; padding: 12px 15px; border-radius: 8px;
    background: #fff; border: 2px solid #e8e8e8; cursor: pointer; transition: all 0.2s;
}
.module-label:hover { border-color: var(--color-primary); }
.module-item.base-module .module-label { border-color: #d4edda; background: #f8fff9; }
.module-check {
    width: 22px; height: 22px; border-radius: 4px; border: 2px solid #ccc;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;
    transition: all 0.2s; font-size: 11px; color: transparent;
}
.module-label input:checked ~ .module-check { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.module-label input { display: none; }
.module-info { flex: 1; }
.module-info strong { display: block; font-size: 14px; }
.module-desc { display: block; font-size: 12px; color: #888; margin-top: 3px; line-height: 1.4; }
.module-price { font-weight: 700; font-size: 14px; color: var(--color-primary); white-space: nowrap; flex-shrink: 0; }
.module-price.included { color: #2ecc71; }
.module-delivery { display: block; font-size: 11px; color: #999; font-weight: 400; }

/* ===== Billing Tabs ===== */
.billing-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.billing-tab {
    padding: 10px 20px; border: 2px solid #e8e8e8; border-radius: 8px; background: #fff;
    cursor: pointer; font-weight: 600; font-size: 14px; transition: all 0.2s; position: relative;
}
.billing-tab:hover { border-color: var(--color-primary); }
.billing-tab.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.discount-badge {
    display: inline-block; padding: 1px 6px; background: #2ecc71; color: #fff;
    border-radius: 3px; font-size: 11px; font-weight: 700; margin-left: 5px;
}
.billing-tab.active .discount-badge { background: rgba(255,255,255,0.3); }

/* ===== Price Summary ===== */
.price-summary { background: #fff; border-radius: 8px; padding: 15px; border: 1px solid #eee; }
.price-row { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #f0f0f0; }
.price-row:last-child { border-bottom: none; }
.price-row.price-total { border-top: 2px solid var(--color-primary); margin-top: 5px; padding-top: 12px; font-size: 18px; }
.price-row.delivery-row { color: #666; font-size: 13px; }

/* ===== Payment Methods ===== */
.payment-methods { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.payment-label { font-size: 13px; color: #666; font-weight: 600; }
.payment-badge {
    display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px;
    border-radius: 4px; background: #f0f0f0; font-size: 12px; font-weight: 500; color: #555;
}
.payment-badge i { color: var(--color-primary); }

/* ===== Image Gallery ===== */
.product-gallery .gallery-main { border-radius: 8px; overflow: hidden; }
.product-gallery .gallery-main img { width: 100%; height: auto; }
.gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; }
.gallery-thumb {
    width: 80px; height: 60px; border-radius: 6px; overflow: hidden; cursor: pointer;
    border: 2px solid transparent; flex-shrink: 0; transition: border-color 0.2s;
}
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--color-primary); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-caption { font-size: 13px; font-style: italic; }

/* ===== Section Title ===== */
.section-title { font-size: 22px; font-weight: 700; display: flex; align-items: center; }
.section-title i { color: var(--color-primary); }

/* ===== Module CTA ===== */
.module-cta { display: flex; flex-wrap: wrap; gap: 10px; }

/* ===== Section Heading Enhancement ===== */
.site-heading .title span,
.site-heading .title strong {
    color: var(--color-primary);
    position: relative;
}

.site-heading .title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    opacity: 0.2;
    border-radius: 2px;
}

.text-light .site-heading .title span,
.text-light .site-heading .title strong {
    color: #ffcdd2;
}

.text-light .site-heading .title span::after {
    background: #ffcdd2;
    opacity: 0.3;
}

.site-heading .sub-heading {
    font-size: 15px;
    color: #777;
    line-height: 1.7;
    margin-top: 15px;
    max-width: 560px;
}

.text-center .site-heading .sub-heading,
.site-heading.text-center .sub-heading {
    margin-left: auto;
    margin-right: auto;
}

.text-light .site-heading .sub-heading {
    color: rgba(255, 255, 255, 0.7);
}

/* ===== Hero Buttons ===== */
.banner-style-two .btn {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    border-radius: 6px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    line-height: 1;
}
.banner-style-two .btn::after,
.banner-style-two .btn-style-one::after,
.text-light .banner-style-two .btn-style-one::after,
.text-light .btn-style-one.light::after {
    display: none !important;
    content: none !important;
}
.banner-style-two .btn.btn-style-one.light {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    color: #fff !important;
}
.banner-style-two .btn.btn-style-one.light:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #1a2d42 !important;
}
.banner-style-two .btn.btn-style-one:not(.light) {
    background: var(--color-primary) !important;
    border: 2px solid var(--color-primary) !important;
    color: #fff !important;
}
.banner-style-two .btn.btn-style-one:not(.light):hover {
    background: #c0392b !important;
    border-color: #c0392b !important;
}

/* ===== Global btn-style-one Brand Color ===== */
.btn-style-one {
    background: var(--color-primary, #e74c3c) !important;
    border-color: var(--color-primary, #e74c3c) !important;
    color: #fff !important;
    text-align: center;
    padding: 14px 28px !important;
}
.btn-style-one i,
.btn-style-one svg {
    margin-left: 6px;
}
.btn-style-one:hover,
.btn-style-one:focus,
.btn-style-one:active {
    background: #c0392b !important;
    border-color: #c0392b !important;
    color: #fff !important;
}
.btn-style-one::before,
.btn-style-one::after {
    background: #c0392b !important;
    background-image: linear-gradient(315deg, #c0392b 0%, #c0392b 74%) !important;
}
.text-light .btn-style-one::after,
.text-light .btn-style-one:hover {
    color: #fff !important;
}

/* About buton sol hizalama */
.about-style-two-info > .btn {
    align-self: flex-start;
}

/* ===== Work Process Cards ===== */
.work-process-area {
    position: relative;
}

.process-cards .row {
    /* Kartlar arası bağlantı çizgisi */
    position: relative;
}

.process-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 28px 30px;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    border: 1px solid #eef0f3;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(231, 76, 60, 0.15);
    border-color: var(--color-primary, #e74c3c);
}

.process-card.active {
    border-color: var(--color-primary, #e74c3c);
    box-shadow: 0 8px 32px rgba(231, 76, 60, 0.1);
}

.process-card-number {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 52px;
    font-weight: 900;
    color: rgba(231, 76, 60, 0.06);
    line-height: 1;
    pointer-events: none;
    transition: color 0.4s ease;
}

.process-card:hover .process-card-number {
    color: rgba(231, 76, 60, 0.18);
}

.process-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.08) 0%, rgba(231, 76, 60, 0.15) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 26px;
    color: var(--color-primary, #e74c3c);
    transition: all 0.4s ease;
}

.process-card:hover .process-card-icon {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 8px 24px rgba(231, 76, 60, 0.3);
}

.process-card h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 12px;
}

.process-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Kartlar arası ok - sadece desktop */
.process-card-arrow {
    display: none;
}

@media (min-width: 992px) {
    .process-card-arrow {
        display: flex;
        position: absolute;
        right: -22px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff;
        border: 2px solid var(--color-primary, #e74c3c);
        color: var(--color-primary, #e74c3c);
        align-items: center;
        justify-content: center;
        font-size: 16px;
        z-index: 2;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }

    .process-card:hover .process-card-arrow {
        background: var(--color-primary, #e74c3c);
        color: #fff;
    }
}

/* ===== Service Cards ===== */
.service-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 28px 28px;
    position: relative;
    border: 1px solid #eef0f3;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--color-primary, #e74c3c), #f39c12);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card-number {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 52px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.03);
    line-height: 1;
    pointer-events: none;
}

.service-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.08), rgba(231, 76, 60, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: var(--color-primary, #e74c3c);
    transition: all 0.4s ease;
}

.service-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.service-card:hover .service-card-icon {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    transform: rotate(-5deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(231, 76, 60, 0.25);
}

.service-card:hover .service-card-icon img {
    filter: brightness(0) invert(1);
}

.service-card h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-card h4 a {
    color: #1a2d42;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-card:hover h4 a {
    color: var(--color-primary, #e74c3c);
}

.service-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    flex: 1;
    margin-bottom: 16px;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary, #e74c3c);
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.service-card-link i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-card-link i {
    transform: translateX(4px);
}

.service-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
}

.service-tag {
    background: #f0f2f5;
    color: #666;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-card:hover .service-tag {
    background: rgba(231, 76, 60, 0.08);
    color: var(--color-primary, #e74c3c);
}

/* ===== Pricing Filter ===== */
.pricing-filter-area {
    margin-bottom: 10px;
}

.pricing-filter-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.pricing-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.pricing-tab {
    background: rgba(231, 76, 60, 0.06);
    border: 1px solid rgba(231, 76, 60, 0.2);
    color: #555;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pricing-tab:hover {
    background: rgba(231, 76, 60, 0.12);
    color: #333;
    border-color: rgba(231, 76, 60, 0.4);
}

.pricing-tab.active {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
    box-shadow: 0 3px 15px rgba(231, 76, 60, 0.35);
}

.pricing-tab i {
    font-size: 12px;
}

/* Dark bg variant */
.bg-dark .pricing-filter-tabs .pricing-tab {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
}

.bg-dark .pricing-filter-tabs .pricing-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-dark .pricing-filter-tabs .pricing-tab.active {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
}

/* Pricing Badge - köşeli, sağ alt */
.pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
}

.pricing-badge.pricing-quote {
    background: rgba(243, 156, 18, 0.15);
    color: #e67e22;
    border: 1px solid rgba(243, 156, 18, 0.35);
}

.pricing-badge.pricing-subscription {
    background: rgba(52, 152, 219, 0.15);
    color: #2980b9;
    border: 1px solid rgba(52, 152, 219, 0.35);
}

.pricing-badge.pricing-purchase {
    background: rgba(46, 204, 113, 0.15);
    color: #27ae60;
    border: 1px solid rgba(46, 204, 113, 0.35);
}

/* Pricing badge on dark product cards - sağ alt */
.product-showcase-card {
    position: relative;
}

.product-showcase-card .pricing-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 2;
}

/* Dark card üzerinde badge renkleri daha parlak */
.product-showcase-card .pricing-badge.pricing-quote {
    background: rgba(243, 156, 18, 0.2);
    color: #f1c40f;
    border-color: rgba(243, 156, 18, 0.5);
}

.product-showcase-card .pricing-badge.pricing-subscription {
    background: rgba(52, 152, 219, 0.2);
    color: #5dade2;
    border-color: rgba(52, 152, 219, 0.5);
}

.product-showcase-card .pricing-badge.pricing-purchase {
    background: rgba(46, 204, 113, 0.2);
    color: #58d68d;
    border-color: rgba(46, 204, 113, 0.5);
}

/* Pricing badge on service cards - sağ alt */
.service-card {
    position: relative;
}

.service-card .pricing-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    z-index: 2;
}

/* ===== Product Segment Tabs ===== */
.product-segment-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.segment-tab {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.segment-tab:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.segment-tab.active {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
    box-shadow: 0 4px 20px rgba(231, 76, 60, 0.4);
}

.segment-tab i {
    font-size: 13px;
}

/* ===== Product Showcase Cards ===== */
.product-showcase-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s ease;
    position: relative;
}

.product-showcase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--card-accent, #e74c3c);
    border-radius: 16px 16px 0 0;
    transition: height 0.3s ease;
}

.product-showcase-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.product-showcase-card:hover::before {
    height: 4px;
}

.product-showcase-header {
    padding: 28px 24px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.product-showcase-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
    border-radius: 14px;
    background: var(--card-accent, #e74c3c);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    transition: all 0.4s ease;
}

.product-showcase-card:hover .product-showcase-icon {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.product-showcase-badge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.3px;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-showcase-content {
    padding: 20px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-showcase-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.product-showcase-content h4 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-showcase-card:hover .product-showcase-content h4 a {
    color: var(--card-accent, #e74c3c);
}

.product-showcase-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.7;
    flex: 1;
    margin-bottom: 16px;
}

.product-showcase-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.product-tag {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.product-showcase-card:hover .product-tag {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
}

.product-showcase-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: var(--card-accent, #e74c3c);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.product-showcase-btn i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.product-showcase-card:hover .product-showcase-btn i {
    transform: translateX(5px);
}

/* ===== Partner Logo Grid ===== */
.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}
.partner-logo-item {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 90px;
}
.partner-logo-item:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}
.partner-logo-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.partner-logo-item img {
    max-width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}
.partner-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}
@media (max-width: 991px) {
    .partner-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media (max-width: 575px) {
    .partner-logo-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .partner-logo-item {
        padding: 14px;
        min-height: 70px;
    }
    .partner-logo-item img {
        max-height: 40px;
    }
}

/* ===== About Left Area - Stats & Trust ===== */
.about-left-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.about-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 18px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 3px solid transparent;
}

.about-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-bottom-color: var(--color-primary, #e74c3c);
}

.about-stat-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: rgba(231, 76, 60, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary, #e74c3c);
    font-size: 16px;
}

.about-stat-info h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1a2d42;
    margin: 0;
    line-height: 1;
}

.about-stat-info span {
    font-size: 11px;
    color: #777;
    line-height: 1.2;
    display: block;
    margin-top: 2px;
}

.about-trust-bar {
    background: linear-gradient(135deg, #1a2d42 0%, #2c3e50 100%);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.about-trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.about-trust-badge i {
    font-size: 22px;
    color: #f1c40f;
}

.about-trust-badge span {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.about-trust-icons {
    display: flex;
    gap: 16px;
}

.about-trust-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.about-trust-icon-item small {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.3px;
}

.about-trust-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: default;
}

.about-trust-icon-item:hover .about-trust-icon {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    transform: scale(1.1);
}

.about-trust-icon-item:hover small {
    color: #fff;
}

@media (max-width: 575px) {
    .about-stats-row {
        grid-template-columns: 1fr;
    }
    .about-trust-bar {
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .about-stats-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== About Feature Items ===== */
.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.about-feature-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: rgba(231, 76, 60, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary, #e74c3c);
    font-size: 18px;
    transition: all 0.3s ease;
}

.about-feature-item:hover .about-feature-icon {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    transform: translateY(-2px);
}

.about-feature-content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #1a2d42;
}

.about-feature-content p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* ===== Hero Banner - reduce height ===== */
.banner-style-two,
.banner-style-two div {
    height: auto !important;
}
.banner-style-two {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    min-height: auto !important;
}
.banner-style-two .banner-two-dashbaord {
    overflow: hidden;
}
@media (max-width: 991px) {
    .banner-style-two .banner-two-dashbaord {
        display: none !important;
    }
}

/* ===== Accessibility ===== */
.skip-to-content {
    position: absolute;
    left: -9999px;
    top: auto;
    z-index: 99999;
    padding: 10px 20px;
    background: var(--color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
}
.skip-to-content:focus {
    left: 16px;
    top: 0;
    color: #fff;
}

:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===== Language Switcher ===== */
.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    z-index: 9999;
}
.lang-current {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-heading, #232323);
    padding: 4px 0;
    line-height: 1;
}
.lang-current i {
    font-size: 8px;
    transition: transform 0.2s;
}
.lang-switcher.open .lang-current i {
    transform: rotate(180deg);
}
.lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 6px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    list-style: none;
    padding: 4px 0;
    min-width: 130px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: all 0.2s ease;
}
.lang-switcher.open .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.lang-menu li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-decoration: none !important;
    transition: background 0.15s;
}
.lang-menu li a span {
    font-weight: 400;
    color: #999;
    font-size: 12px;
}
.lang-menu li a:hover {
    background: #f5f5f5;
    color: var(--color-heading, #232323);
}
.lang-menu li.active a {
    color: var(--color-primary);
}
.lang-menu li.active a span {
    color: var(--color-primary);
    opacity: 0.6;
}


/* ===== Navbar bg-dark overrides ===== */
nav.navbar.bg-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
/* Dark navbar - always white menu text (all states, all breakpoints) */
nav.navbar.bg-dark ul.nav > li > a,
nav.validnavs.bg-dark ul.nav > li > a,
nav.navbar.bg-dark .navbar-collapse ul.nav > li > a {
    color: rgba(255, 255, 255, 0.85) !important;
}
nav.navbar.bg-dark ul.nav > li > a:hover,
nav.navbar.bg-dark ul.nav > li > a:focus,
nav.validnavs.bg-dark ul.nav > li > a:hover,
nav.validnavs.bg-dark ul.nav > li > a:focus,
nav.navbar.bg-dark .navbar-collapse ul.nav > li > a:hover,
nav.navbar.bg-dark .navbar-collapse ul.nav > li > a:focus {
    color: #fff !important;
}
nav.navbar.bg-dark.sticked {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Hide the primary-color block behind logo on dark navbar */
nav.navbar.bg-dark.navbar-style-two .navbar-header::after {
    display: none !important;
}

/* Logo - hide display logo when sticked (prevent double) */
nav.navbar.bg-dark.sticked img.logo.logo-display {
    display: none !important;
}

/* Logo sizing on dark bg */
nav.navbar.bg-dark .navbar-brand > img.logo {
    height: 70px !important;
}
@media (max-width: 1023px) {
    nav.navbar .navbar-brand {
        max-width: calc(100% - 200px) !important;
    }
    nav.navbar.bg-dark .navbar-brand > img.logo {
        height: 40px !important;
        max-width: 100% !important;
        width: auto !important;
        object-fit: contain !important;
    }
}
@media (max-width: 480px) {
    nav.navbar .navbar-brand {
        max-width: calc(100% - 170px) !important;
    }
    nav.navbar.bg-dark .navbar-brand > img.logo {
        height: 34px !important;
    }
}

/* Sticked navbar - ALWAYS keep dark bg and white text */
nav.navbar.bg-dark.sticked,
nav.validnavs.sticked.bg-dark {
    background: var(--dark) !important;
    background-color: var(--dark) !important;
}
nav.navbar.bg-dark.sticked ul.nav > li > a,
nav.validnavs.bg-dark.sticked ul.nav > li > a,
nav.navbar.bg-dark.sticked .navbar-collapse ul.nav > li > a,
nav.validnavs.bg-dark.sticked .navbar-collapse ul.nav > li > a {
    color: rgba(255, 255, 255, 0.85) !important;
}
nav.navbar.bg-dark.sticked ul.nav > li > a:hover,
nav.navbar.bg-dark.sticked ul.nav > li > a:focus,
nav.validnavs.bg-dark.sticked ul.nav > li > a:hover,
nav.validnavs.bg-dark.sticked ul.nav > li > a:focus {
    color: #fff !important;
}

/* Mobile side menu - keep dark text on white bg (overrides bg-dark white rule) */
@media (max-width: 1023px) {
    nav.navbar.bg-dark ul.nav > li > a,
    nav.navbar.bg-dark .navbar-collapse ul.nav > li > a,
    nav.validnavs.bg-dark ul.nav > li > a,
    nav.validnavs.bg-dark .navbar-collapse ul.nav > li > a,
    nav.validnavs.bg-dark.sticked ul.nav > li > a,
    nav.validnavs.bg-dark.sticked .navbar-collapse ul.nav > li > a,
    nav.navbar.bg-dark ul.nav > li > a:hover,
    nav.navbar.bg-dark .navbar-collapse ul.nav > li > a:hover,
    nav.validnavs.bg-dark ul.nav > li > a:hover,
    nav.validnavs.bg-dark .navbar-collapse ul.nav > li > a:hover,
    nav.validnavs.bg-dark.sticked .navbar-collapse ul.nav > li > a:hover,
    nav.validnavs.bg-dark.sticked .navbar-collapse ul.nav > li > a:focus {
        color: var(--color-heading) !important;
    }
}
nav.navbar.bg-dark.sticked .attr-right .attr-nav .call p {
    color: rgba(255, 255, 255, 0.7) !important;
}
nav.navbar.bg-dark.sticked .attr-right .attr-nav .call h5 a {
    color: #fff !important;
}
nav.navbar.bg-dark.sticked .attr-right .attr-nav .call i {
    color: #e74c3c !important;
}
nav.navbar.bg-dark.sticked .navbar-toggle i {
    color: #fff !important;
}

/* Phone icon - use red instead of teal */
nav.navbar .attr-right .attr-nav .call i {
    color: #e74c3c !important;
}

/* Top bar icons - use navbar dark color */
.top-bar-area ul.item-flex i,
.top-bar-area p i {
    color: var(--dark) !important;
}

/* ===== CTA Button (Navbar) ===== */
li.cta-nav-item {
    margin-left: 10px !important;
}
ul.nav > li.cta-nav-item > a.btn-cta-nav {
    padding: 10px 24px !important;
    background: linear-gradient(135deg, #e74c3c, #c0392b) !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: auto !important;
    line-height: 1.4 !important;
}
ul.nav > li.cta-nav-item > a.btn-cta-nav:hover {
    background: linear-gradient(135deg, #c0392b, #a93226) !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.45);
    transform: translateY(-1px);
}
.btn-cta-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    line-height: 1.4;
}
.btn-cta-nav:hover {
    background: linear-gradient(135deg, #c0392b, #a93226);
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.45);
    transform: translateY(-1px);
}
.btn-cta-nav i {
    font-size: 12px;
    transition: transform 0.3s;
}
.btn-cta-nav:hover i {
    transform: translateX(3px);
}
/* Sticked navbar CTA */
nav.navbar.bg-dark.sticked .btn-cta-nav {
    color: #fff !important;
}
/* Mobile nav actions (CTA + phone) - replaces attr-right on mobile */
.mobile-nav-actions {
    display: none;
}
@media (max-width: 1199px) {
    .mobile-nav-actions {
        display: inline-flex !important;
        align-items: center;
        gap: 8px;
        margin-left: auto;
        margin-right: 10px;
        flex-shrink: 0;
    }
    .btn-cta-mobile {
        display: inline-flex !important;
        padding: 7px 14px !important;
        font-size: 12px !important;
        border-radius: 5px !important;
        box-shadow: none !important;
        white-space: nowrap;
    }
    .btn-phone-mobile {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: #e74c3c;
        border: none;
        border-radius: 50%;
        color: #fff !important;
        font-size: 14px;
        text-decoration: none !important;
        transition: all 0.3s ease;
        flex-shrink: 0;
    }
    .btn-phone-mobile:hover {
        background: #c0392b;
        color: #fff !important;
    }
    .navbar-collapse li.cta-nav-item {
        display: none !important;
    }
    .side .side-cta {
        padding: 20px;
        text-align: center;
    }
    .side .side-cta .btn-cta-nav {
        width: 100%;
        justify-content: center;
        padding: 14px 24px !important;
    }
    /* Side panel language switcher */
    .side .side-lang {
        padding: 10px 20px;
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }
    .side .side-lang a {
        display: inline-block;
        padding: 6px 14px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 13px;
        font-weight: 600;
        color: #555;
        text-decoration: none;
        transition: all 0.2s;
    }
    .side .side-lang a.active {
        background: var(--color-primary);
        color: #fff;
        border-color: var(--color-primary);
    }
    .side .side-lang a:hover {
        border-color: var(--color-primary);
        color: var(--color-primary);
    }
}

/* Very small screens - shrink mobile CTA */
@media (max-width: 480px) {
    .mobile-nav-actions {
        gap: 6px;
    }
    .btn-cta-mobile {
        padding: 6px 10px !important;
        font-size: 11px !important;
    }
    .btn-phone-mobile {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}
@media (max-width: 370px) {
    .btn-cta-mobile {
        padding: 5px 8px !important;
        font-size: 10px !important;
    }
    .mobile-nav-actions {
        gap: 4px;
        margin-right: 6px;
    }
}

/* ===== Top Bar Social Icons - Inline ===== */
.topbar-social {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-left: 12px;
}
.topbar-social a {
    color: #888;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.topbar-social a:hover {
    color: var(--color-primary);
}

/* ===== Top Bar Quick Links ===== */
.topbar-links {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-right: 18px;
    font-size: 13px;
}
.topbar-links a {
    color: #555;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    white-space: nowrap;
}
.topbar-links a:hover {
    color: var(--color-primary);
}
.topbar-links a strong {
    color: var(--color-primary);
    font-weight: 700;
}
.topbar-sep {
    color: #ccc;
    font-size: 12px;
}

/* ===== Top Bar - Always Visible ===== */
@media (max-width: 991px) {
    .top-bar-area .text-end {
        display: block !important;
        text-align: center !important;
        margin-top: 8px;
        padding-bottom: 5px;
    }
    .top-bar-area .text-end .d-flex {
        justify-content: center !important;
    }
    .top-bar-area ul.item-flex {
        justify-content: center;
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .top-bar-area {
        display: block !important;
        padding: 8px 0;
    }
    .top-bar-area .col-xl-9,
    .top-bar-area .col-xl-3 {
        text-align: center !important;
    }
    .top-bar-area ul.item-flex {
        justify-content: center;
        gap: 10px;
        font-size: 11px;
    }
    .top-bar-area ul.item-flex li {
        font-size: 11px;
    }
    .top-bar-area .text-end {
        display: block !important;
        text-align: center !important;
    }
    .top-bar-area .text-end .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 6px;
    }
    .topbar-links {
        margin-right: 0;
        font-size: 12px;
    }
    .top-bar-area .social,
    .top-bar-area .lang-switcher {
        margin-right: 0;
    }
}

/* Footer logo */
.footer-style-two .logo img {
    max-height: 40px;
}

/* Footer contact list with icons */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact-list li {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
}
.footer-contact-list li:last-child { margin-bottom: 0; }
.footer-contact-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: var(--primary-color, #e74c3c);
    font-size: 14px;
    transition: 0.3s;
}
.footer-contact-list li:hover .footer-contact-icon {
    background: var(--primary-color, #e74c3c);
    color: #fff;
}
.footer-contact-info h5 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.footer-contact-info p,
.footer-contact-info a {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    transition: color 0.3s;
}
.footer-contact-info a:hover { color: var(--primary-color, #e74c3c); }

/* Footer quick links arrow icons */
.useful-link li a i.fa-angle-right {
    margin-right: 6px;
    font-size: 12px;
    opacity: 0.6;
    transition: 0.3s;
}
.useful-link li a:hover i.fa-angle-right {
    opacity: 1;
    transform: translateX(3px);
}

/* Footer divider between services and products */
.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 10px 0;
    padding: 0 !important;
}

/* Footer working hours */
.footer-working-hours {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    border-left: 3px solid var(--primary-color, #e74c3c);
    font-size: 14px;
    color: rgba(255,255,255,0.85);
}
.footer-working-hours i {
    color: var(--primary-color, #e74c3c);
    font-size: 16px;
}

/* Footer CTA link in bottom */
.footer-cta-link {
    color: var(--primary-color, #e74c3c) !important;
    font-weight: 600;
}
.footer-cta-link:hover {
    color: #fff !important;
}
.footer-cta-link i { transition: transform 0.3s; }
.footer-cta-link:hover i { transform: translateX(4px); }

/* ===== CTA Section ===== */
.cta-section {
    position: relative;
    padding: 80px 0 90px;
    background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 50%, #0d1b2a 100%);
    overflow: hidden;
}
.cta-bg-shapes { position: absolute; inset: 0; pointer-events: none; }
.cta-shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.06;
    background: #fff;
}
.cta-shape-1 { width: 400px; height: 400px; top: -120px; left: -100px; }
.cta-shape-2 { width: 250px; height: 250px; bottom: -80px; right: -60px; }
.cta-shape-3 { width: 150px; height: 150px; top: 30%; right: 15%; }
.cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.15);
    margin-bottom: 24px;
}
.cta-icon i { font-size: 28px; color: var(--color-primary); }
.cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.cta-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    max-width: 560px;
    margin: 0 auto 32px;
    line-height: 1.7;
}
.cta-buttons { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-cta-secondary {
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 12px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.btn-cta-secondary:hover {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.5);
    color: #fff;
}
@media (max-width: 767px) {
    .cta-title { font-size: 28px; }
    .cta-desc { font-size: 15px; }
    .cta-section { padding: 60px 0 70px; }
}

/* ===== SEO Content Section ===== */
.seo-content-area {
    background: #f8f9fa;
}
.seo-content-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.06);
    overflow: hidden;
}
.seo-content-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 24px 32px;
    border-bottom: 1px solid #f0f0f0;
    background: linear-gradient(135deg, #fafbfc 0%, #f5f6f8 100%);
}
.seo-title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}
.seo-content-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
}
.seo-content-body {
    padding: 28px 32px;
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}
.seo-content-body p { margin-bottom: 16px; }
.seo-content-body p:last-child { margin-bottom: 0; }
@media (max-width: 767px) {
    .seo-content-header { padding: 18px 20px; }
    .seo-content-body { padding: 20px; }
}

/* ===== Video Embed ===== */
.embed-responsive {
    border-radius: 8px;
    overflow: hidden;
}

/* ===== Sidebar Search Button ===== */
.sidebar-item.search .sidebar-info {
    position: relative;
}
.sidebar-item.search .sidebar-info button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 15px;
    cursor: pointer;
}

/* ===== Quick Contact Widget (Sidebar CTA) ===== */
.quick-contact-widget {
    background: var(--bg-dark, #103142);
    color: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
}
.quick-contact-widget h4 {
    color: #fff;
    margin-bottom: 15px;
}
.quick-contact-widget p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.quick-contact-widget .btn {
    width: 100%;
}

/* ===== Blog Post Tags & Share ===== */
.post-tags.share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.post-tags.share .tags a {
    display: inline-block;
    padding: 4px 12px;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 3px;
    font-size: 13px;
    color: #555;
    transition: all 0.3s;
}
.post-tags.share .tags a:hover {
    background: var(--color-primary);
    color: #fff;
}
.social-share a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    margin-left: 5px;
    transition: all 0.3s;
}
.social-share a:hover {
    background: var(--color-primary);
    color: #fff;
}

/* ===== Learnings Section (Blog) ===== */
.learnings-section {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px 30px;
    margin: 30px 0;
}
.learnings-section h4 {
    margin-bottom: 15px;
}
.learnings-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.learnings-section ul li {
    padding: 6px 0;
    padding-left: 20px;
    position: relative;
}
.learnings-section ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-size: 12px;
}

/* ===== Project Detail Metadata ===== */
.project-info-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.project-info-list .left-info,
.project-info-list .right-info {
    flex: 1;
    min-width: 200px;
}
.project-info-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.project-info-list ul li {
    padding: 5px 0;
}
.project-info-list ul li strong {
    display: inline-block;
    min-width: 100px;
}

/* ===== Technology Badges ===== */
.tech-badges .badge {
    font-size: 12px;
    font-weight: 500;
    margin: 2px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .project-info-list {
        flex-direction: column;
        gap: 10px;
    }
}

/* ===== Module Selector ===== */
.module-selector {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    border: 1px solid #eef0f3;
}

.module-group-title {
    font-size: 14px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.module-item {
    background: #fff;
    border: 1px solid #e8eaed;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.module-item:hover {
    border-color: var(--color-primary, #e74c3c);
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.1);
}

.module-item.base-module {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

.module-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    margin: 0;
    cursor: pointer;
    width: 100%;
}

.module-label input[type="checkbox"] {
    display: none;
}

.module-check {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: transparent;
    transition: all 0.2s ease;
}

.module-label input:checked ~ .module-check,
.module-label input:disabled:checked ~ .module-check {
    background: var(--color-primary, #e74c3c);
    border-color: var(--color-primary, #e74c3c);
    color: #fff;
}

/* Contract accept checkbox */
.contract-accept-row {
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.contract-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin: 0;
    font-size: 15px;
    color: #374151;
    user-select: none;
}

.contract-checkbox input[type="checkbox"] {
    display: none;
}

.contract-checkbox .checkmark {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #d1d5db;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: transparent;
    transition: all 0.2s ease;
}

.contract-checkbox input:checked ~ .checkmark {
    background: var(--color-primary, #e74c3c);
    border-color: var(--color-primary, #e74c3c);
    color: #fff;
}

.contract-checkbox .label-text {
    flex: 1;
    line-height: 1.4;
}

.base-module .module-check {
    background: #22c55e;
    border-color: #22c55e;
    color: #fff;
}

.module-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.module-info strong {
    font-size: 15px;
    color: #1a2d42;
}

.module-info small {
    font-size: 13px;
    color: #666;
}

.module-price {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary, #e74c3c);
    white-space: nowrap;
}

.base-module .module-price {
    color: #22c55e;
    font-weight: 600;
}

/* ===== Price Calculator ===== */
.price-calculator {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 1px solid #e8eaed;
}

.billing-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.billing-tab {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #555;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.billing-tab:hover {
    background: #e8eaed;
    color: #333;
    border-color: #d1d5db;
}

.billing-tab.active {
    background: var(--color-primary, #e74c3c);
    color: #fff;
    border-color: var(--color-primary, #e74c3c);
    box-shadow: 0 3px 12px rgba(231, 76, 60, 0.3);
}

.billing-tab .discount-badge {
    background: rgba(255, 255, 255, 0.25);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
}

.billing-tab:not(.active) .discount-badge {
    background: rgba(231, 76, 60, 0.1);
    color: var(--color-primary, #e74c3c);
}

.price-summary {
    margin-top: 16px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 15px;
    color: #555;
}

.price-row.discount-row {
    color: #22c55e;
}

.price-row.price-total {
    border-bottom: none;
    border-top: 2px solid #1a2d42;
    padding-top: 14px;
    margin-top: 4px;
    font-size: 18px;
}

.price-row.price-total strong {
    color: #1a2d42;
}

.price-row.delivery-row {
    border-bottom: none;
    color: #888;
    font-size: 14px;
}

.price-row.delivery-row i {
    color: var(--color-primary, #e74c3c);
    margin-right: 4px;
}

/* ===== Module CTA ===== */
.module-cta .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.module-cta .btn.light {
    background: transparent !important;
    border: 2px solid var(--color-primary, #e74c3c) !important;
    color: var(--color-primary, #e74c3c) !important;
}

.module-cta .btn.light:hover {
    background: var(--color-primary, #e74c3c) !important;
    color: #fff !important;
}

/* ===== Checkout Sections ===== */
.checkout-section {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 28px;
}

.checkout-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f4f6;
}

.checkout-section-title i {
    color: var(--color-primary, #e74c3c);
}

/* ===== Order Summary Sidebar ===== */
.order-summary {
    background: #f8f9fa;
    border: 1px solid #eef0f3;
    border-radius: 12px;
    padding: 28px;
    position: sticky;
    top: 120px;
}

.order-summary-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--color-primary, #e74c3c);
}

.order-summary-product {
    margin-bottom: 16px;
    font-size: 16px;
}

.order-summary-modules {
    margin-bottom: 16px;
}

.order-summary-modules h6 {
    font-size: 13px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.order-summary-modules ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.order-summary-modules ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #eef0f3;
}

.order-summary-modules ul li:last-child {
    border-bottom: none;
}

.order-summary-billing {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #e8eaed;
    border-bottom: 1px solid #e8eaed;
    margin-bottom: 16px;
    font-size: 14px;
}

.order-summary-pricing .summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #555;
}

.order-summary-pricing .summary-row.discount {
    color: #22c55e;
}

.order-summary-pricing .summary-row.total {
    border-top: 2px solid #1a2d42;
    padding-top: 12px;
    margin-top: 4px;
    font-size: 18px;
}

.order-summary-pricing .summary-row.total strong {
    color: #1a2d42;
}

.order-summary-delivery {
    margin-top: 16px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    color: #555;
}

.order-summary-delivery i {
    color: var(--color-primary, #e74c3c);
}

/* ===== Contract Preview ===== */
.contract-preview {
    max-height: 400px;
    overflow-y: auto;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    background: #fafbfc;
    font-size: 14px;
    line-height: 1.7;
    color: #444;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}

.contract-preview::-webkit-scrollbar {
    width: 6px;
}

.contract-preview::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.contract-preview::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.contract-preview::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.contract-preview table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
}

.contract-preview table th,
.contract-preview table td {
    border: 1px solid #e8eaed;
    padding: 8px 12px;
    text-align: left;
    font-size: 13px;
}

.contract-preview table th {
    background: #f8f9fa;
    font-weight: 700;
}

/* ===== Confirmation Page ===== */
.confirmation-page {
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.confirmation-card {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 16px;
    padding: 50px 40px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.confirmation-icon {
    margin-bottom: 24px;
}

.confirmation-icon i {
    font-size: 72px;
    color: #22c55e;
}

.confirmation-card h2 {
    font-size: 26px;
    font-weight: 800;
    color: #1a2d42;
    margin-bottom: 12px;
}

.confirmation-order-number {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    background: #f8f9fa;
    border: 1px dashed #d1d5db;
    border-radius: 10px;
    padding: 16px 32px;
    margin-top: 20px;
}

.confirmation-order-number span {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.confirmation-order-number strong {
    font-size: 24px;
    font-weight: 800;
    color: var(--color-primary, #e74c3c);
    letter-spacing: 1px;
}

/* ===== RTL Support for new components ===== */
[dir="rtl"] .module-label {
    flex-direction: row-reverse;
}

[dir="rtl"] .module-info {
    text-align: right;
}

[dir="rtl"] .billing-tab .discount-badge {
    margin-left: 0;
    margin-right: 4px;
}

[dir="rtl"] .price-row,
[dir="rtl"] .summary-row,
[dir="rtl"] .order-summary-modules ul li,
[dir="rtl"] .order-summary-billing {
    flex-direction: row-reverse;
}

/* ===== Responsive for new components ===== */
@media (max-width: 767px) {
    .module-selector {
        padding: 20px;
    }

    .module-label {
        flex-wrap: wrap;
        gap: 8px;
    }

    .module-price {
        width: 100%;
        text-align: right;
        padding-left: 36px;
    }

    .billing-tabs {
        flex-direction: column;
    }

    .billing-tab {
        justify-content: center;
    }

    .checkout-section {
        padding: 20px;
    }

    .order-summary {
        position: static;
        padding: 20px;
    }

    .confirmation-card {
        padding: 30px 20px;
    }

    .confirmation-icon i {
        font-size: 56px;
    }

    .confirmation-card h2 {
        font-size: 22px;
    }

    .confirmation-order-number strong {
        font-size: 20px;
    }
}

/* ===== Project Card Enhancements ===== */
.project-style-one-area.bg-gray .project-style-one {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
}

.project-style-one-area.bg-gray .project-style-one:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-6px);
}

.project-style-one-area.bg-gray .project-style-one .info {
    max-width: none;
    padding: 35px 30px;
    position: relative;
}

.project-style-one-area.bg-gray .project-style-one .info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #eee, transparent);
}

.project-style-one-area.bg-gray .project-style-one .info h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.project-style-one-area.bg-gray .project-style-one .info h3 a {
    transition: color 0.3s ease;
}

.project-style-one-area.bg-gray .project-style-one:hover .info h3 a {
    color: var(--color-primary);
}

.project-style-one-area.bg-gray .project-style-one .info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}

.project-style-one-area.bg-gray .project-style-one .btn-simple {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--color-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.project-style-one-area.bg-gray .project-style-one .btn-simple:hover {
    gap: 12px;
    border-bottom-color: var(--color-primary);
}

.project-style-one-area.bg-gray .project-style-one {
    grid-template-columns: 1.2fr 1.5fr;
}

.project-style-one-area.bg-gray .project-style-one .thumb {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #0f172a;
}

.project-style-one-area.bg-gray .project-style-one .thumb img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: contain;
    object-position: center;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-style-one-area.bg-gray .project-style-one:hover .thumb img {
    transform: scale(1.05);
}

.project-style-one-area.bg-gray .project-style-one .thumb span {
    font-size: 13px;
    padding: 15px 5px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(44, 62, 80, 0.9);
}

/* Project list page (3 column grid) */
.project-style-one-area .project-style-one .thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.project-style-one-area .project-style-one .thumb img {
    transition: transform 0.5s ease;
}

.project-style-one-area .project-style-one:hover .thumb img {
    transform: scale(1.08);
}

/* ===== Project Product Tags (inline in info section) ===== */
.project-product-tags-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

/* ===== Project List Page Cards ===== */
.project-list-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-list-card:hover {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
    transform: translateY(-6px);
}

.project-list-card-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.project-list-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-list-card:hover .project-list-card-thumb img {
    transform: scale(1.08);
}

.project-list-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.project-list-card:hover .project-list-card-overlay {
    opacity: 1;
}

.project-list-card-overlay i {
    width: 50px;
    height: 50px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.project-list-card:hover .project-list-card-overlay i {
    transform: scale(1);
}

.project-list-card-body {
    padding: 24px;
}

.project-list-card-client {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.project-list-card-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.4;
}

.project-list-card-body h4 a {
    color: #232323;
    text-decoration: none;
    transition: color 0.3s ease;
}

.project-list-card:hover .project-list-card-body h4 a {
    color: var(--color-primary);
}

.project-product-tag {
    display: inline-block;
    background: rgba(44, 62, 80, 0.85);
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none !important;
    backdrop-filter: blur(4px);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.project-product-tag:hover {
    background: #2c3e50;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(44, 62, 80, 0.3);
}

/* ===== Used Product Cards (detail page) ===== */
.used-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.3s ease;
    background: #fff;
}

.used-product-card:hover {
    border-color: var(--color-primary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.used-product-card img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.used-product-info {
    flex: 1;
    min-width: 0;
}

.used-product-info h5 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #232323;
}

.used-product-info .used-product-type {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.used-product-card > i {
    color: var(--color-primary);
    opacity: 0;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.used-product-card:hover > i {
    opacity: 1;
    transform: translateX(3px);
}

/* ===== Blog Cards - Homepage ===== */
.home-blog .blog-style-two .thumb {
    overflow: hidden;
    border-radius: 10px;
}

.home-blog .blog-style-two .thumb img {
    min-height: 220px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-blog .blog-style-two:hover .thumb img {
    transform: scale(1.05);
}

.home-blog .blog-style-two .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.home-blog .blog-style-two .info h3 a {
    transition: color 0.3s ease;
}

.home-blog .blog-style-two:hover .info h3 a {
    color: var(--color-primary);
}

.home-blog .blog-summary {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}

.blog-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 15px;
}

.blog-tag {
    display: inline-block;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    background: rgba(232, 68, 49, 0.08);
    color: var(--color-primary);
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.blog-tag:hover {
    background: var(--color-primary);
    color: #fff;
}

/* ===== Blog Detail: Author Avatar in Meta ===== */
.blog-author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
    margin-right: 4px;
}

/* ===== Blog List: Thumbnail Size ===== */
.blog-area.full-blog .blog-style-one .thumb {
    max-height: 280px;
    overflow: hidden;
}

.blog-area.full-blog .blog-style-one .thumb img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .blog-area.full-blog .blog-style-one .thumb,
    .blog-area.full-blog .blog-style-one .thumb img {
        max-height: 200px;
        height: 200px;
    }
}

/* ===== Blog List: Filter Bar ===== */
.blog-filter-bar {
    margin-bottom: 28px;
}

.blog-search-box {
    position: relative;
    margin-bottom: 14px;
}

.blog-search-box .form-control {
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    padding: 12px 44px 12px 16px;
    font-size: 15px;
    background: #f9fafb;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.blog-search-box .form-control:focus {
    border-color: #5b8fb9;
    box-shadow: 0 0 0 3px rgba(91, 143, 185, 0.1);
    background: #fff;
    outline: none;
}

.blog-search-icon,
.blog-search-spinner {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 14px;
    pointer-events: none;
}

.blog-search-spinner {
    color: var(--color-primary);
}

.blog-tag-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-tag-btn {
    background: #f0f2f5;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.blog-tag-btn:hover {
    background: #e8eaed;
    color: #333;
}

.blog-tag-btn.active {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.blog-results-info {
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
    padding: 6px 0;
    border-bottom: 1px solid #f0f0f0;
}

.blog-no-results {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.blog-no-results i {
    font-size: 40px;
    color: #ddd;
    margin-bottom: 16px;
    display: block;
}

.blog-no-results p {
    font-size: 16px;
    color: #777;
}

@media (max-width: 767px) {
    .blog-tag-filters {
        gap: 6px;
    }
    .blog-tag-btn {
        padding: 4px 12px;
        font-size: 12px;
    }
}

/* ===== Blog Detail: Learnings / Key Takeaways ===== */
.blog-learnings {
    background: #f8fafb;
    border: 1px solid #e8ecf0;
    border-left: 3px solid #5b8fb9;
    border-radius: 0 8px 8px 0;
    padding: 24px 26px;
    margin-bottom: 28px;
}

.blog-learnings-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.blog-learnings-header i {
    font-size: 18px;
    color: #c9a227;
}

.blog-learnings-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3a;
}

.blog-learnings-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-learnings-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 7px 0 !important;
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    text-transform: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.blog-learnings-list li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.blog-learnings-list li span {
    color: #555 !important;
    font-size: 14px !important;
    text-transform: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    padding: 0 !important;
    display: inline !important;
}

.blog-learnings-list li i {
    color: #5b8fb9 !important;
    font-size: 13px !important;
    margin-top: 4px !important;
    flex-shrink: 0;
}

/* ===== Blog Detail: Table of Contents ===== */
.blog-toc {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 30px;
}

.blog-toc-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-toc-header i {
    font-size: 18px;
    color: #555;
}

.blog-toc-header h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #232323;
    flex: 1;
}

.blog-toc-toggle {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 14px;
    transition: color 0.2s;
}

.blog-toc-toggle:hover {
    color: #333;
}

.blog-toc-nav {
    margin-top: 14px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 600px;
    opacity: 1;
    overflow: hidden;
}

.blog-toc-nav.collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.blog-toc-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}

.blog-toc-nav ol li {
    counter-increment: toc-counter;
}

.blog-toc-nav ol li a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    gap: 8px;
}

.blog-toc-nav ol li a::before {
    content: counter(toc-counter, decimal-leading-zero);
    font-size: 12px;
    font-weight: 700;
    color: #888;
    min-width: 22px;
}

.blog-toc-nav ol li a:hover {
    background: rgba(0, 0, 0, 0.03);
    color: #232323;
}

/* ===== Blog Detail: Author Bio Card ===== */
.blog-author-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    margin-top: 30px;
}

.blog-author-card-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.blog-author-card-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #34495e, #2c3e50);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.blog-author-card-info h5 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
}

.blog-author-card-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 8px;
}

.blog-author-card-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Blog Content Body headings anchor offset */
.blog-content-body h2 {
    scroll-margin-top: 100px;
}

/* ===== Responsive: Blog Detail ===== */
@media (max-width: 767px) {
    .blog-learnings {
        padding: 20px;
    }

    .blog-toc {
        padding: 18px 20px;
    }

    .blog-author-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* ===== Product & Service List Pages ===== */

/* --- Filter Description --- */
.filter-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* --- Type Filter Tabs (JS client-side) --- */
.type-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.filter-tab {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: 2px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
}
.filter-tab:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.filter-tab.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

/* --- Services-style-one thumb enhancements --- */
.services-style-one .thumb { position: relative; overflow: hidden; border-radius: 8px 8px 0 0; }
.services-style-one .thumb img { width: 100%; height: 220px; object-fit: cover; display: block; }
.services-style-one .thumb-placeholder {
    display: flex; align-items: center; justify-content: center;
    height: 220px; background: var(--bg-gray, #f7f7f7); color: #ccc; font-size: 48px;
}
.services-style-one .card-badges { position: absolute; top: 12px; left: 12px; display: flex; gap: 6px; z-index: 2; }

/* Item card transition for JS filter */
.item-card { transition: opacity 0.3s ease; }

/* --- Pricing Filter Tabs (shared) --- */
.pricing-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}
.filter-pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.filter-pill.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

/* --- Category Filter Tabs --- */
.category-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.cat-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 2px solid #ddd;
    transition: all 0.3s ease;
}
.cat-pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.cat-pill.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

/* ===== PRODUCT CARDS (Dark Theme) ===== */
.dark-theme-section {
    background: #0d1b2a;
    padding-top: 60px;
    padding-bottom: 40px;
}
.dark-theme-section .filter-desc {
    color: #8899aa;
}
.dark-theme-section .filter-pill {
    background: transparent;
    border-color: #2a3f55;
    color: #ccc;
}
.dark-theme-section .filter-pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.dark-theme-section .filter-pill.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.dark-theme-section .cat-pill {
    background: transparent;
    border-color: #2a3f55;
    color: #aab;
}
.dark-theme-section .cat-pill:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}
.dark-theme-section .cat-pill.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.product-card-dark {
    background: #132238;
    border: 1px solid #1e3450;
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}
.product-card-dark:hover {
    border-color: var(--color-primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(231, 76, 60, 0.15);
}

.product-card-dark .card-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.product-card-dark .card-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: rgba(231, 76, 60, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card-dark .card-icon i {
    font-size: 22px;
    color: var(--color-primary);
}

.product-card-dark .card-category-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #8899aa;
    border: 1px solid #2a3f55;
    border-radius: 20px;
    padding: 4px 12px;
}

.product-card-dark .card-short-name {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-card-dark .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-card-dark .card-title a {
    color: #fff;
    text-decoration: none;
}
.product-card-dark .card-title a:hover {
    color: var(--color-primary);
}

.product-card-dark .card-desc {
    font-size: 14px;
    color: #8899aa;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 14px;
}

.product-card-dark .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.product-card-dark .card-tag {
    font-size: 11px;
    font-weight: 600;
    color: #8899aa;
    background: #1a2d44;
    border: 1px solid #2a3f55;
    border-radius: 4px;
    padding: 3px 10px;
}

.product-card-dark .card-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #1e3450;
}
.product-card-dark .card-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-card-dark .card-link:hover {
    color: #ff6b5b;
}

/* ===== SERVICE CARDS (Light Theme) ===== */
.service-card-light {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 12px;
    padding: 30px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.service-card-light:hover {
    border-color: var(--color-primary);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.service-card-light .card-number {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 48px;
    font-weight: 800;
    color: #f0f2f5;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.service-card-light .card-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffeaea, #fff0ee);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}
.service-card-light .card-icon-wrap i {
    font-size: 24px;
    color: var(--color-primary);
}

.service-card-light .card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.service-card-light .card-title a {
    color: #1a1a2e;
    text-decoration: none;
}
.service-card-light .card-title a:hover {
    color: var(--color-primary);
}

.service-card-light .card-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    flex-grow: 1;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.service-card-light .card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.service-card-light .card-tag {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: #f5f7fa;
    border: 1px solid #e0e4ea;
    border-radius: 4px;
    padding: 3px 10px;
}

.service-card-light .card-footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 1;
}
.service-card-light .card-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: none;
}
.service-card-light .card-link:hover {
    color: #ff6b5b;
}

/* --- Shared Pricing Badge --- */
.card-pricing-badge {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 14px;
    border-radius: 4px;
    border: 1px solid;
    white-space: nowrap;
}
.card-pricing-badge.pricing-quote {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.card-pricing-badge.pricing-subscription {
    color: #2ecc71;
    border-color: #2ecc71;
}
.card-pricing-badge.pricing-purchase {
    color: #3498db;
    border-color: #3498db;
}

/* Dark theme pricing badges */
.product-card-dark .card-pricing-badge.pricing-quote {
    color: var(--color-primary);
    border-color: var(--color-primary);
    background: rgba(231, 76, 60, 0.1);
}
.product-card-dark .card-pricing-badge.pricing-subscription {
    color: #2ecc71;
    border-color: #2ecc71;
    background: rgba(46, 204, 113, 0.1);
}
.product-card-dark .card-pricing-badge.pricing-purchase {
    color: #3498db;
    border-color: #3498db;
    background: rgba(52, 152, 219, 0.1);
}

/* Responsive */
@media (max-width: 767px) {
    .product-card-dark,
    .service-card-light {
        padding: 22px 18px;
    }
    .product-card-dark .card-title,
    .service-card-light .card-title {
        font-size: 16px;
    }
    .pricing-filter-tabs,
    .category-filter-tabs {
        gap: 6px;
    }
    .filter-pill,
    .cat-pill {
        padding: 8px 14px;
        font-size: 12px;
    }
    .card-footer-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* ============================================
   Related Cards - Products/Services/Blogs
   ============================================ */
.related-section {
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.related-section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #103142;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.related-section-title i {
    color: #4A90D9;
    font-size: 1.1rem;
}
.related-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;
}
.related-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.related-card-img {
    position: relative;
    overflow: hidden;
    height: 180px;
}
.related-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.related-card:hover .related-card-img img {
    transform: scale(1.05);
}
.related-card-body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.related-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: fit-content;
}
.related-card-badge.badge-product {
    background: rgba(74, 144, 217, 0.1);
    color: #4A90D9;
}
.related-card-badge.badge-service {
    background: rgba(16, 49, 66, 0.08);
    color: #103142;
}
.related-card-body h4 {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #103142;
}
.related-card-body h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.related-card-body h4 a:hover {
    color: #4A90D9;
}
.related-card-meta {
    display: flex;
    gap: 12px;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.related-card-meta i {
    margin-right: 4px;
}
.related-card-summary {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.5;
    margin-bottom: 12px;
    flex: 1;
}
.related-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.88rem;
    font-weight: 600;
    color: #4A90D9;
    text-decoration: none;
    transition: gap 0.2s, color 0.2s;
    margin-top: auto;
}
.related-card-link:hover {
    color: #103142;
    gap: 10px;
}

/* Sidebar Categories Enhancement */
.services-list-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-list-widget ul li {
    border-bottom: 1px solid #f0f0f0;
}
.services-list-widget ul li:last-child {
    border-bottom: none;
}
.services-list-widget ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    color: #555;
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.2s;
    border-radius: 6px;
}
.services-list-widget ul li a:hover,
.services-list-widget ul li.active a {
    background: rgba(74, 144, 217, 0.08);
    color: #4A90D9;
    padding-left: 20px;
}
.services-list-widget ul li.active a {
    font-weight: 600;
    color: #103142;
}

/* Sidebar Widget Base */
.services-sidebar .single-widget {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 22px 20px;
}

/* Sidebar Tags Enhancement */
.single-widget .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.single-widget .tags a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.82rem;
    color: #555;
    background: #f5f7fa;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid transparent;
}
.single-widget .tags a:hover {
    background: #4A90D9;
    color: #fff;
    border-color: #4A90D9;
}

/* FAQ Section Spacing Enhancement */
.faq-style-one.faq-style-two {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 30px !important;
}
.faq-style-one .section-title {
    margin-bottom: 25px !important;
}

/* Section Title Enhancement */
.services-single-content .section-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #103142;
    margin-bottom: 20px;
}

/* Highlights & WhoIsFor spacing */
.highlights-section,
.who-is-for-section {
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* Module selector spacing */
.module-selector {
    padding-top: 25px;
    border-top: 1px solid #eee;
}

/* ===== Contact Page ===== */
.contact-info-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    border-color: transparent;
}

.contact-info-icon {
    width: 65px;
    height: 65px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-info-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #232323;
}

.contact-info-card a {
    color: #555;
    font-size: 15px;
    transition: color 0.2s;
}

.contact-info-card a:hover {
    color: #e74c3c;
}

.contact-info-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.contact-working-hours {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 15px;
    color: #555;
}

.contact-working-hours i {
    color: #e74c3c;
    font-size: 18px;
}

.contact-form-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}

.contact-form-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
}

.contact-form-box .form-group {
    margin-bottom: 20px;
}

.contact-form-box .form-control {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.contact-form-box .form-control:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.contact-map-box {
    height: 100%;
    min-height: 480px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
    border: 1px solid #eee;
}

.contact-map-box iframe {
    border-radius: 12px;
}

.contact-map-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 480px;
    background: #f8f9fa;
    text-align: center;
    padding: 40px;
}

.contact-map-placeholder i {
    font-size: 48px;
    color: #ccc;
    margin-bottom: 20px;
}

/* ===== Quote Page ===== */
.quote-form-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}

.quote-form-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
}

.quote-form-box .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
}

.quote-form-box .form-control,
.quote-form-box .form-select {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.quote-form-box .form-control:focus,
.quote-form-box .form-select:focus {
    border-color: #e74c3c;
    box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

.quote-sidebar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
    position: sticky;
    top: 100px;
}

.quote-sidebar h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #232323;
}

.quote-sidebar-img {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.quote-sidebar-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.quote-sidebar-modules {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.quote-sidebar-modules h6 {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 12px;
}

.quote-sidebar-modules ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.quote-sidebar-modules li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.quote-sidebar-modules li:last-child {
    border-bottom: none;
}

.quote-sidebar-modules li small {
    margin-left: auto;
    font-size: 12px;
}

.quote-back-link {
    display: inline-block;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #666;
    font-size: 14px;
    transition: color 0.2s;
    width: 100%;
}

.quote-back-link:hover {
    color: #e74c3c;
}

/* (confirmation styles consolidated above) */

/* ===== Service/Product Detail — Hero Image ===== */
.service-single-thumb {
    border-radius: 12px;
    overflow: hidden;
    max-height: 400px;
}

.service-single-thumb img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
}

/* ===== Support Page ===== */
.support-sidebar {
    background: #fff;
    border: 1px solid #eef0f3;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.support-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 8px;
}

.support-product-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.support-product-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #eef0f3;
    border-radius: 10px;
    background: #f9fafb;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: left;
}

.support-product-btn:hover {
    background: #f0f4ff;
    border-color: #c7d2fe;
    transform: translateX(4px);
}

.support-product-btn.active {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px rgba(231, 76, 60, 0.3);
}

.support-product-btn.active .support-product-icon i,
.support-product-btn.active .support-product-info strong,
.support-product-btn.active .support-product-info small,
.support-product-btn.active .support-product-arrow {
    color: #fff;
}

.support-product-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #e8ecf1;
    flex-shrink: 0;
}

.support-product-btn.active .support-product-icon {
    background: rgba(255, 255, 255, 0.2);
}

.support-product-icon i {
    font-size: 18px;
    color: #e74c3c;
}

.support-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.support-product-info strong {
    font-size: 14px;
    font-weight: 600;
    color: #1a2d42;
}

.support-product-info small {
    font-size: 12px;
    color: #888;
}

.support-product-arrow {
    color: #ccc;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.support-product-btn:hover .support-product-arrow {
    transform: translateX(3px);
}

.support-contact-box {
    background: linear-gradient(135deg, #f8f9fb 0%, #f0f2f8 100%);
    border: 1px solid #e2e6ed;
    border-radius: 14px;
    padding: 30px 35px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.support-contact-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.support-contact-text {
    flex: 1;
}

.support-contact-text h5 {
    margin-bottom: 4px;
    font-weight: 700;
    color: #1a2d42;
}

.support-contact-text p {
    margin-bottom: 0;
    font-size: 14px;
}

.support-contact-actions {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.btn-support-primary,
.btn-support-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-support-primary {
    background: #1a2d42;
    color: #fff;
    border-color: #1a2d42;
}

.btn-support-primary:hover,
.btn-support-primary:focus {
    background: #243d57;
    border-color: #243d57;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 45, 66, 0.3);
}

.btn-support-secondary {
    background: #fff;
    color: #1a2d42;
    border-color: #d1d8e0;
}

.btn-support-secondary:hover,
.btn-support-secondary:focus {
    background: #f0f4f8;
    border-color: #1a2d42;
    color: #1a2d42 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.support-contact-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #fff;
    font-size: 20px;
}

.support-initial-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    text-align: center;
    padding: 40px;
}

.support-initial-icon {
    font-size: 80px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.support-initial-state h3 {
    color: #1a2d42;
    margin-bottom: 10px;
}

.support-loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

.support-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    color: #888;
}

.support-empty-state i {
    font-size: 48px;
    margin-bottom: 16px;
    color: #dee2e6;
}

.support-faq-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2d42;
    margin-bottom: 4px;
}

/* RTL Support */
[dir="rtl"] .support-product-btn {
    text-align: right;
    flex-direction: row-reverse;
}

[dir="rtl"] .support-product-btn:hover {
    transform: translateX(-4px);
}

[dir="rtl"] .support-product-arrow {
    transform: rotate(180deg);
}

[dir="rtl"] .support-product-btn:hover .support-product-arrow {
    transform: rotate(180deg) translateX(3px);
}

/* Responsive */
@media (max-width: 767px) {
    .support-sidebar {
        padding: 20px;
    }

    .support-initial-state {
        min-height: 250px;
        padding: 20px;
    }

    .support-initial-icon {
        font-size: 56px;
    }

    .support-contact-inner {
        flex-direction: column;
        text-align: center;
    }

    .support-contact-actions {
        justify-content: center;
    }
}

/* ===== Product/Service Detail: Table of Contents (Sidebar) ===== */
.product-toc-widget {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 25px;
}

.product-toc-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-toc-header > i {
    font-size: 16px;
    color: #555;
}

.product-toc-header .widget-title {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: #232323;
}

.product-toc-toggle {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px 8px;
    font-size: 13px;
    transition: color 0.2s;
}

.product-toc-toggle:hover {
    color: #333;
}

.product-toc-nav {
    margin-top: 12px;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 500px;
    opacity: 1;
    overflow: hidden;
}

.product-toc-nav.collapsed {
    max-height: 0;
    opacity: 0;
    margin-top: 0;
}

.product-toc-nav ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}

.product-toc-nav ol li {
    counter-increment: toc-counter;
}

.product-toc-nav ol li a {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    color: #555;
    font-size: 13.5px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    gap: 8px;
}

.product-toc-nav ol li a::before {
    content: counter(toc-counter, decimal-leading-zero);
    font-size: 11px;
    font-weight: 700;
    color: #999;
    min-width: 20px;
}

.product-toc-nav ol li a:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #232323;
}

/* ===== Payment Description Card ===== */
.payment-description-section {
    background: #f8f9fc; border: 1px solid #e2e6ed; border-radius: 10px;
    padding: 20px 24px; margin-top: 20px; margin-bottom: 10px;
}
.payment-description-section h6 {
    font-size: 15px; color: #1a2d42; margin-bottom: 10px;
}
.payment-description-content {
    font-size: 14px; line-height: 1.7; color: #555;
}
.payment-description-content p { margin-bottom: 6px; }
[dir="rtl"] .payment-description-section { text-align: right; }

/* ===== Process Steps Timeline ===== */
.process-steps-section {
    padding: 40px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.process-timeline {
    position: relative;
    padding-left: 0;
}

.process-step {
    display: flex;
    gap: 24px;
    position: relative;
    padding-bottom: 32px;
}

.process-step:last-child {
    padding-bottom: 0;
}

.process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 24px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #3b82f6, #e2e8f0);
}

.process-step-marker {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    z-index: 1;
}

.process-step-marker .step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.process-step-marker .step-icon {
    font-size: 1rem;
    color: #3b82f6;
    margin-top: 2px;
}
.process-step-marker .step-icon i {
    display: block;
}

.process-step-content {
    flex: 1;
    padding-top: 8px;
}

.process-step-content .step-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.process-step-content .step-duration {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    background: rgba(59, 130, 246, 0.1);
    color: #2563eb;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.process-step-content .step-description {
    margin-top: 6px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* RTL Process Timeline */
[dir="rtl"] .process-step {
    flex-direction: row-reverse;
}

[dir="rtl"] .process-step:not(:last-child)::after {
    left: auto;
    right: 24px;
}

/* Responsive */
@media (max-width: 575.98px) {
    .process-steps-section {
        padding: 24px 16px;
    }
    .process-step {
        gap: 16px;
    }
    .process-step-marker .step-number {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }
    .process-step:not(:last-child)::after {
        left: 20px;
        top: 48px;
    }
    [dir="rtl"] .process-step:not(:last-child)::after {
        left: auto;
        right: 20px;
    }
}
