/* ===================================
    Theme Name: Safaa Homes
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Montserrat', sans-serif;
    --base-color: #031d40; 
    --dark-gray:#262b35;
}
body{
    font-size: 15px;
    line-height: 28px;
}
/* reset */
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
/* heading */
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 2.813rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 1.75rem;
}
/* header */
header .navbar-brand img {
    max-height: 60px;
}
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 420px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}
/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: #ddaf37;
}
.bg-base-color-light {
    background-color: #f8efd7;
}
.border-radius-left-8px {
    border-radius: 15px 0 0 0;
}
.propery-content {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
/* text */
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
/* page title */
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 30px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 14px;
}
/* footer */
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 80px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}
/* media query responsive */
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}
.private-residence-banner-search-form {
    background-color: #fff;
    border-radius: 10px;
}
.private-residence-banner-search-form .form-group.wrap1 {
    padding-right: 35px;
}
.private-residence-banner-search-form .form-group.wrap2 {
    padding-left: 35px;
    padding-right: 35px;
}
.private-residence-banner-search-form .form-group {
    border-right: 1px solid #C5C5C5;
}
.private-residence-banner-search-form .form-group.no-border {
    border-right: none !important;
}
.private-residence-banner-search-form .form-group.wrap3 {
    padding-left: 35px;
    padding-right: 35px;
}
.private-residence-banner-search-form .form-group.wrap4 {
    border-right: none;
    text-align: end;
}
.private-residence-banner-search-form .form-group .default-btn {
    border: none;
    gap: 10px;
    background: #D49539;
    background: -webkit-linear-gradient(to right, #E7B25D, #D49539, #E7B25D, #D49539);
    background: linear-gradient(to right, #E7B25D, #D49539, #E7B25D, #D49539);
    display: inline-flex;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    color: #212121;
    font-weight: 400;
    transition: 0.6s;
}
.private-residence-banner-search-form .form-group label {
    font-weight: 400;
    color: #212121;
    display: block;
    margin-bottom: 0px;
    line-height: 1.2;
    text-align: left !important;
}
.private-residence-banner-search-form .form-group .form-select {
    background-color: transparent;
    border: none;
    box-shadow: unset;
    outline: 0;
    background-position: right 0 center;
    color: #8f8f8f;
    transition: 0.6s;
    font-size: 15px;
    padding: 0 25px 0 0;
    cursor: pointer;
    background-image: url(../images/arrow-down.svg);
    background-size: 10px 9.5px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.icon-form {
    position: absolute;
    top: 8px;
    left: 20px;
}
.form-inner-container .form-control {
    padding-left: 50px;
}
.filter-search-form {
    position: absolute;
    width: 1190px;
    left: 50%;
    z-index: 99;
    bottom: 100px;
    transform: translate(-50%, 0px);
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
}
.pulltop {
    margin-top: -60px;
}
.filter-sidebar {
    background-color: #fff;
    border: 1px solid #D49539;
    border-radius: 10px;
    padding: 25px;
}
.filter-sidebar .widgetTitle {
    font-size: 14px;
    color: #232323;
    font-weight: 500;
    margin-bottom: 0px;
}
.search-form {
    position: relative;
}
.search-form .search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}
.search-form .form-control {
    padding-right: 50px;
}
.listing-page .properties-slide-item {
    margin: 0 0 30px 0;
}
.listing-page select {
    background-color: #E8E8E8;
    border-radius: 10px;
    min-width: 170px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 15px;
}
.price-filter .price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.price-filter .field input {
  width: 100%;
  padding: 4px 0;
  outline: none;
  font-size: 14px;
  margin-left: 0px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #D49539;
  -moz-appearance: textfield;
}
.price-filter input[type="number"]::-webkit-outer-spin-button,
.price-filter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-filter .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.price-filter .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.price-filter .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #E7B25D;
}
.price-filter .range-input {
  position: relative;
}
.price-filter .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-filter input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #E7B25D;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.price-filter input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #E7B25D;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.selectiveForm .radio {
    margin-bottom: 5px;
    font-size: 13px;
    color: #232323;
}
.selectiveForm [type="radio"]:checked,
.selectiveForm [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.selectiveForm [type="radio"]:checked + label,
.selectiveForm [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #404040;
}
.selectiveForm [type="radio"]:checked + label:before,
.selectiveForm [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
}
.selectiveForm [type="radio"]:checked + label:after,
.selectiveForm [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #333;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.selectiveForm [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.selectiveForm [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.control-group {
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #D49539;
  border: 1px solid #D49539;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #D49539;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.accordion > dt > a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 5px 0px;
    color: #212121;
    margin-bottom: 15px;
    border-bottom: solid 0.5px #cbcbcb;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.services-menu a {
    font-size: 15px;
    padding: 10px 25px;
    display: inline-block;
}
.services-menu a.active {
    background-color: #031d40;
    color: #fff;
}
.img-fit {
    object-fit: cover;
    width: 100%;
}
.services-box-style-02.set-h {
    min-height: 330px;
}
.property-details-inner-content .features .list {
    padding-left: 0;
}
.property-details-inner-content .features .list li {
     list-style-type: none;
     display: flex;
     align-items: center;
     line-height: 1.4;
     color: #212121;
     margin-bottom: 25px;
     font-size: 15px;
    font-weight: 500;
}
.property-details-inner-content .features .list li img {
     margin-right: 15px;
     border-radius: 8px;
}
.property-details-inner-content .features .list li:last-child {
 margin-bottom: 0;
}
@media only screen and (max-width: 767px) { 
    .filter-search-form {
        display: none;
    }
    .fs-80 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .btn.btn-large {
        font-size: 13px;
        padding: 10px 20px;
    }
    .mb-50px br {
        display: none;
    }
    .services-box-style-02.set-h {
        min-height: auto;
    }
    .services-box-style-02.set-h .h-100 {
        height: 300px !important;
    }
    .xs-order-1 {
        order: 1 !important;
    }
    .xs-order-2 {
        order: 2 !important;
    }
    .fs-20 {
        font-size: 16px;
        line-height: 1.2;
    }
    .services-menu a {
        font-size: 14px;
        padding: 6px 10px;
        display: inline-block;
    }
    h1, .h1 {
        font-size: 3rem;
    }
}