.bg-watermark {
    position: absolute;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: -1;
    opacity: .05;
    width: 100%;
    left: 0;
    color: #021b79;
}

.home-service-item:hover {
    box-shadow: -1px 5px 20px #8888886b;
    transform: translateY(-6px);
    cursor: pointer;
}

.home-blog-item-title>div {
    background: #fff;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(34, 34, 34, .03);
}

.desktop-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all .7s;
    z-index: 1000;
}

.desktop-header.scrolled {
    padding: 0px 15px !important;
    position: fixed;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .8);
    padding: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-name: sticky-animation;
    animation-name: sticky-animation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    backface-visibility: hidden;
    height: 140px !important;
}
.desktop-header.scrolled .header-info svg{
	fill: #000 !important;
}
.desktop-header.scrolled .header-info .elementor-icon-list-text{
	color: #000 !important;
}
.desktop-header.scrolled .elementor-nav-menu--main .elementor-item {
    color: black !important;
    font-size: 14px !important;
}


.desktop-header.scrolled .header-logo img {
    filter: unset !important;
    width: 115px !important;
}


.desktop-header .elementor-nav-menu li a::after {
    background-color: unset !important;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 50%;
    color: transparent;
    content: '•';
    text-shadow: 0 0 transparent;
    font-size: 1.4em;
    -webkit-transition: text-shadow .3s, color .3s;
    -moz-transition: text-shadow .3s, color .3s;
    transition: text-shadow .3s, color .3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
}

.desktop-header.scrolled .elementor-nav-menu li a:hover::after {
    color: #010151;
    text-shadow: 10px 0 #010151, -10px 0 #010151;
}

.desktop-header .elementor-nav-menu li a:hover::after {
    opacity: 1;
    color: #D6D6D6;
    text-shadow: 10px 0 #D6D6D6, -10px 0 #D6D6D6;
}

.desktop-header .sub-menu li a::after {
    display: none;
}

.elementor .location-card {
    overflow: hidden;
}

.elementor .location-card .member-card-detail {
    position: absolute;
    top: calc(100% - 115px);
    transition: 0.2s ease all;
    z-index: 3;
    width: 100%;
    padding: 38px 24px 28px;
    will-change: top;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
}

.elementor .location-card .member-card-item {
    overflow: hidden;
}

.elementor .location-card .member-card-detail-content strong {
    font-size: 16px;
}

.elementor .location-card .member-card-detail:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0), #222);
}

.elementor .location-card:hover .member-card-detail {
    top: calc(100% - 205px);
}

.review-title .bg-watermark {
    line-height: 71px;
    margin-top: -30px;
}

.home-hero-slider .elementor-swiper-button {
    display: none !important;
}

.home-hero-slider:hover .elementor-swiper-button {
    display: block !important;
}

.sidebar-recent-post h5 {
    display: none;
}

.sidebar-recent-post ul {
    padding: 0;
    list-style: none;
}

.sidebar-recent-post ul li a {
    color: #444;
    font-size: 15px;
}

.sidebar-recent-post ul li {
    border-top: 1px solid rgba(0, 0, 0, .06);
    margin-top: 10px;
    padding-top: 10px;
}
.custom-post-nav {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    border-top: 1px solid #e4e4ee;
    border-bottom: 1px solid #e4e4ee;
    font-family: inherit;
    font-size: 14px;
    color: #666;
}
.custom-post-nav .nav-label {
    display: block;
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 500;
}
.custom-post-nav .nav-title {
    font-weight: 600;
    color: #0f1b39;
}
.custom-post-nav a:hover .nav-title {
    color: #1a6cff;
}

@media only screen and (max-width: 1199px) {
    .header-consultation-btn {
        display: none;
    }

    .desktop-header-menu>div {
        margin: 0px !important;
    }

    .bg-watermark {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .bg-watermark {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_post .elementor-pagination {
        width: 100% !important;
    }

    .bg-watermark {
        font-size: 36px;
    }

    .review-title .bg-watermark {
        line-height: 55px;
    }

    .blog_post .prev,
    .blog_post .next {
        padding: 0px 5px !important;
    }
}


/* Background */
body .wpcf7 form {
  background: #000; /* black background */
  padding: 30px;
  border-radius: 8px;
  color: #fff;
}

/* Label styling */
.wpcf7 form label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}

/* Input, textarea styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 4px;
  margin-bottom: 20px;
  background: #fff;
  color: #000;
  font-size: 14px;
}

/* Two-column layout */
.cf7-two-col {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cf7-col {
  flex: 1;
  min-width: 45%;
}

/* Consent box */
.consent-label {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
}
.consent-box {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #fff;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #c9a14a;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.wpcf7 input[type="submit"]:hover {
  background: #d6ae56;
}
