/*
Theme Name:     Indigo Child
Theme URI:      https://vivathemes.com/wordpress-theme/indigo/
Template:       indigo
Version:        1.0
*/

#header {
  padding: 10px 0; /* Reduce top and bottom padding */
}

#headerin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#logo img {
  max-height: 60px; /* Adjust logo image height */
  height: auto;
  width: auto;
}

#logo {
  margin: 0;
  padding: 0;
}

.site-title {
  font-size: 1.5rem;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

/* Optional: Remove extra padding inside logo/menu wrapper */
#logo, .mainnav, .navmenu {
  margin: 0;
  padding: 0;
}

.logout-link {
  margin-left: 20px;
  display: inline-block;
}

.logout-link a {
  background-color: #f44336;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: bold;
}

.logout-link a:hover {
  background-color: #c62828;
}

.gform_wrapper {
	max-width: 940px;
	margin: 0 auto;
	background: #fff;
	padding: 60px;
	padding-top: 50px;
	border-radius: 20px;
	margin-top: 60px !important;
	z-index: 1;
	position: relative;
	box-shadow: 26px 33px 121px 0px rgba(48, 71, 132, .2);
}

@media (max-width: 768px) {
	.gform_wrapper {
		padding: 40px;
		padding-top: 36px;
	}
}

legend.gform-field-label,
label.gfield_label.gform-field-label {
	font-family: var(--wp--preset--font-family--primary);
	font-size: clamp(0.875rem, 0.8298rem + 0.1905vw, 1rem) !important;
	font-weight: 400;
}

.gform_wrapper textarea,
.gform_wrapper input {
	background: #f7f7f7 !important;
	border-color: #eaeaea !important;
	box-shadow: none !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	height: auto !important;
	border-radius: 5px !important;
}

#gform_fields_login .gfield--type-text input {
	border: solid 1px #eaeaea;
	height: 38px !important;
	width: 100%;
	margin-bottom: 20px;
}

.gf_login_form .gform_button {
	cursor: pointer;
	color: #fff;
	clear: both;
	display: block;
	margin-top: 60px !important;
}

.gf_login_form input[type=checkbox] {
	width: 24px !important;
	height: 24px !important;
	float: left;
	margin-right: 10px;
}

.gf_login_links {
	max-width: 740px;
}

.gf_login_links a {
	color: var(--wp--preset--color--primary);
	font-weight: 500;
	text-decoration: none;
	font-size: clamp(0.875rem, 0.8298rem + 0.1905vw, 1rem);
}

.gf_login_links a:hover {
	text-decoration: underline;
}

#gform_fields_login .gfield_checkbox label {
	font-weight: 500 !important;
	line-height: 100% !important;
	font-size: clamp(0.8125rem, 0.7899rem + 0.0952vw, 0.875rem);
	float: left;
	margin-top: 10px;
}

.gform-theme--foundation .gfield select {
	background-color: #f7f7f7 !important;
	border-color: #eaeaea !important;
	box-shadow: none !important;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	height: auto !important;
	border-radius: 5px !important;
}

input.gform_button {
	background: rgb(48, 71, 132);
	background: linear-gradient(221deg, #637189 60%, #FCAD06 100%) !important;
	border-radius: 40px !important;
	padding: 15px 32px !important;
	text-transform: uppercase !important;
	font-size: clamp(1rem, 0.9774rem + 0.0952vw, 1.0625rem) !important;
	border: none !important;
	font-weight: 600 !important;
	margin-top: 20px !important;
}

h2.gform_title {
	margin-bottom: 10px;
	margin-top: 0;
}

p.gform_description {
	color: #585e6a;
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 50px;
}

p.gform_required_legend {
	display: none;
}

.gfield_required_text {
	color: #c02b0a;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.product-price {
	margin-top: 50px;
}

.product-price label.gfield_label.gform-field-label.gfield_label_before_complex {
	font-size: var(--wp--preset--font-size--upper-medium) !important;
	font-weight: 700 !important;
	margin-bottom: 20px;
}

.product-price label.gform-field-label.gform-field-label--type-sub-large.ginput_product_price_label {
	font-size: var(--wp--preset--font-size--medium) !important;

}

input.ginput_total,
.gform_wrapper input.ginput_product_price {
	background: transparent !important;
	font-weight: 600 !important;
	font-size: var(--wp--preset--font-size--medium) !important;
}

.gform_wrapper input.ginput_product_price {
	margin-left: 70px;
	position: relative;
	border: none!important;
}

.product-price .ginput_product_price_wrapper {
	position: relative;
}

.product-price .ginput_product_price_wrapper::before {
	content: '$299';
	display: block;
	position: absolute;
	left: 65px;
	top: 5px;
	color: #999;
	font-weight: 500;
}

.product-price .ginput_product_price_wrapper::after {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	left: 65px;
	top: 15px;
	background: #EB0C26;
	transform: rotate(-12deg) skew(324deg, 1deg);
	display: block;
}

.gform-theme--framework .gf_progressbar .percentbar_orange {
	background: rgb(48, 71, 132);
	background: linear-gradient(56deg, rgba(48, 71, 132, 1) 0%, rgba(145, 34, 167, 1) 100%) !important;
}

.gform_page_footer {
	margin-top: 40px !important;
}

input.gform_previous_button,
input.gform_next_button {
	background: var(--wp--preset--color--primary) !important;
	text-transform: uppercase !important;
	padding: 10px 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	height: 20px !important;
}

input[type=checkbox] {
	width: 28px !important;
}

.gfield_consent_description {
	border-radius: 10px !important;
}

.ginput_container_consent {
	margin-top: 20px !important;
}

.ginput_container_consent label {
	font-weight: 500 !important;
	line-height: 200% !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: rgba(145, 34, 167, 1);
}

.get-started-form .gform_page_footer {
	justify-content: space-between !important;
}

.get-started-form .gform_button {
	margin-top: -5px !important;
}

.gform_drop_area {
	border-color: #ccc!important;
	box-shadow: none!important;
}

.entry button.gform_button_select_files {
	background: var(--primary)!important;
}

.entry button.gform_delete_file {
	background: transparent!important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before {
	color: var(--secondary)!important;
}

.gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
	width: 100%;
}

.content-area {max-width: 1200px; margin: auto!important;}