.elementor-236720 .elementor-element.elementor-element-4168ec9{margin-top:-19px;margin-bottom:0px;}.elementor-236720 .elementor-element.elementor-element-e0bc6f2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:2em 2em 2em 2.5em;background-color:#FFFFFFDE;border-radius:10px 10px 10px 10px;}.elementor-236720 .elementor-element.elementor-element-e0bc6f2{width:auto;max-width:auto;}.elementor-236720 .elementor-element.elementor-element-628fea1 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-236720 .elementor-element.elementor-element-3c3fa47:not(.elementor-motion-effects-element-type-background), .elementor-236720 .elementor-element.elementor-element-3c3fa47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#03005E;}.elementor-236720 .elementor-element.elementor-element-3c3fa47{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:2em 2em 0em 2em;z-index:11;}.elementor-236720 .elementor-element.elementor-element-3c3fa47 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-236720 .elementor-element.elementor-element-1fb1101 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:2em 0em 0em 0em;}.elementor-236720 .elementor-element.elementor-element-3943a45 .elementor-heading-title{color:#FFFFFF;font-size:40px;}.elementor-236720 .elementor-element.elementor-element-78f1894{width:auto;max-width:auto;}.elementor-236720 .elementor-element.elementor-element-1ebf704 > .elementor-element-populated{margin:-8em 0em 0em 0em;--e-column-margin-right:0em;--e-column-margin-left:0em;padding:0px 0px 0px 0px;}.elementor-236720 .elementor-element.elementor-element-a1f51e0 img{width:75%;}.elementor-236720 .elementor-element.elementor-element-6d187a1:not(.elementor-motion-effects-element-type-background), .elementor-236720 .elementor-element.elementor-element-6d187a1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#03005E;}.elementor-236720 .elementor-element.elementor-element-6d187a1{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:2em 0em 0em 0em;}.elementor-236720 .elementor-element.elementor-element-6d187a1 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-236720 .elementor-element.elementor-element-69464b9 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:2em 0em 0em 0em;}.elementor-236720 .elementor-element.elementor-element-9ef854b .elementor-heading-title{color:#FFFFFF;font-size:40px;}.elementor-236720 .elementor-element.elementor-element-25f3c81{width:auto;max-width:auto;}.elementor-236720 .elementor-element.elementor-element-4336819{margin-top:0px;margin-bottom:0px;padding:3em 0em 3em 0em;}.elementor-236720 .elementor-element.elementor-element-b96c42e.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-236720 .elementor-element.elementor-element-b96c42e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-236720 .elementor-element.elementor-element-8f2a8de{text-align:center;}.elementor-236720 .elementor-element.elementor-element-8f2a8de img{width:100%;}@media(min-width:768px){.elementor-236720 .elementor-element.elementor-element-1fb1101{width:60%;}.elementor-236720 .elementor-element.elementor-element-1ebf704{width:40%;}}@media(max-width:767px){.elementor-236720 .elementor-element.elementor-element-e0bc6f2 > .elementor-widget-container{padding:2em 1em 2em 1em;}.elementor-236720 .elementor-element.elementor-element-3c3fa47{padding:2em 1em 2em 1em;}.elementor-236720 .elementor-element.elementor-element-3943a45 .elementor-heading-title{font-size:28px;}.elementor-236720 .elementor-element.elementor-element-6d187a1{padding:2em 1em 3em 1em;}.elementor-236720 .elementor-element.elementor-element-69464b9 > .elementor-element-populated{padding:0em 0em 0em 0em;}.elementor-236720 .elementor-element.elementor-element-9ef854b .elementor-heading-title{font-size:26px;}.elementor-236720 .elementor-element.elementor-element-8f2a8de img{width:65%;}}/* Start custom CSS for html, class: .elementor-element-e0bc6f2 *//* 1. Target the Container to make items sit side-by-side */
.hs-fieldtype-intl-phone {
    display: flex !important;       /* Forces horizontal layout */
    align-items: center !important; /* Aligns them vertically */
    gap: 10px !important;           /* Adds space between the two boxes */
    width: 100% !important;
}

/* 2. Fix the Country Code Dropdown (Select) Width */
.hs-fieldtype-intl-phone select.hs-input {
    width: 30% !important;          /* Adjust this percentage if you want it wider/narrower */
    max-width: 120px !important;    /* Prevents it from getting too big */
    margin-bottom: 0 !important;    /* Removes margin that forces new line */
}

/* 3. Fix the Phone Number Input to fill remaining space */
.hs-fieldtype-intl-phone input[type="tel"].hs-input {
    width: 70% !important;          /* Fills the rest of the line */
    flex-grow: 1 !important;        /* Ensures it stretches to fill gaps */
    margin-bottom: 0 !important;
}

.pms-form-fy form input[type='text'],
        .pms-form-fy form input[type='email'],
        .pms-form-fy form input[type='tel'],
        .pms-form-fy form textarea {
            background: transparent;
            border: none;
            border-bottom: 1px solid #333 !important;
            color: #333 !important;
            width: 100% !important;
            padding: 0;
			box-shadow:none;
        }
        
	.pms-form-fy a{
		color: #fff !important
	}
		.pms-form-fy .hs-fieldtype-intl-phone.hs-input select{
			background: transparent !important;
            border: none !important;
            border-bottom: 1px solid #333 !important;
            color: #333 !important;
            width: 27% !important;
            height: 35px;
            padding: 0;
            margin-right: 10px;
			box-shadow:none;
		}
	.pms-form-fy form .hs_phone input{
	    width:70% !important;
	}
	.pms-form-fy form select option{
		color:#333 !important;
	}
		.pms-form-fy .hs-error-msgs .hs-error-msg{
			font-size:12px;
		}
		.pms-form-fy .hbspt-form{
			margin-top:-1em
		}

        .pms-form-fy input::placeholder {
            color: #fff !important;
        }

        .pms-form-fy input[type='submit'] {
            background: #0800cf !important;
            color: #fff !important;
            padding: 15px 20px !important;
            font-weight: 600 !important;
            text-transform: uppercase !important;
            margin: 20px 0;
            cursor: pointer;
        }
		.pms-form-fy p{
    font-size: 13px;
    line-height: 20px;
    color: #fff !important;
}

.pms-form-fy input::placeholder{
    color:#333 !important;
}

.pms-form-fy fieldset{
    max-width:100% !important;
}
.pms-form-fy h4{
    font-size: 20px;
    font-family: 'Satoshi-regular';
  
    margin: 0
}

/* Make HubSpot thank-you message text BLACK */
.pms-form-fy .hbspt-form .submitted-message {
    color: #000 !important;
    text-align: left !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-top: 40px !important; /* Moves the text down */
    margin-bottom: 10px;
}

/* If there is a <p> inside the thank-you message */
.pms-form-fy .hbspt-form .submitted-message p {
    color: #000 !important;
}

/* Move the thank-you message BELOW the heading */
.pms-form-fy .hbspt-form {
    margin-top: 20px !important;
}

/* Make "Access your copy here" look like a link */
.pms-form-fy .hbspt-form .submitted-message a {
    color: #0800cf !important;      /* blue */
    text-decoration: underline !important;
    font-weight: 600;
}


@media(max-width:768px){
    .pms-form-fy .hs-fieldtype-intl-phone.hs-input select{
        
        height:22px;
    }
    .pms-form-fy .hs_firstname{
        margin-bottom:0 !important;
    }
    .pms-form-fy h4{
        margin-bottom:15px;
    }
    .elementor-element-e8af550 {
    margin-top: 30px !important;
}
.elementor-element-e8af550 .hs-form .actions {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding-top: 12px !important;
}

/* Make the button inline-sized and centered */
.elementor-element-e8af550 .hs-button {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;           /* prevent full-width */
  min-width: 220px !important;      /* nice CTA size */
  padding: 12px 22px !important;
  box-sizing: border-box !important;
}

/* Prevent container from forcing full width */
.elementor-element-e8af550 .hs-submit .actions,
.elementor-element-e8af550 .hs-submit .actions input[type="submit"] {
  width: auto !important;
}

.pms-form-fy{
    position: absolute !important;
    margin-top: 1100px !important;
}

 
}

/* Force Employee Count text + arrow to align left */
form.hs-form select[id="0-2/employee_count-f98a81db-51c4-4218-af15-72db1d2db935"] {
    background-color: #DEDEE2 !important;
    color:#333333 !important;

    /* Remove borders */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    /* Thin underline only */
    border-bottom: 1px solid #000 !important;
    width: 100%;

    /* RESET HubSpot's internal padding */
    padding: 8px 0 !important;
    text-align: left !important;

    /* Reset weird browser alignment */
    text-indent: 0 !important;

    /* Keep arrow but remove extra spacing */
    background-position: right 10px center !important; 
    background-origin: content-box !important;

    /* Force left alignment */
    direction: ltr !important; 
}

/* Dropdown options */
form.hs-form select[id="0-2/employee_count-f98a81db-51c4-4218-af15-72db1d2db935"] option {
    background-color: #DEDEE2 !important;
    color: #333333 !important;
}

.hs_phone .input input[type="tel"] {
    border: none !important;
    border-bottom: 1px solid #000 !important;  /* adjust thickness */
    border-radius: 0 !important;
    outline: none !important;
    box-shadow: none !important;
  
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.hs_phone .input {
    width: 100% !important;
    max-width: 100% !important;
}

/* 1. Turn the placeholder container into a White Card */
.ps-hero-form-container {
    background-color: #ffffff !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1) !important;
    max-width: 450px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important; /* Ensures form elements stack correctly */
}

/* 2. Style the "Get Started" Heading */
.ps-hero-form-container h4 {
    color: #0800CE !important;
    font-family: 'Inter', Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    margin-top: 0 !important;
}

/* 3. Style HubSpot Input Fields */
.ps-hero-form-container .hs-input {
    background-color: #F9FAFF !important;
    border: 1px solid #D2E2FF !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    font-family: 'Inter', sans-serif !important;
    color: #14142B !important;
    box-shadow: none !important;
}

/* 4. Style the Submit Button (Black Pill Shape) */
.ps-hero-form-container .hs-button.primary {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: 100% !important;
    margin-top: 10px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.ps-hero-form-container .hs-button.primary:hover {
    background-color: #333333 !important;
}

/* 5. Hide any default HubSpot shadows/borders if present */
.hbspt-form {
    width: 100% !important;
}
/* 1. PARENT: Standard setup */
.ps-hero-section {
    position: relative !important;
    overflow: visible !important;
}

/* 2. DEFAULT DESKTOP (Normal View) */
/* This works for your normal 100% zoom */
.pms-form-fy {
    position: absolute !important;
    z-index: 50 !important;
    width: 100% !important;
    max-width: 450px !important;
    
    /* Standard Position */
    right: 20px !important; 
    top: 320px !important;  
    transform: none !important;
    background-color: #ffffff !important;
    border-radius: 15px;
}

/* 3. ZOOM FIX (125% - 150% Zoom) */
/* This forces the form UP when the screen gets "smaller" due to zoom */

    
    /* Optional: Scale down the form text slightly at 150% zoom */
    .pms-form-fy h4 {
        font-size: 18px !important;
        margin-bottom: 15px !important;
        font-weight: 800;
    }


/* 4. IMPORTANT: Reset for Mobile so it doesn't float over text */
@media (max-width: 767px) {
    .pms-form-fy {
        position: relative !important; /* Puts it back in normal flow */
        top: auto !important;
        right: auto !important;
        margin-top: 20px !important;
    }
}

/* 1. Fix Text Color (Dark Blue) but keep Background consistent */
.pms-form-fy select.hs-input,
.pms-form-fy select.hs-input.is-placeholder {
    color: #14142B !important;  /* Standard text color */
    background-color: inherit !important; /* Takes background from the general input style */
    opacity: 1 !important;
}

/* 2. Ensure options inside are visible */
.pms-form-fy select.hs-input option {
    color: #14142B !important;
}

/* 3. Force placeholder text to match normal text color */
.pms-form-fy .hs-input::placeholder {
    color: #14142B !important; 
    opacity: 1 !important;
}

@media (max-width: 1300px) and (min-width: 769px) {
    .pms-form-fy {
    /* 1. This removes the form from the flow so the space "hides" */
    position: absolute !important;
    
    /* 2. Position it on the Right side */
    right: 80px !important; 
    
    /* 3. Use TOP to move it Up or Down */
    /* Change '50px' to whatever number positions it correctly on the banner */
    top: 200px !important; 
    
    /* Optional: Ensure it stays on top and keeps width */
   
    z-index: 10 !important;
    width: 100% !important;
    max-width: 450px !important;
}
}

@media only screen and (max-width: 767px) {
    
    /* Use 'body' to make this rule the strongest */
    body .pms-form-fy {
        /* 1. POSITIONING */
        position: absolute !important;
        
        /* 2. CENTER HORIZONTALLY (Fixes "touching edges") */
        left: 0 !important;
        right: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        
        /* 3. MOVE DOWN (Adjust this number if needed) */
        top: 1780px !important; /* Pushes form down to clear the logo/text */
        
        /* 4. SIZING */
        width: 90% !important; /* Leaves 5% gap on each side */
        max-width: 400px !important;
        
        /* 5. WHITE CARD STYLE */
        background-color: #ffffff !important;
        padding: 30px 20px !important; /* Adds breathing room inside the box */
        border-radius: 20px !important;
       
        z-index: 99 !important;
        
        /* 6. RESET TRANSFORMS */
        transform: none !important;
    }
}

/* =========================================
   150% ZOOM FIX (Targeting approx 900px - 1150px effective width)
   ========================================= */
/* =========================================
   150% ZOOM FIX (Stronger Selector)
   ========================================= */
@media (max-width: 1400px) { 
    html body .pms-form-fy {
        /* 1. POSITION (Kept the working position) */
        top: 120px !important;   
        right: 10px !important;
        left: auto !important;
        transform: none !important; /* Stops it from centering */
        
        /* 2. SIZE (Restored to full original size) */
        width: 100% !important;
        max-width: 450px !important; 
        
        /* 3. CLEANUP */
        border: none !important; 
    }
}

.pms-form-fy .hs-form-field {
        margin-bottom: -10px !important; /* Reduces the vertical space */
    }

    /* 2. Decrease the gap above the submit button */
    .pms-form-fy .hs_submit {
        margin-top: 5px !important;
    }

    /* 3. OPTIONAL: Reduce the height of the input boxes themselves */
    .pms-form-fy .hs-input {
        height: 35px !important;
        min-height: 35px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    /* 4. Fix specifically for the First Name/Last Name row */
    .pms-form-fy fieldset.form-columns-2 .hs-form-field {
        margin-bottom: 6px !important;
    }

@media (max-width: 1400px) {
    
    /* 1. Decrease gap between input fields */
    .pms-form-fy .hs-form-field {
        margin-bottom: -10px !important; /* Reduces the vertical space */
    }

    /* 2. Decrease gap above the submit button */
    .pms-form-fy .hs_submit {
        margin-top: 10px !important;
    }

    /* 3. Optional: Compact the input boxes themselves */
    .pms-form-fy .hs-input {
        min-height: 35px !important;
        height: 35px !important;
    }
  }
  
 

    /* 2. Decrease the gap below the email field */
    .pms-form-fy .hs_email {
        margin-bottom: -10px !important;
        margin-top: -20px !important;
    }
    
  .pms-form-fy  .hs_phone{
       margin-top: -15px !important;
  }



@media only screen and (max-width: 767px) {
    
    /* Strong .elementor-236720 .elementor-element.elementor-element-e0bc6f2 to override everything else */
    html body .pms-form-fy {
        
        /* 1. ENABLE FREE MOVEMENT */
        position: absolute !important;
        
        /* 2. CENTER HORIZONTALLY */
        /* This ensures it stays in the middle and doesn't touch edges */
        width: 90% !important;
        left: 5% !important;  /* (100% - 90%) / 2 = 5% margin on each side */
        right: auto !important;
        
        /* 3. VERTICAL POSITION (The Number You Want to Change) */
        /* Increase this number to move it DOWN. Decrease to move UP. */
        top: 540px !important; 
        
        /* 4. CLEANUP (Prevents locking) */
        bottom: auto !important; /* Ensures bottom alignment doesn't fight the top */
        transform: none !important; /* Removes desktop centering */
        margin: 0 !important;
        
        /* 5. STYLE */
        background-color: #ffffff !important;
        padding: 5px 10px !important;
        border-radius: 20px !important;
        
        z-index: 99 !important;
    }
    
    /* Ensure the background section is tall enough to hold the form */
    .ps-hero-section {
        min-height: 110px !important; /* Forces the section to be tall enough */
        height: auto !important;
    }
    .pms-form-fy h4 {
    margin-bottom: 5px !important;  /* Adjust to 0px if you want them touching */
    padding-bottom: 0 !important;
}
}

/* Target ONLY the First Name field */
#firstname-5eb4696c-438e-4716-8e6d-e05fbe96dadd {
    color: #999999 !important;              /* Lighter text color */
    border-bottom-color: #999999 !important; /* Lighter bottom line */
}

/* Optional: Make the placeholder text lighter too */
#firstname-5eb4696c-438e-4716-8e6d-e05fbe96dadd::placeholder {
    color: #999999 !important;
    opacity: 1;
}

/* Target Last Name, Email, Company, and Phone Fields */
#lastname-5eb4696c-438e-4716-8e6d-e05fbe96dadd,
#email-5eb4696c-438e-4716-8e6d-e05fbe96dadd,
#company-5eb4696c-438e-4716-8e6d-e05fbe96dadd,
#phone-5eb4696c-438e-4716-8e6d-e05fbe96dadd,      /* Phone Number Input */
#phone_ext-5eb4696c-438e-4716-8e6d-e05fbe96dadd {  /* Country Code Dropdown */
    color: #999999 !important;               /* Lighter text color */
    border-bottom-color: #999999 !important; /* Lighter bottom line */
}

/* Update Placeholders for these fields to match */
#lastname-5eb4696c-438e-4716-8e6d-e05fbe96dadd::placeholder,
#email-5eb4696c-438e-4716-8e6d-e05fbe96dadd::placeholder,
#company-5eb4696c-438e-4716-8e6d-e05fbe96dadd::placeholder,
#phone-5eb4696c-438e-4716-8e6d-e05fbe96dadd::placeholder {
    color: #999999 !important;
    opacity: 1;
}
/* FORCE TEXT COLOR & GAP REDUCTION */
select.hs-input[id='0-2/employee_count-5eb4696c-438e-4716-8e6d-e05fbe96dadd'] {
    /* 1. Force Light Grey Text */
    color: #999999 !important;
    -webkit-text-fill-color: #999999 !important; /* Forces color on some webkit browsers */
    
    /* 2. Decrease Gap (Tighter than standard inputs) */
    margin-bottom: 8px !important; 
    
    /* 3. Standard Styling (No Box, Underline Only) */
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #999999 !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    width: 100% !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
}

/* 4. Target the specific "Placeholder" state if the class exists */
select.hs-input[id='0-2/employee_count-5eb4696c-438e-4716-8e6d-e05fbe96dadd'].is-placeholder {
    color: #999999 !important;
}

/* 5. Keep the dropdown OPTIONS dark so they are readable when clicked */
select[id='0-2/employee_count-5eb4696c-438e-4716-8e6d-e05fbe96dadd'] option {
    color: #333333 !important;
    background-color: #ffffff !important;
}

.pms-form-fy select[name="0-2/employee_count"] {
      /* 1. Black Bottom Border Only */
      border: none !important;
      border-bottom: 1px solid #000 !important; 
      
      /* 2. Text Alignment (Left Start) */
      text-align: left !important;
      padding-left: 0 !important; /* Removes internal gap so text hits the left edge */
      
      /* 3. Reset standard styles */
      background-color: transparent !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      color: #333333 !important;
      outline: none !important;
  }

  /* Force override even if there is an error (Red border) */
  .pms-form-fy select[name="0-2/employee_count"].error,
  .pms-form-fy select[name="0-2/employee_count"].invalid {
      border: none !important;
      border-bottom: 1px solid #cccccc !important;
  }
  
  .pms-form-fy h4{
      margin-bottom: -25px !important;
  }
  
  .pms-form-fy .hs_submit,
  .pms-form-fy .actions {
      width: 100% !important;
      text-align: center !important;
      margin: 0 !important;
      display: block !important;
  }

  /* 2. Force the Button itself to be 100% width */
  .pms-form-fy input[type="submit"] {
      width: 100% !important;
      display: block !important;
      margin: 20px 0 0 0 !important; /* Add some spacing on top if needed */
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1c6e174 */.page-id-236720 header,
.page-id-236720 footer,
.page-id-236720 .site-header,
.page-id-236720 .site-footer,
.page-id-236720 .elementor-location-header,
.page-id-236720 .elementor-location-footer {
    display: none !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-3943a45 */.cta-mid h2 span{
    color:rgba(255, 183, 0, 1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78f1894 */.flex-container-mid{
    display: flex
;
    align-items: center;
    background: #fff;
    padding: 5px 1em;
    border-radius: 200px;
}
.midmbtn{
    line-height: 0
}

.flex-container-mid img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 1em;
    margin-right: 1em
}
.flex-container-mid input[type="email"]{
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: 'Satoshi-regular';
font-weight: 500;
font-size: 17px;
width: 100% !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-1ebf704 */.bgctamid{
    background-image: url(https://www.peoplestrong.com/wp-content/uploads/2025/05/bgctamid.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-9ef854b */.cta-mid-mob h2 span{
    color:rgba(255, 183, 0, 1);
}
.cta-mid-mob br{
    display: block !important
}
.cta-mid-mob h2{
    font-family: 'Satoshi-regular' !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25f3c81 */.flex-container-mid-mob{
    display: flex
;
    align-items: center;
    background: #fff;
    padding: 5px 1em;
    border-radius: 200px;
}
.midmbtn{
    line-height: 0
}

.flex-container-mid-mob img{
    
    margin-left: 1em;
    margin-right: 1em
}
.flex-container-mid-mob input[type="email"]{
    background: transparent;
    border: none;
    box-shadow: none;
    font-family: 'Satoshi-regular';
font-weight: 500;
font-size: 17px;
width: 100% !important;
}/* End custom CSS */