a:hover,
a:focus {
  color: #18ddff;
}
button:hover {
  background-color: #18ddff;
  border-color: #18ddff;
}
.bre-survey-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bre-container {
  max-width: 760px;
  margin: 24px auto;
  border: 1px solid #eee;
  background: #fff;
  padding: 35px;
  border-radius: 25px;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  width: 100%;
}
.woocommerce-js .bre-field input,
.woocommerce-js .bre-field select {
  background-color: #f7f7f7;
  border: 0;
  height: 55px;
  border-radius: 40px;
  padding-left: 30px;
}
.bre-home-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.bre-btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 40px;
  border: 1px solid #e7e7e7;
  background: #111;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  text-transform: capitalize;
  transition: 0.3s all ease;
}
.bre-modal-content h3{
    margin-bottom: 20px;
}
.bre-modal-content p {
    margin-bottom: 8px;
}
#breNext {
  border: 1px solid #18ddff;
  background: #18ddff;
}
.bre-btn-secondary {
  background: #fff;
  color: #4d4d4d;
}

.bre-step-title {
  font-weight: 700;
  margin-bottom: 12px;
}

.bre-field {
  width: 100%;
}

.bre-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.bre-field input,
.bre-field select {
  width:-webkit-fill-available ;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
  flex:1;
}

.bre-multi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bre-chip {
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 8px 15px;
  cursor: pointer;
  user-select: none;
  font-size: 18px;
}
.bre-chip.active {
  border-color: #18ddff;
  background: #18ddff;
  color: #fff;
  box-shadow: 2px 2px 0px 2px #18ddff73;
}

.bre-loading {
  margin-top: 20px;
  text-align: center;
}
.bre-spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #ddd;
  border-top-color: #111;
  margin: 0 auto 10px;
  animation: breSpin 1s linear infinite;
}
@keyframes breSpin {
  to {
    transform: rotate(360deg);
  }
}

.bre-results {
  margin-top: 16px;
}
.bre-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 10px;
}
.bre-note {
  margin-top: 16px;
  font-size: 13px;
  color: #666;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* better spacing */
  gap: 70px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.wp-block-post-content.alignfull {
  max-width: 100% !important;
}

.wp-block-post-content.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-post-content.is-layout-constrained {
  max-width: 1200px !important; /* control width manually */
  margin: 0 auto !important;
  padding: 15px !important;
}

/* IMAGE SECTION */
.image-section {
  position: relative;
  width: 50%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stats {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: white;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stats h4 {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.stats h2 {
  margin: 5px 0 0;
  font-size: 20px;
  color: #18ddff;
}

/* CONTENT RIGHT ALIGN */
.content {
  width: 50%;
  text-align: right;
}

.content h1 {
  font-size: 60px;
  color: #1e293b;
  line-height: 1.2;
}
.content h1 span {
  background: linear-gradient(135deg, #0f766e, #18ddff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.content p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 18px;
}

/* CARDS */
.card {
  background: white;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.card h3 {
  margin: 0;
  font-size: 22px;
}

.card p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #666;
}

.link {
  color: #0f766e;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

/* EXTRA STATS */
.extra-stats {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  margin-top: 30px;
}

.extra-stats div {
  text-align: right;
}

.extra-stats h2 {
  margin: 0;
  font-size: 22px;
  color: #1e293b;
}

.extra-stats span {
  font-size: 14px;
  color: #777;
}

/* Responsive */
@media (max-width: 900px) {
  .container {
    flex-direction: column;
    text-align: right;
  }

  .image-section {
    width: 100%;
    /* max-width:350px; */
    height: 450px;
  }

  .content h1 {
    font-size: 28px;
  }

  .extra-stats {
    justify-content: center;
  }
}

.gender-block-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}

.gender-block {
  width: 140px;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #ddd;
  cursor: pointer;
  font-weight: 600;
  background: #f8f8f8;
  transition: all 0.3s ease;
}

.gender-block:hover {
  border-color: #2e7d32;
  background: #eef7f0;
}

.gender-block.selected {
  background: #2e7d32;
  color: #fff;
  border-color: #2e7d32;
}

.field-error {
  margin-top: 6px;
  color: #d63638;
  font-size: 13px;
}
.gender-block-wrapper.bre-invalid {
  border: 1px solid #d63638;
  border-radius: 10px;
  padding: 10px;
}

.bre-results-wrapper .bre-grid .bre-book {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
  background: #fff;
}
.bre-view-history {
  font-size: 14px;
  padding: 9px;
  display: inline-block;
  width: fit-content;
}
.bre-book-meta {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.bre-book-row {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.bre-pill {
  font-size: 11px;
  border: 1px solid #ddd;
  padding: 3px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.bre-survey-wrapper .image-section {
  border-radius: 0 35px 0 35px;
}

.sys-tabs-cstm {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: end;
}
body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 20% 30%, #dff4f6 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, #cfe9ee 0%, transparent 45%),
    linear-gradient(135deg, #f3f4f6 0%, #e9eef2 100%) !important;
  background-color: #f3f4f6 !important;
}
.sys-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #17ceeb40;
  border-radius: 40px;
  margin-bottom: 15px;
}
.bre-row {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
/* ===== RADIO GROUP LAYOUT ===== */
.bre-radio-group {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

/* ===== HIDE DEFAULT RADIO ===== */
.bre-gender-item input[type="radio"] {
  display: none;
}

/* ===== CARD STYLE ===== */
.bre-gender-item {
  flex: 1;
  background: #f3f4f6;
  border-radius: 18px;
  height: 120px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-size: 16px;
  color: #374151;
  border: 1px solid #f3f4f6;
  gap: 8px;
  font-weight: 600;
}

/* ===== LEFT TOP SMALL CIRCLE ===== */
.bre-gender-item::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: white;
  transition: 0.3s;
}

/* ===== HOVER EFFECT ===== */
.bre-gender-item:hover {
  background: #18ddff14;
}

/* ===== ACTIVE (CHECKED) STYLE ===== */
.bre-gender-item input[type="radio"]:checked + span,
.bre-gender-item input[type="radio"]:checked {
  color: #18ddff;
}
.bre-gender-item input[type="radio"]:checked + span svg {
  fill: #18ddff;
}
/* ===== CHANGE CARD WHEN CHECKED ===== */
.bre-gender-item input[type="radio"]:checked ~ * {
  color: #18ddff;
}

.bre-gender-item input[type="radio"]:checked + * {
  color: #18ddff;
}

.bre-gender-item input[type="radio"]:checked {
  display: none;
}

/* ===== SELECTED CARD STYLE ===== */
.bre-gender-item:has(input[type="radio"]:checked) {
  background: #18ddff14;
  color: #1e293b;
  border: 1px solid #18ddff;
}

/* ===== SELECTED SMALL CIRCLE ===== */
.bre-gender-item:has(input[type="radio"]:checked)::before {
  background: white;
  border: 5px solid #18ddff;
}

.bre-chip-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 50px 0;
}
.woocommerce-js .bre-field select {
  font-size: 18px;
}
@media (max-width: 768px) {
  .content {
    width: 100%;
  }
  .bre-gender-item::before {
    top: 10px;
    left: 10px;
  }
  .sys-tabs-cstm {
    flex-wrap: wrap;
  }
  .bre-row {
    gap: 30px !important;
    flex-wrap: wrap;
  }
  .bre-container {
    padding: 20px;
    margin: 15px;
  }
  .woocommerce-js .bre-field input,
  .woocommerce-js .bre-field select {
    height: 50px;
  }
  .bre-radio-group {
    gap: 10px;
  }
  .bre-gender-item {
    border-radius: 15px;
  }
}

/*  new css today */
.bre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 15px;
  margin-top: 12px;
}

.bre-results-wrapper .bre-grid .bre-book {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  /* box-shadow:0 10px 25px rgba(0,0,0,0.08); */
  transition: 0.3s;
}

.bre-results-wrapper .bre-grid .bre-book:hover {
  background: #18ddff14;
  color: #1e293b;
  border: 1px solid #18ddff;
}

.bre-book-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #1e4d59;
  margin-top: 5px;
}

.bre-view-btn {
  margin-top: 15px;
  padding: 7px 10px;
  border-radius: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  transition: 0.3s all ease;
}
.bre-result-actions .bre-btn {
  padding: 12px 20px;
}
.bre-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity:0;
transition: opacity 0.3s ease;
}

.bre-modal-content {
  background: #fff;
  padding: 28px;
  width: 600px;
  border-radius: 18px;
  position: relative;
  transform:scale(0.8);
  opacity:0;
  transition: all 0.35s ease;
}
.bre-modal.active{
    display:flex;
    opacity:1;
}

.bre-modal.active .bre-modal-content{
    transform:scale(1);
    opacity:1;
}
/* Closing animation */
.bre-modal.closing{
    opacity:0;
}
.bre-modal.closing .bre-modal-content{
    transform:scale(0.8);
    opacity:0;
}
.bre-modal-content .bre-close {
      font-size: 32px;
    cursor: pointer;
    position: absolute;
    right: -8px;
    top: -15px;
    background-color: #18ddff;
    padding: 10px;
    border-radius: 40px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #fff;
    transition: 0.3s all ease;
}
.bre-modal-content .bre-close:hover{
    transform: rotate(90deg);
}
.bre-analysis-btn {
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  background: #1e4d59;
  color: #fff;
  cursor: pointer;
}

.bre-row {
  display: flex;
  gap: 30px !important;
}

.bre-row .bre-field {
  flex: 1;
}

.bre-row.full .bre-field {
  flex: 1 0 100%;
}

.bre-gender-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.bre-gender-box {
  flex: 1;
  text-align: center;
  padding: 14px;
  border: 2px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s ease;
}

.bre-gender-box:hover {
  border-color: #333;
}

.bre-gender-box.active {
  border-color: #000;
  background: #f2f2f2;
}

.bre-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 12px;
}

.bre-radio-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.bre-gender-icon {
  font-size: 22px;
}

.bre-results-wrapper {
  display: block;
}

/* 🔥 History Grid Layout */
/* 🔥 FORCE history grid to behave like bre-grid */
.bre-history-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  margin: 20px 0;
}

/* 🔥 Make history block behave like card */
.bre-history-block {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  cursor: pointer;
}
.bre-history-block:hover {
  background: #18ddff14;
  color: #1e293b;
  border: 1px solid #18ddff;
}
.bre-history-block h4 {
  font-size: 16px;
}
/* 🔥 Prevent inner bre-book from stretching */
.bre-history-block .bre-book {
  padding: 0;
  border: none;
  box-shadow: none;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .bre-history-grid {
    grid-template-columns: 1fr;
  }
}

.page-id-9697 .mystickyelements-fixed, .page-id-9697 .chatway--container, 
.page-id-9698 .mystickyelements-fixed, .page-id-9698 .chatway--container,
.page-id-9699 .mystickyelements-fixed, .page-id-9699 .chatway--container
{
  display: none !important;
}



.breq-radio2-card-wrapper{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}

.breq-radio2-card{
	display:flex !important;
	align-items:center;
	justify-content:space-between;
	padding:18px 25px;
	border-radius:14px;
	border:2px solid #e6e6e6;
	background:#ffffff;
	min-width:260px;
	cursor:pointer;
	box-shadow:0 3px 10px rgba(0,0,0,0.05);
	transition:all .25s;
}

.breq-radio2-card input{
	display:none;
}

.breq-radio2-text{
	font-size:18px;
	font-weight:500;
	color:#222;
}

.breq-radio2-circle{
	width:22px;
	height:22px;
	border-radius:50%;
	border:2px solid #cfcfcf;
}

.breq-radio2-card.active{
	border-color:#0f879c;
}

.breq-radio2-card.active .breq-radio2-circle{
	border-color:#0f879c;
	background:#0f879c;
	box-shadow: inset 0 0 0 4px #fff;
}


.breq-mobile-field{
display:flex;
align-items:center;
border:1px solid #ddd;
border-radius:10px;
background:#fff;
position:relative;
width:100%;
}

.custom-phone-select{
display:flex;
align-items:center;
cursor:pointer;
padding-right:10px;
border-right:1px solid #ddd;
margin-right:10px;
}

.selected-code{
font-size:15px;
display:flex;
align-items:center;
gap:6px;
}

.arrow{
font-size:12px;
}

.breq-mobile-field input{
border:none;
outline:none;
font-size:15px;
width:100%;
background:transparent;
}

.phone-dropdown{
display:none;
position:absolute;
top:50px;
left:0;
width:260px;
max-height:250px;
overflow-y:auto;
background:#fff;
border:1px solid #ddd;
border-radius:10px;
z-index:999;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
}

.phone-option{
padding:10px 14px;
cursor:pointer;
}

.phone-option:hover{
background:#f3f3f3;
}
.bre-row.full .bre-field{
    display:block;
}





