:root {
    --primary: #0686d8;
    --dark: #0686d8;
    --text: #333;
    --vl-primary: #0686d8;
    --vl-primary-soft: #e6f3ff;
    --vl-dark: #102a43;
    --vl-text: #4b5563;
    --vl-border: #e5e7eb;
    --vl-bg: #f5f7fb;
    --soft-primary: #e7f0ff;
    --card-hover: #f1f3f5;
    --card-border: #dfe3e8;
    --accent: #0a53ff;
    --muted: #98a2b3;
}

ul {
    list-style: none;
    padding: 0rem;
}

body {
    font-display: swap;
}

.textPrimary {
    color: #0686D8;
}

.w_fit {
    width: fit-content;
}

section.heroSection {
    height: 900px;
}

.fieldButton {
    position: absolute;
    background: #0777c2;
    color: #000;
    right: 0.555rem;
    top: 0.542rem;
    color: #fff;
    border-radius: 2rem;
    padding: 0.725rem 2rem;
}

a.btn.btn-outline-light.fieldButton {
    background: #0777c2 !important;
    color: #fff !important;
}

section.desktopheroSection {
    display: block;
}

section.mobile-heroSection {
    display: none;
}

.field {
    border-radius: 2.5rem;
    padding: 1.2rem 2.5rem 1.2rem 3.5rem;
    width: 100%;
    border: none;
    position: relative;
    border: 2px solid #0686d8;
}

.mainfeild {
    width: 100%;
    max-width: 32.5rem;
}

.mainfeild:before {
    content: "";
    background: url(../img/pencil.svg);
    position: absolute;
    width: 100%;
    top: 50%;
    left: 1.5rem;
    z-index: 1;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 1.325rem;
    transform: translate(0, -50%);
}

a {
    text-decoration: none;
}

.navbar-brand > img {
    max-width: 9rem;
}

.footer-logo {
    max-width: 16rem;
    margin-bottom: 1rem;
}

header {
    position: sticky;
    top: 0;
    z-index: 999;
}

header.scrolled {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.navbar-brand span {
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.nav-link {
    font-weight: 500;
    color: #333;
}

.nav-link.active {
    color: var(--primary) !important;
}

.banner-section {
    background: radial-gradient(circle at top left, #22a4ff 0, #0686d8 35%, #0b3964 100%);
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.banner-section::before {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}

.banner-title {
    font-size: 2.7rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
}

.banner-subtitle {
    font-size: 1.05rem;
    max-width: 520px;
    margin-top: 15px;
}

.badge-pill {
    background: rgba(255,255,255,0.15);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

section {
    padding: 60px 0 70px;
}

.pricing-card {
    position: relative;
    overflow: visible;
}

.pricing-card.recommended {
    border: 2px solid #0686d8;
    box-shadow: 0 18px 40px rgba(10, 38, 120, 0.18);
    transform: translateY(-6px);
    padding-top: 2rem;
    transition: all 0.25s ease;
}

.pricing-card.recommended:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(10, 38, 120, 0.22);
}

.pricing-card.recommended h2 {
    color: #0686d8;
}

.pricing-card .recommended-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border-radius: 999px;
    background: #0686d8;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(10, 38, 120, 0.3);
    white-space: nowrap;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--dark);
}

.section-subtitle {
    max-width: 640px;
    margin: 0 auto 35px;
    color: #666;
    font-size: 0.98rem;
}

.btn-primary-custom, .btn-outline-custom {
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 600;
    font-size: 0.95rem;
    border-width: 2px;
    transition: all 0.25s ease;
}

.btn-primary-custom {
    background: var(--primary);
    border: 2px solid #fff;
    color: #fff;
}

.btn-primary-custom:hover {
    background: #046aac;
    border-color: #046aac;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(6,134,216,0.35);
}

.btn-outline-custom {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-outline-custom:hover {
    background: #fff;
    color: var(--primary);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(255,255,255,0.25);
}

.btn-outline-dark-custom {
    background: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all .25s ease;
}

.btn-outline-dark-custom:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 5px 14px rgba(6,134,216,.25);
    transform: translateY(-1px);
}

.about-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(6,134,216,0.09);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-bottom: 12px;
    font-size: 1.3rem;
}

.nav-tabs .nav-link {
    border-radius: 999px;
    border: 1px solid transparent;
    padding: 8px 18px;
    margin-right: 6px;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #555;
    font-weight: 500;
}

.nav-tabs .nav-link, .nav-tabs .nav-link {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

.nav-tabs .nav-link.active {
    background: var(--primary);
    color: #fff !important;
    border-color: var(--primary);
}

.nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.service-card {
    border-radius: 18px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #e8f0fb;
    box-shadow: 0 8px 20px rgba(0,0,0,0.03);
    height: 100%;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
}

.service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.06);
    border-color: var(--primary);
}

.service-card i {
    font-size: 3.5rem;
    color: var(--primary);
    margin-bottom: 0px;
}

.service-card h3 {
    margin: 0rem;
    font-size: 1.25rem;
}

.service-card p {
    margin: 0rem;
    font-size: 0.95rem;
}

.portfolio-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    height: fit-content;
    width: 100%;
    display: block;
}

.portfolio-item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
    max-height: 12rem;
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6,134,216,0.85), transparent);
    opacity: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 14px 16px;
    color: #fff;
    transition: opacity 0.3s ease;
    font-size: 0.85rem;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.pricing-card ul {
    padding-left: 0rem;
}

.pricing-card ul li.not::before {
    content: none !important;
}

.pricing-card {
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #0686d8;
    padding: 26px 24px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.04);
    text-align: center;
    position: relative;
}

.pricing-card.highlight::before {
    content: "Most Popular";
    position: absolute;
    top: 14px;
    right: -54px;
    transform: rotate(45deg);
    background: #fcb900;
    color: #000;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 4px 50px;
}

.pricing-price {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.pricing-period {
    font-size: 0.85rem;
    color: #777;
}

.pricing-card ul {
    margin: 18px 0;
    text-align: left;
    font-size: 0.9rem;
}

i.fa-solid.fa-bolt {
    color: #22C55E;
}

.pricing-card h2 {
    color: #0686d8;
}

.pricing-card ul li {
    margin-bottom: 8px;
}

.pricing-card ul li i {
    color: var(--primary);
    margin-right: 6px;
    font-size: 0.85rem;
}

.w_fit {
    width: fit-content;
}

.why-card {
    border-radius: 1rem;
    padding: 1.6rem 1.4rem;
    background: #ffffff;
    border: 1px solid #0686d8;
    box-shadow: 0 20px 60px rgba(15,23,42,.05);
    height: 100%;
    transition: all .22s ease;
}

.why-card i {
    font-size: 4.5rem;
    color: var(--primary);
    margin-bottom: 12px;
}

.faqsection .accordion-button {
    font-weight: 600;
    color: #222;
}

.faqsection .accordion-button:not(.collapsed) {
    background: rgba(6,134,216,0.05);
    color: var(--primary);
    box-shadow: none;
}

.faqsection .accordion-button::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    content: "\f067";
    transform: none !important;
    margin-left: auto;
}

.faqsection .accordion-button:not(.collapsed)::after {
    content: "\f068";
}

.testimonial-card {
    border-radius: 18px;
    padding: 24px 22px;
    background: #ffffff;
    border: 1px solid #e8f0fb;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 16rem;
}

.testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-section {
    background: linear-gradient(135deg, #f5f9ff 0%, #ffffff 100%);
}

.contact-info i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(6,134,216,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-right: 10px;
}

footer {
    background: #041525;
    color: #c8d2e6;
    padding: 40px 0 18px;
    font-size: 0.9rem;
}

footer a {
    color: #c8d2e6;
}

footer a:hover {
    color: #fff;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    margin-top: 18px;
    padding-top: 12px;
    font-size: 0.85rem;
}

.footercredits {
    float: left;
}

#scrollTopBtn {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: var(--primary);
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
    z-index: 999;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.2s ease;
}

#scrollTopBtn:hover {
    background: #046aac;
    transform: translateY(-2px);
}

#contact_form {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 0px 0px 30px -16px #0686d8;
}

#newsletter_form input {
    border-radius: 4rem;
    padding: 0.67rem 0.67rem 0.67rem 1rem;
}

.footerlinks {
    list-style-type: none;
    display: grid;
    gap: .4rem 0;
    padding: 0;
    font-size: .9rem;
}

/* Virtual scroll: skip layout for off-screen sections */
.virtual-scroll-section {
    content-visibility: auto;
    contain-intrinsic-size: auto 500px;
}

@media(max-width: 1920px) {
    section.heroSection {
        height: 953px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link i {
        margin-right: 5px;
    }
}

@media(max-width: 1600px) {
    section.heroSection {
        height:768px;
    }
}

@media (max-width: 1024px) {
    header .navbar .nav-item .nav-link {
        font-size:13px;
    }

    section.heroSection.vh-100 {
        min-height: 540px;
        max-height: 540px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 600px) {
    header .navbar .nav-item .nav-link {
        font-size:13px;
    }

    section.heroSection.vh-100 {
        min-height: 1080px;
        max-height: 1080px;
    }
}

@media (max-width: 992px) {
    section.heroSection.vh-100 {
        max-height: 792px;
        min-height: 792px;
    }

    .banner-section {
        text-align: center;
    }

    .banner-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-mockup {
        margin-top: 32px;
    }
}

@media (max-width: 912px) {
    section.heroSection.vh-100 {
        max-height: 792px;
        min-height: 792px;
    }

    .banner-section {
        text-align: center;
    }

    .banner-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-mockup {
        margin-top: 32px;
    }

    .banner-section {
        text-align: center;
    }

    .banner-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-mockup {
        margin-top: 32px;
    }
}

@media (max-width: 768px) {
    section.heroSection.vh-100 {
        max-height: 792px;
        min-height: 792px;
    }

    .banner-section {
        text-align: center;
    }

    .banner-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .banner-mockup {
        margin-top: 32px;
    }
}

@media (max-width: 650px) {
    section.heroSection.vh-100 {
        max-height: 792px;
        min-height: 792px;
    }
}

@media(max-width: 576px) {
    section.heroSection.vh-100 {
        max-height: 88vh;
    }

    .main-content {
        padding: 4rem 0rem 3rem 0rem;
    }

    .feature-list {
        column-count: 1;
    }

    .fieldButton {
        right: unset !important;
        top: unset !important;
    }

    div.mainfeild:before {
        content: "";
        background: url(../img/pencil.svg);
        position: absolute;
        width: 100%;
        top: 4.12rem;
        left: 1.3rem;
        z-index: 1;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        max-width: 1.325rem;
        transform: translate(0, -50%);
    }

    input.field {
        padding: 0.8rem 1.7rem 0.8rem 3.255rem;
    }

    .fieldButton {
        position: relative;
        width: 100%;
        display: block;
        margin: 0 auto;
        right: 0rem;
        border: none;
    }

    section#discuss #contact_form {
        padding: 1rem;
    }

    section#discuss .contact-card {
        padding: 1rem;
    }

    footer .footer-bottom span {
        text-align: center;
    }

    .footercredits {
        text-align: center !important;
        float: none !important;
    }

    .footerlist {
        text-align: center !important;
    }

    .footer-bottom ul {
        justify-content: center !important;
    }

    .desktopheroSection {
        display: none !important;
    }

    section.mobile-heroSection {
        display: block;
        padding-bottom: 0px;
    }

    section.mobile-heroSection .mySwiper {
        position: relative;
    }

    section#about {
        padding-top: 0px;
    }

    .mySwiper img {
        max-width: 8rem !important;
    }
}

@media (max-width: 575.98px) {
    .banner-title {
        font-size: 1.8rem;
    }

    section {
        padding: 60px 0;
    }

    .nav-tabs .nav-link {
        font-size: 0.9rem;
        margin-right: 0rem;
        padding: 0.5rem 1rem;
        margin-bottom: 0rem;
    }

    .nav-tabs {
        gap: 0.2323rem;
        margin-bottom: 0rem;
    }
}

.footer-bottom ul {
    list-style-type: none;
    display: flex;
    gap: 0 .6rem;
    justify-content: end;
    margin: 0;
}

.swiper .swiper-wrapper {
    padding-bottom: 5rem;
}

.swiper-pagination {
    top: 17rem !important;
}

.masonry {
    column-count: 3;
}

.rounded-circle.d-flex.align-items-center.bg-light {
    background-color: #118FE3 !important;
    color: #fff !important;
    margin-bottom: 0.525rem !important;
}

.feature-list {
    column-count: 2;
}

.feature-list i {
    color: var(--primary);
}

.pricing-card ul li::before {
    content: "✔";
    font-size: 0.8rem;
    margin-top: 0.1rem;
    margin-right: 0.325rem;
    color: var(--primary);
}

ul.feature-list li::before {
    content: "✔";
    font-size: 0.8rem;
    margin-top: 0.1rem;
    margin-right: 0.325rem;
    color: var(--primary);
}

.service-card ul li::before {
    content: "✔";
    font-size: 0.8rem;
    margin-top: 0.1rem;
    margin-right: 0.325rem;
    color: var(--primary);
}

.price-tag.mt-3 small {
    color: #000;
}

.price-tag.mt-3 {
    font-weight: 600;
    color: #0686d8;
}

.feature-card {
    border-radius: 1rem;
    padding: 1.4rem;
    background: #ffffff;
    border: 1px solid #0686d8;
    box-shadow: 0 8px 26px rgb(15 23 42 / 14%);
    height: 100%;
    text-align: center;
    transition: all .22s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 60px rgba(15,23,42,.08);
    border-color: rgba(6,134,216,.3);
}

.feature-card i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 1.2rem;
    margin-bottom: .8rem;
}

.feature-card h4 {
    font-size: .95rem;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--text-main);
}

.cta-section {
    background: #ffffff;
}

.cta-card {
    border-radius: 1.8rem;
    padding: 2.3rem 2.4rem;
    background: linear-gradient(135deg,#0b84e4,#0460b6);
    color: #f9fafb;
    box-shadow: 0 26px 80px rgba(15,23,42,.35);
    position: relative;
    overflow: hidden;
}

.cta-card::before {
    content: "";
    position: absolute;
    inset: auto -100px -160px auto;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(255,255,255,.26),transparent 70%);
    opacity: .85;
}

.cta-inner {
    position: relative;
    z-index: 1;
}

.cta-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: .6rem;
}

.cta-text {
    font-size: .96rem;
    color: #e0f2fe;
    margin-bottom: 1.7rem;
}

.cta-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .82rem;
    color: #e5f0ff;
    margin-top: 1.1rem;
}

.cta-meta span i {
    margin-right: .35rem;
    color: #22c55e;
}

.why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 75px rgba(15,23,42,.08);
    border-color: rgba(6,134,216,.35);
}
