.innerHero{background-image: url('../images/hero.jpg'); display: flex; align-items: flex-end; justify-content: center;}
.sectionHeading{border-top: none; padding-top: 0; text-align: left;}
#georgian-section .border{display: none;}
#defaultCarousel .carousel-indicators li{width: 12px; height: 12px; background-color: #FFF; opacity: 1; margin: 5px;}
#defaultCarousel .carousel-indicators .active{background-color: #E22B28;}
.contactMap{margin: 0;}
.virtual-bar { z-index: 9; left: 33%; top: 41%; }
hr.grey{background-color: #53626F;height: 1px!important;}
hr.black{background-color: #424F5C;height: 1px!important;}
#projectnavCollapse .nav-link{font-size: 14px;font-family: 'Sinkin Sans 300';font-weight: 300;letter-spacing: 2px;color: black;}

.activeNav,.nav-link:focus, .nav-link:hover{color: #F7941D;}
/* #projectNav .navbar-nav .activeNav, #projectNav .navbar-nav .nav-item:hover {
    background-color: #56b9ca;
} */


#galleryTabs.nav-tabs .nav-item.show .nav-link, #galleryTabs.nav-tabs .nav-link.active{
    text-decoration: underline;
    font-weight: 800;
    font-family: 'Sinkin Sans 800';
}
#galleryTabs .nav-link{color: black;}

.navbar-toggler:focus{box-shadow: none;}

a:hover{color: #F7941D;}
 .img-plus {
    position: absolute;
    right: 0;
    bottom: 33px;
}
.img-wrapper{position: relative;}
.customButton{font-size: 16px;font-weight: 400;}

.pdfDownload {
    border-bottom: 1px solid #F7941E;
}
#projectNav {
    margin-top: 7px;
}
a {
    color: #56b9ca;}
    .poppins-light{font-family: poppins light;}
    .pdfDownload {
        font-size: 14.5px;
        color: #000;
        padding: 10px 15px;
    }
    .lh-35{line-height:35px}
    .vimeo-wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 70vh;
        z-index: -1;
        pointer-events: none;
        overflow: hidden;
    }
    .fullHero {
        
        background-position: center;
        background-size: cover;
    }
    .vimeo-wrapper iframe, .vimeo-wrapper video {
        width: 100vw;
        height: 56.25vw;
        min-height: 70vh;
        min-width: 177.77vh;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .fullHero .showMoreButton {
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 20px;
        z-index: 99;
    }
    .contactMap {
        height: 500px;
    }
    .homeName {
        font-size: 45px;
        letter-spacing: 1px;
        font-weight: 800;
    }
.model{position: relative;}
    .model::before{position: absolute;
        content: '';
        height: 3px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top:5%;
        width: 45%;
        background: #F7941E;}

        #carouselExampleControls1 .carousel-control-prev-icon {
            background-image: url(../images/floorplan/pre.png);
            width: 32px;
            height: 28px;
        }

         #carouselExampleControls1 .carousel-control-next-icon {
            background-image: url(../images/floorplan/next.png);
            width: 32px;
            height: 28px;
        }

        .customCarousel .carousel-item .next-slide {
            background-position: left;
            background-size: cover;
            border-left: 17px solid #fff;
            position: relative;
        }
        .customCarousel .carousel-item .next-slide::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.6);
            content: "";
        }
        .customCarousel .carousel-item.active {
            display: flex;
        }
        .sticky-container {
            position: fixed;
            top: 110px;
            left: 0;
            width: 100%;
            background-color: #dfeef4!important;
            z-index: 1050; /* make sure it stays on top */
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            animation: slideDown 0.3s ease-in-out;
          }
          
          /* Optional smooth slide animation */
          @keyframes slideDown {
            from { transform: translateY(-100%); }
            to { transform: translateY(0); }
          }
        @media screen and (max-width: 1499px) {
            #projectnavCollapse .nav-link {
                font-size: 12px;letter-spacing: 1px;}
        }

        @media screen and (max-width: 1300px) {
            .sticky-container {
                
                top: 75px;
                
              }
        }@media screen and (max-width: 992px) {
            .sticky-container {
                
                top: 130px;
                
              }
        }@media screen and (max-width: 767px) {
            .sticky-container {
                
                top: 80px;
                
              }
        }