/* Marketing and lead generation enhancements */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.floating-language-switch {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 2200;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    background: linear-gradient(90deg, #0f6fff 0%, #2a83ff 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(15, 111, 255, 0.28);
    white-space: nowrap;
}

.floating-language-switch:hover,
.floating-language-switch:focus {
    color: #ffffff;
    text-decoration: none;
}

.floating-language-switch:hover,
.floating-language-switch:focus {
    color: #ffffff;
    text-decoration: none;
}

.floating-language-switch__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.floating-language-switch__label {
    line-height: 1;
}

@media (max-width: 767px) {
    .floating-language-switch {
        top: 12px;
        right: 12px;
        padding: 10px 13px;
        font-size: 12px;
    }
}

.one-page-header {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom: 1px solid rgba(15, 111, 255, 0.12);
    box-shadow: 0 8px 24px rgba(10, 34, 70, 0.06);
}

.one-page-header .navbar-brand img {
    height: 40px;
    width: auto;
    transition: transform 0.2s ease;
}

.one-page-header .navbar-brand:hover img {
    transform: scale(1.04);
}

.one-page-header .navbar-nav > li > a {
    color: #17324d;
    font-weight: 600;
    transition: color 0.2s ease;
}

.one-page-header .navbar-nav > li > a:hover,
.one-page-header .navbar-nav > li.active > a {
    color: #0f6fff;
}

.marketing-hero {
    padding: 100px 0 80px;
    background: linear-gradient(135deg, #f4f8ff 0%, #eef6ff 100%);
}

.marketing-copy h2 {
    font-size: 34px;
    line-height: 1.25;
    color: #14233a;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.marketing-copy p {
    font-size: 16px;
    color: #5e6b7a;
    margin-bottom: 20px;
}

.marketing-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.marketing-badges span {
    background: #fff;
    color: #0f6fff;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(15, 111, 255, 0.12);
}

.marketing-list {
    padding-left: 18px;
    color: #33506b;
    margin-bottom: 24px;
}

.marketing-list li {
    margin-bottom: 8px;
}

.marketing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.marketing-actions .btn {
    border-radius: 999px;
    padding: 10px 20px;
}

.btn-u-blue {
    background: linear-gradient(90deg, #0f6fff 0%, #2c7ae6 100%);
    color: #fff;
    border-color: #0f6fff;
    box-shadow: 0 12px 24px rgba(15, 111, 255, 0.15);
}

.btn-u-default {
    background: #fff;
    color: #0f6fff;
    border: 1px solid #0f6fff;
}

.marketing-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fbff 100%);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 24px 48px rgba(14, 43, 84, 0.10);
    border: 1px solid rgba(15, 111, 255, 0.10);
}

.marketing-card h3 {
    margin-top: 0;
    color: #17324d;
}

.marketing-promo {
    padding: 40px 0 60px;
    background: #fff;
}

.promo-card {
    background: #f7faff;
    border: 1px solid #e6eef8;
    border-radius: 14px;
    padding: 24px;
    margin-bottom: 20px;
    min-height: 170px;
}

.promo-card h3 {
    color: #17324d;
    margin-top: 0;
}

.btn-export {
    margin-top: 12px;
    width: 100%;
    border: none;
    background: #17324d;
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
}

.marketing-form input,
.marketing-form select,
.marketing-form textarea {
    width: 100%;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 14px;
}

.marketing-form button {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #0f6fff 0%, #2b8cff 100%);
    color: #fff;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.executive-brief {
    padding: 0 0 70px;
}

.executive-brief-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,248,255,0.96));
    border: 1px solid rgba(15, 111, 255, 0.10);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 24px 60px rgba(14, 43, 84, 0.08);
}

.executive-brief-card h3 {
    color: #14233a;
    font-size: 28px;
    margin: 8px 0 10px;
    letter-spacing: -0.01em;
}

.executive-brief-card p {
    color: #5c6978;
    font-size: 15px;
    line-height: 1.8;
}

.eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #0f6fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.executive-metric {
    background: linear-gradient(135deg, #14233a 0%, #23406e 100%);
    color: #fff;
    border-radius: 18px;
    padding: 24px 20px;
    text-align: center;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 16px 30px rgba(20, 35, 58, 0.15);
}

.executive-metric strong {
    font-size: 34px;
    display: block;
    margin-bottom: 6px;
}

.executive-metric span {
    color: rgba(255,255,255,0.84);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.premium-grid {
    margin-top: 24px;
}

.premium-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px;
    min-height: 140px;
    border: 1px solid #e8eef6;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.8);
}

.premium-card h4 {
    color: #14233a;
    font-size: 16px;
    margin-bottom: 8px;
}

.premium-card p {
    margin: 0;
    color: #6a7684;
    font-size: 13px;
    line-height: 1.7;
}

.lead-summary {
    margin-top: 12px;
    color: #5e6b7a;
    font-size: 13px;
}

.lead-summary strong {
    color: #0f6fff;
    font-size: 18px;
}

.floating-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    background: #0f6fff;
    color: #fff;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(15, 111, 255, 0.3);
}

.toast-message {
    position: fixed;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%) translateY(20px);
    background: #17324d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 12px;
    z-index: 1000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    max-width: 90vw;
    text-align: center;
    font-size: 14px;
}
.toast-message.toast-show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast-message.toast-success { background: #28a745; }
.toast-message.toast-error { background: #dc3545; }
.toast-message.toast-warning { background: #ffc107; color: #17324d; }
.marketing-form button:disabled { cursor: not-allowed; opacity: 0.8; }

@media (max-width: 767px) {
    .marketing-hero {
        padding: 80px 0 60px;
    }

    .marketing-copy h2 {
        font-size: 24px;
    }

    .marketing-actions {
        flex-direction: column;
    }
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(15, 111, 255, 0.10), transparent 28%),
        linear-gradient(180deg, #f7f9fc 0%, #f2f5f9 100%);
    color: #2d3a4a;
    font-family: "Microsoft YaHei", "Segoe UI", Arial, sans-serif;
}

.one-page-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(15, 111, 255, 0.08);
    box-shadow: 0 12px 30px rgba(15, 111, 255, 0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.one-page-header .navbar-nav > li > a {
    color: #2f3f53;
    padding: 18px 16px;
    font-weight: 600;
}

.one-page-header .navbar-nav > li > a:hover,
.one-page-header .navbar-nav > li > a:focus {
    color: #0f6fff;
    text-decoration: none;
}

.one-page-header .navbar-brand img {
    max-height: 52px;
}

.intro-section {
    position: relative;
    padding-top: 95px;
    padding-bottom: 0;
    background: transparent !important;
    overflow: hidden;
}

.hero-banner {
    position: relative;
    height: calc(100vh - 95px);
    min-height: 620px;
    overflow: hidden;
    background: #071120;
}

.hero-slides {
    position: absolute;
    inset: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 clamp(24px, 6vw, 88px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity;
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(2, 10, 20, 0.86) 0%, rgba(4, 17, 31, 0.68) 48%, rgba(8, 23, 38, 0.32) 100%);
}

.hero-content-wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 920px);
    pointer-events: none;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min(100%, 860px);
    max-width: 860px;
    color: #ffffff;
    position: relative;
    z-index: 3;
    text-align: center;
    pointer-events: auto;
}

.hero-content--official {
    padding: 44px 54px;
    background: linear-gradient(135deg, rgba(7, 17, 32, 0.48) 0%, rgba(7, 17, 32, 0.24) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 28px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
    width: min(100%, 860px);
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hero-banner {
        min-height: 520px;
        height: auto;
        padding-bottom: 56px;
    }

    .hero-content-wrap {
        padding: 90px 24px 60px;
        align-items: center;
        justify-content: center;
    }

    .hero-content {
        max-width: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .hero-content--official {
        padding: 24px 20px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-dots {
        bottom: 18px;
    }
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(6px);
    font-size: 12px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin: 0 auto 20px;
    color: #ffffff;
}

.hero-content h1 {
    font-size: clamp(36px, 3.9vw, 64px);
    line-height: 1.08;
    font-weight: 700;
    margin: 0 auto 18px;
    letter-spacing: -0.02em;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    max-width: 820px;
    color: #ffffff;
    text-align: center;
}

.hero-content p {
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.7;
    max-width: 720px;
    margin: 0 auto 28px;
    color: #ffffff;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    text-align: center;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f6fff 0%, #53a7ff 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 14px 30px rgba(15, 111, 255, 0.24);
    border: 1px solid rgba(255,255,255,0.16);
    text-decoration: none;
}

.hero-cta--ghost {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.24);
    box-shadow: none;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3;
}

.hero-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,0.45);
    padding: 0;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}

.hero-dot.is-active {
    transform: scale(1.25);
    background: #ffffff;
}

.marketing-hero {
    padding: 90px 0 70px;
    background: linear-gradient(140deg, #f4f8ff 0%, #eef6ff 62%, #ffffff 100%);
}

.marketing-copy {
    max-width: 620px;
}

.marketing-card {
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 28px 60px rgba(15, 111, 255, 0.12);
    border: 1px solid rgba(15, 111, 255, 0.08);
}

.marketing-card h3 {
    margin-top: 0;
    font-size: 26px;
    letter-spacing: 0.01em;
}

.marketing-form input,
.marketing-form select,
.marketing-form textarea {
    background: #f8fbff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.marketing-form input:focus,
.marketing-form select:focus,
.marketing-form textarea:focus {
    border-color: #0f6fff;
    box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.12);
}

.marketing-form button {
    background: linear-gradient(90deg, #0f6fff 0%, #2b8cff 100%);
    box-shadow: 0 16px 24px rgba(15, 111, 255, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.marketing-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 32px rgba(15, 111, 255, 0.24);
}

.btn-u-blue,
.btn-u-default,
.btn-export {
    transition: all 0.25s ease;
}

.btn-u-default:hover,
.btn-export:hover,
.btn-u-blue:hover {
    transform: translateY(-1px);
    opacity: 0.95;
}

.news-section {
    padding: 80px 0;
}

.title-v1 h2 {
    color: #17324d;
}

.title-v1 p {
    color: #5e6b7a;
    line-height: 1.8;
}

.news-v1-in {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 18px 34px rgba(15, 111, 255, 0.08);
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-v1-in img {
    border-radius: 16px;
}

.news-v1-in h3 {
    margin-top: 18px;
    color: #1f2d3d;
    font-size: 20px;
}

.news-v1-in p {
    color: #566873;
    line-height: 1.75;
}

.news-v1-info {
    margin-top: 16px;
    color: #7d8d9f;
}

.clients-section {
    padding: 60px 0 80px;
    background: #f7fbff;
}

.clients-section .title-v1 {
    margin-bottom: 40px;
}

.owl-clients-v2 .item {
    border-radius: 18px;
    overflow: hidden;
    padding: 18px;
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(15, 111, 255, 0.08);
}

.clients-section img {
    max-height: 70px;
    object-fit: contain;
}

.contacts-section {
    padding: 80px 0 40px;
    background: #ffffff;
}

.page-header {
    padding: 150px 0 72px;
    background: linear-gradient(125deg, rgba(15,111,255,0.12), rgba(99,164,255,0.08) 45%, rgba(255,255,255,0.92));
}

.page-header h1 {
    font-size: 38px;
    color: #17324d;
    margin: 8px 0 10px;
}

.page-header p {
    color: #5b6b7c;
    font-size: 18px;
}

.about-content,
.contact-detail {
    padding: 40px 0 80px;
}

.about-card,
.contact-info,
.contact-form {
    background: rgba(255,255,255,0.96);
    border: 1px solid rgba(15,111,255,0.12);
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 24px 48px rgba(15, 111, 255, 0.12);
}

.section-title {
    color: #0f6fff;
    margin-bottom: 16px;
    font-size: 22px;
}

.section-text {
    line-height: 1.85;
    color: #566873;
    margin-bottom: 16px;
}

.stat-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(238,245,255,0.95));
    border-radius: 18px;
    padding: 24px 18px;
    box-shadow: 0 16px 34px rgba(15, 111, 255, 0.09);
    min-height: 144px;
    margin-bottom: 18px;
}

.stat-card h2 {
    color: #0f6fff;
    font-size: 34px;
    margin: 0 0 8px;
}

.stat-card p {
    color: #5d7185;
    margin: 0;
}

.contact-info ul li,
.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-info ul li i {
    color: #0f6fff;
    width: 28px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid #dfe7f1;
    border-radius: 12px;
    padding: 12px 14px;
    background: #f8fbff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #0f6fff;
    box-shadow: 0 0 0 4px rgba(15, 111, 255, 0.12);
    outline: none;
}

.contact-form button {
    width: 100%;
    border: none;
    background: linear-gradient(90deg, #0f6fff 0%, #2b8cff 100%);
    color: #fff;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 16px 24px rgba(15, 111, 255, 0.2);
}

.contacts-in .list-unstyled li {
    margin-bottom: 18px;
    font-size: 16px;
    color: #4b5d73;
}

.contacts-in .list-unstyled li i {
    margin-right: 10px;
    color: #0f6fff;
}

.copyright-section {
    padding: 25px 15px 45px !important;
    background: #0f6fff !important;
    color: #ffffff !important;
    position: relative !important;
    z-index: 10 !important;
    overflow: visible !important;
    min-height: 80px !important;
}

.home_footer {
    color: #ffffff !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 10px 0 0 !important;
    line-height: 1.8 !important;
    white-space: normal !important;
}

.home_footer span,
.home_footer a {
    display: inline-block !important;
    font-size: 14px !important;
    color: #ffffff !important;
    margin: 0 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    vertical-align: middle !important;
}

.home_footer a {
    text-decoration: none !important;
}

.home_footer a img {
    height: 18px !important;
    width: auto !important;
    vertical-align: middle !important;
}

.footer-info {
    display: inline-block !important;
    margin: 0 8px !important;
    color: #ffffff !important;
}

.copyright-section,
.home_footer,
.home_footer span,
.home_footer a,
.home_footer a span,
.footer-info {
    visibility: visible !important;
    opacity: 1 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

section {
    scroll-margin-top: 120px;
}

#contact,
.about-section,
.news-section,
.clients-section,
.testimonials-v3 {
    scroll-margin-top: 120px;
}

.floating-cta {
    bottom: 130px;
}

@media (max-width: 991px) {
    .floating-cta {
        bottom: 140px;
        right: 14px;
        padding: 10px 14px;
        font-size: 14px;
    }
}

.toast-message {
    letter-spacing: 0.01em;
}

@media (max-width: 991px) {
    .marketing-card {
        margin-top: 40px;
    }

    .marketing-copy {
        margin-bottom: 32px;
    }

    .news-v1-in {
        min-height: auto;
    }

    .intro-section .tp-caption.rs-caption-1 {
        font-size: 38px;
    }
}

.tech-showcase {
    padding: 0 0 80px;
}

.tech-showcase-card {
    background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(235,244,255,0.95));
    border: 1px solid rgba(15, 111, 255, 0.12);
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0 24px 48px rgba(15, 111, 255, 0.12);
}

.section-header {
    margin-bottom: 26px;
}

.eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 111, 255, 0.1);
    color: #0f6fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-header h2 {
    font-size: 28px;
    color: #17324d;
    margin: 0 0 10px;
}

.section-header p {
    color: #5b6b7c;
    line-height: 1.8;
    max-width: 760px;
}

.tech-feature {
    background: rgba(255,255,255,0.86);
    border: 1px solid rgba(15, 111, 255, 0.09);
    border-radius: 18px;
    padding: 24px;
    min-height: 220px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tech-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(15, 111, 255, 0.12);
}

.tech-feature .icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f6fff 0%, #63a4ff 100%);
    color: #fff;
    margin-bottom: 12px;
}

.tech-feature h3 {
    font-size: 20px;
    color: #17324d;
    margin-bottom: 8px;
}

.tech-feature p {
    color: #5d7185;
    line-height: 1.8;
}

.marketing-hero {
    position: relative;
    overflow: hidden;
}

.marketing-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(15,111,255,0.12), transparent 46%, rgba(99,164,255,0.16));
    pointer-events: none;
}

.marketing-copy h2 {
    position: relative;
    z-index: 1;
}

.marketing-card {
    position: relative;
    overflow: hidden;
}

.marketing-card:before {
    content: "";
    position: absolute;
    top: -40px;
    right: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(15,111,255,0.14), transparent 70%);
}

.news-v1-in:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 42px rgba(15, 111, 255, 0.15);
}

.contacts-section {
    border-top: 1px solid rgba(15,111,255,0.08);
}

section {
    padding: 80px 0;
}

.about-section,
.news-section,
.clients-section,
.contacts-section,
.testimonials-v3 {
    background: #f6f9ff;
}

.content-boxes-v3 .icon-custom {
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    background: linear-gradient(135deg, #0f6fff 0%, #63a4ff 100%);
    color: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(15, 111, 255, 0.18);
}

.content-boxes-v3 .content-boxes-in-v3 {
    background: rgba(255, 255, 255, 0.96);
    padding: 24px;
    border-radius: 22px;
    box-shadow: 0 24px 42px rgba(15, 111, 255, 0.08);
    min-height: 230px;
}

.content-boxes-v3 h2.heading-sm {
    font-size: 22px;
    color: #0f6fff;
    margin-bottom: 12px;
}

.content-boxes-v3 p {
    color: #5e6b7a;
}

.contacts-section .contacts-in {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 24px 52px rgba(15, 111, 255, 0.08);
}

.parallax-twitter {
    background: linear-gradient(180deg, #eef6ff 0%, #ffffff 100%);
    padding: 60px 0;
}

.parallax-twitter p {
    font-size: 18px;
    color: #1f2d3d;
}

.clients-section .owl-clients-v2 .item img {
    max-height: 65px;
}

.contacts-section .list-unstyled li a {
    color: #0f6fff;
}

.title-v1 h2 {
    letter-spacing: 0.02em;
}

.title-v1 p {
    font-size: 16px;
}

@media (max-width: 768px) {
    .content-boxes-v3 .icon-custom {
        margin: 0 auto 18px auto;
    }

    .content-boxes-v3 .content-boxes-in-v3 {
        min-height: auto;
    }

    .contacts-section .contacts-in {
        padding: 28px 20px;
    }
}