
			.container img {
  border: 2px solid #ddd;         /* Light gray border */
  border-radius: 6px;             /* Rounded corners for a softer look */
  box-shadow: 0 4px 8px rgba(0,0,0,0.15); /* Smooth drop shadow */
  transition: transform 0.2s ease; /* Optional: adds animation on hover */
}


/*HOME*/
.home-image {
	  object-fit: cover;
    height: 800px;
}

/*ABOUT GRID*/

.page-id-6 .one_column_halfwidth {
	max-width: 98%;
}
.about-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.about-row > div:first-child {
  flex: 0 1 70%;
  padding: 10px;
  box-sizing: border-box;
}

.about-row > div:first-child p {
  max-width: 680px;
}

.about-row > div:last-child {
  flex: 0 1 20%;
  padding: 10px;
  box-sizing: border-box;
}

/* Stack vertically on smaller screens */
@media screen and (max-width: 768px) {
  .about-row > div {
    flex: 1 1 100%;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}
.grid-item {
  flex: 1 1 calc(25% - 1rem);
  text-align: center;
	font-size: 14px;
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 20px 10px 20px 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);	
}
.grid-item h3 {
	color: #213c68;
	font-size: 16px;
  margin: 0;
}
.grid-item p {
  margin: 0.5rem 0 0;
  font-size: 15px;
}

/*CONTACT*/
.page-id-1337 .transformation_one_column img {
	padding-top: 0px;
}


/*SINGLE PROPS*/
.single-property .wrapper  {
	padding-top: 40px!important;
	background: #FFF!important;
	background-image: none!important;
}
.single-property  #header-sroll:not(.small) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, #213c68 100%) }
.property-image {
	margin: 0 auto;
	width: 1000px;
}

.property-title {
	margin-top: 25px!important;
}
.property-cards {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
  align-items: center;
}

.property-header {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.property-name {
  font-size: 2.5rem;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  border-radius: 5px;
}

.property-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px;
}


.archive #header-sroll:not(.small) {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, #213c68 100%) }
.property-image {
	margin: 0 auto;
	width: 1000px;
}


.archive-content-area h1 {
	margin: 0px;
}
.single-property-page-state {
	font-size: 14px;
	text-transform: uppercase;
}
.property-info, .property-address, .property-contact {
	font-size: 14px;
  flex: 1;
  min-width: 300px;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.property-details p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5;
}

.property-details i {
  color: #007bff;
  font-size: 24px;
  width: 24px; 
  text-align: center;
  line-height: 1.5;
}

.property-details i.fas {
	padding: 0!important;
}

.property-contact a {
  color: #007bff;
  text-decoration: none;
}

.property-contact a:hover {
  text-decoration: underline;
}
.back-to-category  {
	text-align: center;
}

/*ARCHIVE GRIDs*/

.page-id-1725 > div.wrapper > div.layout > div:nth-child(2) > div {
	padding-bottom: 0px;
}

.archive {
	background: #F5F6F7;
}

.archive-content-area p,
.archive-content-area h1 {
	text-align: center;
}
.archive-content-area {
	max-width: 1200px;
	margin: 10% auto 0 auto;
}
.archive-loop-main-div {
	padding: 300px auto 300PX auto;
}

.state-card img {
  width: 100%;
  height: 200px; /* You can adjust this height as needed */
  object-fit: cover;
  display: block;
	box-shadow: none !important;
}

.property-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 20px;
}

.property-card {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  flex: 0 0 calc(33.333% - 24px);
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.property-card img {
	box-shadow: none !important;
}

.property-card:hover {
  transform: translateY(-4px);
}

.property-title {
  margin: 0 0 10px;
  font-size: 1.5rem;
  color: #333;
}

.property-title a {
  text-decoration: none;
  color: inherit;
}

.property-city {
  font-size: 1.2rem;
  color: #666;
}

/* Responsive stacking on smaller screens */
@media (max-width: 768px) {
  .property-card {
    flex: 0 0 calc(50% - 24px);
  }
}

@media (max-width: 480px) {
  .property-card {
    flex: 0 0 100%;
  }
}
.state-card {
  display: block;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, background-color 0.2s ease;
  color: inherit;
  text-decoration: none;
}

.state-card:hover {
  transform: translateY(-4px);
  background-color: #f0f0f0;
}

.state-card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}


.state-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  padding: 20px;
}

.state-card {
  flex: 0 0 calc(33.333% - 24px);
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: center;
  padding: 20px;
  transition: transform 0.2s ease;
}

.state-card:hover {
  transform: translateY(-4px);
}

.state-card h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.state-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .state-card {
    flex: 0 0 calc(50% - 24px);
  }
}

@media (max-width: 480px) {
  .state-card {
    flex: 0 0 100%;
  }
}


/*ABOUT*/
/*image next to services*/
.page-id-6 > div.wrapper > div.layout > div:nth-child(5) > div > div.column_right > img {
	margin-top: 100px!important;
	height: 850px!important;
	object-fit: cover;
  object-position: center; 
}
.page-id-6 > div.wrapper > div.layout > div:nth-child(6),
.page-id-6 > div.wrapper > div.cta > div:nth-child(4),
.page-id-6 > div.wrapper > div.cta > div:nth-child(3),
.page-id-6 > div.wrapper > div.cta > div:nth-child(2),
.page-id-6  > div.wrapper > div.cta > div:nth-child(1) {
	display: none!important;
}

.page-id-6 ol ol li {
	margin: 10px 0px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0px 0px 0px;
}

.card {
  flex: 1 1 300px;
  max-width: 46%;
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  padding: 20px;
  box-sizing: border-box;
  transition: transform 0.2s ease-in-out;
}

.card-number {
  font-size: 22px;
  font-weight: bold;
  color: #213C68;
  margin-bottom: 10px;
}
.card h3 {
  margin: 0 0 10px;
  font-size: 16px;
	line-height: 24px;
}
.card p {
	font-size: 15px;
}

/* Optional Responsive Adjustment */
@media (max-width: 800px) {
  .card {
    flex: 1 1 100%;
		max-width: 100%;
  }
	
	.page-id-6 > div.wrapper > div.cta > div:nth-child(5) > div > div.column_right > img {
	  margin: 30px 0px!important;
		padding: 0;
	  height: 450px!important;
}
	
	.yellow_bar img {
	padding: 0px;
	}

}



/*HOME*/
.home .three_column_icon_with_text img {
	width: 90%;
	height: 350px;
	object-fit: cover;
  object-position: center;
}

.yellow_bar h1:after {
    bottom: 95%;
}




/*SERVICE PAGE*/
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select 
{
	text-align: left;
}

.flip-container,
.flip-container .front-side, .flip-container .back-side {
	min-height: 250px;
}

.flip-container {
	margin-bottom: 30px;
}

.flip-container .front-side{
	background-color: #ffc500;
}

.back-side p {
	font-size: 16px;
}


.page-id-1612 .row,
.page-id-1612 > div.wrapper > div.layout > div:nth-child(2) > div {
	padding:20px 15px 20px 15px !important;
}


/*MOBILE*/
@media only screen and (max-width: 768px) {
    .page-id-1612 .cards {
        display: inherit;
			width: 100%;
			margin: 15px 10px;
    }
	
	.flip-container {
			width: 100%;
			margin: 15px 10px;
	}
	
	.home .three_column_icon_with_text img {
	width: 95%;
	height: 300px;
	object-fit: cover;
  object-position: center;
 }
	
	.home-image {
	  object-fit: cover;
    height: 320px;
		width: 100%;
 }
	
	.grid-item {
  flex: 1 1 calc(100% - 1rem);
  text-align: center;
	margin-bottom: 20px;
}
	
.property-cards {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;            /* switch from block to flex */
  flex-direction: column-reverse; /* reverse the item order vertically */
  align-items: center;
}
}


		

/* ===== careers extra ===== */

#jtg-1952 .modula-item .jtg-social a, .lightbox-socials.jtg-social a{ fill: #ffffff; color: #ffffff }#jtg-1952 .modula-item .jtg-social-expandable a, #jtg-1952 .modula-item .jtg-social-expandable-icons a{ fill: #ffffff; color: #ffffff }#jtg-1952 .modula-item .jtg-social svg, .lightbox-socials.jtg-social svg { height: 16px; width: 16px }#jtg-1952 .modula-item .jtg-social-expandable svg { height: 16px; width: 16px }#jtg-1952 .modula-item .jtg-social-expandable-icons svg { height: 16px; width: 16px }#jtg-1952 .modula-item .jtg-social a:not(:last-child), .lightbox-socials.jtg-social a:not(:last-child) { margin-right: 10px }#jtg-1952 .modula-item .jtg-social-expandable-icons { gap: 10px }#jtg-1952 .modula-item .figc {color:#ffffff;}#jtg-1952 .modula-item .figc .jtg-title {  font-size: 24px; }#jtg-1952 .modula-item .modula-item-content { transform: scale(1); }#jtg-1952 { width:95%;}#jtg-1952 .modula-items .figc p.description { font-size:16px; }#jtg-1952 .modula-items .figc p.description { color:#ffffff;}#jtg-1952 .modula-items .figc .jtg-title { color:#ffffff; }#jtg-1952.modula-gallery .modula-item > a, #jtg-1952.modula-gallery .modula-item, #jtg-1952.modula-gallery .modula-item-content > a:not(.modula-no-follow) { cursor:zoom-in; } #jtg-1952.modula-gallery .modula-item-content .modula-no-follow { cursor: default; } #jtg-1952.modula-gallery .modula-item, #jtg-1952.modula-gallery .modula-grid-sizer { width: calc(33.333333333333% - 10px) ; } @media (min-width: 768px) and (max-width:992px) { html body #jtg-1952.modula-gallery .modula-item, html body  #jtg-1952.modula-gallery .modula-grid-sizer {width: calc(33.333333333333% - 10px ) ; } }@media (max-width: 768px) { html body #jtg-1952.modula-gallery .modula-item, html body  #jtg-1952.modula-gallery .modula-grid-sizer {width: calc(33.333333333333% - 10px ) ; } }#jtg-1952 .modula-items{position:relative;}@media screen and (max-width:480px){#jtg-1952 .modula-item .figc .jtg-title {  font-size: 12px; }#jtg-1952 .modula-items .figc p.description { color:#ffffff;font-size:10px; }}

/* ===== contact extra ===== */


:root {
				--wpforms-field-border-radius: 3px;
--wpforms-field-border-style: solid;
--wpforms-field-border-size: 1px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-field-menu-color: #ffffff;
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-border-style: none;
--wpforms-button-border-size: 1px;
--wpforms-button-background-color: #066aab;
--wpforms-button-border-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-background-image: none;
--wpforms-background-position: center center;
--wpforms-background-repeat: no-repeat;
--wpforms-background-size: cover;
--wpforms-background-width: 100px;
--wpforms-background-height: 100px;
--wpforms-background-color: rgba( 0, 0, 0, 0 );
--wpforms-background-url: none;
--wpforms-container-padding: 0px;
--wpforms-container-border-style: none;
--wpforms-container-border-width: 1px;
--wpforms-container-border-color: #000000;
--wpforms-container-border-radius: 3px;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
--wpforms-container-shadow-size-box-shadow: none;
			}
/*# sourceURL=wpforms-modern-full-inline-css */

				#wpforms-1353 {
				
			}
			

/* ===== services extra ===== */


:root {
				--wpforms-field-border-radius: 3px;
--wpforms-field-border-style: solid;
--wpforms-field-border-size: 1px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-border-color-spare: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-field-menu-color: #ffffff;
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-border-style: none;
--wpforms-button-border-size: 1px;
--wpforms-button-background-color: #066aab;
--wpforms-button-border-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-background-image: none;
--wpforms-background-position: center center;
--wpforms-background-repeat: no-repeat;
--wpforms-background-size: cover;
--wpforms-background-width: 100px;
--wpforms-background-height: 100px;
--wpforms-background-color: rgba( 0, 0, 0, 0 );
--wpforms-background-url: none;
--wpforms-container-padding: 0px;
--wpforms-container-border-style: none;
--wpforms-container-border-width: 1px;
--wpforms-container-border-color: #000000;
--wpforms-container-border-radius: 3px;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;
--wpforms-container-shadow-size-box-shadow: none;
			}
/*# sourceURL=wpforms-modern-full-inline-css */

				#wpforms-1668 {
				
			}
			
/* Editor-safety guard: the CMS richtext editor stores <li><p>…</p></li>.
   Without this, bullet lists loosen after any client save. (git-native CMS hookup) */
li > p { margin: 0 !important; }
