@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap');
body {
    font-family: "Inter", sans-serif !important;

}
section#hero {
    background: url(img/local-places.html);
    padding: 70px;
    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: linear-gradient(to right, #0059a9 0%, #30a54c 100%);
    opacity: 0.8;
}
.heading {
    color: white;
    text-align: center;
    font-size: 41px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
.searchbox {
    padding: 10px;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 20px;
    text-align: center;
    width: 800px;
    z-index: 5;
    margin-top: 51px;
    position: relative;
}
canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.searchbox input {
    padding: 15px;
    border: 1px solid #bdbdbd;
    border-radius: 23px;
    margin-bottom: 0px !important;
    margin-left: 10px;
    width: 300px;
}
.searchbox button {
    border: white;
    border-radius: 100px;
    margin-bottom: 0px !important;
    background: linear-gradient(to right, #0059a9 0%, #30a54c 100%)!important;
    font-size: 17px;
    margin-left: 10px;
}
.profiles {
    z-index: 1;
    position: relative;
}
.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 {
        vertical-align: unset;
    width: 120px !important;
    height: 100%;
  }
.profile-card {
    justify-content: center;
    /* display: flex; */
    align-items: center;
    background: white;
    border: 1px solid #30a54c;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: -6;
}
.profile-card .col-md-7 {
    padding: 10px;
}
.profile-card .buttons {
    padding: 5px;
    background: white;
    border-radius: 45px;
    float: right;
    margin-bottom: 15px;
}
section#posts {
    margin-top: 20px;
}
section#locations  {
    margin-top: 50px;
    background: url(img/1-3.html);
    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: linear-gradient(124deg, #30a54c 49%, #0059a9 48%);
    opacity: 0.8;
}
section#locations .location-list .location-item {
    color: white;
    font-weight: 400;
    text-decoration: none;
}
.location-list {
    display: grid;
    justify-content: center;
}
.profilebtns {
    text-align: center;
    justify-content: center;
    align-items: end;
    display: flex;
}
.wtsp-button {
    background: #30a54c !important;
    border: #30a54c !important;
    border-radius: 27px !important;
    font-size: 20px !important;
}
.call-button {
    background: #30a54c !important;
    border: #30a54c !important;
    border-radius: 27px !important;
    font-size: 20px !important;
}
.profile-button {
    background: #0059a9 !important;
    border: #0C59DB !important;
    border-radius: 27px !important;
    font-size: 15px !important;
}
.profile-badge {
    padding: 10px;
    background: white;
    color: black;
    font-weight: bold;
    border-radius: 39px;
    position: absolute;
    top: 0;
    margin-top: -8px;
    width: 150px;
}
/* .section-heading {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
} */
.section-heading {
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    background: linear-gradient(124deg, #30a54c 70%, #0059a9 30%);
    padding: 16px 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
}
.section-heading2 {
    color: white;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
}
#city-containers .card .card-footer a {
  font-size: 18px;
  background: linear-gradient(to right, #0059a9 0%, #30a54c 100%)!important;
  border: #0C59DB;
  /* margin-left: 10px; */
  /* margin-top: 10px; */
  border-radius: 50px;
}
ul.city-list {
    padding: 0;
  list-style: none;
}
li.city-item a {
  color :#0059a9;
  font-weight: bold;
}
#city-containers .card .card-header {
  background: linear-gradient(to right, #0059a9 0%, #30a54c 100%)!important;
  color: white !important;
}
/* #city-containers .card .card-footer a:hover {
  background: linear-gradient(to right, #30a54c 0%, #0059a9 100%)!important;
  filter: drop-shadow(2px 4px 6px black);
} */
.location-buttons {
    text-align: center;
}
section#toplocations {
    padding: 25px;
}
/* .location-buttons a:nth-child(even) {
    background: linear-gradient(to right, #30a54c 0%, #0059a9 100%)!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: linear-gradient(to right, #0059a9 0%, #30a54c 100%) !important;
    border: #30a54c !important;
    border-radius: 27px !important;
    font-size: 18px !important;
    padding: 7px 20px 7px 20px;
  }
   .profile-card .col-md-7 h3 {
        font-size: 1.2em ;
    font-weight: 600 ;
    }
  @media only screen and (max-width: 900px) {
    section#hero {
        padding: 22px;
    }
    .search-form {
        height: 100%;
        display: block;
        padding: 12px;
        flex: 1;
    }
    .searchbox {
      width: 280px;
      margin-top: 12px;
    }
    .searchbox input {
        width: 220px;
        margin-top: 10px;
    }
    .searchbox button {
      width: 200px;
      margin-left: 0px !important;
      margin-top: 10px !important;
    }
    .heading {
        font-size: 27px;
    }
    .profile-badge {
         margin-top: -175px;
      margin-left: 240px;
      background: linear-gradient(to right, #0059a9 0%, #30a54c 100%)!important;
      color: white;
      font-size: 12px;
      padding: 3px;
      width: 95px;
  }
  .city-card {
    margin-top: 10px;
  }
    .profile-card .col-md-7 h4 {
      font-size: 12px;
      font-weight: bold;
    }
    .profile-card .col-md-7 h3 {
      font-size: 12px !important;
      font-weight: 600 !important;
    }
    .profile-card .col-md-7 p {
      font-size: 12px;
      margin-bottom: 2px;
    }
    .profile-card .col-md-7 {
      padding: 15px 25px 0px 25px;
    }
    .gradient img {
      top: -173px !important;
     
    }
    img.profileimg {
        
      width: 116px !important;
    height: 150.77px;
  }
  .profile-card .buttons {
    padding: 0px;
    background: none;
    border-radius: 45px;
    position: relative;
    top: 31px;
}
.profile-card {
  overflow:visible;
  /* margin-top: 10px; */
  margin-top: 50px;
  margin-bottom: 50px;
}
.wtsp-button, .call-button {
  font-size: 15px !important;
}
.profile-button {
  font-size: 12px !important;
}
section#locations .col-md-3 {
    width: 50% !important;
}
  }
  .breadcrumb-area {
    color: white;
    font-size: 17px;
    font-weight: bolder;
    z-index: 0;
    position: relative;
  }
  .gradient img {
    display: block;
    position: absolute;
    top: -77px;
    right: -36px;
    width: 319px;
    z-index: -1;
  }

  #slider-container {
    position: relative;
    overflow: hidden;
    padding: 20px;
}
  
#slider-container .btn {
    position: absolute;
    top: calc(50% - 20px);
    height: 30px;
    width: 30px;
    border-left: 8px solid #30a54c;
    border-top: 8px solid #0059a9;
}
  #slider-container .btn:hover {
    transform: scale(1.2);
  }
  
  #slider-container .btn.inactive {
    border-color: rgb(153, 121, 126)
  }
  
  #slider-container .btn:first-of-type {
    transform: rotate(-45deg);
    left: 10px
  }
  
  #slider-container .btn:last-of-type {
    transform: rotate(135deg);
    right: 10px;
  }
  
  #slider-container #slider {
    display: flex;
    width: 1000%;
    height: 100%; 
    transition: all .5s;
  }
  
  #slider-container #slider .slide {
    height: 90%;
    margin: auto 10px;
    box-shadow: 2px 2px 4px 2px white, -2px -2px 4px 2px white;
    display: grid;
    place-items: center;
  }
  
  #slider-container #slider .slide span {
    color: white;
    font-size: 150px;
  }
  
  @media only screen and (min-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(2.5% - 119px);
    }
  
  }
  
  @media only screen and (max-width: 1100px) {
  
    #slider-container #slider .slide {
      width: calc(3.3333333% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 900px) {
  
    #slider-container #slider .slide {
      width: calc(5% - 20px);
    }
  
  }
  
  @media only screen and (max-width: 550px) {
  
    #slider-container #slider .slide {
      width: calc(10% - 20px);
    }
  
  }
  .card-slider img {
    border-radius: 100%;
    width: 100px;
    border: 2px solid #30a54c;
}
a.location-item {
  text-align: center;
  color: black !important;
  background: white;
  width: fit-content;
  padding: 8px;
  border-radius: 17px;
  font-weight: bold !important;
  margin-top: 10px;
  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;
}
.profile-card .col-md-7 {
  width: 70%
  }
  
  .profile-card .col-md-2 {
  width: 30%
  }
  
  img.profileimg {
    width: 100px;
    border: 1px solid #30a54c;
    border-radius: 10px;
  }

  @media only screen and (min-width: 900px) {

    .desktop-show {
        display: none;
    }
    
  }
  @media only screen and (max-width: 900px) {

    .mobile-show {
        display: none;
    }
    .gradient img {
      display: none !important;
    }
  }
    /* Sidebar */
    .sidebar {
      position: fixed;
      top: 0;
      left: -250px; /* Initially hidden */
      width: 250px;
      height: 100%;
      background-color: #f8f9fa;
      padding: 15px;
      transition: left 0.3s ease;
      z-index: 1000;
  }

  .sidebar.open {
      left: 0; /* Displayed */
  }

  /* Backdrop */
  .backdrop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
      display: none;
      z-index: 999;
  }

  .backdrop.active {
      display: block;
  }

  .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: linear-gradient(to right, #0059a9 0%, #30a54c 100%)!important;
    color: white !important;
    border: none;
    font-size: 24px;
    border-radius: 18px;
}
.navbar-nav .nav-link {
  color: black !important;
}

@media only screen and (max-width: 900px) {
  .hideonmobile {
    display: none !important;
  }
}