.business_hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  font-family: "Hind Vadodara";
}
.business_hero .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.business_hero .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_hero .business_title {
  font-size: 58px;
  line-height: 68px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0 4px 10px #000;
}
.business_hero .business_desc {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}
.business_hero .filter form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.business_hero .filter form .filter_wrapper {
  background-color: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid #02326d;
  margin-top: 50px;
  border-radius: 12px;
  padding: 40px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.business_hero .filter form .filter_wrapper .input_wrapper {
  flex: 1;
}
.business_hero .filter form .filter_wrapper .input_wrapper label {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
}
.business_hero .filter form .filter_wrapper .input_wrapper input, .business_hero .filter form .filter_wrapper .input_wrapper .select2 {
  background-color: #fff;
  border-radius: 0;
  height: 40px;
  outline: none;
  box-shadow: none;
  border: 0;
}
.business_hero .filter form .filter_wrapper .input_wrapper input::-moz-placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #939393;
}
.business_hero .filter form .filter_wrapper .input_wrapper input::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #939393;
}
.business_hero .filter form .filter_wrapper .input_wrapper:first-child .select2 {
  border-radius: 6px 0 0 6px;
}
.business_hero .filter form .filter_wrapper .input_wrapper .select2 {
  border-right: 1px solid #000;
}
.business_hero .filter form .filter_wrapper .input_wrapper .select2 .select2-selection--single {
  border-radius: 50px !important;
  border: 0 !important;
}
.business_hero .filter form .filter_wrapper .action {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.business_hero .filter form .filter_wrapper .action button {
  height: 40px;
  width: 100px;
  border: 0;
  border-radius: 0 6px 6px 0;
  font-weight: 400;
  background-color: #005acd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: linear-gradient(90deg, #063667, #013c78);
}
.business_hero .filter form .filter_wrapper .action button svg {
  transition: 0.3s;
  transform: translate(0, 0);
}
.business_hero .filter form .filter_wrapper .action button:hover svg {
  transform: translate(5px, 0);
}
.business_hero .filter form .filter_wrapper .action a {
  border: 0;
  outline: none;
  background-color: transparent;
  color: #e73939;
  font-weight: 500;
}
.business_hero .filter form .tabs {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Poppins", sans-serif;
}
.business_hero .filter form .tabs label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
.business_hero .filter form .tabs label input:hover + span {
  border: 1px solid #0d4c9b;
  box-shadow: -2px 9px 20px 0px #004ca9;
}
.business_hero .filter form .tabs label input:checked + span {
  background: linear-gradient(90deg, #001665, #0039bd);
  box-shadow: -2px 9px 20px 0px #004ca9;
  border: 1px solid #0d4c9b;
}
.business_hero .filter form .tabs label span {
  background: rgba(255, 255, 255, 0.0509803922);
  border-radius: 50px;
  padding: 7px 20px 7px 10px;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #02326d;
  transition: 0.3s;
  gap: 10px;
  box-shadow: 0px 0px 0px 0px #002f69;
}
.business_hero .filter form .tabs label span .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}
.business_hero .filter form .tabs label span .icon img {
  width: 50px;
}
.business_hero .filter form .tabs label span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.section_title {
  padding: 50px 0 20px;
}
.section_title h3 {
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  color: #063667;
}
.section_title p {
  margin: 0;
  width: 60%;
  line-height: 18px;
  font-size: 14px;
  color: #063667;
}

.near_by {
  margin-bottom: 30px;
}
.near_by .business_wrap {
  padding: 10px;
  border: 1px solid rgba(0, 10, 45, 0.1607843137);
  border-radius: 25px;
  margin-bottom: 20px;
}
.near_by .business_wrap .business_image {
  width: 100%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
}
.near_by .business_wrap .business_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.near_by .business_wrap .business_info {
  background-color: #ffffff;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 10px 0px;
}
.near_by .business_wrap .business_info .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.near_by .business_wrap .business_info .top h4 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
}
.near_by .business_wrap .business_info .top p {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #00a4e1;
  gap: 5px;
  padding: 5px;
  margin: 0;
  line-height: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #00a4e1;
  min-width: 50px;
}
.near_by .business_wrap .business_info .top p img {
  width: 12px;
  margin-top: -1px;
}
.near_by .business_wrap .business_info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.near_by .business_wrap .business_info .bottom .location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.near_by .business_wrap .business_info .bottom .location img {
  width: 16px;
}
.near_by .business_wrap .business_info .bottom button {
  background-image: linear-gradient(to right, #4776E6 0%, #57b5d4 51%, #4776E6 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  display: block;
  border: 0;
  height: 30px;
  min-width: 60px;
  width: 60px;
  padding: 0;
  border-radius: 50px;
}
.near_by .business_wrap .business_info .bottom button svg {
  transition: 0.3s;
  transform: translate(0, 0);
}
.near_by .business_wrap .business_info .bottom button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.near_by .business_wrap .business_info .bottom button:hover svg {
  transform: translate(5px, 0);
}

.no_data {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.no_data .icon {
  width: 150px;
  min-width: 150px;
}
.no_data .icon img {
  width: 100%;
}
.no_data h5 {
  font-family: Poppins;
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  color: #001665;
  margin-bottom: 0px;
}
.no_data p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}
.no_data p a {
  font-weight: 500;
  text-transform: capitalize;
  color: #0039bd;
}

.explore_cities .cities_wrap {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 10px 15px 15px;
  margin-bottom: 20px;
}
.explore_cities .cities_wrap img.background {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.explore_cities .cities_wrap .cities_info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.explore_cities .cities_wrap .cities_info::after, .explore_cities .cities_wrap .cities_info::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background: linear-gradient(180deg, #001c59 20%, rgba(0, 0, 0, 0.031372549));
  height: 80px;
  width: calc(100% + 40px);
  z-index: -1;
}
.explore_cities .cities_wrap .cities_info::before {
  bottom: -20px;
  top: unset;
  left: -20px;
  background: linear-gradient(360deg, black 20%, rgba(0, 0, 0, 0.031372549));
}
.explore_cities .cities_wrap .cities_info h4 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.explore_cities .cities_wrap .cities_info h4 img {
  width: 30px;
}
.explore_cities .cities_wrap .cities_info .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.explore_cities .cities_wrap .cities_info .bottom .location {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.explore_cities .cities_wrap .cities_info .bottom button {
  background-image: linear-gradient(to right, #4776E6 0%, #57b5d4 51%, #4776E6 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  display: block;
  border: 0;
  height: 30px;
  min-width: 60px;
  width: 60px;
  padding: 0;
  border-radius: 50px;
}
.explore_cities .cities_wrap .cities_info .bottom button svg {
  transition: 0.3s;
  transform: translate(0, 0);
}
.explore_cities .cities_wrap .cities_info .bottom button:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.explore_cities .cities_wrap .cities_info .bottom button:hover svg {
  transform: translate(10px, 0);
}

@media (max-width: 768px) {
  .business_hero {
    padding: 50px 0;
  }
  .business_hero .business_title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .business_hero .business_desc {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
  }
  .business_hero .filter form .filter_wrapper {
    margin-top: 20px;
    padding: 5px 15px 20px;
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper {
    width: 100%;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper label {
    margin-bottom: 5px;
    margin-top: 15px;
    font-weight: 300;
    font-size: 12px;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper input {
    border-radius: 6px;
    border-left: 1px solid #000;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper input::placeholder {
    font-size: 14px;
    font-weight: 300;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper:first-child .select2 {
    border-radius: 6px;
  }
  .business_hero .filter form .filter_wrapper .input_wrapper .select2 {
    border-radius: 6px;
  }
  .business_hero .filter form .filter_wrapper .action {
    justify-content: center;
  }
  .business_hero .filter form .filter_wrapper .action button {
    height: 40px;
    width: 100px;
    border-radius: 6px;
    letter-spacing: 0.5px;
  }
  .business_hero .filter form .tabs {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .business_hero .filter form .tabs label span {
    padding: 6px 12px 7px 8px;
  }
  .business_hero .filter form .tabs label span .icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  .business_hero .filter form .tabs label span .icon img {
    width: 30px;
  }
  .business_hero .filter form .tabs label span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .section_title {
    padding: 30px 0 10px;
  }
  .section_title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .section_title p {
    line-height: 14px;
    font-size: 12px;
  }
  .near_by {
    margin-bottom: 30px;
  }
  .near_by .business_wrap {
    padding: 10px;
    border-radius: 12px;
  }
  .near_by .business_wrap .business_image {
    height: 150px;
    border-radius: 15px;
  }
  .no_data {
    padding: 30px 0;
    text-align: center;
  }
  .no_data .icon {
    width: 100px;
    min-width: 100px;
  }
  .no_data h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .no_data p {
    font-size: 12px;
  }
  .no_data p a {
    font-weight: 400;
  }
  .explore_cities .cities_wrap .cities_info h4 {
    font-size: 16px;
  }
  .explore_cities .cities_wrap .cities_info .bottom .location {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
  }
}
.business_images {
  width: 100%;
  background-color: #000;
}
.business_images .business_image {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.business_images .business_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business_details .details_wrapper {
  margin-top: 30px;
  font-family: Poppins;
}
.business_details .details_wrapper .name {
  font-size: 36px;
  line-height: 60px;
  font-weight: 700;
  color: #063667;
}
.business_details .details_wrapper .owner {
  margin-top: 0px;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.business_details .details_wrapper .key_value {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
}
.business_details .details_wrapper .contact {
  padding: 20px;
  border-radius: 20px;
}
.business_details .details_wrapper .contact .contact_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.business_details .details_wrapper .contact .contact_wrapper .icon {
  width: 26px;
  min-width: 26px;
  margin-right: 5px;
}
.business_details .details_wrapper .contact .contact_wrapper .icon img {
  width: 100%;
  height: 100%;
}
.business_details .details_wrapper .contact .contact_wrapper {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.business_details .details_wrapper .contact .map {
  border-top: 1px solid #d2d2d2;
}
.business_details .details_wrapper .contact .map iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

@media (max-width: 768px) {
  .business_images .business_image {
    height: 220px;
    overflow: hidden;
  }
  .business_details .details_wrapper {
    margin-top: 20px;
  }
  .business_details .details_wrapper .name {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 3px;
  }
  .business_details .details_wrapper .owner {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
  }
  .business_details .details_wrapper .key_value {
    font-size: 12px;
    line-height: 20px;
  }
  .business_details .details_wrapper .contact {
    padding: 15px 10px 15px;
    border-radius: 20px;
  }
  .business_details .details_wrapper .contact .contact_wrapper {
    margin-bottom: 5px;
  }
  .business_details .details_wrapper .contact .contact_wrapper .icon {
    width: 22px;
    min-width: 22px;
  }
  .business_details .details_wrapper .contact .contact_wrapper {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .business_details .details_wrapper .contact .map {
    margin-top: 10px !important;
  }
  .business_details .details_wrapper .contact .map iframe {
    border-radius: 5px;
  }
}
.page_title {
  background: #f5f5f5;
  padding: 20px 0;
}
.page_title h3 {
  color: #333;
  font-weight: bold;
}

.donate_card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  padding: 16px;
}
.donate_card .donate_header {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.donate_card .dotane_body .donate_row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}
.donate_card .dotane_body .donate_row:last-child {
  border-bottom: none;
}
