.page-profile-content {
  background: #f7f8f6;
  padding: 56px 0 70px;
}

.page-profile-content .container {
  max-width: 1180px;
}

.profile-hero {
  background: #ffffff;
  border: 1px solid #dde6e3;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(34, 47, 62, 0.08);
  overflow: hidden;
}

.profile-hero-copy {
  padding: 44px 48px 44px 18px;
}

.profile-eyebrow,
.profile-section-kicker {
  color: #3a8278;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.profile-name {
  color: #17212b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
}

.profile-owner-name {
  color: #5d6975;
  font-size: 15px;
  margin-bottom: 18px;
}

.profile-bio {
  color: #43515f;
  font-size: 16px;
  line-height: 1.75;
  max-width: 760px;
}

.profile-bio p:last-child {
  margin-bottom: 0;
}

.profile-summary {
  background: #ffffff;
  border: 0;
  border-right: 1px solid #dde6e3;
  height: 100%;
  padding: 34px 28px;
}

.profile-summary .profile-avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  text-align: center;
}

.profile-summary .profile-avatar .avatar-img {
  align-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(34, 47, 62, 0.16);
  display: flex;
  height: 132px;
  justify-content: center;
  overflow: hidden;
  width: 132px;
}

.profile-summary .profile-avatar .avatar-cover-profile {
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-summary .profile-avatar .avatar-text {
  align-items: center;
  background: #3a8278;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(34, 47, 62, 0.16);
  color: #ffffff;
  display: flex;
  font-size: 52px;
  font-weight: 700;
  height: 132px;
  justify-content: center;
  width: 132px;
}

.profile-badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 12px;
}

.profile-summary .role-name {
  background: #17212b;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
}

.verified-pill {
  align-items: center;
  background: #e9f6f3;
  border-radius: 999px;
  color: #267469;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  padding: 7px 12px;
}

.verified-pill img,
.display-verified-icon {
  height: 16px;
  width: 16px;
}

.profile-summary .display-name {
  color: #17212b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
  text-align: center;
}

.profile-summary .profile-since {
  color: #687684;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

.profile-stats {
  border-top: 1px solid #e8eeee;
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
}

.profile-stat {
  align-items: center;
  background: #f7f8f6;
  border: 1px solid #e3ebe8;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 13px 14px;
}

.profile-stat-value {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: #3a8278;
  display: inline-flex;
  flex: 0 0 38px;
  font-size: 18px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.profile-stat-label {
  color: #43515f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.profile-main {
  margin-top: 42px;
}

.profile-section-heading {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.profile-section-heading h2 {
  color: #17212b;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.page-profile-content .profile-service-tabs {
  margin-top: 0;
}

.page-profile-content .profile-service-tabs .service-nav-tabs {
  margin-bottom: 24px;
  overflow-x: auto;
}

.page-profile-content .profile-service-tabs .nav {
  border-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
}

.page-profile-content .profile-service-tabs .nav li {
  margin: 0;
}

.page-profile-content .profile-service-tabs .nav li a {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfe8e5;
  border-radius: 999px;
  color: #43515f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 16px;
  text-transform: none;
  white-space: nowrap;
}

.page-profile-content .profile-service-tabs .nav li a span {
  align-items: center;
  background: #eef3f1;
  border-radius: 999px;
  color: #3a8278;
  display: inline-flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 7px;
}

.page-profile-content .profile-service-tabs .nav li a.active {
  background: #17212b;
  border-color: #17212b;
  color: #ffffff;
}

.page-profile-content .profile-service-tabs .nav li a.active span {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.page-profile-content .profile-service-tabs .tab-content {
  background: #ffffff;
  border: 1px solid #dde6e3;
  border-radius: 8px;
  padding: 24px 0 4px;
}

.page-profile-content .profile-service-tabs .bravo-list-tour,
.page-profile-content .profile-service-tabs .bravo-list-hotel,
.page-profile-content .profile-service-tabs .bravo-list-space,
.page-profile-content .profile-service-tabs .bravo-list-boat,
.page-profile-content .profile-service-tabs .bravo-list-event,
.page-profile-content .profile-service-tabs .bravo-list-car {
  margin-top: 0;
}

.bravo_wrap .bravo-profile-list-services {
  margin-bottom: 28px;
}

.bravo_wrap .bravo-profile-list-services .bravo-list-space {
  margin-bottom: 20px;
}

.bravo_wrap .page-template-content .bravo-list-space .title {
  font-weight: 600;
}

.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-next,
.bravo_wrap .page-template-content .bravo-list-space .owl-nav .owl-prev {
  border: 1px solid #17212b;
}

.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal,
.bravo_wrap .page-all-services.page-template-content .bravo-list-space.layout_normal .title {
  margin-top: 0;
}

.profile-reviews-section {
  margin-top: 42px;
}

.profile-reviews-section .bravo-reviews {
  background: #ffffff;
  border: 1px solid #dde6e3;
  border-radius: 8px;
  padding: 28px;
}

.profile-reviews-section .bravo-reviews h3 {
  color: #17212b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .profile-summary {
    border-right: 0;
    border-bottom: 1px solid #dde6e3;
    height: auto;
  }

  .profile-hero-copy {
    padding: 28px;
    text-align: center;
  }

  .profile-bio {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .page-profile-content {
    padding: 32px 0 48px;
  }

  .profile-name {
    font-size: 30px;
  }

  .profile-section-heading h2 {
    font-size: 22px;
  }

  .page-profile-content .profile-service-tabs .tab-content,
  .profile-reviews-section .bravo-reviews {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Service-detail inspired profile refresh */
.page-profile-content {
  background: #f4f7f5;
  padding: 34px 0 72px;
}

.page-profile-content .container {
  max-width: 1200px;
}

.profile-hero {
  background: #ffffff;
  border: 1px solid #e1e8e5;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
}

.profile-hero__wash {
  background: linear-gradient(135deg, #e6f4ef 0%, #f7fbfa 54%, #ffffff 100%);
  height: 128px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.profile-hero__grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 330px) minmax(0, 1fr);
  padding: 34px;
  position: relative;
  z-index: 1;
}

.profile-hero__card {
  background: #ffffff;
  border: 1px solid #dfe8e5;
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(26, 43, 71, 0.1);
  overflow: hidden;
}

.profile-summary {
  border: 0;
  height: auto;
  padding: 30px 26px;
}

.profile-summary .profile-avatar .avatar-img,
.profile-summary .profile-avatar .avatar-text {
  height: 138px;
  width: 138px;
}

.profile-summary .profile-avatar .avatar-img {
  border: 5px solid #ffffff;
  box-shadow: 0 14px 34px rgba(26, 43, 71, 0.18);
}

.profile-summary .role-name {
  background: #1a2b47;
}

.profile-summary .display-name {
  font-size: 21px;
  margin-top: 4px;
}

.profile-stats {
  border-top-color: #edf2f0;
}

.profile-stat {
  background: #fbfcfb;
  border-color: #e5eeeb;
}

.profile-stat-value {
  background: #e9f6f3;
}

.profile-hero-copy {
  padding: 36px 12px 18px 0;
}

.profile-eyebrow,
.profile-section-kicker {
  color: #3a8278;
  font-size: 12px;
  letter-spacing: 0;
}

.profile-name {
  color: #17212b;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 10px;
  max-width: 780px;
}

.profile-owner-name {
  color: #5c6b78;
  font-size: 16px;
  margin-bottom: 14px;
}

.profile-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 28px;
}

.profile-hero-meta span {
  align-items: center;
  background: #ffffff;
  border: 1px solid #dfe8e5;
  border-radius: 999px;
  color: #43515f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  padding: 9px 13px;
}

.profile-hero-meta i {
  color: #3a8278;
}

.profile-about-card {
  background: #ffffff;
  border: 1px solid #dfe8e5;
  border-radius: 10px;
  max-width: 820px;
  padding: 24px 26px;
}

.profile-about-card h2 {
  color: #17212b;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.profile-bio {
  color: #4d5b68;
  font-size: 16px;
  line-height: 1.8;
  max-width: none;
}

.profile-main {
  margin-top: 36px;
}

.profile-section-heading {
  margin-bottom: 16px;
}

.profile-section-heading h2 {
  font-size: 28px;
}

.page-profile-content .profile-service-tabs .nav li a {
  border-radius: 8px;
}

.page-profile-content .profile-service-tabs .tab-content,
.profile-reviews-section .bravo-reviews {
  border-color: #e1e8e5;
  border-radius: 10px;
  box-shadow: none;
}

.page-profile-content .profile-service-tabs .tab-content {
  padding-top: 28px;
}

.profile-reviews-section {
  margin-top: 36px;
}

.profile-reviews-section .bravo-reviews {
  padding: 30px;
}

@media (max-width: 991px) {
  .profile-hero__grid {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .profile-hero-copy {
    padding: 0;
    text-align: left;
  }

  .profile-name {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .page-profile-content {
    padding: 22px 0 48px;
  }

  .profile-hero__grid {
    gap: 24px;
    padding: 16px;
  }

  .profile-name {
    font-size: 30px;
  }

  .profile-about-card,
  .profile-reviews-section .bravo-reviews {
    padding: 20px;
  }
}
