
/* Bloom Hero Section v5 - Editor + Frontend styles */

.bloom-hero{padding:40px 0;background:linear-gradient(#f6fbff,#ffffff);border-top:1px solid rgba(0,0,0,0.02);}
.bloom-container {
	width: 1374px;
	margin: 0 auto;
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding: 0 24px;
	box-sizing: border-box;
	max-width: 100%;
}
.bloom-left{flex:1;}
.bloom-right {
	width: 540px;
}

/* Heading and subheading */
.bloom-heading {
	font-size: 42px;
	color: #000;
	margin: 0 0 12px;
	font-weight: 900;
}
.bloom-sub {
	color: #000;
	line-height: 1.6;
	margin: 0 0 35px;
	font-size: 22px;
}
/* Feature pills with icon */
.bloom-features {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 40px;
}

.bloom-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
}
.bloom-feature-icon{width:40px;height:40px;object-fit:contain;}
.bloom-feature-title {
	font-size: 18px;
	color: #16325c;
}

/* Stats bar */
.bloom-stats {
	gap: 50px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.bloom-stat strong{display:block;color:#1f6feb;font-size:28px;}
.bloom-stat div{font-size:13px;color:#5b6570;margin-top:4px;}

/* Right form box */
.bloom-form-box {
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.5);
	/* margin-bottom: 14px; */
}
.bloom-form-inner{min-height:80px;}

/* Hero image */
.bloom-hero-image img{max-width:100%;border-radius:8px;display:block;}

/* Partners row (logos + rating image + rating text) */
.bloom-partners-row {
	margin: 22px auto 0;
	padding: 0 24px;
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: flex-start;
}
.bloom-partner-output {
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	min-width: 120px;
	align-items: self-start;
}
.bloom-partner-logo {
	width: 96px;
	max-width: 100%;
	height: 35px;
	object-fit: contain;
}
.bloom-rating-img {
	width: 93px;
	display: block;
	height: 18px;
	object-fit: contain;
}
.bloom-rating-text{font-weight:600;color:#1f6feb;}

/* Logos row - full width */
.bloom-logos-row {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #2c94ec;
	max-width: 100%;
	display: flex;
	justify-content: center;
	gap: 35px;
	padding: 15px;
}

.bloom-logos-row.fullwidth{width:100%;max-width:100%;padding:0 40px;}
.bloom-logo-card {
	background: #fff;
	border: 3px solid #fff;
	border-radius: 8px;
}
.bloom-logo-card img{max-width:100%;max-height:100%;display:block;}

/* Make logos row spread full width */
.bloom-logos-row.fullwidth{justify-content:space-between;}
.bloom-logos-row.fullwidth .bloom-logo-card{flex:0 0 120px;margin:0 auto;}
/* Responsive */

.bloom-hero {
	padding-top: 110px;
}
.bloom-logo-card img {
	width: 200px;
	height: 105px;
	border-radius: 8px;
}

.bloom-stat {
	flex: 1;
	position: relative;
	display: flex;
	gap: 20px;
}

.bloom-container {
	display: flex;
	justify-content: center;
	padding: 20px 0 0 0;
	gap: 100px;
}
.bloom-stat strong {
    font-size: 2.5rem; 
    color: #0078d4; 
    display: block; 
    margin-bottom: 5px; 
}

.bloom-stat div {
    font-size: 1rem;
    line-height: 1.4;
    color: #000; 
}

.bloom-stat:not(:last-child)::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 80px;
	background-color: #000;
}

.bloom-stat strong {
	font-weight: 900;
}

.bloom-features {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 19px;
	max-width: 658px;
}

.bloom-feature-item {
	display: flex;
	align-items: center;
	line-height: 1.4;
}

.bloom-feature-icon {
    width: 50px; 
    height: 50px; 
    margin-right: 15px; 
    background-color: #f0f8ff; 
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; 
}

.bloom-feature-icon img {
    width: 60%; 
    height: 60%;
}

.bloom-feature-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
}

.bloom-stats.bloom-container {
	padding: 44px;
	margin: 30px auto;
}

.bloom-rating-wrapper {
	display: flex;
	gap: 5px;
	align-items: center;
}
.bloom-rating-img {
	order: 2;
}
.bloom-rating-text {
	order: 1;
}

.bloom-partners-row {
	padding: 0;
}

 #gform_wrapper_6 .charleft.ginput_counter.gfield_description {
	display: none !important;
}

#gform_wrapper_6 {
	background-color: #fff;
	border: 1px solid #fff;
	box-shadow: none;
}


#gform_wrapper_6 .gchoice.gchoice_6_9_1 input {
	border-radius: 0 !important;
}

#gform_wrapper_6  .gchoice.gchoice_6_9_1 input:focus {
	outline: none;
	border: none;
}

#choice_6_9_1:focus-within {
	border: none;
	outline: none;
	background: transparent;
}


/* Submit button */
#gform_submit_button_6 {
	background-color: #fa4616;
	font-size: 17px;
	padding: 15px 30px;
}

#gform_6 .gform_footer {
	position: relative !important;
	display: inline-block !important;
	width: 100%;
}

#gform_6 .gform_footer input[type="submit"] {
	background-color: #fa4616 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 6px !important;
	padding: 18px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
}

/* Arrow icon */
#gform_6 .gform_footer::after {
	content: "➜";
	font-size: 18px !important;
	font-weight: bold !important;
	color: #fff !important;
	position: absolute !important;
	top: 50% !important;
	right: 35% !important;
	transform: translateY(-50%) !important;
	opacity: 1;
	transition: 0.3s ease !important;
}

#gform_6 .gform_footer:hover::after {
  opacity: 1 !important;
  right: 30% !important;
}

#gform_6 .gform_footer:hover input[type="submit"] {
  background-color: #fa4616 !important;
}

#gform_6 #label_6_9_1 {
	font-weight: 600;
	font-size: 17px;
}

#gform_wrapper_6 .gform_title {
	text-align: center;
	margin: 10px 0;
	font-size: 25px;
	font-weight: 800;
}

#gform_wrapper_6 #input_6_9 {
	margin: 20px 0 10px 0;
}


#input_6_3 {
    resize: none;
}

#gform_wrapper_6 input:focus,
#gform_wrapper_6 textarea:focus,
#gform_wrapper_6 select:focus,
#gform_wrapper_6 button:focus {
  outline: none !important;
  box-shadow: none !important;
}

#gform_wrapper_6 .gform_description {
	font-size: 16px;
	text-align: center;
	margin-bottom: 26px;
}

#gform_fields_6 input, #gform_fields_6 textarea {
	border-radius: 10px;
	border-color: #d1d1d1;
}

.bloom-stats.bloom-container {
	gap: 50px;
	max-width: 100%;
	height: 155px;
	align-items: center;
	width: 1365px;
	padding: 0 30px;
}


.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
	margin: 0;
	display: flex;
	align-items: center;
}

.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight strong{
	margin: 0;

}

#input_6_3 {
	height: 100px;
}


#gform_fields_6 {
	gap: 18px;
}

.bloom-stars-wrapper {
	order: 2;
	display: flex;
	align-self: center;
}

.bloom-stars-wrapper svg {
	margin: 0 !important;
}



.bloom-rating-text {
	font-weight: 600;
	color: #000 !important;
	font-size: 15px !important;
}





/* Base container (desktop default you already had) */
.bloom-container {
  width: 1374px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 0 24px;
  box-sizing: border-box;
  max-width: 100%;
}

/* Large desktops — cap max width and center */
@media (min-width: 1400px) {
  .bloom-container {
    max-width: 1374px;
    padding: 0 32px;
    gap: 36px;
  }


}

/* Desktop / Laptop */
@media (min-width: 1024px) and (max-width: 1399px) {
  .bloom-container {
    width: 100%;
    max-width: 1100px;
    padding: 0 28px;
    gap: 32px;
  }
}



@media (max-width:900px){
  .bloom-container{flex-direction:column;gap:20px;padding:0 18px;}
  .bloom-right{width:100%;}
  .bloom-logos-row.fullwidth{padding:0 18px;flex-wrap:wrap;justify-content:center;gap:12px;}
  .bloom-partners-row{justify-content:space-between;}
	.bloom-stats.bloom-container {
		gap: 10px;
		max-width: 100%;
		height: unset;
		align-items: center;
		width: 100%;
		padding: 0 30px;
	}

		.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
		display: flex;
		flex-direction: column;
	}

	.bloom-stat:not(:last-child)::after {
		content: unset;
	}

	.bloom-stats {
		gap: 50px;
		background: transparent !important;
		border-radius: 10px;
		box-shadow: unset;
	}
	.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
		text-align: center;
	}

	.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
		text-align: center;
		background-color: #E7F1FF;
		padding: 30px;
		border: 0.25px solid #D8D8D8;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 1px #0000000D;
	}

	.bloom-stats.bloom-container {
		flex-direction: row;
	}


	.bloom-partners-row {
	 margin: 0;
	display: flex;
	 gap: 0; 
	align-items: center;
	
	}

	.bloom-partner-logo {
		height: 40px;
	}
	.bloom-stats.bloom-container {
		align-items: stretch !important;
	}

	body .bloom-stats.bloom-container {
		height: 100% !important;
		gap: 20px;
	}


}


/* Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .bloom-container {
    flex-direction: row;
    width: 100%;
    max-width: 860px;
    padding: 0 20px;
    gap: 24px;
    align-items: flex-start;
  }
  /* make left/right columns share available space nicely */
  .bloom-left, .bloom-right {
    flex: 1 1 50%;
    min-width: 0;
  }
}

/* Mobile (stack columns vertically) */
@media (max-width: 767px) {
  .bloom-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 16px;
    align-items: stretch;
    width: 100%;
  }

  /* full width children on mobile */
  .bloom-left, .bloom-right {
    width: 100%;
    flex: 0 0 auto;
  }

  /* reduce hero image / logo sizes for small screens */
  .bloom-hero-image img,
  .bloom-partner-logo {
    max-width: 100%;
    height: auto;
  }

  /* stats stack nicely on mobile */
  .bloom-stats {
	display: flex;
	flex-direction: column;
	gap: 12px;
		align-items: stretch !important;
	}

  .bloom-stat {
    text-align: left;
  }

  .bloom-partner-output {
		margin: 0 !important;
	}

	.bloom-hero {
		display: flex;
		width: 100%;
		flex-direction: column;
	}

	body .bloom-stats.bloom-container {
		padding: 0 20px !important;
	}


}

/* Optional: make logos-row responsive (wrap logos on small screens) */
.bloom-logos-row {
  display: flex;
  gap: 16px;
  justify-content: center;
}


/* Accessibility / minor tweaks */
.bloom-heading { word-break: break-word; }
.bloom-sub { word-break: break-word; }

/* Example: using your uploaded image as a background for demo (optional) */
/* Replace or remove if not needed */
.bloom-hero-bg {
  background-image: url('/mnt/data/abe7c906-ab5d-4843-9b5b-0aeae7ff6140.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



@media (max-width: 500px) {

	.bloom-partner-logo {
		width: 60px;
		max-width: 100%;
		height: 35px;
		object-fit: contain;
		height: 20px !important;
	}

	.bloom-rating-row {
		display: inline-flex !important;
		align-items: start !important;
		gap: 3px !important;
		justify-content: left !important;
	}
	.bloom-stars-wrapper svg {
		width: 10px;
		height: 12px;
	}
	.bloom-partner-output {
		margin: 0 !important;
		text-align: left !important;
	}
	.bloom-partner-output {
		min-width: fit-content !important;
	}

	.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
		padding: 10px !important;
	}
	.bloom-logo-card img {
		width: 120px;
		height: 90px;
		border-radius: 8px;
	}
	.bloom-stat strong {
		font-size: 25px;
	}

	.bloom-stat div {
		font-size: 16px;
		line-height: 1.2;
		color: #555;
		font-weight: 400 !important;
		margin: 0;
	}

		.bloom-stat div {
		color: #1F2937;
		line-height: 1.2;
		font-size: 15px;
		margin: 0;
	}



}

@media (max-width: 450px) {

	#gform_6 .gform_footer::after {
		content: "➜";
		right: 30% !important;
		
	}

}





@media (max-width: 768px) {
    .bloom-container {
        flex-direction: column; 
    }
    .bloom-stat {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .bloom-stat:last-child {
        border-bottom: none; 
    }
    .bloom-stat:not(:last-child)::after {
        content: none; 
    }
    .bloom-features {
        grid-template-columns: 1fr; 
    }

		.bloom-logos-row {
		margin-top: 40px;
	}

	.bloom-stats.bloom-container {
		gap: 20px;
		max-width: 100%;
		height: unset;
		align-items: center;
		width: 100%;
		padding: 0;
	}

	.bloom-logo-card img {
		width: 100% !important;
		height: 100% !important;
		border-radius: 0px;
	}

	.bloom-stat div {
		color: #1F2937;
	}

	.bloom-stat.text-\[2\.375rem\].font-bold.ffsb.mb-4.text-gray-800.lg\:text-5xl.leading-tight {
		padding: 20px;
	
	}

	.bloom-logo-card {
		background: #fff;
		border: 4px solid #fff;
		border-radius: 0;
	}
}




@media (max-width: 400px) {

	.bloom-stat div {
		font-size: 12px;
	}

}


/* Editor wrapper tweak */
.editor-styles-wrapper .bloom-hero{box-shadow:none;}
