/* BeeMessenger Brand Overrides for Softro Theme */

/* ===== Brand Colors ===== */
:root {
    --bee-primary: #F25D27;
    --bee-primary-dark: #D94E1F;
    --bee-secondary: #022859;
    --bee-accent: #F25D27;
    --bee-text: #1E293B;
    --bee-text-light: #64748B;
    --bee-bg-light: #F4F7FA;
}

/* ===== Trust Badges (Homepage) ===== */
.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 2rem;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0.8;
}

/* ===== Page Content Styling ===== */
.page-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.page-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.page-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page-content ul li,
.page-content ol li {
    margin-bottom: 0.5rem;
    line-height: 1.7;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
}

.page-content .hero {
    padding: 3rem 0;
    text-align: center;
}

.page-content .hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.page-content .hero p {
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto 2rem;
}

.page-content .card {
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease;
}

.page-content .card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.page-content .card h3 {
    margin-top: 0;
}

.page-content .columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.page-content .faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1.25rem 0;
}

.page-content .faq-item h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.page-content .faq-item p {
    margin-bottom: 0;
}

/* ===== CTA Buttons Mapping ===== */
.page-content .btn-primary,
.page-content .cta-btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ===== Stats Section ===== */
.single-counter {
    padding: 2rem 1rem;
}

.single-counter h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.single-counter p {
    font-size: 1rem;
    opacity: 0.7;
}

/* ===== Pricing Adjustments ===== */
.pricing-card .pricing-top h2 span {
    font-size: 1.5rem;
    vertical-align: top;
}

.pricing-card .pricing-top h2 sub {
    font-size: 0.875rem;
    font-weight: 400;
}

/* ===== Contact Form Enhancements ===== */
.form-inner input,
.form-inner textarea {
    width: 100%;
}

.form-inner2 .form-label {
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
}

/* ===== Article Details Enhancements ===== */
.details-contnt-wrap h2.style-2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.details-contnt-wrap .line-break {
    display: block;
    height: 2px;
    width: 60px;
    margin-bottom: 2rem;
}

/* ===== Marquee (Sektör Kategori Şeridi) ===== */
.partner-section .partner-wrap .marquee .marquee__group a {
    background: #374151;
    color: #FFFFFF;
    border-radius: 20px;
    padding: 8px 18px;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.partner-section .partner-wrap .marquee .marquee__group a:hover {
    background: #022859;
}

.partner-section .partner-wrap .marquee .marquee__group a i {
    color: #FFFFFF !important;
}

.partner-section .partner-title h3 {
    background: transparent !important;
    border: none !important;
    color: #022859 !important;
    font-weight: 600 !important;
}

/* ===== Industry Solutions Grid ===== */
.integration-wrap .single-integration {
    padding: 1.5rem;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.integration-wrap .single-integration:hover {
    transform: translateY(-4px);
}

.integration-wrap .single-integration i {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    display: block;
}

/* ===== Mega Menu Icon Support ===== */
header .header-area-wrap .main-menu>ul>li .mega-menu a i {
    display: inline-block;
    opacity: 1;
    position: static;
}

.mega-menu .service-list .single-service a i {
    font-size: 28px;
    min-width: 40px;
    text-align: center;
    transition: 0.5s;
    line-height: 1;
}

.mega-menu .service-list .single-service a:hover i {
    color: var(--dark-title-color);
}

/* ===== Module Cards ===== */
.service-card.style-2 .icon-area i {
    font-size: 2.5rem;
}

/* ===== Reassurance Text ===== */
.reassurance-text {
    font-size: 0.8125rem;
    opacity: 0.7;
    margin-top: 1rem;
}

/* ===== Process Steps ===== */
.process-card .step-number {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: block;
}

/* ===== Footer Enhancements ===== */
.footer-address {
    font-size: 14px;
    opacity: 0.7;
    margin-top: 15px;
    line-height: 1.7;
}

.footer-newsletter-desc {
    font-size: 14px;
    margin-bottom: 15px;
    opacity: 0.8;
    line-height: 1.6;
}

/* ===== Global Card Style (Unified) ===== */
.service-card,
.service-card.style-2,
.process-card,
.metric-card,
.sector-card,
.pricing-card,
.testimonial-card {
    background: linear-gradient(180deg, #FEFCFB 0%, #FFFFFF 100%) !important;
    border: 1px solid #E5E7EB !important;
    border-top: 3px solid #F25D27 !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(2, 40, 89, 0.04);
    transition: all 0.3s ease;
}

.service-card:hover,
.service-card.style-2:hover,
.process-card:hover,
.metric-card:hover,
.sector-card:hover,
.pricing-card:hover,
.testimonial-card:hover {
    background: linear-gradient(180deg, #FEFCFB 0%, #FFFFFF 100%) !important;
    box-shadow: 0 8px 24px rgba(2, 40, 89, 0.08);
    border-color: rgba(2, 40, 89, 0.12) !important;
    border-top-color: #022859 !important;
    transform: translateY(-2px);
}

/* ===== Hero batch badge ===== */
.home4-banner-section .banner-wrapper .batch {
    background-color: #f25d271f !important;
    color: #F25D27 !important;
}

/* ===== Hover Stratejisi ===== */

/* Turuncu buton: beyaz yazı */
.primary-btn1 {
    background-color: #F25D27 !important;
    color: #FFFFFF !important;
}

.primary-btn1>span svg {
    fill: #FFFFFF !important;
}

.primary-btn1:hover {
    background-color: #022859 !important;
    color: #FFFFFF !important;
}

.primary-btn1:hover>span svg {
    fill: #FFFFFF !important;
}

/* Turuncu buton hover */
.secondary-btn1:hover {
    background-color: #E04B14 !important;
}

/* Menü linkleri hover — metin turuncu */
header .header-area-wrap .main-menu>ul>li>a:hover {
    color: #F25D27 !important;
}

header .header-area-wrap .main-menu>ul>li ul.sub-menu>li>a:hover {
    color: #F25D27 !important;
}

/* Mega menü hover — hafif gri arka plan, turuncu metin */
header .header-area-wrap .main-menu>ul>li .mega-menu .menu-row .service-wrap .service-list .single-service a:hover {
    background-color: #F7F9FB !important;
    border-color: #E8EEF5 !important;
    color: #F25D27 !important;
}

/* ===== Tipografi ===== */
h1,
h2,
h3,
h4,
h5,
h6,
.section-title h2 {
    color: #022859;
}

body,
p {
    color: #1D2939;
}

/* ===== İstatistik Sayıları ===== */
.single-counter h2 {
    color: #F25D27 !important;
}

/* ===== Hero Arka Plan ===== */
.home4-banner-section {
    background: #FFFFFF !important;
}

/* ===== Section Arka Planlar ===== */
.about-us-section,
.service-section,
.integration-section {
    background-color: #F7F9FB;
}

/* ===== Fiyatlandırma Kartları ===== */
.pricing-plan-page .col-xl-3,
.pricing-plan-page .col-lg-6 {
    display: flex;
}

.pricing-plan-page .magnetic-item {
    width: 100%;
    transform: none !important;
}

.pricing-plan-page .pricing-card:hover {
    transform: none !important;
}

.pricing-plan-page .pricing-card {
    background: #F7F9FB !important;
    border-top: 3px solid #022859 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-plan-page .pricing-card .pricing-top>span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pricing-plan-page .pricing-card .pricing-top {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.pricing-card.featured,
.pricing-card.popular {
    border-top: 3px solid #F25D27;
}

/* ===== Footer Vurgu ===== */
.footer-section a:hover {
    color: #F25D27 !important;
}

/* ===== Contact Form ===== */
.contact-form-wrap.inner-contact-from {
    background-color: #F7F9FB !important;
}

/* ===== Nasıl Çalışır Section Override ===== */

/* Full-width arka plan + grid pattern */
.home4-process-section {
    background-color: #F8F9FA;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    padding: 80px 0;
}

.home4-process-section .process-section-wrap {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.home4-process-section .process-section-wrap::after {
    content: none !important;
}

/* Process wrapper: tema'nın flex düzenini kaldır, Bootstrap grid kullansın */
.home4-process-section .process-section-wrap .process-wrapper {
    display: block !important;
}

.home4-process-section .process-section-wrap .process-wrapper .single-process {
    display: block !important;
    gap: 0 !important;
}

/* Kartlar: sabit genişlikleri kaldır */
.home4-process-section .process-section-wrap .process-wrapper .single-process .process-card {
    max-width: unset !important;
    min-width: unset !important;
    width: 100% !important;
    padding: 28px 24px;
    height: 100%;
}

/* Adım belirteçleri */
.home4-process-section .process-card .step-no {
    background-color: #022859 !important;
    border-color: #022859 !important;
}

.home4-process-section .process-card .step-no::before {
    background-color: #022859 !important;
    border-color: #022859 !important;
}

.home4-process-section .process-card .step-no span {
    color: #FFFFFF !important;
}

/* ===== Section Badge: yeşil border override ===== */
.section-title>span,
.section-title.three .left-content>span {
    border-color: transparent !important;
    background-color: #EDF2F7;
    color: #022859;
}

/* ===== Ana Özellikler (6 Modül) — Premium AI-Native ===== */

/* Arka plan: Neural network grid + parlayan düğümler */
.our-service-section.style-2 {
    position: relative;
    overflow: hidden;
}

.our-service-section.style-2::before {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(2, 40, 89, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(2, 40, 89, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.our-service-section.style-2::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle 2px at 60px 60px, rgba(2, 40, 89, 0.15) 0%, transparent 100%),
        radial-gradient(circle 2px at 120px 120px, rgba(242, 93, 39, 0.12) 0%, transparent 100%),
        radial-gradient(circle 2px at 180px 60px, rgba(2, 40, 89, 0.10) 0%, transparent 100%),
        radial-gradient(circle 2px at 240px 180px, rgba(242, 93, 39, 0.10) 0%, transparent 100%),
        radial-gradient(circle 2px at 300px 120px, rgba(2, 40, 89, 0.12) 0%, transparent 100%),
        radial-gradient(circle 2px at 360px 60px, rgba(242, 93, 39, 0.08) 0%, transparent 100%),
        radial-gradient(circle 2px at 420px 180px, rgba(2, 40, 89, 0.10) 0%, transparent 100%),
        radial-gradient(circle 2px at 480px 120px, rgba(242, 93, 39, 0.12) 0%, transparent 100%),
        radial-gradient(circle 2px at 540px 60px, rgba(2, 40, 89, 0.08) 0%, transparent 100%),
        radial-gradient(circle 2px at 600px 180px, rgba(242, 93, 39, 0.10) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
    animation: nodePulse 4s ease-in-out infinite alternate;
}

@keyframes nodePulse {
    0% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

.our-service-section.style-2 .container {
    position: relative;
    z-index: 1;
}

/* Kartlar: turuncu border-top, hover'da laciverte döner */
.our-service-section.style-2 .service-card.style-2 {
    background: linear-gradient(180deg, #FEFCFB 0%, #FFFFFF 100%) !important;
    border-top: 3px solid #F25D27 !important;
    min-height: unset;
    max-height: unset;
    height: 100%;
}

.our-service-section.style-2 .service-card.style-2:hover {
    background: linear-gradient(180deg, #FEFCFB 0%, #FFFFFF 100%) !important;
    border-top-color: #022859 !important;
}

/* Simge alanı: lacivert zemin (tüm kartlarda) */
.our-service-section.style-2 .service-card.style-2 .icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #022859 0%, #043A7F 100%);
    border: 1px solid #022859;
    box-shadow: 0 4px 12px rgba(2, 40, 89, 0.15);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.our-service-section.style-2 .service-card.style-2 .icon i {
    font-size: 1.5rem !important;
    color: #FFFFFF;
    transition: all 0.4s ease;
}


/* Başlık ve metin kontrastı */
.our-service-section.style-2 .service-card.style-2 h3,
.our-service-section.style-2 .service-card.style-2 h3 a {
    color: #022859 !important;
    font-weight: 600;
}

.our-service-section.style-2 .service-card.style-2 p {
    color: #475569;
    line-height: 1.6;
}

/* "Detayını Gör" bağlantısı: turuncu (tüm kartlarda) */
.our-service-section.style-2 .service-card.style-2 .view-details-btn {
    color: #F25D27;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.our-service-section.style-2 .service-card.style-2 .view-details-btn .arrow {
    fill: #F25D27;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.our-service-section.style-2 .service-card.style-2 .view-details-btn:hover {
    color: #022859;
}

.our-service-section.style-2 .service-card.style-2 .view-details-btn:hover .arrow {
    fill: #022859;
    transform: translate(3px, -3px);
}


/* ===== Müşteri Yorumları (Testimonial Cards) ===== */

.our-service-section.style-2 .service-card.style-2.testimonial-card {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
}

.our-service-section.style-2 .service-card.style-2.testimonial-card .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #022859 0%, #043A7F 100%) !important;
    border: 1px solid #022859 !important;
    box-shadow: 0 4px 12px rgba(2, 40, 89, 0.15);
    margin-bottom: 16px;
}

.our-service-section.style-2 .service-card.style-2.testimonial-card .icon i {
    font-size: 1.25rem !important;
    color: #FFFFFF !important;
}

.testimonial-text {
    font-style: italic;
    color: #1E293B;
    line-height: 1.7;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    flex-grow: 1;
}

.testimonial-author {
    border-top: 1px solid #E5E7EB;
    padding-top: 16px;
}

.testimonial-author strong {
    display: block;
    color: #022859;
    font-size: 0.9375rem;
    margin-bottom: 2px;
}

.testimonial-author span {
    font-size: 0.8125rem;
    color: #64748B;
}

/* ===== Stats + Sektör Kartları (Unified) ===== */

.stats-sectors-section {
    background: #F8F9FA;
    padding: 0;
    border-radius: 0;
}

.stats-sectors-section .stats-strip {
    background: #022859;
    padding: 60px 0;
    margin-bottom: 80px;
}

.stats-sectors-section .sectors-wrap {
    padding: 0 0 80px;
}

/* Metric Cards (dark background) */
.stats-strip .metric-card {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 8px;
    padding: 32px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stats-strip .metric-card:hover {
    background: rgba(255, 255, 255, 0.10) !important;
    border-color: rgba(255, 255, 255, 0.20) !important;
    border-top-color: rgba(255, 255, 255, 0.20) !important;
    transform: translateY(-2px);
}

.metric-icon {
    margin-bottom: 12px;
}

.metric-icon i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5);
}

.metric-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #F25D27 !important;
    line-height: 1.1;
    margin-bottom: 6px;
}

.metric-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

/* Section Header */
.sector-badge {
    display: inline-block;
    background: #EDF2F7;
    color: #022859;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 4px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
    border: none;
}

.sector-heading {
    font-size: 2.25rem;
    font-weight: 700;
    color: #022859;
    margin-bottom: 16px;
    line-height: 1.2;
}

.sector-subtitle {
    max-width: 640px;
    margin: 0 auto;
    color: #64748B;
    font-size: 1rem;
    line-height: 1.6;
}

/* Sector Cards */
.sector-card {
    display: block;
    background: linear-gradient(180deg, #FEFCFB 0%, #FFFFFF 100%);
    border: 1px solid #E5E7EB;
    border-top: 3px solid #F25D27;
    border-radius: 10px;
    padding: 28px 24px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(2, 40, 89, 0.04);
    transition: all 0.3s ease;
    height: 100%;
}

.sector-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(2, 40, 89, 0.08);
    border-color: rgba(2, 40, 89, 0.12);
    border-top-color: #022859;
    text-decoration: none;
}

.sector-card-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #022859 0%, #043A7F 100%);
    border: 1px solid #022859;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(2, 40, 89, 0.15);
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.sector-card-icon i {
    font-size: 1.25rem;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.sector-card-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #022859;
    margin-bottom: 8px;
}

.sector-card-desc {
    font-size: 0.875rem;
    color: #64748B;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Sector CTA Link */
.sector-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #022859;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 2px solid #022859;
    transition: all 0.3s ease;
}

.sector-cta:hover {
    color: #F25D27;
    border-color: #F25D27;
}

.sector-cta i {
    transition: transform 0.3s ease;
}

.sector-cta:hover i {
    transform: translateX(4px);
}

/* ===== Trust Şeridi (Counter Wrap) ===== */
.counter-wrap {
    padding-top: 33px;
    position: relative;
}

.counter-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}

.counter-wrap .divider {
    position: relative;
}

.counter-wrap .divider::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 80px;
    width: 1px;
    background: #d9d9d9;
}

@media (max-width: 991px) {
    .counter-wrap .divider::before {
        display: none;
    }
}

.counter-wrap .single-countdown {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.counter-wrap .single-countdown .number {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-wrap .single-countdown .number h2,
.counter-wrap .single-countdown .number span {
    color: #022859;
    font-family: var(--font-spaceGrotesk, 'Space Grotesk', sans-serif);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.counter-wrap .single-countdown>span {
    color: #64748B;
    font-size: 0.9375rem;
    font-weight: 500;
    display: block;
    padding-bottom: 8px;
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 768px) {
    .trust-badges {
        gap: 1rem;
    }

    .trust-badge {
        font-size: 0.75rem;
    }

    .metric-number {
        font-size: 2rem;
    }

    .sector-heading {
        font-size: 1.75rem;
    }

    .stats-sectors-section {
        padding: 50px 0;
    }

    .page-content .hero h1 {
        font-size: 1.75rem;
    }

    .page-content .columns {
        grid-template-columns: 1fr;
    }
}

/* ===== Sektör Sayfa İçerik Düzeni ===== */
.page-content .section-title.three.text-center,
.page-content .section-title.three {
    display: block;
    text-align: center;
}

.page-content .section-title.three > span {
    display: inline-block;
    margin-bottom: 16px;
}

.page-content .section-title.three > h2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.page-content .section-title.three > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.page-content .container .container {
    padding-left: 0;
    padding-right: 0;
}

.service-details-page .page-content > section {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: 0;
    padding-right: 0;
}

.service-details-page {
    overflow-x: clip;
}

/* ===== Breadcrumb: Subtitle Box & Spacing ===== */
.breadcrumb-section .breadcrumb-content h1 {
    margin-bottom: 12px;
}

.breadcrumb-section .breadcrumb-content .para {
    padding-left: 0;
    gap: 0;
}

.breadcrumb-section .breadcrumb-content .para .icon {
    display: none;
}

.breadcrumb-section .breadcrumb-content .para p {
    background: rgba(2, 40, 89, 0.04);
    border-left: 3px solid #022859;
    padding: 14px 20px;
    border-radius: 0 8px 8px 0;
    max-width: 640px;
}

.breadcrumb-section.style-2 {
    margin-bottom: 40px;
}

/* ===== Language Switcher ===== */
.language-switcher {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: var(--bee-dark, #022859);
    background: transparent;
    border: 1px solid rgba(2, 40, 89, 0.15);
    transition: all 0.2s ease;
}

.lang-btn:hover {
    background: rgba(2, 40, 89, 0.08);
    color: var(--bee-dark, #022859);
}

.lang-btn.active {
    background: var(--bee-dark, #022859);
    color: #fff;
    border-color: var(--bee-dark, #022859);
}

.index-dark .lang-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.index-dark .lang-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.index-dark .lang-btn.active {
    background: #fff;
    color: var(--bee-dark, #022859);
    border-color: #fff;
}