.hero {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    background-image: linear-gradient(170deg, #7FE85A, #fff 80%);
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 30px;
}
.prof-bg{
  background-image: linear-gradient(170deg, #7FE85A, #fff 80%);
}
.breadscrumbs{
  margin-bottom: 0;
}
.prof-grid{
  display: grid;
  grid-template-columns: calc(60% - 20px) calc(40% - 0px);
  gap: 20px;
  padding: 20px;
}
.prof-gallery{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.prof-gallery img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.prof-bg h1{
  font-size: 40px;
  color: #000;
  margin: 0;
  padding: 20px;
  text-align: center;
  line-height: 50px;
}
.tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.tab {
  flex: 1;
  padding: 8px 16px;
  background-color: #aee998;
  border: 1px solid #aee998;
  border-radius: 5px;
  cursor: pointer;
  font-size: 18px;
}
.tab.active {
  background-color: #7FE85A !important;
  color: #000 !important;
  border-color: #7FE85A !important;
  border-color: #7FE85A !important; ;
}
.content {
  display: none;
}

.content.active {
  display: block;
}
.prof-serv-tab{
  background: #fff;
  padding: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.tab-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 20px;
  text-align: left;
}
.tab-content table tr td, .tab-content table tr th{
  padding: 10px;
}
.tab-content table tr:nth-child(odd){
  background: #f0f0f0;
}
.tab-content table tr:nth-child(even){
  background: #ccc;
}
.service-box{
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
.service-box h3{
  margin: 0;
  font-size: 20px;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}
.escorts-contact {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.escorts-contact ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.whatsapp {
  background-color: #25D366;
  color: #fff;
}
.phone {
  background-color: tomato;
  color: #fff;
}
.telegram {
  background-color: #0088cc;
  color: #fff;
}
.escorts-contact ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 3px;
}
.escorts-contact ul li a svg {
  width: 24px;
  height: 24px;
}

.banner-form form {
    display: grid;
    grid-template-columns: calc(70% - 30px) calc(30% - 0px);
    gap: 30px;
    align-items: center;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.banner-form form button {
    padding: 15px;
}
@media(max-width:992px){
  .sec-padding {
    padding: 30px 0;
}
.prof-bg h1 {
    font-size: 30px;
    line-height: 40px;
}
}
@media(max-width:991px){
  .sec-padding {
    padding: 30px 0;
}
.prof-bg h1 {
    font-size: 30px;
    line-height: 40px;
}
}
@media(max-width:767px){
  .banner-form form{
    grid-template-columns: 1fr;
    gap: 10px;
    display: flex
  }
  .banner-form h1 {
    font-size: 30px;
  }
  .dropdown {
          width: 230px;
      }
  .prof-grid {
    display: grid;
    grid-template-columns: 1fr;
}
.prof-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.prof-bg h1 {
        font-size: 21px;
        line-height: 27px;
    }
}