
@media screen and (max-width: 768px) {
  .controls-inside .flex-control-nav {
  display: none !important;
  } 
  
  
  .flex-direction-nav li a {
    background: rgba(73,138,74,.75);
    border-radius: 50%;
    outline: none !important;
    
  }
  
}


.controls-inside .flex-control-nav {
/* display: none !important; */
}

/* .flex-direction-nav li a {
  background: rgba(73,138,74,.75);
  border-radius: 50%;
  outline:3px solid rgba(73,138,74,.75);
  
} */

.flex-direction-nav li a {
  background: rgba(82, 99, 84, 0.75);
  border-radius: 50%;
  outline: 3px solid rgba(73, 88, 75, 0.75);
}


.controls-inside .flex-control-nav {
/* display: none !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;
}

/*h1 {font-family: solitas-serif-normal, proxima-nova, sans-serif;}*/


#logoTopScreen {
  opacity: 0;
  -webkit-transition: all 3.3s ease-in-out;
  -moz-transition: all 3.3s ease-in-out;
  -o-transition: all 3.3s ease-in-out;
  transition: all 3.3s ease-in-out;
  -webkit-transform: scale(.5,.5);
   -webkit-transform: scale(.5,.5);
}

.scale {
  -webkit-transform: scale(1,1) !important;
   -webkit-transform: scale(1,1) !important;
}


.fadeIn {
  opacity: 1 !important
}


@media screen and (max-width: 767px) {  
  #logoTopScreen {
    width: 75%;
    margin-top: -48px;
    }
}

/* Add arrows back to mobile slider */
@media all and (max-width: 768px) {
  .flex-direction-nav {
    display: inherit;
  }
  
  #moreinfo {
  text-align: justify;
  font-size: 16px !important;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
}

#moreinfo i {
  font-size: 12px !important;
  letter-spacing: 0px;
  display: block;
  margin-top: 24px;
}
  
  
}





 #bpinfo {
  margin: 0 auto;
}
#moreinfo {
  text-align: justify;
  font-size: 24px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
}

#moreinfo i {
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
}






/* Scroll */


#start {
  position: absolute;
  z-index: 999;
  bottom: 24px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  animation: startanimation 3s infinite;
}


@media screen and (max-width: 768px) {
  
  /* #start {
    bottom: 96px;
  } */
   
}


@keyframes startanimation { 
  25% {
    opacity: 0;
  -webkit-transform: scale(.75,.75);
   -webkit-transform: scale(.75,.75);
  }

  100% {
    opacity: 1;
  }
  
  5% {
    opacity: 1;
  }
  
}





/* Custom Branding */


#contact .uppercase.mb0:first-of-type {
  padding-top: 0px !important;
}


#logoTopScreen {
  /* margin-top: -120px; */
}




/* for phones below */

@media (max-width: 767px) {
    #contact p, #contact h5 {
        text-align: center;
    }
  
  #contact .col-sm-6 {
    text-align: center !important;
    margin: 0 auto !important;
  }
  #contact .col-sm-6 img {
    margin-bottom: 36px;
  }
  
}




/* Gradient */

/* #gradient
{
  width: 100%;
  height: 800px;
  padding: 0px;
  margin: 0px;
} */


/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}


/* footer color update */
footer#gradient {
  background: #526354;
}

/* additional color updates */
.propertyDetails h1 {
  color: #526354;
}

.propertyDetails h5 {
  color: #1a1a1a !important;
}

.newColor {
  color: #526354;
}

/* contact area bg */

#contact {
    background-image: url('../img/arborbg.jpg');
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    padding: 50px 0; /* Optional: Add padding to the section for spacing */
}

/* New footer style */
 .linkToSite {
   color: #fff !important;
   margin-top: -24px !important;
   position: relative;
   bottom: 20px;
   padding-top: 0px;
   font-weight: 400;
 }
 .linkToSite:hover {
   opacity: .5;
 }
 

#info h1.uppercase {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 700;
}

footer .sub {
  line-height: 1em;
  margin-top: 24px;
  margin-bottom: -40px;
}



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

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

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

[data-aos] {
  opacity: 0;
  transition: none;
}


h1 .listedBy {
  display: block;
  text-transform: initial;
  letter-spacing: .03em;
  font-style: italic;
  padding-top:6px;
}

.brokerPreview {
  display: none;
}





/* Call Button */
/* 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;
}


.call-ryan-btn {
  color: #ffffff;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.call-ryan-btn:visited,
.call-ryan-btn:focus,
.call-ryan-btn:active {
  color: #ffffff;
  outline: none;
}

/* hide for mobile */
@media (min-width: 768px) {
  .call-ryan-btn {
    display: none;
  }
}


/* End Call Button */


/* centering bed/bath text */
#info h1, #info h5, #info h6 {
  text-align: center;
}