body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

select,
textarea,
input {
    font-size: 14px;
}

.form-control {
    font-size: 14px;
    border-color: #c9c9c9 !important;
}

.form-control:focus {
    border-color: #ff3c23 !important;
    box-shadow: none !important;
}

select {
    width: 100% !important;
}

table,
table tr th,
table tr td {
    border-color: #c9c9c9 !important;
}

.form-check-label {
    font-weight: 400 !important;
}

.tar {
    text-align: right;
}

.w-100-p {
    width: 100% !important;
}

.w-60 {
    width: 60px !important;
}

.w-80 {
    width: 80px !important;
}

.w-100 {
    width: 100px !important;
}

.w-150 {
    width: 150px !important;
}

.w-200 {
    width: 200px !important;
}

.w-300 {
    width: 300px !important;
}

.w-400 {
    width: 400px !important;
}

.h-100 {
    height: 100px !important;
}

.h-150 {
    height: 150px !important;
}

.h-200 {
    height: 200px !important;
}


.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.btn-sm-custom {
    font-size: 12px;
    padding-top: 3px;
}

.badge.bg-success {
    background: #11af33 !important;
}

.badge.bg-danger {
    background: #ff3c23 !important;
}

.bg-website {
    background: #d92228 !important;
    border: 0;
}

.ml-auto {
    margin-left: auto !important;
}

a {
    transition: 0.35s;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-weight: 400;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #d92228;
}

.primary-color {
    color: #d92228;
}

.primary-color:hover {
    color: #333;
}

@media (max-width: 585px) {
    .slider {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }

    .slider .text {
        padding-top: 40px !important;
    }

    .slider .text h2 {
        margin-left: 0px !important;
        margin-right: 0px !important;
        font-size: 28px !important;
    }

    .slider .text p {
        font-size: 16px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* Heading Area */
.main-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
}

.main-nav .navbar {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
}

.main-nav nav .navbar-nav .nav-item {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #0a0909;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    top: 86px !important;
    background: #ffffff !important;
    padding: 0 !important;
    border: 2px solid #f5f5f5 !important;
    border-radius: 0 !important;
    width: 200px !important;
    z-index: 999999 !important;
}

.main-nav nav .navbar-nav .nav-item a {
    color: #333;
    font-weight: 400;
    text-transform: none !important;
    font-size: 15px !important;
    transition: all 0.5s;
    position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #444;
    border-bottom: 1px solid #dbdbdb;
}

.main-nav nav .navbar-nav .nav-item .nav-link {
    background: #050505;
    color: #f5f5f6;
    font-weight: 600;
}

.mobile-nav.mean-container .mean-nav ul li a.active,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #d92228;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #d92228 !important;
}

/*
.main-nav nav .navbar-nav .nav-item:nth-last-of-type(1) {
    border-radius: 4px;
    background: #d92228;
    margin-left: 10px;
}

.main-nav nav .navbar-nav .nav-item:nth-last-of-type(1) a {
    color: #fff !important;
}
*/
.main-nav img {
    height: 50px;
}

.mobile-nav img {
    height: 40px;
}

.mean-container .mean-bar {
    background-color: #050505;
    height: 60px;
    z-index: 999999 !important;
}

.mean-container .logo {
    top: 5px;
}

.mean-container img {
    height: 50px;
}

.mean-container a.meanmenu-reveal span {
    background: #d92228;
}

.mean-container a.meanmenu-reveal {
    color: #d92228;
}

@media (max-width: 991px) {
    .mobile-nav .logo {
        z-index: 999999 !important;
    }
}



/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
    background: #d92228;
    color: #fff;
    opacity: 0.7;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
    opacity: 1;
    color: #fff;
    background: #313131;
}

/* Advertisement */
.ad-section-1 img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Home Slider */
.slider {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 140px;
    padding-bottom: 140px;
}

.slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #000;
}

.slider .text {
    position: relative;
    z-index: 99;
    text-align: center;
}

.slider .text h2 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
}

.slider .text p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    margin: 0 250px;
}

/* Search Section */
.search-section {
    margin-top: 30px;
}

.search-section .inner {
    border: 1px dashed #e0e0e0;
    padding: 20px 20px;
    position: relative;
    z-index: 99999;
    border-radius: 6px;
}

.search-section .form-control,
.search-section .form-select {
    font-size: 15px;
    font-weight: 400;
}

.search-section button[type="submit"] {
    width: 100%;
    font-size: 15px;
    background: #d92228;
    border: 1px solid #d92228;
    font-weight: 400;
}

.search-section button[type="submit"]:hover {
    background: #fff;
    border-color: #fff;
    color: #d92228;
}

@media (max-width: 991px) {

    .search-section .form-control,
    .search-section .form-select,
    .select2-container .select2-selection--single {
        margin-bottom: 10px;
    }

    .slider .text p {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Home Page - Why Choose */
.why-choose {
    padding-top: 60px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.why-choose:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #3b3b3b;
    z-index: 1;
}

.why-choose .heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.why-choose .heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}

.why-choose .heading p {
    color: #fff;
}

.why-choose .inner {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.why-choose .inner .icon {
    text-align: center;
    margin-bottom: 20px;
}

.why-choose .inner .icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 6px;
    font-size: 35px;
}

.why-choose .inner .text {
    text-align: center;
}

.why-choose .inner .text h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.why-choose .inner .text p {
    font-size: 14px;
    color: #fff;
}

/* Home Page - Property */
.property {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property .heading {
    text-align: center;
    margin-bottom: 30px;
}

.property .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.property .heading p {
    color: #696969;
}

.property .item {
    margin-bottom: 25px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}

.property .item .photo {
    position: relative;
}

.property .item .photo img.main {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .property .item .photo img.main {
        height: auto;
        object-fit: none;
    }
}

.property .item .photo .top {
    position: absolute;
    left: 10px;
    top: 10px;
}

.property .item .photo .top .featured {
    background: #d92228;
    color: #fff;
    padding: 1px 10px;
    border-radius: 16px;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}

.property .item .photo .top .status-sale,
.property .item .photo .top .status-rent {
    color: #fff;
    padding: 1px 10px;
    border-radius: 16px;
    font-size: 13px;
    margin-right: 10px;
    float: left;
}

.property .item .photo .top .status-sale {
    background: #2895c4;
}

.property .item .photo .top .status-rent {
    background: #22b638;
}

.property .item .photo .price {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #c8c8c8;
    background: #fff;
    color: #d92228;
    padding: 1px 16px;
    border-radius: 36px;
}

.property .item .photo .wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    color: #fff;
}

.property .item .photo .wishlist a {
    color: #fff;
}

.property .item .text {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 10px;
}

.property .item .text h3 {
    font-size: 20px;
    font-weight: 600;
}

.property .item .text h3 a {
    color: #d92228;
}

.property .item .text .detail {
    margin-top: 10px;
    position: relative;
}

.property .item .text .detail .stat {
    text-align: left;
}

.property .item .text .detail .stat .i1 {
    margin-right: 10px;
    display: inline-block;
}

.property .item .text .detail .stat .i2 {
    margin-right: 10px;
    display: inline-block;
}

.property .item .text .detail .stat .i3 {
    margin-right: 0px;
    display: inline-block;
}

.property .item .text .detail .address {
    margin-top: 5px;
    color: #757575;
}

.property .item .text .detail .type-location {
    margin-top: 5px;
    color: #757575;
    text-align: left;
}

.property .item .text .detail .type-location .i1 {
    display: inline-block;
    margin-right: 10px;
}

.property .item .text .detail .type-location .i2 {
    display: inline-block;
}

.property .item .text .agent-section {
    font-size: 14px;
    font-weight: 600;
    border-top: 1px dashed #cbcbcb;
    margin-top: 10px;
    padding-top: 10px;
}

.property .item .text .agent-section .agent-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.property .item .text .agent-section a {
    color: #000;
}

@media (max-width: 480px) {}




/* Home Page - Blog */
.blog {
    padding-top: 70px;
    padding-bottom: 50px;
}

.blog .heading {
    text-align: center;
    margin-bottom: 30px;
}

.blog .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.blog .heading p {
    color: #696969;
}

.blog .item {
    margin-bottom: 40px;
}

.blog .item .photo {
    margin-bottom: 10px;
}

.blog .item .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.blog .item .text h2 {
    font-size: 18px;
}

.blog .item .text h2 a {
    color: #333;
}

.blog .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.blog .item .text .button a {
    background: #d92228;
    border: 0;
}

@media (max-width: 1199px) {
    .blog .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .blog .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .blog .item .photo img {
        height: auto;
    }
}



/* Agent */
.agent {
    padding-top: 60px;
    padding-bottom: 0px;
}

.agent .heading {
    text-align: center;
    margin-bottom: 30px;
}

.agent .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.agent .heading p {
    color: #696969;
}

.agent .item {
    margin-bottom: 30px;
}

.agent .item .photo {
    margin-bottom: 10px;
}

.agent .item .photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .agent .item .photo img {
        height: 216px !important;
    }
}

@media only screen and (max-width: 767px) {
    .agent .item .photo img {
        height: 246px !important;
    }
}

@media only screen and (max-width: 575px) {
    .agent .item .photo img {
        object-fit: none !important;
        height: auto !important;
    }
}

.agent .item .text h2 {
    font-size: 18px;
    text-align: center;
}

.agent .item .text h2 a {
    color: #333;
    font-weight: 600;
}

.agent .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.agent .item .text .button a {
    background: #d92228;
    border: 0;
}

@media (max-width: 1199px) {
    .agent .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .agent .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .agent .item .photo img {
        height: auto;
    }
}



.agent-detail {
    padding-top: 60px;
    padding-bottom: 0px;
}

.agent-detail .inner {
    padding: 30px 50px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}

.agent-detail .photo {
    text-align: center;
    margin-right: 10px;
}

.agent-detail .photo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    height: auto;
}

.agent-detail .detail {
    padding-top: 10px;
    text-align: center;
}

.agent-detail .detail h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.agent-detail .detail h4 {
    font-size: 16px;
    color: #646464;
    margin-bottom: 25px;
}

.agent-detail .detail .contact {
    margin-top: 25px;
    margin-bottom: 25px;
}

.agent-detail .detail .contact .item {
    font-size: 14px;
    margin-bottom: 7px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}

.agent-detail .detail ul.agent-detail-ul {
    padding-left: 0;
}

.agent-detail .detail ul.agent-detail-ul li {
    list-style-type: none;
    margin-right: 5px;
    display: inline-block;
}

.agent-detail .detail ul.agent-detail-ul li a i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: #d92228;
    color: #fff;
}



/* Location */
.location {
    padding-top: 60px;
    padding-bottom: 0px;
}

.location .heading {
    text-align: center;
    margin-bottom: 30px;
}

.location .heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.location .heading p {
    color: #696969;
}

.location .item {
    margin-bottom: 30px;
}

.location .item .photo {
    margin-bottom: 10px;
}

.location .item .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
    .location .item .photo img {
        height: 216px !important;
    }
}

@media only screen and (max-width: 767px) {
    .location .item .photo img {
        height: 246px !important;
    }
}

@media only screen and (max-width: 575px) {
    .location .item .photo img {
        object-fit: none !important;
        height: auto !important;
    }
}

.location .item .text h2 {
    font-size: 18px;
    text-align: center;
}

.location .item .text h2 a {
    color: #333;
    font-weight: 600;
}

.location .item .text h4 {
    text-align: center;
    font-size: 14px;
    color: #575757;
}

.location .item .text .short-des p {
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.location .item .text .button a {
    background: #d92228;
    border: 0;
}

@media (max-width: 1199px) {
    .location .item .photo img {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .location .item .photo img {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .location .item .photo img {
        height: auto;
    }
}



/* Footer */
.footer {
    background: #050505;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer h2.heading {
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 0.4px solid #e0e0e0;
}

.footer p,
.footer ul li,
.footer ul li a,
.footer .list-item .right {
    font-weight: 400;
    font-size: 15px;
}

.footer input[type="submit"] {
    width: 100%;
    background: #d92228;
    border: 0;
    margin-top: 10px;
}

.footer .list-item {
    overflow: hidden;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer .list-item .left {
    width: 30px;
    height: auto;
    float: left;
    padding-top: 2px;
}

.footer .list-item .left i {
    font-size: 20px;
}

.footer .list-item .right {
    width: calc(100% - 40px);
    height: auto;
    float: left;
}

.footer ul.social {
    padding: 0;
    margin-bottom: 25px;
    overflow: hidden;
}

.footer ul.social li {
    list-style-type: none;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.footer ul.social li a {
    color: #fff;
    background: #d92228;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
}

.footer ul.social li a:hover {
    color: #d92228;
    background: #fff;
}

.footer ul.useful-links {
    padding: 0;
}

.footer ul.useful-links li {
    list-style-type: none;
    margin-right: 6px;
    margin-bottom: 6px;
    position: relative;
    padding-left: 12px;
}

.footer ul.useful-links li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
}

.footer ul.useful-links li a {
    color: #fff;
}

@media (max-width: 991px) {
    .footer .item {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom .copyright {
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .footer-bottom .right ul {
        text-align: center !important;
    }
}

/* Page Top */
.page-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.page-top h2 {
    position: relative;
    z-index: 99;
    color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: 700;
}

.page-top .button {
    position: relative;
    z-index: 99;
    text-align: center;
}

.page-top .button a {
    background: #d92228;
    border: 0;
}

.page-top .button a:hover {
    background: #d92228;
    opacity: 0.8;
}

.page-top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    color: #fff;
    opacity: 0.6;
    z-index: 99;
}

.page-top .breadcrumb-container {
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

.page-top .breadcrumb {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-top {
        padding-top: 120px;
    }

    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        display: inline-block;
    }
}

@media (max-width: 767px) {

    .page-top-company-single .item .text .detail-1 .category,
    .page-top-company-single .item .text .detail-1 .location,
    .page-top-company-single .item .text .detail-1 .email,
    .page-top-company-single .item .text .detail-1 .phone {
        margin-bottom: 10px;
    }
}

/* Page Content */
.page-content {
    padding-top: 40px;
    padding-bottom: 20px;
}

.page-content .featured-photo {
    margin-bottom: 15px;
}

.page-content .featured-photo img {
    width: 100%;
    height: auto;
}

.page-content .sub {
    overflow: hidden;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-content .sub .item {
    float: left;
    margin-right: 15px;
    color: #969696;
}

.page-content .sub .item a {
    color: #969696;
    text-decoration: underline;
}

.page-content .main-text {
    margin-bottom: 25px;
}

.page-content .share-content {
    margin-bottom: 20px;
}

.page-content .share-content h2 {
    font-size: 24px;
}

/* Contact Page */
.contact-form textarea {
    height: 200px;
}

.map iframe {
    width: 100%;
    height: 450px;
}

@media (max-width: 1199px) {
    .map iframe {
        height: 400px;
    }
}

/* FAQ Page */
.faq .accordion {
    width: 70%;
}

.faq .accordion-button {
    color: #d92228;
    font-weight: 700;
    background: #ebebeb;
}

.faq .accordion-button.collapsed {
    background: none;
}

.faq .accordion-button:focus {
    box-shadow: none !important;
}

.faq .accordion-item {
    margin-bottom: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.faq .accordion-button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 700;
    background-image: none;
    transform: none;
    color: #d92228;
}

.faq .accordion-button.collapsed::after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 700;
    background-image: none;
}

.faq .accordion-item .accordion-button {
    border-radius: 0 !important;
}

.faq .accordion-body {
    font-weight: 400;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (max-width: 991px) {
    .faq .accordion {
        width: 100% !important;
    }
}

/* Testimonial */
.testimonial {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial .bg {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
}

.testimonial h2.main-header {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    position: relative;
}

.testimonial .item {
    text-align: center;
    color: #fff;
    padding: 30px;
}

.testimonial .description {
    margin: 0 auto;
    padding-left: 120px;
    padding-right: 120px;
}

.testimonial .description p {
    position: relative;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

.testimonial .description p:before {
    position: absolute;
    content: "";
    width: 120px;
    height: 3px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background: #fff;
}

.testimonial .photo {
    width: 95px;
    height: 95px;
    margin: 0 auto;
}

.testimonial .photo img {
    width: 100%;
    height: auto;
}

.testimonial .text {
    margin-top: 15px;
}

.testimonial .text h4 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.testimonial .text p {
    font-size: 15px;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    background: #d92228;
    border: 7px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 24px;
    height: 24px;
    background: #313131;
    border: 7px solid #fff;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 50px;
    line-height: 48px;
    background: #fff;
    color: #d92228;
    margin-top: -25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: 0;
}

.testimonial-carousel .owl-nav .owl-next {
    right: 0;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #d92228;
    background: #fff;
}

@media (max-width: 991px) {
    .testimonial .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.property-filter {
    padding-top: 50px;
    padding-bottom: 50px;
}

.property-filter .widget {
    margin-bottom: 20px;
}

.property-filter .widget input[type="text"] {
    font-size: 15px;
}

.property-filter .advertisement {
    margin-top: 50px;
}

.property-filter .advertisement img {
    width: 100%;
    height: auto;
}

.property-filter h2 {
    font-size: 18px;
    font-weight: 600;
}

.property-filter .filter-button button {
    width: 100%;
    background: #d92228;
    border: 0;
    color: #fff;
}

.clearfix {
    width: 100%;
    clear: both;
}

.nice-select {
    width: 100%;
    height: auto;
    line-height: 24px !important;
    border-color: #ced4da;
    font-size: 15px;
}

.nice-select.open .list {
    width: 100%;
    box-shadow: none;
    border: 1px solid #ced4da !important;
}

.property .search-result-header {
    background: #d92228;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .property-filter {
        padding-bottom: 0 !important;
    }
}

.page-top-job-single {
    padding-top: 0;
    padding-bottom: 0;
}

.page-top-job-single .property-single {
    z-index: 999;
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-top-job-single .property-single .item {
    border: 0;
}

.page-top-job-single .property-single .item .text h3,
.page-top-job-single .property-single .item .text h3 a {
    color: #fff;
    font-size: 38px;
}

.page-top-job-single .property-single .item .text .detail-1,
.page-top-job-single .property-single .item .text .detail-1 .category:before,
.page-top-job-single .property-single .item .text .detail-1 .location:before,
.page-top-job-single .property-single .item .text .detail-1 .email:before,
.page-top-job-single .property-single .item .text .detail-1 .phone:before,
.page-top-job-single .property-single .item .text .detail-2 .date,
.page-top-job-single .property-single .item .text .detail-2 .date:before,
.page-top-job-single .property-single .item .text .detail-2 .budget,
.page-top-job-single .property-single .item .text .detail-2 .budget:before {
    color: #e3e3e3;
}

.page-top-job-single .property-single .item .text .apply {
    position: absolute;
    right: 0;
    top: 35px;
}

.page-top-job-single .property-single .item .text .apply a {
    background: #e9e9e9;
    color: #d92228;
    border: 0;
    padding: 8px 20px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .page-top-job-single .property-single .item {
        display: block !important;
    }

    .page-top-job-single .property-single .item .logo {
        margin-right: 0;
    }

    .page-top-job-single .property-single .item .text .apply {
        position: relative;
    }

    .page-top-job-single .property-single .item .text {
        text-align: center;
    }

    .page-top-job-single .property-single .item .text h3 {
        padding-right: 0;
    }

    .page-top-job-single .property-single .item .text .detail-1,
    .page-top-job-single .property-single .item .text .detail-2,
    .page-top-job-single .property-single .item .text .special {
        display: block !important;
        text-align: center;
    }

    .page-top-job-single .property-single .item .text .detail-1 .category,
    .page-top-job-single .property-single .item .text .detail-1 .location,
    .page-top-job-single .property-single .item .text .detail-2 .date,
    .page-top-job-single .property-single .item .text .detail-2 .budget,
    .page-top-job-single .property-single .item .text .detail-2 .expired,
    .page-top-job-single .property-single .item .text .special .featured,
    .page-top-job-single .property-single .item .text .special .type,
    .page-top-job-single .property-single .item .text .special .urgent {
        display: inline-block !important;
    }

    .page-top-job-single .property-single .item .text .apply {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 480px) {

    .page-top-job-single .property-single .item .text .detail-1 .category,
    .page-top-job-single .property-single .item .text .detail-1 .location,
    .page-top-job-single .property-single .item .text .detail-2 .date,
    .page-top-job-single .property-single .item .text .detail-2 .budget,
    .page-top-job-single .property-single .item .text .detail-2 .expired {
        padding-left: 0 !important;
        margin-right: 0 !important;
    }

    .page-top-job-single .property-single .item .text .detail-1 .category:before,
    .page-top-job-single .property-single .item .text .detail-1 .location:before,
    .page-top-job-single .property-single .item .text .detail-2 .date:before,
    .page-top-job-single .property-single .item .text .detail-2 .budget:before,
    .page-top-job-single .property-single .item .text .detail-2 .expired:before {
        position: relative;
        top: 2px;
        left: -7px;
    }
}

.property-result .left-item {
    margin-bottom: 30px;
}

.property-result .left-item .main-photo {
    margin-bottom: 25px;
}

.property-result .left-item .main-photo img {
    width: 100%;
    height: auto;
}

.property-result .left-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.property-result .left-item .related-property {
    padding-top: 20px;
}

.property-result .left-item .apply {
    margin-bottom: 50px;
}

.property-result .left-item .apply a {
    background: #d92228;
    border: 0;
}

.property-result .right-item {
    margin-bottom: 30px;
}

.property-result .right-item h2 {
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 18px;
}

.property-result .right-item .agent-right .left {
    margin-right: 10px;
}

.property-result .right-item .agent-right .left img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.property-result .right-item .agent-right .right h3 {
    font-size: 20px;
    font-weight: 700;
}

.property-result .right-item .agent-right .right h3 a {
    color: #000;
}

.property-result .right-item .agent-right .right h4 {
    font-size: 16px;
    font-weight: 700;
    color: #575757;
}

.property-result .right-item .agent-right .right p {
    font-size: 14px;
}

.property-result .right-item ul.agent-ul {
    padding-left: 0;
}

.property-result .right-item ul.agent-ul li {
    list-style-type: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.property-result .right-item ul.agent-ul li a i {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    background: #d92228;
    color: #fff;
}

.property-result .right-item .location-map iframe {
    width: 100%;
    height: 200px;
}

.property-result .right-item .enquery-form button {
    background: #d92228;
    border: 0;
}

.property-result .right-item .amenity ul.amenity-ul {
    padding-left: 0;
}

.property-result .right-item .amenity ul.amenity-ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.property-result .right-item .summary table tr tr,
.property-result .right-item .summary table tr td {
    border: 1px solid #c7c7c7;
}

.property-result .left-item .share a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    border-radius: 6px;
    padding: 3px 10px;
}

.property-result .left-item .share a.facebook {
    background: #3b5998;
}

.property-result .left-item .share a.twitter {
    background: #00acee;
}

.property-result .left-item .share a.linkedin {
    background: #0072b1;
}

@media (max-width: 991px) {
    .property-result .right-item .location-map iframe {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .property-result .right-item .location-map iframe {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .property-result .right-item .location-map iframe {
        height: 350px;
    }
}

.photo-all .item {
    position: relative;
    margin-bottom: 25px;
}

.photo-all .item-delete {
    margin-bottom: 0px;
}

.photo-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.video-all .item {
    position: relative;
    margin-bottom: 25px;
}

.video-all .item-delete {
    margin-bottom: 0px;
}

.video-all img {
    width: 100%;
    height: auto;
    height: 140px;
    object-fit: cover;
    border-radius: 6px;
}

.photo-all .item .icon,
.video-all .item .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.photo-all .item .icon {
    font-size: 20px;
}

.video-all .item .icon {
    font-size: 40px;
}

.photo-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

.video-all .item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.3;
    border-radius: 6px;
}

@media only screen and (max-width: 1199px) {

    .photo-all img,
    .video-all img {
        height: 120px;
    }
}

@media only screen and (max-width: 991px) {

    .photo-all img,
    .video-all img {
        height: 190px;
    }
}

@media only screen and (max-width: 767px) {

    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 575px) {

    .photo-all img,
    .video-all img {
        height: 320px;
    }
}

@media only screen and (max-width: 475px) {

    .photo-all img,
    .video-all img {
        height: 280px;
    }
}

@media only screen and (max-width: 400px) {

    .photo-all img,
    .video-all img {
        height: 220px;
    }
}

.login-form .nav-item {
    margin-right: 10px;
}

.login-form .nav-link {
    background: #090909;
    color: #f5f5f6;
    font-weight: 600;
}

/* Pricing */
.pricing .card-title {
    font-size: 34px;
    font-weight: 700;
    color: #d92228;
    text-align: center;
}

.pricing .card-price {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.pricing .card-day {
    font-size: 16px;
    color: #555555;
    text-align: center;
}

.pricing ul li {
    margin-bottom: 10px;
}

.pricing .buy {
    width: 100%;
}

.pricing .buy a {
    display: block;
    background: #d92228;
    border: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: #050505;
    color: #fff;
    border-top: 1px solid #3c3c3c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom .copyright {
    background: #050505;
    color: #fff;
    text-align: left;
    font-size: 14px;
}

.footer-bottom .right ul {
    width: 100%;
    text-align: right;
}

.footer-bottom .right ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-bottom .right ul li a {
    color: #fff;
    font-size: 14px;
}

/* User Panel */
.user-panel {
    padding-bottom: 50px;
}

.user-panel h3 {
    font-size: 18px;
    font-weight: 600;
}

.user-panel h4 {
    font-size: 16px;
    font-weight: 600;
}

.user-panel .card {
    width: 100% !important;
    padding: 0;
    border-radius: 0;
}

.user-panel .list-group-item {
    padding: 0;
    width: 100%;
}

.user-panel .list-group-item a {
    display: block;
    color: #d92228;
    font-weight: 600;
    transition: 0.4s;
    padding: 8px 15px;
}

.user-panel .list-group-item a:hover {
    background: #d92228;
    color: #fff;
}

.user-panel .list-group .active {
    border-color: #d92228 !important;
}

.user-panel .list-group .active a {
    background: #d92228 !important;
    color: #fff !important;
}

.user-panel .box1,
.user-panel .box2,
.user-panel .box3 {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.user-panel .box1 h4,
.user-panel .box2 h4,
.user-panel .box3 h4 {
    font-weight: 700;
    font-size: 28px;
}

.user-panel .box1 {
    background: #c0d5ff;
}

.user-panel .box2 {
    background: #ffc3c8;
}

.user-panel .box3 {
    background: #dcffe2;
}

.user-panel input[type="submit"] {
    background: #d92228;
    border: 0;
}

.user-panel .logo {
    height: 80px;
}

.user-panel .user-photo {
    width: 150px;
}

.user-panel label {
    font-weight: 600;
}

.user-panel table.upgrade-plan-table tr td:first-child {
    width: 250px;
}

.user-panel table.upgrade-plan-table .select2-selection--single {
    width: 100%;
}

.user-panel table.upgrade-plan-table .buy-button {
    width: 200px;
}

@media (max-width: 991px) {
    .user-panel .card {
        margin-bottom: 30px;
    }
}

.select2-container {
    z-index: 99999 !important;
}

.select2-container--default .select2-selection--single {
    border-color: #c9c9c9 !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 35px !important;
    line-height: 35px !important;
    padding-top: 0 !important;
    font-size: 15px !important;
}

h4.resume {
    color: #d92228;
    font-size: 22px;
    font-weight: 700;
}

.custom-navbar {
    background-color: #e0e0e0;
}

.logo-sm {
    height: 80px;
}

.hero-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.hero-section .text {
    padding-top: 40px !important;
}

.hero-section .text h1 {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 28px !important;
    color: #d92228;
}

.hero-section .text p {
    font-size: 16px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    color: #d92228;
}

.ace-logo-overlay {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 60px;       /* Keeps the logo small */
    height: auto;
    z-index: 10;
    background: rgba(255, 255, 255, 0.0); /* Optional: slight background for visibility */
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}
.gygy-logo-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;       /* Keeps the logo small */
    height: auto;
    z-index: 10;
    background: rgba(255, 255, 255, 0.0); /* Optional: slight background for visibility */
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}
.fiveO-logo-overlay {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 4px;       /* Keeps the logo small */
    height: auto;
    z-index: 10;
    background: rgba(255, 255, 255, 0.0); /* Optional: slight background for visibility */
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow */
}
/* .aurum-alumni-logo-overlay {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 2px;       /* Keeps the logo small
    height: auto;
    z-index: 10;
    background: rgba(255, 255, 255, 0.0); /* Optional: slight background for visibility 
    padding: 4px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional subtle shadow 
} */
.main-photo {
    position: relative;
    display: inline-block;
}

.aurum-alumni-logo-overlay {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 2px;     /* Small but visible */
    height: auto;
    z-index: 10;
    opacity: 0.95;
    border-radius: 5px;
}
.filter-panel {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
  .property-s-card {
    border-radius: 20px;
    padding: 25px 20px;
    color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .property-s-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  }

  .property-s-header {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 10px;
  }

  .property-s-price {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .property-s-type,
  .property-s-size {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .highlight-s {
    font-weight: 600;
  }

  .bg-s-blue { background: linear-gradient(135deg, #2193b0, #6dd5ed); }

    .config-s-card {
    background: linear-gradient(135deg, #f1f4ff, #e0ecff);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  }

  .config-s-card:hover {
    transform: translateY(-5px);
  }

  .config-s-icon {
    font-size: 1.8rem;
    color: #0d6efd;
    margin-right: 10px;
  }

  .config-s-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
  }

  .config-s-detail {
    font-size: 0.95rem;
    color: #555;
  }

  .partner-card {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  padding: 12px 25px;
  border-radius: 12px;
  box-shadow: 0px 0px 20px rgba(255, 87, 34, 0.5);
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  animation: flash 2s infinite alternate ease-in-out;
}

.partner-card .title {
  font-size: 14px;
  letter-spacing: 1.5px;
  display: block;
}

.partner-card .brand {
  color: #d00; /* 🔴 Lodha highlighted in red */
  font-weight: 700;
}


/* Flashing / Glowing Animation */
@keyframes flash {
  0% { transform: scale(1); box-shadow: 0 0 10px rgba(255,87,34,0.6); opacity: 1; }
  50% { transform: scale(1.08); box-shadow: 0 0 30px rgba(255,193,7,1); opacity: 0.9; }
  100% { transform: scale(1); box-shadow: 0 0 10px rgba(255,87,34,0.6); opacity: 1; }
}
 .x-icon span {
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #faf8f8; /* Black X like the official logo */
  }
  .x-icon:hover span {
    color: #1DA1F2; /* Blue hover (like old Twitter) or keep black */
  }
.nirvana-Greens-overlay {
    position: absolute;
    top: 50%;               /* vertically center */
    left: 50%;              /* horizontally center */
    transform: translate(-50%, -50%);  /* perfect centering */
    max-width: 40%;         /* adjust size of logo */
    height: auto;           /* maintain aspect ratio */
    opacity: 0.9;           /* optional: make it blend */
}


