body{
    font-family: "Tenor Sans", sans-serif;
}
.relative{ position:relative}
.absolute {
    position: absolute;
}
.header-menu a{ font-size:16px;}
.header-hidden {
    transform: translateY(-100%);
}

.header-visible {
    transform: translateY(0);
}
.testimonial-bg {
    background-image: url('/themes/lakewood/assets/images/swirls-black.png');
    background-size: cover;
    background-position: center;
}
.testimonial-slide {
    display: flex;
    font-size: 24px;
    line-height: 1.3;
    color:#000;
    justify-content: center;
    align-items: center;
  }
.slick-dots{
    left: 0;
    right: 0;
    bottom: -40px;
    color: #888;
    z-index: 30;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-prev,.slick-next{
    bottom: -58px !important;
    top: auto !important;
    z-index: 40;
    width: auto;
    height: auto;
}
.slick-prev{
    left: 20% !important;
}
.slick-next{
    right: 20% !important;
}
.slick-prev:before, .slick-next:before{
    color: #000;
    font-family: auto;
    font-size: 30px;
}
ul.slick-dots li.slick-active span {
    color: #303339;
    font-weight: bold;
}
/* .logo-center{ margin:auto !important} */

.title-group {
    margin: 0 auto;
    max-width: 860px;
    text-align: center;
}
.title-group h2{
    letter-spacing: 6px;
}
.featured-neighborhoods{
    background: floralwhite;
    margin-top:66px;
}
.featured-neighborhoods .item{
    overflow:hidden;
}
.featured-neighborhoods .item .item-wrapper {
    padding-bottom: 70%;
    position: relative;
    display: block;
} 
.featured-neighborhoods .item .item-wrapper .image-holder {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #eeeeee;
}
.featured-neighborhoods .item .item-wrapper .image-holder img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border: 0;
    max-width: 100%;
    page-break-inside: avoid;
    vertical-align: middle;
}
.featured-neighborhoods .item .item-wrapper .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.featured-neighborhoods .item .item-wrapper .content-container {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 600px;
    width: 70%;
}
.featured-neighborhoods .item .item-wrapper .content-container .button-wrapper {
    max-height: 0;
    opacity: 0;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
}
.featured-neighborhoods .item:hover .item-wrapper .content-container .button-wrapper {
    max-height: 90px;
    opacity: 1;
}
.featured-neighborhoods .item:hover .item-wrapper .image-holder {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.neighborhood-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 3px;
    line-height: 1.3;
}
.d-btn{
    background: transparent;
    border: 1px solid;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat, sans-serif;
    letter-spacing: .015em;
    min-width: 200px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform: uppercase;
    transition: all .2s;
    vertical-align: middle;
    white-space: nowrap;
}
.button-style-2 {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(255, 255, 255, 1) !important;
}
.button-style-2:hover {
    color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(255, 255, 255, 1) !important;
}
.neighborhood-item{position: relative;min-height: 240px; overflow:hidden;}
.neighborhood-item { height: calc(100vh / 3);}
.neighborhood-item__overlay{
    position: absolute;
    opacity: 0.4 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #171819;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
    z-index: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.neighborhood-item-text {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.neighborhood-item-text h4 {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 21px;
    padding: 0 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    line-height: 1.33;
    letter-spacing: 3px;
    color: #fff;
}
.neighborhood-item-text p {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    padding: 0 34px;
    letter-spacing: 1px;
    color: #fff;
}
.feature {
    font-family: Arapey, serif;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.4;
}
.neighborhood-item-text>span {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 34px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    position: absolute;
    letter-spacing: 1.5px;
    font-size: 12px;
    text-shadow: .5px 0 0 currentColor;
    text-transform: uppercase;
}
.link.up-link {
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.link--white {
    color: #d8d8d8;
}
.link {
    color: #484b4e;
    font-weight: 700;
    line-height: 1;
    position: relative;
    text-decoration: none;
    transition: .2s;
    white-space: nowrap;
}
.hyperlink-style-2 {
    color: rgba(216, 216, 216, 1) !important;
}
.neighborhood-item-image {
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    width: 100%;
    min-height: 240px;
    object-fit: cover;
}
.neighborhood-item img {
    border: 0;
    height: 100%;
    max-width: 100%;
    page-break-inside: avoid;
    vertical-align: middle;
}
.neighborhood-item:hover .neighborhood-item__overlay {
    opacity: .79 !important;
}
.neighborhood-item:hover .neighborhood-item-text .hover_state_h {
    -webkit-transform: translateY(-80px);
    -moz-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
}
.neighborhood-item:hover .neighborhood-item-text p {
    opacity: 1;
}
.neighborhood-item:hover .neighborhood-item-text>span {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
.neighborhood-item:hover .neighborhood-item-text>span {
    opacity: 1;
}
.hyperlink-style-2:hover {
    color: rgba(255, 255, 255, 1) !important;
}

@media (max-width: 639px) {
  .slick-prev {
    left:0% !important;
  }
  .slick-next {
    right:0% !important;
  }
}

/* Custom styles for mobile menu transitions and animations */
.mobile-menu ,.desktop-menu {
    transition: transform 0.3s ease-in-out;
    position:fixed;
}
.mobile-menu.hidden,.desktop-menu.hidden {
    transform: translateX(-100%);
}
/* Fade-in animation for mobile menu items */
.mobile-menu-item,.desktop-menu-item {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-menu.open .mobile-menu-item ,.desktop-menu.open .desktop-menu-item {
    opacity: 1;
    transform: translateY(0);
}
/* Hamburger icon to X transition */
.hamburger-line {
    transition: all 0.3s ease;
    position: absolute !important;
}
.hamburger-open .line-top {
    transform: rotate(45deg) translate(5px, 5px);
}
.hamburger-open .line-middle {
    opacity: 0;
}
.hamburger-open .line-bottom {
    transform: rotate(-45deg) translate(5px, -5px);
}
/* Pulse animation for hamburger button */
@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}
.pulse {
    animation: pulse 0.3s ease;
}
/* Fade-in for main content */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.space-y-3 {
    :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
}
#close-btn.mb-4{ margin-bottom: calc(var(--spacing) * 4);}
/* #contactMap {
    height: 500px;
    width: 100%;
    max-width: 100%;
} */
.formBox .alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.formBox .alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.formBox .alert-dismissible .close {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2;
}
.formBox .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: #000;
}
.formBox .alert-dismissible ul li{ font-size: 12px;}
.alert button{ display: none;}
.blog .water-mark1 {
    position: absolute;
    right: 0;
    top: 0;
}
.blog .water-mark2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.lakePaginate nav{
    margin-top: 50px;
}
.lakePaginate ul.pagination{
    display: flex!important;
    gap: 1rem!important;
    justify-content: center!important;
}
.lakePaginate ul li a,.lakePaginate ul li span {
    position: relative;
    display: block;
    color: #18212e;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 5px 5px 5px 0;
    transition: .42s ease;
    padding: 0.375rem 0.75rem;
}
.lakePaginate ul li:first-child a {
    border-radius: 5px 5px 5px 0;
}
.lakePaginate ul li a svg {
    fill: #000;
}
.lakePaginate ul li.active span,.lakePaginate ul li a:hover {
    color: #fff;
    border: 1px solid #eee;
    background-color: darkcyan;
    border-color: darkcyan;
}
.lakePaginate ul li.disabled span{
    background: #ddd;
    color: #666666;
}
.blog-details-single .meta .author {
    margin-right: 25px;
}
.blog-details-single .meta {
    display: flex;
    justify-content: start;
    align-items: center;
}
.blog-details-single .meta .author img, .blog-details-single .meta .date img {
    margin-right: 8px;
}
.blog-details-single .meta .author span, .blog-details-single .meta .date span {
    font-size: 1rem;
    font-weight: 400;
    color: #676767;
    display: inline-block;
}
.blog-details-single .image {
    position: relative;
    margin-bottom: 30px;
}
.blog-details-share {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
    padding-top: 10px;
}
.blog-details-share h5 {
    font-size: 22px;
    font-weight: 600;
    color: #18212E;
}
.blog-details-share .social {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
}
.blog-details-share .social i {
    color: #676767;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #676767;
    text-align: center;
    transition: all .42s ease;
    border-radius: 3px;
}
i.bx {
    vertical-align: middle;
}
.blog .content p{ margin-bottom: 1rem}
.blog-details-single h3 {
    font-size: 35px;
    font-weight: 700;
    color: #18212E;
    line-height: 1.4;
    margin-bottom: 16px;
}
.blog-details-single .content>h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #18212E;
}
.para {
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    font-family: poppins, sans-serif;
    line-height: 28px;
}
.blog-details-single .content a {
    color: darkorange;
}
.blog-category-area .category-box {
    background-color: antiquewhite;
    padding: 30px 25px;
}
.blog-category-area .category-box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #18212E;
    margin-bottom: 20px;
}
.blog-category-area .category-box .cat-list {
    display: flex;
    justify-content: start;
    flex-flow: row wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
}
.blog-category-area .category-box .cat-list li a {
    font-size: 14px;
    font-weight: 500;
    color: #676767;
    background: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    transition: all .42s ease-in-out;
    display: inline-flex;
}
.blog-category-area .category-box .cat-list li a:hover {
    background: darkcyan;
    color: #fff;
}
.blog-widget-item {
    background: #fff;
    box-shadow: 3px 4px 30px rgba(136, 136, 136, .1);
    border-radius: 5px;
    margin-bottom: 20px;
}
.blog-widget-item .recent-blog {
    padding: 25px 25px;
}
.blog-widget-item .blog-widget-title {
    font-size: 25px;
    font-weight: 700;
    color: #18212E;
    margin-bottom: 15px;
}
.recent-blog a:last-child{ margin-bottom:0px}
.blog-widget-item .blog-category {
    padding: 25px 25px;
}
.blog-widget-item .category-list {
    margin: 0px;
    padding: 0px;
}
.blog-widget-item .category-list li {
    margin-bottom: 10px;
}
.blog-widget-item .category-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-widget-item .category-list li a span {
    font-size: 20px;
    font-weight: 500;
    color: #676767;
    font-family: cuprum, sans-serif;
    transition: 0.42s ease-in-out;
}
.blog-widget-item .category-list li a span i {
    font-size: 1rem;
    font-weight: 700;
}
.blog-widget-item .category-list li a:hover span {
    color: darkcyan;
    padding-left: 10px;
}
.blog-widget-item .post-tag {
    padding: 25px 25px;
}
.blog-widget-item .category-list li:last-child{ margin-bottom:0px}
.tag-list li {
    display: inline-flex;
}
.tag-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
    background: #f8f8f8;
    padding: 8px 15px;
    text-transform: capitalize;
    transition: all .35s ease-in-out;
    border-radius: 3px;
}
.tag-list li:hover a {
    background-color: darkcyan;
    color: #fff;
}
.blog-widget-item .follow-area {
    padding: 25px;
}
.follow-list a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 3px;
    font-size: 18px;
    color: #676767;
    transition: all .35s ease-in-out;
}
.follow-list a:hover i {
    background: darkcyan;
    border: 1px solid darkcyan;
    color: #fff;
}





.contact-modal-overlay {
  transition: opacity 0.3s ease;
}
.contact-modal-content {
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-height: 100vh; /* Limit height to 90% of viewport height */
}
.contactModalHidden {
  display:none;
  pointer-events: none;
}
.contact-modal-content-hidden {
  transform: translateY(20px);
  display:none;
}
.contact-modal-bg {
  background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&auto=format&fit=crop&w=1770&q=80');
  background-size: cover;
  background-position: center;
}
.spotlight-social a:hover i,.spotlight-social a:hover svg{ color:#fff}

.blog-post.bg-white:hover{ background: cornsilk}
.blog-post.bg-white .blog-image { 
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.blog-post.bg-white:hover .blog-image { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.spot-overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: bottom 0.4s ease;
}

.spot-container:hover .spot-overlay {
  bottom: 0;
}

    
    



