/****** PLACE YOUR CUSTOM STYLES HERE ******/

.slides {max-height: 700px;}

a {
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

a:hover {
   transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}



#mc_embed_signup input { border: none !important;}
#mc_embed_signup .mc-field-group #mc-embedded-subscribe {padding: 0px !important;}
#mc_embed_signup .mc-field-group #mce-EMAIL {padding: 10px !important;}
/* #mc_embed_signup .button {padding: 20px 22px;} */

.progress-bar span {font-size: 8px !important;} */

.footerNav p {margin-bottom: 0 !important; line-height: 10px !important;}



#mce-EMAIL {
height: 50px; 
line-height: 48px;
border: 2px solid #fff;
background: #fff;
color: #666666;
width: 100%;
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
border-radius: 0 !important;
}

#mce-EMAIL::placeholder {
  color: #ccc;
}
#mc-embedded-subscribe {
  clear: both;
  width: 100%;
  display: block;
  margin: 1em 0 1em 0;
}  

/* .fs-vid-background {
  display: inherit;
} */

#propPage h2 {
  color: #526354;
  font-size: 24px;
  margin-top: -60px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .03em;
}

#propPage .byGG {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: -30px;
}

@media (min-width: 768px) {
  #propPage .byGG {
  margin-top: -42px;
}
}

.thirtyTwo {
  font-size: 32px;
  letter-spacing: .3em !important;
}


.hero-section {
  position: relative;
  height: 60vh;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-fallback {
  background-image: url('img/ryan-background-2.jpg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainLeadIn h1 {
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .07em;
  margin-bottom: -12px;
}

.mainLeadIn h2 {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 768px) {
 
  .mainLeadIn h1 {
    margin-bottom: 6px;
    max-width: 350px;
    margin: 0 auto;
}
  .mainLeadIn h2 {
    max-width: 400px;
    margin: 0 auto;
  }
  
}




.hero-title,
.hero-subtitle {
  color: #fff; /* ensures visibility */
  position: relative;
  z-index: 3;
  text-shadow: 0 2px 6px rgba(0,0,0,0.4); /* optional for readability */
}
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%; /* oversize slightly */
  height: 105%;
  object-fit: cover;
  filter: blur(2px) brightness(60%);
  transform: scale(1.05); /* push blur offscreen */
  z-index: 1;
}

.homepageindex h3 {
  font-size: 24px;
  color: #526354;
  letter-spacing: .07em;
  padding-bottom: 24px;
  margin-top: -24px;
}

.hero-logo {
  margin-bottom: 20px;
  max-width: 300px;
  height: auto;
  margin-top: -50px;

}
.homepageindex .logo-light {
  display: none !important;
}

.homepageindex h5 {
  margin: 0px;
  text-transform: uppercase;
}

.homepageindex h6 {
  color: #526354;
  margin-bottom: -6px;
}

.coastalText {
  padding-bottom: 24px !important;
  margin-top: -36px;
}


/* circular divider */
.curve-divider {
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 0;
  overflow: hidden;
  z-index: 10;
  margin-top: -90px;
}

.curve-divider svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .curve-divider {
    height: 40px;
    margin-top: -35px;
  }
}

.featuredVideos h5 {
  color: #526354;
  font-weight: bold;
  letter-spacing: .03em;
}


.inEscrowListing::before {
  content: "IN ESCROW";
  position: absolute;
  left: -44px;
  top: 90px;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.5)
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s infinite ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}



.soldListing::before {
  content: "SOLD";
  position: absolute;
  left: -5px;
  top: 45px;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0.2)
  );
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s infinite ease-in-out;
}

@keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/* call Ryan */
.call-ryan-btn {
  position: fixed;
  bottom: 14px;
  right: 14px;
  background-color: #526354;
  color: #fff;
  padding: 12px 18px;
  padding-left: 60px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: fixed;
  border: 1px solid #526354;
}

.call-ryan-btn:hover {
  background-color: #939598;
  color: #fff;
}

.call-ryan-btn .phone-icon {
  height: 50px;
  width: 50px;
  padding: 0 !important;
  margin-right: 0px;
  object-fit: contain;
  border-radius: 100%;
  position: absolute;
  left: -0px;
  overflow: visible;
  border: 1px solid #526354;
}

/* Shine animation */
.call-ryan-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine 6.5s infinite;
  z-index: 1;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

/* Make sure content is above the shine layer */
.call-ryan-btn * {
  position: relative;
  z-index: 999;
}

@media (min-width: 768px) {
  .call-ryan-btn {
    display: none;
  }
}



/* h1, h2, h3, h4, h5, p, span {
  font-family: 'Gotham', 'Open Sans', Arial, sans-serif;
} */

.homeButton {
  font-weight: bold;
}

#propPage span.uppercase {
  font-size: 12px;
}

.soldListing h5, #propPage h5:not(li h5) {
  position: relative;
  top: 4px;
  font-weight: 700;
  color: #526354;
}


.homeButtons {
  margin: 0 auto;
  text-align: center;
  margin-top: -18px;
}

.homeButtons a {
   border-bottom: 1px solid #939598;
}




/* contact styling */
.contact-section {
    padding: 60px 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.contact-section .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.contact-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.contact-section .col-md-5,
.contact-section .col-md-7 {
    padding: 20px;
}

.contact-section h4.uppercase {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-section p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.contact-section p strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.contact-section a {
    color: #526354;
    font-weight: 600;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-section .row {
        flex-direction: column;
        text-align: center;
    }

    .contact-section .col-md-5,
    .contact-section .col-md-7 {
        max-width: 100%;
        padding: 15px 0;
    }

    .contact-section p strong {
        margin-top: 15px;
    }
}
