﻿.cta-pill, .cta-pill-simple {
    background-size: cover;
    background-position: center;
    background-color: #0a0a0a;
    position: relative;
    overflow: hidden;
    min-height: 260px;
}
.cta-pill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(2, 29, 95, 0.85), rgba(6, 101, 189, 0.75));
    z-index: 0;
}
.cta-pill .container {
    position: relative;
    z-index: 1;
}
.stats-section {
    background: #f8f9fa;
}
.stat-card {
    padding: 1.5rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
}
.stat-value {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #00247e;
}
.feature-section {
    background: #fff;
}
.feature-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    padding: 1.8rem;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}
.feature-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(0, 36, 126, 0.08);
    color: #00247e;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}
.included-service-section {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.included-service-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}
.included-service-section .container {
    position: relative;
    z-index: 1;
}
.included-service-section .container .nav-link {
    background-color: rgba(255, 255, 255, 0.87);
    border: 1px solid #afc4ff;
    border-bottom: none;
}
.included-service-section .container .nav-link.active {
    background-color: #FFFFFF;
}
.section-eyebrow {
    letter-spacing: 0.2em;
}
.tabbed-section .nav-tabs {
    border-bottom: none;
}
.tabbed-section .nav-link {
    border: none;
    border-radius: 999px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    color: #0d1b48;
}
.tabbed-section .nav-link.active {
    background: #00247e;
    color: #fff;
}
.tabbed-section .tab-pane {
    border: 2px solid rgba(0, 0, 0, 0.05);
    padding: 2rem;
    border-radius: 1rem;
    background: #fdfdfd;
}
.pricing-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.pricing-card .pricing-value {
    font-size: 2rem;
    font-weight: 700;
    color: #00247e;
}
.badge.best-seller {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
}
.exclusive-services-section {
    background: #0d1b48;
}
.exclusive-card {
    position: relative;
    border-radius: 1rem;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s ease;
}
.exclusive-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(1, 14, 43, 0.1) 0%, rgba(1, 14, 43, 0.75) 50%);
}
.exclusive-card div {
    position: relative;
    z-index: 1;
}
.exclusive-card h3 {
    margin-top: 0.5rem;
}
.exclusive-card p {
    margin-bottom: 0;
}
.exclusive-card:hover {
    transform: translateY(-6px);
}
.gallery-card {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.gallery-card figure {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.gallery-card figure a {
    display: block;
    overflow: hidden;
    border-radius: 1rem 1rem 0 0;
    flex-shrink: 0;
}
.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
.gallery-card figcaption {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
    margin-top: auto;
}
.pricing-table-section {
    background: #f8f9fa;
}
.pricing-table {
    border-color: rgba(0, 0, 0, 0.05);
}
.pricing-table-zoom {
    line-height: 1.25;
}
.contact-section .form-control {
    border-radius: 0.75rem;
}
.faq-section .accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}
.faq-section .accordion > li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.faq-section .accordion > li:last-child {
    border-bottom: none;
}
.faq-section .accordion h3,
.faq-section .accordion h5 {
    position: relative;
    padding-left: 2.6rem;
    margin-bottom: 0.75rem;
    font-weight: 400 !important;
    cursor: pointer;
}
.faq-section .accordion h3::before,
.faq-section .accordion h5::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #00247EE6;
    font-weight: 600;
}
.faq-section .accordion h3.active::before,
.faq-section .accordion h5.active::before {
    content: "−";
}
.faq-section .accordion p {
    margin: 0;
    color: #242424;
    line-height: 1.6;
    display: none;
}
.faq-section .accordion > li:first-child p {
    display: block;
}
.site-footer {
    background: #030b24;
    color: #cbd4f5;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.site-footer a {
    color: #f1f4ff;
    text-decoration: none;
}
.site-footer a:hover {
    color: #ffd24d;
}
.site-footer .footer-quick-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-quick-links li {
    margin-bottom: 0.35rem;
    text-align: left;
}
.site-footer .footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 28%);
    margin-top: 2rem;
    padding-top: 1.5rem;
    font-size: 0.9rem;
}
.site-footer .footer-brand {
    margin-bottom: 1rem;
}
.site-footer .site-footer-tagline {
    margin-top: 1rem;
    font-size: 0.85rem;
}
.site-footer .site-footer-tagline-mono {
    font-family: "JetBrains Mono", "IBM Plex Mono", monospace;
}
header .brand-text {
    color: white;
    line-height: 20px;
}
.modal-body {
    padding: 5px;
}
#overlaySpinner {
    position: fixed;
    inset: 0;
    z-index: 1300;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
#overlaySpinner .progress {
    width: min(50vw, 360px);
    height: 0.5rem;
}
#salespoint {
    background-color: #1260c1;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) {
    header .navbar li {
        margin-left: 10px;
    }
}
/* GlowCookies */
/* CUSTOM CLASSES */
.glowCookies__border {
    border: 1px solid #e6e6e6 !important;
}
.glowCookies__left {
    left: 15px;
}
.glowCookies__right {
    right: 15px;
}
.glowCookies__show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
}
/* COMMON STYLES */
/* ========================= */
.glowCookies__banner {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    font-family: inherit;
    position: fixed;
    width: auto;
    max-width: 375px;
    z-index: 999;
    -webkit-box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .2);
    -moz-box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .2);
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .2);
    transition: transform .2s ease, opacity .2s ease !important;
}
.glowCookies__banner .accept__btn__styles {
    border: none;
    padding: 13px 15px;
    font-size: 15px;
    font-family: inherit;
    width: 49%;
    cursor: pointer;
    font-weight: bolder;
    transition: filter 0.15s;
    user-select: none;
}
.glowCookies__banner .settings__btn__styles {
    border: none;
    padding: 13px 15px;
    font-family: inherit;
    font-size: 15px;
    width: 49%;
    cursor: pointer;
    font-weight: bolder;
    transition: filter 0.15s;
    user-select: none;
}
.glowCookies__banner .btn__section button:focus {
    outline: none;
    transform: scale(0.95);
    -webkit-filter: contrast(75%);
    filter: contrast(75%);
}
.glowCookies__banner .btn__section button:hover {
    -webkit-filter: contrast(85%);
    filter: contrast(85%);
}
@media (max-width: 455px) {
    .btn__section .btn__accept {
        width: 100%;
        margin-bottom: 7px;
    }
    .btn__section .btn__settings {
        width: 100%;
    }
}
/* BANNER STYLE 1 */
/* ========================= */
.glowCookies__banner__1 {
    bottom: 15px;
    border-radius: 20px;
    padding: 20px 25px;
}
.glowCookies__banner__1 > h3 {
    font-size: 24px;
    margin: 0px;
    padding: 8px 0;
}
.glowCookies__banner__1 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
}
.glowCookies__banner__1 .read__more {
    font-weight: bolder;
}
.glowCookies__banner__1 .read__more:hover {
    color: #666666;
}
.glowCookies__banner__1 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}
.glowCookies__banner__1 .btn__section button {
    border-radius: 10px;
}
@media (max-width: 455px) {
    .glowCookies__banner__1 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 7px;
    }
    .glowCookies__banner__1 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
}
/* BANNER STYLE 2 */
/* ========================= */
.glowCookies__banner__2 {
    bottom: 15px;
    border-radius: 5px;
    padding: 25px 35px;
}
.glowCookies__banner__2 > h3 {
    font-size: 24px;
    margin: 0px;
    padding: 8px 0;
}
.glowCookies__banner__2 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
}
.glowCookies__banner__2 .read__more {
    font-weight: bolder;
}
.glowCookies__banner__2 .read__more:hover {
    opacity: 0.8;
}
.glowCookies__banner__2 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}
.glowCookies__banner__2 .btn__section button {
    border-radius: 5px;
}
@media (max-width: 455px) {
    .glowCookies__banner__2 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        border: 0px;
        max-width: 550px;
    }
    .glowCookies__banner__2 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
}
/* BANNER STYLE 3 */
/* ========================= */
.glowCookies__banner__3 {
    bottom: 15px;
    border-radius: 0px;
    padding: 25px 35px;
}
.glowCookies__banner__3 > h3 {
    font-size: 30px;
    margin: 0px;
    padding: 8px 0;
}
.glowCookies__banner__3 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
}
.glowCookies__banner__3 .read__more {
    font-weight: bolder;
}
.glowCookies__banner__3 .read__more:hover {
    opacity: 0.8;
}
.glowCookies__banner__3 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 25px;
}
.glowCookies__banner__3 .btn__section button {
    border-radius: 0px;
}
@media (max-width: 455px) {
    .glowCookies__banner__3 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        border: 0px;
        max-width: 550px;
    }
    .glowCookies__banner__3 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
}
/* Prebanner styles */
/* =========================== */
.prebanner {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    min-height: 50px;
    min-width: 125px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: bolder;
    line-height: normal;
    border: none;
    padding: 12px 18px;
    text-decoration: none;
    user-select: none;
    -webkit-box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .1);
    -moz-box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .1);
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .1);
}
.prebanner__border__1 {
    border-radius: 15px;
}
.prebanner__border__2 {
    border-radius: 10px;
}
.prebanner__border__3 {
    border-radius: 2px;
}
.animation {
    transition: .2s;
}
.animation:hover {
    transform: scale(.97);
}
.prebanner:hover {
    text-decoration: none;
}
/* glowCookies end */

