:root {
    --accent-color: #0e1c3d;
    --taupe: rgba(186, 141, 111, 0.9);
    --bronze: rgba(186, 141, 111, 1);
    --cerulean: #193066;
    --trans: 0.5s all ease;
    --title-font: "Times Sans Serif";
    --body-font: "Aileron";
}

@font-face {
    font-display: swap;
    font-family: "Times Sans Serif";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/times.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: "Aileron";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Aileron-Regular.otf") format("truetype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font);
}

a,
button {
    transition: var(--trans);
    text-decoration: none;
}

body {
    font-family: var(--body-font);
    font-size: 18px;
    color: rgb(14, 28, 61);
    line-height: 1.5;
    overflow-x: visible;
}

.flush {
    padding: 0 !important;
}

.bigger-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

#header {
    transition: var(--trans);
}

#header.scrolled {
    /** background: var(--accent-color);**/
    position: fixed;
    padding: 10px 45px;
    background: url(/wp-content/uploads/2025/10/bg-grainy.jpg) repeat;
}

#header.scrolled .logo img {
    display: inline-block;
}

#header .navbar-nav li {
    margin: 0 17px;
}

#header .navbar-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: var(--trans);
    position: relative;
    z-index: 5;
}

#header .navbar-nav li a:hover,
#header .navbar-nav li.current-menu-item a {
    opacity: 0.7;
}

#header ul.dropdown-menu {
    display: none;
    flex-direction: column;
    min-width: 200px;
    background: #141414;
    color: #fff;
    border-radius: 0;
    padding: 0;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease;
    opacity: 0;
}

#header .menu-item-has-children:hover ul.dropdown-menu {
    display: flex;
    opacity: 1;
}

#header .navbar ul.dropdown-menu li {
    margin: 0;
}

#header .navbar ul.dropdown-menu li a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 10px;
    transition: all 0.3s ease;
}

#header .navbar ul.dropdown-menu li a:hover {
    color: var(--bronze);
}

#header .navbar-brand img {
    width: 180px;
    filter: brightness(0) invert(1);
    transition: var(--trans);
    opacity: 0;
}

.home--banner {
    position: relative;
    height: 100vh;
    height: auto;
    background: var(--accent-color);
}

.home--banner .video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 23px;
    height: 78vh;
    border-radius: 10px;
}

.home--banner .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .home--banner {
        height: 70vh;
    }
}

.home--banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.home--banner .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home--banner .inner {
    position: absolute;
    top: 50%;
    z-index: 2;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.before::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
}

.home--banner .inner h1 {
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.1;
}

@media (max-width: 768px) {
    .home--banner .inner h1 {
        font-size: 36px;
    }
}

#burger-content {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3000;
    width: 100%;
    height: 100vh;
    background-color: #0e0e0e;
    padding: 50px 60px;
    transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(100%);
    overflow-y: auto;
}

#burger-menu {
    display: none;
}

.otgs-development-site-front-end,
.grecaptcha-badgeQ {
    display: none !important;
}

.title h2 {
    font-family: var(--title-font);
    display: inline-block;
    color: var(--accent-color);
    font-size: 65px;
    text-transform: uppercase;
    min-width: 300px;
    text-align: left;
}

.title span em {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-right: 10px;
    font-weight: 300;
    font-style: normal;
    font-family: var(--title-font);
    color: var(--taupe);
}

.title span {
    display: block;
    font-family: var(--title-font);
    font-size: 25px;
    text-align: left;
    position: relative;
    padding-top: 3px;
    letter-spacing: 0.05em;
    color: #999999;
}

/* .title.expanded span {
    margin: 0 -15px;
} */

.title span::after {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--taupe);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 0.5px;
    content: "";
}

.padd-xl {
    padding: 80px 0;
}

.default {
    outline: none;
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    text-transform: uppercase;
    font-family: var(--title-font);
    transition: var(--trans);
    font-size: 18px;
    color: #fff;
    min-width: 200px;
    background: var(--taupe);
    border: none;
}

.default:hover {
    background: var(--accent-color);
    color: #fff;
}

img {
    max-width: 100%;
}

.home--about .content p {
    font-size: 18px;
    line-height: 1.8;
}

.single-coms .title h3 {
    color: #767676;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0 24px;
    display: inline-block;
    position: relative;
}

.single-coms .title h3::after {
    display: block;
    content: "";
    background: #767676;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 28px;
    margin-left: -14px;
}

.single-coms .img span {
    display: block;
    width: 100%;
    height: 45px;
    border: 2px solid #fff;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 6;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    letter-spacing: 0.14em;
    max-width: 153px;
    color: #fff;
    line-height: 43px;
    transition: var(--trans);
    opacity: 0;
}

.single-coms .img {
    overflow: hidden;
}

.single-coms .img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: var(--trans);
}

.single-coms a:hover .img img {
    transform: scale(1.1);
}

#header.scrolled .navbar-brand img {
    width: 180px;
    opacity: 1;
}

#header .navbar-brand {
    padding-left: 17px;
}

.single-grid .img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

ul.nolist {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-grid ul li {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px;
}

.single-grid ul li:first-child {
    border-left: none;
}

.single-grid a {
    color: var(--accent-color);
    display: block;
}

.single-grid .price {
    font-size: 20px;
    flex-grow: 1;
    text-align: right;
}

.single-grid .address {
    font-size: 25px;
    margin: 0;
    flex-grow: 1;
}

.single-grid .municipality {
    font-family: var(--title-font);
    font-size: 20px;
    color: rgb(186, 141, 111);
    margin: 0;
}

.single-grid .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
}

.single-grid .img::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #020024;
    background: linear-gradient(
        180deg,
        var(--cerulean) 0%,
        transparent 0%,
        var(--taupe) 100%
    );
    z-index: 3;
    transition: var(--trans);
    opacity: 0;
}

.single-grid a:hover .img::before {
    opacity: 1;
}

.title {
    margin-bottom: 40px;
}

.home--cta a {
    border: 1px solid #000;
    width: 100%;
    padding: 0 40px;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 130px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    transition: var(--trans);
    position: relative;
}

.home--cta a:hover,
.home--cta a.active {
    background: #000;
    color: #fff;
}

.home--cta a:hover span,
.home--cta a.active span {
    color: #fff;
}

.home--cta a::before {
    display: block;
    width: 2px;
    height: 97px;
    position: absolute;
    right: 10%;
    background: #d1d3d4;
    content: "";
    top: 50%;
}

.home--cta a span {
    font-family: var(--title-font);
    display: block;
    letter-spacing: 0.05em;
    color: #000;
    font-size: 23px;
    padding-top: 6px;
    transition: var(--trans);
}

.nice--form .form-control {
    width: 100%;
    background: none;
    height: 50px;
    color: #fff;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 0;
    margin-bottom: 25px;
}

.nice--form .form-control::placeholder {
    color: #fff;
}

.home--contact::before {
    background: #000;
    opacity: 0.5;
}

.padd-xxl {
    padding: 200px 0;
}

.default.white {
    color: #fff;
    border-color: #fff;
}

.default.white:hover {
    background: #fff;
    color: #000;
}

.nice--form textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 12px;
}

span.red {
    color: red;
}

.home--contact .title h2 {
    font-size: 50px;
}

.before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home--contact {
    padding: 130px 0;
}

.facebook .inner .img {
    overflow: hidden;
}

.facebook .inner .img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    transition: var(--trans);
}

.facebook .content {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    padding: 30px 0 0;
    font-weight: 500;
    color: #767676;
}

.facebook .inner {
    border: 1px solid #767676;
    padding: 30px;
    height: 100%;
}

.facebook .inner:hover .img img {
    transform: scale(1.1);
}

.faq-section::after {
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #fff;
    opacity: 0.8;
}

.faq-section .blog-bg {
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: grayscale(1);
    z-index: -1;
}

.single--blog {
    margin-bottom: 20px;
}

.single--blog a {
    color: #000;
    display: flex;
    align-items: center;
}

.single--blog h3 {
    font-size: 23px;
    color: #000;
}

.single--blog .content {
    padding-left: 50px;
}

.single--blog .content p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.02em;
    padding: 25px 0;
    color: #767676;
    margin: 0;
}

.single--blog .img {
    overflow: hidden;
    min-width: 400px;
    width: 400px;
}

.single--blog .img img {
    width: 100%;
    transition: var(--trans);
}

.single--blog .content span {
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.single--blog:last-child {
    margin-bottom: 0;
}

.blog--wrapper {
    padding-left: 30px;
}

.single--blog a:hover .img img {
    transform: scale(1.1);
}
footer {
    background: url(/wp-content/uploads/2025/10/bg-grainy.jpg) repeat !important;
}

footer .logo img {
    width: 180px;
}

footer .agency img {
    width: 200px;
}

footer .contact a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

footer .contact a:hover {
    color: var(--bronze);
}

footer .contact a i {
    margin-right: 10px;
}

footer .copyrights img {
    filter: invert(1);
}

footer .socials a {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    text-align: center;
    font-size: 21px;
    margin: 0 6px;
    background: var(--taupe);
    color: #fff;
    display: inline-block;
    line-height: 47px;
    transition: var(--trans);
}

footer .socials a:hover {
    background: var(--cerulean);
}

footer .links a {
    display: block;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

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

footer .copyrights p {
    margin: 0;
    font-size: 16px;
}

footer .subtitle {
    margin-bottom: 20px;
}

.default.fill-white {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.default.fill-white:hover {
    background: transparent;
    color: #fff;
}

.home--banner .btn-wrapper a {
    margin-right: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    z-index: 1000;
    overflow: hidden;
    min-width: 100px;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.4s all ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--accent-color);
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next {
    right: 20px;
}

.img-border:before,
.img-border-left:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -30px;
    right: -30px;
    height: 100%;
    border: 5px solid var(--taupe);
    opacity: 0.7;
    transition: 0.4s ease-out;
}

.social-right {
    position: fixed;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    z-index: 99;
    text-align: center;
}

.social-right a {
    display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.6s ease;
    background: #fff;
    color: #2a2b2c;
    border-radius: 50%;
}

.social-right .fc-divider {
    width: 1px;
    height: 31px;
    background: #fff;
    margin: 5px 0px;
    display: inline-block;
}

.social-right a:hover {
    background: var(--accent-color);
    color: #fff;
}

.home--banner .agency-logo {
    margin-bottom: 70px;
    z-index: 2;
}

.home--banner .agency-logo img {
    height: 120px;
    filter: brightness(0) invert(1);
    margin: 0 20px;
}

.padd-lg {
    padding: 60px 0;
}

.ip-banner::before {
    background: #000;
    opacity: 0.2;
}

.ip-banner {
    min-height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ip-banner h1 {
    color: #fff;
    position: relative;
    font-size: 60px;
    text-transform: uppercase;
}

.coords a {
    font-size: 20px;
    font-weight: 300;
    color: #767676;
    line-height: 1.8;
    margin-right: 20px;
}

.coords a i {
    margin-right: 10px;
}

.custom-container {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: block;
}

.contact-page input,
.contact-page select,
.contact-page textarea {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    display: block;
    width: 100%;
    height: 51px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.2);
    margin-bottom: 15px;
}

.contact-page textarea {
    padding-top: 10px;
    height: 85px;
    resize: none;
}

.contact-page .inner {
    max-width: 600px;
    margin: 0 auto;
}

.buysell p {
    font-size: 18px;
    color: #767676;
    line-height: 1.8;
}

.buysell li {
    font-size: 18px;
    color: #767676;
    margin-bottom: 5px;
    line-height: 1.8;
}

.forms input,
.forms select,
.forms textarea {
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(28, 28, 28, 0.2);
    margin-bottom: 15px;
}

.forms textarea {
    padding-top: 10px;
    height: 115px;
    resize: none;
}

/*** NEW HEADER CSS **/
/*** Mega menu ***/
.menu-btn {
    display: inline-block;
    text-align: center;
    border-radius: 0px;
    padding: 14px 25px;
    border: 1px solid #fff;
    line-height: 1.45;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.menu-btn .fa {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
}

.menu-btn:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.menu-btn:hover .fa {
    color: #000;
}

.side-menu {
    position: fixed;
    top: -130%;
    left: 0%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: 100;
    pointer-events: none;
}

.side-menu .bgblack {
    height: 100vh;
    background: #000;
    padding: 25px 90px;
}

.side-menu .img {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.side-menu.intro .img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.8s;
    transition: opacity 0.6s, transform 0.8s;
}

.side-menu .img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.side-menu.intro {
    top: 0;
    margin-top: 0%;
    pointer-events: auto;
}

.side-menu ul.main-menu ul {
    padding: 0;
}

.side-menu ul.main-menu li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.side-menu ul.main-menu {
    padding-left: 0px;
    margin-top: 50px;
    height: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    border: none;
    border-radius: 0;
    background: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    color: #fff;
    width: 100%;
    padding: 0;
    line-height: 1.15;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-size: 24px;
}

@media (max-width: 991px) {
    .side-menu ul.main-menu li a {
        font-size: 18px;
    }
}

.side-menu ul.main-menu li a:hover {
    color: #fff;
    padding-left: 15px;
}

a.CloseBtn {
    float: right;
    background: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #fff;
}

a.CloseBtn:hover {
    background: #fff;
    color: #fff;
}

a.CloseBtn:hover img {
    filter: invert(0) brightness(0);
}

a.CloseBtn img {
    width: 18px;
}

.side-menu ul li .dropdown-menu a {
    padding: 15px 0px;
    font-size: 16px;
}

.side-menu .menu-item-has-children {
    cursor: pointer;
}

.side-menu .menu-item-has-children > a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}

.side-menu .menu-item-has-children > a:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.side-menu .menu-item-has-children > a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}

.side-menu .menu-item-has-children.current > a:before {
    content: "\f068";
}

.side-menu li.menu-item-has-children ul.dropdown-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #fff;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
    border: 0px;
    border-radius: 0px;
}

.side-menu li.menu-item-has-children ul.dropdown-menu li {
    margin-bottom: 0;
}

.side-menu li.menu-item-has-children ul.dropdown-menu li a {
    color: #000;
    padding-left: 20px;
    font-weight: 500;
}

.side-menu li.menu-item-has-children ul.dropdown-menu li a:hover {
    background: #000 !important;
    color: #fff !important;
}

.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul li ul.sub-menu li:hover a,
.side-menu ul li ul.sub-menu li.current_page_item > a {
    background: #fff !important;
    color: #000 !important;
}

.side-menu ul li.current ul.dropdown-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul li {
    margin: 0;
    padding: 0;
}

.small-side-menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 991px) {
    .small-side-menu {
        margin-bottom: 20px;
    }
}

.small-side-menu a {
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.small-side-menu a:hover {
    color: #bf0707;
}

.side-menu-contact-ctn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* @media (max-width: 991px) {
.side-menu-contact-ctn {
flex-direction: row;
justify-content: start;
}
} */

.side-menu-contact h5 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 991px) {
    .side-menu-contact h5 {
        font-size: 16px;
        margin: 0;
    }
}

.side-menu-contact a {
    font-size: 18px;
    color: var(--taupe);
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .side-menu-contact a {
        font-size: 14px;
    }
}

.side-menu-contact a:hover {
    text-decoration: underline;
}

/*** HEADER ***/
.header {
    padding: 30px 20px 0px 20px;
    padding: 30px 45px;
    padding: 10px 0px;
    z-index: 99;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    transition: all 0.3s;
}

.header .logo img {
    filter: brightness(0) invert(1);
    transition: var(--trans);
    max-width: 280px;
}

.header ul {
    display: flex;
    font-size: 13px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header ul li {
    margin-right: 10px;
}

.header ul li a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 12px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    display: inline-block;
    font-family: var(--body-font);
    font-size: 15px;
}

.header ul li a:hover {
    color: #ba8d6fe6;
}

#header.scrolled ul li a:hover {
    color: var(--taupe);
}

.header ul li.call-cta a {
    padding: 14px 25px;
    border-radius: 0px;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.header ul li.call-cta a:hover {
    background: none;
    color: #fff;
}

/*** BANNER ***/
.home--banner .inner {
    text-align: center;
}

/*** NEW HEADER RESPONSIVE ***/
@media only screen and (max-width: 991px) {
    .menu-btn {
        font-size: 12px;
        padding: 9px 10px;
        float: right;
    }

    .menu-btn .fa {
        margin: 0;
    }

    .menu-btn span {
        display: none;
    }

    .header .text-center {
        text-align: left !important;
    }
}

@media only screen and (max-width: 767px) {
    .side-menu .bgblack {
        height: 100vh;
        background: #000;
        padding: 25px 0px;
    }

    .side-menu.intro .img {
        display: none;
    }

    a.CloseBtn {
        width: 60px;
        height: 60px;
        margin-right: 25px;
    }

    .side-menu ul li .dropdown-menu a {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .side-menu .bgblack {
        padding: 25px 0px;
    }

    a.CloseBtn {
        width: 60px;
        height: 60px;
        margin-right: 25px;
    }

    .side-menu ul li .dropdown-menu a {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header {
        padding: 30px 10px;
    }

    .header ul li a {
        font-size: 11px;
        padding: 6px 2px;
    }

    .header ul li.call-cta a {
        padding: 10px 7px;
    }

    .side-menu .bgblack {
        padding: 25px 40px;
    }
}

/* BANNER CTA */
.banner--cta .img {
    position: relative;
    height: 60px;
    overflow: hidden;
}

.banner--cta .img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.banner--cta .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}

.banner--cta a:hover .img img {
    transform: scale(1.1);
}

.banner-cta-title {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}

.banner-cta-title h2 {
    color: #fff;
    font-size: 20px;
}

/* faq page */
.faq-section {
    padding: 80px 0;
    min-height: 700px;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 50px 0;
    }
}

.faq-section .accordion-button {
    font-size: 20px;
    color: #000;
    background: transparent;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-body p {
    font-size: 18px;
    color: #767676;
    line-height: 1.8;
}

.home--contact .nice--form {
    padding: 50px;
    border-radius: 5px;
    background: url(/wp-content/uploads/2025/10/bg-grainy.jpg) repeat;
}

.header ul.contact-info {
    font-family: var(--title-font);
}

.single-grid .img::before {
    background: linear-gradient(
        180deg,
        var(--cerulean) 0%,
        transparent 0%,
        rgb(14 28 61) 100%
    );
}

.home--about .content p {
    text-align: justify;
}

.banner--cta .img {
    border-radius: 5px;
}

.home--banner::after {
    background-color: rgba(14, 28, 61, 0.8);
}

.home--banner .agency-logo img {
    height: 65px;
}

.home--banner .inner h1 {
    font-size: 34px;
}

.instagram .instagram-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    background: #000;
    overflow: hidden;
    position: relative;
}
section.instagram .instagram-box img {
    display: inline-block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.3s;
}

section.home--banner {
    background: #0e1c3d;
}

.default,
.img-border:before,
.img-border-left:before,
.home--listings .single-grid img,
.new-dev-ctn,
.instagram .instagram-box,
.default.white,
.nice--form .form-control {
    border-radius: 5px !important;
}

.header ul li a {
    text-transform: uppercase;
}

footer .logo {
    max-width: 60px !important;
}

footer .agency--logo {
    max-width: 105px !important;
}

.hamburger-btn {
    min-width: 40px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.hamburger-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    height: 2px;
    margin: 2.5px 0px;
    border-radius: 5px;
    transition: all 0.3s;
    float: left;
}

.hamburger-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 30px;
}

.header ul#header-menu {
    opacity: 0;
    pointer-events: none;
}

.header.scrolled ul#header-menu {
    opacity: 1;
    pointer-events: all;
}

footer {
    padding-left: 45px !important;
    padding-right: 45px !important;
}

.side-menu .bgblack {
    height: 100vh;
    padding: 25px 90px;
    background: url(/wp-content/uploads/2025/10/bg-jmorneau.jpg) no-repeat !important;
    background-size: cover !important;
}
/* .swiper {
    width: 100%;
    max-width: 800px;
    height: 400px;
    margin: 0 auto;
} */

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.construction .swiper {
    max-width: inherit;
    margin-bottom: 50px;
}

.home--about .form-control {
    width: 100%;
    background: none;
    height: 50px;
    color: #212529;
    border: 1px solid rgba(28, 28, 28, 0.2);
    outline: none;
    border-radius: 0;
    margin-bottom: 25px;
}

.home--about .form-control::-webkit-input-placeholder {
    color: #212529;
}

.home--about textarea.form-control {
    height: 160px;
    resize: none;
    padding-top: 12px;
}

.home--about .form-control + span.wpcf7-not-valid-tip {
    position: relative;
    top: -22px;
    font-size: 15px;
}

.home--about span.wpcf7-form-control-wrap + span.red {
    font-size: 14px;
    position: relative;
    top: -15px;
}

/*** ***/
@media only screen and (max-width: 767px) {
    .home--about h4 {
        font-size: 16px;
    }

    .home--about .title h2 {
        font-size: 38px;
    }

    .home--about .content p {
        font-size: 15px;
    }

    .home--about iframe {
        margin-top: 10px;
    }

    .home--contact .nice--form {
        padding: 50px 20px;
    }

    footer {
        padding: 40px 0px !important;
        text-align: center !important;
    }

    footer .logo,
    footer .agency--logo {
        margin-bottom: 25px;
    }

    footer h4,
    footer .contact {
        font-size: 17px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header ul li a {
        padding: 6px 12px;
        font-size: 10px;
    }

    #header.scrolled {
        position: fixed;
        padding: 10px 0px;
        width: 100%;
        left: 0;
    }
    .home--about h4 {
        font-size: 16px;
    }

    .home--about .title h2 {
        font-size: 38px;
    }

    .home--about .content p {
        font-size: 15px;
    }

    .home--about textarea.form-control {
        min-height: 140px;
        height: 140px;
    }

    footer {
        padding: 40px 0px !important;
    }

    footer .logo,
    footer .agency--logo {
        margin-bottom: 25px;
    }

    footer h4,
    footer .contact {
        font-size: 17px;
    }

    footer .contact {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header ul li a {
        padding: 6px 12px;
        font-size: 10px;
    }

    #header.scrolled {
        position: fixed;
        padding: 10px 0px;
        width: 100%;
        left: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header ul li a {
        padding: 6px 12px;
        font-size: 10px;
    }

    #header.scrolled {
        position: fixed;
        padding: 10px 0px;
        width: 100%;
        left: 0;
    }
}

.modal-backdrop {
    z-index: 99999;
}

.modal {
    z-index: 999999;
    padding: 0px !important;
}

.modal.guide .modal-body {
    padding: 70px 30px 70px 30px;
    background: url(/wp-content/uploads/2025/10/bg-grainy.jpg) repeat;
}

.modal.guide button.btn-close {
    font-size: 17px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}

.modal.guide button.btn-close svg,
.modal.guide button.btn-close i {
    opacity: 0;
}

.modal.guide .modal-dialog {
    max-width: 600px !important;
}

.modal.guide .btn-default {
    display: block;
    margin: 0 auto;
    background-color: transparent;
    margin-top: 25px;
}

.modal.guide .btn-default:hover {
    color: #fff;
    border: 2px solid #050a30;
    background: #050a30;
}

.modal.guide .section-title h2 {
    font-size: 45px;
}

.modal.guide .form-control {
    width: 100%;
    height: 51px;
    border: none;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000;
    margin: 10px 0px;
    padding: 0 15px;
    border-radius: 0px;
    outline: 0;
    box-shadow: none;
}

.modal.guide .form-control::-webkit-input-placeholder {
    color: #000;
}

.modal.guide textarea.form-control {
    height: 100px;
    resize: none;
}

.modal.guide .wpcf7 form .wpcf7-response-output {
    color: #fff;
}

.modal.guide button.btn-close {
    filter: invert(1);
    opacity: 1;
}

.modal.guide textarea.form-control {
    height: 100px;
    resize: none;
    padding: 10px 15px;
}

.modal.guide .title h2 {
    font-size: 50px;
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.gallery-modal-content {
    position: relative;
    width: 90%;
    max-width: 900px;
    padding: 20px;
    border-radius: 10px;
}

.gallery-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}
.gallery-modal img {
    width: 100%;
    border-radius: 8px;
}

.gallery-modal .swiper {
    height: 550px;
}

section.ip-banner a.default {
    position: relative;
}

/**** New  Css  12-11-25  ****/

.home--contact .bigger-container {
    position: relative;
    z-index: 2;
}

.header ul li a {
    padding: 6px 8px;
}

.ip-banner {
    padding-top: 15px;
}

.ip-banner h1 {
    margin: 0;
}

.ip-banner .default {
    margin-top: 10px;
}

#myVideo {
    position: relative;
    border: none;
}

/**** Responsive Css  12-11-25  ****/
@media only screen and (max-width: 991px) {
    .side-menu .bgblack {
        padding: 25px 0px;
        height: auto;
    }

    #header .navbar {
        display: none;
    }

    .hamburger-btn {
        min-width: 40px;
        min-height: 60px;
        border-radius: 0%;
        display: inline-block;
        float: right;
        min-width: inherit;
        margin-top: 10px;
        min-height: inherit;
    }

    .side-menu {
        margin-top: -400%;
    }

    .side-menu.intro {
        top: 0;
        margin-top: 0px;
        pointer-events: all;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 767px) {
    .title h2,
    .home--contact .title h2 {
        font-size: 35px;
    }

    p {
        font-size: 14px;
    }

    #header.scrolled {
        padding: 10px 0px;
    }

    .home--banner {
        height: auto;
    }

    .home--about .img-border {
        margin-top: 70px;
    }

    .img-border:before,
    .img-border-left:before {
        top: -10px;
        right: -10px;
    }

    .single-grid ul li {
        font-size: 12px;
        padding: 5px;
    }

    .single-grid .price {
        font-size: 18px;
    }

    .default {
        padding: 15px 25px;
        font-size: 15px;
    }

    footer .copyrights p {
        margin: 0;
        font-size: 14px;
    }

    section.home--banner {
        background-size: cover !important;
    }

    .ip-banner {
        min-height: 350px;
    }

    .ip-banner h1 {
        font-size: 30px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        min-width: 40px;
    }

    .buysell p {
        font-size: 15px;
    }

    .ip-banner .default {
        padding: 15px 25px;
        font-size: 15px;
        min-width: inherit;
    }

    .buysell li {
        font-size: 15px;
    }

    .homeEvalutation #first input[type="text"],
    .homeEvalutation #first select {
        margin-bottom: 10px;
    }

    .homeEvalutation .single-s {
        padding: 15px;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .contact-page .default {
        margin-bottom: 25px;
    }
    .side-menu {
        height: 100vh;
        background: url(/wp-content/uploads/2025/10/bg-jmorneau.jpg) no-repeat !important;
        background-size: cover !important;
    }

    .side-menu .bgblack {
        background: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title h2,
    .home--contact .title h2 {
        font-size: 45px;
    }

    p {
        font-size: 14px;
    }

    .title span {
        font-size: 22px;
    }

    .default {
        padding: 15px 25px;
        font-size: 15px;
    }

    .home--banner {
        height: auto;
    }

    .img-border:before,
    .img-border-left:before {
        top: -10px;
        right: -10px;
    }

    section {
        overflow: hidden;
    }

    .side-menu .bgblack {
        padding: 25px 10px;
    }

    .side-menu ul.main-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .side-menu ul.main-menu li {
        margin-bottom: 7px;
    }

    .side-menu ul.main-menu li a {
        font-size: 17px;
    }

    .side-menu .mt-5.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 0px !important;
    }

    .ip-banner {
        min-height: 350px;
    }

    .ip-banner h1 {
        font-size: 35px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        min-width: 70px;
    }

    .buysell p {
        font-size: 15px;
    }

    .buysell li {
        font-size: 15px;
    }

    .homeEvalutation .single-s {
        padding: 15px;
        font-size: 12px;
    }

    .homeEvalutation #first input[type="text"],
    .homeEvalutation #first select {
        margin-bottom: 0px;
    }

    .homeEvalutation input[type="submit"],
    .homeEvalutation input[type="button"] {
        padding: 10px 5px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title h2,
    .home--contact .title h2 {
        font-size: 45px;
    }

    p {
        font-size: 15px;
    }

    .title span {
        font-size: 18px;
    }

    .home--about .content p {
        font-size: 15px;
        line-height: 1.8;
    }

    footer .contact a {
        font-size: 16px;
    }

    footer h4 {
        font-size: 17px;
    }

    .side-menu {
        top: -230%;
    }

    .side-menu.intro {
        top: 0%;
    }

    .banner-cta-title h2 {
        font-size: 23px;
    }

    .header ul li a {
        padding: 6px 3px;
        font-size: 13px;
    }

    .img-border:before,
    .img-border-left:before {
        top: -10px;
        right: -10px;
    }

    section {
        overflow: hidden;
    }

    .side-menu .bgblack {
        padding: 25px 30px 25px 10px;
    }

    .side-menu ul.main-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .side-menu ul.main-menu li {
        margin-bottom: 7px;
    }

    .side-menu ul.main-menu li a {
        font-size: 17px;
    }

    .side-menu .mt-5.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 0px !important;
    }

    a.CloseBtn {
        width: 60px;
        height: 60px;
    }

    .ip-banner {
        min-height: 350px;
    }

    .ip-banner h1 {
        font-size: 35px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        min-width: 70px;
    }

    .buysell p {
        font-size: 15px;
    }

    .buysell li {
        font-size: 15px;
    }

    .homeEvalutation #first input[type="text"],
    .homeEvalutation #first select {
        margin-bottom: 0px;
    }

    .homeEvalutation .single-s {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header ul li a {
        padding: 6px 9px;
        font-size: 13px;
    }

    .title h2 {
        font-size: 50px;
    }

    .title span {
        font-size: 20px;
    }

    .side-menu .bgblack {
        padding: 25px 30px 25px 10px;
    }

    .side-menu ul.main-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .side-menu ul.main-menu li {
        margin-bottom: 7px;
    }

    .side-menu ul.main-menu li a {
        font-size: 17px;
    }

    .side-menu .mt-5.px-5 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-top: 0px !important;
    }

    a.CloseBtn {
        width: 60px;
        height: 60px;
    }

    .img-border:before,
    .img-border-left:before {
        top: -10px;
        right: -10px;
    }

    .ip-banner {
        min-height: 350px;
    }

    .ip-banner h1 {
        font-size: 35px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        min-width: 70px;
    }
}

.pagination .default {
    min-width: auto;
    padding: 10px 20px;
}

.pagination li {
    margin: 0 5px;
}

.pagination .current-page-pagination {
    background: var(--accent-color);
}

.default.active {
    background: var(--accent-color);
}

.sp-price {
    font-family: var(--body-font);
}

.evaluation-box .navigate-btns {
    position: relative;
}

.evaluation-box .cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    position: absolute;
    bottom: 0;
    margin: 0;
}

@media screen and (max-width: 576px) {
    .home--banner .video-container {
        margin-bottom: 1rem;
        height: 183px;
    }

    section.home--banner {
        padding-top: 55px;
    }

    .title span em {
        padding: 0;
    }

    .title.expanded span {
        margin: 0;
        text-align: left;
    }

    .home--about .img-border {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
