html{
	scroll-behavior: smooth;
}
a.liquid-btn {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border: 2px solid #1A1241;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    background: #1A1241;
    z-index: 1;
    transition: color 0.3s ease;
}

span.liquid {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    transition: bottom 0.5s ease;
}

span.text {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
    transition: color 0.4s ease;
}

span.liquid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1A1241;
    transition: background 0.4s ease;
}

a.liquid-btn:hover .liquid {
    bottom: 0;
}

a.liquid-btn:hover .liquid::before {
    background: #282983;
}
ul#menu-main-menu li a {
    color: #303030;
}
ul#menu-main-menu {
    border-right: 1px solid #D1D1D1;
    padding-right: 20px;
}
.fot-row h4.woodmart-title-container {
    font-family: aboreto;
    font-weight: 400;
}
.fot-row .wd-list li {
    align-items: flex-start;
}
.fot-row span.wd-list-content.list-content {
    margin-top: -5px !important;
}
.wd-copyrights {
    font-size: 14px;
}
.wd-content-layout {
    padding-block: 0px !important;
}
.times-font {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.times-font h4.woodmart-title-container {
    font-family: auto;
}
.banner-sec .wd-el-video::after {
    content: '';
    position: absolute;
    background-color: #0000005c;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.counter-sec .counter-value {
    font-size: 60px !important;
    font-weight: 400 !important;
    color: #02104A !important;
}
.counter-sec .counter-label {
    color: #303030 !important;
    font-size: 18px !important;
}
.counter-sec .count-beds .counter-value::after {
    content: '+';
}
.counter-sec .count-units .counter-value::after {
    content: '+';
}
span.prim-clr {
    color: #1A1241;
    font-weight: 700;
}
.center-head .info-box-content {
    flex: none !important;
}
.center-head {
    justify-content: center;
}
.white-gal .wd-gallery-item {
    border: 1px solid #E9E9E9;
    padding: 30px 10px;
        margin-right: 10px;
    margin-left: 10px;
}
.contact-sec form.wpcf7-form br {
    display: none;
}
.contact-sec label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.contact-sec input, .contact-sec textarea {
    border: 1px solid #D8D8D838 !important;
	background-color: #1a12419e !important;
}
.contact-sec .col-half {
    margin-right: 20px;
    padding: 0px !important;
}
.contact-sec .submit-btn {
    text-align: right;
}
.contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 700 !important;
    background: #fff !important;
    color: #02104A !important;
    font-size: 16px !important;
    padding: 15px 25px !important;
}
.row.message-row p {
    width: 100%;
    margin-right: 20px;
}
.contact-sec textarea {
    min-height: 130px !important;
}

.whb-general-header .liquid-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  background: #1A1241;
  transition: color 0.3s ease;
}

.whb-general-header .liquid-button .text {
  position: relative;
  z-index: 2;
  color: #fff;
  transition: color 0.4s ease;
}

.whb-general-header .liquid-button .liquid {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  transition: bottom 0.5s ease;
}

.whb-general-header .liquid-button .liquid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: #000; */
  transition: background 0.4s ease;
}

.whb-general-header .liquid-button:hover .liquid {
  bottom: 0;
}

.whb-general-header .liquid-button:hover .liquid::before {
  background: #282983; /* Hover background */
}

.whb-general-header .liquid-button:hover .text {
  color: #fff; /* Hover text color */
}

.partner-sec .liq-btn {
    left: 35%;
}
.partner-sec .wd-nav-arrows {
    top: 110% !important;
    left: 54%;
    border-left: 1px solid #D1D1D1;
    padding-left: 20px;
    gap: 10px !important;
}
.partner-sec .wd-prev .wd-arrow-inner:after {
    content: url(/wp-content/uploads/2025/07/Frame-10.svg) !important;
}

.partner-sec .wd-next .wd-arrow-inner:after{
	content: url(/wp-content/uploads/2025/07/Frame-11.svg) !important;
}
.partner-sec .wd-btn-arrow {
    border: 1px solid #282983;
    padding: 10px;
}

.partner-sec .wd-btn-arrow {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}

/* Liquid layer */
.partner-sec .wd-btn-arrow::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #282983; /* initial fill color */
  z-index: 0;
  transition: bottom 0.5s ease, background 0.3s ease;
}

/* Fill up on hover */
.partner-sec .wd-btn-arrow:hover::after {
  bottom: 0;
  background: #282983; /* hover fill color */
}

/* Optional: change icon color on hover */
.partner-sec .wd-btn-arrow .wd-arrow-inner {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  color: #000;
}

.partner-sec .wd-btn-arrow:hover .wd-arrow-inner {
  color: #fff; /* icon color on hover */
}
.partner-sec .wd-prev:hover .wd-arrow-inner:after {
    filter: brightness(10.5);
}
.partner-sec .wd-next:hover .wd-arrow-inner:after {
    filter: brightness(10.5);
}

.custom-counter-box {
  text-align: center;
}

.custom-counter-box .counter-main {
    display: flex;
    align-items: center;
	justify-content: center;
}

.custom-counter-box .count-num {
  FONT-WEIGHT: 400 !important;
    color: #02104A !important;
    font-size: 46px;
    font-family: 'Cairo';
}

.custom-counter-box .counter-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 5px 15px;
    border-radius: 999px;
    background: #f8f8f8;
    font-size: 20px;
    color: #02104A;

}

.custom-counter-box .counter-label {
  margin-top: 6px;
  font-size: 14px;
  color: #333;
}


        .township-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
        }

        .township-item {
            position: relative;
            background-size: cover;
            background-position: center;
            height: 250px;
            cursor: pointer;
            overflow: hidden;
        }

        .township-item .overlay {
            position: absolute;
            bottom: 0;
            background: linear-gradient(360deg, #1C1C1C -15.67%, rgba(28, 28, 28, 0.46) 77.02%, rgba(28, 28, 28, 0) 100%);
            width: 100%;
            padding: 10px;
            color: #fff;
        }

        .township-modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0,0,0,0.8);
            justify-content: center;
            align-items: center;
            overflow-y: auto;
        }

        .township-modal.open {
            display: flex;
        }
.modal-content {
    background: #fff;
    max-width: 1000px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    padding: 40px;
}

.close-modal {
    cursor: pointer;
    z-index: 9999;
    position: relative;
    top: -20px;
    background-color: #1A1241;
    left: 100%;
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 20px;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
}
.township-grid .featured-image {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
	margin-bottom: 20px;
}

        .modal-overlay-text {
            position: absolute;
            bottom: 0;
            background: linear-gradient(360deg, #1C1C1C -15.67%, rgba(28, 28, 28, 0.46) 77.02%, rgba(28, 28, 28, 0) 100%);
            color: #fff;
            width: 100%;
            padding: 15px;
        }

     .gallery-swiper {
    width: 90%;
}

.swiper-slide img {
    width: 100%;
    height: 100px;
/*     border-radius: 6px; */
    object-fit: cover;
    border: 1px solid #E2E2E2;
    padding: 10px;
	    cursor: pointer;
}

        .swiper-button-next,
        .swiper-button-prev {
            color: #000;
        }
      
h3.proj-title {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
	margin-bottom: 10px;
}
p.proj-state {
    font-size: 18px;
    font-weight: 500;
}
.bottom-content {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background: #FFFFFF1C;
    width: fit-content;
    padding: 10px;
}
.bottom-content p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-right: 1px solid #FFFFFF33;
    padding: 0px 10px;
}
.top-content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.top-content p {
    font-size: 20px;
    font-weight: 500;
}

.township-grid .swiper-button-prev:after, .township-grid .swiper-button-next:after {
    font-size: 20px !important;
	color: black !important;
}
.right-col .township-item {
    height: 740px;
}
.left-col1 .township-item {
    height: 350px;
}
.left-col2 .township-item {
    height: 350px;
}
.bottom-content p:last-child {
    border-right: 0px;
}
.head-font h2 {
    font-family: initial;
}
.title-sec a {
    color: #fff;
}
.team-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
	justify-content: center;
    }
    .team-card {
        width: 30%;
        background: #fff;
        overflow: hidden;
        cursor: pointer;
        transition: box-shadow 0.2s;
		    margin-bottom: 40px;
    }
    .team-image img {
        width: 100%;
        height: auto;
        display: block;
    }
 .team-info {
    padding: 30px 20px;
    text-align: left;
    background: #F8F8F8;
}
.team-head {
    display: flex;
    justify-content: space-between;
	    border-bottom: 1px solid #D3D3D3;
}
    .linkedin-icon {
        display: inline-block;
        margin-top: 20px;
		  background: #fff;
    padding: 10px 15px;
    border-radius: 130px;
    }
.linkedin-icon img {
        width: 20px;
        height: 20px;
    }
.team-title h3 {
    color: #02104A;
    font-size: 32px;
    font-weight: 900 !important;
    text-transform: uppercase;
	margin-bottom: 5px;
	width: fit-content;
}
.team-title p {
    color: #303030;
    font-size: 22px;
    font-weight: 700;
}
.team-card .team-image {
    overflow: hidden;
}
.team-card:hover .team-image img {
    scale: 1.2;
    transition: 0.5s ease-in-out;
}
.team-card .team-image img {
    transition: 0.5s ease;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
div#team-modal .team-image img {
    height: 400px;
    object-fit: contain;
/*     object-position: top; */
}
.team-card .team-link img {
    transition: 0.5s ease;
}
.team-card:hover .team-link img {
    transform: rotate(45deg);
    transition: 0.5s ease;
}
.team-card:hover .team-title h3 {
    border-bottom: 1px solid #02104a;
}
.team-card:hover a.linkedin-icon {
    background: #02104a;
}
.team-card:hover a.linkedin-icon img {
    filter: brightness(450);
}
    /* Modal styles */
    .team-modal {
        display: none;
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 10000;
    }
.team-modal .modal-body-inner {
    display: flex;
    gap: 40px;
}
.modal-body-inner a.linkedin-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 10px;
}
.modal-body-inner a.linkedin-icon p {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    text-decoration: underline;
}
.modal-body-inner .linkedin-icon img {
    width: auto;
    height: auto;
}
.modal-body-inner .team-image {
    width: 40%;
}
.modal-body-inner .team-content {
    width: 60%;
}
.team-modal-content {
    background: #fff;
    max-width: 80%;
    margin: 60px auto;
    padding: 30px;
    position: relative;
}

div#team-modal span.close-modal {
    margin-left: -20px;
	    background-color: #838285;
}
    .modal-body-inner::after {
        content: '';
        display: block;
        clear: both;
    }
		.modal-loader {
    font-size: 16px;
    text-align: center;
    padding: 40px;
    color: #333;
}

div#team-modal h2 {
    font-size: 44px;
    color: #282983;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 5px;
}
div#team-modal h4 {
    color: #303030;
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 20px;
}
.partner-gal img {
    background: #F8F8F8;
height: 170px;
    width: 338px;
    object-fit: contain;
    border: 1px solid #D1D1D1;
    padding: 30px;
	margin-bottom: 20px;
}
/*  .spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #004080;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}  */

/* HTML: <div class="loader"></div> */
.spinner {
 --c1: #E8E8E8;
  --c2: #1A1241;
  --c3: #E8E8E8;

  width: 60px;
  aspect-ratio: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 3px;
	margin: auto;

  background:
    linear-gradient(var(--c1) 0 0) no-repeat,
    linear-gradient(var(--c2) 0 0) no-repeat,
    linear-gradient(var(--c3) 0 0) no-repeat;

  background-size: 20% 50%;
  background-position: 0% 50%, 50% 50%, 100% 50%;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  20% { background-position: 0%   0%, 50%  50%, 100% 50% }
  40% { background-position: 0% 100%, 50%   0%, 100% 50% }
  60% { background-position: 0%  50%, 50% 100%, 100%  0% }
  80% { background-position: 0%  50%, 50%  50%, 100% 100% }
}
div#portfolio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
div#portfolio-grid .township-item {
        width: calc(33.333% - 20px);
	height: 450px;
	    margin-bottom: 20px;
}
div#portfolio-grid .featured-image {
    height: 400px;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}
.portfolio-filters{
display: flex;
	align-items: center; 
	flex-wrap: nowrap;
	    margin: 60px 0px;
}
.filter-group {
    width: 100%;
}

.filter-group {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #FBFBFB !important;
    border: 1px solid #E3E3E3;
    padding: 10px 20px;
}
.filter-group label {
    width: fit-content;
    min-width: fit-content;
    color: #02104A;
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 0px;
}

.filter-group select {
    border: 0px !important;
	color: #7C7B7E !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.swiper-button-prev {
    position: absolute !important;
    left: -91px !important;
    background-color: #fff;
    height: 100% !important;
    width: 11% !important;
    top: 22px !important;
}
 
.swiper.gallery-swiper {
    overflow: visible !important;
}
 
.swiper-button-next {
   position: absolute !important;
    right: -91px !important;
    background-color: #fff;
    height: 100% !important;
    width: 11% !important;
    top: 22px !important;
}
div#portfolio-grid .swiper-button-prev:after, div#portfolio-grid .swiper-button-next:after {
    font-size: 20px !important;
    color: black !important;
}
.swiper-slide img.active {
    border: 1px solid #002F87;
}
.title-sec a:hover {
    color: #fff;
    text-decoration: underline;
}
.title-sec{
    background-size: 100% 100%;
}
.filter-group select option {
    color: #002440;
    font-size: 18px;
    font-weight: 400;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.news-item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
}
.news-thumb img {
  width: 100%;
  height: auto;
  display: block;
}
.news-meta {
  color: #666;
  margin-top: 10px;
}
.news-title {
  margin: 10px 0 5px;
}
.news-grid .read-more {
    font-size: 18px;
    color: #02104A;
    font-weight: 700;
}

@media(max-width: 768px) {
  .news-item {
    width: 100%;
  }
}

.single-news .wd-page-content.main-page-wrapper {
    padding: 40px 0px;
}
span.news-date {
    color: #838285;
    font-size: 18px;
    font-weight: 600;
}
span.news-cat {
    color: #02104A;
    font-size: 18px;
    font-weight: 600;
}
h3.news-title a {
    color: #1A1241;
    font-size: 24px;
    font-weight: 700;
		   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

div#portfolio-grid .township-item {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

div#portfolio-grid .township-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: transform 0.5s ease;
  z-index: -1;
}

div#portfolio-grid .township-item:hover::before {
  transform: scale(1.2);
}
.news-grid .read-more span {
    margin-right: 5px;
    text-decoration: underline;
}

.featured-news-card {
    cursor: pointer;
}
.featured-news-card .card-image {
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 500px;
}
.featured-news-card .featured-badge {
    background: white;
    color: #1A1241;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 20px;
    border-radius: 999px;
	width: fit-content;
	margin-top: 30px;
    margin-left: 30px;
}
.featured-news-card .card-overlay {
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0.57deg, #02104A -12.17%, rgba(2, 16, 74, 0.8) 33.38%, rgba(2, 16, 74, 0.1) 52.8%, rgba(2, 16, 74, 0) 67.13%, rgba(2, 16, 74, 0) 99.55%);
    padding: 30px;
    height: 100%;
}

.featured-news-card .meta {
    margin-bottom: 5px;
}
.featured-news-card .title {
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #fff;
	    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featured-news-card span.date {
    color: #C1BDC9;
    font-size: 20px;
    font-weight: 600;
}
.featured-news-card span.category {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.featured-news-card .card-left {
    width: 90%;
}
.featured-news-card .card-right {
    width: 10%;
    text-align: right;
}
.single-featured-news {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 250px;
    background: #fff;
    padding: 20px;
    align-items: center;
}
.single-featured-news .news-img img {
    height: 220px;
    object-fit: cover;
	border-radius: 4px;
}
.single-featured-news .read-more span {
    margin-right: 5px;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 700;
    color: #02104A;
}
.single-featured-news .news-title {
	margin: 15px 0 15px;
       display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.press-release-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.press-release-grid .press-release-card {
    background: #F8F8F8;
    width: calc(50% - 20px);
    padding: 40px;
	    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.press-link-icon {
    background: #fff;
    padding: 10px 15px;
}
.press-link-icon img{
    height: auto !important;
    width: 40px;
}
span.press-date {
    color: #838285;
    font-size: 18px;
    font-weight: 600;
}
span.press-category {
    color: #282983;
    font-size: 18px;
    font-weight: 600;
}
.press-meta {
    margin-bottom: 10px;
}
h3.press-title {
    color: #0F1530;
    font-size: 24px;
    font-weight: 700;
/* 	   display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}
.podcast-row iframe {
    width: 100%;
}
.policy-sec strong {
    color: #02104a;
}
button#load-more-portfolios {
    background: #02104a;
    color: #fff;
}
.contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}
.partner-gal img:hover {
    background: #fff;
    border: 1px solid black;
}
.desk-vid .wd-el-video :is(iframe,video) {
    background-color: #fff !important;
    object-fit: contain !important;
}