body{
    font-family: "Poppins", sans-serif;
    zoom: 90%;
}
iframe{
    width: 100%;
}
#navbarSupportedContent{
    justify-content: end;
}
.btn{
    background-color: #002F6D;
    color: white;
}
.btn:hover{
    background-color: #FB9305;
    color: white;
}
.pt-12{
    padding-top: 5.625rem !important;
}
.pb-10{
    padding-bottom: 4.375rem !important;
}
.mb-10{
    margin-bottom: 4.375rem;
}
.item img{
    border-radius: 24px;
}
.main{
    width: 100%;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.banner{
    padding-bottom: 100px;
}
.category{
    margin-top: 100px;
    margin-bottom: 100px;
}
.nav-link{
    color: black;
    font-weight: 600;
}
.nav-link:hover{
    color: #FB9305;
}
.nav-link:focus{
    color: #FB9305;
}
.nav-item{
    margin-left: 10px;
    margin-right: 10px;
}
.alumer-cover{
    background-image: url("/assets/FREE (4).png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 700px;
}
.cover-head{
    color: white;
}
.cover-head h1{
    color: black;
    font-size: 52px;
    text-shadow: 0px 3px 0px #b2a98f,
    0px 14px 10px rgba(0,0,0,0.15),
    0px 24px 2px rgba(0,0,0,0.1),
    0px 34px 30px rgba(0,0,0,0.1);
    }
.multi-select{
    padding: 5px;
    border-radius: 0.375rem;
}
.search_field{
    padding: 5px;
    border-radius: 0.375rem;
    border: 1px solid;
}
.featured-listing{
    padding-bottom: 100px;
}
.featured-listing p{
    color: #002F6D;
}
.listing{
    background-color: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: 0.3s;
}
.listing:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px;
}
.listing-content{
    padding: 10px;
}
.p-project{
    padding-top: 100px;
    padding-bottom: 100px;
}
.listing-image img{
    border-radius : 17px 17px 0px 0px;
}
.listing-content ul{
    list-style: none;
}
.listing-content li{
    display: inline-block;
    padding-right: 10px;
}
.listing-location{
    text-decoration: none;
    color: black;
}
.listing-content li img{
    margin-right: 5px;
}
.listing-location img{
    position: absolute;
}
.listing-location span{
    margin-left: 20px;
}
.listing-contact a{
    text-decoration: none;
    color: black;
    padding: 5px 15px 5px 15px;
    border: 1px solid;
    border-radius: 20px;
    transition: 0.5s;
}
.listing-contact a:hover{
    background-color: #002F6D;
    color: white;
}
.listing-content h6{
    font-size: 24px;
}
.listing-content p img{
    position: absolute;
}
.listing-content p span{
    margin-left: 25px;
    color: #002F6D;
}
.dealday{
    padding-bottom: 100px;
}
.dealday h2 span{
    color: #002F6D;
    font-weight: bold;
}
.options{
    display: flex;
    justify-content: center;
}
.options .search-btn{
    margin: 0px 10px 0px 10px;
}
.search-btn{
    color: white;
    background: #002F6D;
    border-radius: 0.375rem;
    border: none;
    width: 130px;
    padding: 12px;
}


.options .search-btn {
    background-color: #1b4782;
    border-radius: 0.375rem;
    color: white;
    border: 3px solid #002F6D;
    line-height: 1;
    font-size: 20px;
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    min-width: 200px;
    text-align: center;
}
.options .search-btn:hover,
.options .search-btn:focus {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes wobble {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.projects h2{
    background: #002f6d;
    color: #fff;
    padding: 11px 0px;
    font-weight: bold;
    text-align: center;
    border-radius: 0.375rem;
    transition: 0.3s;
}
.projects h2:hover{
    background-color: #FB9305;
}
.projects a{
    text-decoration: none;
    color: white;
}
.listd{
    margin: 0 0 30px;
    padding: 0;
    display: flex;
}
.overview-list{
    background-color: #f7f7f7;
    list-style: none;
    padding: 12px 20px;
    border: 1px solid #ddd;
    width: 100%;
}
.overview-list li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    float: left;
    line-height: 25px;
    width: 40%;
}
.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 10px 20px 10px;
    color: #2f2f2f;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
}

.footer > * {
    flex:  1 100%;
}

.footer__addr {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer__logo {
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
}

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: 15px;
    font-weight: 400;
}

.nav__title {
    font-weight: 400;
    font-size: 15px;
}

.footer address {
    font-style: normal;
    color: #999;
}

.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    border-radius: 100px;
    margin: 0.6em 0.3em 0.6em 0em;
    font-size: 1rem;
    padding: 0 1.3em;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer__nav {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav > * {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav__ul a {
    color: #999;
}

.nav__ul--extra {
    column-count: 2;
    column-gap: 1.25em;
}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #2f2f2f;
}
.category {
    background-image: url('../img/pattern-01.png'), url('../img/pattern-02.png');
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    background-color: #002F6D;
}
.heading-divider{
    display: block;
    width: 75px;
    height: 3px;
    margin-top: 19px;
    margin-bottom: 21px;
    background-color: #FB9305;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav > * {
        flex: 1;
    }

    .nav__item--extra {
        flex-grow: 1;
    }

    .footer__addr {
        flex: 1 0px;
    }

    .footer__nav {
        flex: 1 0px;
    }
}


/*Property Detail */

/* General Styles */
.container {
    max-width: 1200px;
    margin: auto;
}

.property-title {
    font-weight: 600;
}

.property-price {
    font-size: 32px;
    color: #002F6D;
    margin-top: 10px;
    font-weight: 600;
}

.property-section {
    margin-bottom: 20px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #002F6D;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.property-section p {
    font-size: 16px;
    line-height: 1.5;
}

.overview-list, .facilities-list {
    list-style: none;
}

.overview-list li, .facilities-list li {
    font-size: 16px;
    margin-bottom: 10px;
}

.overview-list li span, .facilities-list li span {
    font-weight: bold;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Sidebar Styles */
.sidebar-section {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar-section form input, .sidebar-section form select, .sidebar-section form button {
    width: 100%;
    margin-bottom: 10px;
}
.carousel-item{
    height: 500px;
}

/*Sidebar*/

/* General styling for the sidebar */

.section-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: bold;
    color: #343a40;
}

.property-item {
    display: flex;
    margin-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
    padding-top: 15px;
}

.property-image {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 0.375rem;
    margin-right: 15px;
}
.property-location {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 5px;
}
.carousel-inner{
    border-radius: 0.375rem;
}
.rproperty h5{
    font-weight: 600;
}
.rproperty p{
    font-weight: 600;
    margin-top: 5px;
}
.rproperty span img{
    margin-right: 5px;
}
.rproperty a{
    text-decoration: none;
    color: black;
}
.rproperty a:hover{
    color: #002F6D;
}
.tab-info{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .7), 0 3px 10px 0 rgba(0, 0, 0, .13);
    margin-bottom: 40px;
    border-radius: 0.375rem;
    transition: 0.3s;
    padding: 20px;
}
.tab-info:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;
}
.tab-detail a{
    font-size: 19px;
    text-decoration: none;
    color: #002F6D;
}
.maps{
    padding-top: 100px;
    padding-bottom: 100px;
}
.thumbnail-card{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.3s;
}
.thumbnail-card:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.thumbnail-card a{
    text-decoration: none;
}
.thumbnail-card center{
    background-color: #002F6D !important;
    color:#fff;
    padding: 12px
}
.thumbnail-card img{
    height: 270px;
    width: 100%;
}
.contactus{
    padding-top: 100px;
    padding-bottom: 100px;
}
.cform{
    padding-top: 100px;
    padding-bottom: 100px;
}

.pulse_holder {
    display: block;
    position: absolute;
}
.pulse_holder .pulse_marker {
    position: fixed;
    bottom: 26px;
    right: 26px;
    z-index: 10;
}
.footer-call-number {
    text-decoration: none;
    -webkit-transition: all ease-in-out .5s;
}

.footer-call-number i {
    font-size: 40px;
    color: #fff;
    background-color: #25D366;
    padding: 11px 13px;
    border-radius: 50px;
}


