
body {
    background-color: #f7f8f9;
}
#block-2, #block-3, #block-4, #block-5, #block-6 {
    display: none !important;
}
a {
    text-decoration: none;
}

.promotion-notice {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-size: 15px;
    z-index: 9999;
}
.promotion-notice.success { border-left: 5px solid #28a745; }
.promotion-notice.error   { border-left: 5px solid #dc3545; }
.promotion-notice.warning { border-left: 5px solid #ffc107; }


/* Header */
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: inherit;
}
.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1010;
}
li#menu-item-269 {
    background-color: #7c0211;
    color: #fff;
    border-radius: 35px;
    height: 50px;
}
li#menu-item-269 a {
    color: #fff;
    line-height: 50px;
}


/* Form CSS */

.wpuf-form-add select,
.wpuf-form-add input,
.wpuf-form-add textarea {
    width: 100% !important;
}

/*Modal*/

.promotion-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.promotion-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 530px;
  position: relative;
}
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}
.close-modal:hover { color: black; }


.promotion-modal-content form label {
    padding-bottom:10px;
}


.pass-strength-result {
    display: none !important;
}
.wpuf-el.title.field-size-large {
    display: none;
}
.site-content {
    display: block;
}
.badge {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 0;
    display: inline-block;
    margin-top: 5px;
    background-color: #7c0211;
    margin-bottom: 10px;
}

.single-ads .site-content {
    display: block;
    margin-top:3rem;
    margin-bottom: 3rem;
}
.similar-ads-wrap .card-title {
    font-size: 1.25rem;
}
.photos-gallery {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    overflow-x: scroll;
}
.photos-gallery img {
   max-width: 450px;
}
.ads-wrapper {
    margin-top:3rem;
    margin-bottom: 3rem;
}
.ads-wrapper .single-ad {
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 2px 2px 9px 1px rgba(3, 3, 3, .15);
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.city-filter {
    margin-top:3rem;
    margin-bottom: 3rem;
}
.city-filter .ad-box {
    margin-bottom: 20px;
}
.ad-box.border {
    margin-bottom: 20px;
    background-color: #fffdea;
    border-color: #ffd274 !important;
}
.ad-box .ad-photos img {
    border-radius: 10px;
    aspect-ratio: 0.7;
    object-fit: cover;
}
.ad-box {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}
.ad-box h3 {
    font-size: 1.5rem;
}
.ad-box h3 a {
    color: #333;
}
.single-ads-post-list {
     overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 2px 2px 9px 1px rgba(3, 3, 3, .15);
    background-color: #fff;
}

.services-section .col {
    padding: 0;
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.services-section .service-box {
    border-radius: 10px;
    overflow: hidden;
}
.services-section .service-box h3 {
    background-color: #7c0211;
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    margin-top: -20px;
    z-index: 1;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
.services-section .service-box p {
    color: #333;
    padding: 30px 20px 50px 20px;
}

.services-section .section-title p {
    color: #7c0211;
}
.city-filter-wrapper .city-buttons-listing p {
    color: #7c0211;
}

.contact-buttons a {
    padding: 0;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
}
.contact-buttons a img {
    max-height: 45px;
}
.btn-primary { background-color: #007bff; }
.btn-success { background-color: #25D366; }
.btn-info { background-color: #0088cc; }


/*home with city filter */

.page-template-template-home-with-city-filter .grid-container {
    max-width: 100%;
}
.page-template-template-home-with-city-filter .site-content {
    display: block;
}
.page-template-template-home-with-city-filter .grid-container.container {
    padding: 0;
}
.city-filter-wrapper {
    padding: 40px;
    background-color: #fff;
    max-width: 1300px;
    margin: 50px auto;
}

.city-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.city-button {
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.city-button:hover {
    background-color: #218838;
}

.city-listings .agent-post {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*City*/
.city-buttons-listing ul {
    margin: 0;
    border: 1px solid #7c0211;
    padding: 15px;
    border-radius: 5px;
}
.city-buttons-listing ul li {
    list-style: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.city-buttons-listing ul li a {
    color: #212529;
}
.city-buttons-listing ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.625rem;
    color: #7c0211;
    font-weight: 600;
}

.city-filter .list-middle {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
}

.category-filter .list-middle {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
}

.home-banner .banner-bg {
    /*background-image: url('https://setllar.com/wp-content/uploads/2025/06/lovely-couple-posing-bed-scaled.jpg');*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background-color: #7c0211;
    color: #fff;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.home-banner .banner-bg h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 1.5rem;
}
.home-banner .banner-bg h1 span {
    color: #7c0211;
}
.home-banner .banner-bg p {
    font-size: 20px;
}

.top-search {
    background-color: #ffffff;
    padding: 4rem 0;
    /*margin-bottom: 2rem;*/
}
.top-search ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding: 0;
}
.top-search ul li {
    padding: 0.5rem;
}
.top-search ul li a {
    display: inline-block;
    padding: 0.8rem 1rem;
    color: #fff;
    background: #7c0211;
    border-radius: 10px;
}


/* Why choose Us */
.why-choose-us {
    padding: 3rem 0;
}

.why-choose-us ul li {
    font-size: 18px;
    margin-bottom: 0.5rem;
}

/* FAQ */

.faq-section .accordion-button {
  font-weight: 500;
  /*color: #004974;*/
}

.faq-section .accordion-button:not(.collapsed) {
  background-color: #7c0211;
  color: #ffffff;
  box-shadow: none;
}

.faq-section .accordion-item {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.faq-section button:hover,
.faq-section button:focus{
    background-color: #7c0211;
    color: #ffffff;
}

/* Set base arrow color */

/* Hover effect: arrow stays white */
.faq-section .accordion-button:hover::after,
.faq-section .accordion-button:focus::after{
  filter: brightness(0) invert(1);
}

/* Active/expanded (up arrow): stays white */
.faq-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}


.city-list-section p a {
    color: #7c0211;
}
.city-list-section p a:hover {
    color: #0d6efd;
}






.image-marquee {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
    padding: 20px 0;
}

.marquee-content {
    display: flex;
    gap: 20px;
    animation: marquee 15s linear infinite;
    width: fit-content;
}

.marquee-content img {
    height: 300px;
    object-fit: contain;
    transition: transform 0.3s ease;
}


@keyframes marquee {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}


body {
  min-height: 100vh;
}
.slider {
  position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}
.slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
  width: calc(300px * 20);
  display: flex;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
}

.slide-track2 {
  display: flex;
  animation: scroll2 15s linear infinite;
  justify-content: space-between;
}

.slide {
  width: 300px;
  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 5));
  }
}


.site-info a {
  color: #e91e63; /* change to your brand color */
  text-decoration: none;
  margin: 0 5px;
}

.site-info a:hover {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide-track2 {
    width: calc(80px * 15);
  }

  .slide {
    width: 80px;
  }
  
  .home-banner .banner-bg h1 {
    font-size: 31px;
    font-weight: 700;
  }
  
  .home-banner .banner-bg p {
    margin-top: 20px;
    font-size: 18px;
  }
  .city-buttons-listing ul {
    margin-bottom: 20px;
  }
  .city-filter .list-middle {
    padding-left: 0;
    padding-right: 27px;
    padding-top: 10px;
    padding-bottom: 0;
    }
  .category-filter .list-middle {
    padding-left: 0;
    padding-right: 27px;
    padding-top: 10px;
    padding-bottom: 0;
   }
  .city-filter .list-end {
      padding-left: 30px;
      padding-right: 30px;
  }
  .city-filter .contact-buttons {
      justify-content: center;
  }
  .services-section .col {
    width: 94%;
    }
    .services-section .row {
    flex-direction: column;
}
.services-section .service-box {
    margin-bottom: 30px;
}
.site-logo {
    margin: 0 auto;
}
.nav-float-right #site-navigation {
    margin-left: auto;
    margin-right: auto;
}
.my-listing-profile {
    margin-bottom: 20px;
}
.ad-box h3 {
    font-size: 1.2rem;
    /*margin-bottom: 0.1rem;*/
}
.ad-box p {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}
.ad-box ul li {
    font-size: 0.8rem;
}
.contact-buttons a img {
    max-width: 30px;
}
.ad-box ul li:last-child {
    display: none;
}


  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  @keyframes scroll2 {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 5));
    }
  }
}

@media screen and (max-width: 398px) {
    .ad-box h3 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.ad-box ul li {
    font-size: 0.7rem;
}
} 