/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Business Profiles List & Grid Styles */
.business-profiles-list {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.business-profiles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
  gap: 25px;
  justify-content: center;
}

.business-profile-card {
  background: #eaeaea;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
  text-align: center;
}

.business-profile-card:hover {
  transform: translateY(-5px);
}

.business-profile-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.business-profile-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 8px;
}

.business-profile-card a.view-details {
  display: inline-block;
  background-color: #35633b;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.business-profile-card a.view-details:hover {
  background-color: #9a3b00;
}

.business-profile-card div {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.business-profile-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* Business Map Styles */
#business-map {
  width: 100%;
  height: 250px;
}

/* Business Details Card Styles */
.business-details-card {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  background: #f9f9f9;
  border-radius: 6px;
  max-width: 600px;
}

.business-details-card h2 {
  margin-top: 0;
}

.business-details-card p {
  margin: 5px 0;
}

/* Business Dashboard & Sidebar Styles */
.business-dashboard {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

.business-dashboard .sidebar {
  width: 250px;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 8px;
  min-width: 250px;
}

.business-dashboard .sidebar h3 {
  margin-bottom: 15px;
}

.business-dashboard .sidebar ul {
  list-style: none;
  padding: 0;
}

.business-dashboard .sidebar ul li {
  margin: 10px 0;
}

.business-dashboard .sidebar ul li a {
  text-decoration: none !important;
  color: #333;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  transition: 0.3s;
}

.business-dashboard .sidebar ul li a:hover,
.business-dashboard .sidebar ul li a.active {
  background: #35633b;
  color: #fff;
}

.business-content {
  flex-grow: 1;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.business-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.business-table th,
.business-table td {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.business-table th {
  background: #35633b;
  color: #fff;
}

.business-content .btn {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff;
  margin: 3px;
}

.business-content .btn-view {
  background: #35633b;
}

.business-content .btn-edit {
  background: #9a3b00;
}

.business-content .btn-delete {
  padding: 12px 15px;
  background: #f00;
  border: none;
  cursor: pointer;
}

.business-content .btn:hover {
  opacity: 0.8;
}

.profile-form label {
  font-weight: bold;
  display: block;
}

.profile-form input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.business-btn {
  display: inline-block;
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff;
  margin: 0 2px;
  background: #35633b;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-right: 25px;
  padding-left: 25px;
}

.business-btn:hover {
  background: #9a3b00;
  color: #fff;
}

/* Business Form Styles */
.business-message-success {
  color: #35633b;
}

.business-message-error {
  color: #9a3b00;
}

.custom-form.business-form {
  margin: 10px auto;
  padding: 0;
  background-color: #ffffff;
  border-radius: 8px;
  color: #333;
}

.custom-form.business-form h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.3em;
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 10px;
}

.custom-form.business-form p {
  margin-bottom: 15px;
}

.custom-form.business-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}

.custom-form.business-form span.required,
.registration-error {
  color: #ff0000;
}

.custom-form.business-form input[type="text"],
.custom-form.business-form input[type="email"],
.custom-form.business-form input[type="number"],
.custom-form.business-form input[type="tel"],
.custom-form.business-form input[type="url"],
.custom-form.business-form input[type="date"],
.custom-form.business-form input[type="time"],
.custom-form.business-form input[type="password"],
.custom-form.business-form input[type="file"],
.custom-form.business-form textarea,
.custom-form.business-form select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #fff;
}

.custom-form.business-form input[type="file"] {
  padding: 3px;
  border: none;
}

.custom-form.business-form input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: middle;
}

.custom-form.business-form a {
  color: #35633b;
  text-decoration: none;
}

.custom-form.business-form a:hover {
  text-decoration: underline;
}

.custom-form.business-form button[type="submit"],
.custom-form.business-form input[type="submit"] {
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff;
  background: #35633b;
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-right: 25px;
  padding-left: 25px;
  cursor: pointer;
  margin-top: 20px;
}

.custom-form.business-form button[type="submit"]:hover,
.custom-form.business-form input[type="submit"]:hover {
  background-color: #9a3b00;
}

.custom-form.business-form .custom-multiselect {
  width: 100%;
}

.custom-form.business-form .multiselect-display {
  width: 100%;
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  user-select: none;
}

.custom-form.business-form .multiselect-options {
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 5px;
}

.custom-form.business-form .multiselect-options div {
  padding: 8px 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.custom-form.business-form .multiselect-options label {
  cursor: pointer;
  margin-bottom: 0;
}

.custom-form.business-form .multiselect-options div:hover {
  background: #f0f0f0;
}

.custom-form.business-form
  .multiselect-options
  input[type="checkbox"]:disabled
  + label {
  color: #ddd;
  pointer-events: none;
}

.custom-form.business-form .select-radio {
  border: 1px solid #ccc;
  background: #fff;
  z-index: 1000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 10px 5px;
}

.custom-form.business-form .select-radio div {
  padding: 8px 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

.custom-form.business-form .select-radio label {
  margin-bottom: 0;
}

/* Page specific styles to custom pages with shortcode like Login, Registration, Business Register/Update, Post Proposal, Update Profile */
body:is(
    .page-id-670,
    .page-id-741,
    .page-id-363,
    .page-id-2184,
    .page-id-365,
    .page-id-436,
    .page-id-438
  )
  .entry-content {
  --inner-content-custom-width: min(100%, 1204px);
  max-width: var(--inner-content-custom-width);
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  row-gap: 0px;
  column-gap: 0px;
  margin: 0 auto;
  box-shadow: 0px 0px #00000070;
  padding-top: 6em;
  padding-bottom: 6em;
  padding-left: 2em;
  padding-right: 2em;
  overflow: visible;
  order: initial;
  border-color: inherit;
  row-gap: 0px;
  column-gap: 0px;
}

@media screen and (max-width: 480px) {
  body:is(
      .page-id-670,
      .page-id-741,
      .page-id-363,
      .page-id-2184,
      .page-id-365,
      .page-id-436,
      .page-id-438
    )
    .entry-content {
    padding: 2em 0.5em !important;
  }
}

@media screen and (max-width: 480px) {
  .business-dashboard {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
}

/* End of Page specific styles */

.astra-advanced-hook-6352 #uagb-block-queryid-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .business-dashboard {
    display: grid;
  }

  .business-dashboard .sidebar {
    width: 100%;
  }

  .business-dashboard.business-content {
    width: 100%;
  }

  .custom-form.business-form .select-radio,
  .custom-form.business-form .multiselect-options {
    grid-template-columns: 1fr;
  }

  .astra-advanced-hook-6352 #uagb-block-queryid-1 {
    grid-template-columns: 1fr;
  }
}

.swiper-container {
  width: 100%;
  max-width: 410px;
  height: auto;
  overflow: hidden !important;
}

.swiper-horizontal {
  overflow: hidden !important;
}

.swiper-slide img {
  width: 100%;
  height: 276px;
  border-radius: 12px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: var(--ast-global-color-0);
}

/* Custom styles for external links with icons */
a.external-link {
  position: relative;
  padding-right: 1.5em;
  display: inline-block;
}

a.external-link::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230073aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
}

a.external-link .tooltip-text {
  visibility: hidden;
  width: 225px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

a.external-link .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

a.external-link:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* Search Page */
.search-container {
  display: flex;
  gap: 48px;
  max-width: 1200px;
  width: max(1200px, 100%);
  margin: 0 auto;
  padding: 50px 0;
}

.search-container .search-sidebar {
  width: 360px;
  border-radius: 5px;
}

.search-container .search-form-container h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.25em;
  color: #35633b;
}

.search-container .search-field {
  margin-bottom: 20px;
}

.search-container .search-field input[type="text"] {
  border: 1px solid #d1d5db;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-sizing: border-box;
  height: auto;
  line-height: 2;
  max-width: 100%;
  outline: 0;
  width: 300px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: none;
}

.search-container .post-type-filter {
  margin-bottom: 20px;
}

.search-container .post-type-filter label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.search-container .radio-option {
  display: block;
  margin-bottom: 5px;
  padding: 5px 0;
}

.search-container .radio-option input[type="radio"] {
  margin-right: 8px;
}

.search-container #reset-search {
  font-size: 16px;
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff !important;
  margin: 0 2px;
  background: #35633b;
  border-radius: 50px !important;
  padding-top: 12px !important;
  padding-bottom: 13px !important;
  padding-right: 25px !important;
  padding-left: 25px !important;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}

.search-container #reset-search:hover {
  background: #00cd6b;
}

.search-container #reset-search svg {
  width: 15px;
  height: 15px;
  fill: #ffffff;
}

.search-container .search-results {
  flex: 1;
}

.search-container .search-result-grid {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .search-container {
    flex-direction: column;
  }

  .search-container .search-sidebar {
    width: 100%;
  }
}

.search-result-pagination {
  margin-top: 30px;
  text-align: center;
}

.search-result-pagination .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  background: #f5f5f5;
  border-radius: 3px;
  text-decoration: none;
  color: #333;
}

.search-result-pagination .current {
  background: #0073aa;
  color: white;
}

.search-result-pagination .dots {
  padding: 8px 15px;
}

p h1 h2 h3 h4 h5 .uagb-heading-text {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  hyphens: auto !important;
}

.h1.uagb-heading-text {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  hyphens: auto !important;
  hyphenate-limit-chars: 5 7 2;
}

.h3.uagb-heading-text {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  hyphens: auto !important;
}

.entry-content {
  -webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -o-hyphens: auto !important;
  hyphens: auto !important;
}
