/* -----------------------------------------------------------------------------------
	September Template for Blocs 4 - Blocs Templates
	About: September is a new Blocs 4 template for websites of graphic or web design agencies. It is easy to edit and manage.
	Author: Eldar Gezalov
	Version: 1.1
	Built with Blocs
----------------------------------------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow-x: clip;
}

a,
button {
    transition: background .3s ease-in-out;
    outline: none!important;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.scroll-fx-lock-init {
    position: fixed!important;
    top: 0;
    bottom: 0;
    left: :0;
    right: 0;
    z-index: 99999;
}

.blocs-grid-container {
    display: grid!important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

nav .dropdown-menu .nav-link {
    color: rgba(0,0,0,0.6)!important;
}

.neighborhood-dropdown {
    background-color: #004469;
    border: none;
    border-radius: 0;
    padding: 8px 0;
    min-width: 220px;
}

.neighborhood-dropdown .dropdown-item {
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    color: rgba(255,255,255,0.85)!important;
    padding: 8px 20px;
}

.neighborhood-dropdown .dropdown-item:hover,
.neighborhood-dropdown .dropdown-item:focus {
    background-color: rgba(255,255,255,0.12);
    color: #ffffff!important;
}

/* ---- Contact Form ---- */
.cwd-contact-form {
    max-width: 100%;
}

.cwd-form-group {
    margin-bottom: 24px;
}

.cwd-form-group label {
    display: block;
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    margin-bottom: 8px;
}

.cwd-form-input {
    display: block;
    width: 100%;
    padding: 14px 16px;
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    background-color: #f8f8f8;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.cwd-form-input::placeholder {
    color: #aaaaaa;
    font-weight: 300;
}

.cwd-form-input:focus {
    border-color: #004469;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 68, 105, 0.12);
}

textarea.cwd-form-input {
    resize: vertical;
    min-height: 150px;
}

.cwd-form-submit {
    display: block;
    width: 100%;
    padding: 16px;
    font-family: "Lato";
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #004469;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 8px;
}

.cwd-form-submit:hover {
    background-color: #003050;
}

@media (max-width: 575px) {
    .cwd-form-input {
        font-size: 16px;
        padding: 12px 14px;
    }

    .cwd-form-submit {
        font-size: 16px;
        padding: 14px;
    }
}
/* ---- Contact Form END ---- */

[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
    color: var(--bs-dropdown-link-color)!important;
}

.bloc {
    width: 100%;
    clear: both;
    background: 50% 50% no-repeat;
    padding: 0 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: flex;
}

.bloc .container {
    padding-left: 0;
    padding-right: 0;
}

.bloc-lg {
    padding: 100px 20px;
}

.bloc-md {
    padding: 50px 20px;
}

.bloc-sm {
    padding: 20px;
}

.full-width-bloc {
    padding-left: 0;
    padding-right: 0;
}

.full-width-bloc .row {
    margin-left: 0;
    margin-right: 0;
}

.full-width-bloc .container {
    width: 100%;
    max-width: 100%!important;
}

.full-width-bloc .carousel img {
    width: 100%;
    height: auto;
}

.d-bloc .card,
.l-bloc {
    color: rgba(0,0,0,.5);
}

.d-bloc .card button:hover,
.l-bloc button:hover {
    color: rgba(0,0,0,.7);
}

.l-bloc .icon-round,
.l-bloc .icon-square,
.l-bloc .icon-rounded,
.l-bloc .icon-semi-rounded-a,
.l-bloc .icon-semi-rounded-b {
    border-color: rgba(0,0,0,.7);
}

.d-bloc .card .divider-h span,
.l-bloc .divider-h span {
    border-color: rgba(0,0,0,.1);
}

.d-bloc .card .a-btn,
.l-bloc .a-btn,
.l-bloc .navbar a,
.l-bloc a .icon-sm,
.l-bloc a .icon-md,
.l-bloc a .icon-lg,
.l-bloc a .icon-xl,
.l-bloc h1 a,
.l-bloc h2 a,
.l-bloc h3 a,
.l-bloc h4 a,
.l-bloc h5 a,
.l-bloc h6 a,
.l-bloc p a {
    color: rgba(0,0,0,.6);
}

.d-bloc .card .a-btn:hover,
.l-bloc .a-btn:hover,
.l-bloc .navbar a:hover,
.l-bloc a:hover .icon-sm,
.l-bloc a:hover .icon-md,
.l-bloc a:hover .icon-lg,
.l-bloc a:hover .icon-xl,
.l-bloc h1 a:hover,
.l-bloc h2 a:hover,
.l-bloc h3 a:hover,
.l-bloc h4 a:hover,
.l-bloc h5 a:hover,
.l-bloc h6 a:hover,
.l-bloc p a:hover {
    color: rgba(0,0,0,1);
}

.l-bloc .navbar-toggle .icon-bar {
    color: rgba(0,0,0,.6);
}

.d-bloc .card .btn-wire,
.d-bloc .card .btn-wire:hover,
.l-bloc .btn-wire,
.l-bloc .btn-wire:hover {
    color: rgba(0,0,0,.7);
    border-color: rgba(0,0,0,.3);
}

.voffset-lg {
    margin-top: 80px;
}

.navbar-dark .nav .dropdown-menu .nav-link {
    color: rgb(64, 64, 64);
}

.svg-menu-icon {
    fill: none;
    stroke: rgba(0,0,0,0.5);
    stroke-width: 2px;
    fill-rule: evenodd;
}

.navbar-dark .svg-menu-icon {
    stroke: rgba(255,255,255,0.5);
}

.menu-icon-thin-bars {
    stroke-width: 1px;
}

.menu-icon-thick-bars {
    stroke-width: 5px;
}

.menu-icon-rounded-bars {
    stroke-width: 3px;
    stroke-linecap: round;
}

.menu-icon-filled {
    fill: rgba(0,0,0,0.5);
    stroke-width: 0px;
}

.navbar-dark .menu-icon-filled {
    fill: rgba(255,255,255,0.5);
}

.navbar-toggler-icon {
    background: none!important;
    pointer-events: none;
    width: 33px;
    height: 33px;
}

.navbar-toggle.menu-icon-rounded-bars {
    margin-top: 7px!important;
}

.dropdown-menu .dropdown-menu {
    border: none;
}

@media (min-width:576px){
    .navbar-expand-sm .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-sm .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

@media (min-width:768px){
    .navbar-expand-md .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        border: 1px solid rgba(0,0,0,.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-md .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

@media (min-width:992px){
    .navbar-expand-lg .dropdown-menu .dropdown-menu {
        border: 1px solid rgba(0,0,0,.15);
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .navbar-expand-lg .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }
}

.mg-clear {
    margin: 0;
}

.mg-md {
    margin-top: 10px;
    margin-bottom: 20px;
}

.mg-lg {
    margin-top: 10px;
    margin-bottom: 40px;
}

img.mg-sm,
img.mg-md,
img.mg-lg {
    margin-top: 0;
}

img.mg-sm {
    margin-bottom: 10px;
}

img.mg-md {
    margin-bottom: 30px;
}

img.mg-lg {
    margin-bottom: 50px;
}

.btn-d,
.btn-d:hover,
.btn-d:focus {
    color: #FFF;
    background: rgba(0,0,0,.3);
}

button {
    outline: none!important;
}

.a-block {
    width: 100%;
    text-align: left;
    display: inline-block;
}

.text-center .a-block {
    text-align: center;
}

.text-w-lg {
    max-width: 400px;
}

.card-sq,
.card-sq .card-header,
.card-sq .card-footer {
    border-radius: 0;
}

.card-rd {
    border-radius: 30px;
}

.card-rd .card-header {
    border-radius: 29px 29px 0 0;
}

.card-rd .card-footer {
    border-radius: 0 0 29px 29px;
}

.form-control {
    border-color: rgba(0,0,0,.1);
    box-shadow: none;
}

.carousel-nav-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-linecap: round;
}

.hide-indicators {
    display: none;
}

.scrollToTop {
    width: 36px;
    height: 36px;
    padding: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.showScrollTop {
    opacity: 1;
    pointer-events: all;
}

.scroll-to-top-btn-icon {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    fill-rule: evenodd;
    stroke-linecap: round;
}

.object-hidden {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
    font-family: "Lato";
    color: #000000!important;
}

.container {
    max-width: 1440px;
}

h1 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 32px;
    color: #000000!important;
}

h2 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}

h3 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-family: "Lato";
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
}

p {
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
}

a {
    font-family: "Lato";
    font-weight: 400;
}

.navbar-brand {
    font-family: "Lato";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 28px;
    color: #FEFFFF!important;
    letter-spacing: 1px;
}

.navbar-brand:hover {
    color: #D5D5D5!important;
}

.september-item-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FEFFFF!important;
}

.september-item-link:hover {
    color: #D5D5D5!important;
}

.september-link {
    color: #FEFFFF!important;
}

.september-link:hover {
    color: #D5D5D5!important;
}

.september-column-bottom-margin {
    margin-bottom: 50px;
    padding-right: 70px;
}

.september-column-title {
    font-weight: bold;
}

.september-black-button {
    font-family: "Lato";
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #000000, #212121);
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 20px 14px 20px;
    border-width: 0px 0px 0px 0px;
}

.september-black-button:hover {
    background: linear-gradient(270deg, #000000, #424242);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.30);
}

.september-white-button {
    font-family: "Lato";
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #FEFFFF, #EAEAEA);
    color: #000000!important;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 14px 20px 14px 20px;
    border-width: 0px 0px 0px 0px;
}

.september-white-button:hover {
    background: linear-gradient(270deg, #FEFFFF, #EAEAEA);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.30);
}

label {
    font-family: "Lato";
    font-weight: 400;
}

.form-control {
    font-family: "Lato";
    font-weight: 300;
    background-color: transparent;
    border-style: solid;
    border-color: rgba(255,255,255,0.28)!important;
    color: #FEFFFF!important;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0px 0px 0px 0px;
    border-width: 1px 1px 1px 1px;
}

.september-form-bottom-margin {
    margin-bottom: 28px;
    margin-top: 28px;
    font-family: "Lato";
    font-weight: 400;
}

.september-hero-title-width {
    max-width: 75%;
}

.september-column-max-width {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.form-control:hover {
    background-color: transparent;
    border-color: #FEFFFF!important;
}

.form-control:active {
    background-color: transparent;
    border-color: #FEFFFF!important;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.00);
}

.alert {
    background-color: #000000;
    text-align: center;
    font-family: "Lato";
    font-weight: 400;
    color: #FEFFFF!important;
    padding: 14px 14px 14px 14px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
}

.september-banner-image {
    height: 80vh;
}

.september-row-max-widht {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.september-website-item {
    font-weight: bold;
}

.september-website-card {
    border-style: solid;
    border-color: rgba(0,0,0,0.28)!important;
    padding: 70px 70px 70px 70px;
    border-radius: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
}

.september-web-thumb {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.20);
    border-style: solid;
    border-color: #FFFFFF!important;
    opacity: 1;
    border-width: 0px 0px 0px 0px;
}

.september-web-thumb:hover {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.40);
    border-style: solid;
    border-color: rgba(0,0,0,0.00)!important;
    opacity: 0.9;
    border-width: 0px 0px 0px 0px;
}

.september-website-card:hover {
    border-color: #FEFFFF!important;
    padding: 70px 70px 70px 70px;
    border-width: 0px 0px 0px 0px;
}

.september-item-column {
    margin-bottom: 28px;
}

.september-client-logo {
    opacity: 0.9;
    max-width: 128px;
}

.september-client-logo:hover {
    opacity: 1;
}

.september-client-logos {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}

.september-navigation {
    text-align: center;
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #EAEAEA!important;
    margin-right: 10px;
    margin-left: 10px;
    line-height: 36px;
    height: 75px;
}

.september-navigation:hover {
    color: #FEFFFF!important;
}

.september-active {
    border-style: solid;
    border-color: #FEFFFF!important;
    padding-bottom: 2px;
    border-width: 0px 0px 2px 0px;
}

.september-header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 130px;
}

.scrollToTop {
    background-color: #000000;
    color: #FEFFFF!important;
    border-radius: 100px 100px 100px 100px;
}

.scrollToTop:hover {
    background-color: #424242;
    color: #FEFFFF!important;
}

.sticky-nav.sticky {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.00);
}

.navbar-nav li a {
    font-size: 25px;
}

@media (max-width: 767px) {
    .navbar-collapse .navbar-nav {
        text-align: right;
    }
}

.navbar-brand img {
    height: 100px;
}

.p-style {
    font-size: 20px;
    line-height: 35px;
}

.p-bloc-2-style {
    width: 56.59%;
}

.p-3-style {
    font-size: 20px;
    width: 100%;
}

.row-style {
    width: 100%;
}

.h2-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.h1-style {
    font-size: 36px;
    font-family: "Lato";
    font-weight: 700;
}

.img-style {
    width: 210px;
}

.list-style {
    width: 59.29%;
}

.row-bloc-2-style {
    width: 100%;
}

.h3-style {
    width: 100%;
    line-height: 35px;
    font-family: "Lato";
    font-weight: 700;
}

.img-appotime-style {
    width: 450px;
    border-radius: 0px 0px 0px 0px;
}

.link-padding-top {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.h2-2-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.img-bbb-style {
    width: 200px;
    max-width: 100%;
}

.img-11-style {
    width: 200px;
    max-width: 100%;
    border-radius: 72px 72px 72px 72px;
}

.h2-4-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.h1-our-services-style {
    font-size: 36px;
    font-family: "Lato";
    font-weight: 700;
}

.h2-6-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.img-adobestock-15-style {
    width: 700px;
}

.h2-bloc-14-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.img-bannerconta-style {
    width: 952px;
    height: 336px;
}

.img-13-style {
    width: 1000px;
}

.h4-style {
    font-size: 30px;
    font-family: "Lato";
    font-weight: 700;
}

.p-bloc-13-style {
    font-size: 18px;
    width: 100%;
}

.h2-bloc-13-style {
    font-size: 28px;
    font-family: "Lato";
    font-weight: 700;
}

.h3-bloc-4-style {
    line-height: 35px;
    font-family: "Lato";
    font-weight: 700;
}

.p-26-style {
    width: 100%;
}

.bloc-style {
    height: 28px;
}

.p-23-style {
    width: 100%;
}

.row-bloc-13-style {
    width: 100%;
}

.p-24-style {
    width: 100%;
}

.h3-bloc-13-style {
    width: 100%;
    font-size: 20px;
    font-family: "Lato";
    font-weight: 700;
}

.p-25-style {
    width: 100%;
}

.h3-servicing -style {
    font-size: 20px;
    font-family: "Lato";
    font-weight: 700;
}

:root {
    --swatch-var-5742: rgba(255,255,255,1.0);
    --swatch-var-3258: #D5D5D5;
    --swatch-var-3060: #111111;
    --swatch-var-4220: #282828;
    --swatch-var-6445: #004C51;
    --swatch-var-3766: #004469;
    --swatch-var-7552: #86A0B6;
    --swatch-var-1539: #4C1A6D;
    --swatch-var-1960: #8E8E8E;
    --swatch-var-2974: #632308;
    --swatch-var-2880: #C27D2E;
    --swatch-var-2118: #86A0B6;
    --swatch-var-3350: #C7E7EA;
    --swatch-var-6455: #000000;
}

.bgc-3766 {
    background-color: var(--swatch-var-3766);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 16px rgba(0,0,0,0.18);
}

.bgc-5742 {
    background-color: var(--swatch-var-5742);
}

.bgc-3258 {
    background-color: var(--swatch-var-3258);
}

.tc-3060 {
    color: var(--swatch-var-3060)!important;
}

.tc-3258 {
    color: var(--swatch-var-3258)!important;
}

.tc-5742 {
    color: var(--swatch-var-5742)!important;
}

.ltc-5742 {
    color: var(--swatch-var-5742)!important;
}

.ltc-5742:hover {
    color: #CCCCCC!important;
}

@media (min-width: 576px) {
    .bloc-xxl-sm {
        padding: 200px 20px;
    }

    .bloc-xl-sm {
        padding: 150px 20px;
    }

    .bloc-lg-sm {
        padding: 100px 20px;
    }

    .bloc-md-sm {
        padding: 50px 20px;
    }

    .bloc-sm-sm {
        padding: 20px;
    }

    .bloc-no-padding-sm {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .bloc-xxl-md {
        padding: 200px 20px;
    }

    .bloc-xl-md {
        padding: 150px 20px;
    }

    .bloc-lg-md {
        padding: 100px 20px;
    }

    .bloc-md-md {
        padding: 50px 20px;
    }

    .bloc-sm-md {
        padding: 20px 20px;
    }

    .bloc-no-padding-md {
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .bloc-xxl-lg {
        padding: 200px 20px;
    }

    .bloc-xl-lg {
        padding: 150px 20px;
    }

    .bloc-lg-lg {
        padding: 100px 20px;
    }

    .bloc-md-lg {
        padding: 50px 20px;
    }

    .bloc-sm-lg {
        padding: 20px;
    }

    .bloc-no-padding-lg {
        padding: 0 20px;
    }
}

@media (max-width: 1024px){
    .bloc.full-width-bloc,
    .bloc-tile-2.full-width-bloc .container,
    .bloc-tile-3.full-width-bloc .container,
    .bloc-tile-4.full-width-bloc .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px){
    .container {
        width: 100%;
    }

    .bloc {
        padding-left: constant(safe-area-inset-left);
        padding-right: constant(safe-area-inset-right);
    }

    .bloc-group,
    .bloc-group .bloc {
        display: block;
        width: 100%;
    }
}

@media (max-width: 767px){
    .bloc-tile-2 .container,
    .bloc-tile-3 .container,
    .bloc-tile-4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .btn-dwn {
        display: none;
    }

    .voffset {
        margin-top: 5px;
    }

    .voffset-md {
        margin-top: 20px;
    }

    .voffset-lg {
        margin-top: 30px;
    }

    form {
        padding: 5px;
    }

    .close-lightbox {
        display: inline-block;
    }

    .blocsapp-device-iphone5 {
        background-size: 216px 425px;
        padding-top: 60px;
        width: 216px;
        height: 425px;
    }

    .blocsapp-device-iphone5 img {
        width: 180px;
        height: 320px;
    }
}

@media (max-width: 991px){
    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h3 {
        font-size: 28px;
        line-height: 38px;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .h1-style {
        font-size: 36px;
    }

    .h1-our-services-style {
        font-size: 36px;
    }

    .h2-style,
    .h2-2-style,
    .h2-4-style,
    .h2-6-style,
    .h2-bloc-13-style,
    .h2-bloc-14-style {
        font-size: 28px;
    }

    .h4-style {
        font-size: 26px;
    }

    .h3-bloc-13-style,
    .h3-bloc-4-style {
        font-size: 20px;
    }

    .september-hero-title-width {
        max-width: 700px;
    }

    .september-column-bottom-margin {
        margin-bottom: 28px;
        padding-right: 30px;
    }

    .september-website-card {
        padding: 30px 30px 30px 30px;
    }

    .september-navigation {
        margin-right: 7px;
        margin-left: 7px;
    }

    .september-website-card:hover {
        padding: 30px 30px 30px 30px;
    }
}

@media (max-width: 767px){
    h4 {
        font-size: 21px;
        line-height: 29px;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    h1 {
        font-size: 28px;
    }

    .h1-style {
        font-size: 36px;
    }

    .h1-our-services-style {
        font-size: 36px;
    }

    .h2-style,
    .h2-2-style,
    .h2-4-style,
    .h2-6-style,
    .h2-bloc-13-style,
    .h2-bloc-14-style {
        font-size: 28px;
        line-height: 34px;
    }

    .h4-style {
        font-size: 22px;
    }

    .h3-bloc-13-style,
    .h3-bloc-4-style {
        font-size: 20px;
    }

    .p-style,
    .p-3-style {
        font-size: 17px;
        line-height: 28px;
    }

    .september-column-bottom-margin {
        margin-bottom: 28px;
        padding-right: 20px;
    }

    .september-client-logo {
        max-width: 100px;
    }

    .september-navigation {
    }

    .september-active {
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
    }

    .september-header {
        padding-top: 0px;
        padding-bottom: 0px;
        font-family: "Lato";
    }

    .september-website-card {
    }

    .september-website-card:hover {
        padding: 30px 30px 30px 30px;
    }
}

@media (max-width: 575px){
    /* Force all fixed-width images to be responsive */
    .img-bannerconta-style,
    .img-13-style,
    .img-adobestock-15-style {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    h4 {
        font-size: 20px;
        line-height: 28px;
    }

    h3 {
        font-size: 23px;
        line-height: 33px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 26px;
        line-height: 36px;
    }

    .h1-style {
        font-size: 36px;
    }

    .h1-our-services-style {
        font-size: 36px;
    }

    .h2-style,
    .h2-2-style,
    .h2-4-style,
    .h2-6-style,
    .h2-bloc-13-style,
    .h2-bloc-14-style {
        font-size: 28px;
        line-height: 30px;
    }

    .h4-style {
        font-size: 20px;
    }

    .h3-bloc-13-style,
    .h3-bloc-4-style {
        font-size: 20px;
        line-height: 28px;
    }

    .p-style,
    .p-3-style {
        font-size: 16px;
        line-height: 26px;
    }

    .navbar-nav li a {
        font-size: 18px;
    }

    .bloc-lg {
        padding: 40px 15px;
    }

    .navbar-brand img {
        height: 60px;
        width: auto;
    }

    .img-style {
        max-width: 100%;
        width: auto;
    }

    .img-bbb-style,
    .img-11-style {
        width: 200px;
        max-width: 100%;
    }

    .img-appotime-style {
        max-width: 100%;
        width: auto;
    }

    .september-column-bottom-margin {
        margin-bottom: 14px;
        padding-right: 10px;
    }

    .september-website-card {
        padding: 20px 20px 20px 20px;
    }

    .september-website-card:hover {
        padding: 20px 20px 20px 20px;
    }

    .september-footer-message {
        margin-top: 28px;
    }

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

/* ============================================================
   MODERN DESIGN ENHANCEMENTS
   ============================================================ */

/* --- Stats Strip --- */
.stats-strip-bloc {
    padding: 0 20px;
    background: linear-gradient(135deg, #003655 0%, #004469 60%, #005580 100%);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.stat-item {
    padding: 32px 16px;
    position: relative;
}
.stat-item + .stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18%;
    height: 64%;
    width: 1px;
    background: rgba(255,255,255,0.14);
}
.stat-number {
    font-family: "Lato";
    font-weight: 900;
    font-size: 42px;
    color: #ffffff !important;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0;
}
.stat-label {
    font-family: "Lato";
    font-weight: 300;
    font-size: 12px;
    color: rgba(255,255,255,0.65) !important;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin: 6px 0 0;
}

/* --- Modern Icon Checklist --- */
.checklist-modern {
    list-style: none;
    padding-left: 0;
}
.checklist-modern li p {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}
.checklist-modern li p::before {
    content: '';
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-color: #004469;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: center;
}

/* --- Servicing Sidebar Card --- */
.servicing-card {
    background: #f4f8fb;
    border-left: 4px solid #004469;
    border-radius: 0 10px 10px 0;
    padding: 24px 24px 24px 20px;
    box-shadow: 0 4px 20px rgba(0, 68, 105, 0.09), 0 1px 4px rgba(0,0,0,0.04);
    height: 100%;
}

/* --- Manufacturer Logos --- */
.manufacturer-logo-wrap img {
    opacity: 1;
}

/* --- Primary CTA Button --- */
.btn-cwd-primary {
    display: inline-block;
    background: #004469;
    color: #ffffff !important;
    font-family: "Lato";
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    box-shadow:
        0 4px 16px rgba(0, 68, 105, 0.28),
        0 1px 4px rgba(0,0,0,0.08);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none !important;
    cursor: pointer;
}
.btn-cwd-primary:hover {
    background: #003050;
    transform: translateY(-2px);
    box-shadow:
        0 8px 28px rgba(0, 68, 105, 0.32),
        0 2px 6px rgba(0,0,0,0.1);
    color: #ffffff !important;
}
.btn-cwd-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 68, 105, 0.2);
}
.btn-cwd-primary:focus-visible {
    outline: 3px solid rgba(0, 68, 105, 0.4);
    outline-offset: 3px;
}

/* --- Trust Badges Card --- */
.trust-badges-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 28px 20px;
    background: #f4f8fb;
    border-radius: 12px;
    box-shadow:
        0 4px 20px rgba(0, 68, 105, 0.07),
        0 1px 4px rgba(0,0,0,0.04);
}

/* --- Accent Heading Underline --- */
.accent-heading {
    position: relative;
    padding-bottom: 18px;
}
.accent-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 44px;
    height: 3px;
    background: #004469;
    border-radius: 2px;
}

/* --- Dark Footer --- */
#footer-bloc {
    background: #0b1f31 !important;
}
#footer-bloc h4 {
    color: rgba(255,255,255,0.95) !important;
}
#footer-bloc p,
#footer-bloc a {
    color: rgba(255,255,255,0.6) !important;
}
#footer-bloc a:hover,
#footer-bloc .footer-link:hover {
    color: #ffffff !important;
}

/* --- Alternating Section Tint --- */
#bloc-history-section {
    background: linear-gradient(160deg, #f8fafc 0%, #edf2f7 100%);
}

@media (max-width: 575px) {
    .stat-number { font-size: 28px; }
    .stat-label  { font-size: 11px; letter-spacing: 1.5px; }
    .stat-item::before { display: none; }
    .btn-cwd-primary { padding: 12px 22px; font-size: 14px; }
    .servicing-card { padding: 18px 16px 18px 14px; }
}