/* 
Theme Name: Go Mental with HG
Theme URI: http://gomentalwithhg.org
Author: Robert Guajardo
Author URI: http://robertguajardo.com
Description: A custom WordPress theme for Go Mental wiht HG.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: go-mental-with-hg
*/

/* Temporary */
/*
section.our-team {
    display: none!important;
}
*/
.home .one-column-section {
    width: 100%;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 80px 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home .one-column-section .content {
    max-width: 84%;
    margin: 0 auto;
}


.home .one-column-section .content .buttons.aos-init.aos-animate {
    position: relative;
	margin-left: 50px;
}


@media (min-width: 1024px) {
  .home .one-column-section .content{
        padding: 200px !important;
    }
}
.home .content, .image {
    flex: 1;
}

@media (min-width: 2560px){
	.one-column-section {
    padding: 264px 100px!important;
	}
}


body.home.page-id-21 {
	background-color: #0C2340;
}
/* Global */

h2{
	color: #0C2340;
}
h3{
	color:#005EB8;
}
h4 {
	font-size: 1rem;
	color: #005EB8;
}

p {
	font-size: 21px; /* was 18px */
}


@media (min-width: 640px) and (max-width: 1499px){
    .home header {
       /* height:650px; */
        background:transparent;
    }
}
@media (min-width: 576px) and (max-width: 639px){
    .home header {
     /*   height:345px;  */
    }
}

header > div.active > div.logo.nav-left {
    z-index: 99;
}
/* Base Button Style */
.button {
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid transparent; /* Default border */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    text-align: center;
    min-width: fit-content;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border-radius: 0; /* Optional: Rounded edges */
}

/* Yellow Button (Primary) */
.button.yellow-btn {
    background-color: #CB9700;
    color: #FFFFFF;
    border-color: #CB9700;
}

.button.yellow-btn:hover {
    background-color: #FFFFFF;
    color: #0C2340;
    border-color: #0C2340;
}

/* Blue Button (Secondary) */
.button.blue-btn {
    background-color: #0C2340;
    color: #CB9700;
    border-color: #0C2340;
}

.button.blue-btn:hover {
    background-color: #FFFFFF; /* White background */
    color: #0C2340; /* Blue text */
    border-color: #CB9700; /* Yellow border */
}

section.one-column-section > .content > .buttons > a.button.blue-btn {
    margin-left: -50px;
}

form button.button.yellow-btn {
    width: 100%;
    margin-top: 15px;
}
.buttons{
    position: absolute;
}

/* Hide Footer Top  */

div#wit {
    display: none;
}

@media (max-width: 992px){
	 .image img {
		width: 100%!important;
		max-width:100%!important;
		height:100%!important;
		max-height:100%!important;
		 margin-bottom: 10%;
	}
}







/* Basic Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    outline: 0;
}

/* Typography */
body {
    font-family: 'proxima-nova', Arial, sans-serif;
    color: #212529;
    line-height: 1.5;
    font-size: 1rem;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700!important;
    color: #000;
}
h4, h5{
	color:#005EB8!important;
}

p {
    margin-bottom: 1rem;
    color: #333;
}

a {
	text-decoration:none;
}
main a:hover:after, main a:focus:after {
    opacity: 0!important;
	font-weight:400;
} 



/* Reusable Utility Classes */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

.hidden {
    display: none !important;
}

/* Navbar */
.navbar.d-flex.justify-content-between.align-items-center {
    background-color: rgba(12, 35, 64, .4)!important;
}
.navbar.d-flex.justify-content-between.align-items-center.is-solid {
    background-color: rgba(12, 35, 64, 1)!important;
}

.navbar nav.top-nav a {
    font-size: 18px !important;
    text-transform: uppercase;
}
nav > .primary-menu > li > a:hover{
    color: #005EB8!important;
}

nav ul li a {
	text-decoration:none;
}

.navbar {
    background-color: #f8f9fa;
    padding: 1rem 0;
}

.navbar .logo img {
    max-width: 100%;
    height: auto;
}

/* Responsive Breakpoints */
@media (max-width: 576px) {
    .navbar .logo img {
        max-width: 75%;
    }
}

/* NAV */
.navbar.d-flex.justify-content-between.align-items-center {
    background-color: transparent;
	position: fixed!important;
	padding: 20px 45px;
	z-index; 3;

}

.navbar.d-flex.justify-content-between.align-items-center.is-solid {
	padding: 8px 45px 6px;
	position: fixed!important;
	background-color: #0C2340;
}
.nav-toggle.d-flex.d-xl-none.align-items-center {
    position: relative;
    z-index: 10;
}
.navbar.is-solid .top-nav a {
    color:#FFFFFF!important;
}

/* Mobile Nav Menu */ 

ul#menu-main-1 > li.menu-item{
    margin-bottom:50%;
}

ul#menu-main-1 > li.menu-item > a{
    font-size:30px!important;
    text-decoration:none;
}


/* **************** organize CSS  *********************************** */





/* ************************ HOME HEADER  **************** */ 

.home header {
    height: unset!important;
    min-height: unset!important;
    max-height: unset!important;
    padding-top: 0!important;

}
@media(min-width: 1500px){
    .home header {
        height: unset!important;
        min-height: unset!important;
        max-height: unset!important;
        padding-top: 0!important;

    }
}



/* ************************ HERO Section **************** */ 


section.home.home-hero-section {
   /*  background-color: #0C2340; */
}
/* General iframe styling */
/*
iframe {
    width: 100%;
    max-width:100%;
    height: auto;
}
*/
*, *::before, *::after{
    box-sizing: border-box;
}
a {
    text-decoration:none;
    color: #042d72;
}

.home .home-hero-section {
   /* position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
}


.home .home-hero-section .title h1 {
    font-size: 3.5rem;
    color: white;
}

@media (min-width: 576px) and (max-width: 768px) {
    .home .home-hero-section .title h1 {
        font-size: 2.5rem;
    }
}

.home header:before {
    display:none;
}

.home .navbar {
    opacity: 1!important;
}

.home .home-hero-section{
    /* position:absolute!important; */
    top:0;
    left:0;
    z-index:1;/* was 0 */
}

.home .home-hero-section:before {
    background: url(../wp-content/uploads/2025/01/dots-overlay.svg) repeat;
    background-size: 2px 4px;
    z-index: 1;
}

.title {
    position: absolute;
    top:30%;
    left:5%;
    z-index: 2;
}
/*
.home .home-hero-section {
     position: relative;
    width: 100%;
    height: 100%; 
    overflow: hidden;
}
*/

.home .home-hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}


/* Background Image */
.home-hero-section .hero-background {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    z-index: 1; /* Ensure it's behind content */
}

/* Hero Content */
.home .title h1 {
    position: relative;
    text-align: left;
    color: #fff;
    font-size: 5.625rem;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

.home .title  h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 2.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    line-height: 1;
    padding-bottom: 25px;
    color: rgba(12, 35, 64, 1);
}

/* Container for all callouts */
.info-callouts {
  position: relative;
  margin-top: 30px;
}

/* Each callout is positioned absolutely or however you want */
.callout {
  position: absolute;
  top: 0;
  left: 0;
  /* or some spacing if you need them stacked differently */
}

/* The text inside the heading */
.callout .heading h2 {
  margin: 0;
  padding: 5px 20px;
  background: #fff; /* just so it’s visible */
  white-space: nowrap; /* prevent text from wrapping as it narrows, if desired */
}

.heading {
  background-color: #ddd;
  width: 0;
  height: 100%;
  transition: width 1s ease-in-out;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

/* "Open" state */
.heading.full-width {
  width: calc(100% + 20px);
}

/* Nest a child that counters the skew,
   so text is displayed normally: */
.heading-content {
  /* Opposite skew (positive 25deg) to neutralize the parent's skew */
  transform: skewX(25deg);
  /* Because the parent is already position: relative or so, 
     text is placed normally within this .heading-content. */
  padding: 10px 20px;
}

.heading-content h2 {
  margin: 0;
  color: #042d72;
}

/* Arrow Animation */
.scroll-down #arrow {
    animation: scroll-arrow 2s infinite;
}

@keyframes scroll-arrow {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Hero Background for Image */
.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Video Background */
.hero-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}


.hero-background.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.hero-background.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}


/* 📽️ Background Video Container */
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    object-fit: cover;
    border: 0;
}

/*
.responsive-embed-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.responsive-embed {
    position: absolute;
    width: 100%;
    height: 400px;
    padding-bottom: 56.25%; 
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 767px){
    .responsive-embed iframe {
        position: absolute;    
    }
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: opacity 3.5s ease;
}

.video-poster.fade-out {
    opacity: 0;
    pointer-events: none;
}

/*
/* YouTube/Vimeo Placeholder Image */
.embed-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
}

/* Initially Hide the iframe */
.hidden {
    display: none;
}

/* Iframe Styling */
#iframe-container iframe {
    width: 100%;
    height: 100%;
}

/* Slider Background */
.mobile-slideshow .image {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.home .mobile-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 640px) and (max-width: 1499px){
    .hero-background.responsive-embed-wrapper,.video-poster.fade-out {
        max-height: 95%;
    }

}   
@media (min-width: 576px) and (max-width: 639px){
    .video-poster{
       height: 345px;
    }
}   
@media (min-width:993px) and (max-width: 1499px) {

 /*   .home .title {
        margin-top:-25%;
    }
    */
    .home .title h1 {
        font-size: 2.5rem!important;
    }
    .home .callout h2{
        font-size: 1.5rem;
    }
}

@media (min-width:769px) and (max-width: 992px){
    .home .title {
        margin-top:-10%;
    }
    .home .title h1 {
        font-size: 1.7rem!important;
    }   
    .home .callout h2{
        font-size: 1rem
    }
}

@media (min-width:640px) and (max-width: 768px){
    .home .title {
        margin-top:-15%;
    }
}
@media (min-width:576px) and (max-width: 639px){
    .home .title {
        margin-top:-75%;
    }
}
@media (min-width:576px) and (max-width: 768px){
    .home .title h1 {
        font-size: 2rem;
    }   
    .home .callout h2{
        font-size: 1rem
    }
}
@media (max-width: 767.98px) {

    .navbar, .navbar.is-solid {
        padding: 8px 20px 6px!important;
    }
}
@media (max-width: 575px){
  /*  
    .home .home-hero-section {
        height: 75vh!important;
        min-height: 350px!important;
        max-height: 450px!important;
        padding-top: 120px!important;
        text-align: left!important;
    }
*/
/* 
    #home header {
        height: 50vh!important;
        min-height: 350px!important;
        max-height: 450px!important;
        padding-top: 120px!important;
        text-align: left!important;
    }
*/
    .home .home-hero-section{
   /*     position:absolute!important;
        top:-46px;
        */
    }
    .title {
        position: absolute;
        top: 42%;
        left:2%;
    }
    .home .title h1 {
        font-size: 2rem!important;
        padding-bottom:0;
    }   
    .home .callout h2{
        font-size: .6rem;
    }
    
}
/*
@media (max-width: 575px) {
    .home .home-hero-section {
        height: auto;
        min-height: 350px;
        padding-top: 100px;
        text-align: left;
        position: relative;
    }

    .video-bg {
        height: 100%;
        width: 100%;
    }

    .video-bg iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        transform: none;
        min-height: unset;
        min-width: unset;
        object-fit: cover;
    }

    .title {
        position: relative;
        top: auto;
        left: auto;
        padding: 20px;
        z-index: 2;
    }

    .home .title h1 {
        font-size: 1.8rem;
        padding-bottom: 10px;
    }

    .home .callout h2 {
        font-size: 0.9rem;
    }

    .scroll-down {
        display: none; 
}
*/
/* END HOME HERO SECTION */














/* Responsive Adjustments */
@media (max-width: 1200px) { /* Laptop */
 /*   .hero-section {
        height: 85vh; 
    }

    .hero-background iframe,
    .hero-background video {
        width: 100%;
        height: 100%;
    }
*/
}

@media (max-width: 992px) { /* Tablet Landscape */
/*    .hero-section {
        height: 75vh; 
    }

    .hero-background iframe,
    .hero-background video {
        width: 100%;
        height: auto;
    }
*/
}

@media (max-width: 768px) { /* Tablet Portrait */
 /*   .hero-section {
        height: 65vh; 

    .hero-background iframe,
    .hero-background video {
        width: 100%;
        height: auto;
    }
    */
}

@media (max-width: 575px) { /* Mobile Devices */


    .hero-background {
        background-position: center top; /* Center the image on smaller screens */
    }

  /*  .hero-background iframe,
    .hero-background video {
        width: 100%;
        height: auto;
    }
*/
    .mobile-slideshow .image {
        height: 55vh; /* Match section height */
    }

    .info-callouts h2 {
        font-size: 1.2rem; /* Adjust callout font size for readability */
    }
}

/* Additional Tweaks */
.scroll-down {
    bottom: 20px; /* Adjust scroll indicator for smaller screens */
}

.title h1 {
    font-size: 3rem; /* General adjustment for headlines */
    margin-top: 20px;
    text-align: center;
}












/* HERO Sechtion h1 p */
.hero-content{
		width: 900px;
		position: absolute;
    z-index: 1;
    top: 30%;
		padding:25px 25px;
		background-color:rgba(255, 255, 255, 0.7);
}
.hero-content h1{
	color:#0C2340;
}
.hero-content p{
	color:#0C2340!important;
	/* text-shadow: 1px 1px 1px #000000; */
}


@media (max-width: 992px){
	.hero-content.text-left {
		max-width: 75%;
		margin-top: -4%;
		margin-left: 5%;
	}
}

@media (max-width: 575px){

    #portfolio .hero-content{
        padding: 10px 25px;
    }
    .hero-content.text-left {
        max-width: 90%;
        margin-top: 5%;
    }  

    .hero-content.text-left h1 {
        font-size: 18px;
    }    
    .hero-content.text-left p {
        font-size: 14px;
    }   
}









/* Hero sections */ 

main li{
	font-size: 21px!important;
}

#our-services .hero-content.text-center p{
	color:#0C2340!important;

}
.hero-buttons{
	display:none;
}


section.page.hero-full {
    height: 100vh; /* Full viewport height */
}
section.page.hero-half {
    height: 50vh; /* Half viewport height */
}

section.page.hero-standard {
    height: 40vh; /* Standard Height */
}
/* Who We Are */ 

body.home section.two-columns h2 {
	color: #FFFFFF; /* was #cb9700 */
	font-size: 2.5rem
}

body.home section.two-columns div.content p {
	color: #ffffff;
}


body.home .callout .heading a{
	text-decoration:none;
	color: #0C2340;
}

/*
#home header {
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    padding-top: 120px;
    text-align: left;
}
*/

/* ************************ END HERO SECTION ************************ */
/* General Hero Section */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
}


/*
.home .hero-section {
    height: 100vh;
    min-height: 700px;
    max-height: 900px;
    padding-top: 120px;
    text-align: left;
}
*/

.hero-section {
   justify-content:left!important;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}
/* Background Image */
.hero-section .hero-background {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Avoid repeating the image */
    z-index: 1; /* Ensure it's behind content */
}


.hero-section:before, .hero-section:after {
    content: '';
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (min-width: 1500px) {
    .hero-section{
        padding: 290px 45px 210px;
    }
}


/* SINGLE PROPERTY PAGE */

.property-hero p {
	margin-bottom: 0!important;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); 
}

#hello-world .navbar.d-flex.justify-content-between.align-items-center {
    background-color: #0C2340;
}

/* ********************************************************** */
/* SINGLE PROPERTY PAGE - HERO SECTION */
/* ********************************************************** */

.property-hero {
    max-width: 95vw;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
}

.property-hero .hero-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    margin-left: 10%;
    margin-bottom: 10%;
}

.property-hero .hero-overlay-content {
    flex: 1;
    background-color: transparent;
    border-radius: 5px;
    padding: 0 50px;
    text-align: left;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

/* Overlapping H1 */
.property-hero .hero-title {
    font-size: 4rem;
    font-weight: bold;
    background: white;
    padding: 10px 20px 0px 0px;
    position: relative;
    z-index: 6;
    display: inline-block;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.property-hero h1.hero-title {
    color: #0C2340!important;
}

.property-location {
    color: #d4af37;
    font-weight: bold;
}

.property-location a {
    color: #005EB8; 
    font-weight: bold;
    text-decoration: none;
}

/* Contact Box */
.contact-box {
    background-color: transparent;
    padding: 20px 20px 20px 0;
    border-radius: 5px;
    margin-top: 20%;
}

.contact-box a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: black;
}

/* ********************************************************** */
/* SINGLE PROPERTY PAGE - HERO SLIDER */
/* ********************************************************** */

.hero-image-slider {
    position: relative;
    width: 90%;
    max-width: 100%;
    overflow: hidden;
    margin-left: 12%;
    margin-top: 0;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.hero-image-slider .slider-container .slide {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-image-slider .slider-container .slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(203, 151, 0, 0.7);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 24px;
	z-index:9999;
}

.slider-prev {
    left: 10px;
}

.slider-next {
    right: 10px;
}

/* ********************************************************** */
/* RESPONSIVE ADJUSTMENTS */
/* ********************************************************** */

/* Screens 1400px - 1800px */
@media (min-width: 1200px) and (max-width: 1800px){
    .property-hero .hero-overlay-content {
        left: -15%;
    }
}

/* Stacking at 1024px & Below */
@media (max-width: 1024px) {
    .property-hero .hero-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-left: 0;
        margin-bottom: 5%;
    }

    .property-hero .hero-overlay-content {
        position: static;
        transform: none;
        padding: 20px;
        text-align: center;
        width: 100%;
    }

    .property-hero .hero-title {
        font-size: 3rem;
        padding: 10px;
    }

    .hero-image-slider {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-box {
        margin-top: 10px;	
    }
	.contact-box a{
		justify-content:center!important;		
	}
}

/* Adjustments for 768px */
@media (max-width: 768px) {
    .hero-image-slider {
        width: 100%;
    }

    .slide img {
        height: 400px;
    }
}

/* Adjustments for 480px */
@media (max-width: 480px) {
    .slide img {
        height: 300px;
    }
}

/* ********************************************************** */
/* SINGLE PROPERTY PAGE - ABOUT SECTION */
/* ********************************************************** */

.property-about {
    background-color: #eef1f3;
    padding: 8%;
}

.property-about h2 {
    padding-bottom: 50px;
    font-size: 3rem;
    color: #0C2340 !important;
    text-align: left;
}

/* ********************************************************** */
/* ABOUT SECTION LAYOUT - ABOVE 1500PX (SIDE BY SIDE) */
/* ********************************************************** */

.property-about-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/* ********************************************************** */
/* LEFT COLUMN - PROPERTY INFO GRID */
/* ********************************************************** */

.property-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
    max-width: 600px;
}

/* Individual Info Boxes */
.info-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background: #0a1e40;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    height: 200px;
}

.info-box {
    transition: box-shadow 0.5s ease;
}

.info-box:hover {
    box-shadow: 0px 15px 25px #3f3b3b;
}

/* Adjust Heading Sizes for Info Boxes */
.info-box h3 {
    font-size: 28px;
    color: #FFFFFF; /* was #CB9700 */
}

/* Adjust Paragraph Styles */
.info-box p, 
.info-box a {
    margin-top: 10px;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
    font-size: 21px; /* was 18px */
	color:#FFFFFF;
}
.info-box a{
	text-decoration:none;
}
.info-box i.fas {
    color: #005EB8;
}

.info-box p.sqf {
    font-weight: 700;
    font-size: 24px;
	color:#FFFFFF;
}

/* ********************************************************** */
/* RIGHT COLUMN - PROPERTY CONTENT */
/* ********************************************************** */

.property-content {
    flex: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* About Description */
.property-description {
    line-height: 1.6;
    font-size: 21px !important; /* was 18px */
    text-align: left;
    max-width: 100%;
}

/* ********************************************************** */
/* KEY FEATURES & LOCATION BENEFITS */
/* ********************************************************** */

.property-extra {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 600px;
}

.features, .location-benefits {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

/* Fix Unordered List (UL) Alignment */
.features ul,
.location-benefits ul {
    padding-left: 0;
    list-style-position: inside;
}

/* Adjust Heading Alignment */
.features h3,
.location-benefits h3 {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 2px solid #CB9700 !important;
    display: inline-block;
    padding-bottom: 5px;
    color: #005EB8;
}

/* Adjust List Item Spacing */
.features ul li,
.location-benefits ul li {
    margin-bottom: 8px;
}

span.image.list > img {
	width:50px!important;
	max-width:100%!important;
	height:auto!important;
	max-height:100%!important;
	margin-bottom:10px!important;
	margin-right: 10px;

}
/* ********************************************************** */
/* BELOW 1500PX - STACKING CONTENT */
/* ********************************************************** */

@media (max-width: 1500px) {
    .info-box h3 {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .property-about-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .property-extra {
        flex-direction: column;
        max-width: 600px;
    }

    .features, .location-benefits {
        max-width: 100%;
    }
}

@media (max-width: 992px){
	span.image.list > img {
		width:50px!important;
		max-width:100%!important;
		height:auto!important;
		max-height:100%!important;
		margin-bottom:10px!important;
		margin-right: 10px;
	}
}
@media (max-width:624px){
	.property-info-grid {
		grid-template-columns: 1fr;
	}
}









/* *************************Two Column Section ********************** */
/* Who We Are Content Section */ 
/* main section:nth-of-type(1) {
	background-color:#0C2340!important;
	color:#FFF!important;
} */
.two-columns h2{
	font-size: 2.5rem;
}
@media (max-width: 1024px) {
	section.two-columns{
		background-position: 20% 16%;
	}

}


main section:nth-of-type(1) h2{
	color:#CB9700!important; /* Was #CB9700 */
	font-size: 2.5rem;
}

#home main section:nth-of-type(1) p{
	color:#fff!important;
}

main section:nth-of-type(1) .content .columns{
	display:none;
}

/* General Two Columns Styles */
section.two-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Switch columns based on class */
section.two-columns.switch-columns {
    flex-direction: row-reverse;
	padding:5% 0;
}
section.two-columns{
	padding: 5% 0;
}
.content, .image {
    flex: 1;
}
/*
.content {
    padding-right: 20px;
}

*/
.two-columns  .content {
	padding: 0 6% 0 11%; /* was 5% */
}

.two-columns  .image {
	padding: 0 5% 0 0%;  /* was 0 5% */
}
@media (max-width: 1800px){
	section.two-columns{
		padding: 5%;
	}

.two-columns  .content {
	padding: 0 5% 0 0; /* was 5% */
}

.two-columns  .image {
	padding: 0;  /* was 0 5% */
}

}
.two-columns.switch-columns .content {
	padding: 5% 13% 5% 5%;
	width: 100%;
	max-width: 50%;
}

.two-columns.switch-columns .image {
	padding: 0 0 0 5%; /* was  0 6% 0 15% */
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 616px;
    max-width: 50%; /* Ensures consistent sizing was 600px */
    height: 640px; /* Set uniform height */
}


.content h2, .content h1 {
    margin: 0 0 10px;
}

.columns {
    display: flex;
    margin-top: 20px;
}

.column {
    flex: 1;
    padding-right: 10px;
}

section.two-columns .buttons {
    margin-top: 20px;
}



.buttons a:nth-of-type(2) {
    display: none;
}


/* Media Section */
.image img, .image video, .embedded-video iframe, .two-columns-slider .slide img, .two-columns-switch .image img {
    max-width: 100%;
   /* width: 616px; */ /* was 100% */
    height: 600px; /* 100% Ensures uniform height */
    object-fit: cover; /* Ensures proper scaling without stretching */
}

.embedded-video {
    width: 100%;
    height: 400px; /* Match uniform height */
    position: relative;
    overflow: hidden;
}

.embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-columns-slider {
    width: 100%;
    max-width: 600px; /* Adjust to match image/video size */
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px; /* Ensure consistent height */
}

.two-columns-slider .slide {
    width: 100%;
    max-width: 600px; /* Ensures consistent size */
    height: 400px; /* Maintain uniform height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 991px){
	
	.two-columns .content {
		padding: 0;
		margin-bottom: 10%;
		max-width: 100%;
	}

	.two-columns .image {
		padding: 0;  
		max-width: 100%; 
	}
}
/* Responsive for Switched Columns */
@media (max-width: 990px){

	.two-columns.switch-columns .content {
	    padding: 0;
	    margin-bottom: 10%;
		max-width: 75%;
		margin-top: 15%;
	}
	.two-columns.switch-columns .image {
	    padding: 0;
		max-width: 75%;
		margin-top:100px;
	}
	
	.two-columns .content {
	    padding: 0;
	    margin-bottom: 10%;
		max-width: 75%;
		margin-top: 15%;
		
	}
	.two-columns .image {
	    padding: 0;
		max-width: 75%;
	}

}
@media (max-width: 768px){
    .two-columns.switch-columns .content {
        margin-top: 0!important;    
    }
}

@media (min-width: 769px) and (max-width: 1024px){
	
	
	#about-us .two-col-nested-three.bg-image {
		background-position: 20% 16%!important;
	}

	#about-us .row.top-row  .col-left {
		margin-top:100px;
		padding: 100px;
	}

	#about-us .row.top-row .col-right {
    	margin-top: 10%;
	}

}
@media (max-width: 1024px) { /* was 768xp  then  991px adjusted and tested to 1024px */ 
    section.two-columns {
        flex-direction: column !important;
    }
	#about-us section.two-columns {
		background-position: 50% 16%!important;
	}
	#about-us > main.content > section.two-columns > div.content {
		margin-top:0;
		width:100%!important;
		
	}
	#about-us section.two-columns .image{
		padding:0!important;
	}
	#about-us > main.content > section.two-columns > div.image > img {
		/* margin-top:100px; */
		width:100%!important;
		
	}
    .content {
        order: 1;
    }
    
    .image {
        order: 2;
    }

    .columns {
        flex-direction: column;
    }

    .column {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .two-columns .image, .two-columns-slider, .embedded-video {
        max-width: 75%;
        height: 300px; /* Adjusted for smaller screens */
		margin-top: 50px;
    }
}

/* Default size for desktop */
.embedded-video iframe {
    width: 75%;
    height: 100%;
}

/* For tablets (screens between 768px and 1024px) */
@media (max-width: 1024px) {
    .embedded-video iframe {
        width: 100%;
        height: 375px;
    }
}

/* For mobile devices (screens 768px or smaller) */
@media (max-width: 768px) {
    .embedded-video iframe {
        width: 75%;
        height: 300px; /* Keeps the aspect ratio */
    }
	#about-us .row.top-row  .col-left {
		margin-top:200px;

	}	
	#about-us .row.top-row .col-right {
    	margin-top: 25%;
	}
}

/* HOME OUR TEAM Two Columns Styles */

/* Team Content Section */ 
body.home section.our-team {
	padding:5%;
}

body.home section.our-team h2{
	text-align: left;
	font-size: 2.5rem;
}

body.home section.our-team p{
	text-align:left;
}

body.home  main section:nth-of-type(1) .content .columns{
	display:none;
}


body.home section.our-team {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    background: #fff;
    padding: 5% 11%;
    position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Switch columns based on class */
body.home section.our-team.switch-columns {
    flex-direction: row-reverse;
}

body.home section.our-team. .content,section.our-team. .image {
    flex: 1;
}


body.home .our-team .content {
    padding: 5% 15% 5% 5%; /* was 5% */
	width: 100%;
	max-width: 50%;
}

body.home .our-team .image {
    padding: 0 5% 5% 0;  /* was 0 5% */
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    max-width: 50%; /* Ensures consistent sizing was 600px */
    height: 400px; /* Set uniform height */
}

body.home section.our-team. .content h2, body.home section.our-team. .content h1 {
    margin: 0 0 10px;
}

body.home section.our-team > .content > .columns{
	display:none!important; /* remove with there is content */ 
}
body.home section.our-team .columns {
    display: flex;
    margin-top: 20px;
}

body.home section.our-team .column {
    flex: 1;
    padding-right: 10px;
}

body.home section.our-team .buttons {
    margin-top: 20px;
	text-align:left;
}



body.home section.our-team a.sign-up {
    display: none!important;
}

.home section.our-team .buttons a:hover{
	text-decoration:none!important;
	background-color: #eef1f3;
	color: #0C2340;
	font-weight:700;
	
}
/* Media Section */
body.home section.our-team .image img, body.home section.our-team .image video, body.home section.our-team .embedded-video iframe, body.home .our-team-slider .slide img {
    max-width: 100%;
    width: 100%;
    height: 100%; /* Ensures uniform height */
    object-fit: cover; /* Ensures proper scaling without stretching */
}

body.home section.our-team. .embedded-video {
    width: 100%;
    height: 400px; /* Match uniform height */
    position: relative;
    overflow: hidden;
}

body.home section.our-team. .embedded-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.home .our-team-slider {
    width: 100%;
    max-width: 600px; /* Adjust to match image/video size */
    display: block;
    position: relative;
    overflow: hidden;
    height: 400px; /* Ensure consistent height */
}

body.home .our-team-slider .slide {
    width: 100%;
    max-width: 600px; /* Ensures consistent size */
    height: 400px; /* Maintain uniform height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* Responsive Adjustments */
@media (max-width: 991px){
    body.home .our-team .image {
        margin-top:100px;
    }

}

/* Responsive Adjustments */
@media (max-width: 991px){
	
	body.home .our-team .content {
		padding: 0%;
		max-width: 75%;
	}

	body.home .our-team .image {
		padding: 5%;  
		max-width: 600px; 
	}
}

@media (max-width: 991px) { /* was 768xp */ 
    body.home section.our-team {
        flex-direction: column !important;
    }

    body.home section.our-team. .content {
        order: 1;
    }
    
    body.home section.our-team. .image {
        order: 2;
    }

    body.home section.our-team. .columns {
        flex-direction: column;
    }

    body.home section.our-team. .column {
        padding-right: 0;
        margin-bottom: 20px;
    }

    body.home .our-team .image, .our-team-slider, body.home section.our-team .embedded-video {
        max-width: 100%;
        height: 300px; /* Adjusted for smaller screens */
    }
}

/* Default size for desktop */
body.home section.our-team .embedded-video iframe {
    width: 100%;
    height: 100%;
}

/* For tablets (screens between 768px and 1024px) */
@media (max-width: 1024px) {
    body.home section.our-team .embedded-video iframe {
        width: 100%;
        height: 375px;
    }
	body.home > section.our-team{
		background-position: 20% 16% !important;	
	}

	body.home section.our-team .content{
		margin-top: 23%;
	}
	body.home section.our-team .image img{
		margin-top: 5%!important;
	}
	
	body#our-services > main > section.two-columns {
		background-position: 20% 16% !important;	
	}	
	body#our-servces main section.two-columns .content{
		margin-top: 23%;
	}
	
}

/* For mobile devices (screens 768px or smaller) */
@media (max-width: 768px) {
    body.home section.our-team .embedded-video iframe {
        width: 100%;
        height: 300px; /* Keeps the aspect ratio */
    }
}
/* === FLEXIBLE HERO SECTION === */

.flexible-hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; /* Default center, overridden by hero alignment */
    color: white; /* Default text color */
    padding: 0 15px;
}

/* Hero Height Options */
.hero-full {
    height: 100vh;
    min-height: 700px;
}

.hero-half {
    height: 50vh;
    min-height: 350px;
}

/* Background Image */
.flexible-hero-section .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* Background Video */
.flexible-hero-section .hero-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

/* Embedded Video */
.flexible-hero-section .hero-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border: none;
}

/* Background Slider */
.flexible-hero-section .background-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.flexible-hero-section .background-slider .slider-item {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.flexible-hero-section .background-slider .slider-item.active {
    opacity: 1;
}

/* Hero Content */
.flexible-hero-section .hero-content {
    position: relative;
    z-index: 2;
    text-align: inherit;
    max-width: 80%;
}

.flexible-hero-section .hero-content h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
    text-transform: none;
    letter-spacing: normal;
}

.flexible-hero-section .hero-content p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

/* Subheadline Slider */
.hero-subheadline-slider {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.hero-subheadline-slider p {
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: opacity 1s ease-in-out;
}

.hero-subheadline-slider p.active {
    opacity: 1;
}

/* Buttons */
.flexible-hero-section .hero-buttons {
    margin-top: 20px;
}

.flexible-hero-section .hero-buttons a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #CB9700;
    color: #0C2340;
    background-color: #CB9700;
    text-decoration: none;
    font-weight: 400;
    margin: 5px;
    transition: background 0.3s ease, color 0.3s ease;
}

.flexible-hero-section .hero-buttons a:hover {
    background-color: #eef1f3;
    color: #0C2340;
	font-weight:700;
}

/* Hero Alignment */
.text-left {
    text-align: left;
	left: 0;
}

.text-center {
    text-align: center;
	display:block;
	margin-left:auto;
	margin-right:auto;

}

.text-right {
    text-align: right;
	right: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .flexible-hero-section .hero-content h1 {
        font-size: 2.5rem;
    }

    .flexible-hero-section .hero-content p {
        font-size: 1.2rem;
    }

    .flexible-hero-section {
        padding: 30px;
    }
}







/* Our Business Section */
.our-business {
    padding: 40px 20px;
    text-align: center;
    /* Ensure the text is readable on all backgrounds */
    color: #0C2340; /* Dark Blue (adjust for contrast as needed) */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.our-business__title {
    font-size: 1.8rem;
    color: #0C2340; /* Dark Blue */
    margin-bottom: 15px;
    border-bottom: 2px solid #CB9700; /* Orange */
    display: inline-block;
    padding-bottom: 5px;
}

.our-business__description {
    font-size: 1rem;
    color: #0C2340;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Grid Layout for Features */
.our-business__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* 2 columns */
	grid-template-rows: repeat(2, auto); /* 2 rows */
	gap: 50px; /* Spacing between items */
}

.our-business__item {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
	
}

.our-business__icon {
    font-size: 3rem;
    color: #005EB8; /* Media Blue */
    /* margin-bottom: 15px; */
}

.our-business__icon img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
}

.our-business__item-title {
    font-size: 1.1rem;
   /*  color: #CB9700; Orange */
	color: #005EB8; /* ligher blue */
    margin-bottom: 10px;
}

.our-business__item-description {
    color: #0C2340; /* Dark Blue */
    line-height: 1.5;
}

/* --- Media Queries for Responsiveness --- */

/* Medium Screens (Tablets and Small Laptops) */
@media (max-width:767px){
   .our-business__grid {
    	grid-template-columns: 1fr; /* Single column */
	}
	
}
@media (min-width: 768px) {
    .our-business__grid {
        grid-template-columns: repeat(2 1fr); /* Two columns */
    }

    .our-business {
        padding: 60px 40px;
    }

    .our-business__title {
        font-size: 2rem;
    }

    .our-business__description {
        font-size: 1.1rem;
    }
}

/* Large Screens (Desktops) */
@media (min-width: 1024px) {
    .our-business__grid {
      /*  grid-template-columns: repeat(4, 1fr); *//* Four columns */
    }

    .our-business {
        padding: 80px 60px;
    }

    .our-business__title {
        font-size: 2.4rem;
    }

    .our-business__description {
        font-size: 1.2rem;
    }

    .our-business__item {
        padding: 30px;
    }

    .our-business__item-title {
        font-size: 1.3rem;
    }

    .our-business__item-description {
       /*  font-size: 1rem; */
    }
}







/* Featured Properties Carousel */

.carousel-module {
    padding: 110px 0 140px;
    text-align: center;
    color: #fff;
    overflow-x: hidden
}

.carousel-module.blue-background {
    background: radial-gradient(circle at 50% 100%, #005EB8, #24468E 90%)
}

.carousel-module.blue-background .carousel .info .btn-underline:after {
    background-color: #0C2340
}

.carousel-module.navy-background {
    background: radial-gradient(circle at 50% 100%, #0C294F, #041326 90%)
}

.carousel-module.red-background {
    background: radial-gradient(circle at 50% 100%, #782F40, #43141F 90%)
}

.carousel-module.green-background {
    background: radial-gradient(circle at 50% 100%, #2A565D, #142D31 90%)
}

.carousel-module.green-background .carousel .info .btn-underline:after {
    background-color: #0C2340
}

.carousel-module.brown-background {
    background: radial-gradient(circle at 50% 100%, #685954, #3A3230 90%)
}

.carousel-module.brown-background .carousel .info .btn-underline:after {
    background-color: #0C2340
}

.carousel-module .heading {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 50px
}

.carousel-module .heading>*:last-child {
    margin-bottom: 0
}

.carousel-module .heading h2,.carousel-module .heading h3 {
    color: #fff
}

.carousel-module .heading .subtitle {
    font-size: 1.4rem
}

.carousel-module .heading .btn {
    box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.17)
}

.carousel-module .carousel-container {
    position: relative
}

.carousel-module .carousel {
    position: relative;
    width: 100%;
    height: 650px;
    margin: 0 auto;
    perspective: 1000px
}

@media (max-width: 1365px) {
    .carousel-module .carousel {
        height:850px;
    }
}

@media (max-width: 1199.98px) {
    .carousel-module .carousel {
        height:825px;
    }
}

@media (max-width: 991.98px) {
    .carousel-module .carousel {
        height:825px;
    }
}

@media (max-width: 767.98px) {
    .carousel-module .carousel {
        height:825px;
    }
}

@media (max-width: 575.98px) {
    .carousel-module .carousel {
        height:850px;
    }
}

.carousel-module .carousel .slide {
    position: absolute;
    width: 62%
}

@media (max-width: 991.98px) {
    .carousel-module .carousel .slide {
        width:100%
    }
}

.carousel-module .carousel .slide a {
    /* display: block;
    width: 100%; */
    height: 100%;
    pointer-events: none;
    cursor: default;
	text-decoration: none;
}

.carousel-module .carousel .slide a:hover .btn-underline:after {
    width: 100%;
		text-decoration: none;
}

.carousel-module .carousel .slide a:hover .image-container:after {
    opacity: 1;
		text-decoration: none;
}

.carousel-module .carousel .slide a:hover .image-container .image {
    transform: translate(-50%, -50%) scale(1.05);
	text-decoration: none;
			
}

.carousel-module .carousel .slide .image-container {
    height: 490px;
    padding-bottom: 0
}

@media (max-width: 1365px) {
    .carousel-module .carousel .slide .image-container {
        height:650px;
    }
}

@media (max-width: 1199.98px) {
    .carousel-module .carousel .slide .image-container {
        height:650px;
    }
}

@media (max-width: 991.98px) {
    .carousel-module .carousel .slide .image-container {
        height:650px;
    }
}

@media (max-width: 767.98px) {
    .carousel-module .carousel .slide .image-container {
        height:650px;
    }
}

.carousel-module .carousel .slide.firstPos a {
    pointer-events: all;
    cursor: pointer;
    text-decoration:none;
}

.carousel-module .carousel .slide.firstPos .info {
    opacity: 1
}
.carousel-module .carousel .slide.firstPos .buttons {
    opacity: 1;
    position: relative;
}
.carousel-module .carousel .slide:first-child {
    z-index: 2;
    left: 50%;
    transform: translate3d(-50.14%, 0px, 0px)
}

@media (max-width: 1199.98px) {
    .carousel-module .carousel .slide:first-child {
        transform:translate3d(-50.19%, 0px, 0px)
    }
}

@media (max-width: 575.98px) {
    .carousel-module .carousel .slide:first-child {
        transform:translate3d(-50.22%, 0px, 0px)
    }
}

.carousel-module .carousel .slide:nth-child(2) {
    z-index: 1;
    left: 0%;
    transform: translate3d(-63%, -37px, -780px)
}

@media (max-width: 991.98px) {
    .carousel-module .carousel .slide:nth-child(2) {
        transform:translate3d(-35%, -37px, -780px)
    }
}

.carousel-module .carousel .slide:last-child {
    z-index: 1;
    left: 100%;
    transform: translate3d(-37%, -37px, -780px)
}

@media (max-width: 991.98px) {
    .carousel-module .carousel .slide:last-child {
        transform:translate3d(-65%, -37px, -780px)
    }
}

.carousel-module .carousel .slide:not(:first-child):not(:nth-child(2)):not(:last-child) {
    left: 50%;
    transform: translate3d(-50.14%, 0px, -1000px)
}

@media (max-width: 1199.98px) {
    .carousel-module .carousel .slide:not(:first-child):not(:nth-child(2)):not(:last-child) {
        transform:translate3d(-50.19%, 0px, -1000px)
    }
}

@media (max-width: 575.98px) {
    .carousel-module .carousel .slide:not(:first-child):not(:nth-child(2)):not(:last-child) {
        transform:translate3d(-50.22%, 0px, -1000px)
    }
}

.carousel-module .carousel .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
    overflow: hidden;
    box-shadow: 0px 20px 81px 0px rgba(0,0,0,0.27);
    transition: box-shadow 1.2s cubic-bezier(0.16, 1, 0.3, 1)
}

.carousel-module .carousel .image-container:after {
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1)
}

.carousel-module .carousel .image-container .image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: #EDEDED;
    background-position: center;
    background-size: cover;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1)
}

.carousel-module .carousel .image-container .image span {
    display: none
}

.carousel-module .carousel .info {
    display: block;
    margin-top: 25px;
    opacity: 0;
    transition: opacity 0.75s ease-in-out
}

.carousel-module .carousel .buttons {
    min-width: fit-content;
    margin: 25px 0;
    opacity: 0;
    transition: opacity 0.75s ease-in-out
}
.carousel-module .carousel .info h3 {
    /* display: inline-block!important;*/
    font-weight: 400;
    color: #0C2340;
}

@media (max-width: 575.98px) {
    .carousel-module .carousel .info h3 {
        font-size:2.4rem
    }
}

.carousel-module .carousel .info .btn-underline {
		font-size:24px;
    font-weight: 700;
    color: #005EB8;
}

.carousel-module .carousel .info .btn-underline:after {
    background-color: #005EB8
}

.carousel-module .carousel-arrows {
    position: absolute;
    top: 41%;
    left: -24px;
    right: -24px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none
}

@media (max-width: 1365px) {
    .carousel-module .carousel-arrows {
        top:45%;
    }
}

@media (max-width: 1199.98px) {
    .carousel-module .carousel-arrows {
        top:45%;
    }
}

@media (max-width: 991.98px) {
    .carousel-module .carousel-arrows {
        top:40%;
    }
}

@media (max-width: 767.98px) {
    .carousel-module .carousel-arrows {
        top:40%;
    }
}

@media (max-width: 575.98px) {
    .carousel-module .carousel-arrows {
        left:-12px;
        right: -12px;
    }
}

.carousel-module .carousel-arrows .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 0;
    padding: 0;
    background: #CA9600;
    color: #fff;
    pointer-events: all;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1)
}

.carousel-module .carousel-arrows .arrow:hover {
    transform: scale(1.2)
}

.carousel-module .carousel-arrows .arrow.prev svg {
    transform: rotate(180deg)
}

.carousel-module .carousel-arrows .arrow svg {
    width: 14px;
    height: 21px
}

.carousel-module .carousel-arrows .arrow:focus {
    background: #cd9800
}

.carousel-module .carousel-arrows .arrow:focus svg path {
    stroke: #222
}

.buttons{
	
	display:block;
	margin: 25px 0;
}


@media (max-width: 400px){
    .carousel-info a{
        font-size: 12px;
    }   
}







/* === Our Team Section Grid Styles === */

section#our_team .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  column-gap: 5px;
  row-gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

section#our_team .leader-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent; /* optional for visual clarity */
}

section#our_team .grid-item.leadership-item {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

section#our_team .short-info {
 /*  padding: 10px; */
  height: 115px!important;
  text-align: left;
}

section#our_team .short-info h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

section#our_team .short-info h4 {
  font-size: 1rem;
  margin: 0;
}

/* === Responsive Adjustments === */
@media (max-width: 1024px) {
  section#our_team .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  section#our_team .grid-container {
    grid-template-columns: 1fr;
  }

  section#our_team .grid-item.leadership-item {
    height: 300px;
  }
}



/* ================================ */
/* Portfolio Grid (Scoped to #portfolio) */
/* ================================ */
#portfolio h3.loc-name {
    color: #FFFFFF!important; /* was #CB9700 */
	text-transform: uppercase;

}
#portfolio .project-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

/* Image with Overlay */
#portfolio .grid-item,
#portfolio .featured-item {
    position: relative;
    width: 275px;
    height: 325px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Overlay Stays Over Image */
#portfolio .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: all 0.3s ease-in-out;
}

#portfolio .overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Short Info (Directly Below Image, No Space) */
 #portfolio .short-info {
    width: 100%; 
    padding: 15px;
    background: #0C2340; 
    color: white;
    text-align: left;
    margin-top: 0; 
    position: relative;
    box-shadow: 10px 10px 30px #000;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.short-info {
    display: flex;
    flex-direction: column;
    height: 300px; 
    max-height: 100%; 
}

.short-info .availability-sqft,
.short-info .loc-name,
.short-info .loc-city,
.short-info .light-btn {
    margin-bottom: 15px; /* Adjust as needed for spacing between elements */
}

.short-info h3 {
    word-wrap: break-word; /* Ensures the h3 text wraps properly */
    hyphens: auto; /* Optional, adds hyphenation for better wrapping */
}

.short-info a.light-btn{
    position: absolute;
    bottom: 0;
    margin-bottom: 35px;
	text-transform:uppercase;
}

/* Project Name */
#portfolio ul li:before{
	display:none!important;
}
.sq-ft{
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	position:absolute;
	top: 35%;
	left: 0	
}
#portfolio ul {
	margin-bottom: 15px;
	margin-left:-13px;
}
#portfolio ul.availability-sqft{
	display:flex;
    text-align: center;
}

#portfolio .loc-name {
    font-size: 21px; /* was 18px */
    font-weight: bold;
    color: #fff;
}

/* Project Location */
#portfolio .loc-city {
    font-size: 16px;
    color: #ccc;
	text-transform:capitalize;
}

/* Learn More Button */
#portfolio .short-info .btn {
    display: inline-block;
    background-color: #FFFFFF;
    color: #0C2340;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 10px;
}

#portfolio .short-info .btn:hover {
    background-color: #4d77ad;
    border-color: #4d77ad;
    color: white;
}

#portfolio .buttons{
    position: relative;    
}

/* Remove Unwanted Space Between Image & Short-Info */
#portfolio .grid-item + .short-info {
    margin-top: 0 !important;
}

.short-info a {
	text-decoration:none;
}

/* ============================= */
/* LEADERSHIP STYLES (About Us)  */
/* ============================= */

#about-us .hero-section{
	position:relative!important;
}
.hero-content.text-center {
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.7);
	padding: 25px 25px 0 25px;
	color:#0C2340!important;
}

#about-us .hero-section h1{
	margin-bottom:0;
	padding-bottom:0;
}
#about-us .hero-section p{
	display:none;
}
#about-us .hero-content.text-center p{
	color:#0C2340!important;
	display:none;
}

#about-us .content h2{
    padding-bottom: 10px;
}
#about-us .short-info h3 {
    color: #0C2340;
}
p[data-aos="fade-in"] + p {
	margin-bottom: 1rem;
	font-size: 21px; /* was 18px */
}
#about-us #leaderFeed .grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 505px;

    font-size: 20px;
    box-shadow: 10px 10px 30px #000;
}

/* Leadership Image */
.leadership-item {
    display: block;
    margin: 0 auto; 
    width: 275px;
    height: 325px;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Overlay for Leadership Items */
#about-us .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 83, 156, 0.1), rgba(30, 49, 96, 0.1));
    padding-top: 100px;
    transition: all 0.5s ease-in-out;
}

#about-us .overlay:hover {
    background: linear-gradient(0deg, rgba(0, 83, 156, 0.5), rgba(30, 49, 96, 0.5));
}

/* Leadership Name & Title */
.short-info {
    width: 100%;
    padding: 30px 15px;
    background: rgba(255, 255, 255, 0.0);
    text-align: center;
    position: relative;
    text-align: center;
      
}

/* Leader Introduction (1st Paragraph) */
.leader-intro {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.5;
    text-align: center;
    max-width: 90%;
}

.availability-sqft {
    list-style: none!important; /* Removes default bullets */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
}


.short-info > h3.loc-name{
	font-size:25px!important;
	font-weight: 700!important;
}

.short-info > h4.loc-city{
	color: #ffffff!important;
	font-weight: 400!important;
}

/* LinkedIn Icon */
.leader-linkedin {
    display: inline-block;
    margin-top: 10px;
    color: #0a66c2; /* LinkedIn Blue */
    font-size: 18px;
    text-decoration: none;
}

.leader-linkedin i {
    transition: transform 0.3s ease-in-out;
}

.leader-linkedin:hover i {
    transform: scale(1.2);
}

/* Leadership Fancybox */
#about-us .fancybox-hidden {
    display: none;
}

#about-us div#fancybox-content {
    background: linear-gradient(0deg, rgba(55, 79, 116, 0.9), rgba(55, 79, 113, 1));
}

#about-us .fancybox-info {
    padding: 25px;
}

/* Leadership Fancybox Text Colors */
#about-us div#fancybox-content .fb-leader-name,
#about-us div#fancybox-content .fb-leader-title,
#about-us div#fancybox-content .leader-bio {
    color: #ffffff !important;
}


#about-us header {
    height: unset;
    min-height: unset;
    max-height: unset;
    padding-top:0;
    text-align: left;
}

#about-us .hero-section {

    min-height: unset;
    max-height: unset;
		padding-top:0;
    padding-bottom:0!important;
    text-align: left;
}

#about-us .two-columns .buttons{
	display:none;
}

/* Fancybox Leadership */

/* this is to readjust images */
/* 
#leaderFeed .grid-item{
	    background-position: top center;
}
.fancybox-img .leader-img img{
	width:250px;
}

div#fancybox-content > div > div.leaders-bio > div.fancybox-info > .fb-leader-name, div#fancybox-content > div > div.leaders-bio > div.fancybox-info > .fb-leader-title, div#fancybox-content > div > div.leaders-bio > .fancybox-info > .leader-bio, div#fancybox-content > div > div.leaders-bio > div.fancybox-info > p {
	color:#FFFFFF!important;
}

.fb-leader-name, .fb-leader-title, .leader-bio{
	color:#ffffff!important;
}

#post-2 > h1.entry-title{
padding-bottom:0px;
}

@media (max-width: 706px) {
	#leadership-46, #leadership-47 {
		margin-top: 70px;
	}
}

@media (min-width: 768px) {
	#lid-0, #lid-1, #lid-2, #lid-3, #lid-4 {
	display: flex !important;
	width: 1200px;
}
	.fancybox-slide.fancybox-slide--html.fancybox-slide--current.fancybox-slide--complete {
		justify-content: center;
	}
}
*/





/* ============================== */
/* PORTFOLIO PROJECT STYLES (No Fancybox) */
/* ============================== */
#projectFeed .grid-item, 
#completedFeed .grid-item,
#underConstructionFeed .grid-item,
#activeProjectFeed .grid-item,
#featuredProjectsFeed .featured-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
	max-width:100%;
    height: 300px; /* was 525px */
    margin-bottom:0;
    margin-left: 25px;
    margin-right: 25px;
    font-size: 20px;
    text-align: center;
    box-shadow: 10px 10px 30px #000;
}

/* Portfolio Project Overlay */
#projectFeed .overlay,
#completedFeed .overlay,
#underConstructionFeed  .overlay,
#activeProjectFeed .overlay,
#featuredProjectsFeed .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

#projectFeed .overlay:hover,
#completedFeed .overlay:hover,
#underConstructionFeed .overlay:hover,
#activeProjectFeed .overlay:hover,
#featuredProjectsFeed .overlay:hover {
    background: rgba(0, 0, 0, 0.5);
}

/* Portfolio Project Links (Since There's No Fancybox) */
#projectFeed .grid-item a,
#completedFeed .grid-item a,
#activeProjectFeed .grid-item a,
#underConstructionFeed .grid-item a,
#featuredProjectsFeed .featured-item a {
    display: block;
    text-decoration: none;
    color: white;
}

/* =================================== */
/* REMOVED: Fancybox for Projects      */
/* =================================== */
/* ✅ No Fancybox styles included for projects anymore */
/* ✅ No `#fancybox-content`, `.fancybox-hidden`, or `.fancybox-slide` for projects */









#our-services .image img, {
    max-width: 100%;
    width: 616px;
    height: 640px;
    object-fit: cover;
}


/* Portfolio */
@media (min-width: 1024px){
	.overview .content {
		padding: 200px!important;
	}
	#portfolio .map .content{
		padding: 14%;
	}
	#portfolio .map .content h2{
		margin-bottom:50px;
	}
}
.portfolio .content {
	padding: 0!important;
}

section.one-column-section.has-bg-image.portfolio{
	background-size:contain!important;
	background-repeat:repeat!important;
}

@media (max-width: 600px){
	#portfolio .map {
		padding: 25px; 
	}
	#portfolio .map .content h2 {
		margin-bottom: 25px;
	}
}





/* Our Services */ 

#our-services .buttons{
	display:none;
}

#our-servies .columns .column h3 {
	color: #005EB8!important;
}

@media (max-width: 576px){
    #our-service .hero-content > p{
        margin-bottom: 0!important;
    }
}

/* ====== 2 COLUMN 3 NESTED COLUMN SECTION ====== */
.two-col-nested-three.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; /* Prevents the image from repeating */
}




.two-col-nested-three {
    padding: 60px 0;
    color: #0C2340; /* Dark Blue */
    position: relative;
    background-color: #ffffff; /* Ensure white background */
}

/* Container */
.two-col-nested-three .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 5%;
}

/* ====== Two Main Columns Layout ====== */
.two-col-nested-three .row {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

/* Left Column (Text) */
.two-col-nested-three .col-left {
    flex: 1.2; /* Make text section slightly wider */
}

/* Subheadline */
.two-col-nested-three .subheadline {
    font-size: 1.2rem;
    color: #005EB8; /* Media Blue */
    margin-bottom: 10px;
    font-weight: bold;
}

/* Headline */
.two-col-nested-three .headline {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Paragraph Text */
.two-col-nested-three .main-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

/* Right Column (Image) */
.two-col-nested-three .col-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two-col-nested-three .col-right img {
    max-width: 100%;
    height: auto;
    border-radius: 0;
}

/* ====== Nested Columns Layout ====== */
.two-col-nested-three .nested-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    padding-top: 20px;
}

/* Individual Nested Column */
.two-col-nested-three .nested-columns .col {
    flex: 1;
    max-width: 30%;
}

/* Icons in Nested Columns */
.two-col-nested-three .nested-columns .col img {
    max-width: 60px;
    height: auto;
    margin-bottom: 15px;
}

/* Nested Column Headings */
.two-col-nested-three .nested-columns .col .column-heading {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0C2340; /* Dark Blue */
}

/* Nested Column Text */
.two-col-nested-three .nested-columns .col .column-text {

    color: #666;
    line-height: 1.5;
}

/* ====== RESPONSIVE STYLES ====== */

/* Tablet View (1024px and below) */
@media (max-width: 1024px) {
    /* Stack columns */
    .two-col-nested-three .row {
        flex-direction: column;
        text-align: center;
    }

    .two-col-nested-three .col-left,
    .two-col-nested-three .col-right {
        flex: 100%;
    }

    .two-col-nested-three .col-right img {
        max-width: 80%;
    }

    /* Stack nested columns */
    .two-col-nested-three .nested-columns {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .two-col-nested-three .nested-columns .col {
        max-width: 80%;
        margin-bottom: 20px;
    }
}

/* Mobile View (768px and below) */
@media (max-width: 768px) {
    /* Adjust padding */
    .two-col-nested-three {
        padding: 40px 0;
    }

    .two-col-nested-three .headline {
        font-size: 2.2rem;
    }

    .two-col-nested-three .subheadline {
        font-size: 1rem;
    }

    .two-col-nested-three .main-text {
        font-size: 0.95rem;
    }

    .two-col-nested-three .col-right img {
        max-width: 100%;
    }

    /* Nested columns full width */
    .two-col-nested-three .nested-columns .col {
        max-width: 100%;
    }
}

/* Small Mobile View (480px and below) */
@media (max-width: 480px) {

	#our-services .hero-content.text-left {
        max-width: 90%;
	}
	
	
    #our-services > main > section.hero-section > .hero-content > h1 {
        font-size: 1.5rem !important;
        padding-bottom: 0 !important;
    }
    #our-services > main > section.hero-section > .hero-content > p {
        font-size: .875rem !important;
        padding-bottom: 0 !important;
        margin-bottom: 0!important;
    }

    .two-col-nested-three {
        padding: 30px 0;
    }

    .two-col-nested-three .headline {
        font-size: 2rem;
    }

    .two-col-nested-three .subheadline {
        font-size: 0.9rem;
    }

    .two-col-nested-three .main-text {
        font-size: 0.9rem;
    }

    .two-col-nested-three .col-right img {
        max-width: 100%;
    }

    /* Nested Columns - Full Width */
    .two-col-nested-three .nested-columns .col {
        max-width: 100%;
        margin-bottom: 15px;
    }
	
	
}






/* Two Columns Overview Section */
.two-columns-overview {
    display: flex;
    flex-direction: row;
    justify-content: left;
    text-align: center;
    padding: 60px 50px;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    /* gap: px;  was 30px */
}

.two-columns-overview .overview-heading {
    width: 100%;
    max-width: 49%;
    text-align: left;
    padding-left: 2%;
	padding-top: 1.4%
}
#our-service .two-columns-overview .overview-heading{
	background-color:transparent!important;
}
.two-columns-overview .overview-heading h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFFFFF!important; /* Accent color was #CB9700 */
    margin-bottom: 15px;
}

.two-columns-overview .content {
    width: 100%;
    max-width: 700px;
    padding: 0 0 0 6%;
}

.two-columns-overview .content p {
    line-height: 1.7;
    color: #e2e8f0; /* Light text for readability */
    margin-bottom: 25px;
	text-align:left;
}


.two-columns-overview .buttons {
    display: none; /* was flex */
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.two-columns-overview .buttons a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

/* Primary Button */
.two-columns-overview .buttons .learn-more {
    background-color: #fbbf24;
    color: #1e293b;
}

.two-columns-overview .buttons .learn-more:hover {
    background-color: #eab308;
}

/* Secondary Button */
.two-columns-overview .buttons .sign-up {
    background-color: #1e293b;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.two-columns-overview .buttons .sign-up:hover {
    background-color: #ffffff;
    color: #1e293b;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .two-columns-overview {
        padding: 40px 30px;
    }

    .two-columns-overview .overview-heading h2 {
        font-size: 2.25rem;
    }

    .two-columns-overview .content p {
        font-size: 1rem;
    }

    .two-columns-overview .buttons {
        flex-direction: column;
    }

    .two-columns-overview .buttons a {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .two-columns-overview .overview-heading h2 {
        font-size: 2rem;
    }

    .two-columns-overview .content p {
        font-size: 0.9375rem;
    }
}

@media (max-width: 480px) {
    .two-columns-overview {
        padding: 20px;
		display: block;
    }
	
	.two-columns-overview .overview-heading{
		max-width: 100%;
	}
    .two-columns-overview .overview-heading h2 {
        font-size: 1.5rem;
    }

    .two-columns-overview .content p {
        font-size: 0.875rem;
    }
	
}


/*  1 Column Section */ 
/* ==========================================================================
   One Column Section - General Styling
   ========================================================================== */
.one-column-section {
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  /* Fallback background properties */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Content Container */
.one-column-section .content {
  max-width: 84%; /* RG: was 84% */
  margin: 0 auto;
}


/* Target the third one-column-section */
.one-column-section.has-bg-image.map {
	padding: 150px;
}
/* ==========================================================================
   Typography & Spacing
   ========================================================================== */
.one-column-section h3,
.one-column-section h2 {
  margin: 0;
  padding: 0;
}

.one-column-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.one-column-section h3 {
  font-size: 2rem;
  font-weight: normal;
}

.one-column-section p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
	
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.one-column-section .buttons {
  margin-top: 20px;
}

.one-column-section .btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  margin: 5px;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.one-column-section .btn:hover,
.one-column-section .btn:focus {
  background-color: #555;
  color: #fff;
}

/* ==========================================================================
   Background Modifiers
   ========================================================================== */
.one-column-section.has-bg-image {
  /* Inline style handles the image, ensure background color does not override */
  background-color: transparent;
}

.one-column-section.has-bg-color {
  /* Ensure no background image is displayed */
  background-image: none;
}


p.sq-ft{
	width: 200px!important;

}
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Medium devices (tablets, up to 1024px) */
@media screen and (max-width: 1024px) {
  .one-column-section {
    padding: 60px 15px;
    min-height: 400px;
  }
  
  .one-column-section h2 {
    font-size: 2rem;
  }
  
  .one-column-section h3 {
    font-size: 1.75rem;
  }
  
  .one-column-section p {
    font-size: 21px; /* was 18px */
  }
  .one-column-section .short-info p {
    font-size: 24px;
  } 
}

/* Small devices (landscape phones, up to 768px) */
@media screen and (max-width: 768px) {
  .one-column-section {
    padding: 40px 10px;
    min-height: auto;
    /* flex-direction: column; */
  }
  
  .one-column-section .content {
    padding: 10px;
  }
  
  .one-column-section h2 {
    font-size: 1.75rem;
  }
  
  .one-column-section h3 {
    font-size: 1.5rem;
  }
  
  .one-column-section p {
   font-size: 21px; /* was 18px */
  }
  .one-column-section .short-info p {
    font-size: 24px;
  }  
  .one-column-section .btn {
    padding: 8px 16px;
    margin: 4px;
  }
}

/* Extra small devices (portrait phones, up to 480px) */
@media screen and (max-width: 480px) {
  .one-column-section {
    padding: 30px 10px;
  }
  
  .one-column-section h2 {
    font-size: 1.5rem;
  }
  
  .one-column-section h3 {
    font-size: 1.25rem;
  }
  
  .one-column-section p {
    font-size: 21px; /* was 18px */
  }

  .one-column-section .btn {
    padding: 6px 12px;
    margin: 3px;
    
  }
  .one-column-section a.button.blue-btn{
    font-size: 0.85rem!important;
  }

}



/* PROPERTIES */

/* Projects Grid Layout */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    justify-content: center;
    max-width: 100%;
    margin: auto;
}

.grid-item {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 384px;
    height: 454px;
    font-size: 16px;
    text-align: left;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: 2px solid #FFFFFF;
    border-radius: 0;
}

/* Overlay Effect */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 34, 73, 0.85);
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.grid-item:hover .overlay {
    background: rgba(11, 34, 73, 1);
}

/* Property Details */
.overlay h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
    color: #CB9700;
    text-align: left;
}

.overlay h4 {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
    color: #FFFFFF;
    text-align: left;
}

.overlay p {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
}

.btn.fancybox-projects {
    display: inline-block;
    background-color: #CB9700;
    color: #0B2249;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.btn.fancybox-projects:hover {
    background-color: #B88700;
    color: #0B2249;
}

/* Responsive Adjustments */
@media (max-width: 1300px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-item {
        max-width: 100%;
        height: auto;
    }
    .overlay {
        padding: 15px;
    }
}
@media (max-width: 600px){
    .one-column-section .content {
        max-width: 100%;
       
    }    
}
@media (max-width: 414px){
    #portfolio ul.availability-sqft {
        flex-direction:column;
        justify-content: left;
        text-align: left;
        margin-bottom:15px;
        margin-left:0;

    }
    #portfolio ul.availability-sqft li{
        padding-left:0;
    }
    #portfolio .short-info .loc-name{
        margin-top: 12%;
        margin-bottom: 0;
    }

}













/* Leadership */

/* Contact Us */


/* Ensure form container fits properly */
.content .form-container {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto; /* Centers form in its container */
}
/* Ensure labels are visible */
.content label {
    font-size: 14px;
    display: block !important; /* Forces label visibility */
    margin-top: 10px;
    color: #CB9700;
    font-weight: bold;
	text-align: left;
}

form .checkbox-container {
/*	display: none!important; */
}
/* Adjust input fields */
.content select,
.content textarea,
.content input[type="text"],
.content input[type="email"],
.content input[type="tel"] {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 2px solid #CB9700;
    background-color: #FFFFFF;
    color: #000;
    box-sizing: border-box;
    display: block;
    font-size: 16px;
}

/* Ensure textarea has appropriate height */
.content textarea {
    height: 120px;
}

/* Form row with two inputs */
.content .form-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

/* Ensure equal width for paired fields */
.content .form-row > div {
    flex: 1; /* This makes each field take equal width */
}

/* Ensure the input boxes fill their containers */
.content .form-row input {
    width: 100%;
}

/* Adjust Checkbox styling */
.content .checkbox-container {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.content .checkbox-container input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

/* Style Submit Button */
.content .submit-button {
    background-color: #CB9700;
    color: #0B2249;
    border: none;
    padding: 12px;
    margin-top: 15px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.content .submit-button:hover {
    background-color: #B88700;
}

/* Responsive Adjustments */

@media (min-width:1400px){
	.locations-section > .container {
		width: 1350px;
	}
}
@media (max-width: 600px) {
    .content .form-row {
        flex-direction: column;
    }
	#contact-us .content{
		width:100%!important;
	}
    .content .form-container {
        max-width: 100%;
    }
}



/* CONTACT PAGE */


/* Locations Section */
.locations-section {
    padding: 80px 0;
    background-color: #eef1f3;
}

.location-contact > a > p{
	font-size:18px!important;
}

.location-address > div > p {
	font-size:18px!important;
}

/* Container */
.container {
    max-width: 1400px; /* Ensure enough space */
    margin: 0 auto;
    padding: 0 40px; /* Balanced spacing */
}

/* Section Title */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #0C2340;
    margin-bottom: 50px!important;
}

/* Locations Wrapper */
.locations-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* Increased space between cards */
    justify-content: space-between; /* Default for larger screens */
}

/* Location Block */
.location {
    width: 48%; /* Wider for large screens */
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

/* Title inside Location Card */
.location-title {
    font-size: 28px;
    font-weight: bold;
    color: #0C2340;
    margin-bottom: 20px;
}

/* Two-column layout for Email & Phone */
.location-contact-wrapper {
    display: flex;
    justify-content: flex-start; /* Align left */
    gap: 20; /* Increased spacing between Email & Phone */
    align-items: flex-start;
    margin-bottom: 25px; /* More space before Address */
}

@media (min-width:1200px) and (max-width: 1399px){
    .locations-wrapper .location:nth-child(2) .location-contact-wrapper .location-contact-block:first-child .location-contact a p{
        font-size: 15px;
    }                                                               
}
@media (min-width: 1024px) and (max-width: 1199px){
    .locations-wrapper {
        justify-content: center;
    }
    .location{
        width: 100%;
    }

}

@media (max-width: 414px){
    .locations-wrapper .location:nth-child(2) .location-contact-wrapper .location-contact-block:first-child .location-contact a p{
        font-size: 15px;
    }   
}

/* Email & Phone Block */
.location-contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
}

/* Contact Items (Icon, Message, Link) */
.location-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px; /* More space between icon, message, and content */
}

/* Icons */
.location-contact i,
.location-address i {
    font-size: 20px;
    color: #005EB8;
}

/* Message Text */
.location-contact span {
    font-weight: 500;
    font-size: 21px; /* was 18px */
}

/* Links (Email & Phone) */
.location-contact a {
    text-decoration: none;
    color: #0C2340;
    font-weight: normal;
    font-size: 16px;
}

/* Address Block (Full Width Below Email & Phone) */
.location-address {
    display: block;
    align-items: flex-start;
    gap: 12px; /* More space between icon and text */
    margin-bottom: 25px; /* More space before "Get Directions" */
}

.location-address span {
    font-weight: 500;
    font-size: 21px; /* was 18px */
}

/* Get Directions Link */
.location-directions {
    margin-bottom: 30px; /* More space before the map */
}

.location-directions a {
    color: #005EB8;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.location-directions a::after {
    content: "→";
    font-size: 18px;
    color: #005EB8;
}

/* Map Styling */
.location-map {
    margin-top: 15px; /* Adds space above the map */
}

.location-map iframe {
    width: 100%;
    height: 320px;
    border: 0;
}

/* Make the Location Cards Wider for Large Screens */
@media screen and (min-width: 1400px) {
    .location {
        width: 48%; /* Adjust width for ultra-wide screens */
    }
}

/* Tablet View */
/* Center Items When Stacked */
@media screen and (max-width: 1024px) {
    .locations-wrapper {
        flex-direction: column;
        align-items: center; /* Center both location cards */
    }

    .location {
        width: 90%; /* Allow more width on tablets */
    }
}

/* Mobile View */
@media screen and (max-width: 768px) {
    .location {
        width: 100%; /* Full width on mobile */
        max-width: 600px; /* Prevents stretching too wide on large mobile screens */
    }
    .location-contact-wrapper {
        flex-direction: column;
        gap: 30px; /* Reduce space between Email & Phone */
    }

    .location-address {
        margin-bottom: 20px;
    }

    .location-map {
        margin-top: 10px;
    }
}




/* Featured Properties */ 


/* ==============================
   Featured Properties Section
   ============================== */
.featured-properties-section {
    padding: 60px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
}

.featured-properties-section h2.section-title{
	margin-bottom:25px!important;
}
.featured-properties-section h2.section-subtitle p{
	margin-bottom:50px!important;
}
/* ==============================
   Carousel Container
   ============================== */
.featured-properties-carousel {
	margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%; /* Fixed width for desktop */
    max-width: 100%; /* Responsive scaling */
    height: 600px; /* Ensures consistent height */
    overflow: hidden;
    padding: 20px 0;
}

/* ==============================
   Slide Styling
   ============================== */
.property-slide {
    position: absolute;
    width: 60%;
    max-width: 400px;
    text-align: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
    transform: scale(0.8) translateX(-150%);
    z-index: 0;
}

/* Active Slide - Centered and Large */
.property-slide.active {
    opacity: 1;
    transform: scale(1) translateX(0);
    z-index: 2;
}

/* Previous Slide - Left Position */
.property-slide.prev {
    opacity: 1;
    transform: scale(0.9) translateX(-120%);
    z-index: 1;
}

/* Next Slide - Right Position */
.property-slide.next {
    opacity: 1;
    transform: scale(0.9) translateX(120%);
    z-index: 1;
}

/* ==============================
   Image Styling for Uniformity
   ============================== */
.property-slide img {
    width: 100%;
    height: 300px; /* Ensures consistent height */
    object-fit: cover; /* Crop to fit within the container */
    border-radius: 10px;
}

/* ==============================
   Text & Button Visibility
   ============================== */
.property-slide h3,
.property-slide .property-location,
.property-slide .download-pdf-btn {
    position: relative;
    margin-top: 15px;
    display: none;
}

/* Show text & button only for the active slide */
.property-slide.active h3,
.property-slide.active .property-location,
.property-slide.active .download-pdf-btn {
    display: block;
}

/* ==============================
   Navigation Arrows
   ============================== */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #CB9700; /* Orange */
    border: none;
    border-radius: 50%;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
}

/* Adjust Left & Right Arrow Positions */
.prev-arrow {
    left: 25%; /* Adjust horizontal position */
}

.next-arrow {
    right: 25%; /* Adjust horizontal position */
}

/* Hover effect */
.carousel-arrow:hover {
    background-color: #005EB8; /* Media Blue */
}

/* ==============================
   Responsive Adjustments
   ============================== */
@media (max-width: 768px) {
    .featured-properties-carousel {
        width: 100%; /* Full width on mobile */
        height: auto; /* Auto height */
    }

    .property-slide img {
        height: 250px; /* Adjust for smaller screens */
    }

    .prev-arrow {
        left: -20px;
    }

    .next-arrow {
        right: -20px;
    }
}e








/* Footer */ 

nav.links ul{
	display: flex;
	justify-content:center;

}
nav.links ul{
	display: flex;
	justify-content:center;

}

nav.links ul li a{
	text-decoration: none;
	text-transform: uppercase !important;
	
}

footer h3 {
	color: #CB9700;
}
footer p{
	color: #ffffff;
}
footer .legal p a{
	margin: 10px;
	list-style: none;
	text-decoration:none;
	text-transform: uppercase !important;
}
.legal p{
	text-transform: uppercase !important;
}
@media (min-width:769px) and (max-width:1499px){
	footer{
		text-align: center;
		padding: 50px 45px;
	}
	 footer .footer-inner {
        margin: 0 auto;
    }
	.logo {
		margin-bottom: 2%;
	}
	nav.links ul {
		display: flex;
		justify-content: center;
	}
    footer .links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
	footer .links ul li {
        padding: 0 12px;
    }    footer .links ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
	footer .links ul li {
        padding: 0 12px;
    }	
	footer .legal a + a {
        margin: 10px;
		list-style: none;
    }
}

@media (max-width: 768px) {
    .footer-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-info-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
    }

    .contact-info {
        margin-bottom: 20px;
    }

    .contact-map {
        width: 100%;
        max-width: 600px;
    }

    .contact-map iframe {
        width: 100%;
        height: 300px;
    }

    .logo {
        margin: 20px 0;
    }

    .links ul {
        flex-direction: column;
        gap: 10px;
    }

    .legal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
		
    }

    .social-media {
        margin-top: 20px;
    }

    .social-media ul {
        flex-direction: row;
        justify-content: center;
    }
	footer ul{
		padding-left: 0!important;
	}
	footer .legal a + a {
        margin: 10px;
    }
    .legal p {
        margin-bottom: 10px;
    }
	
	footer .align-items-end {
    	align-items: center !important; 
	}
	footer .justify-content-between {
		justify-content: center !important;
	}

	.d-block {
		 display: block !important;
	}
	footer .align-items-end {
		 -webkit-box-align: center !important; 
			align-items: center !important; 
	}
}

/* HW-Custom-Forms plugin style changes */

.hwcf-form textarea#hwcf_message {
    width: 100%;
    padding: 12px;
    margin-top: 5px;
    border: 2px solid #CB9700!important;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
    font-size: 16px;
}

.hwcf-form {
    background: transparent!important;
    border: none!important;
}

.hwcf-form label {
    color: #CB9700!important;
}
.hwcf-form .yellow-btn:hover{
	border: 2px solid #CB9700!important;
}
.checkbox-container > label {
	color: #FFFFFF!important;
}