@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');
body {
    font-family: "Ubuntu Condensed", sans-serif !important;
    background-color:#eaeaea!important;
}
.navbar{
    background: #02241d;
}
section#hero {
    background: url(img/banner.webp);
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#hero .container {
    text-align: center;
    justify-content: center;
    display: flex;
}
section#hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
}
.heading {
    color: white;
    text-align: center;
    font-size: 41px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
.searchbox {
    padding: 30px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    width: 700px;
    z-index: 10;
    margin-top: 82px;
}
.searchbox input {
    width: 550px;
    padding: 15px;
    border: none;
    border-right: none;
    border-radius: 0px;
    margin-bottom: 0px !important;
}
.searchbox button {
    border-radius: 100px;
    margin-bottom: 0px !important;
}
.search-form {
    display: flex;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    border-radius: 51px;
    overflow: hidden;
    height: 57px;
    margin: 0px !important;
}
img.profileimg {
    width: 150px;
    height: 150px;
    border-radius: 0px;
    border: 2px solid #eaeaea;
}
.profile-card {
    padding: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
    background: white;
    /*border: 1px solid #a4c5fb;*/
    border-radius: 0px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 30px;
}
section#posts{
    margin-top: 125px;
}
section#locations  {
    margin-top: 50px;
    background: url(img/location.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px;
    position: relative;
}
section#locations::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DB0C6F;
    opacity: 0.8;
}
section#locations .location-list .location-item {
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.location-list {
    display: grid;
}
.profilebtns {
    text-align: center;
    justify-content: center;
    align-items: end;
    display: flex;
}
.wtsp-button {
    background: green !important;
    border: green !important;
    border-radius: 27px !important;
    font-size: 20px !important;
    
}
.call-button {
    background: #DB0C6F !important;
    border: #DB0C6F !important;
    border-radius: 27px !important;
    font-size: 20px !important;
  
}
.profile-button {
    background: #0C59DB !important;
    border: #0C59DB !important;
    border-radius: 27px !important;
    font-size: 15px !important;
}
.profile-badge {
    padding: 6px;
  background: #DB0C6F;
  color: white;
  font-weight: bold;
  border-radius: 39px;
  position: absolute;
  top: 0;
  margin-top: -30px;
  width: 130px;
}
.section-heading {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
}
.section-heading2 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
.location-buttons a {
    font-size: 18px;
    background: #0C59DB;
    border: #0C59DB;
    margin-left: 10px;
    margin-top: 10px;
}
.location-buttons {
    text-align: center;
}
section#toplocations {
    padding: 25px;
}
.location-buttons a:nth-child(even) {
    background: #DB0C6F !important;
    border: #DB0C6F !important;
}
footer {
    padding: 20px;
    background: #00071A;
    color: white;
    padding-top: 50px;
  }
  footer li a {
    color: white  !important;
    text-decoration: none !important;
  }
  .copyright p {
    margin-bottom: 0px;

  }
  .copyright {
    border-top: 1px solid grey;
    padding: 10px
  }
  .contact-form input, .contact-form textarea {
    margin-bottom: 10px;
    border-radius: 25px;
  }
  .contact-form button {
    width: 100%;
    border-radius: 18px;
    background: #DB0C6F !important;
    border: #DB0C6F !important;
  }
  section#contact {
    padding: 25px;
    background: #DB0C6F;
    color: white !important;
  }
  
  .contact-form {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  .menubtn {
    background: #ee18b3 !important;
    border: #ee18b3 !important;
    border-radius: 27px !important;
    font-size: 18px !important;
    padding: 7px 20px 7px 20px;
    margin-right: 10px;
  }
  @media only screen and (max-width: 900px) {
    section#hero {
        padding: 40px;
    }
    .search-form {
        height: 48px;
    }
    .searchbox {
        width: 320px !important;
        margin-top: 87px !important;
        position: absolute !important;
        z-index: 10 !important;
    }
    .searchbox input {
        width: 220px;
    }
    .heading {
        font-size: 30px;
    }
    .profile-badge {
        margin-top: -381px;
    margin-left: 165px;
    }
section#locations .col-md-3 {
    width: 50% !important;
}
  }
  .breadcrumb-area {
    color: white;
    font-size: 17px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
  }
  /* #autocomplete{
    width: 250px;
    float: left;
    position: relative;
  }
  #city-box{
    width: 100%;
    height: 36px;
    font-size: 18px;
    padding: 3px 10px;
    border-radius: 4px;
    border: 1px solid #e58940;
    outline: 0;
    box-sizing: border-box;
  } */
  #cityList{
    width: 100%;
    position: relative;
    border: 1px solid #4d6e87;
    display: none;
    z-index: 10;
    margin-top: 15px
  }
  #cityList ul{
    list-style: none;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #cityList ul li{
    padding: 2px 10px;
    cursor: pointer;
  }
  #cityList ul li:hover{
    background: #d0e4f4;
  }
  .pink{
     color: #ff3a72;
  }
  .blue{
     color: #00a991;
  }
      .ad-cards .ad-card {
        padding: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        border: 2px solid #1d8348;
        margin-bottom: 0;
        position: relative;
        margin: 16px 0;
        border-radius: 5px;
    }
    .ad-cards .ad-title {
        font-size: 1.25rem;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        position: relative;
        text-transform: capitalize;
        bottom: 12px;
    }
    .ad-cards .ad-title {
        font-size: 14px;
        line-height: 17px;
        -webkit-line-clamp: 2;
        bottom: 5px;
    }
    .ad-text {
        margin-bottom: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .ad-cards .ad-text {
        font-size: 12px;
        margin: 4px 0 10px;
    }
    .ad-cards .ad-title a {
        color: #ee18b3;
        font-weight: bold;
    }
    .ad-badge {
        padding: 3px 10px;
        background: #ee18b3;
        color: #fff;
        border-radius: 10px;
        margin: 2px;
        line-height: 25px;
    }
    .ad-cards .ad-badge {
        font-size: 11px;
        padding: 1px 8px;
        line-height: 21px;
    }
    .btn-whatsapp {
        color: #fff!important;
        border-radius: 30px!important;
        background: green!important;
    }
    .ad-cards .btn {
        font-size: 13px;
        padding: 4px 10px;
    }
    .btn-call {
        color: #fff!important;
        background: #007bff!important;
        border-radius: 30px!important;
    }
    .ad-cards .ad-img {
        width: 182px;
        height: 227px;
        object-fit: cover;
        border: 1px solid #1d8348;
        border-radius: 4px;
    }
    .ad-cards .ad-img {
        width: 122px;
        height: 152px;
    }
    .me-3 {
        margin-right: 1rem !important;
    }
@media  only screen and (max-width: 470px) {
    section#hero {
        padding: 10px;
    }
}