@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    color: #0b1e51;
    font-size: 17px;
    line-height: 1.65;
    font-weight: 400;
    position: relative;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img,
video {
    max-width: 100%;
    height: auto;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    color: #0b1e51;
    font-weight: 600;
    letter-spacing: -0.01em;
}

body:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 8;
}

body.offcanvas {
    overflow: hidden;
}

body.offcanvas:before {
    visibility: visible;
    opacity: 1;
}

body,
.tech-and-web--site-inner {
    background: #fff;
}

/* Utility classes for consistent styling */
.text-green {
    color: darkgreen !important;
}

.text-darkgreen {
    color: darkgreen !important;
}

.text-darkblue {
    color: #0b1e51 !important;
}

.text-blue {
    color: blue !important;
}

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Alignment coherence across breakpoints: if an element is centered on mobile
   but aligned left/right on desktop via responsive classes, reflect desktop
   alignment on mobile too. */
@media (max-width: 991.98px) {
    /* Enforce desktop alignment classes on mobile too */
    .text-md-left, .text-lg-left, .text-xl-left { text-align: left !important; }
    .text-md-right, .text-lg-right, .text-xl-right { text-align: right !important; }
    /* For elements that combine centering + desktop alignment */
    .text-center.text-md-left,
    .text-center.text-lg-left,
    .text-center.text-xl-left { text-align: left !important; }
    .text-center.text-md-right,
    .text-center.text-lg-right,
    .text-center.text-xl-right { text-align: right !important; }
}

.text-instagram {
    color: rgb(223, 60, 48) !important;
}

.text-linkedin {
    color: rgb(16, 98, 221) !important;
}

.text-underline {
    text-decoration: underline;
}

.text-white-70 {
    color: rgba(255, 255, 255, 0.7) !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-17 {
    font-size: 17px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-35 {
    font-size: 35px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-50 {
    font-size: 50px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fs-5 {
    font-size: 5px !important;
}

.btn-cta {
    font-weight: 700;
    font-size: 13px;
}

.btn-cta-sm {
    font-weight: 700;
    font-size: 11px;
}

.badge-tag {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.08em;
}

.text-label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.footer-logo-img {
    width: calc(100%/1.7);
}

.service-icon {
    width: 50%;
}

.w-33 {
    width: 33.3333% !important;
}

.w-12 {
    width: 8.3333% !important;
}

.overlay-blue-light {
    background-color: rgba(0, 0, 255, 0.274);
}

.overlay-blue-mid {
    background-color: rgba(0, 0, 255, 0.308);
}

.overlay-blue {
    background-color: rgba(0, 0, 255, 0.486);
}

.overlay-green {
    background-color: rgba(21, 129, 74, 0.534);
}

.bg-green-overlay {
    background-color: rgba(21, 129, 74, 0.637);
}

.overlay-green-strong {
    background-color: rgba(21, 129, 74, 0.582);
}

.badge-highlight {
    color: darkgreen;
    font-weight: 700;
    font-size: 14px;
}

.footer-accent {
    color: #0b1e51;
    font-weight: 700;
}

.brand-accent {
    color: darkgreen;
    font-weight: 700;
}

.is-disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}

.mobile-follow-message {
    font-size: 11px;
    font-weight: 700;
}

.desktop-follow-message {
    font-size: 15px;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0;
}

.project-item {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(12, 47, 128, 0.08);
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(12, 47, 128, 0.12);
}

.language-option {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.6rem;
    border: 1px solid rgba(12, 47, 128, 0.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #0b1e51;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.language-option:hover,
.language-option:focus {
    background: rgba(12, 47, 128, 0.08);
    border-color: rgba(12, 47, 128, 0.3);
}

.language-option.is-active {
    background: rgba(21, 129, 74, 0.18);
    border-color: rgba(21, 129, 74, 0.45);
    color: darkgreen;
}

.language-flag {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.nav-language {
    display: inline-flex;
    align-items: center;
    margin-left: 0.75rem;
}

@media (max-width: 991.98px) {
    .nav-language {
        display: block;
        margin-left: 0;
        padding: 0.75rem 0;
        text-align: center;
    }

    .language-switch {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 0.75rem;
    }

    .language-option {
        padding: 0.25rem 0.9rem;
        font-size: 13px;
        justify-content: center;
    }
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a,
a:hover {
    text-decoration: none !important;
}

.text-black {
    color: #000;
}

.tech-and-web--site-inner {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 540px;
}

@media (max-width: 991.98px) {
    .tech-and-web--site-inner {
        margin-bottom: 420px;
    }
}

@media (max-width: 575.98px) {
    .tech-and-web--site-inner {
        margin-bottom: 360px;
    }
}

.tech-and-web--footer {
    position: fixed;
    width: 100%;
    padding: 3rem 0 3rem;
    color: #0b1e51;
    background-color: #fff;
    background-image: none;
    overflow: hidden;
    min-height: 470px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.footer-image {
    position: absolute;
    inset: 0;
    background: url('../images/societe-de-services-en-ingenierie-informatique-cote-d-ivoire.svg') center 95% / 300px auto no-repeat;
    opacity: 1;
    pointer-events: none;
}

.tech-and-web--footer .container {
    position: relative;
    z-index: 2;
}

.footer-overlay {
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .tech-and-web--site-inner {
        margin-bottom: 0 !important;
    }

    .tech-and-web--footer {
        padding: 3.25rem 0 3rem;
        min-height: 470px;
        position: relative;
    }
    .footer-image {
        background-size: 240px auto;
        background-position: center 96%;
    }
}

.btn {
    font-size: 11px;
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-weight: 900;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-outline-pill.btn-custom-light {
    color: darkgreen;
    border: 2px solid darkblue;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.btn-hero-secondary {
    padding: 0.55rem 1.35rem;
    font-size: 0.85rem;
    border-radius: 999px;
    line-height: 1.2;
}

.btn.btn-outline-pill.btn-custom-light:hover,
.btn.btn-outline-pill.btn-custom-light:active,
.btn.btn-outline-pill.btn-custom-light:focus {
    border-color: darkgreen;
}

.btn.btn-outline-pill.btn-white {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.btn.btn-outline-pill.btn-white:hover,
.btn.btn-outline-pill.btn-white:active,
.btn.btn-outline-pill.btn-white:focus {
    border-color: #fff;
}

.btn.btn-bg-black--hover:hover {
    background-color: #000;
    color: #000;
}

#tech-and-web--overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; /* avoid blocking clicks if not yet hidden */
}

.tech-and-web--site-nav {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 0;
    font-weight: 400;
    z-index: 1002;
    width: 100%;
    top: 0;
}

.tech-and-web--site-nav .container {
    position: relative;
}

.tech-and-web--site-nav .site-logo {
    z-index: 99;
}

.tech-and-web--site-nav .site-logo.pos-absolute {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tech-and-web--site-nav .site-nav-ul-wrap {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.tech-and-web--site-nav .tech-and-web--site-logo {
    font-size: 1.7rem;
    color: #0b1e51;
    font-weight: 700;
}

.tech-and-web--site-nav .tech-and-web--site-logo span {
    color: darkgreen;
}

.tech-and-web--site-nav .site-logo__image {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 54px;
    height: auto;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .tech-and-web--site-nav .nav-left,
    .tech-and-web--site-nav .nav-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }

    .tech-and-web--site-nav .nav-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .tech-and-web--site-nav .nav-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.tech-and-web--site-nav .site-nav-ul,
.tech-and-web--site-nav .site-nav-ul-none-onepage {
    text-align: center;
}

.tech-and-web--site-nav .site-nav-ul,
.tech-and-web--site-nav .site-nav-ul>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tech-and-web--site-nav .site-nav-ul>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li {
    text-align: left;
    display: inline-block;
}

.tech-and-web--site-nav .site-nav-ul>li>a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a {
    padding: 10px 5px;
    display: block;
    color: darkgreen;
    font-size: 14.5px;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}

.tech-and-web--site-nav .site-nav-ul>li>a:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a:before {
    left: 5px;
    right: 5px;
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    bottom: 0;
    width: 0%;
    -webkit-transition: .2s width ease-in-out;
    -o-transition: .2s width ease-in-out;
    transition: .2s width ease-in-out;
}

.tech-and-web--site-nav .site-nav-ul>li>a:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a:hover {
    color: #0b1e51;
}

@media (max-width: 1200px) {
    .tech-and-web--site-nav .site-nav-ul>li>a,
    .tech-and-web--site-nav .site-nav-ul-none-onepage>li>a {
        font-size: 14px;
        padding: 9px 4px;
    }
}

.tech-and-web--site-nav .site-nav-ul>li>a:hover:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a:hover:before {
    width: calc(100% - 14px);
}

.tech-and-web--site-nav .site-nav-ul>li>a.active,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a.active {
    position: relative;
}

.tech-and-web--site-nav .site-nav-ul>li>a.active:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li>a.active:before {
    color: #fff;
    width: calc(100% - 14px);
}

.tech-and-web--site-nav .site-nav-ul>li.has-children,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children {
    position: relative;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>a {
    position: relative;
    padding-right: 30px;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>a:after {
    content: "\e313";
    font-family: 'icomoon';
    position: absolute;
    right: 14px;
    top: 50%;
    font-size: 12px;
    color: currentColor;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children:hover>a:after,
.tech-and-web--site-nav .site-nav-ul>li.has-children:focus>a:after {
    transform: translateY(-50%) rotate(180deg);
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    background: #fff;
    padding: 20px 0px;
    margin-top: 20px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.5;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li {
    display: block;
    /* 2nd level hover*/
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li a,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li a {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    color: gray;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li a:hover,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li a:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li a:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li a:hover {
    color: #000;
    background: #f9f9f9;
    padding-left: 30px;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children {
    position: relative;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>a,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>a {
    position: relative;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>a:before,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>a:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>a:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>a:before {
    position: absolute;
    content: "\e315";
    font-size: 16px;
    top: 50%;
    color: #000;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon';
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>ul,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>ul,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>ul,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>ul {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 22;
    list-style: none;
    top: 0;
    left: 100%;
    min-width: 200px;
    background: #fff;
    padding: 20px 0px;
    margin-top: 20px;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>.dropdown a,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li.has-children>ul a,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>.dropdown a,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li.has-children>ul a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>.dropdown a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li.has-children>ul a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>.dropdown a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li.has-children>ul a {
    padding-left: 30px;
    padding-right: 30px;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:hover,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:focus,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:active,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:hover,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:focus,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:active,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:focus,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:active,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:focus,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:active {
    cursor: pointer;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>.dropdown>li:active>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children>ul>li:active>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>.dropdown>li:active>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children>ul>li:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children:hover,
.tech-and-web--site-nav .site-nav-ul>li.has-children:focus,
.tech-and-web--site-nav .site-nav-ul>li.has-children:active,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:hover,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:focus,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:active {
    cursor: pointer;
}

.tech-and-web--site-nav .site-nav-ul>li.has-children:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul>li.has-children:active>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:hover>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:focus>.dropdown,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.tech-and-web--site-nav .site-nav-ul>li.active>a,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.active>a {
    position: relative;
}

.tech-and-web--site-nav .site-nav-ul>li.active>a:before,
.tech-and-web--site-nav .site-nav-ul-none-onepage>li.active>a:before {
    color: #fff;
    width: calc(100% - 40px);
}

.tech-and-web--site-nav.dark .tech-and-web--site-logo {
    color: #000;
}

.tech-and-web--site-nav.dark .site-nav-ul li a,
.tech-and-web--site-nav.dark .site-nav-ul-none-onepage li a {
    color: #000;
}

.tech-and-web--site-nav.dark .site-nav-ul>li>a:before,
.tech-and-web--site-nav.dark .site-nav-ul-none-onepage>li>a:before {
    background: darkgreen;
}

.tech-and-web--site-nav.dark .burger-toggle-menu {
    top: 10px;
}

.tech-and-web--site-nav.dark .burger-toggle-menu span {
    background: darkblue;
}

.tech-and-web--site-nav .burger-toggle-menu {
    display: block;
    width: 36px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 99;
}

.tech-and-web--site-nav .burger-toggle-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.tech-and-web--site-nav .burger-toggle-menu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.tech-and-web--site-nav .burger-toggle-menu span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.tech-and-web--site-nav .burger-toggle-menu span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.tech-and-web--site-nav .burger-toggle-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 0;
}

.tech-and-web--site-nav .burger-toggle-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.tech-and-web--site-nav .burger-toggle-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 23px;
    left: 0;
}

.tech-and-web--site-nav.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding-top: 5px;
    padding-bottom: 5px;
}

.tech-and-web--site-nav.scrolled .burger-toggle-menu {
    top: 10px;
}

.tech-and-web--site-nav.scrolled .burger-toggle-menu span {
    background: #000;
}

.tech-and-web--site-nav.scrolled .tech-and-web--site-logo {
    color: #0b1e51;
}

.tech-and-web--site-nav.scrolled .site-nav-ul,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage {
    text-align: center;
}

.tech-and-web--site-nav.scrolled .site-nav-ul,
.tech-and-web--site-nav.scrolled .site-nav-ul>li,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li {
    text-align: left;
    display: inline-block;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li>a,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li>a {
    display: block;
    color: #0b1e51;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li>a:hover,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li>a:hover {
    color: darkgreen;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li>a:before,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li>a:before {
    background: #fff;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li>a.active,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li>a.active {
    color: darkgreen;
}

.tech-and-web--site-nav.scrolled .site-nav-ul>li>a.active:before,
.tech-and-web--site-nav.scrolled .site-nav-ul-none-onepage>li>a.active:before {
    background: #fff;
}

.tech-and-web--site-nav.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

.tech-and-web--site-nav.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}

/* Mobile nav */

.tech-and-web--site-mobile-menu {
    position: fixed;
    z-index: 12000; /* above loader/overlayer to ensure visibility */
    height: 100vh;
    background: #fff;
    width: 280px;
    overflow: auto;
    padding-top: 30px;
    padding-bottom: 70px;
    width: 280px;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.offcanvas .tech-and-web--site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.tech-and-web--site-mobile-menu .close-wrap {
    margin-right: 20px;
    position: relative;
}

.tech-and-web--site-mobile-menu .close-wrap a {
    margin-right: 15px;
}

.tech-and-web--site-mobile-menu .close-wrap a:hover {
    opacity: .5;
}

.tech-and-web--site-mobile-menu .close-wrap a .close-label {
    margin-right: 20px;
    color: #0b1e51;
}

.tech-and-web--site-mobile-menu .close-wrap a .close-times {
    position: relative;
    margin-top: 4px;
    right: 0;
}

.tech-and-web--site-mobile-menu .close-wrap a .close-times .bar1,
.tech-and-web--site-mobile-menu .close-wrap a .close-times .bar2 {
    width: 2px;
    height: 20px;
    background: #000;
    position: absolute;
}

.tech-and-web--site-mobile-menu .close-wrap a .close-times .bar1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tech-and-web--site-mobile-menu .close-wrap a .close-times .bar2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tech-and-web--site-mobile-menu ul,
.tech-and-web--site-mobile-menu ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

.tech-and-web--site-mobile-menu ul a,
.tech-and-web--site-mobile-menu ul li a {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #0b1e51;
}

.tech-and-web--site-mobile-menu ul a:hover,
.tech-and-web--site-mobile-menu ul li a:hover {
    color: darkgreen;
}

.tech-and-web--site-mobile-menu ul>li>ul>li>a {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tech-and-web--site-mobile-menu ul>li>ul>li>ul>li>a {
    position: relative;
    padding-left: 50px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tech-and-web--site-mobile-menu ul>li.has-children .arrow-collapse {
    position: absolute;
    right: 10px;
    top: 0px;
    z-index: 20;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.tech-and-web--site-mobile-menu ul>li.has-children .arrow-collapse:before {
    font-size: 11px !important;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #0b1e51;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.tech-and-web--site-mobile-menu ul>li.has-children .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tech-and-web--site-mobile-menu ul>li.has-children>ul>li.has-children .arrow-collapse {
    top: -10px;
}

.cover-v1 {
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    width: 100%;
}

.cover-v1.gradient-bottom-black {
    position: relative;
}

.cover-v1.gradient-bottom-black:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(79%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.05)), color-stop(100%, black));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(79%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.05)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0.05) 80%, black 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.cover-v1.overlay {
    position: relative;
}

.cover-v1.overlay:before {
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: rgba(0, 0, 0, 0.15);
}

.cover-v1.overlay .mbYTP_wrapper {
    z-index: -1;
}

.cover-v1 .container {
    z-index: 9;
    position: relative;
}

.cover-v1 .container,
.cover-v1 .container>.row {
    height: auto;
    min-height: unset;
    padding-top: 0;
    padding-bottom: clamp(2.2rem, 3.8vw, 3.6rem);
}

@media (max-width: 767.98px) {
    .cover-v1 .container,
    .cover-v1 .container>.row {
        padding-top: 0;
        padding-bottom: 16px;
    }

    .hero-banner__column--media {
        gap: clamp(1rem, 4vw, 1.4rem);
    }
}
/* Media Query for Mobile Devices */
@media (max-width: 767px) {
    .video-container {
        height: 1300px; /* Double the original height for mobile */
    }
}

.cover-v1 .heading {
    font-size: 5rem;
    font-weight: 900;
    color: #000;
}

@media (max-width: 991.98px) {
    .cover-v1 .heading {
        font-size: 3rem;
    }
}

.cover-v1 .blog-heading {
    font-weight: 900;
    color: #000;
    font-size: 4rem;
}

@media (max-width: 991.98px) {
    .cover-v1 .blog-heading {
        font-size: 2rem;
    }
}

.cover-v1 .post-meta {
    font-size: 18px;
}

.cover-v1 .subheading {
    font-size: 33px;
    color: #000;
}

@media (max-width: 991.98px) {
    .cover-v1 .subheading {
        font-size: 24px;
    }
}

.mouse-wrap {
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 9;
}

.mouse-wrap:active,
.mouse-wrap:active>.mouse-label,
.mouse-wrap:focus,
.mouse-wrap:focus>.mouse-label {
    outline: none;
}

.mouse-wrap.mouse-with-slider {
    bottom: -50px;
}

.mouse-wrap .mouse-label {
    top: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .05rem;
    text-transform: uppercase;
}

.mouse-wrap.dark .mouse-label {
    color: #000;
}

.mouse-wrap.dark .mouse {
    border: 2px solid #000;
}

.mouse-wrap.dark .mouse .scroll {
    background: #000;
}

.mouse-wrap .mouse {
    position: absolute;
    width: 22px;
    height: 42px;
    bottom: 30px;
    display: block;
    left: 50%;
    margin-left: -12px;
    border-radius: 15px;
    border: 2px solid #fff;
    -webkit-animation: intro 2s;
    animation: intro 2s;
}

.mouse-wrap .mouse .scroll {
    display: block;
    width: 3px;
    height: 3px;
    margin: 6px auto;
    border-radius: 4px;
    background: #fff;
    -webkit-animation: finger 2s infinite;
    animation: finger 2s infinite;
}

@-webkit-keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes intro {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes finger {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.hero-slider-wrap {
    position: relative;
}

.grid-item {
    position: relative;
}

.grid-item:before {
    content: '';
    display: inline-block;
    padding-top: 20rem;
}

.grid-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item {
    position: relative;
}

.blog-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio-item {
    overflow: hidden;
}

.portfolio-item img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.portfolio-item,
.blog-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.portfolio-item .overlay,
.blog-item .overlay {
    position: relative;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.portfolio-item .overlay,
.portfolio-item .overlay:before,
.blog-item .overlay,
.blog-item .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio-item .overlay:before,
.blog-item .overlay:before {
    background: rgba(0, 0, 0, 0.322);
    content: "";
}

.portfolio-item .wrap-icon,
.blog-item .wrap-icon {
    position: absolute;
    right: 20px;
    color: #fff;
    top: 20px;
}

.portfolio-item .portfolio-item-content,
.blog-item .portfolio-item-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.portfolio-item .portfolio-item-content h3,
.portfolio-item .portfolio-item-content p,
.blog-item .portfolio-item-content h3,
.blog-item .portfolio-item-content p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.portfolio-item .portfolio-item-content h3,
.blog-item .portfolio-item-content h3 {
    font-size: 18px;
}

.portfolio-item .portfolio-item-content p,
.blog-item .portfolio-item-content p {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.portfolio-item:hover .overlay,
.blog-item:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.blog-item {
    margin-left: 0 !important;
    border: 3px solid darkgreen;
    border-radius: 6px;
}

.blog-item .overlay {
    opacity: 1;
    visibility: visible;
    border-radius: inherit;
}

.blog-item:hover .overlay {
    opacity: 0.5;
    visibility: visible;
    
}

.filter-wrap {
    position: relative;
}

.filter-wrap .filter {
    font-size: 14px;
    color: #000;
}

.filter-wrap .filter a {
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.filter-wrap .filter a:hover {
    color: #000;
}

.filter-wrap .filter a.active {
    color: #000;
}

@media (max-width: 991.98px) {
    .filter-wrap .filter {
        background: #fff;
        z-index: 9;
        position: absolute;
        min-width: 150px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        right: 0;
        padding: 20px;
        top: 10px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }
    .filter-wrap .filter.active {
        opacity: 1;
        visibility: visible;
    }
    .filter-wrap .filter a {
        display: block;
    }
}

/* Isotope Transitions
------------------------------- */

.isotope,
.isotope .item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.tech-and-web--section {
    padding: 3.5rem 0;
}

/* Reduce space between cover and the first following section ("Notre univers") */
.cover-v1 + .tech-and-web--section {
    padding-top: 1.6rem;
}

#tech-and-web-contacts.tech-and-web--section {
    padding: 1.75rem 0;
}

@media (max-width: 767.98px) {
    .tech-and-web--section {
        padding: 2rem 0;
    }

    .cover-v1 + .tech-and-web--section {
        padding-top: 1rem;
    }

    #tech-and-web-contacts.tech-and-web--section {
        padding: 0.3rem 0;
    }
}

.tech-and-web--section a:hover {
    color: #000;
}

.heading-h2 {
    font-size: clamp(1.9rem, 1.25rem + 1.25vw, 2.75rem);
    color: #0b1e51;
    font-weight: 700;
    line-height: 1.25;
}

.heading-h2.divider:before {
    position: absolute;
    content: "";
}

.heading-h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0b1e51;
    line-height: 1.35;
}

.lead {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #0b1e51;
}

.relative {
    position: relative;
}

figure.dotted-bg {
    position: relative;
}

figure.dotted-bg:before {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 268px;
    height: 224px;
    background-image: url("../images/framework-tech-and-web.gif");
    background-size: contain;
    background-repeat: no-repeat;
    
}

@media (max-width: 991.98px) {
    figure.dotted-bg:before {
        right: 0px;
    }
}

.gutter-v1 {
    margin-right: -1px !important;
    margin-left: -1px !important;
}

@media (max-width: 991.98px) {
    .gutter-v1 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.gutter-v1>.col,
.gutter-v1>[class*="col-"] {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

@media (max-width: 991.98px) {
    .gutter-v1>.col,
    .gutter-v1>[class*="col-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.gutter-v2 {
    margin-right: -2px !important;
    margin-left: -2px !important;
}

@media (max-width: 991.98px) {
    .gutter-v2 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.gutter-v2>.col,
.gutter-v2>[class*="col-"] {
    margin-bottom: 4px;
    padding-right: 2px !important;
    padding-left: 2px !important;
}

@media (max-width: 991.98px) {
    .gutter-v2>.col,
    .gutter-v2>[class*="col-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.gutter-v3 {
    margin-left: -60px !important;
    margin-right: -60px !important;
}

@media (max-width: 991.98px) {
    .gutter-v3 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.gutter-v3>.col,
.gutter-v3>[class*="col-"] {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

@media (max-width: 991.98px) {
    .gutter-v3>.col,
    .gutter-v3>[class*="col-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.gutter-v4 {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.gutter-v4>.col,
.gutter-v4>[class*="col-"] {
    margin-bottom: 20px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.gutter-isotope-item {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

@media (max-width: 991.98px) {
    .gutter-isotope-item {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.gutter-isotope-item>.col,
.gutter-isotope-item>[class*="col-"] {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

@media (max-width: 991.98px) {
    .gutter-isotope-item>.col,
    .gutter-isotope-item>[class*="col-"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.isotope-mb-2 {
    margin-bottom: 30px !important;
}

.feature-v1 {
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .feature-v1 {
        text-align: center;
    }
}

.feature-v1 h3 {
    font-size: 22px;
    font-weight: 900;
}

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

.counter-v1 .number-wrap {
    display: block;
}

.counter-v1 .number-wrap .number {
    font-size: 69px;
    font-weight: 900;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    color: darkgreen;
}

.counter-v1 .number-wrap .append-text {
    position: relative;
    top: -30px;
    font-size: 28px;
    font-weight: 900;
}

.counter-v1 .counter-label {
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 11px;
    font-weight: 900;
}

.testimonial-v1 {
    text-align: center;
    z-index: 9;
}

.testimonial-v1 .testimonial-inner-bg {
    padding: 50px;
    padding-bottom: 70px;
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 30px 0 -20px darkgreen;
    box-shadow: 0px 30px 0 -20px darkgreen;
}

@media (max-width: 991.98px) {
    .testimonial-v1 .testimonial-inner-bg {
        font-size: 16px;
        line-height: 32px;
        padding: 30px 30px 50px 30px;
    }
}

.testimonial-v1 .testimonial-inner-bg .quote {
    display: block;
    font-size: 80px;
    font-family: 'Georgia', serif;
}

.testimonial-v1 .testimonial-author-info {
    z-index: 2;
    margin-top: -45px;
    position: relative;
}

.testimonial-v1 .testimonial-author-info img {
    width: 90px;
    margin: 0 auto 30px auto;
    border-radius: 50%;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-v1 .testimonial-author-info h3 {
    font-size: 20px;
    margin: 0;
}

.testimonial-v1 .testimonial-author-info .position {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.testimonial-slider .owl-stage,
.single-slider .owl-stage {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .testimonial-slider .owl-nav,
    .single-slider .owl-nav {
        display: none;
    }
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next,
.single-slider .owl-nav .owl-prev,
.single-slider .owl-nav .owl-next {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000 !important;
}

.testimonial-slider .owl-nav .owl-prev span,
.testimonial-slider .owl-nav .owl-next span,
.single-slider .owl-nav .owl-prev span,
.single-slider .owl-nav .owl-next span {
    font-size: 30px;
}

.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover,
.single-slider .owl-nav .owl-prev:hover,
.single-slider .owl-nav .owl-next:hover {
    color: #000;
}

.testimonial-slider .owl-nav .owl-prev:active,
.testimonial-slider .owl-nav .owl-prev:focus,
.testimonial-slider .owl-nav .owl-next:active,
.testimonial-slider .owl-nav .owl-next:focus,
.single-slider .owl-nav .owl-prev:active,
.single-slider .owl-nav .owl-prev:focus,
.single-slider .owl-nav .owl-next:active,
.single-slider .owl-nav .owl-next:focus {
    outline: none;
}

.testimonial-slider .owl-nav .owl-prev,
.single-slider .owl-nav .owl-prev {
    left: 60px;
}

.testimonial-slider .owl-nav .owl-next,
.single-slider .owl-nav .owl-next {
    right: 60px;
}

.testimonial-slider .owl-dots,
.single-slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
}

.testimonial-slider .owl-dots .owl-dot,
.single-slider .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slider .owl-dots .owl-dot>span,
.single-slider .owl-dots .owl-dot>span {
    margin: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.testimonial-slider .owl-dots .owl-dot.active>span,
.single-slider .owl-dots .owl-dot.active>span {
    background: black;
}

.testimonial-slider .owl-dots .owl-dot:active,
.testimonial-slider .owl-dots .owl-dot:focus,
.single-slider .owl-dots .owl-dot:active,
.single-slider .owl-dots .owl-dot:focus {
    outline: none;
}

.single-slider {
    margin-bottom: 90px;
}

.single-slider .owl-prev,
.single-slider .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05) !important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.single-slider .owl-prev:hover,
.single-slider .owl-next:hover {
    background: rgba(0, 0, 0, 0.1) !important;
}

.single-slider .owl-prev span,
.single-slider .owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.single-slider .owl-prev span:before,
.single-slider .owl-next span:before {
    font-size: 40px;
}

.hero-slider-wrap .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 30px;
}

.blog-post-entry {
    margin-bottom: 30px;
}

.blog-post-entry .post-meta {
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
}

.form-outline-style-v1 .form-group {
    position: relative;
    margin-bottom: 1.75rem;
}

.form-outline-style-v1 .form-group label {
    position: static;
    font-size: .8rem;
    display: block;
    margin-bottom: .5rem;
    color: #0b1e51;
    text-transform: uppercase;
    letter-spacing: .04em;
    font-weight: 800;
}

.form-outline-style-v1 .form-group .form-control,
.form-outline-style-v1 .form-group .custom-select {
    background-color: #fff;
    border: 1px solid rgba(12, 47, 128, 0.18);
    border-radius: 10px;
    padding: .65rem .9rem;
    color: #0b1e51;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.form-outline-style-v1 .form-group .form-control:focus,
.form-outline-style-v1 .form-group .custom-select:focus {
    outline: none;
    border-color: rgba(21, 129, 74, 0.65);
    box-shadow: 0 0 0 .15rem rgba(21, 129, 74, 0.15);
}

.form-outline-style-v1 .form-group .form-control.is-invalid,
.form-outline-style-v1 .form-group .custom-select.is-invalid {
    border-color: #dc3545;
    box-shadow: none;
}

.form-outline-style-v1 .form-group textarea.form-control {
    min-height: 160px;
    resize: vertical;
}

.form-outline-style-v1 .form-group .custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%230c2f80' fill-rule='nonzero' d='M7 8L0 0h14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px 6px;
}

.form-outline-style-v1 .submitting {
    display: none;
}

.form-outline-style-v1 .form-error-message {
    font-size: .8rem;
    margin-top: .35rem;
    display: block;
}

.form-feedback .form-message-warning,
.form-feedback .form-message-success {
    font-size: .95rem;
}

.hp-field {
    position: absolute !important;
    left: -999em !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0;
    width: 0;
}

.scroll-top-btn {
    position: fixed;
    right: 26px;
    bottom: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #0c2f80 0%, darkgreen 100%);
    box-shadow: 0 18px 35px rgba(12, 47, 128, 0.18), 0 10px 18px rgba(21, 129, 74, 0.15);
    transition: opacity .3s ease, transform .3s ease, box-shadow .3s ease, visibility .3s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    z-index: 1200;
}

.scroll-top-btn .icon-arrow-up {
    font-size: 1.35rem;
    line-height: 1;
}

.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top-btn:hover {
    box-shadow: 0 22px 45px rgba(12, 47, 128, 0.22), 0 12px 22px rgba(21, 129, 74, 0.2);
    transform: translateY(-4px);
}

.scroll-top-btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(21, 129, 74, 0.25);
}

@media (max-width: 767.98px) {
    .scroll-top-btn {
        width: 50px;
        height: 50px;
        right: 18px;
        bottom: 22px;
    }

    .scroll-top-btn .icon-arrow-up {
        font-size: 1.2rem;
    }
}

.form-control {
    border: none;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.form-control:active,
.form-control:focus {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid black;
}

@media (max-width: 767.98px) {
    .contact-info-v1 {
        text-align: center;
    }
}

.contact-info-v1>div {
    margin-bottom: 30px;
}

.contact-info-v1 .contact-info-label {
    font-size: 15px;
    letter-spacing: .1rem;
    font-weight: 900;
    text-transform: uppercase;
    color: darkgreen;
}

.contact-info-v1 .contact-info-val {
    font-size: 20px;
    color: #0b1e51;
}

.portfolio-single-inner .heading-portfolio-single-h2 {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .portfolio-single-inner .heading-portfolio-single-h2 {
        font-size: 30px;
    }
}

#portfolio-single-holder .portfolio-single-inner {
    position: relative;
    opacity: 0;
    display: none;
}

#portfolio-single-holder .tech-and-web--close-portfolio {
    position: absolute;
    top: 5px;
    cursor: pointer;
    z-index: 9;
    padding: 10px 10px 10px 10px;
    right: -10px;
    border: 2px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#portfolio-single-holder .tech-and-web--close-portfolio .close-portfolio-label {
    font-size: 14px;
    top: 25px;
    right: -10px;
    width: 150px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#portfolio-single-holder .tech-and-web--close-portfolio .wrap-icon-close {
    font-size: 30px;
    position: relative;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

#portfolio-single-holder .tech-and-web--close-portfolio:hover .wrap-icon-close {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#portfolio-single-holder .tech-and-web--close-portfolio:hover .close-portfolio-lanel {
    opacity: 1;
    left: -10px;
    visibility: visible;
}

#portfolio-single-holder .tech-and-web--close-portfolio:hover,
#portfolio-single-holder .tech-and-web--close-portfolio:focus {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.15);
}

#portfolio-single-holder .tech-and-web--close-portfolio:hover .close-portfolio-label,
#portfolio-single-holder .tech-and-web--close-portfolio:focus .close-portfolio-label {
    right: 20px;
    opacity: 1;
    visibility: visible;
}

#portfolio-single-holder .close-portfolio--content {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#portfolio-single-holder .close-portfolio--content .close-portfolio-label {
    right: 50% !important;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 50px;
}

.detail-v1 .detail-label {
    display: block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .1rem;
    color: rgba(0, 0, 0, 0.5);
}

.detail-v1 .detail-val {
    font-size: 16px;
    color: #000;
}

.detail-v1 .detail-val a {
    color: #000;
}

.about-info-grid {
    row-gap: 2rem;
}

.about-info-card {
    position: relative;
    background: #f9fbff;
    border-radius: 18px;
    padding: 1.9rem 1.75rem;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 18px 40px rgba(12, 47, 76, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    --about-card-accent: #0d2f4c;
}

.about-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 18px 18px 0 0;
    background: var(--about-card-accent);
}

.about-info-card:hover,
.about-info-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(12, 47, 76, 0.12);
}

.about-info-card__title {
    margin: 0;
    font-size: 0.95rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--about-card-accent);
}

.about-info-card__list {
    list-style: none;
    margin: 1.1rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    color: #0b1e51;
    font-size: 1rem;
}

.about-info-card__list li {
    line-height: 1.55;
}

.about-info-card__list strong {
    color: var(--about-card-accent);
    font-weight: 700;
}

.about-info-card__list--links a {
    color: #0b1e51;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.about-info-card__list--links .icon-arrow-right {
    color: var(--about-card-accent);
    font-size: 0.9rem;
}

.about-info-card__list--links a:hover,
.about-info-card__list--links a:focus {
    color: var(--about-card-accent);
    transform: translateX(4px);
}

.about-info-card--primary {
    --about-card-accent: #0d2f4c;
}

.about-info-card--secondary {
    --about-card-accent: darkgreen;
    background: #f6fffa;
    border-color: rgba(21, 129, 74, 0.12);
    box-shadow: 0 18px 40px rgba(21, 129, 74, 0.08);
}

.about-info-card--accent {
    --about-card-accent: #2378a6;
    background: #f4fbff;
    border-color: rgba(35, 120, 166, 0.12);
}

@media (max-width: 767.98px) {
    .about-info-card {
        padding: 1.6rem 1.4rem;
    }
}

.service-hero {
    padding-top: 4.5rem;
}

.service-hero__title {
    font-size: 2.3rem;
    line-height: 1.25;
    font-weight: 700;
}

.service-hero__lead {
    margin-top: 1.5rem;
    font-size: 1.08rem;
    color: #0b1e51;
    line-height: 1.7;
}

.service-hero__highlights {
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.service-hero__highlights li {
    position: relative;
    padding-left: 1.75rem;
    font-weight: 600;
    color: #0b1e51;
}

.service-hero__highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(21, 129, 74, 0.85), darkgreen);
    box-shadow: 0 0 0 4px rgba(21, 129, 74, 0.15);
}

.service-hero__cta {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
}

.service-hero__footnote {
    font-size: 0.88rem;
    color: #0b1e51;
    margin: 0;
}

.service-hero__visual {
    margin-top: 2.5rem;
    text-align: center;
}

.service-hero__stats {
    margin-top: 2.2rem;
    row-gap: 1.5rem;
}

.service-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.4rem 1.2rem;
    box-shadow: 0 18px 32px rgba(13, 47, 76, 0.12);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 1px solid rgba(13, 47, 76, 0.08);
}

.service-stat-card__value {
    font-size: 1.35rem;
    font-weight: 700;
    color: darkgreen;
}

.service-stat-card__label {
    font-size: 0.95rem;
    color: #0b1e51;
    line-height: 1.5;
}

.service-card-grid {
    row-gap: 1.5rem;
}

.service-card {
    background: #f7fbff;
    border: 1px solid rgba(13, 47, 76, 0.08);
    border-radius: 18px;
    padding: 1.8rem 1.6rem;
    height: 100%;
    box-shadow: 0 20px 38px rgba(12, 47, 76, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 28px 48px rgba(12, 47, 76, 0.15);
}

.service-card__title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #0b1e51;
    letter-spacing: 0.05rem;
}

.service-card__text {
    margin-top: 0.9rem;
    color: #0b1e51;
    line-height: 1.65;
    font-size: 0.98rem;
}

.service-offers-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.service-offer-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.9rem 1.6rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 22px 34px rgba(13, 47, 76, 0.08);
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-offer-card:focus,
.service-offer-card:hover {
    transform: translateY(-10px);
    border-color: rgba(21, 129, 74, 0.35);
    box-shadow: 0 32px 52px rgba(13, 47, 76, 0.18);
}

.service-offer-card:focus .service-offer-card__cta,
.service-offer-card:hover .service-offer-card__cta {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(13, 77, 240, 0.28);
}

.service-offer-card--focus {
    background: linear-gradient(145deg, rgba(21, 129, 74, 0.12), rgba(13, 47, 76, 0.05));
    border: 1px solid rgba(21, 129, 74, 0.4);
}

.service-offer-card__badge {
    align-self: flex-start;
    background: rgba(21, 129, 74, 0.12);
    color: darkgreen;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.service-offer-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 18px;
    padding: 0;
    margin-bottom: 1.4rem;
    box-shadow: none;
    width: 96px;
    height: 96px;
    overflow: hidden;
}

.service-offer-card--focus .service-offer-card__icon {
    background: transparent;
    box-shadow: none;
}

.service-offer-card__body {
    flex: 1 1 auto;
}

.service-offer-card__title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.service-offer-card__text {
    color: #0b1e51;
    font-size: 0.98rem;
    line-height: 1.68;
    margin-bottom: 1.5rem;
}

.service-offer-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 700;
    font-size: 0.92rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    background-image: linear-gradient(135deg, #0d4df0 0%, #15b0c5 48%, #22d3aa 100%);
    box-shadow: 0 12px 24px rgba(13, 77, 240, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.service-offer-card__cta .icon-arrow-right2 {
    font-size: 1.05rem;
    transition: transform 0.35s ease, color 0.2s ease;
    color: #ffffff;
}

.service-offer-card:hover .service-offer-card__cta .icon-arrow-right2,
.service-offer-card:focus .service-offer-card__cta .icon-arrow-right2 {
    transform: translateX(6px);
}

.services-landing {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(135deg, rgba(13, 47, 76, 0.04), rgba(21, 129, 74, 0.12));
}

.services-landing__eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.16rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.services-landing__title {
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 1.4rem;
}

.services-landing__highlights {
    list-style: none;
    padding-left: 0;
    margin: 1.8rem 0;
    display: grid;
    gap: 0.75rem;
}

.services-landing__highlights li {
    position: relative;
    padding-left: 1.9rem;
    color: #0b1e51;
    line-height: 1.6;
    font-size: 0.98rem;
}

.services-landing__highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(21, 129, 74, 0.85), darkgreen);
    box-shadow: 0 0 0 3px rgba(21, 129, 74, 0.15);
}

.services-landing__visual {
    position: relative;
    padding: 1.5rem;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 30px 60px rgba(13, 47, 76, 0.15);
    overflow: hidden;
}

.services-landing__visual::before {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 24px;
    border: 1px dashed rgba(21, 129, 74, 0.25);
    pointer-events: none;
}

.services-catalogue__intro {
    max-width: 720px;
    margin: 1.2rem auto 0;
    color: #0b1e51;
}

.services-catalogue-grid {
    margin-top: 2rem;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.services-catalogue-grid .service-offer-card {
    background: #ffffff;
}

.services-catalogue-grid .service-offer-card--focus {
    background: linear-gradient(145deg, rgba(21, 129, 74, 0.15), rgba(13, 47, 76, 0.05));
}

.services-catalogue-grid .service-offer-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

.services-extensions__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
}

.services-extensions__item {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(13, 47, 76, 0.08);
    padding: 1.4rem 1.3rem;
    box-shadow: 0 16px 32px rgba(13, 47, 76, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-extensions__item:hover,
.services-extensions__item:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px rgba(13, 47, 76, 0.14);
}

.trust-logos-carousel {
    padding: 0 1rem;
}

.trust-logo-card {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 100%;
    padding: 1.35rem 1.15rem;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(11, 30, 79, 0.08);
    box-shadow: 0 18px 30px rgba(11, 30, 79, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    overflow: hidden;
}

.trust-logo-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(21, 129, 74, 0.25), rgba(11, 30, 79, 0.25));
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.trust-logo-card__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
    color: inherit;
}

.trust-logo-card__media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: #ffffff;
}

.trust-logo-card__image {
    max-height: 68px;
    width: auto;
    opacity: 1;
    transition: transform 0.35s ease;
}

.trust-logo-card__label {
    font-size: 0.83rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #0b1e4f;
    text-align: center;
}

.trust-logo-card:hover,
.trust-logo-card:focus-within {
    transform: translateY(-8px);
    border-color: rgba(21, 129, 74, 0.24);
    box-shadow: 0 28px 50px rgba(11, 30, 79, 0.15);
}

.trust-logo-card:hover::before,
.trust-logo-card:focus-within::before {
    opacity: 0.9;
}

.trust-logo-card:hover .trust-logo-card__image,
.trust-logo-card:focus-within .trust-logo-card__image {
    transform: scale(1.04);
}

@media (max-width: 767.98px) {
    .trust-logo-card {
        padding: 1.1rem 0.95rem;
    }

    .trust-logo-card__media {
        height: 76px;
    }

    .trust-logo-card__image {
        max-height: 60px;
    }

    .trust-logo-card__label {
        font-size: 0.76rem;
    }
}

.contact-form-wrapper--premium {
    position: relative;
    padding: 2.75rem 2.5rem;
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(11, 30, 79, 0.08);
    box-shadow: 0 45px 70px rgba(11, 30, 79, 0.12);
    overflow: hidden;
}

.contact-form-wrapper--premium::before,
.contact-form-wrapper--premium::after {
    content: "";
    position: absolute;
    inset: -30% -10%;
    background: radial-gradient(circle at top left, rgba(21, 129, 74, 0.18), transparent 65%);
    opacity: 0.85;
    pointer-events: none;
}

.contact-form-wrapper--premium::after {
    inset: auto -25% -35% auto;
    background: radial-gradient(circle at bottom right, rgba(11, 30, 79, 0.2), transparent 60%);
}

.contact-form-wrapper--premium .form-outline-style-v1 {
    position: relative;
    z-index: 1;
}

.contact-form-wrapper--premium .form-outline-style-v1 .form-group label {
    color: #0b1e4f;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.contact-form-wrapper--premium .form-outline-style-v1 .form-group .form-control,
.contact-form-wrapper--premium .form-outline-style-v1 .form-group .custom-select {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 255, 0.95));
    border: 1px solid rgba(11, 30, 79, 0.14);
    border-radius: 14px;
    padding: 0.75rem 1rem;
    box-shadow: 0 16px 28px rgba(11, 30, 79, 0.08);
}

.contact-form-wrapper--premium .form-outline-style-v1 .form-group .form-control::placeholder {
    color: rgba(11, 30, 79, 0.45);
}

.contact-form-wrapper--premium .form-outline-style-v1 .form-group .form-control:focus,
.contact-form-wrapper--premium .form-outline-style-v1 .form-group .custom-select:focus {
    border-color: rgba(21, 129, 74, 0.6);
    box-shadow: 0 0 0 0.17rem rgba(21, 129, 74, 0.18);
}

.contact-form-wrapper--premium .form-outline-style-v1 .form-group textarea.form-control {
    min-height: 180px;
}

.contact-label--sm {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}

.contact-urgent-note {
    font-weight: 300;
    font-family: "Poppins", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.65em;
}

.contact-form-wrapper--premium .form-outline-style-v1 small.form-text {
    color: rgba(11, 30, 79, 0.65);
}

.btn-contact-primary {
    position: relative;
    background: #15814a;
    color: #ffffff !important;
    border: none;
    padding: 0.85rem 2.4rem;
    border-radius: 999px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 18px 32px rgba(11, 30, 79, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-contact-primary:hover,
.btn-contact-primary:focus {
    background: #0f6235;
    color: #ffffff !important;
    transform: translateY(-4px);
    box-shadow: 0 26px 46px rgba(11, 30, 79, 0.28);
}

@media (max-width: 991.98px) {
    .contact-form-wrapper--premium {
        padding: 2.2rem 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .contact-form-wrapper--premium {
        padding: 1.8rem 1.4rem;
    }
}

.team-portrait-card {
    position: relative;
    display: flex;
    min-height: 360px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(11, 30, 79, 0.32), rgba(21, 129, 74, 0.28));
    box-shadow: 0 45px 70px rgba(11, 30, 79, 0.18);
    isolation: isolate;
}

.team-portrait-card__media {
    flex: 1;
    position: relative;
    z-index: 1;
}

.team-portrait-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    animation: portraitFloat 22s ease-in-out infinite;
}

.team-portrait-card__badge {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    backdrop-filter: blur(8px);
    color: #0b1e4f;
    border-radius: 18px;
    padding: 0.85rem 1.2rem;
    box-shadow: 0 18px 32px rgba(11, 30, 79, 0.18);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 5;
}

.team-portrait-card__badge small {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: rgba(11, 30, 79, 0.7);
    opacity: 0.95;
}

.team-portrait-card__shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.35;
    mix-blend-mode: normal;
    z-index: 0;
    pointer-events: none;
}

.team-portrait-card__shape--one {
    width: 220px;
    height: 220px;
    top: -80px;
    left: -60px;
    background: radial-gradient(circle, rgba(21, 129, 74, 0.55), transparent 70%);
    animation: shapeDriftOne 18s ease-in-out infinite;
}

.team-portrait-card__shape--two {
    width: 180px;
    height: 180px;
    bottom: -70px;
    right: -40px;
    background: radial-gradient(circle, rgba(11, 30, 79, 0.5), transparent 65%);
    animation: shapeDriftTwo 20s ease-in-out infinite;
}

.team-portrait-card__shape--three {
    width: 140px;
    height: 140px;
    top: 12%;
    right: 10%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.45), transparent 70%);
    animation: shapePulse 14s ease-in-out infinite;
}

@keyframes portraitFloat {
    0% {
        transform: scale(1.05) translateY(0);
    }
    50% {
        transform: scale(1.08) translateY(-12px);
    }
    100% {
        transform: scale(1.05) translateY(0);
    }
}

@keyframes shapeDriftOne {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(25px, 20px) scale(1.1);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes shapeDriftTwo {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-30px, -20px) scale(0.9);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes shapePulse {
    0% {
        transform: scale(0.9);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.85;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.6;
    }
}

@media (max-width: 991.98px) {
    .team-portrait-card {
        min-height: 320px;
        margin-bottom: 1.5rem;
    }

    .team-portrait-card__badge {
        bottom: 1.2rem;
        left: 1.2rem;
        padding: 0.7rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .team-portrait-card {
        min-height: 260px;
        border-radius: 24px;
    }

    .team-portrait-card__badge {
        bottom: 1rem;
        left: 1rem;
    }

    .team-portrait-card__badge small {
        font-size: 0.6rem;
    }
}

.cover-story-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 250, 255, 0.96));
    border-radius: 26px;
    padding: 2.4rem 2.2rem;
    box-shadow: 0 36px 64px rgba(11, 30, 79, 0.14);
    border: 1px solid rgba(11, 30, 79, 0.08);
}

.cover-story-card__eyebrow {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(21, 129, 74, 0.85);
    margin-bottom: 1rem;
}

.cover-story-card__title {
    color: #0b1e4f;
}

.cover-story-card__text {
    color: rgba(11, 30, 79, 0.84);
    line-height: 1.7;
}

.cover-story-card__list {
    margin: 1.5rem 0 0;
    padding: 0;
}

.cover-story-card__list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    background: rgba(11, 30, 79, 0.04);
    border-radius: 14px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
}

.cover-story-card__list li:last-child {
    margin-bottom: 0;
}

.cover-story-card__list .icon-check {
    margin-right: 0.6rem !important;
}

.cover-story-card__cta {
    gap: 0.9rem;
}

.cover-story-card__meta {
    margin-top: 1.6rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(11, 30, 79, 0.08);
    font-size: 0.78rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(11, 30, 79, 0.6);
}

@media (max-width: 991.98px) {
    .cover-story-card {
        margin-top: 2rem;
        padding: 2.1rem 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .cover-story-card {
        padding: 1.8rem 1.5rem;
    }
}

.cover-highlights-card {
    margin-top: 1.8rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 24px;
    padding: 1.6rem 1.9rem;
    box-shadow: 0 32px 56px rgba(11, 30, 79, 0.12);
    border: 1px solid rgba(11, 30, 79, 0.08);
}

.cover-highlights-card__list {
    margin: 0;
    padding: 0;
}

.cover-highlights-card__list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: rgba(11, 30, 79, 0.05);
    border-radius: 14px;
    padding: 0.8rem 1rem;
    margin-bottom: 0.7rem;
}

.cover-highlights-card__list li:last-child {
    margin-bottom: 0;
}

.cover-highlights-card__list .icon-check {
    flex-shrink: 0;
    margin-right: 0 !important;
    margin-top: 0.15rem;
}

.cover-highlights-card__meta {
    margin-top: 1.3rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(11, 30, 79, 0.08);
    font-size: 0.76rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(11, 30, 79, 0.6);
}

.cover-premium-note {
    margin-top: clamp(0.4rem, 1.2vw, 0.9rem);
    background: linear-gradient(145deg, rgba(13, 46, 98, 0.1), rgba(20, 96, 68, 0.07));
    border-radius: 20px;
    padding: clamp(1.2rem, 2vw, 1.55rem);
    border: 1px solid rgba(12, 40, 92, 0.16);
    box-shadow: 0 22px 44px rgba(6, 21, 64, 0.14);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    backdrop-filter: blur(5px);
}

.cover-premium-note__eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: rgba(11, 30, 81, 0.75);
}

.cover-premium-note__title {
    font-size: clamp(0.96rem, 1.6vw, 1.15rem);
    line-height: 1.5;
    color: #0b1e51;
    margin: 0;
    font-weight: 700;
}

.cover-premium-note__text {
    margin: 0;
    color: rgba(11, 30, 81, 0.78);
    font-size: 0.9rem;
    line-height: 1.6;
}

.cover-premium-note__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cover-premium-note__tags li {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(11, 30, 81, 0.12);
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(11, 30, 81, 0.8);
    letter-spacing: 0.03em;
}

@media (max-width: 991.98px) {
    .cover-highlights-card {
        margin-top: 1.5rem;
    }

    .cover-story-card {
        margin-top: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .cover-highlights-card {
        padding: 1.4rem 1.5rem;
        margin-top: 1.2rem;
    }

    .cover-story-card {
        padding: 1.6rem 1.35rem;
    }

    .cover-premium-note {
        margin-top: 1rem;
        padding: 1.15rem 1.15rem;
        gap: 0.65rem;
    }

    .cover-premium-note__tags {
        justify-content: center;
    }
}

.services-extensions__title {
    display: block;
    font-weight: 700;
    color: #0b1e51;
    font-size: 1.02rem;
    margin-bottom: 0.5rem;
}

.services-extensions__text {
    color: #0b1e51;
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 1199.98px) {
    .service-offers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-extensions__grid {
        grid-template-columns: 1fr;
    }

    .services-landing {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .services-landing__title {
        font-size: 2.2rem;
    }
}

@media (max-width: 767.98px) {
    .service-offers-grid {
        grid-template-columns: 1fr;
    }

    .service-offer-card {
        padding: 1.6rem 1.4rem;
    }

    .services-landing {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }

    .services-landing__title {
        font-size: 2rem;
    }

    .services-landing__visual {
        margin-top: 2rem;
    }
}

.cyber-shield-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.6rem;
}

.cyber-shield-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2rem 1.8rem;
    border-radius: 22px;
    background: #f7fbff;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 20px 36px rgba(13, 47, 76, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.cyber-shield-card:hover,
.cyber-shield-card:focus-within {
    transform: translateY(-10px);
    border-color: rgba(13, 47, 76, 0.2);
    box-shadow: 0 34px 56px rgba(13, 47, 76, 0.18);
}

.cyber-shield-card--focus {
    background: linear-gradient(150deg, rgba(21, 129, 74, 0.12), rgba(13, 47, 76, 0.05));
    border: 1px solid rgba(21, 129, 74, 0.35);
}

.cyber-shield-card__badge {
    align-self: flex-start;
    background: rgba(21, 129, 74, 0.14);
    color: darkgreen;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1.2rem;
}

.cyber-shield-card__icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 1.4rem;
    background: #ffffff;
    box-shadow: inset 0 0 0 1px rgba(13, 47, 76, 0.08);
}

.cyber-shield-card--focus .cyber-shield-card__icon {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 0 0 1px rgba(21, 129, 74, 0.25);
}

.cyber-shield-card__icon img {
    max-width: 46px;
    height: auto;
}

.cyber-shield-card__body {
    flex: 1 1 auto;
}

.cyber-shield-card__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 0.8rem;
    line-height: 1.35;
}

.cyber-shield-card__link-heading {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cyber-shield-card__link-heading:hover,
.cyber-shield-card__link-heading:focus {
    color: darkgreen;
}

.cyber-shield-card__text {
    color: #0b1e51;
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 1.6rem;
}

.cyber-shield-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #0b1e51;
    text-decoration: none;
    transition: color 0.3s ease;
}

.cyber-shield-card__cta .icon-arrow-right2 {
    transition: transform 0.3s ease;
}

.cyber-shield-card__cta:hover,
.cyber-shield-card__cta:focus {
    color: darkgreen;
}

.cyber-shield-card__cta:hover .icon-arrow-right2,
.cyber-shield-card__cta:focus .icon-arrow-right2 {
    transform: translateX(6px);
}

@media (max-width: 1199.98px) {
    .cyber-shield-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .cyber-shield-grid {
        grid-template-columns: 1fr;
    }

    .cyber-shield-card {
        padding: 1.7rem 1.5rem;
    }
}

.service-method {
    background: linear-gradient(135deg, rgba(13, 47, 76, 0.03), rgba(21, 129, 74, 0.05));
}

.service-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.service-step {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.6rem 1.5rem;
    box-shadow: 0 18px 36px rgba(13, 47, 76, 0.08);
    border: 1px solid rgba(13, 47, 76, 0.06);
    height: 100%;
}

.service-step__index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(21, 129, 74, 0.85), darkgreen);
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.85rem;
}

.service-step__title {
    font-size: 1rem;
    font-weight: 700;
    color: #0b1e51;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
    margin-bottom: 0.6rem;
}

.service-step__text {
    font-size: 0.95rem;
    color: #0b1e51;
    line-height: 1.6;
}

.service-industries__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-industries__list li {
    background: #ffffff;
    border: 1px solid rgba(21, 129, 74, 0.18);
    border-radius: 14px;
    padding: 1rem 1.2rem;
    font-weight: 600;
    color: darkgreen;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    text-align: center;
}

.service-cta-block {
    background: linear-gradient(135deg, rgba(13, 47, 76, 0.04), rgba(21, 129, 74, 0.1));
}

.service-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #fff;
    border-radius: 22px;
    padding: 2.2rem 2.5rem;
    box-shadow: 0 26px 44px rgba(13, 47, 76, 0.12);
    border: 1px solid rgba(13, 47, 76, 0.08);
}

.service-cta__title {
    font-size: 1.6rem;
    color: #0b1e51;
    font-weight: 700;
}

.service-cta__text {
    margin-top: 0.8rem;
    margin-bottom: 0;
    color: #0b1e51;
    font-size: 1rem;
    line-height: 1.6;
}

.detail-val--list {
    margin-top: 0.75rem;
}

.detail-list {
    margin: 0;
    padding-left: 1.1rem;
    color: darkgreen;
    font-size: 0.96rem;
    line-height: 1.55;
}

.service-category-label {
    font-weight: 700;
    letter-spacing: 0.12rem;
}

.service-explore {
    background: linear-gradient(180deg, rgba(13, 47, 76, 0.03) 0%, rgba(21, 129, 74, 0.04) 100%);
}

.other-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.6rem;
}

.other-service-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    border: 1px solid rgba(13, 47, 76, 0.06);
    box-shadow: 0 18px 40px rgba(13, 47, 76, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --card-accent: #0d2f4c;
    --card-accent-light: rgba(13, 47, 76, 0.14);
}

.other-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    border: 2px solid transparent;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0)) padding-box, linear-gradient(145deg, rgba(13, 47, 76, 0.25), rgba(21, 129, 74, 0.45)) border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.other-service-card:hover,
.other-service-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 26px 52px rgba(13, 47, 76, 0.18);
}

.other-service-card:hover::before,
.other-service-card:focus-within::before {
    opacity: 1;
}

.other-service-card__icon {
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background: var(--card-accent-light);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.other-service-card__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-service-card__title {
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #0b1e51;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
}

.other-service-card__text {
    flex: 1;
    margin: 0;
    color: #0b1e51;
    font-size: 0.98rem;
    line-height: 1.6;
}

.other-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--card-accent);
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-size: 0.85rem;
    text-decoration: none;
    z-index: 1;
    transition: color 0.3s ease, transform 0.3s ease;
}

.other-service-card__link .icon-arrow-right2 {
    font-size: 0.9rem;
}

.other-service-card__link:hover,
.other-service-card__link:focus {
    color: #0b1e51;
    transform: translateX(4px);
}

.other-service-card--blue {
    --card-accent: #0d2f4c;
    --card-accent-light: rgba(13, 47, 76, 0.12);
}

.other-service-card--green {
    --card-accent: darkgreen;
    --card-accent-light: rgba(21, 129, 74, 0.12);
}

.other-service-card--navy {
    --card-accent: #0c2f80;
    --card-accent-light: rgba(12, 47, 128, 0.12);
}

.other-service-card--teal {
    --card-accent: #0d7a7f;
    --card-accent-light: rgba(13, 122, 127, 0.12);
}

.other-service-card--purple {
    --card-accent: #563d82;
    --card-accent-light: rgba(86, 61, 130, 0.14);
}

@media (max-width: 991.98px) {
    .service-hero__title {
        font-size: 2rem;
    }

    .service-hero__visual {
        margin-top: 1.5rem;
    }

    .service-cta {
        flex-direction: column;
        text-align: center;
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .service-offer-card__icon {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .service-steps {
        grid-template-columns: 1fr;
    }

    .service-industries__list {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .service-stat-card {
        text-align: center;
    }

    .service-hero__highlights li {
        padding-left: 1.4rem;
    }

    .service-hero__highlights li::before {
        top: 0.4rem;
    }

    .other-services-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .other-service-card {
        padding: 1.7rem 1.5rem;
    }
    .footer-image {
        background-size: 200px auto;
        background-position: center 97%;
        opacity: 1;
    }
}

.footer-brand-logo {
    width: 81px;
    height: auto;
    margin-right: 1.5rem;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.3));
}

.footer-heading {
    font-size: 1.48rem;
    margin-top: 0.25rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 0.1rem;
}

.footer-text {
    margin-bottom: 0;
    color: #0b1e51;
    font-size: 1.02rem;
    line-height: 1.6;
}

.footer-cta-btn {
    margin-bottom: 0.15rem;
    border-color: rgba(35, 106, 152, 0.4);
    color: #0b1e51;
    font-size: 1.02rem;
}

.footer-cta-btn:hover,
.footer-cta-btn:focus {
    background: rgba(38, 130, 170, 0.12);
    color: #0b1e51;
    border-color: rgba(38, 130, 170, 0.45);
}

.footer-support {
    margin-bottom: 0;
    font-size: 0.95rem;
    color: #0b1e51;
}

.footer-support a {
    color: #0b1e51;
    font-weight: 600;
}

.footer-grid {
    margin-top: 3rem;
    row-gap: 2rem;
}

.footer-column {
    text-align: left;
    --footer-accent: #0d2f4c;
    --footer-accent-strong: #0a3154;
    --footer-link-base: #44586d;
}

.footer-column:nth-child(2n) {
    --footer-accent: darkgreen;
    --footer-accent-strong: rgba(21, 129, 74, 0.85);
    --footer-link-base: rgba(21, 129, 74, 0.75);
}

.footer-title {
    color: var(--footer-accent);
    text-transform: uppercase;
    font-size: 0.92rem;
    letter-spacing: 0.08rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.65rem;
}

.footer-links a,
.footer-link-static {
    color: var(--footer-link-base);
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.96rem;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    color: var(--footer-accent);
    transform: translateX(4px);
}

.footer-links i {
    font-size: 1.05rem;
    color: var(--footer-accent);
}

.footer-social-inline {
    margin-bottom: 1.25rem;
}

.footer-inline-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
    font-weight: 600;
    color: var(--footer-accent);
}

.footer-inline-cta:hover,
.footer-inline-cta:focus {
    color: var(--footer-accent-strong);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(13, 47, 76, 0.12);
    color: #718294;
    font-size: 0.95rem;
}

.footer-social-links {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.footer-social-link {
    color: #0b1e51;
    font-size: 1.4rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social-link:hover,
.footer-social-link:focus {
    transform: translateY(-4px);
    color: #0b1e51;
}

.footer-social-contact {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

@media (max-width: 991.98px) {
    .footer-social-contact {
        justify-content: center;
        width: 100%;
    }
}

.footer-made {
    font-style: italic;
}


.footer-top {
    margin-top: 3.5rem;
    row-gap: 1.75rem;
}

@media (max-width: 991.98px) {
    .footer-top {
        text-align: center;
        margin-top: 2.5rem;
    }

    .footer-brand-logo {
        width: 72px; /* reduce further on tablet/mobile */
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .footer-brand {
        flex-direction: column;
    }

    .footer-column {
        text-align: center;
    }

    .footer-inline-cta {
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .footer-brand-logo {
        width: 64px; /* tighter on small phones */
    }
    .footer-social-contact {
        margin-top: 1.6rem; /* add extra breathing room below logo */
        gap: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .footer-heading {
        font-size: 1.65rem;
    }

    .footer-text {
        font-size: 0.95rem;
    }
}

.loader-portfolio-wrap {
    text-align: center;
    display: none;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    top: 0px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.loader-portfolio {
    width: 2rem;
    height: 2rem;
    margin: 2rem auto;
    border-radius: 50%;
    border: 0.3rem solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    -webkit-animation: 1.5s spin infinite linear;
    animation: 1.5s spin infinite linear;
}

.loader-portfolio.dark {
    border: 0.3rem solid rgba(0, 0, 0, 0.3);
    border-top-color: #000;
}

.site-loader-wrap {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    pointer-events: none;
    color: #0b1e51;
}

.site-loader {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-loader__pulse {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 32px;
    background: rgba(21, 129, 74, 0.08);
    -webkit-animation: preloaderPulse 2.2s ease-in-out infinite;
    animation: preloaderPulse 2.2s ease-in-out infinite;
}

.site-loader__ring {
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
    -webkit-animation: spin 1.4s linear infinite;
    animation: spin 1.4s linear infinite;
}

.site-loader__ring--outer {
    width: 160px;
    height: 160px;
    border-top-color: #0b1e51;
    border-right-color: rgba(12, 47, 128, 0.15);
    border-bottom-color: rgba(12, 47, 128, 0.15);
    border-left-color: rgba(12, 47, 128, 0.35);
}

.site-loader__ring--inner {
    width: 110px;
    height: 110px;
    border-width: 3px;
    border-top-color: darkgreen;
    border-right-color: rgba(21, 129, 74, 0.35);
    border-bottom-color: rgba(21, 129, 74, 0.15);
    border-left-color: rgba(21, 129, 74, 0.05);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.site-loader__logo-wrap {
    position: relative;
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 35px rgba(12, 47, 128, 0.18);
    -webkit-animation: preloaderFloat 2.6s ease-in-out infinite;
    animation: preloaderFloat 2.6s ease-in-out infinite;
}

.site-loader__logo {
    max-width: 56px;
    height: auto;
    display: block;
}

.site-loader__tagline {
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0b1e51;
    opacity: 0.8;
}

/* Responsive adjustments for preloader */
@media (max-width: 575.98px) {
    .site-loader {
        width: 120px;
        height: 120px;
    }
    .site-loader__pulse {
        width: 90px;
        height: 90px;
        border-radius: 24px;
    }
    .site-loader__ring--outer {
        width: 120px;
        height: 120px;
    }
    .site-loader__ring--inner {
        width: 84px;
        height: 84px;
    }
    .site-loader__logo-wrap {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }
    .site-loader__logo {
        max-width: 44px;
    }
    .site-loader__tagline {
        font-size: 12px;
        letter-spacing: 0.12em;
        padding: 0 12px;
    }
}

@media (max-width: 360px) {
    .site-loader {
        width: 104px;
        height: 104px;
    }
    .site-loader__pulse {
        width: 76px;
        height: 76px;
        border-radius: 18px;
    }
    .site-loader__ring--outer {
        width: 104px;
        height: 104px;
    }
    .site-loader__ring--inner {
        width: 68px;
        height: 68px;
    }
    .site-loader__logo-wrap {
        width: 52px;
        height: 52px;
        border-radius: 16px;
    }
    .site-loader__logo {
        max-width: 40px;
    }
    .site-loader__tagline {
        font-size: 11px;
        letter-spacing: 0.08em;
        max-width: 90vw;
        padding: 0 8px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 319.98px) {
    .site-loader__tagline {
        font-size: 10px;
        letter-spacing: 0.06em;
        max-width: 92vw;
        padding: 0 10px;
    }
}

@media (max-height: 480px) and (max-width: 768px) {
    .site-loader-wrap {
        top: 48%;
    }
    .site-loader__tagline {
        font-size: 12px;
    }
}

@-webkit-keyframes preloaderPulse {
    0%, 100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes preloaderPulse {
    0%, 100% {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes preloaderFloat {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 12px 35px rgba(12, 47, 128, 0.18);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        box-shadow: 0 24px 45px rgba(12, 47, 128, 0.14);
    }
}

@keyframes preloaderFloat {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        box-shadow: 0 12px 35px rgba(12, 47, 128, 0.18);
    }
    50% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        box-shadow: 0 24px 45px rgba(12, 47, 128, 0.14);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: contain;";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

span.error {
    color: rgba(0, 0, 0, 0.5);
}

#message {
    resize: vertical;
}

#form-message-warning,
#form-message-success {
    display: none;
}

#form-message-warning {
    color: #f64b3c;
}

#form-message-success {
    color: darkgreen;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: .1rem;
    color: rgba(0, 0, 0, 0.5);
}

.tech-and-web--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}

.tech-and-web--sticky:after,
.tech-and-web--sticky:before {
    content: '';
    display: table;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc;
    margin-bottom: 20px;
}

.comment-list li .comment-body .reply {
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #000;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1rem;
}

.comment-list li .comment-body .reply:hover {
    color: #000;
    background: rgba(0, 0, 0, 0.25);
}

.categories_tags {
    font-weight: bold;
}

.post-single-navigation a {
    line-height: 1.5;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: inline-block;
}

.post-single-navigation a span {
    margin-bottom: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}

.lines-wrap {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .lines-wrap {
        display: none;
    }
}

.lines-wrap .lines-inner {
    position: absolute;
    width: 1140px;
    left: 50%;
    margin-left: -570px;
    top: 0;
    height: 100%;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.lines-wrap .lines-inner .lines {
    position: absolute;
    left: 33.333333%;
    right: 33.333333%;
    height: 100%;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.gsap-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .gsap-reveal.gsap-reveal-filter {
        overflow: visible !important;
    }
}

.gsap-reveal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}

.gsap-reveal-hero {
    line-height: 0;
}

.gsap-reveal-hero .reveal-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.gsap-reveal-hero .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: darkgreen;
    margin-left: -100%;
    z-index: 2;
}

.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.5;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.gsap-reveal-img {
    line-height: 0;
}

.gsap-reveal-img .reveal-wrap {
    position: relative;
    overflow: hidden;
}

.gsap-reveal-img .reveal-wrap .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: darkgreen;
    margin-left: -100%;
    z-index: 9;
}

.gsap-reveal-img .reveal-wrap .reveal-content {
    opacity: 0;
    visibility: hidden;
}

.gsap-reveal-img .reveal-wrap .reveal-content .portfolio-item-content h3 {
    margin-bottom: 10px;
}

.nobr {
    white-space: nowrap;
}

.liens-services {
    color: darkgreen;
}

.under-services {
    color: darkgreen;
    font-weight: 700px;
}

.services-slides {
    font-size: 20px;
    color: floralwhite;
}

.whatsapp-p {
    position: relative;
  
  }
  

.mobile-view {
    display: none;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 600px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }
}

.border-darkblue {
    border: 2px solid darkblue;
    padding: 15px;
    border-radius: 5px; /* Facultatif : pour arrondir les coins */
}

@media (min-width: 992px) {
    .border-darkblue {
        min-height: 100%;
    }
}

/* Responsive override: disable fixed backgrounds on mobile to avoid jank/overlaps */
@media (max-width: 991.98px) {
  .desktop-view,
  .mobile-view {
    background-attachment: scroll !important;
  }
}

@media (max-width: 767.98px) {
    .border-darkblue {
        padding: 20px 15px;
    }
}
.border-darkblue-2 {
    border: 2px solid darkblue;
    padding: 15px;
    border-radius: 5px; /* Facultatif : pour arrondir les coins */
    
}

.border-darkblue-3 {
    border: 2px solid darkgreen;
    padding: 15px;
    border-radius: 5px; /* Facultatif : pour arrondir les coins */
    
}

label{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

label[for^="projectService_"] {
    font-size: 0.95rem;
    line-height: 1.2;
}

select.form-control,
.custom-select {
    font-size: 0.95rem;
}
.service-related {
    background: #f9fbff;
}

.service-related__intro {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1rem;
    color: #0b1e51;
}

.service-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
}

.service-related-card {
    position: relative;
    background: linear-gradient(165deg, rgba(13, 47, 76, 0.06) 0%, rgba(21, 129, 74, 0.08) 100%);
    border-radius: 22px;
    padding: 2rem 1.8rem;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 20px 42px rgba(13, 47, 76, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.1rem;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-related-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(21, 129, 74, 0.14), rgba(13, 47, 76, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-related-card:hover,
.service-related-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgba(13, 47, 76, 0.2);
}

.service-related-card:hover::before,
.service-related-card:focus-within::before {
    opacity: 1;
}

.service-related-card__icon {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid rgba(21, 129, 74, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(13, 47, 76, 0.15);
}

.service-related-card__icon img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
}

.service-related-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.service-related-card__title {
    margin: 0;
    font-size: 1.04rem;
    font-weight: 700;
    color: #0b1e51;
    text-transform: none;
    letter-spacing: 0.02rem;
    line-height: 1.35;
    word-break: break-word;
}

.service-related-card__text {
    margin: 0;
    color: #0b1e51;
    font-size: 0.94rem;
    line-height: 1.6;
}

.service-related-card__footer {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.service-related-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: darkgreen;
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    font-size: 0.84rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.service-related-card__link:hover,
.service-related-card__link:focus {
    color: #0b1e51;
    transform: translateX(4px);
}

.service-related-card__link .icon-arrow-right2 {
    font-size: 0.9rem;
}

@media (max-width: 575.98px) {
    .service-related-grid {
        grid-template-columns: 1fr;
    }

    .service-related-card {
        padding: 1.8rem 1.6rem;
    }
}

.service-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.8rem;
}

.service-insight-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 2.2rem 1.9rem 2rem;
    border: 1px solid rgba(13, 47, 76, 0.06);
    box-shadow: 0 22px 44px rgba(13, 47, 76, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-insight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(21, 129, 74, 0.1), rgba(13, 47, 76, 0.18));
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-insight-card:hover,
.service-insight-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(13, 47, 76, 0.2);
}

.service-insight-card:hover::after,
.service-insight-card:focus-within::after {
    opacity: 1;
}

.service-insight-card__badge {
    font-weight: 700;
    letter-spacing: 0.18rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #0b1e51;
    background: rgba(13, 47, 76, 0.08);
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.service-insight-card__title {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    color: #0b1e51;
    text-transform: uppercase;
    letter-spacing: 0.06rem;
    position: relative;
    z-index: 1;
}

.service-insight-card__list {
    margin: 0;
    padding-left: 1.2rem;
    color: #0b1e51;
    font-size: 0.97rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.service-insight-card__list li + li {
    margin-top: 0.45rem;
}

.service-insight-card__list a {
    color: darkgreen;
    font-weight: 600;
    text-decoration: none;
}

.service-insight-card__list a:hover,
.service-insight-card__list a:focus {
    color: #0b1e51;
}

.service-insight-card__text {
    margin: 0;
    color: #0b1e51;
    font-size: 0.97rem;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.service-insight-card__note {
    margin: 0;
    color: #0b1e51;
    font-size: 0.88rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: relative;
    z-index: 1;
}

.service-insight-card--cta {
    background: linear-gradient(135deg, rgba(13, 47, 76, 0.95), rgba(21, 129, 74, 0.9));
    color: #fff;
    border: none;
}

.service-insight-card--cta .service-insight-card__badge {
    background: rgba(255, 255, 255, 0.18);
    color: #0b1e51;
}

.service-insight-card--cta .service-insight-card__title,
.service-insight-card--cta .service-insight-card__text,
.service-insight-card--cta .service-insight-card__note {
    color: #0b1e51;
}

.service-insight-card--cta .btn {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff;
}

.service-insight-card--cta .btn:hover,
.service-insight-card--cta .btn:focus {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media (max-width: 991.98px) {
    .service-insights-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .service-insight-card {
        padding: 2rem 1.6rem;
    }
}


/* About page refresh */
.about-hero {
    padding-top: 6rem;
    padding-bottom: 4rem;
    background: linear-gradient(135deg, rgba(20,1,87,0.04) 0%, rgba(13,47,76,0.02) 100%);
}
.about-hero .badge {
    letter-spacing: 0.12rem;
    font-weight: 700;
    background: rgba(19, 138, 91, 0.12);
    color: #0b1e51;
}
.about-hero h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}
.about-hero .btn-hero-secondary {
    border-color: rgba(13, 47, 76, 0.25);
    color: #0b1e51;
    background: rgba(13, 47, 76, 0.08);
}
.about-hero-media {
    position: relative;
    display: block;
    padding: 1.35rem;
    background: radial-gradient(circle at top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.35) 70%, rgba(255,255,255,0) 100%);
    border-radius: 30px;
    box-shadow: 0 24px 52px rgba(13, 47, 76, 0.18);
    max-width: 420px;
    margin-left: auto;
}
.about-hero-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.about-hero-stats-card {
    position: relative;
    display: inline-block;
    max-width: 340px;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: 0;
    padding: 1.5rem 1.75rem;
    border-radius: 18px;
    border: 1px solid rgba(13,47,76,0.08);
    background: #ffffff;
    box-shadow: 0 20px 48px rgba(13,47,76,0.15);
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.about-hero-stats-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(19,138,91,0.12) 0%, rgba(13,47,76,0.08) 100%);
    opacity: 0.85;
    z-index: 0;
}
.about-hero-stats-card span,
.about-hero-stats-card p {
    position: relative;
    z-index: 1;
}
.about-hero-stats-card span {
    letter-spacing: 0.14rem;
}
.about-hero-stats-card p {
    margin-top: 0.5rem;
}
.about-hero-stats-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 60px rgba(13,47,76,0.2);
}
.about-metrics {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.about-metrics .feature-v1 {
    border: 1px solid rgba(13, 47, 76, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(13, 47, 76, 0.05);
}
.about-story {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.about-story .services-extensions__grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}
.about-story .services-extensions__item {
    border-radius: 18px;
    background: #f8fbff;
    padding: 1.75rem 1.5rem;
    border: 1px solid rgba(13,47,76,0.08);
}
.about-process {
    position: relative;
    background: linear-gradient(180deg, rgba(20,1,87,0.03) 0%, rgba(35,120,166,0.03) 100%);
    padding-top: 4rem;
    padding-bottom: 4rem;
    overflow: hidden;
}
.about-process::before,
.about-process::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(0);
    opacity: 0.55;
    pointer-events: none;
}
.about-process::before {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle at 30% 30%, rgba(19,138,91,0.25) 0%, rgba(19,138,91,0) 70%);
    top: -160px;
    left: -140px;
}
.about-process::after {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 70% 70%, rgba(16,71,117,0.28) 0%, rgba(16,71,117,0) 70%);
    bottom: -180px;
    right: -150px;
}
.about-process .container {
    position: relative;
    z-index: 1;
}
.about-process .feature-v1 {
    position: relative;
    border: 1px solid rgba(13,47,76,0.08);
    background: #fff;
    min-height: 220px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.about-process .feature-v1::before {
    content: "";
    position: absolute;
    inset: -40% -40% auto -40%;
    height: 70%;
    background: radial-gradient(circle at top left, rgba(19,138,91,0.16) 0%, rgba(19,138,91,0) 70%);
    opacity: 0.9;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
.about-process .feature-v1::after {
    content: "";
    position: absolute;
    inset: auto -45% -45% 40%;
    height: 75%;
    background: radial-gradient(circle at bottom right, rgba(13,47,76,0.18) 0%, rgba(13,47,76,0) 75%);
    opacity: 0.85;
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}
.about-process .feature-v1:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(13,47,76,0.12);
}
.about-process .feature-v1:hover::before,
.about-process .feature-v1:hover::after {
    opacity: 1;
    transform: scale(1.05);
}
.about-team {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.about-team .feature-v1 {
    border: 1px solid rgba(13, 47, 76, 0.08);
    background: #fefefe;
    padding: 2rem 1.75rem;
    border-radius: 20px;
}
.about-commitments__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1.25rem;
    margin-top: 1.75rem;
}
.about-commitments__item {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 18px 40px rgba(13, 47, 76, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.about-commitments__title {
    color: #0b1e51;
    font-weight: 600;
    font-size: 0.95rem;
}
.about-commitments__item p {
    color: #0b1e51;
    font-size: 0.9rem;
    line-height: 1.6;
}
.about-team ul li {
    line-height: 1.65;
}
.about-cta {
    background: linear-gradient(135deg, rgba(19,138,91,0.08) 0%, rgba(13,47,76,0.05) 100%);
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-radius: 24px;
    margin: 3rem auto 0;
}
@media (max-width: 991.98px) {
    .about-hero {
        padding-top: 4.5rem;
    }
    .about-hero h1 {
        font-size: 2rem;
    }
    .about-hero-media {
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
    }
    .about-hero-stats-card {
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
    }
    .about-cta {
        text-align: center;
    }
    .about-cta .btn {
        margin-right: 0 !important;
    }
}
@media (max-width: 575.98px) {
    .about-metrics .feature-v1 {
        padding: 1.5rem 1rem;
    }
    .about-team .feature-v1 {
        padding: 1.5rem;
    }
    .about-hero-media {
        padding: 1rem;
        margin-right: auto;
        margin-left: auto;
    }
    .about-hero-stats-card {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}


.about-highlights {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: #ffffff;
}
.about-highlights__grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}
.about-highlight-card {
    box-shadow: 0 14px 35px rgba(13, 47, 76, 0.05);
    border: 1px solid rgba(13, 47, 76, 0.08);
}
.about-highlight-card.service-offer-card--focus {
    background: linear-gradient(135deg, rgba(19, 138, 91, 0.08) 0%, rgba(13, 47, 76, 0.05) 100%);
}
.about-highlight-list {
    margin: 0;
    padding-left: 1rem;
    color: #0b1e51;
    line-height: 1.6;
}
.about-highlight-list li {
    margin-bottom: 0.65rem;
}




.about-highlight-list--links li {
    margin-bottom: 0.45rem;
}
.about-highlight-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #0b1e51;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}
.about-highlight-link .icon-arrow-right2 {
    font-size: 1.05rem;
    color: darkgreen;
    transition: transform 0.2s ease, color 0.2s ease;
}
.about-highlight-link:hover {
    color: darkgreen;
}
.about-highlight-link:hover .icon-arrow-right2 {
    transform: translateX(4px);
    color: darkgreen;
}

/* --------------------------------------------------------------
   Boutique — vitrines e-commerce
-------------------------------------------------------------- */
.boutique-hero {
    background: linear-gradient(145deg, #f2f6ff 0%, #ffffff 68%);
    position: relative;
    overflow: hidden;
}

.boutique-hero::before,
.boutique-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(0px);
    z-index: 0;
}

.boutique-hero::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle at 30% 30%, rgba(13, 77, 240, 0.28), rgba(13, 77, 240, 0));
    top: -140px;
    right: -120px;
    animation: boutiqueOrb 16s infinite alternate ease-in-out;
}

.boutique-hero::after {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle at 70% 70%, rgba(18, 180, 180, 0.25), rgba(18, 180, 180, 0));
    bottom: -120px;
    left: -80px;
    animation: boutiqueOrb 18s infinite alternate-reverse ease-in-out;
}

.boutique-hero__content,
.boutique-hero__visual {
    position: relative;
    z-index: 1;
}

.boutique-hero__chip-stack {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.boutique-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 1rem;
    background: rgba(12, 37, 96, 0.08);
    color: #0b1e51;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.boutique-chip--highlight {
    background: linear-gradient(145deg, rgba(13, 77, 240, 0.12), rgba(18, 167, 201, 0.18));
    color: #0b1e51;
    box-shadow: 0 12px 24px rgba(13, 77, 240, 0.16);
}

.btn-gradient {
    background-image: linear-gradient(135deg, #0d4df0 0%, #15b0c5 48%, #22d3aa 100%);
    color: #ffffff !important;
    border: none;
    box-shadow: 0 18px 34px rgba(13, 77, 240, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-gradient:hover,
.btn-gradient:focus {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 24px 44px rgba(13, 77, 240, 0.38);
}

.btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.65);
    background: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.85);
    color: #ffffff !important;
}

.boutique-hero__stats {
    display: flex;
    gap: 1.1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.boutique-hero__stat {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(13, 43, 89, 0.08);
    border-radius: 18px;
    padding: 1rem 1.4rem;
    box-shadow: 0 18px 36px rgba(6, 29, 84, 0.08);
    flex: 1 1 150px;
    min-width: 160px;
    backdrop-filter: blur(6px);
}

.boutique-hero__stat-figure {
    font-size: 1.85rem;
    font-weight: 700;
    color: #0d4df0;
    display: block;
}

.boutique-hero__stat-label {
    font-size: 0.85rem;
    color: rgba(11, 32, 81, 0.72);
    display: block;
}

.boutique-hero__heading .heading-h2 {
    font-size: 2.75rem;
    line-height: 1.1;
}

.boutique-hero__heading .lead {
    color: rgba(11, 32, 81, 0.8);
}

.boutique-hero__list span {
    color: rgba(11, 32, 81, 0.86);
}

.boutique-hero__icon {
    font-size: 1.25rem;
    color: #0b62ff !important;
}

.boutique-hero__cta-group .btn {
    min-width: 210px;
    box-shadow: 0 18px 34px rgba(15, 67, 196, 0.18);
}

.boutique-hero__badges .badge {
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: none;
}

.boutique-hero__badges .badge-success,
.boutique-hero__badges .badge-info,
.boutique-hero__badges .badge-warning {
    background: rgba(16, 45, 112, 0.12);
    color: #0b1e4f;
}

.boutique-hero__badges .text-white {
    color: #0b1e4f !important;
}

.boutique-hero__visual {
    min-height: 420px;
}

.boutique-hero__image {
    min-height: 420px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.08);
    animation: boutiqueFloat 18s ease-in-out infinite;
}

.boutique-hero__overlay {
    background: linear-gradient(135deg, rgba(6, 35, 93, 0.72), rgba(18, 122, 153, 0.48));
    top: 0;
    left: 0;
}

.boutique-hero__floating-card {
    position: absolute;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    padding: 1rem 1.2rem;
    border-radius: 18px;
    max-width: 260px;
    box-shadow: 0 30px 45px rgba(4, 16, 48, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.18);
    animation: boutiqueFloatCard 10s ease-in-out infinite;
}

.boutique-hero__floating-card p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.86);
}

.boutique-hero__floating-label {
    display: block;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.74rem;
    margin-bottom: 0.35rem;
}

.boutique-hero__floating-card--top {
    top: 12%;
    right: 8%;
}

.boutique-hero__floating-card--bottom {
    bottom: 30%;
    left: 6%;
    animation-delay: 1.5s;
}

.boutique-hero__note {
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
    backdrop-filter: blur(4px);
    padding: 1.1rem 1.6rem;
    border-left: 4px solid rgba(255, 255, 255, 0.65);
}

.boutique-hero__note-title {
    font-size: 1rem;
    letter-spacing: 0.02em;
}

.boutique-hero__note,
.boutique-hero__note span {
    color: #ffffff;
}

.boutique-values .section-heading-wrap .heading-h2 {
    font-size: 2.25rem;
}

.boutique-value-card {
    background: #ffffff;
    border: 1px solid rgba(13, 43, 89, 0.08);
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 22px 50px rgba(9, 33, 76, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
}

.boutique-value-card:hover,
.boutique-value-card:focus {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px rgba(9, 33, 76, 0.12);
}

.boutique-value-card::before {
    content: attr(data-index);
    position: absolute;
    top: 1.3rem;
    right: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: rgba(13, 43, 89, 0.08);
    letter-spacing: 0.08em;
}

.boutique-value-card::after {
    content: "";
    position: absolute;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(13, 77, 240, 0.16), rgba(13, 77, 240, 0));
    top: -32px;
    left: -32px;
    z-index: 0;
}

.boutique-value-card h3,
.boutique-value-card p {
    position: relative;
    z-index: 1;
}

.boutique-card {
    border-radius: 24px;
    border: 1px solid rgba(13, 43, 89, 0.08);
    box-shadow: 0 26px 60px rgba(12, 26, 63, 0.08);
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.boutique-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(13, 77, 240, 0.08), rgba(18, 167, 201, 0.08));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.boutique-card:hover::before,
.boutique-card:focus-within::before {
    opacity: 1;
}

.boutique-card > * {
    position: relative;
    z-index: 1;
}

.boutique-card .card-body {
    padding: 2.4rem 2.2rem;
}

.boutique-card h3 {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.boutique-card ul li {
    position: relative;
    padding-left: 0;
}

.boutique-card ul li .icon-check {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(21, 101, 216, 0.12);
    color: #0d4df0 !important;
    margin-right: 0.6rem;
    font-size: 0.9rem;
}

.boutique-card__meta {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background: rgba(13, 43, 89, 0.08);
    color: rgba(11, 32, 81, 0.8);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.boutique-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-radius: 999px;
    margin-bottom: 1.2rem;
    font-weight: 700;
    background: rgba(13, 43, 89, 0.12);
    color: #0b1e51;
}

.boutique-card__badge--primary {
    background: rgba(13, 77, 240, 0.16);
    color: #0d4df0;
}

.boutique-card__badge--dark {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.boutique-card__badge--teal {
    background: rgba(18, 167, 201, 0.18);
    color: #0a7f91;
}

.boutique-card--accent {
    background: linear-gradient(150deg, #f5f9ff 0%, #ffffff 65%);
}

.boutique-card--dark {
    background: linear-gradient(145deg, #0a234d 0%, #17386b 74%);
    color: #ffffff;
    border: none;
}

.boutique-card--dark h3,
.boutique-card--dark p,
.boutique-card--dark li,
.boutique-card--dark .badge {
    color: #ffffff;
}

.boutique-card--dark .text-darkblue,
.boutique-card--dark .text-muted {
    color: #ffffff !important;
    opacity: 0.9;
}

.boutique-card--dark ul li .icon-check {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff !important;
}

.boutique-card--alt {
    background: linear-gradient(145deg, #f0fbff 0%, #ffffff 74%);
}

.boutique-card--alert {
    background: linear-gradient(150deg, #ecfff5 0%, #ffffff 70%);
    border: 1px solid rgba(18, 167, 120, 0.18);
}

.boutique-card ul li:last-child {
    margin-bottom: 0;
}

.boutique-packages .boutique-card .h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0b1e4f;
}

.boutique-card--outline {
    border: 1px dashed rgba(9, 45, 110, 0.18);
    box-shadow: none;
}

.boutique-card--outline:hover,
.boutique-card--outline:focus-within {
    border-color: rgba(13, 77, 240, 0.32);
    box-shadow: 0 18px 44px rgba(9, 33, 76, 0.12);
}

.boutique-catalogue .btn-group .btn {
    border-radius: 999px !important;
    border: 1px solid rgba(9, 45, 110, 0.18);
    color: #0b1e4f;
    font-weight: 600;
    padding: 0.65rem 1.4rem;
    margin: 0.35rem 0.35rem;
    transition: all 0.25s ease;
}

.boutique-catalogue__tip {
    font-size: 0.9rem;
    color: rgba(11, 32, 81, 0.65) !important;
}

.boutique-catalogue .btn-group .btn.active,
.boutique-catalogue .btn-group .btn:hover,
.boutique-catalogue .btn-group .btn:focus {
    background: #0d4df0;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(13, 77, 240, 0.25);
}

.boutique-product-card .badge {
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.75rem;
    letter-spacing: 0.04em;
}

.boutique-product-card .card-body {
    padding-bottom: 2.6rem;
}

.boutique-product-card .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 8px;
    border: 2px solid rgba(7, 46, 104, 0.35);
}

.boutique-product-card .form-check-input:checked {
    background-color: #0d4df0;
    border-color: #0d4df0;
    box-shadow: 0 0 0 0.2rem rgba(13, 77, 240, 0.24);
}

.boutique-product-card .h5 {
    font-size: 1.55rem;
    font-weight: 700;
    color: #0b1e4f;
}

.boutique-product-card .form-check-label {
    font-weight: 600;
    color: #0d4df0;
}

.boutique-card .badge-info {
    background-color: rgba(4, 118, 182, 0.15);
    color: #046db6;
}

.boutique-card .badge-warning,
.boutique-card .badge-danger {
    background-color: rgba(22, 167, 110, 0.16);
    color: #14895f;
}

.boutique-card .badge-secondary {
    background-color: rgba(48, 64, 100, 0.12);
    color: #314165;
}

.boutique-card .badge-primary {
    background-color: rgba(22, 63, 225, 0.14);
    color: #163fe1;
}

.boutique-card .badge-dark {
    background-color: rgba(7, 12, 32, 0.12);
    color: #070c20;
}

.boutique-checkout .custom-control {
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: rgba(244, 247, 255, 0.72);
    border: 1px solid rgba(11, 42, 105, 0.08);
    transition: border 0.2s ease, background 0.2s ease;
}

.boutique-checkout .custom-control:hover {
    border-color: rgba(13, 77, 240, 0.32);
}

.boutique-checkout .custom-control-label {
    font-weight: 600;
    color: #0b1e51;
    padding-top: 0.2rem;
}

.boutique-checkout .custom-control-input:checked ~ .custom-control-label {
    color: #0f8a5f;
}

.boutique-step-title {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.boutique-step-title__index {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(13, 77, 240, 0.16), rgba(18, 167, 201, 0.16));
    color: #0d4df0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
}

.boutique-step-title span:last-child {
    flex: 1;
    font-weight: 600;
}

.boutique-checkout .custom-control-input:checked ~ .custom-control-label {
    font-weight: 700;
}

.boutique-checkout .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0f8a5f;
    border-color: #0f8a5f;
}

.boutique-checkout .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #ffffff;
}

.boutique-checkout .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(15, 138, 95, 0.22);
}

.boutique-checkout .border.bg-white {
    border-radius: 20px;
    border: 1px solid rgba(13, 43, 89, 0.08) !important;
    box-shadow: 0 26px 60px rgba(12, 26, 63, 0.08);
}

.boutique-checkout #orderSummaryList li {
    font-size: 0.95rem;
    color: rgba(9, 33, 76, 0.86);
}

.boutique-checkout #orderSummaryTotal {
    font-size: 1.85rem;
    font-weight: 700;
    color: #0d4df0;
}

/* Boutique: payment banner */
.boutique-checkout .payment-banner {
    max-width: 740px;
    margin: 0 auto 1.25rem;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(11, 30, 79, 0.08);
}

.boutique-checkout .form-control,
.boutique-checkout .custom-select {
    border-radius: 14px;
    border: 1px solid rgba(13, 43, 89, 0.18);
    padding: 0.85rem 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.boutique-checkout .form-control:focus,
.boutique-checkout .custom-select:focus {
    border-color: #0d4df0;
    box-shadow: 0 0 0 0.2rem rgba(13, 77, 240, 0.18);
}

.boutique-checkout .custom-control.custom-switch .custom-control-label::before {
    border-radius: 999px;
    background-color: #ffffff;
}

.boutique-checkout .custom-switch .custom-control-label::after {
    border-radius: 999px;
}

.boutique-checkout .form-check {
    display: flex;
    align-items: flex-start;
}
.boutique-checkout .form-check-input {
    position: static !important; /* avoid absolute offset overlapping text on mobile */
    margin: 0.25rem 0.5rem 0 0 !important;
}
.boutique-checkout .form-check-label {
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}

.boutique-guarantees {
    background: linear-gradient(140deg, rgba(5, 28, 85, 0.04) 0%, rgba(0, 140, 180, 0.08) 70%);
}

.boutique-guarantees .border {
    border-radius: 18px !important;
    border: 1px solid rgba(13, 43, 89, 0.1);
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boutique-guarantees .border:hover,
.boutique-guarantees .border:focus {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(8, 28, 71, 0.12);
}

.boutique-guarantees .card {
    border-radius: 24px;
    border: 1px solid rgba(8, 26, 64, 0.1);
    box-shadow: 0 28px 60px rgba(8, 26, 64, 0.1);
}

.boutique-guarantees .card-body {
    padding: 2.4rem;
}

.boutique-guarantees .card h4 {
    position: relative;
    padding-left: 2.4rem;
}

.boutique-guarantees .card h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d4df0, #15b0c5);
    box-shadow: 0 0 0 8px rgba(13, 77, 240, 0.12);
}

.boutique-catalogue .card h3 {
    font-size: 1.4rem;
    min-height: 3rem;
}

.boutique-catalogue .card p {
    color: rgba(12, 33, 71, 0.72);
}

.boutique-catalogue .list-unstyled.small li {
    color: rgba(12, 33, 71, 0.82);
}

@media (max-width: 991.98px) {
    .boutique-hero__heading .heading-h2 {
        font-size: 2.2rem;
    }
    .boutique-hero__chip-stack {
        justify-content: center;
    }
    .boutique-hero__visual {
        margin-top: 2rem;
        min-height: 320px;
    }
    .boutique-hero__image {
        min-height: 320px;
    }
    .boutique-card .card-body {
        padding: 2rem;
    }
    .boutique-hero__floating-card {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .boutique-hero__cta-group .btn {
        width: 100%;
        margin-right: 0 !important;
    }
    .boutique-hero__stats {
        gap: 0.8rem;
        justify-content: center;
    }
    .boutique-value-card {
        padding: 1.7rem;
    }
    .boutique-value-card::before {
        display: none;
    }
    .boutique-catalogue .btn-group {
        justify-content: center;
    }
}

@keyframes boutiqueOrb {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(25px) scale(1.05);
    }
}

@keyframes boutiqueFloat {
    0% {
        transform: scale(1.06) translateY(0px);
    }
    50% {
        transform: scale(1.08) translateY(-14px);
    }
    100% {
        transform: scale(1.06) translateY(0px);
    }
}

@keyframes boutiqueFloatCard {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0px);
    }
}

/* =========================
   Portfolio – nouvelle charte
   ========================= */

.portfolio-hero {
    padding: 4.8rem 0 4rem;
    background: linear-gradient(135deg, rgba(15, 82, 255, 0.08), rgba(21, 129, 74, 0.05) 45%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}

.portfolio-hero:before,
.portfolio-hero:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.portfolio-hero:before {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(15, 82, 255, 0.16), transparent 70%);
    top: -140px;
    left: -160px;
}

.portfolio-hero:after {
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(21, 129, 74, 0.12), transparent 70%);
    bottom: -120px;
    right: -110px;
}

.portfolio-hero .container {
    position: relative;
    z-index: 1;
}

.portfolio-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(11, 30, 81, 0.08);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0b1e51;
}

.portfolio-hero__title {
    font-size: clamp(2.15rem, 1.65rem + 2vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 1.4rem 0 1rem;
    color: #0b1e51;
}

.portfolio-hero__lead {
    color: #0b1e51;
    margin-bottom: 2rem;
}

.portfolio-hero__highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 2.4rem;
    display: grid;
    gap: 1.05rem;
}

.portfolio-hero__highlights li {
    background: #ffffff;
    border-radius: 18px;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(10, 45, 95, 0.08);
    box-shadow: 0 22px 40px -28px rgba(8, 32, 82, 0.45);
    font-weight: 500;
    color: #0b1e51;
}

.portfolio-hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.4rem;
}

.portfolio-hero__cta .btn-hero-secondary {
    padding: 0.95rem 2.1rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0;
    box-shadow: 0 20px 38px -22px rgba(15, 82, 255, 0.6);
}

.portfolio-hero__cta .btn-outline-pill {
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    font-weight: 600;
}

.portfolio-hero__metrics-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.4rem 2rem;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 32px 58px -30px rgba(6, 28, 60, 0.35);
}

.portfolio-hero__metrics-title {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.portfolio-hero__metrics-grid {
    display: grid;
    gap: 1.25rem;
}

.portfolio-hero__metric {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.portfolio-hero__metric-value {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f52ff;
    line-height: 1.05;
}

.portfolio-hero__metric-label {
    font-size: 0.95rem;
    color: #0b1e51;
}

.portfolio-hero__footnote {
    margin-top: 1.5rem;
    font-size: 0.85rem;
}

.portfolio-filters {
    padding: 1.6rem 0 0;
}

.portfolio-filters__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding: 1.4rem 1.6rem;
    border: 1px solid rgba(10, 45, 95, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 35px -24px rgba(7, 27, 71, 0.35);
}

.portfolio-filters__label {
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
}

.portfolio-filters__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.portfolio-chip {
    border: 1px solid rgba(15, 82, 255, 0.2);
    background: rgba(15, 82, 255, 0.08);
    color: #0b1e51;
    border-radius: 999px;
    padding: 0.45rem 1.15rem;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
}

.portfolio-chip:hover,
.portfolio-chip:focus {
    border-color: rgba(15, 82, 255, 0.45);
    background: rgba(15, 82, 255, 0.15);
    color: #0b1e51;
}

.portfolio-chip.is-active {
    background: #0f52ff;
    color: #fff;
    border-color: #0f52ff;
    box-shadow: 0 18px 32px -18px rgba(15, 82, 255, 0.55);
}

.portfolio-filters__note {
    font-size: 0.85rem;
    margin-top: 0.8rem;
}

.portfolio-case-card[data-case-category] {
    position: relative;
}

/* =========================
   Case studies
   ========================= */

.case-hero {
    padding: 4.5rem 0 4rem;
    background: linear-gradient(140deg, rgba(15, 82, 255, 0.06), rgba(21, 129, 74, 0.05) 55%, #ffffff 100%);
}

.case-hero__breadcrumb {
    margin-bottom: 1.5rem;
}

.case-hero__tag {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.9rem;
    border-radius: 999px;
    background: rgba(11, 30, 81, 0.08);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0b1e51;
}

.case-hero__title {
    font-size: clamp(2.2rem, 1.7rem + 2vw, 3.1rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 1.25rem 0 1rem;
    color: #0b1e51;
}

.case-hero__intro {
    color: #0b1e51;
    margin-bottom: 2rem;
}

.case-hero__meta {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: grid;
    gap: 0.75rem;
}

.case-hero__meta-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(11, 30, 81, 0.65);
    margin-bottom: 0.25rem;
    font-weight: 600;
}

.case-hero__meta-value {
    font-weight: 600;
    color: #0b1e51;
}

.case-hero__cta .btn-hero-secondary {
    padding: 0.95rem 2.1rem;
    border-radius: 999px;
    font-weight: 600;
    box-shadow: 0 22px 42px -24px rgba(15, 82, 255, 0.55);
}

.case-hero__cta .btn-outline-pill {
    padding: 0.9rem 1.9rem;
    border-radius: 999px;
    font-weight: 600;
}

.case-hero__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.4rem;
}

.case-hero__cta .btn {
    min-width: 0;
}

.case-hero__metrics {
    background: #ffffff;
    border-radius: 28px;
    padding: 2.3rem 2rem;
    border: 1px solid rgba(12, 40, 89, 0.08);
    display: grid;
    gap: 1.4rem;
}

.case-metric__value {
    font-size: 2.4rem;
    font-weight: 700;
    color: #0f52ff;
    line-height: 1.05;
}

.case-metric__label {
    font-size: 0.95rem;
    color: #0b1e51;
}

.case-overview {
    padding: 4rem 0;
}

.case-overview__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.case-overview__block {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(11, 30, 81, 0.08);
    box-shadow: 0 22px 40px -28px rgba(8, 32, 82, 0.35);
}

.case-overview__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #0b1e51;
}

.case-overview__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.75rem;
    color: #0b1e51;
}

.case-overview__list li:before {
    content: \"•\";
    color: #15814a;
    margin-right: 0.6rem;
}

.case-timeline {
    padding: 4rem 0;
    background: #f7f9ff;
}

.case-timeline__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.4rem;
}

.case-timeline__step {
    background: #ffffff;
    border-radius: 20px;
    padding: 1.8rem;
    border: 1px solid rgba(15, 82, 255, 0.08);
    box-shadow: 0 18px 32px -24px rgba(7, 27, 71, 0.3);
    position: relative;
}

.case-timeline__index {
    position: absolute;
    top: -12px;
    left: 18px;
    background: #0f52ff;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.85rem;
}

.case-timeline__title {
    margin-top: 1.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0b1e51;
}

.case-timeline__step p {
    margin: 0.75rem 0 0;
    color: rgba(11, 30, 81, 0.85);
    font-size: 0.95rem;
}

.case-modules {
    padding: 4rem 0;
}

.case-module {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(11, 30, 81, 0.06);
    box-shadow: 0 20px 38px -26px rgba(8, 32, 82, 0.25);
    height: 100%;
}

.case-module h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 1rem;
}

.case-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
    color: rgba(11, 30, 81, 0.88);
}

.case-module ul li:before {
    content: \"✔\";
    color: #15814a;
    margin-right: 0.6rem;
}

.case-testimonial {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgba(15, 82, 255, 0.08), rgba(21, 129, 74, 0.06));
}

.case-testimonial__card {
    background: #ffffff;
    border-radius: 24px;
    padding: 2.8rem 3rem;
    box-shadow: 0 32px 60px -32px rgba(8, 32, 82, 0.35);
}

.case-testimonial__quote {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #0b1e51;
    margin-bottom: 2rem;
}

.case-testimonial__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.case-testimonial__author img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.case-testimonial__author h3 {
    margin: 0;
    font-weight: 700;
    color: #0b1e51;
}

.case-testimonial__author span {
    font-size: 0.9rem;
    color: rgba(11, 30, 81, 0.7);
}

.case-next-step {
    padding: 3.5rem 0 4rem;
}

.case-next-step__wrapper {
    background: #0b1e51;
    color: #15a05c;
    border-radius: 26px;
    padding: 2.8rem 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
}

.case-next-step__wrapper .heading-h2,
.case-next-step__wrapper .heading-h3 {
    color: #15a05c;
    margin-bottom: 0.8rem;
}

.case-next-step__ctas .btn {
    border-radius: 999px;
    padding: 0.9rem 2rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .portfolio-hero {
        padding: 3.8rem 0 3rem;
    }

    .portfolio-hero__metrics-card {
        margin-top: 2rem;
    }

    .portfolio-filters__wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .case-hero {
        padding: 3.8rem 0 3rem;
    }

    .case-hero__metrics {
        margin-top: 2rem;
    }

    .case-next-step__wrapper {
        padding: 2.4rem;
    }
}

@media (max-width: 575.98px) {
    .portfolio-hero__highlights li {
        padding: 0.95rem 1rem;
    }

    .portfolio-filters__wrap {
        padding: 1.1rem 1.2rem;
    }

    .case-testimonial__card {
        padding: 2.2rem;
    }
}

.portfolio-metric__label {
    display: block;
    font-size: 0.95rem;
    color: #0b1e51;
    font-weight: 500;
}

.portfolio-metric__note {
    margin-top: 0.85rem;
    font-size: 0.85rem;
    color: #0b1e51;
}

.portfolio-cases {
    padding: 4rem 0 1rem;
}

.portfolio-cases__intro {
    max-width: 680px;
    margin: 0 auto 2.5rem;
    color: #0b1e51;
}

.portfolio-case-grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.portfolio-case-card {
    position: relative;
    background: linear-gradient(165deg, rgba(247, 251, 255, 0.95) 0%, #ffffff 55%, rgba(241, 246, 255, 0.88) 100%);
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(13, 47, 76, 0.08);
    box-shadow: 0 22px 52px -30px rgba(8, 24, 68, 0.55);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    --case-accent: #0f52ff;
    --case-accent-soft: rgba(15, 82, 255, 0.16);
    --case-glow: rgba(15, 82, 255, 0.12);
}

.portfolio-case-card:hover,
.portfolio-case-card:focus-within {
    transform: translateY(-10px);
    box-shadow: 0 32px 70px -32px rgba(5, 22, 70, 0.48), 0 18px 34px -24px var(--case-glow);
    border-color: rgba(13, 47, 76, 0.14);
    background: linear-gradient(175deg, rgba(247, 251, 255, 0.95) 0%, rgba(241, 246, 255, 0.9) 50%, rgba(237, 244, 255, 0.88) 100%);
}

.portfolio-case-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 22px;
    border: 2px solid transparent;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0)) padding-box,
        linear-gradient(160deg, var(--case-accent-soft), rgba(255, 255, 255, 0)) border-box;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
    pointer-events: none;
}

.portfolio-case-card:hover::before,
.portfolio-case-card:focus-within::before {
    opacity: 1;
}

.portfolio-case-card::after {
    content: "";
    position: absolute;
    inset: 0 40% auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--case-accent), transparent);
    opacity: 0.85;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    pointer-events: none;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.portfolio-case-card:hover::after,
.portfolio-case-card:focus-within::after {
    transform: scaleX(1.08);
    opacity: 1;
}

.portfolio-case-card[data-case-category~="experience"] {
    --case-accent: #0f52ff;
    --case-accent-soft: rgba(15, 82, 255, 0.18);
    --case-glow: rgba(15, 82, 255, 0.18);
}

.portfolio-case-card[data-case-category~="growth"] {
    --case-accent: #0e8a64;
    --case-accent-soft: rgba(14, 138, 100, 0.18);
    --case-glow: rgba(14, 138, 100, 0.18);
}

.portfolio-case-card[data-case-category~="automation"] {
    --case-accent: #0e6ba8;
    --case-accent-soft: rgba(14, 107, 168, 0.18);
    --case-glow: rgba(14, 107, 168, 0.18);
}

.portfolio-case-card[data-case-category~="security"] {
    --case-accent: #6b3ce9;
    --case-accent-soft: rgba(107, 60, 233, 0.18);
}

.portfolio-case-card__media {
    position: relative;
    padding: 1.4rem 1.6rem 0;
    display: flex;
    justify-content: center;
    margin-bottom: 1.4rem;
}

.portfolio-case-card__media img {
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 255, 0.7));
    box-shadow: 0 16px 32px -24px rgba(4, 12, 42, 0.35);
    padding: 1.2rem;
}

.portfolio-case-card__media {
    position: relative;
}

.portfolio-case-card__media::after {
    content: "";
    position: absolute;
    inset: 1rem 1.6rem -1rem;
    background: linear-gradient(180deg, rgba(6, 26, 77, 0.05) 0%, rgba(6, 26, 77, 0.18) 100%);
    opacity: 0;
    border-radius: 18px;
    transition: opacity 0.35s ease;
}

.portfolio-case-card:hover .portfolio-case-card__media::after,
.portfolio-case-card:focus-within .portfolio-case-card__media::after {
    opacity: 1;
}

.portfolio-case-card__body {
    padding: 1.75rem 1.9rem 1.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    flex: 1 1 auto;
    position: relative;
    z-index: 1;
}

.portfolio-case-card__body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 18px;
    opacity: 0.7;
    border: 1px solid rgba(15, 82, 255, 0.06);
    z-index: -1;
    transition: opacity 0.35s ease;
}

.portfolio-case-card:hover .portfolio-case-card__body::before,
.portfolio-case-card:focus-within .portfolio-case-card__body::before {
    opacity: 1;
}

.portfolio-case-card__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--case-accent);
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 100%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 10px 24px -18px var(--case-glow);
    position: relative;
}

.portfolio-case-card__eyebrow::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--case-accent);
    box-shadow: 0 0 0 4px var(--case-accent-soft);
}

.portfolio-case-card__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #0b1e51;
    margin: 0;
}

.portfolio-case-card__text {
    font-size: 0.98rem;
    color: #0b1e51;
    margin: 0;
}

.portfolio-case-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.65rem;
    font-size: 0.93rem;
    color: #0b1e51;
}

.portfolio-case-card__list li {
    position: relative;
    padding-left: 1.35rem;
}

.portfolio-case-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--case-accent);
    box-shadow: 0 0 0 4px var(--case-accent-soft);
}

.portfolio-case-card__footer {
    margin-top: auto;
}

.portfolio-case-card__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 500;
    color: var(--case-accent);
    text-decoration: none;
    transition: gap 0.3s ease, color 0.3s ease;
    font-size: 0.96rem;
    position: relative;
}

.portfolio-case-card__link::after {
    content: "";
    position: absolute;
    inset: auto 0 -0.15rem 0;
    height: 2px;
    background: linear-gradient(90deg, var(--case-accent), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-case-card__link:hover,
.portfolio-case-card__link:focus {
    color: #061a4d;
    gap: 0.7rem;
}

.portfolio-case-card__link:hover::after,
.portfolio-case-card__link:focus::after {
    opacity: 1;
}

.portfolio-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.portfolio-filter-row .filter-wrap {
    position: static;
    flex: 1 1 auto;
}

.portfolio-filter-row .filter-wrap .filter {
    position: static;
    opacity: 1;
    visibility: visible;
    min-width: auto;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.portfolio-filter-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 600;
    color: #0b1e51;
}

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    background: rgba(9, 20, 49, 0.04);
    border-radius: 999px;
    padding: 0.45rem 0.6rem;
}

.portfolio-filter a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #0b1e51;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}

.portfolio-filter a.active,
.portfolio-filter a:hover,
.portfolio-filter a:focus {
    background: #0f52ff;
    color: #fff;
}

.portfolio-grid {
    margin-top: 0.5rem;
}

.portfolio-grid .portfolio-item {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 38px -30px rgba(9, 20, 49, 0.55);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-grid .portfolio-item:hover,
.portfolio-grid .portfolio-item:focus {
    transform: translateY(-12px);
    box-shadow: 0 32px 60px -32px rgba(4, 17, 54, 0.62);
}

.portfolio-insights {
    background: linear-gradient(135deg, rgba(6, 26, 77, 0.92), rgba(14, 107, 168, 0.92));
    border-radius: 28px;
    padding: 2.8rem 3rem;
    margin-top: 3.8rem;
    position: relative;
    overflow: hidden;
    color: #f4f7ff;
}

.portfolio-insights::before {
    content: "";
    position: absolute;
    inset: -60% -40% auto auto;
    width: 45%;
    height: 140%;
    background: radial-gradient(circle at top, rgba(92, 132, 255, 0.35), transparent 60%);
    opacity: 0.65;
    pointer-events: none;
}

.portfolio-insights::after {
    content: "";
    position: absolute;
    inset: auto auto -50% -30%;
    width: 50%;
    height: 140%;
    background: radial-gradient(circle at bottom, rgba(14, 138, 100, 0.25), transparent 65%);
    opacity: 0.6;
    pointer-events: none;
}

.portfolio-insights__title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #f5f7ff;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.portfolio-insights__title::before {
    content: "";
    width: 42px;
    height: 3px;
    background: linear-gradient(90deg, rgba(92, 132, 255, 0.9), rgba(107, 60, 233, 0.65));
    border-radius: 999px;
}

.portfolio-insights__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    position: relative;
    z-index: 1;
}

.portfolio-insights__list li {
    padding: 1rem 1.2rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(245, 247, 255, 0.92);
    font-weight: 500;
    font-size: 0.95rem;
    line-height: 1.55;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 38px -28px rgba(5, 17, 50, 0.55);
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.portfolio-insights__list li::before {
    content: attr(data-index);
    position: relative;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 10px;
    background: rgba(92, 132, 255, 0.18);
    color: rgba(245, 247, 255, 0.95);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.portfolio-insights__list li::after {
    content: "";
    position: absolute;
    inset: auto auto 0 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, rgba(92, 132, 255, 0.85), rgba(107, 60, 233, 0));
    border-radius: 999px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}


.portfolio-contact-block {
    background: #061a4d;
    border-radius: 28px;
    padding: 3rem;
    color: #f5f7ff;
    box-shadow: 0 40px 70px -35px rgba(6, 10, 40, 0.7);
}

.portfolio-contact-block .heading-h2 {
    color: #ffffff;
}

.portfolio-contact-block .lead {
    color: rgba(11, 30, 81, 0.72);
}

.portfolio-contact-block .portfolio-hero__highlights {
    margin-top: 2rem;
}

.portfolio-contact-block .portfolio-hero__highlights li {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: rgba(245, 247, 255, 0.9);
    box-shadow: none;
}

.portfolio-contact-form {
    margin-top: 2.5rem;
}

.portfolio-contact-form .shadow-lg {
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.portfolio-contact-form .form-control,
.portfolio-contact-form .custom-select {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #1a4dd9;
}

.portfolio-contact-form .custom-select option {
    color: #1a4dd9;
}

.portfolio-contact-form .form-control:focus,
.portfolio-contact-form .custom-select:focus {
    border-color: #5c84ff;
    box-shadow: 0 0 0 0.15rem rgba(92, 132, 255, 0.35);
}

.portfolio-contact-form label,
.portfolio-contact-form small {
    color: rgba(245, 247, 255, 0.9);
}

.portfolio-contact-form .btn {
    background: #f5f7ff;
    color: #061a4d;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.9rem 2.2rem;
    font-size: 0.98rem;
    text-transform: none;
    letter-spacing: 0;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-contact-form .btn:hover,
.portfolio-contact-form .btn:focus {
    transform: translateY(-3px);
    box-shadow: 0 18px 30px -22px rgba(5, 13, 48, 0.45);
}

@media (max-width: 991.98px) {
    .portfolio-hero {
        padding: 4rem 0 3rem;
    }

    .portfolio-hero__grid {
        grid-template-columns: 1fr;
    }

    .portfolio-hero__side {
        order: -1;
    }

    .portfolio-hero__highlights {
        grid-template-columns: 1fr 1fr;
    }

    .portfolio-insights {
        padding: 2.5rem;
    }

    .portfolio-contact-block {
        padding: 2.5rem;
    }

    .portfolio-filter-row .filter-wrap .filter {
        position: static;
        opacity: 1;
        visibility: visible;
        min-width: 100%;
        background: transparent;
        padding: 0;
        box-shadow: none;
    }
}

@media (max-width: 767.98px) {
    .portfolio-hero__highlights {
        grid-template-columns: 1fr;
    }

    .portfolio-hero__cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .portfolio-case-card__body {
        padding: 1.5rem 1.6rem;
    }

    .portfolio-filter {
        width: 100%;
        justify-content: center;
    }

    #filters {
        width: 100%;
    }

    #filters:not(.active) {
        display: none;
    }

    #filters.active {
        display: flex;
    }

    .portfolio-filter-row {
        justify-content: center;
        text-align: center;
    }

    .portfolio-contact-block {
        padding: 2rem;
    }
}
.faq-search {
    background: #ffffff;
    border: 1px solid rgba(11, 30, 81, 0.08);
    border-radius: 16px;
    padding: 1.6rem 1.8rem;
    box-shadow: 0 18px 40px -24px rgba(7, 27, 71, 0.28);
}

.faq-search__field {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(15, 82, 255, 0.05);
    border-radius: 999px;
    padding: 0.4rem 0.6rem 0.4rem 1.1rem;
    border: 1px solid rgba(15, 82, 255, 0.18);
}

.faq-search__field .icon-search {
    font-size: 1.05rem;
    color: #0f52ff;
}

.faq-search__field .form-control {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0.65rem 0;
    font-size: 0.95rem;
}

.faq-search__field .form-control:focus {
    outline: none;
    box-shadow: none;
}

.faq-search__field .btn {
    border-radius: 999px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
}

.faq-search__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1rem;
    font-size: 0.85rem;
    align-items: center;
}

.faq-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(21, 129, 74, 0.28);
    background: rgba(21, 129, 74, 0.08);
    font-weight: 600;
    color: #0b1e51;
    transition: all 0.25s ease;
    text-decoration: none;
}

.faq-chip:hover,
.faq-chip:focus {
    background: rgba(21, 129, 74, 0.16);
    border-color: rgba(21, 129, 74, 0.48);
    color: #0b1e51;
}

.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;
}


.portfolio-contact-block {
    background: linear-gradient(135deg, #0b1e51, rgba(11, 30, 81, 0.92));
    color: #ffffff;
    border-radius: 30px;
    padding: 3rem;
    overflow: hidden;
}

.portfolio-contact-block .heading-h2,
.portfolio-contact-block p,
.portfolio-contact-block .lead,
.portfolio-contact-block li,
.portfolio-contact-block label {
    color: #ffffff;
}

.portfolio-contact-block .form-control,
.portfolio-contact-block .custom-select {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}

.portfolio-contact-block .form-control::placeholder,
.portfolio-contact-block .custom-select {
    color: rgba(255, 255, 255, 0.7);
}

.portfolio-contact-block .form-control:focus,
.portfolio-contact-block .custom-select:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
    box-shadow: none;
}

.portfolio-contact-block .form-outline-style-v1 label {
    color: rgba(255, 255, 255, 0.85);
}

.portfolio-contact-block .portfolio-hero__highlights li {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.portfolio-contact-block .btn-outline-pill {
    border-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.portfolio-contact-block .btn-outline-pill:hover,
.portfolio-contact-block .btn-outline-pill:focus {
    background: #ffffff;
    color: #0b1e51;
}

.portfolio-contact-block .portfolio-hero__highlights {
    display: grid;
    gap: 0.9rem;
}

/* =====================================
   Blog 360° experience
===================================== */
.blog-hero {
    background: linear-gradient(135deg, #eff4ff 0%, #ffffff 45%, #f7fbff 100%);
    border-radius: 2rem;
    padding: 3rem 3rem 2.5rem;
    position: relative;
    overflow: hidden;
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0 -40%;
    background: radial-gradient(circle at top right, rgba(19, 46, 116, 0.12), transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.blog-hero .row {
    position: relative;
    z-index: 2;
}

.blog-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 1.2rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(15, 38, 106, 0.1);
    color: #0f266a;
    margin-bottom: 1rem;
}

.blog-hero__cta .btn {
    border-radius: 999px;
    font-weight: 600;
}

.btn-pill {
    border-radius: 999px;
}

.blog-hero__metrics {
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #22324c;
}

.blog-hero__metrics li {
    margin-right: 1.2rem;
    position: relative;
    padding-right: 1.2rem;
}

.blog-hero__metrics li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(9, 25, 69, 0.15);
}

.blog-hero__metrics li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.blog-hero__metrics li:last-child::after {
    display: none;
}

.blog-hero__insight {
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(16, 37, 91, 0.08);
}

.blog-hero__insight .card-body {
    padding: 2.2rem;
}

.blog-hero__icon {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(9, 25, 69, 0.07);
    color: #0f266a;
    font-size: 1rem;
}

.blog-search .input-group-text {
    background: rgba(19, 46, 116, 0.08);
    border: none;
    color: #09254d;
}

.blog-search .form-control {
    border: none;
    background: rgba(19, 46, 116, 0.04);
    border-radius: 0 999px 999px 0;
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.blog-search .form-control:focus {
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(15, 38, 106, 0.15);
}

.blog-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.blog-filter-chip {
    border: 1px solid rgba(15, 38, 106, 0.2);
    background: #ffffff;
    border-radius: 999px;
    padding: 0.45rem 1.15rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #143168;
    transition: all 0.2s ease;
}

.blog-filter-chip:hover,
.blog-filter-chip:focus {
    background: rgba(15, 38, 106, 0.08);
    outline: none;
}

.blog-filter-chip.active {
    background: #0f266a;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(15, 38, 106, 0.18);
}

.blog-filter-link {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0.35rem 0;
    font-weight: 600;
    color: #1a2d55;
    transition: color 0.2s ease;
}

.blog-filter-link:hover,
.blog-filter-link:focus {
    color: #0f266a;
    text-decoration: none;
    outline: none;
}

.blog-filter-link.is-highlighted {
    color: #0f266a;
}

.blog-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(13, 38, 79, 0.08);
    box-shadow: 0 14px 30px rgba(14, 31, 73, 0.06);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(14, 31, 73, 0.14);
}

.blog-card > a {
    display: block;
    overflow: hidden;
}

.blog-card__image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card__image {
    transform: scale(1.05);
}

.blog-card__meta {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(20, 40, 90, 0.66);
}

.blog-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.blog-card__tags .badge {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.35rem 0.9rem;
}

.blog-card__topics {
    font-size: 0.75rem;
    color: rgba(20, 40, 90, 0.75);
}

.blog-card__topics li {
    font-weight: 600;
}

.blog-card--featured {
    border-radius: 2rem;
}

.blog-card--featured .card-body {
    padding: 2.5rem 2.8rem;
}

.blog-card--featured .blog-card__image {
    height: 100%;
    min-height: 100%;
}

.blog-sidebar-card {
    border-radius: 1.4rem;
    border: 1px solid rgba(13, 38, 79, 0.08);
    box-shadow: 0 18px 40px rgba(10, 26, 64, 0.08);
}

.blog-sidebar-card .card-body {
    padding: 2rem;
}

.blog-sidebar-card .btn {
    border-radius: 999px;
}

.blog-market-pulse li {
    display: flex;
    align-items: center;
    padding: 0.6rem 0;
    font-size: 0.88rem;
    border-bottom: 1px dashed rgba(15, 38, 106, 0.1);
}

.blog-market-pulse li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.badge-soft-success,
.badge-soft-warning,
.badge-soft-info {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.15rem 0.65rem;
}

.badge-soft-success {
    background: rgba(40, 167, 69, 0.14);
    color: #1f7a37;
}

.badge-soft-warning {
    background: rgba(255, 193, 7, 0.18);
    color: #a86a00;
}

.badge-soft-info {
    background: rgba(23, 162, 184, 0.16);
    color: #0f5b80;
}

.blog-cta {
    border-radius: 1.6rem;
    background: linear-gradient(120deg, rgba(15, 38, 106, 0.12), rgba(255, 255, 255, 0.95));
}

.blog-cta .btn {
    border-radius: 999px;
}

.blog-whatsapp-cta .btn {
    border-radius: 999px;
}

.alert#blog-no-results {
    border-radius: 1rem;
}

@media (max-width: 991.98px) {
    .blog-hero {
        padding: 2.4rem 1.8rem;
    }

    .blog-card__image {
        height: 200px;
    }

    .blog-card--featured .card-body {
        padding: 2rem;
    }
}

@media (max-width: 767.98px) {
    .blog-hero {
        padding: 2rem 1.5rem;
    }

    .blog-hero__metrics {
        display: grid;
        gap: 0.75rem;
    }

    .blog-hero__metrics li::after {
        display: none;
    }

    .blog-card__image {
        height: 190px;
    }
}

/* =====================================
   Article template & single post
===================================== */
.article-hero {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background: linear-gradient(135deg, rgba(15, 38, 106, 0.08), rgba(255, 255, 255, 0.95));
}

.article-hero__inner {
    background: #ffffff;
    border-radius: 2.2rem;
    padding: 3rem 3.2rem;
    box-shadow: 0 30px 60px rgba(10, 26, 64, 0.12);
    position: relative;
    overflow: hidden;
}

.article-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1.2rem;
    border-radius: 999px;
    background: rgba(15, 38, 106, 0.1);
    color: #0f266a;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin-top: 2rem;
}

.article-meta__author {
    display: flex;
    align-items: center;
}

.article-meta__avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0f266a;
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.9rem;
    font-size: 0.95rem;
}

.article-meta__info span,
.article-meta__info strong {
    display: block;
    line-height: 1.2;
}

.article-meta__info strong {
    font-weight: 700;
    color: #0f266a;
}

.article-meta__stats {
    font-size: 0.85rem;
    color: rgba(15, 38, 106, 0.7);
    margin: 0;
}

.article-meta__stats li {
    display: inline-flex;
    align-items: center;
    margin-right: 1.4rem;
}

.article-meta__stats li:last-child {
    margin-right: 0;
}

.article-meta__stats .icon-clock-o,
.article-meta__stats .icon-calendar,
.article-meta__stats .icon-eye {
    margin-right: 0.45rem;
    font-size: 1rem;
    color: #0f266a;
}

.article-hero__figure {
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(10, 26, 64, 0.16);
}

.article-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-hero__figure figcaption {
    font-size: 0.75rem;
    color: rgba(15, 38, 106, 0.65);
    padding: 0.75rem 1.2rem;
    background: rgba(15, 38, 106, 0.05);
}

.article-body {
    padding-bottom: 3rem;
}

.article-content {
    font-size: 1.05rem;
    line-height: 1.75;
}

.article-content p {
    margin-bottom: 1.4rem;
}

.article-content h2 {
    font-size: 1.8rem;
    margin-top: 2.8rem;
    margin-bottom: 1rem;
    color: #0f266a;
}

.article-content h3 {
    font-size: 1.35rem;
    margin-top: 2rem;
    margin-bottom: 0.9rem;
    color: #12346a;
}

.article-content ul,
.article-content ol {
    margin-bottom: 1.8rem;
}

.article-content ul li {
    margin-bottom: 0.5rem;
}

.article-content blockquote {
    border-left: 4px solid rgba(15, 38, 106, 0.4);
    padding-left: 1.2rem;
    font-style: italic;
    color: #0f266a;
    background: rgba(15, 38, 106, 0.05);
    border-radius: 0.5rem;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.article-highlight {
    display: flex;
    padding: 1.4rem 1.6rem;
    background: rgba(15, 38, 106, 0.08);
    border-radius: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    align-items: center;
}

.article-highlight__icon {
    display: inline-flex;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #0f266a;
    color: #ffffff;
    margin-right: 1rem;
    font-size: 1.2rem;
}

.article-highlight__content p {
    margin-bottom: 0;
}

.article-toc .card-body {
    padding: 1.8rem;
}

.article-toc__title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #0f266a;
    margin-bottom: 1rem;
}

.article-toc__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-toc__list li {
    margin-bottom: 0.75rem;
}

.article-toc__list a {
    display: inline-flex;
    font-weight: 600;
    font-size: 0.88rem;
    color: #17764f;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-toc__list a:hover,
.article-toc__list a:focus {
    color: #0f5237;
    outline: none;
}

.article-toc__list a.is-active {
    color: #0f5237;
}

.article-insight-card {
    border-radius: 1.4rem;
    border: 1px solid rgba(13, 38, 79, 0.08);
    box-shadow: 0 18px 40px rgba(10, 26, 64, 0.08);
}

.article-insight-card .card-body {
    padding: 1.8rem;
}

.article-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.article-share__label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(15, 38, 106, 0.7);
    font-weight: 700;
}

.article-share__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(15, 38, 106, 0.08);
    color: #0f266a;
    transition: background 0.2s ease, color 0.2s ease;
}

.article-share__link:hover,
.article-share__link:focus {
    background: #0f266a;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}

.article-divider {
    margin: 3rem 0;
    border-top: 1px solid rgba(15, 38, 106, 0.1);
}

.article-cta {
    border-radius: 1.6rem;
    border: 1px solid rgba(15, 38, 106, 0.12);
    background: linear-gradient(120deg, rgba(15, 38, 106, 0.1), rgba(255, 255, 255, 0.95));
    padding: 2.2rem 2.4rem;
    box-shadow: 0 20px 45px rgba(12, 29, 70, 0.12);
}

.article-cta .btn {
    border-radius: 999px;
    font-weight: 600;
}

.article-bio {
    border-radius: 1.4rem;
    border: 1px solid rgba(18, 56, 92, 0.1);
    box-shadow: 0 18px 40px rgba(15, 38, 106, 0.08);
}

.article-bio .card-body {
    padding: 1.9rem;
}

.article-bio__header {
    display: flex;
    align-items: center;
}

.article-bio__avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f266a, #1f9d6a);
    color: #ffffff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
}

.article-bio__name {
    font-weight: 700;
    color: #0f266a;
    margin-bottom: 0.15rem;
}

.article-bio__role {
    font-size: 0.85rem;
    color: rgba(15, 38, 106, 0.65);
    margin-bottom: 0;
}

.article-bio__summary {
    margin-top: 1rem;
    font-size: 0.92rem;
    color: #1a2d55;
}

.article-bio__links {
    margin-top: 1.1rem;
}

.article-bio__links a {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1f9d6a;
}

.article-bio__links a:hover,
.article-bio__links a:focus {
    color: #147953;
    text-decoration: none;
    outline: none;
}

.article-related .card {
    border-radius: 1.3rem;
    border: 1px solid rgba(15, 38, 106, 0.08);
    box-shadow: 0 20px 45px rgba(15, 38, 106, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
}

.article-related .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 38, 106, 0.14);
}

.article-related__title {
    font-size: 1.4rem;
    color: #0f266a;
    margin-bottom: 1.5rem;
}

.article-navigation a {
    color: #0f266a;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-navigation a:hover,
.article-navigation a:focus {
    color: #091f47;
    outline: none;
}

@media (max-width: 991.98px) {
    .article-hero__inner {
        padding: 2.4rem;
    }

    .article-meta__stats li {
        margin-right: 1rem;
    }
}

@media (max-width: 767.98px) {
    .article-hero {
        padding-top: 4rem;
    }

    .article-hero__inner {
        padding: 2rem 1.6rem;
    }

    .article-hero__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .article-highlight {
        flex-direction: column;
        text-align: left;
    }

.article-highlight__icon {
        margin-bottom: 0.8rem;
    }
}

/* Homepage premium experience */
.hero-banner {
    position: relative;
    padding: 0 0 5rem;
    color: #0b1e51;
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid rgba(11, 45, 96, 0.08);
}

.hero-banner--split {
    display: block;
    background: inherit;
}

.hero-banner__container {
    position: relative;
}

.hero-banner__container::before,
.hero-banner__container::after {
    content: none;
}

.hero-banner__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 57%) minmax(0, 43%);
    align-items: stretch;
    column-gap: clamp(1.2rem, 2vw, 1.8rem);
    row-gap: clamp(1rem, 1.8vw, 1.9rem);
    z-index: 1;
}

.hero-banner__column {
    position: relative;
    z-index: 1;
}

.hero-banner__column--media {
    display: flex;
    flex-direction: column;
    gap: clamp(1.4rem, 2.2vw, 2.2rem);
    align-items: stretch;
    padding-right: 0;
}

.hero-banner__column--content {
    display: flex;
    flex-direction: column;
    padding-left: clamp(1.1rem, 2.1vw, 2.3rem);
    padding-top: 0;
    max-width: 520px;
}

.hero-media-wrapper--wide {
    width: 100%;
}

.hero-banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 1.6vw, 1.4rem);
}

/* Align bottom of right-column cards with left on desktop */
@media (min-width: 768px) {
    .hero-banner__content { height: 100%; }
    .cover-highlights-card { margin-top: auto; }
}

/* --------------------------------------------------------------
   Collage services (hero) — responsive and contained
-------------------------------------------------------------- */
.service-collage {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
    width: 100%;
}

.service-collage__item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: transparent; /* remove background effect behind icons */
}

.service-collage__img {
    /* enlarge slightly for readability while keeping layout */
    width: calc(100% + 16px);
    margin: 0 -8px; /* center overflow clipping */
    height: auto; /* keep intrinsic ratio */
    display: block;
}

/* Icons variant: keep SVGs fully visible */
/* removed icons variant per request */

@media (min-width: 1200px) {
    .service-collage {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }
    /* enlarge icons a bit more on desktop for readability */
    .service-collage__img {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
}

@media (max-width: 767.98px) {
    .service-collage {
        display: none; /* hide collage on mobile */
    }
}

.about-content-headline {
    display: flex;
    flex-direction: column;
    gap: clamp(0.7rem, 1.2vw, 0.9rem);
    max-width: 540px;
}

.about-insight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: clamp(0.85rem, 1.6vw, 1.3rem);
    padding: clamp(1.6rem, 2.5vw, 2.2rem);
    border-radius: 1.6rem;
    border: 1px solid rgba(11, 45, 96, 0.12);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 255, 0.94));
    box-shadow: 0 24px 50px rgba(11, 30, 81, 0.12);
    overflow: hidden;
}

.about-insight-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(15, 38, 106, 0.16), rgba(17, 136, 88, 0.14));
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 0;
}

.about-insight-card > * {
    position: relative;
    z-index: 1;
}

.about-insight-card:hover::before {
    opacity: 1;
}

.about-insight-card--primary {
    padding-bottom: clamp(1.9rem, 2.8vw, 2.4rem);
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.92), rgba(235, 244, 255, 0.92));
}

.about-insight-card--support {
    gap: clamp(0.8rem, 1.5vw, 1.1rem);
    margin-top: clamp(0.9rem, 1.6vw, 1.6rem);
}

.about-insight-card--support::before {
    background: linear-gradient(145deg, rgba(17, 136, 88, 0.18), rgba(11, 30, 81, 0.12));
    opacity: 0.08;
}

.about-insight-card--support:hover::before {
    opacity: 0.5;
}

.about-insight-card--primary::before {
    background: linear-gradient(145deg, rgba(11, 30, 81, 0.14), rgba(17, 136, 88, 0.12));
}

.about-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0.85rem 0;
    display: grid;
    gap: 0.5rem;
    max-width: 580px;
}

.about-benefits-list__item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.96rem;
    color: #0b1e51;
    line-height: 1.55;
}

.about-benefits-list__item .icon-check {
    margin-top: 0.2rem;
}

.hero-support-note {
    font-size: 0.86rem;
    color: rgba(11, 30, 81, 0.72);
    margin: 0;
    max-width: 500px;
}

.about-stats-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hero-media-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    padding: clamp(0.12rem, 0.18vw + 0.1rem, 0.28rem);
    background: linear-gradient(135deg, rgba(11, 45, 96, 0.08), rgba(17, 136, 88, 0.04));
    box-shadow: 0 14px 32px rgba(6, 21, 64, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767.98px) {
    .hero-media-wrapper {
        padding: 0;
        background: none;
        box-shadow: none;
    }
}

.hero-media__inner {
    width: 100%;
    border-radius: 0.85rem;
    overflow: hidden;
    background: #0b1e51;
    aspect-ratio: 16 / 9;
}

.hero-media__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #041430;
}

.hero-media__caption {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    color: rgba(11, 30, 81, 0.7);
    font-size: 0.82rem;
}

.hero-media__label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.32rem 0.75rem;
    border-radius: 999px;
    background: rgba(11, 45, 96, 0.12);
    color: #0b1e51;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.hero-media__note {
    opacity: 0.65;
}

.about-insight-card__eyebrow {
    letter-spacing: 0.14em;
    font-weight: 600;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 1rem;
    color: rgba(11, 30, 81, 0.6);
}

.about-insight-card__title {
    font-size: 2.6rem;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #0b1e51;
}

.about-insight-card__subtitle {
    font-size: 1.1rem;
    max-width: 580px;
    margin-bottom: 0.95rem;
    color: rgba(11, 30, 81, 0.78);
}

.hero-banner__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
}

.hero-banner__cta .btn {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.78rem 1.7rem;
}

.btn-ghost-light {
    border-radius: 999px;
    font-weight: 700;
    padding: 0.85rem 1.9rem;
    border: 1px solid rgba(11, 30, 81, 0.45);
    color: #0b1e51;
    transition: all 0.2s ease;
}

.btn-ghost-light:hover,
.btn-ghost-light:focus {
    background: #0b1e51;
    color: #ffffff;
    text-decoration: none;
}

.about-metrics {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
}

.about-metrics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    padding: 1.1rem 1.3rem;
    background: linear-gradient(145deg, rgba(230, 240, 255, 0.92), rgba(210, 225, 255, 0.9));
    border: 1px solid rgba(11, 45, 96, 0.12);
    border-radius: 1.5rem;
    box-shadow: 0 24px 52px rgba(6, 21, 64, 0.16);
    position: relative;
    overflow: hidden;
}

.about-metric {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.6rem 0.4rem;
    backdrop-filter: blur(4px);
    color: #0b1e51;
}

.about-metrics-grid::before,
.about-metrics-grid::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.4;
}

.about-metrics-grid::before {
    width: 280px;
    height: 280px;
    top: -180px;
    right: -140px;
    background: radial-gradient(circle, rgba(11, 45, 96, 0.38), transparent 70%);
}

.about-metrics-grid::after {
    width: 220px;
    height: 220px;
    bottom: -140px;
    left: -120px;
    background: radial-gradient(circle, rgba(17, 136, 88, 0.25), transparent 65%);
}

.about-metric__value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0b1e51;
    text-shadow: 0 6px 18px rgba(11, 30, 81, 0.2);
}

.about-metric__label {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(11, 30, 81, 0.72);
}

.hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.hero-badge {
    border-radius: 999px;
    background: rgba(11, 45, 96, 0.08);
    color: #0b1e51;
    padding: 0.45rem 1rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.signature-program-card {
    position: relative;
    background: linear-gradient(145deg, rgba(235, 244, 255, 0.96), rgba(215, 226, 255, 0.92));
    color: #0b1e51;
    border-radius: 1.8rem;
    padding: 2rem 1.95rem 1.25rem;
    box-shadow: 0 28px 65px rgba(6, 21, 64, 0.18);
    border: 1px solid rgba(11, 45, 96, 0.15);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
    height: 100%;
    overflow: hidden;
}

.signature-program-card--stack {
    margin-top: 0.6rem;
}

.signature-program-card--media {
    width: 100%;
    margin-top: clamp(0.6rem, 1.1vw, 1.2rem);
}

.signature-program-card__badge {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #0f5237;
    background: rgba(17, 136, 88, 0.12);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    margin-bottom: 0.85rem;
}

.signature-program-card__title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.signature-program-card__text {
    font-size: 0.97rem;
    color: rgba(15, 38, 106, 0.82);
    margin-bottom: 0.6rem;
}

.signature-program-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.signature-program-card__list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.92rem;
    margin-bottom: 0.35rem;
    color: rgba(11, 30, 81, 0.88);
}
.signature-program-card__list li:last-child {
    margin-bottom: 0;
}

.signature-program-card__cta {
    font-weight: 700;
    color: #0f5237;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.signature-program-card__footer {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
    align-items: center;
    text-align: center;
}

.signature-program-card__cta:hover,
.signature-program-card__cta:focus {
    color: #0b1e51;
    text-decoration: none;
}

.signature-program-card::before,
.signature-program-card::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.28;
    pointer-events: none;
    filter: blur(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.signature-program-card::before {
    width: 360px;
    height: 360px;
    top: -220px;
    right: -180px;
    background: radial-gradient(circle, rgba(11, 45, 96, 0.45), transparent 68%);
}

.signature-program-card::after {
    width: 280px;
    height: 280px;
    bottom: -180px;
    left: -140px;
    background: radial-gradient(circle, rgba(17, 136, 88, 0.35), transparent 70%);
}

.signature-program-card:hover::before,
.signature-program-card:hover::after {
    opacity: 0.5;
    transform: scale(1.06);
}

.hero-scroll {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 45, 96, 0.08);
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #0b1e51;
    transition: background 0.2s ease, color 0.2s ease;
}

.hero-scroll--standalone {
    margin-top: clamp(1rem, 2.4vw, 2rem);
}

.hero-scroll--card {
    justify-content: center;
}

.hero-scroll:hover,
.hero-scroll:focus {
    background: #0b1e51;
    color: #ffffff;
    text-decoration: none;
}

.trust-strip {
    background: rgba(15, 38, 106, 0.05);
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(15, 38, 106, 0.08);
}

.trust-strip__label {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0b1e51;
}

.trust-strip__note {
    font-size: 0.95rem;
    color: #0f266a;
    opacity: 0.85;
}

/* "Notre univers" slider — center brand logos and unify sizing */
.image-slider--brands .logo-v1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    gap: 6px;
}

.image-slider--brands .logo-v1 img {
    width: auto !important; /* override owl default */
    height: 52px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .image-slider--brands .logo-v1 img { height: 40px; }
}

@media (min-width: 1200px) {
    .image-slider--brands .logo-v1 img { height: 56px; }
}

.image-slider--brands .logo-v1__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #0b1e51;
    opacity: 0.9;
    letter-spacing: 0.02em;
}

.highlight-list {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0 0 0;
}

.highlight-list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.96rem;
    margin-bottom: 0.6rem;
    color: #0b1e51;
}

.credibility-note {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-impact {
    background: linear-gradient(135deg, rgba(15, 38, 106, 0.06) 0%, rgba(32, 124, 89, 0.12) 100%);
    border-top: 1px solid rgba(15, 38, 106, 0.08);
    border-bottom: 1px solid rgba(15, 38, 106, 0.08);
}

.impact-card {
    background: #ffffff;
    border-radius: 1.4rem;
    padding: 2rem 2.2rem;
    box-shadow: 0 18px 45px rgba(11, 30, 81, 0.08);
    border: 1px solid rgba(11, 30, 81, 0.08);
    display: flex;
    flex-direction: column;
}

.impact-card__value {
    font-size: 2rem;
    font-weight: 700;
    color: #0f5237;
}

.impact-card__label {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    color: #0b1e51;
    margin-top: 0.3rem;
    margin-bottom: 0.8rem;
}

.impact-card__text {
    margin-bottom: 0;
    color: #0f266a;
    font-size: 0.94rem;
}

.service-card {
    position: relative;
    background: #ffffff;
    border-radius: 1.5rem;
    padding: 2.3rem 2rem;
    border: 1px solid rgba(11, 30, 81, 0.08);
    box-shadow: 0 18px 42px rgba(11, 30, 81, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    overflow: hidden;
    height: 100%;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 38, 106, 0.08) 0%, rgba(32, 124, 89, 0.12) 100%);
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: 0;
}

.service-card > * {
    position: relative;
    z-index: 1;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(9, 27, 72, 0.14);
}

.service-card:hover::before {
    opacity: 1;
}

.service-card__icon {
    width: 74px;
    height: 74px;
    border-radius: 20px;
    background: linear-gradient(135deg, #0f266a, #1f9d6a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(12, 29, 70, 0.25);
    margin-bottom: 1.6rem;
}

.service-card__icon img {
    max-width: 60px;
    height: auto;
}

#tech-and-web-nos-services .service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 0.9rem;
}

#tech-and-web-nos-services .service-card p {
    color: #0f266a;
    font-size: 0.97rem;
    line-height: 1.65;
}

.service-card__cta {
    border-color: #0f5237;
    color: #0f5237;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.service-card__cta:hover,
.service-card__cta:focus {
    background: #0f5237;
    color: #ffffff;
    border-color: #0f5237;
    text-decoration: none;
}

.signature-card {
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 2.2rem;
    border: 1px solid rgba(15, 38, 106, 0.08);
    box-shadow: 0 20px 60px rgba(9, 27, 72, 0.08);
    display: flex;
    flex-direction: column;
}

.signature-card__badge {
    align-self: flex-start;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #0f5237;
    background: rgba(17, 136, 88, 0.12);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    margin-bottom: 1.1rem;
}

.signature-card__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0b1e51;
    margin-bottom: 0.8rem;
}

.signature-card__excerpt {
    font-size: 0.95rem;
    color: #0f266a;
    margin-bottom: 1rem;
}

.signature-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.4rem 0;
}

.signature-card__list li {
    display: flex;
    align-items: flex-start;
    color: #0b1e51;
    font-size: 0.93rem;
    margin-bottom: 0.55rem;
}

.signature-card__cta {
    font-weight: 700;
    color: #0f5237;
    text-decoration: none;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.signature-card__cta:hover,
.signature-card__cta:focus {
    color: #0b1e51;
    text-decoration: none;
}

.section-process {
    background: linear-gradient(120deg, rgba(15, 38, 106, 0.04) 0%, rgba(32, 124, 89, 0.08) 100%);
}

.process-step {
    position: relative;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
                linear-gradient(135deg, rgba(13, 77, 240, 0.18), rgba(34, 211, 170, 0.22)) border-box;
    border-radius: 1.4rem;
    padding: 1.9rem 1.7rem;
    box-shadow: 0 20px 50px rgba(13, 77, 240, 0.10);
    border: 1px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.process-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-top-left-radius: 1.4rem;
    border-bottom-left-radius: 1.4rem;
    background-image: linear-gradient(180deg, #0d4df0 0%, #15b0c5 50%, #22d3aa 100%);
    opacity: 0.85;
}

.process-step:hover,
.process-step:focus {
    transform: translateY(-6px);
    box-shadow: 0 28px 64px rgba(13, 77, 240, 0.16);
}

.process-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: linear-gradient(135deg, #0d4df0 0%, #15b0c5 48%, #22d3aa 100%);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 1rem;
    box-shadow: 0 10px 20px rgba(13, 77, 240, 0.25);
}

.process-step__title {
    font-size: 1.12rem;
    font-weight: 800;
    color: #0b1e51;
    margin-bottom: 0.6rem;
}

.process-step__text {
    font-size: 0.94rem;
    color: #0f266a;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .process-step { padding: 1.4rem 1.2rem; }
    .process-step__number { width: 42px; height: 42px; }
}

/* Desktop connectors between process cards */
@media (min-width: 992px) {
    .section-process .row > .col-md-3 { position: relative; }
    .section-process .row > .col-md-3:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -18px; /* bridge the gutter */
        width: 36px;  /* connector length across gutter */
        height: 2px;
        background-image: linear-gradient(90deg, #0d4df0 0%, #15b0c5 50%, #22d3aa 100%);
        transform: translateY(-50%);
        pointer-events: none;
        opacity: 0.9;
    }
    .section-process .row > .col-md-3:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -22px; /* position arrow head at end of line */
        width: 10px;
        height: 10px;
        border-top: 2px solid #15b0c5;
        border-right: 2px solid #15b0c5;
        transform: translateY(-50%) rotate(45deg);
        pointer-events: none;
        opacity: 0.95;
    }
}

.tech-stack-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0.6rem;
}

.tech-stack-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 38, 106, 0.08);
    color: #0b1e51;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .about-insight-card__title {
        font-size: 2.3rem;
    }

    .about-insight-card__subtitle {
        font-size: 1.02rem;
    }
}

@media (min-width: 992px) {
    .hero-banner--split .about-content-headline,
    .hero-banner--split .about-insight-card__subtitle,
    .hero-banner--split .about-benefits-list,
    .hero-banner--split .hero-support-note,
    .hero-banner--split .about-metrics-grid {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .hero-banner {
        padding: 0 0 4rem; /* remove top spacing on mobile/tablet */
    }

    .hero-banner--split {
        background: linear-gradient(135deg, #ffffff 0%, #f4f7fb 100%);
    }

    .hero-banner__container::before,
    .hero-banner__container::after {
        display: none;
    }

    .about-insight-card__title {
        font-size: 2.2rem;
    }

    .hero-banner__layout {
        grid-template-columns: 1fr;
        gap: 2.2rem;
    }

    .hero-banner__column--content {
        padding-left: 0;
        padding-top: 0; /* remove extra top padding under nav */
    }

    .hero-banner__column--media {
        gap: 1.8rem;
        padding-right: 0;
    }

    .hero-media-wrapper {
        margin-top: 0;
    }

    .signature-program-card--media {
        margin-top: 1.6rem;
    }

    .about-metrics-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .about-insight-card__title {
        font-size: 1.8rem;
    }

    .about-insight-card__subtitle {
        font-size: 1rem;
    }

    .about-metrics {
        gap: 1rem;
    }

    .hero-banner__cta .btn,
    .btn-ghost-light {
        width: 100%;
        text-align: center;
    }

    .hero-media-wrapper {
        margin-top: 0; /* keep video flush with header */
    }

    .hero-banner__container::before {
        display: none;
    }

    .about-content-headline {
        max-width: none;
    }

    .about-benefits-list {
        gap: 0.6rem;
        max-width: none;
    }

    .hero-support-note {
        max-width: none;
    }

    .signature-program-card--stack,
    .signature-program-card--media {
        margin-top: 1.8rem;
    }

    .about-metrics-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .hero-media__caption {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .impact-card {
        padding: 1.8rem;
    }

    .service-card {
        padding: 2rem 1.6rem;
    }

    .service-card__icon {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }
}

@media (max-width: 575.98px) {
    .tech-stack-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }
}

@media (max-width: 479.98px) {
    .about-metrics-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body,
    .tech-and-web--site-inner,
    .cover-v1,
    .container,
    .row,
    [class*="col-"],
    .tech-and-web--section {
        text-align: center;
    }

    p,
    .about-benefits-list,
    .about-benefits-list__item,
    .signature-program-card__text,
    .hero-support-note,
    .signature-card__text,
    .process-step__text,
    .service-card p,
    .tech-stack-grid,
    .tech-stack-badge,
    .impact-card__text,
    .blog-card p,
    .contact-info p {
        text-align: justify;
        text-align-last: center;
    }

    .btn,
    .signature-program-card__cta,
    .hero-scroll,
    .hero-banner__cta .btn,
    .btn-ghost-light,
    .footer-cta-btn,
    .scroll-top-btn,
    .btn-contact-primary,
    .btn-gradient,
    .btn-outline-light {
        margin-left: auto;
        margin-right: auto;
    }

    /* Center loader tagline on mobile */
    .site-loader__tagline {
        text-align: center !important;
        text-align-last: center !important;
    }

    .site-loader-wrap {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

/* Override for mobile: keep trust-strip text aligned left */
@media (max-width: 767.98px) {
    .trust-strip,
    .trust-strip .row,
    .trust-strip [class*="col-"],
    .trust-strip__label,
    .trust-strip__note {
        text-align: left !important;
    }
    .trust-strip__note { text-align-last: left !important; }
}

/* Mobile card text overrides (titles excluded) */
@media (max-width: 767.98px) {
    /* Align left and avoid wide spacing from justify */
    .service-offer-card__text,
    .signature-card__text,
    .signature-program-card__text,
    .service-card p,
    .process-step__text,
    .impact-card__text,
    .blog-card .card-body p {
        text-align: left !important;
        text-align-last: left !important;
    }
    /* Tighter vertical rhythm for card texts */
    .service-offer-card__text,
    .signature-card__text,
    .signature-program-card__text,
    .service-card p,
    .blog-card .card-body p,
    .impact-card__text,
    .process-step__text {
        margin-bottom: 1rem !important;
    }
}

/* Global: eliminate stretched justification on mobile across the repo */
@media (max-width: 767.98px) {
    p,
    .lead,
    .article-content p,
    .services-extensions__text,
    .boutique-hero__note,
    .boutique-hero__floating-card p,
    .footer-text {
        text-align: left !important;
        text-align-last: left !important;
    }
}
/* Mobile: center the "Voir la localisation" trigger buttons across pages */
@media (max-width: 767.98px) {
    .map-trigger-btn {
        display: block !important; /* override inline-flex utility if present */
        width: max-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* Ensure Bootstrap modals are above any custom overlays/menus */
.modal { z-index: 13000; }
.modal-backdrop { z-index: 12990; }

/* ========== Boutique Theme Variant ==========
   A lightweight visual differentiation for boutique.html only.
   Apply by adding `is-boutique` class on <body> (already done). */
body.is-boutique {
    --boutique-accent: #f59e0b; /* amber-500 */
    --boutique-accent-strong: #ea580c; /* orange-600 */
    --boutique-accent-soft: rgba(245, 158, 11, 0.18);
    --boutique-bg: #0b1320;        /* page background */
    --boutique-bg-elev: #0f1a2b;   /* elevated surfaces */
    --boutique-bg-elev-2: #0a1120; /* deeper panels */
    --boutique-text: #e5e7eb;      /* base text */
    --boutique-text-dim: #cbd5e1;  /* muted */
    --boutique-border: rgba(148, 163, 184, 0.18);
}

/* Buttons: outline primary adopts boutique accent inside boutique only */
.is-boutique .btn-outline-primary {
    color: var(--boutique-accent);
    border-color: var(--boutique-accent);
}
.is-boutique .btn-outline-primary:hover,
.is-boutique .btn-outline-primary:focus {
    color: #fff;
    background: var(--boutique-accent);
    border-color: var(--boutique-accent);
}

/* Reuse the site’s pill outline button with boutique accent */
.is-boutique .btn.btn-outline-pill.btn-custom-light {
    color: var(--boutique-accent);
    border-color: var(--boutique-accent);
}
.is-boutique .btn.btn-outline-pill.btn-custom-light:hover,
.is-boutique .btn.btn-outline-pill.btn-custom-light:focus {
    color: #fff;
    background: var(--boutique-accent);
    border-color: var(--boutique-accent);
}

/* Gradient buttons: warm commerce feel on boutique */
.is-boutique .btn-gradient {
    background-image: linear-gradient(135deg, #f59e0b 0%, #f97316 48%, #ef4444 100%);
    box-shadow: 0 8px 22px -8px var(--boutique-accent-soft);
}

/* Footer CTA adopts boutique accent for consistency */
/* Keep footer look & feel unchanged on boutique */
/* (Footer CTA uses default repo styling) */

/* Navigation: subtly highlight the Boutique item when on the boutique page */
.is-boutique .tech-and-web--site-nav .site-nav-ul li a.nav-link[href$='boutique.html'] {
    color: var(--boutique-accent) !important;
    position: relative;
}
.is-boutique .tech-and-web--site-nav .site-nav-ul li a.nav-link[href$='boutique.html']::after {
    content: "";
    display: block;
    height: 3px;
    background: var(--boutique-accent);
    margin-top: 6px;
    border-radius: 2px;
}

/* Boutique dark background and typography */
.is-boutique {
    background: radial-gradient(1200px 600px at 20% -10%, rgba(245, 158, 11, 0.08), transparent 60%),
                radial-gradient(1000px 500px at 90% 0%, rgba(14, 107, 168, 0.10), transparent 65%),
                var(--boutique-bg);
    color: var(--boutique-text);
}
/* Dark-friendly base text colors */
.is-boutique p,
.is-boutique .lead,
.is-boutique .text-muted {
    color: var(--boutique-text-dim) !important;
}
.is-boutique h1,
.is-boutique h2,
.is-boutique h3,
.is-boutique h4,
.is-boutique h5,
.is-boutique h6,
.is-boutique .heading-h1,
.is-boutique .heading-h2,
.is-boutique .heading-h3 { color: #f8fafc; }
.is-boutique .text-darkblue { color: #dbeafe !important; }

/* Neutralize light backgrounds inside boutique */
.is-boutique .bg-light,
.is-boutique .tech-and-web--section.bg-light {
    background-color: var(--boutique-bg) !important;
}

/* Boutique hero */
.is-boutique .boutique-hero {
    background: linear-gradient(180deg, rgba(2,6,23,0.7), rgba(2,6,23,0.6));
}
.is-boutique .boutique-hero__heading .divider:after {
    background: linear-gradient(90deg, var(--boutique-accent), transparent);
}
.is-boutique .boutique-hero__overlay {
    background: linear-gradient(180deg, rgba(8, 15, 30, 0.45), rgba(8, 15, 30, 0.75));
}
.is-boutique .divider:after {
    background: linear-gradient(90deg, var(--boutique-accent), transparent);
}
.is-boutique .boutique-hero__chip-stack .boutique-chip,
.is-boutique .boutique-hero__badge {
    background: rgba(255, 255, 255, 0.06);
    color: var(--boutique-text);
    border: 1px solid var(--boutique-border);
}
.is-boutique .boutique-hero__stat-figure { color: #fff; }
.is-boutique .boutique-hero__stat-label { color: var(--boutique-text-dim); }

/* (reverted extra lightening of dark card body text) */

/* Cards (catalogue, packs, checkout) */
.is-boutique .boutique-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.0)) padding-box,
                var(--boutique-bg-elev);
    color: var(--boutique-text);
    border: 1px solid var(--boutique-border) !important;
    box-shadow: 0 10px 30px -15px rgba(0,0,0,0.5);
}
.is-boutique .boutique-card h3,
.is-boutique .boutique-card .h5,
.is-boutique .boutique-card .h4 { color: #fff; }
.is-boutique .boutique-card p,
.is-boutique .boutique-card .small,
.is-boutique .boutique-card__meta { color: var(--boutique-text-dim) !important; }

/* Variant: dark card stays deepest */
.is-boutique .boutique-card--dark {
    background: radial-gradient(120% 120% at 0% 0%, rgba(234, 88, 12, 0.08), transparent 45%),
                var(--boutique-bg-elev-2);
    border-color: rgba(255,255,255,0.1) !important;
}

/* Variant accents: subtle colored borders/glow */
.is-boutique .boutique-card--accent {
    box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.15) inset;
    border-color: rgba(245, 158, 11, 0.28) !important;
}
.is-boutique .boutique-card--alt {
    box-shadow: 0 0 0 2px rgba(14, 107, 168, 0.18) inset;
    border-color: rgba(14, 107, 168, 0.28) !important;
}
.is-boutique .boutique-card--alert {
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.18) inset;
    border-color: rgba(220, 38, 38, 0.28) !important;
}
.is-boutique .boutique-card--outline {
    background: rgba(255,255,255,0.03);
}

/* Value cards */
.is-boutique .boutique-value-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.0)) padding-box,
                var(--boutique-bg-elev);
    border-color: var(--boutique-border) !important;
    color: var(--boutique-text);
}
.is-boutique .boutique-value-card h3,
.is-boutique .boutique-value-card p {
    color: #fff !important;
}

/* Catalogue filters */
.is-boutique .btn-group .btn.btn-outline-primary {
    color: var(--boutique-text);
    border-color: var(--boutique-border);
}
.is-boutique .btn-group .btn.btn-outline-primary.active,
.is-boutique .btn-group .btn.btn-outline-primary:hover,
.is-boutique .btn-group .btn.btn-outline-primary:focus {
    color: #0b1320;
    background: var(--boutique-accent);
    border-color: var(--boutique-accent);
}

/* (reverted bg-white/border overrides) */

/* Forms in checkout */
.is-boutique .form-control {
    background: #0f1a2b;
    border-color: #233046;
    color: var(--boutique-text);
}
.is-boutique .form-control:focus {
    border-color: var(--boutique-accent);
    box-shadow: 0 0 0 0.2rem rgba(245, 158, 11, 0.15);
}
.is-boutique .form-check-label,
.is-boutique label { color: var(--boutique-text-dim); }

/* Links on dark */
.is-boutique a:not(.btn):not(.nav-link) { color: #93c5fd; }
.is-boutique a:not(.btn):not(.nav-link):hover { color: var(--boutique-accent); }

/* (reverted extra lightening of hero floating note) */

/* Utility text colors tuned for dark */
.is-boutique .text-darkgreen { color: #34d399 !important; }

/* Badges on dark */
.is-boutique .badge-info { background-color: rgba(59, 130, 246, 0.25); color: #bfdbfe; }
.is-boutique .badge-warning { background-color: rgba(245, 158, 11, 0.25); color: #fde68a; }
.is-boutique .badge-success { background-color: rgba(34, 197, 94, 0.25); color: #bbf7d0; }

/* Boutique navbar invert for dark background */
.is-boutique .tech-and-web--site-nav {
    background: rgba(11, 19, 32, 0.85);
    backdrop-filter: saturate(120%) blur(6px);
}
.is-boutique .tech-and-web--site-nav .site-nav-ul>li>a { color: #e9edf5; }
.is-boutique .tech-and-web--site-nav .site-nav-ul>li>a:hover { color: var(--boutique-accent); }
.is-boutique .tech-and-web--site-nav .site-nav-ul>li>a:before { background: rgba(255,255,255,0.85); }
.is-boutique .tech-and-web--site-nav .tech-and-web--site-logo { color: #e9edf5; }
.is-boutique .tech-and-web--site-nav .tech-and-web--site-logo span { color: var(--boutique-accent); }
.is-boutique .tech-and-web--site-nav .burger-toggle-menu span { background: #e9edf5; }

/* Keep nav readable when scrolled */
.is-boutique .tech-and-web--site-nav.scrolled {
    background: rgba(11, 19, 32, 0.95) !important;
    box-shadow: 0 6px 18px -12px rgba(0, 0, 0, 0.6);
}
.is-boutique .tech-and-web--site-nav.scrolled .site-nav-ul>li>a { color: #e9edf5; }
.is-boutique .tech-and-web--site-nav.scrolled .site-nav-ul>li>a:hover { color: var(--boutique-accent); }
.is-boutique .tech-and-web--site-nav.scrolled .burger-toggle-menu span { background: #e9edf5; }

/* Mobile menu dark */
.is-boutique .tech-and-web--site-mobile-menu {
    background: #0b1320;
    color: var(--boutique-text);
}
.is-boutique .tech-and-web--site-mobile-menu .site-nav-wrap a { color: #e9edf5; }
.is-boutique .tech-and-web--site-mobile-menu .site-nav-wrap a:hover { color: var(--boutique-accent); }
