
/* GENERAL */


/****SURAJIT****/

.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

/* Responsive handling */
@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}



/***********/

/* GENERAL */
        
body{
    margin: 0px;
    font-family: 'Poppins' !important;
}

.comm-h1{
  text-align: left !important;
  font-size: 45px !important;
  font-weight: 500 !important;
  color: black !important;
  font-family: 'Poppins' !important;
}

.comm-h2{
  font-size: 35px;
  text-align: left;
  font-family: 'Poppins' !important;
  margin-top: 10px;
}

.small-h2{
    font-size: 25px;
}

.comm-h3 {
    font-size: 30px;
    text-align: center;
    font-family: 'Poppins' !important;
}

.comm-h4{
    color: #404042;
    text-align: left !important;
    font-size: 25px;
    font-weight: 400 !important;
    font-family: 'Poppins' !important;
    margin-top: 0px;
}

.comm-h4 strong{
    font-size: 30px !important;
    font-family: 'Poppins' !important;
    color: #c36408;
}

.comm-h5 {
    text-align: left;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Poppins' !important;
    color: #c36408;
    margin-top: 0px;
    margin-bottom: 0px;
}

.comm-white{
    color: white !important;
}

.comm-list {
    text-align: left !important;
    padding: 0px;
    color: #404042;
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 20px;
}

.comm-container{
    padding-left: 7%;
    padding-right: 7%;
}

.comm-small-heading {
    text-align: left !important;
    color: #404042;
    font-size: 12px;
    font-weight: bold !important;
    letter-spacing: 4px;
}

.row-three{
    display: flex;
}

.row-three .inside-row-three{
    width: 33%;
    padding-right: 50px;
}

.row-two{
    display: flex;
}

.row-two .inside-row-two {
    width: 50%;
    padding: 50px;
    margin: auto;
}

.row-two .inside-row-two-no-padding {
    width: 50%;
    margin: auto;
}

.row-two .inside-row-two-no-padding img{
    width: 100%;
}

.row-two .inside-row-two img{
    width: 100%;
}

.extra-padding{
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin-top{
    margin-top: 30px;
}

.light-blue-bg{
    background-color: #E8EDF6 !important;
}

.dark-grey-bg{
    background-color: #E7ECF6 !important;
}

.grey-bg{
    background-color: #f7f7f7 !important;
}

.gradient-bg{
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(158, 19, 44, 1) 0%, rgba(251, 200, 118, 1) 100%);
}

.cream-bg{
    background-color: #FBF6F2;;
}

.flex-block{
    display: flex;
}

.flex-block .two-thirds{
    width: 70%;
    margin: auto;
}

.flex-block .one-thirds{
    width: 30%;
    margin: auto;
    text-align: center;
}

.comm-gradient{
    padding-top: 10px;
    padding-bottom: 10px;
}

.comm-btn-book {
    color: white !important;
    border: 3px solid white;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px !important;
    margin: auto;
}

.comm-btn-book:hover{
    background: white !important;
    color: black !important;
}

.comm-service-block {
    border: 3px solid #cacaca;
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    min-height: 350px !important;
}

.comm-service-block p{
    margin-bottom: 0px !important;
}

.comm-service-block .comm-service-heading {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.comm-service-block .comm-service-desc{
    color: #8A8A8A;
font-size: 16px;
line-height: 23px;
}

#services-one, #services-two, #services-three{
    display: none;
}

.comm-btn-more {
    text-decoration: underline !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #4C4E54 !important;
    text-underline-offset: 5px;
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    text-align: center;
}

.margin-bottom{
    margin-bottom: 40px;
}

.comm-survey-heading{
    text-align: left !important;
    font-size: 25px;
    line-height: 35px;
}

.comm-list li {
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
}

.comm-survey-btn{
    font-size: 18px !important;
    padding: 15px 40px;
    border: 3px solid #FB914D;
    display: block;
    border-radius: 30px;
    color: #FB914D !important;
    width: 220px;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

.comm-review-section .review{
    width: 30%;
    float: left;
    display: block;
    min-height: 250px;
}

.comm-review-section .reviews-widget-wrapper{
    padding: 0px !important;
}

.comm-review-section .yext-review-top{
    width: 100% !important;
}

.comm-review-section .review-body{
    width: 100% !important;
    margin-top: 20px !important;
    padding-left: 0px !important;
}

.comm-review-section .review-response-body{
    display: none !important;
}

#yext-widget-204343.yext-reviews .yext-pagination .yext-pagination-button.selected, .yext-widget-popup-204343.yext-reviews .yext-pagination .yext-pagination-button.selected{
    color: #FA6613 !important;
}

.comm-centre{
    text-align: center !important;
}

.comm-contact-btn-middle{
    font-size: 18px !important;
    padding: 15px 40px;
    border: 3px solid #FB914D !important;
    display: block;
    border-radius: 30px;
    color: #FB914D !important;
    width: 200px;
    margin: auto;
    text-align: center;
}


/* MAIN BANNER */

.comm-main-header{
    padding-top: 200px;
    padding-bottom: 200px;
    /*background-image: url(https://www.sunshineretirementliving.com/wp-content/uploads/2025/03/FountainCrestBanner-1920x710-1.webp?id=48650);*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.comm-btn-container {
    display: flex;
    padding-top: 20px;
    margin-top: 20px;
    height: 60px;
}

.comm-btn-container .comm-btn-left{
      margin-right: 20px;
}

.comm-btn-orange{
    background: transparent;
    border: 2px solid #f8791a;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px !important;
    color: #f8791a !important;
    cursor: pointer;
}

.comm-btn-orange:hover{
    background: #f8791a;
    border: 2px solid #f8791a;
    color: white !important;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px !important;
}

.comm-btn-gradient{
    background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(158, 19, 44, 1) 0%, rgba(251, 200, 118, 1) 100%);
    color: white !important;
    padding: 11px 40px;
    border-radius: 30px;
    font-size: 18px !important;
    cursor: pointer;
}

/* NAVIGATION */

nav{
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
}

.nav-container{
    display: flex;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-container .nav-logo{
    width: 15%;
    margin: auto;
}

.nav-container .nav-menu{
    width: 60%;
    margin: auto;
}

.nav-container .nav-info{
    width: 25%;
    margin: auto;
}

.comm-header-logo{
    width: 150px;
}

.comm-menu{
    display: flex;
}

.comm-menu .comm-menu-link {
    width: auto;
    margin: auto;
    text-align: center;
    color: #474747 !important;
    cursor: pointer;
    text-decoration: none;
}

.comm-outside-cont{
    display: flex;
    float: right;
}

.comm-outside-cont .comm-outside-left{
    padding-right: 10px;
}

.comm-inside-cont{
    display: flex;
}

.comm-inside-cont .comm-inside-left{
    margin: auto;
}

.comm-inside-cont .comm-inside-right {
    margin: auto;
    text-align: left;
    padding-left: 10px;
    font-size: 12px;
    line-height: 18px;
}

.comm-inside-cont .comm-inside-left img{
    width: 45px;
}

/* FLOOR PLAN */

.comm-floor-cont {
    padding-top: 60px;
    display: flex;
}

.comm-floor-btn{
    background: #f7f7f7 !important;
    font-size: 25px !important;
    padding: 20px 30px;
    border: none !important;
    display: block;
    color: #b6b5b5 !important;
    width: 100%;
    margin: auto;
    cursor: pointer;
}

.comm-floor-btn:hover{
    background: #FB914D !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px;
}

.comm-active{
    background: #FB914D !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px;
}

.comm-studio-heading{
    font-size: 28px;
    margin-bottom: 0px;
    color: #4C4E54 !important;
    text-align: left !important;
    font-family: 'Poppins' !important;
}

.comm-studio-normal{
    color: #4C4E54 !important;
font-size: 25px;
    text-align: left !important;
    font-family: 'Poppins' !important;
}

.comm-studio-desc{
    text-align: left !important;
    padding-bottom: 0px !important;
    color: #8A8A8A;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Poppins' !important;
}

.comm-studio-contact-btn{
    font-size: 18px !important;
    padding: 15px 40px;
    border: 3px solid #FB914D;
    display: block;
    border-radius: 30px;
    color: #FB914D !important;
    width: 200px;
    text-align: center;
}

#one-bedroom-block, #two-bedroom-block{
    display: none;
}


/* SLIDER STYLING */

@keyframes slide {
from {
    transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 60px 0;
    background: white;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 10s slide infinite linear;
}

.logos-slide img {
    height: 110px;
    margin: 0 40px;
    width: auto !important;
}


/* GALLERY STYLING */

.gallery {
    overflow: hidden;
    padding: 0px;
    background: transparent;
    white-space: nowrap;
    position: relative;
}

.gallery:before,
.gallery:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.gallery:hover .gallery-slide {
    animation-play-state: paused;
}

.gallery-slide {
    display: inline-block;
    animation: 240s slide infinite linear;
}

.gallery-slide img {
    height: 500px;
    margin: 0 40px;
}

html {
    scroll-padding-top: 60px !important;
}

.mobile-video{
    display: none;
}

#comm-burger-menu {
    display: none;
    position: absolute;
    background: white;
    width: 110%;
    margin-left: -28px;
        padding-top: 30px;
        padding-bottom: 30px;
}

#comm-burger-menu .comm-menu-link{
    display: block;
    padding-top: 0px;
    color: #EF8D22;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-top: 0px !important;
}

.hide-desktop{
    display: none !important;
    width: 110% !important;
}

.comm-mobile-menu{
    display: flex;
    padding-top: 10px;
padding-bottom: 10px;
}

.comm-mobile-menu .comm-burger{
    width: 50px;
    margin: auto;
}

.comm-mobile-menu .comm-burger img{
    width: 100%;
}

.comm-mobile-menu .comm-mobile-logo {
    width: 100%;
    margin: auto;
    text-align: left;
}

.comm-mobile-menu .comm-mobile-logo img{
        width: 100px;
}

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

.extra-margin-top{
    margin-top: 50px;
}

.no-padding .inside-row-two{
    padding: 0px !important;
}

.btn-learn-more{
    padding: 10px 30px;
    border: 2px solid grey;
    border-radius: 30px;
}

.comm-activities{
    background-color: #FFFCF9;
}

.weekly-block{
    padding: 40px;
    border: 2px solid #E9E9E9;
    border-radius: 20px;
    background-color: #fff;
    min-height: 283px;
}

.weekly-block .comm-h5{
    color: #222222;
    line-height: 25px;
    margin-bottom: 25px;
}

.dropdown-title {
    cursor: pointer;
    font-weight: bold;
    user-select: none;
    padding: 8px 12px;
    margin-top: 4px;
    transition: background-color 0.3s ease;
    border-bottom: 2px solid white;
}
.dropdown-title:hover {
    /* background-color: #e5e7eb; */
    border-bottom: 2px solid #e5e7eb;
}
.dropdown-block {
    display: none;
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 8px;
    border-radius: 0 4px 4px 0;
}

.calendar-image {
    background-image: url(https://www.sunshineretirementliving.com/wp-content/themes/sunshineretirement/community-redesign/images/img1.png);
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

.calendar-image .comm-h5{
    color: #fff;
}

.weekly-block .block-link {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    /* Expand clickable area */
    text-indent: -9999px; /* hides text if any */
}

@media (max-width: 1600px){
    .comm-service-block {
    min-height: 500px !important;
    }
    
    .comm-review-section .review {
    min-height: 270px;
    }
    
    .comm-sticky-header{
    margin-top: 10px;
    }
    
    .comm-menu .comm-menu-link{
        font-size: 14px !important;
    }
    
    .comm-inside-cont .comm-inside-right {
    font-size: 14px !important;
    }
}

@media (max-width: 1400px){
    .comm-review-section .review {
    min-height: 280px;
    }
    
    .comm-menu .comm-menu-link{
        font-size: 12px !important;
    }
    
    .comm-inside-cont .comm-inside-right {
    font-size: 13px;
    }
}

@media (max-width: 1350px){
    .comm-service-block {
    min-height: 550px !important;
    }
}

@media (max-width: 1300px){
    .comm-review-section .review {
    min-height: 300px;
    }
}

@media (max-width: 1200px){
    .comm-sticky-header .vc_col-sm-4{
        display: none !important;
    }
    
    .comm-sticky-header .vc_col-sm-6 {
        width: 80% !important;
    }
}


@media (max-width: 750px){
    
    .comm-h1 {
        font-size: 25px !important;
    }
    
    .comm-h2 {
    font-size: 30px;
    }

    .comm-h4 {
        margin-bottom: 0px;
    }

    .comm-h5 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    
    .comm-btn-container {
    display: block;
    height: auto;
    }
    
    .comm-btn-container .comm-btn-left {
    margin-right: 0px;
    }
    
    .comm-btn-orange {
        background: #f8791a;
        color: #fff !important;
        display: block;
        margin-bottom: 10px !important;
        width: auto;
        text-align: center;
    }
    
    .comm-floor-cont {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    }
    
    .comm-studio-normal {
    font-size: 20px;
    line-height: 25px;
    }
    
    .comm-btn-book {
    float: none;
    display: block;
    margin: auto;
    }
    
    .mobile-no-margin-bottom{
        margin-top: -30px !important;
    }
    
    .comm-service-block {
    margin-bottom: 20px !important;
    }
    
    .comm-survey-heading {
    font-size: 20px;
    line-height: 30px;
    }
    
    .comm-list li {
    font-size: 16px;
    margin-bottom: 15px !important;
    }
    
    .comm-review-section .review {
    width: 100%;
    min-height: auto;
    }
    
    .awards-row img {
        height: auto !important;
        width: 70% !important;
    }
    
    .hide-mobile{
        display: none !important;
    }
    
    .show-mobile{
        display: block !important;
    }
    
    .comm-h4 strong {
    font-size: 25px !important;
    }
    
    .comm-studio-contact-btn {
        margin: auto;
    }

    .row-three {
        display: block !important;
    }

    .row-three .inside-row-three {
        width: 100%;
    }

    .nav-container {
        display: none;
    }

    .mobile-margin-bottom{
        margin-bottom: 30px;
    }

    .comm-list {
        margin-left: 0px;
    }

    .comm-highlights .margin-top{
        margin-top: 0px;
    }

    .gallery-slide img {
        height: 200px;
    }

    .row-two {
        display: flex;
        flex-direction: column;
    }

    .row-two .inside-row-two {
        width: 90%;
        padding: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
    }

    .comm-floor-block{
        margin-top: -30px;
    }

    .flex-block {
        display: flex;
        flex-direction: column;
        padding: 30px;
    }

    .flex-block .two-thirds {
        width: 100%;
        margin: auto;
    }

    .flex-block .one-thirds {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .comm-service-block {
        min-height: 100px !important;
    }

    .comm-answwers .row-two .inside-row-two {
        width: 80%;
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
    }

    .row-two .inside-row-two-no-padding {
        width: 100%;
        margin: auto;
    }

    .desktop-video{
        display: none;
    }

    .mobile-video{
        display: block;
    }

    .weekly-block{
        margin-bottom: 20px;
    }

}