@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.haci-panel {
    padding: 40px;
    border-radius: 8px;
}
.haci-hcc-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}
h1#hbf-heading {
    color: #002957;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: Manrope;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.bb-2{
	opacity: 0.8;
}
.haci-result-item.b-0 {
    border: none !important;
    padding-bottom: 0 !important;
}
div#haci_hcc_results {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 8px;
    background: #002957;
    position: sticky;
    top: 30px;
}
.haci-custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}
/* Default - gray */
#haci_revenue_selected {
    color: #A5A5A5;
}
.haci-select-trigger {
    border-radius: 6px;
    border: 1px solid #CDD2D9;
    background: #FFF;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.haci-options {
    position: absolute;
    width: 100%;
    margin-top: 4px;
    display: none;
    z-index: 99;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #B6C2E2;
    background: #FFF;
}
.haci-option {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-radius: 4px;
    color: var(--NEUTRALS-TEXT-PRIMARY, #11151F);
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.haci-option:hover {
    background: #f5f7fa;
}
span.haci-arrow {
    display: contents;
    align-items: center;
}
div#haci_turnover_trigger:focus,
div#haci_turnover_trigger:target,
div#haci_turnover_trigger.open,
div#haci_culture_trigger:focus,
div#haci_culture_trigger:target,
div#haci_culture_trigger.open,
div#haci_revenue_trigger:focus,
div#haci_revenue_trigger:target,
div#haci_revenue_trigger.open {
    border-radius: 6px;
    border: 1px solid #B1595D !important;
    background: #FFF;
}
.haci-select-trigger {
  cursor: pointer;
}

.haci-arrow svg {
  display: block;
  transition: transform 0.25s ease;
  transform-origin: center;
}

/* jab open ho */
.haci-select-trigger.open .haci-arrow svg {
  transform: rotate(180deg);
}
.haci-arrow svg {
  transition: transform 0.25s cubic-bezier(.4,0,.2,1);
}

.haci-option .tick {
    visibility: hidden;
}

.haci-option.selected .tick {
    visibility: visible;
}

/* New Css */
.haci-mini-input {
  border: 1px solid #ccc;
  padding: 6px 10px;
  display: inline-flex;
  gap: 0px;
  align-items: center;
  border-radius: 4px;
}

.haci-editable {
  min-width: fit-content;
  outline: none;
  border: none;
}

.haci-mini-input:focus-within {
  border-color: #B1595D;
}



.haci-field {
    display: flex;
    flex-direction: column;
}

.haci-field .haci-minmax{
	margin-top:8px;
}

span#res_total {
    text-align: end;
}

/* End New Css */

.haci-field-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 48px;
}
form#haci-hcc-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.haci-user-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.haci-user-meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.haci-user-meta .haci-label {
    font-size: 16px;
}

.haci-text-input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #617976;
    padding: 12px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    font-family: Manrope, sans-serif;
    box-sizing: border-box;
}

.haci-text-input:focus {
    border-color: #B1595D;
    outline: none;
}
.haci-label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    font-family: Manrope, sans-serif;
}
.haci-mini-input {
    border-radius: 4px;
    border: 1px solid #617976;
    padding: 12px 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    font-family: Manrope, sans-serif;
}

.haci-panel.haci-panel--inputs {
    background: #FFF;
}
.haci-hcc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
	 align-items: start; 
	gap:40px;
}
.haci-minmax{
    color: #617976;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-family: Manrope, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.haci-help {
    color: #617976;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    font-family: Manrope, sans-serif;
    margin-top: 8px;
}

input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: linear-gradient(
    to right,
    #B1595D 0%,
    #B1595D 0%,
    #E6EAF5 0%,
    #E6EAF5 100%
  );
  outline: none;
  margin: 0 !important;
}

/* Chrome / Safari / Edge */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border: 0.5px solid #3D6DA4;
  background: #FFF;
  cursor: pointer;
}

/* Firefox */
input[type="range"]::-moz-range-track {
  height: 10px;
  background: #E6EAF5;
  border-radius: 10px;
}

input[type="range"]::-moz-range-progress {
  background: #B1595D;
  height: 8px;
  border-radius: 10px;
}

input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  border: 0.5px solid #3D6DA4;
  background: #FFF;
  cursor: pointer;
}
h2.haci-heading.haci-heading--light {
    color: #FFF;
    font-family: Manrope, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.56px;
    margin: 0 0 32px;
}
.haci-result-title {
    color: #FFF;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.haci-result-desc {
    color: rgba(255, 255, 255, 0.60);
    font-family: Manrope, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 8px;
}
.haci-result-value {
    color: #FFF;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
	white-space: nowrap;
}
.haci-result-item {
    display: flex;
	justify-content: space-between;
    gap: 12px 48px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CC7E82;
}
.haci-result-total span {
    color: #FFF;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	width:100%;
}
.haci-result-total {
    display: flex;
    gap: 20px 48px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.haci-select {
    width: 100%;
   padding: 12px 16px;
    font-size: 16px;
	border-radius: 6px;
	border: 1px solid #CDD2D9;
	background: #FFF;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;

    /* Add SVG arrow as background */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M4.43685 5.78571C4.2427 6.07143 3.75731 6.07143 3.56315 5.78571L0.0683346 0.642856C-0.125822 0.357142 0.116873 -6.89165e-07 0.505186 -6.55218e-07L7.49481 -4.41647e-08C7.88313 -1.02174e-08 8.12582 0.357143 7.93167 0.642857L4.43685 5.78571Z' fill='%23445275'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 8px 6px;
	transition: background 0.3s ease;
}

/* Rotated state */
.haci-select-wrapper.open .haci-select {
  transform: rotate(180deg); /* rotates the whole select */
  /* Or rotate just the arrow using pseudo-element if you want */
}
button#haci_hcc_btn {
    display: none;
}

.haci-actions {
    margin-top: 8px;
}

.haci-download-btn {
    width: 100%;
    border: 1px solid #cc7e82;
    background: #ffffff;
    color: #002957;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.haci-download-btn:hover {
    background: #f9f1f1;
}

.haci-download-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}


@media screen and (min-width: 1550px) {
   .haci-hcc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
	   gap:40px;
} 
	.haci-result-left {
    width: 100%;
    max-width: 280px;
}
	
}
@media screen and (min-width: 1279px) and (max-width: 1550px) {
    .haci-hcc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
		 gap:40px;
} 
/* 	.haci-result-left {
    width: 100%;
    max-width: 280px;
} */


}
@media screen and (max-width:1280px) and (min-width:1020px) {
     .haci-hcc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
		  gap:40px;
} 
		.haci-result-left {
    width: 100%;
    max-width: 280px;
}
	.w-79 {
    max-width: 279px;
}
	label.haci-label.w-86 {
    max-width: 386px;
}
}
@media screen and (max-width:1020px) and (min-width:768px) {
 .haci-hcc-grid {
    grid-template-columns: 1fr;
	width: 100%;
    max-width: 531px;
    justify-self: center;
	margin:auto !important; 
  } 
	

	
.elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 23.35%;
    padding: 0 !important;
}
			.haci-result-left {
    width: 100%;
    max-width: 280px;
}
	.w-79 {
    max-width: 279px;
}
	label.haci-label.w-86 {
    max-width: 386px;
}
}
@media screen and (max-width: 1025px) {
	.haci-hcc-wrap {
    gap: 60px;
}
}	
/* Mobile */
@media (max-width: 767px) {
  .haci-user-meta {
    grid-template-columns: 1fr;
  }
  .haci-hcc-grid {
    grid-template-columns: 1fr;
  }
	
		.haci-result-left {
    width: 100%;
    max-width: 100%;
}
	
  .haci-result-desc {
    max-width: 100%;
  }
	.haci-result-total span {
    color: #FFF;
    font-family: Manrope, sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
	.haci-result-total {
    padding-top: 24px !important;
}
	label.haci-label {
    color: #000;
    font-family: Manrope, sans-serif;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
	.haci-result-item {
    gap:24px;
}
	.haci-result-total {
    flex-direction: column;
}
	.haci-result-total span {
    width: 100%;
		max-width:100%;
}
	span#res_total {
    text-align: start;
}
	.elementor-field-type-text.elementor-field-group.elementor-column.elementor-field-group-name.elementor-col-33.elementor-field-required {
    margin: 0;
}
	.haci-panel {
    padding: 40px 20px;
}
	label.haci-label.w-86 {
    max-width: 203px;
}
	.mr-48 {
    margin-right: 48px;
}
}


  .hbf-wrap {
    max-width: 698px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
  }
  .hbf-heading {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    color: #002957;
    margin: 0 0 24px;
  }
  .hbf-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #001E3D;
    margin: 0 0 36px;
  }
  .hbf-form-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hbf-input {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    width: 199px;
    padding: 12px 16px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.60);
    outline: none;
    box-sizing: border-box;
    background: #FDFCF7;
    transition: border-color 0.15s;
    height: 40px;
  }
  .hbf-input::placeholder {
    color: rgba(0,0,0,0.60);
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
  }
  .hbf-input:focus {
    border-color: #B1595D;
  }
  .hbf-input:disabled,
  .hbf-input.hbf-input--disabled {
    opacity: 0.55;
    cursor: not-allowed;
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
  }
  .hbf-btn {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    padding: 12px 24px;
    border-radius: 36px;
	margin-left:8px;  
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, opacity 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hbf-btn--disabled {
    background: #9fa7b3;
    color: #fff ;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1;
  }
#hbf-btn:hover {
    opacity: 1;
    background: #002957;
}
  .hbf-btn:disabled {
    opacity: 0.64 !important;
	color: #001E3D !important; 
    background: #CC7E82;
    cursor: not-allowed;
    pointer-events: none;
  }
  .hbf-btn--active {
    opacity: 1 !important;
	color: #001E3D !important; 
    background: #CC7E82 !important;
    cursor: pointer;
  }
  .hbf-btn--active:hover {
    opacity: 0.88 !important;
  }
.hbf-note {
    font-family: 'Manrope', sans-serif;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-top: 36px;
    margin-bottom: 0;
}
.hbf-note__inner {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
/*     max-width: 520px; */
    text-align: left;
}
.hbf-note__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    margin-top: 1px;
}
.hbf-note__icon svg {
    display: block;
}
.hbf-note__text {
    display: inline;
    line-height: 140%;
}
  @media (max-width: 560px) {
    .hbf-form-row {
      flex-direction: column;
      align-items: stretch;
    }
    .hbf-input {
       margin: auto;    
	  }
    .hbf-btn {
	  margin-top:8px;	
      width: fit-content;
      margin: auto;    
    }

  }