/* Shared styles for Business Guidance & Wealth Guidance pages */

body {
  background-image: url("/frontend/images/website-bg.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
}

.house-category {
  border-radius: 6px;
  background: #F9CFAE;
  padding: 8px 18px;
  color: #B25106;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  width: fit-content;
}

.planet-tabs-title {
  font-family: 'Philosopher', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
}

.planet-tabs-subtitle {
  color: #202020;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.planet-tabs-nav-wrapper {
  background: #F7E7DA;
  border-radius: 10px;
  padding: 8px;
  display: inline-block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.planet-tabs-nav {
  display: flex;
  justify-content: start;
  gap: 38px;
  flex-wrap: nowrap;
  border: none !important;
}

.planet-tab-btn {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #5B5B5B !important;
  display: flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  padding: 20px !important;
}

.planet-tab-btn:hover {
  color: #B25106 !important;
  background: rgba(178, 81, 6, 0.20) !important;
}

.planet-tab-btn:hover img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(45%) saturate(3030%) hue-rotate(16deg) brightness(96%) contrast(95%);
}

.planet-tab-btn.active {
  color: #B25106 !important;
  background: rgba(178, 81, 6, 0.20) !important;
}

.planet-tab-btn.active img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(45%) saturate(3030%) hue-rotate(16deg) brightness(96%) contrast(95%);
}

/* Content box styling */
.planet-tabs-content {
  position: relative;
  min-height: 400px;
}

.planet-content-card {
  background: #B25106;
  border-radius: 24px;
  padding: 45px;
  box-shadow: 0 10px 30px rgba(178, 81, 6, 0.15);
  text-align: left;
}

.planet-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 28px;
}

.planet-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.planet-col-title {
  margin-bottom: 12px;
  color: #FFF;
  font-family: Philosopher;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.planet-rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.planet-rules-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 8px;
}

.tab-add-para {
  border-radius: 10px;
  border: 1px solid rgba(255, 111, 0, 0.40);
  background: #FFE3CD;
  padding: 18px;
  margin-top: 28px;
}

.tab-add-para p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

ul.tab-add-list {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
  margin-top: 12px !important;
}

ul.tab-add-list li img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(7354%) hue-rotate(359deg) brightness(100%) contrast(107%);
}

ul.tab-add-list li {
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

/* Dividing border on desktop */
@media (min-width: 768px) {
  .rules-col {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
  }

  .excellent-col {
    padding-left: 30px;
  }
}

/* Responsive adjust */
@media (max-width: 991px) {
  .planet-tabs-nav {
    justify-content: start;
  }

  .planet-content-card {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .planet-tabs-title {
    font-size: 28px;
  }

  .planet-title {
    font-size: 26px;
  }

  .planet-tab-btn {
    padding: 10px 16px !important;
    font-size: 14px;
  }
}

section.houses-section,
section.planet-tabs-section {
  padding: 60px 0;
}

.guidance-houses-title,
.health-houses-title,
.business-houses-title,
.wealth-houses-title {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 8px;
}

.guidance-houses-subtitle,
.health-houses-subtitle,
.business-houses-subtitle,
.wealth-houses-subtitle {
  max-width: 741px;
  margin: 0 auto;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

/* .house-card {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 24px;
  border-radius: 20px;
  border-top: 1px solid #FF6F00;
  border-right: 1px solid #FF6F00;
  border-bottom: 1px solid #FF6F00;
  border-left: 8px solid #FF6F00;
  background: #F7E7DA;
  padding: 28px;
} */

.house-card {
    position: relative;
     margin-bottom: 24px;
  border-radius: 20px; 
    padding: 28px;
    background: #F7E7DA;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.house-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px 1px 1px 8px; 
    background: linear-gradient(
        179.65deg,
        #FF6F00 0.34%,
        #994300 99.73%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}



.house-card:hover {
  transform: translate(-4px, -4px);
}

.house-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #FF6F00;
  border-radius: 50%;
  color: #FFF;
  font-family: Philosopher;
  font-size: 42.5px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.house-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d1b12;
}

.house-section-title {
  margin-bottom: 12px;
  color: #B25106;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.house-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.house-list li {
  margin-bottom: 12px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.star-bullet img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(7354%) hue-rotate(359deg) brightness(100%) contrast(107%);
}

.house-divider {
  border-top: 1px solid #8E8E8E66;
  opacity: 1;
}

.house-alert-box {
  padding: 12px 18px;
  margin-top: 20px;
  border-radius: 10px;
  background: #FBC59B;
  color: #000;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .planet-tab-btn {
    font-size: 20px;
  }

  .planet-tabs-nav {
    gap: 18px;
  }

  .planet-tab-btn img {
    width: 24px;
  }
}

@media (max-width: 991px) {

  .guidance-houses-title,
  .health-houses-title,
  .wealth-houses-title,
  .business-houses-title {
    font-size: 34px;
  }

  .house-card {
    padding: 30px 24px;
  }

  .house-title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {

  .guidance-houses-title,
  .health-houses-title,
  .wealth-houses-title,
  .business-houses-title {
    font-size: 28px;
  }

  .house-card {
    padding: 24px 20px;
  }

  .house-title {
    font-size: 24px;
  }

  .house-badge {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

/* ==========================================
   Help Section
   ========================================== */
.wealth-help-section,
.business-help-section {
  padding: 60px 0;
}

.wealth-help-title,
.business-help-title {
  color: #000;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  text-transform: capitalize;
  margin-bottom: 34px;
}

/* .help-block-card {
  border-radius: 20px;
  border-top: 1px solid #FF6F00;
  border-right: 1px solid #FF6F00;
  border-bottom: 1px solid #FF6F00;
  border-left: 8px solid #FF6F00;
  background: #F7E7DA;
  padding: 38px;
} */

.help-block-card {
    position: relative;
    padding: 38px;
    border-radius: 20px; 
    background: #F7E7DA;
    overflow: hidden;
}

.help-block-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px 1px 1px 8px; 
    background: linear-gradient(
        179.65deg,
        #FF6F00 0.34%,
        #994300 99.73%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.help-block-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.help-sub-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.help-description-text {
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.help-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.help-list li {
  margin-bottom: 20px;
  color: #555;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.help-list li:last-child {
  margin-bottom: 0 !important;
}

.help-list li .star-bullet img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(15%) saturate(7354%) hue-rotate(359deg) brightness(100%) contrast(107%);
}

.house-pill-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 111, 0, 0.2);
  background: #FAF4EE;
  padding: 16px;
  height: 100%;
}

.house-pill {
  background-color: #F9CFAE;
  color: #B25106;
  font-family: 'Philosopher', sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-block;
}

.house-pill-desc {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 0;
}

.help-alert-box {
  padding: 20px;
  color: #000;
  font-family: Philosopher;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  text-transform: capitalize;
  border-radius: 10px;
  background: #FBC59B;
  width: fit-content;
}

.help-block-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.help-block-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.help-block-image-wrapper:hover .help-block-image {
  transform: scale(1.03);
}

@media (max-width: 991px) {

  .wealth-help-title,
  .business-help-title {
    font-size: 34px;
    line-height: 46px;
  }

  .help-block-card {
    padding: 30px 24px;
  }

  .help-block-title {
    font-size: 26px;
    line-height: normal;
  }
}

@media (max-width: 575px) {

  .wealth-help-title,
  .business-help-title {
    font-size: 28px;
    line-height: 38px;
  }

  .help-block-card {
    padding: 24px 16px;
  }

  .help-block-title {
    font-size: 22px;
  }

  .help-sub-title {
    font-size: 20px;
  }

  .help-list li {
    font-size: 16px;
    line-height: 22px;
  }
}

.wealth-tab .rules-col {
  border: 0 !important;
  padding: 0 !important;
}

.wealth-tab .planet-tabs-nav {
  gap: 5px;
}