/* [ -- Master Stylesheet -- ] */
/* ##################################################

:: Template Name: South - Real Estate Agency Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0
:: Created: 15 April 2018
:: Last Updated: 25 April 2018

################################################## */
/* ##### Index of Stylesheet #####

:: 1.0 Import Fonts 
:: 2.0 Import All CSS
:: 3.0 Base CSS
:: 4.0 Preloader Area CSS
:: 5.0 Scroll Up Area CSS
:: 6.0 Section Heading Area CSS
:: 7.0 South Button CSS
:: 8.0 Header Area CSS
:: 9.0 Welcome Area CSS
:: 10.0 Advanced Search Area
:: 11.0 Single Property Area CSS
:: 12.0 Testimonials Area CSS
:: 13.0 Editor Area CSS
:: 14.0 Call to Action CSS
:: 15.0 Footer Area CSS
:: 16.0 Breadcumb Area CSS
:: 17.0 About Us Area CSS
:: 18.0 Team Member Area CSS
:: 19.0 Listings Area CSS
:: 20.0 Blog Area CSS 
:: 21.0 Contact Area CSS
:: 22.0 Shortcode Area CSS

##### Index of Stylesheet ##### /*

/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* :: 2.0 Import All CSS */
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/owl.carousel.css);
@import url(css/classy-nav.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/themify-icons.css);
@import url(css/nice-select.css);
@import url(css/jquery-ui.min.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0;
}

body {
    /* font-family: "Open Sans", sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}
body {
    line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    color: #323232;
    font-weight: 600;
}

p {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
}

a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

ul,
ol {
    margin: 0;
}
ul li,
ol li {
    list-style: none;
}

img {
    height: auto;
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

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

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

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-transparent {
    background-color: transparent;
}

.bg-transparent-dark {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.bg-transparent-light {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.height-500 {
    height: 500px !important;
}

.height-600 {
    height: 600px !important;
}

.height-700 {
    height: 700px !important;
}

.height-800 {
    height: 800px !important;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-50 {
    padding: 50px 0;
}

.section-padding-50-0 {
    padding: 50px 0 0 0;
}

.section-padding-100-70 {
    padding: 100px 0 70px;
}

.section-padding-100-50 {
    padding: 100px 0 50px;
}

.section-padding-100-0 {
    padding: 100px 0 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.section-padding-100-20 {
    padding: 100px 0 20px 0;
}

.bg-fixed {
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}
.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #947054;
    opacity: 0.7;
    content: "";
}

.bg-overlay-black {
    position: relative;
    z-index: 1;
}
.bg-overlay-black::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    content: "";
}

.bg-overlay-white {
    position: relative;
    z-index: -1;
}
.bg-overlay-white::after {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(230, 241, 255, 0.5);
    content: "";
}

/* .gradient-background-overlay:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-linear-gradient(
    top,
    black 0%,
    rgba(0, 0, 0, 0.9) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    black 0%,
    rgba(0, 0, 0, 0.9) 90%,
    rgba(0, 0, 0, 0) 100%
  );
} */
.gradient-background-overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(0, 66, 116, 0.9); /* fallback */
    background: -webkit-linear-gradient(
        top,
        #004274 0%,
        rgba(0, 66, 116, 0.9) 90%,
        rgba(0, 66, 116, 0) 100%
    );
    background: linear-gradient(
        to bottom,
        #004274 0%,
        rgba(0, 66, 116, 0.9) 90%,
        rgba(0, 66, 116, 0) 100%
    );
}

.bg-gray {
    background-color: #fff;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
}

.gradient-background-overlay {
    position: relative;
    z-index: 3;
}

/* :: 4.0 Preloader Area CSS */
#preloader {
    overflow: hidden;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
    background-color: #ffffff;
}

.south-load {
    -webkit-animation: 1500ms linear 0s normal none infinite running south-load;
    animation: 1500ms linear 0s normal none infinite running south-load;
    background: transparent;
    border-color: #ffffff;
    border-top-color: #947054;
    border-left-color: #947054;
    border-right-color: #947054;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes south-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* :: 5.0 Scroll Up Area CSS */
#scrollUp {
    background-color: #947054;
    border-radius: 50%;
    bottom: 40px;
    right: 40px;
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    text-align: center;
    width: 50px;
    line-height: 46px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
#scrollUp:hover {
    background-color: #000000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        bottom: 30px;
        right: 30px;
        height: 50px;
        width: 50px;
        line-height: 46px;
    }
}

/* :: 6.0 Section Heading Area CSS */
.section-heading {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}
.section-heading img {
    margin-bottom: 10px;
}
.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}
.section-heading p {
    color: #99a1af;
    font-size: 14px;
    margin-bottom: 0;
    font-style: italic;
}

/* :: 7.0 South Button CSS */
.south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #947054;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
}
.south-btn.active,
.south-btn:hover,
.south-btn:focus {
    color: #ffffff;
    background-color: #000000;
}
.south-btn.btn-2 {
    border: 2px solid #947054;
    background-color: transparent;
    color: #947054;
    line-height: 46px;
}
.south-btn.btn-2:hover,
.south-btn.btn-2:focus {
    color: #ffffff;
    background-color: #947054;
}
.south-btn.btn-3 {
    border: 2px solid #000000;
    background-color: transparent;
    color: #000000;
    line-height: 46px;
}
.south-btn.btn-3:hover,
.south-btn.btn-3:focus {
    color: #ffffff;
    background-color: #000000;
}

/* :: 8.0 Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
    background-color: #d8232a;
}

.header-area {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main-header-area {
    width: 100%;
    height: 90px;
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .main-header-area {
        height: 70px;
    }
}
.main-header-area .classy-nav-container {
    background-color: transparent;
}
.main-header-area .classy-navbar {
    height: 90px;
    padding: 0.5em 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .classy-navbar {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .main-header-area .classy-navbar {
        height: 70px;
        padding: 0.5em 30px;
    }
}
.main-header-area .classynav ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
}
.main-header-area .nav-brand {
    line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .nav-brand {
        margin-right: 0;
    }
}
.main-header-area .classynav ul {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.main-header-area .searchbtn {
    margin-left: 30px;
    height: 90px;
    line-height: 90px;
    background-color: transparent;
    width: 90px;
    text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .searchbtn {
        margin-left: 15px;
        width: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054;
    }
}
@media only screen and (max-width: 767px) {
    .main-header-area .searchbtn {
        margin-left: 0;
        height: 50px;
        width: 100%;
        margin-top: 15px;
        line-height: 50px;
        background-color: #947054;
    }
}
.main-header-area .searchbtn:hover {
    background-color: #947054;
}
.main-header-area .south-search-form {
    position: relative;
    z-index: 1;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.main-header-area .south-search-form input {
    width: 650px;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-radius: 100px;
    padding: 0 30px;
    font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-header-area .south-search-form input {
        width: 550px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    .main-header-area .south-search-form input {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
}
.main-header-area .south-search-form button {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
    width: 50px;
    outline: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.main-header-area .south-search-form button:hover {
    color: #ffffff;
}

.search-close .searchbtn {
    background-color: #947054;
}
.search-close .classynav ul {
    display: none;
}
.search-close .south-search-form {
    display: block;
}

.is-sticky .main-header-area {
    width: 100%;
    z-index: 10000 !important;
    height: 90px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #004274;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .is-sticky .main-header-area {
        height: 70px;
    }
}

/* :: 9.0 Welcome Area CSS */
.single-hero-slide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 800px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 700px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 650px;
    }
}
@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 550px;
    }
}

.hero-slides-content {
    text-align: center;
}
.hero-slides-content h2 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    padding: 5px 5px;
    text-transform: uppercase;
    /* background-color: #000000; */
    line-height: 1;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slides-content h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hero-slides-content h2 {
        font-size: 24px;
    }
}

.hero-area .owl-prev,
.hero-area .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    left: 70px;
    margin-top: -19px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .hero-area .owl-prev,
    .hero-area .owl-next {
        left: 30px;
    }
}
.hero-area .owl-prev:hover,
.hero-area .owl-next:hover {
    background-color: #000000;
}
.hero-area .owl-next {
    left: auto;
    right: 70px;
}
@media only screen and (max-width: 767px) {
    .hero-area .owl-next {
        left: auto;
        right: 30px;
    }
}
.hero-area:hover .owl-prev,
.hero-area:hover .owl-next {
    opacity: 1;
}
.hero-area .owl-dots {
    width: 1110px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .owl-dots {
        width: calc(100% - 6%);
        left: 5%;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@media only screen and (max-width: 767px) {
    .hero-area .owl-dots {
        width: calc(100% - 30px);
        left: 20px;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.hero-area .owl-dot {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
.hero-area .owl-dot.active {
    background-color: #000000;
}

/* :: 10.0 Advanced Search Area */
.form-control {
    background-color: transparent;
    width: 100%;
    height: 38px;
    border-radius: 0;
    font-size: 14px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #e1dddd;
}
.form-control:hover,
.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #e1dddd;
}

.nice-select {
    line-height: 34px;
}
.nice-select .list {
    left: 0 !important;
    right: 0 !important;
    border-radius: 0;
}

.south-search-area {
    position: relative;
    z-index: 1;
}
.south-search-area .advanced-search-form {
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border: 1px solid #e1dddd;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form {
        padding: 30px 20px;
    }
}
.south-search-area .advanced-search-form .search-title {
    position: absolute;
    width: 260px;
    height: 45px;
    background-color: #d8232a;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 40px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .search-title {
        width: 210px;
        padding: 0 15px;
    }
}
.south-search-area .advanced-search-form .search-title p {
    margin-bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600;
}
.south-search-area .advanced-search-form .slider-range {
    flex: 0 0 50%;
    min-width: 50%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .slider-range {
        margin-bottom: 50px;
    }
}
.south-search-area .advanced-search-form .slider-range:first-child {
    padding-right: 15px;
}
.south-search-area .advanced-search-form .slider-range:last-child {
    padding-left: 15px;
}
.south-search-area .advanced-search-form .ui-widget.ui-widget-content {
    border: none;
    height: 4px;
}
.south-search-area .advanced-search-form .ui-widget-content {
    background: #947054;
}
.south-search-area .advanced-search-form .ui-slider-horizontal {
    height: 4px;
    background: #947054;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-br {
    border-bottom-right-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-bottom,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-bl {
    border-bottom-left-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-right,
.south-search-area .advanced-search-form .ui-corner-tr {
    border-top-right-radius: 0;
}
.south-search-area .advanced-search-form .ui-corner-all,
.south-search-area .advanced-search-form .ui-corner-top,
.south-search-area .advanced-search-form .ui-corner-left,
.south-search-area .advanced-search-form .ui-corner-tl {
    border-top-left-radius: 0;
}
.south-search-area .advanced-search-form .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-content .ui-state-default,
.south-search-area .advanced-search-form .ui-widget-header .ui-state-default,
.south-search-area .advanced-search-form .ui-button,
.south-search-area
    .advanced-search-form
    html
    .ui-button.ui-state-disabled:hover,
.south-search-area
    .advanced-search-form
    html
    .ui-button.ui-state-disabled:active {
    border: none;
    background: #947054;
    margin-top: -3px;
}
.south-search-area .advanced-search-form .range {
    font-size: 12px;
    margin-top: 15px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .south-search-area .advanced-search-form .range {
        font-size: 10px;
    }
}
.south-search-area .advanced-search-form .more-filter a {
    text-transform: uppercase;
    font-size: 12px;
    color: #323232;
}
.south-search-area .advanced-search-form .more-filter a:hover {
    color: #947054;
}
.south-search-area .advanced-search-form .search-form-second-steps {
    display: none;
}

/* :: 11.0 Single Property Area CSS */
/* Updated Property Card */
.property-card {
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 1px solid #eee;
}

.property-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

/* Thumbnail & Badge */
.property-thumb {
    position: relative;
}

.property-thumb img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.property-thumb .tag span {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #d8232a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: 0.3s;
}

.property-thumb .list-price p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #ffffff;
    padding: 6px 14px;
    font-size: 18px;
    font-weight: 600;
    color: #947054;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* Content */
.property-content {
    padding: 20px;
}

.property-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.property-subtitle {
    font-size: 14px;
    font-weight: 500;
}

.property-content .location {
    font-size: 13px;
    font-weight: 500;
    color: #6c757d;
}

.property-meta-data svg,
.property-content .location svg {
    flex-shrink: 0;
}

.property-meta-data span {
    font-size: 13px;
    font-weight: 600;
    color: #555;
}

.property-meta-data {
    gap: 10px;
}

/* Hover Effects */
.property-card:hover .tag span {
    background-color: #000;
}

.property-card:hover .list-price p {
    background-color: #947054;
    color: #fff;
}
.btn-details {
    background-color: #d8232a;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-details:hover {
    background-color: #a9151d;
    color: #fff;
}

/* :: 12.0 Testimonials Area CSS */
.testimonials-slides {
    position: relative;
    z-index: 1;
}
.testimonials-slides .single-testimonial-slide {
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.testimonials-slides .single-testimonial-slide h5 {
    margin-bottom: 60px;
    color: #7d7d7d;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info {
    margin-top: 50px;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p {
    margin-bottom: 0;
    color: #323232;
}
.testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
    color: #947054;
}
.testimonials-slides .center .single-testimonial-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testimonials-slides .center .single-testimonial-slide h5 {
    color: #000000;
}
.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #dadada;
    font-size: 12px;
}
.testimonials-slides .owl-prev:hover,
.testimonials-slides .owl-next:hover {
    background-color: #947054;
}
@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-prev,
    .testimonials-slides .owl-next {
        left: 0;
    }
}
.testimonials-slides .owl-next {
    left: auto;
    right: -19px;
}
@media only screen and (max-width: 767px) {
    .testimonials-slides .owl-next {
        left: auto;
        right: 0;
    }
}

/* :: 13.0 Editor Area CSS */
.south-editor-area {
    background-color: #f1f6f8;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .south-editor-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.south-editor-area .editor-content-area,
.south-editor-area .editor-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .south-editor-area .editor-content-area,
    .south-editor-area .editor-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}
.south-editor-area .editor-content-area {
    position: relative;
    z-index: 1;
    padding: 100px 5%;
}
.south-editor-area .editor-content-area .section-heading {
    text-align: left;
    margin-bottom: 50px;
}
.south-editor-area .editor-content-area .address {
    margin-top: 40px;
}
.south-editor-area .editor-content-area .address h6 {
    margin-bottom: 15px;
    font-size: 14px;
}
.south-editor-area .editor-content-area .address h6:last-of-type {
    margin-bottom: 0;
}
.south-editor-area .editor-content-area .address h6 img {
    margin-right: 10px;
}

/* :: 14.0 Call to Action CSS */
.call-to-action-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 650px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area {
        height: 500px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-area {
        height: 500px;
    }
}
.call-to-action-area .cta-content h2 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h2 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h2 {
        font-size: 24px;
    }
}
.call-to-action-area .cta-content h6 {
    font-size: 30px;
    font-style: italic;
    color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .call-to-action-area .cta-content h6 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-to-action-area .cta-content h6 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .call-to-action-area .cta-content h6 {
        font-size: 16px;
    }
}

/* :: 15.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}
.footer-area .copywrite-text {
    width: 100%;
    height: 60px;
    background-color: #111113;
    padding: 0 15px;
}
.footer-area .copywrite-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #7d7d7d;
}
.footer-area .copywrite-text p a {
    font-size: 12px;
    color: #7d7d7d;
}

.footer-widget-area .widget-title {
    margin-bottom: 30px;
}
.footer-widget-area .widget-title h6 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-color: #947054;
    line-height: 1.8;
    display: inline-block;
}
.footer-widget-area p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}
.footer-widget-area .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #fff;
}
.footer-widget-area .weekly-office-hours ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.footer-widget-area .weekly-office-hours ul li:first-of-type {
    padding-top: 0;
}
.footer-widget-area .address {
    margin-top: 40px;
}
.footer-widget-area .address h6 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding-left: 40px;
    line-height: 1.8;
}
.footer-widget-area .address h6 img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0;
}
.footer-widget-area .useful-links-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-widget-area .useful-links-nav li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
}
.footer-widget-area .useful-links-nav li a {
    padding: 15px 0;
    display: block;
    color: #fff;
    font-weight: 400;
}
.footer-widget-area .useful-links-nav li a:first-child,
.footer-widget-area .useful-links-nav li a:nth-child(2) {
    padding-top: 0;
}
.footer-widget-area .useful-links-nav li a:hover,
.footer-widget-area .useful-links-nav li a:focus {
    color: #947054;
}
.footer-widget-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}
.footer-widget-area .featured-properties-slides .owl-prev,
.footer-widget-area .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.footer-widget-area .featured-properties-slides .owl-prev:hover,
.footer-widget-area .featured-properties-slides .owl-next:hover {
    background-color: #000000;
}
.footer-widget-area .featured-properties-slides .owl-next {
    left: auto;
    right: -19px;
}
.footer-widget-area .featured-properties-slides:hover .owl-prev,
.footer-widget-area .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
    width: 100%;
    height: 280px;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.breadcumb-area .overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 66, 116, 0.7),
        rgba(0, 66, 116, 0.5)
    );
    z-index: 0;
}

.breadcumb-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.breadcumb-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    /* background-color: rgba(0, 66, 116, 0.9); */
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.breadcumb-content .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 767px) {
    .breadcumb-area {
        height: 180px;
        padding-top: 50px;
    }

    .breadcumb-title {
        font-size: 26px;
        padding: 8px 18px;
    }

    .breadcumb-content .subtitle {
        font-size: 14px;
    }
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcumb-area {
        height: 220px;
        padding-top: 60px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 30px;
    }
}

/* Small Screens (Mobile) */
@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 180px;
        padding-top: 50px;
    }

    .breadcumb-area .breadcumb-title {
        font-size: 24px;
        padding: 6px 16px;
    }
}

/* :: 17.0 About Us Area CSS */
/* Wrapper Settings */
.about-content-wrapper {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    background-color: #f9f9f9;
    padding: 80px 0;
}

/* Responsive spacing below image on smaller screens */
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (max-width: 767px) {
    .about-content-wrapper .about-content {
        margin-bottom: 100px;
    }
}

/* Image Style */
.about-content-wrapper .about-content img {
    margin-bottom: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    width: 100%;
    object-fit: cover;
}

/* Section Heading */
.about-content-wrapper h2 {
    font-size: 32px;
    font-weight: 700;
    color: #004274;
}

.about-content-wrapper p {
    color: #444;
    font-size: 15px;
    line-height: 1.8;
}

/* Bullet List inside About */
.about-content-wrapper ul {
    padding-left: 20px;
    list-style: none;
}

.about-content-wrapper ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.about-content-wrapper ul li::before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
    color: #004274;
}

/* CTA Button */
.about-content-wrapper .btn {
    background-color: #d8232a;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.about-content-wrapper .btn:hover {
    background-color: #b91922;
    color: #fff;
}

/* Featured Properties Slider */
.about-content-wrapper .featured-properties-slides {
    position: relative;
    z-index: 1;
}

/* Navigation Arrows */
.about-content-wrapper .featured-properties-slides .owl-prev,
.about-content-wrapper .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    background-color: #004274;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    z-index: 9;
}

.about-content-wrapper .featured-properties-slides .owl-prev:hover,
.about-content-wrapper .featured-properties-slides .owl-next:hover {
    background-color: #d8232a;
}

.about-content-wrapper .featured-properties-slides .owl-prev {
    left: -19px;
}

.about-content-wrapper .featured-properties-slides .owl-next {
    right: -19px;
}

.about-content-wrapper .featured-properties-slides:hover .owl-prev,
.about-content-wrapper .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

/* :: 18.0 Team Member Area CSS */
.single-team-member {
    position: relative;
    z-index: 1;
}
.single-team-member .team-member-thumb {
    margin-bottom: 40px;
}
.single-team-member .team-member-thumb img {
    width: 100%;
}
.single-team-member .team-member-info {
    text-align: center;
}
.single-team-member .team-member-info .section-heading {
    margin-bottom: 40px;
}
.single-team-member .team-member-info .address h6 {
    margin-bottom: 15px;
    font-size: 14px;
}
.single-team-member .team-member-info .address h6:last-of-type {
    margin-bottom: 0;
}
.single-team-member .team-member-info .address h6 img {
    margin-right: 10px;
}

/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
    overflow-x: hidden;
}

.listings-top-meta {
    position: relative;
    z-index: 100;
}
.listings-top-meta .nice-select {
    float: right;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 100;
}
.listings-top-meta .nice-select .list {
    position: absolute;
    z-index: 500;
}
.listings-top-meta .nice-select .option {
    min-height: 34px;
    line-height: 34px;
}
.listings-top-meta span {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .listings-top-meta span {
        font-size: 11px;
    }
}
.listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}
.listings-top-meta .grid_view a.active {
    color: #947054;
}
.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}
.listings-top-meta .list_view a.active {
    color: #947054;
}

.single-listings-sliders {
    position: relative;
    z-index: 1;
}
.single-listings-sliders .owl-prev,
.single-listings-sliders .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.single-listings-sliders .owl-prev:hover,
.single-listings-sliders .owl-next:hover {
    background-color: #000000;
}
.single-listings-sliders .owl-next {
    left: auto;
    right: -19px;
}
.single-listings-sliders:hover .owl-prev,
.single-listings-sliders:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.listings-content {
    margin-top: 70px;
}
.listings-content .list-price p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #947054;
}
.listings-content h5 {
    font-size: 30px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .listings-content h5 {
        font-size: 20px;
    }
}
.listings-content .location {
    margin-bottom: 40px;
}
.listings-content .location img {
    margin-right: 15px;
}
.listings-content p {
    margin-bottom: 40px;
}
.listings-content .property-meta-data div {
    margin-right: 15px;
}
.listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}
.listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}
@media only screen and (max-width: 767px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
    }
}
.listings-content .listings-core-features {
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listings-content .listings-core-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    min-width: 33.3333333%;
    color: #323232;
    font-size: 15px;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}
.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    background-color: #947054;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
}
.listings-content .listings-btn-groups a:first-child {
    margin-bottom: 15px;
}
.listings-content .listings-btn-groups .south-btn {
    min-width: 285px;
    width: 285px;
    display: block;
}

.contact-realtor-wrapper {
    background-color: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.contact-realtor-wrapper .realtor-info > img {
    width: 100%;
}
.contact-realtor-wrapper .realtor---info {
    padding: 40px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}
.contact-realtor-wrapper .realtor---info h2 {
    font-size: 24px;
    text-transform: uppercase;
}
.contact-realtor-wrapper .realtor---info p {
    font-style: italic;
    color: #947054;
}
.contact-realtor-wrapper .realtor---info h6 {
    font-size: 14px;
}
.contact-realtor-wrapper .realtor---info h6 img {
    margin-right: 15px;
}
.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}
.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px;
}
.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 15px;
}
.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px;
}

.listings-maps {
    position: relative;
    z-index: 1;
}
.listings-maps #googleMap {
    width: 100%;
    height: 540px;
}

/* :: 20.0 Blog Area CSS */
.single-blog-area {
    position: relative;
    z-index: 1;
}
.single-blog-area .blog-post-thumbnail {
    position: relative;
    z-index: 1;
}
.single-blog-area .post-content {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
.single-blog-area .post-content .post-date a {
    font-size: 14px;
    color: #947054;
    margin-bottom: 10px;
    display: block;
}
.single-blog-area .post-content .headline {
    font-size: 30px;
    color: #323232;
    display: block;
}
.single-blog-area .post-content .post-meta {
    position: relative;
    margin-bottom: 30px;
}
.single-blog-area .post-content .post-meta p {
    color: #aaa8a8;
    font-size: 12px;
}
.single-blog-area .post-content .post-meta p a {
    font-size: 12px;
    color: #aaa8a8;
    display: inline-block;
}
.single-blog-area .post-content p {
    margin-bottom: 50px;
}

.search-widget-area form {
    position: relative;
    z-index: 1;
}
.search-widget-area input[type="search"] {
    width: 100%;
    height: 43px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    padding: 0 30px;
}
.search-widget-area button[type="submit"] {
    width: 50px;
    height: 43px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #7e7e7e;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.south-catagories-card h5 {
    margin-bottom: 30px;
    font-size: 16px;
}
.south-catagories-card ul li a {
    display: block;
    padding: 8px 0;
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
}
.south-catagories-card ul li a:hover,
.south-catagories-card ul li a:focus {
    color: #947054;
}

.south-blog-area {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
    position: relative;
    z-index: 1;
}
.blog-sidebar-area .featured-properties-slides .owl-prev,
.blog-sidebar-area .featured-properties-slides .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.blog-sidebar-area .featured-properties-slides .owl-prev:hover,
.blog-sidebar-area .featured-properties-slides .owl-next:hover {
    background-color: #000000;
}
.blog-sidebar-area .featured-properties-slides .owl-next {
    left: auto;
    right: -19px;
}
.blog-sidebar-area .featured-properties-slides:hover .owl-prev,
.blog-sidebar-area .featured-properties-slides:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #323232;
}
.pagination .page-link {
    padding: 0;
    margin-left: 3px;
    line-height: 20px;
    color: #323232;
    border: none;
    width: 20px;
    height: 20px;
    background-color: #947054;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}
.pagination .page-link.active {
    background-color: #000000;
}
.pagination .page-link:focus,
.pagination .page-link:hover {
    color: #ffffff;
    background-color: #000000;
}

.comments-area h5 {
    margin-bottom: 50px;
}

.single_comment_area {
    margin-bottom: 50px;
}
.single_comment_area .comment-wrapper .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px;
}
.single_comment_area .comment-wrapper .comment-author img {
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .single_comment_area .comment-wrapper .comment-author {
        margin-right: 10px;
    }
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a {
    display: inline-block;
    color: #323232;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single_comment_area .comment-wrapper .comment-content .comment-meta a:hover {
    color: #947054;
}
.single_comment_area .comment-wrapper .comment-content p {
    font-size: 13px;
    margin-bottom: 0;
}
.single_comment_area .children {
    margin-top: 50px;
    padding-left: 90px;
}
@media only screen and (max-width: 767px) {
    .single_comment_area .children {
        padding-left: 30px;
    }
}

.leave-comment-area .comment-form h5,
.leave-comment-area .contact-form h5,
.south-contact-area .comment-form h5,
.south-contact-area .contact-form h5 {
    margin-bottom: 50px;
}
.leave-comment-area .comment-form .form-group,
.leave-comment-area .contact-form .form-group,
.south-contact-area .comment-form .form-group,
.south-contact-area .contact-form .form-group {
    margin-bottom: 10px;
}
.leave-comment-area .comment-form .form-control,
.leave-comment-area .contact-form .form-control,
.south-contact-area .comment-form .form-control,
.south-contact-area .contact-form .form-control {
    width: 100%;
    height: 43px;
    background-color: transparent;
    padding: 15px;
    border: 1px solid #e1dddd;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0 !important;
}
.leave-comment-area .comment-form textarea.form-control,
.leave-comment-area .contact-form textarea.form-control,
.south-contact-area .comment-form textarea.form-control,
.south-contact-area .contact-form textarea.form-control {
    height: 200px !important;
}
.leave-comment-area .comment-form button[type="submit"],
.leave-comment-area .contact-form button[type="submit"],
.south-contact-area .comment-form button[type="submit"],
.south-contact-area .contact-form button[type="submit"] {
    margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .leave-comment-area .comment-form,
    .leave-comment-area .contact-form,
    .south-contact-area .comment-form,
    .south-contact-area .contact-form {
        margin-bottom: 100px;
    }
}

/* :: 21.0 Contact Area CSS */
.contact-heading {
    margin-bottom: 90px;
}
.contact-heading h6 {
    border-bottom: 2px solid #947054;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}

.content-sidebar .weekly-office-hours ul li {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #f8f7f7;
}
.content-sidebar .weekly-office-hours ul li span {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 400;
}
.content-sidebar .weekly-office-hours ul li:first-of-type {
    padding-top: 0;
}
.content-sidebar .address {
    margin-top: 40px;
}
.content-sidebar .address h6 {
    position: relative;
    z-index: 1;
    color: #7d7d7d;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    padding-left: 40px;
    line-height: 1.8;
}
.content-sidebar .address h6 img {
    position: absolute;
    top: 4px;
    z-index: 10;
    left: 0;
}

.googleMap {
    width: 100%;
    height: 540px;
}

/* :: 22.0 Shortcode Area CSS */
.elements-title h2 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 100px;
}

/* Accordians */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}
.single-accordion:last-of-type {
    margin-bottom: 0;
}
.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.single-accordion h6 a {
    background-color: #947054;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 15px 60px 15px 15px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    border: 2px solid transparent;
}
.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 18px;
}
.single-accordion h6 a span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed {
    border: 2px solid #947054;
    background-color: transparent;
    color: #000000;
}
.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}
.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0;
}

/* Tabs CSS*/
.south-tabs-content {
    position: relative;
    z-index: 1;
}
.south-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px;
}
.south-tabs-content .nav-tabs .nav-link {
    border: 2px solid #947054;
    padding: 0 30px;
    height: 45px;
    line-height: 41px;
    color: #000000;
    margin: 0 2px;
    border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .south-tabs-content .nav-tabs .nav-link {
        padding: 0 10px;
    }
}
.south-tabs-content .nav-tabs .nav-link.active {
    background-color: #947054;
    color: #ffffff;
}
.south-tabs-content .tab-content h6 {
    font-size: 18px;
}

/* Loaders CSS */
.single-pie-bar {
    position: relative;
    z-index: 1;
}
.single-pie-bar h5 {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Cool Facts CSS */
.single-cool-fact-area h2 {
    font-size: 60px;
    margin: 15px 0;
    color: #947054;
}
.single-cool-fact-area h6 {
    margin-bottom: 0;
    color: #7d7d7d;
}

/*# sourceMappingURL=style.css.map */
.banner-search-form {
    background-color: #ffffff;
}
.hero-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-slides-content {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}

.hero-slides-content h2 {
    color: #004274;
    font-size: 36px;
}

#advanceSearch .form-control {
    padding: 10px;
}
.nice-select {
    line-height: 15px !important;
}
.search-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.unified-field {
    height: 42px;
    padding: 5px 12px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.hero-area h2 {
    font-size: 2.2rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .hero-area h2 {
        font-size: 1.6rem;
    }
}
/* === Hero Section === */
.property-hero-section .hero-bg {
    background-image: url("img/bg-img/hero1.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
    padding: 40px 15px;
}

.hero-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

/* === Search Card === */
.property-search-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(5px);
}

/* === Input Fields & Select === */
.custom-field {
    width: 100%;
    height: 44px;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 0.95rem;
    transition: border-color 0.3s ease;
}

.custom-field:focus {
    outline: none;
    border-color: #d9534f;
    box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.2);
}

/* === Search Button === */
.custom-search-btn {
    height: 44px;
    background-color: #d9534f;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

.custom-search-btn:hover {
    background-color: #d8232a;
}

/* === Responsive Adjustments === */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }

    .property-search-card {
        padding: 20px 15px;
    }
}
/** * Contact Section CSS
 */
.contact-section h2 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #004274;
}

/* .contact-section input,
.contact-section textarea {
  border-radius: 8px;
  padding: 10px 15px;
  font-size: 15px;
} */

.contact-section button.btn-danger {
    background-color: #d8232a;
    border: none;
    border-radius: 30px;
}

.contact-section button.btn-danger:hover {
    background-color: #b91b25;
}
/* @media screen and (min-width: 768px) {
  .land-contact-img {
    height: 500px;
  }
} */
/** * Footer Section CSS
 */
.floating-icons {
    position: fixed;
    bottom: 95px;
    right: 42px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.icon-container {
    position: relative;
}

.icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.icon-button:hover {
    transform: scale(1.1);
}

/* Tooltip Styling */
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 13px;
    transition: 0.3s ease;
}

.icon-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Background Colors */
.bg-whatsapp {
    background-color: #25d366;
}

.bg-phone {
    background-color: #3598db;
}

.bg-review {
    background-color: #ea4335;
}

.bg-dark {
    background-color: #444;
}
@media (max-width: 767px) {
    .floating-icons {
        bottom: 95px; /* Override for small screens */
        right: 30px; /* Optional: reduce right spacing too */
    }
    .property-search-card .col-12 {
        margin-bottom: 15px;
    }
    .property-search-card .col-12:last-child {
        margin-bottom: 0;
    }
}
/**listing page css */
/* Primary Color: #004274 | Accent Color: #D8232A */
.primary-btn {
    background-color: #7b7878;
    color: #fff;
    border: none;
}
.primary-btn:hover {
    background-color: #d8232a;
    color: #fff;
}
.filter-title {
    color: #004274;
}
.filter-card {
    background: #f8f9fa;
}
/* .property-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.property-card:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.property-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.btn-details {
    background-color: #d8232a;
    color: #fff;
    border-radius: 5px;
    padding: 6px 14px;
    text-decoration: none;
}
.btn-details:hover {
    background-color: #004274;
    color: #fff;
}
@media (min-width: 992px) {
    .filter-card {
        position: sticky;
        top: 100px;
    }
}
#advanceSearchLeft .nice-select {
    line-height: 35px !important;
}
.property-search-card .nice-select {
    line-height: 29px !important;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 0 !important;
}

/**
Advance filter CSS
*/
.filter-card {
    background-color: #f9f9f9;
    border-radius: 12px;
}

.filter-title {
    font-size: 1.25rem;
    color: #333;
}

.form-select,
.form-control {
    border-radius: 8px;
    z-index: 999 !important;
}

.btn-primary {
    background-color: #d8232a;
    border-color: #d8232a;
}

.btn-primary:hover {
    background-color: #b51d24;
    border-color: #b51d24;
}

/**Top header*/

/** Top header */
.top-header-area {
    position: relative;
    z-index: 1;
    height: 45px;
    background-color: #fff;

    /* Scoped color variables only for top-header */
    --accent-1: #d92329; /* start gradient */
    --accent-2: #ff8a6b; /* end gradient */
    --btn-text: #ffffff; /* button text */
    --badge-bg: #ffffff; /* FREE badge bg */
    --badge-text: var(--accent-1); /* FREE badge text */
}
@media only screen and (max-width: 767px) {
    .top-header-area {
        height: auto;
    }
}
.top-header-area .email-address {
    padding-left: 60px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .top-header-area .email-address {
        padding: 15px 30px;
    }
}
.top-header-area .email-address a {
    color: #d92329;
    font-size: 12px;
    position: relative;
    z-index: 1;
    top: -2px;
}
.top-header-area .email-address a:hover,
.top-header-area .email-address a:focus {
    color: #d92329;
}
.top-header-area .phone-number {
    line-height: 1;
    background-color: #947054;
    height: 45px;
    margin-bottom: 0;
}
.top-header-area .phone-number .icon {
    background-color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
}
.top-header-area .phone-number .icon img {
    padding: 16px 0;
    max-width: 15px;
}
.top-header-area .phone-number .number a {
    padding: 0 60px;
    color: #ffffff;
    line-height: 45px;
    font-size: 12px;
}

/* ====== Post Property Button Styles ====== */
.top-header-area .btn-post {
    background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
    color: var(--btn-text);
    padding: 0.45rem 0.9rem;
    gap: 0.35rem;
    border: none;
    transition: transform 180ms ease, box-shadow 180ms ease;
    align-items: center;
    font-size: 0.95rem;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(18, 38, 63, 0.12);
    display: inline-flex;
    border-radius: 999px; /* pill shape */
    font-weight: 600;
}

/* Icon inside button */
.top-header-area .btn-post svg {
    opacity: 0.95;
}

/* FREE badge */
.top-header-area .badge-free {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.28rem 0.45rem;
    border-radius: 999px;
    background: var(--badge-bg);
    color: var(--badge-text);
    box-shadow: 0 3px 10px rgba(18, 38, 63, 0.08);
    letter-spacing: 0.6px;
    line-height: 1;
}

/* Hover & focus effects */
.top-header-area .btn-post:hover,
.top-header-area .btn-post:focus {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 10px 28px rgba(18, 38, 63, 0.14);
    text-decoration: none;
    outline: none;
}

/* Keyboard focus visible */
.top-header-area .btn-post:focus-visible {
    box-shadow: 0 10px 28px rgba(18, 38, 63, 0.14),
        0 0 0 4px rgba(255, 107, 107, 0.12);
}

/* Mobile adjustments */
@media (max-width: 575.98px) {
    .top-header-area .btn-post {
        font-size: 0.88rem;
        padding: 0.4rem 0.7rem;
    }
    .top-header-area .btn-post .me-2 {
        margin-right: 0.45rem !important;
    }
    .top-header-area .badge-free {
        padding: 0.2rem 0.4rem;
        font-size: 0.62rem;
    }
}

/* Optional FREE badge pulse */
@keyframes pulseFree {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.06);
        opacity: 0.9;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Enable if needed */
/* .top-header-area .badge-free { animation: pulseFree 2.6s ease-in-out infinite; } */
/* Login button (clean minimal look to contrast Post Property) */
/* .top-header-area .btn-login {
    background: #f8f9fa;
    color: var(--accent-1);
    padding: 0.45rem 0.9rem;
    font-size: 0.92rem;
    border: 1px solid rgba(217, 35, 41, 0.25);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    border-radius: 999px;
}

/* Hover effect */
/*.top-header-area .btn-login:hover,
.top-header-area .btn-login:focus {
    background: var(--accent-1);
    color: #fff;
    border-color: var(--accent-1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(18, 38, 63, 0.12);
    text-decoration: none;
} */

/* Responsive tweaks */
/*@media (max-width: 575.98px) {
    .top-header-area .btn-login {
        font-size: 0.85rem;
        padding: 0.4rem 0.7rem;
    }
}*/
/* Login link - lightweight, secondary action */
.front-login {
    color: #b91b25;
    font-size: 0.9rem;
    transition: color 0.2s ease;
    text-decoration: none;
}
.front-login:hover,
.front-login:focus {
    color: #ff4d5a;
    text-decoration: underline;
}

/* Small screen: compact spacing */
@media (max-width: 767.98px) {
    .top-header-area .d-flex {
        justify-content: flex-end !important;
        gap: 0.75rem;
    }
    .front-login {
        font-size: 0.85rem;
    }
}

/* Large screen: extra spacing */
@media (min-width: 768px) {
    .top-header-area .d-flex {
        gap: 1.5rem;
    }
}
/* Login link */
.front-login {
    color: #b91b25; /* brand red */
    font-size: 0.9rem;
    transition: color 0.2s ease;
    text-decoration: none;
}
.front-login:hover,
.front-login:focus {
    color: #ff4d5a;
    text-decoration: underline;
}

/* SVG icon color */
.front-login .login-icon {
    fill: #d92329;
    transition: fill 0.2s ease;
}
.front-login:hover .login-icon {
    fill: #ff4d5a; /* lighter on hover */
}

/* ====== End Post Property Button Styles ====== */
/* ======= Form Card ======= */
.pp-card {
    border-radius: 16px;
    background: #fff;
    padding: 2rem;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* ===== Step Indicator ===== */
.pp-step-indicator {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}
.pp-step-dot {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}
.pp-step-dot.active {
    background: #0d6efd;
    transform: scale(1.2);
}

/* ===== Form Titles ===== */
.pp-form-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 6px;
}
.pp-form-subtitle {
    font-size: 0.95rem;
    color: #777;
    text-align: center;
    margin-bottom: 25px;
}

/* ===== Fieldsets ===== */
.pp-fieldset {
    margin-bottom: 20px;
    text-align: center;
}

/* ===== Labels ===== */
.pp-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    text-align: left;
    position: relative;
}

/* ===== Input fields ===== */
.pp-input-group {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}
.pp-input-prefix {
    background: #f1f3f5;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    font-size: 0.9rem;
    color: #555;
}
.pp-input,
.form-control {
    flex: 1;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 0 8px 8px 0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}
.pp-input:focus,
.form-control:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
    outline: none;
}

/* ===== Radio Pills ===== */
.pp-radio-input {
    display: none;
}
.pp-radio-label {
    padding: 10px 22px;
    border-radius: 25px;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 0 6px;
    display: inline-block;
    background: #f8f9fa;
    color: #444;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}
.pp-radio-input:checked + .pp-radio-label {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* ===== Purpose Pills ===== */
.pp-btn-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pp-btn-check {
    display: none;
}
.pp-btn {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #198754;
    color: #198754;
    transition: all 0.3s ease;
}
.pp-btn-check:checked + .pp-btn {
    background: #198754;
    color: #fff;
    border-color: #198754;
}

/* ===== Submit Button ===== */
.pp-btn-gradient {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    background: linear-gradient(90deg, #0d6efd, #198754);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.pp-btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    background: linear-gradient(90deg, #0056b3, #146c43);
}

/* ===== Notes ===== */
.pp-note {
    font-size: 0.8rem;
    color: #888;
    display: block;
    margin-top: 4px;
}

/* ===== Hide Steps ===== */
.d-none {
    display: none;
}
.pp-input-group {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.pp-input-prefix {
    background: #f1f3f5;
    padding: 0 12px;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    font-size: 0.95rem;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px; /* same height as input */
}

.pp-input {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 0 8px 8px 0;
    padding: 0 12px;
    font-size: 0.95rem;
    height: 45px; /* same height as prefix */
    transition: all 0.3s ease;
}

.pp-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
    outline: none;
}
/* Step 2 Two Column Layout */
/* ===== Step 2 Two Column Layout ===== */
.pp-step-2-card {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.pp-step-2-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Left & Right Columns */
.pp-step-2-left,
.pp-step-2-right {
    flex: 1;
    min-width: 300px;
}

/* Fieldsets */
.pp-step-2 .pp-fieldset {
    margin-bottom: 20px;
}

/* RadioBlock for Step 2 */
.pp-step-2 .radioBlock ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pp-step-2 .radioBlock li {
    display: flex;
    align-items: center;
}

.pp-step-2 .radioBlock input[type="radio"] {
    display: none;
}

.pp-step-2 .radioBlock label {
    padding: 8px 18px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 13px;
    cursor: pointer;
    background: #f8f9fa;
    color: #444;
    transition: all 0.3s ease;
}

.pp-step-2 .radioBlock input[type="radio"]:checked + label {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pp-step-2-grid {
        flex-direction: column;
    }
}

/* ====== End Step 2 Two Column Layout ====== */
/* Login Page */
/* =====================
   Login Page Wrapper
   ===================== */
.login-page {
    min-height: 100vh;
    background-color: #f8f9fa;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =====================
   Login Card
   ===================== */
.login-card {
    max-width: 950px;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.login-card h2 {
    color: #0e141b;
    font-weight: 700;
}

/* =====================
   Form Controls
   ===================== */
.login-card .form-control {
    height: 50px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.login-card .form-control:focus {
    border-color: #d92329;
    box-shadow: 0 0 0 0.2rem rgba(217, 35, 41, 0.2);
}

/* =====================
   Buttons
   ===================== */
.login-card .btn {
    height: 50px;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card .btn-danger {
    background-color: #d92329;
    border-color: #d92329;
}

.login-card .btn-danger:hover {
    background-color: #b81e24;
    border-color: #b81e24;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(217, 35, 41, 0.25);
}

/* =====================
   Role Toggle (Buyer / Seller)
   ===================== */
.role-toggle {
    text-align: center;
    margin: 1rem 0;
}

/* Hide default radio dot */
.role-toggle .btn-check {
    display: none;
}

/* Default role button (inactive state) */
.role-toggle .btn-outline-danger {
    border-radius: 50px;
    padding: 10px 28px;
    margin: 0 8px;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    background-color: #fff;
    color: #d92329;
    border: 2px solid #d92329;
    transition: all 0.2s ease;
}

/* Hover effect for inactive */
.role-toggle .btn-outline-danger:hover {
    background-color: rgba(217, 35, 41, 0.08);
    color: #d92329;
}

/* Active role button */
.btn-check:checked + .btn-outline-danger {
    background-color: #d92329;
    border-color: #d92329;
    color: #fff;
}

/* =====================
   Right-side Background
   ===================== */
.login-bg {
    background: url("https://images.unsplash.com/photo-1560185008-5bf9b1aa2f28")
        center/cover no-repeat;
}

/* =====================
   Responsive Tweaks
   ===================== */
@media (max-width: 767.98px) {
    .login-card {
        border-radius: 0.75rem;
    }

    .role-toggle .btn-outline-danger {
        min-width: 100px;
        padding: 8px 20px;
        font-size: 0.9rem;
    }
}
/* Google Login Button */
.btn-google {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #555;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-google:hover {
    background-color: #f8f9fa;
    border-color: #d92329;
    color: #d92329;
    box-shadow: 0 4px 12px rgba(217, 35, 41, 0.15);
}
