.company-logo {
    width: 75%;
}
.company-logo img{
    width: 15%;
}
.top-bar.style-6 .logo-and-menu .menu ul li a {
    font-size: 15px;
    font-weight: 500;
}
.icon i {
    font-size: 16px;
}
.home6-banner-area {
    background: #fff7f2;
}
.home6-banner-area .banner-img-group .bottom-img-group .bottom-left-img img {
    border-radius: unset;
	height: 300px;
}
.home6-banner-area .banner-img-group .bottom-img-group .bottom-right-img img {
    border-radius: unset;
    height: 300px;
}




/* ===== CARD ===== */
.px-card-container {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* ===== TITLE ===== */
.px-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* ===== SEARCH ===== */
.px-search-wrapper {
  position: relative;
  margin-bottom: 22px;
}

.px-search-input {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 8px 30px 8px 0;
  font-size: 14px;
  outline: none;
  background: transparent;
  color: #555;
}

.px-search-icon {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 16px;
  color: #666;
}

/* ===== SECTION LABEL ===== */
.px-label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ===== STAY ROW ===== */
.px-stay-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.px-input-line {
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 6px 0;
  width: 80px;
  font-size: 14px;
  background: transparent;
  outline: none;
}

.px-months {
  width: 40px;
  text-align: center;
}

/* ===== GRID ===== */
.px-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* ===== TYPOLOGY ===== */
.px-typology {
  display: flex;
  gap: 10px;
}

.px-btn {
  border: 1.5px solid #ddd;
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 13px;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.px-btn.active {
  border-color: #000;
}

/* ===== BUDGET ===== */
.px-budget-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.px-budget-input {
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 6px 0;
      width: 50%;
  font-size: 14px;
  outline: none;
  background: transparent;
}

.px-budget-text {
  font-size: 12px;
  margin-left: 5px;
}

/* ===== BUTTON ===== */
.px-submit {
  width: 100%;
  border: none;
  border-radius: 25px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  background: #d62d4a;
  color: #fff;
  cursor: pointer;
  margin-top: 10px;
}

/* ===== FOOTER LINK ===== */
.px-footer-link {
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
  color: #666;
}

.px-footer-link a {
  color: #666;
  text-decoration: underline;
}

/* ===== RATING ===== */
.px-rating {
  margin-top: 18px;
  text-align: center;
  font-size: 14px;
}

.px-stars {
  color: #ffcc00;
  font-size: 25px;
  letter-spacing: 2px;
}

/* ACTIVE STATE VIA RADIO */
.px-typology input:checked + .px-btn {
  border-color: #000;
  background: #fff;
}

button.px-submit {
    margin-top: 20px;
}

.product-card4 .product-img .fav {
    color: #000;
}
.product-card4.style-3 .product-img .fav:hover {
    color: #000;
    background: #efb93f;
}

.most-search-area {
    background: unset;
}
.most-search-area1 .product-content a {
    color: #000 !important;
}

.most-search-area1 .product-img .fav {
    color: #000;
}
.most-search-area1 .product-img .fav:hover {
    color: #000;
    background: #efb93f;
}	




.city-page {
        font-family: Arial, sans-serif;
        margin: 0;
        background: #f5f5f5;
        color: #333;
    }

    .city-container {
        max-width: 1100px;
        margin: auto;
        padding: 40px 20px;
    }

    .city-title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .city-subtitle {
        color: #777;
        margin-bottom: 40px;
    }

    .city-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 30px;
    }

    .city-column {}

    .country-title {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .city-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .city-item {
        margin-bottom: 6px;
        color: #555;
        cursor: pointer;
    }

    .city-item:hover {
        text-decoration: underline;
    }

    .spacest-container {
        max-width: 1100px;
        margin: auto;
    }

    .spacest-main-title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .spacest-text {
        color: #555;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .spacest-subtitle {
        font-size: 24px;
        margin: 30px 0 10px;
    }

    .spacest-list {
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .spacest-list-item {
        margin-bottom: 8px;
        color: #444;
    }

    .spacest-bold {
        font-weight: bold;
    }	
	
	footer .footer-btm {
    background: #404040;
}
footer.style-3 .footer-btm .social-area ul li a {
    color: #fff;
}
.footer-center {
    background: #f6f8fa;
}
.footer-top {
    background: #f6f8fa;
}
footer {
    background: #f6f8fa;
}

footer .footer-widget .widget-title h5 {
    color: #000;
}	
footer .footer-widget .menu-container ul li a {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 200;
}
footer.style-3 .footer-center .contact-area .hotline-area .icon svg {
    fill: #000;
}
footer.style-3 .footer-center .contact-area .hotline-area .content h6 a {
    color: #605d5d;
}
footer .footer-center .contact-area .hotline-area .content span {
    color: #605d5d;
}
footer.style-3 .footer-widget .menu-container ul li a:hover {
    color: #000;
}
footer .container-fluid {
    padding: 0;
}

.home6-letest-properties-section {
    padding-left: 8%;
    padding-right: 8%;
}
.how-it-work-section {
	padding-left: 8%;
    padding-right: 8%;
}
.customar-feedback-area {
	padding-left: 8%;
    padding-right: 8%;
}
section.spacest-section {
	padding-left: 8%;
    padding-right: 8%;
}
.product-page {
	padding-left: 8%;
    padding-right: 8%;
}
.poperty-details-content1{
	padding-left: 8%;
    padding-right: 8%;
}

.product-sidebar .product-widget {
    background: #f6f8fa;
}
.product-card4 .product-content .features li {
    gap: 4px;
    margin-right: 10px;
}
.poperty-details-pages .poperty-details-sb .booking-form {
    background: #f6f8fa;
}
.poperty-details-pages .poperty-details-content .poperty-info .location-and-condition .condition a {
    background: #f6f8fa;
}
.poperty-details-sb {
    position: sticky;
    top: 20px;
}
.contact-page .inquiry-form {
    background: #f6f8fa;
    padding: 30px 30px 35px;
}
.customar-feedback-area .customer-feedback-right .feedback-card {
    background: #f6f8fa;
}
.how-it-work-section {
    background: #f6f8fa;
}
.home1-about-section .about-content-wrap .author-and-exp-area .exp-area .number h2 {
    color: #000 !important;
    -webkit-text-fill-color: unset;
}