/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.45
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

iframe {
	background:transparent !important;
}

/* Scrollbar styling */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: transparent;
}

*::-webkit-scrollbar-track {
  background-color: #1E0A46;
}

*::-webkit-scrollbar-thumb {
  background-color: #8143AF;
  border-radius: 8px;
}
@supports not selector(::-webkit-scrollbar) {
  * {
    scrollbar-width: thin;
    scrollbar-color: #8143AF #1E0A46;
  }
}
/* End of scrollbar styling */

/* Add your custom styles here */
.locator-card {
  background-color: white;
  padding: 1.5rem;
  height: 100%;
}

@media (min-width: 768px) {
  .locator-card {
    border-radius: 0.5rem;
  }
}

.locator-card > .wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.locator-card .header {
  display: flex;
  gap: 1rem;
  padding-bottom: 1rem;
  align-items: center;
}

.locator-card .header h3 {
  color: #550091; /* Primary Color */
  /*font-family: 'Work Sans','Helvetica','Arial','sans-serif', 'system';*/
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.875rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px) {
  .locator-card .header h3 {
    padding-bottom: 0;
  }
}

.locator-card .avatar {
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 64px;
  height: 64px;
}

@media (min-width: 768px) {
  .locator-card .avatar {
    max-width: 87px;
    height: 87px;
  }
}

.locator-card .results-partner-name {
  text-decoration: none;
  color: #550091; /* Primary Color */
}

.locator-card .results-partner-name:hover {
  text-decoration: underline;
}

.locator-card .address-container {
  color: #1e0a46; /* Secondary Color */
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding-bottom: 1rem;
}

.locator-card .address-wrapper { 
	display: flex;
	align-items: center;
	gap: 0.25rem;
}

.locator-card .address-wrapper .address-pin { 
	display: flex
}

.locator-card .address-wrapper .partner-distance { 
	font-size: 16px;
}

.locator-card .about-container {
  border-top: 1px solid #ededed;
  padding-bottom: 20px;
}

.locator-card .about {
  margin-top: 20px;
  margin-bottom: 0;
  max-height: 2rem;
  line-height: 1rem;
  font-size: 12px;
  font-family: 'Helvetica','Arial','sans-serif', 'system';
  font-style: italic;
  overflow: hidden; 
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.locator-card button {
  width: 100%;
  min-height: 40px;
  padding: 8px 24px;
  border: 2px solid #75a7fd;
  border-radius: 60px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 300ms ease-in-out
}

.locator-card button:hover, .locator-card button:focus { 
  border: 2px solid #1e0a46;
  color: #1e0a4666;
  background-color: white
}

.cta-hide-partner, .cta-hide-customer, .section-show-partner-divider {
	display:none
}



/* Form */
.uw-form {
	margin: -16px !important;
}

.gform_required_legend {
	display: none;
}

.uw-form-hidden-field { 
	display: none !important
}

.uw-form input[type="submit"] {
	font-size: 1.125rem !important;
    line-height: 1.33 !important;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
    color: #1e0a46 !important;
    text-align: center !important;
    align-items: center !important;
    border-radius: 3.75rem !important;
    padding: 1rem 2.5rem !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    background-color: #75a7fd !important;
    border: 0.125rem solid #75a7fd !important;
    margin-bottom: 2.5rem !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 21.6875rem !important;
    cursor: pointer !important;
}

.uw-form input[type="submit"]:hover {
	background-color: #b9d2fd !important;
    border: 0.125rem solid #b9d2fd !important;
}

.uw-form-header { 
	padding: 3rem 1.5rem !important;
    background: #550091 !important;
    text-align: center !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: white !important;
}

.uw-form-input { 
	margin: 0 48px !important;
	margin-top: -16px !important;
}

.uw-form-firstname { 
	margin-top: 0 !important;
}

.uw-form-input input { 
	font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 1.56 !important;
    width: 100% !important;
    padding: 1rem !important;
    border-radius: 0.5rem 0.5rem 0 0 !important;
    border: 2px solid #f5f0f8 !important;
    border-bottom: 0.125rem solid #000 !important;
    overflow-y: auto !important;
    box-sizing: border-box !important;
    cursor: text !important;
    height: 60px !important;
}

.uw-form-input select { 
	font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.56 !important;
  width: 100% !important;
  padding: 1rem !important;
  border-radius: 0.5rem 0.5rem 0 0 !important;
  border: 2px solid #f5f0f8 !important;
  border-bottom: 0.125rem solid #000 !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
  cursor: text !important;
  height: 60px !important;
}

.gform-theme--framework ::placeholder,
.uw-form-input input::placeholder {
	color: #a9a9a9 !important;
}

.uw-form-input label { 
	font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
    color: rgb(30, 10, 70) !important;
	margin-bottom: 4px !important;
}

.uw-form-images {
	margin: 0 48px !important;
}

.uw-form-images legend {
	font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif !important;
    color: rgb(30, 10, 70) !important;
}

.uw-form-images .gfield-image-choice-wrapper-outer { 
	position: relative;
}

.uw-form-images .gfield-choice-image-wrapper {
	position: absolute !important;
    width: 48px !important;
    height: 48px !important;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
	overflow: auto !important;
    display: flex;
    justify-content: center;
	align-items: center;
}

.uw-form-images .gfield-choice-image-wrapper img {
    width: 40px !important;
    height: 40px !important;
    object-fit: unset !important;
    max-height: 40px !important;
}

.uw-form-images .gfield-image-choice-wrapper-inner {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: auto;
	display: block !important
}

.uw-form-images .gchoice { 
	width: 143px !important;
	margin-right: 12px !important;
	min-inline-size: unset !important;
	border-radius: 0.5rem !important;
    border: 0.125rem solid #f5f0f8 !important;
	box-shadow: none !important;
}

.uw-form-images .gchoice:where(:has(input:checked)) {
	border: 0.125rem solid #550091 !important;
}

.uw-form-images .gchoice:where(:has(input:checked))::after {
	display: none !important;
}

.uw-form-images .gfield-image-choice-wrapper-inner label {
	padding: 70px 0 20px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
	margin: 0 !important;
	position: relative;
}

.uw-form-images .gfield-image-choice-wrapper-outer { 
	padding: 0 !important;
}

.uw-form-images input {
	display: none !important;
}

.uw-form-message { 
	margin: 0 48px !important;
}

.uw-form-message div {
	font-size: 12px !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #444444 !important;
}

.uw-form-message h3 {
	font-size: 14px !important;
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
	margin: 0;
	margin-top: 12px;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 4px;
	padding-top: 12px;
}

.uw-form-message a {
	font-size: 12px !important;
    font-family: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
    color: #0000EE !important;
	text-transform: underline !important;
}

.gform_confirmation_wrapper {
    padding: 2.5rem;
}

.gfield_checkbox {
    cursor: pointer;
}

.gmw-element-template .gmw-results .gmw-results-list {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
}
@media (max-width: 767px) {
.elementor-location-popup .e-con {
    padding: 0 !important;
}

.elementor-location-popup .e-con-inner {
    padding-top: 0;
}

div#field_2_38 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.gmw-results .locator-card {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    border-top: 1px solid #550091;
}

.gmw-results-list {
    grid-gap: 0 !important;
}
}

/* Waves related css */
.wave-container::after,
.wave-container::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  height: 2.5rem;
  z-index: 10;
}

/* Purple */
.wave-purple-top::before {
  background-image: url("/wp-content/uploads/2024/12/dark-purple-curve-up-DiTTBl8t.svg");
  top: -2.45rem;
  background-position: right;
}
.wave-purple-bottom::after {
  background-image: url("/wp-content/uploads/2024/12/dark-purple-curve-down-DboLyaSa.svg");
  bottom: -2.45rem;
  background-position: left;
}

/* Pink */
.wave-pink-top::before {
  background-image: url("/wp-content/uploads/2024/12/light-purple-curve-up-Bu1q7eQg.svg");
  top: -2.45rem;
  background-position: right;
}
.wave-pink-bottom::after {
  background-image: url("/wp-content/uploads/2024/12/light-purple-curve-down-Bm0J7Rfj.svg");
  bottom: -2.45rem;
  background-position: left;
}

/* Midnight purple */
.wave-midnight-bottom::after {
  background-image: url("/wp-content/uploads/2024/12/midnight-purple-curve-down-Brz_NgR8.svg");
  bottom: -2.45rem;
  background-position: left;
}

/* White */
.wave-white-bottom::after {
  background-image: url("/wp-content/uploads/2024/12/white-curve-down-DdYiW0m-.svg");
  bottom: -2.45rem;
  background-position: left;
}

.wave-white-top-white::after {
  background-image: url("/wp-content/uploads/2025/09/Swirl.svg");
  top: -2.45rem;
  background-position: right;
}

.elementor-kit-6 p {
    margin-bottom: 2rem;
}
.elementor-kit-6 p:last-child {
    margin-bottom: 0;
}
/*.elementor-kit-6 a:hover {
    line-height: inherit;
}*/
.elementor-hidden-desktop.elementor-hidden-laptop.elementor-hidden-tablet {
    z-index: 20;
}


.partner-status-wrapper {
  margin-top: 1em;
}

.partner-status img.status-icon {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
}


