.global-form-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.global-form-modal * {
  margin : 0;
  padding: 0;
  box-sizing: border-box; 
}

.global-form-modal.active {
  display: flex;
}

.global-form-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.global-form-box {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 90%;
}

.global-form-close {
  position: absolute;
  right: 34px;
  top: 12px;
  background: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.gl-hero-right{
  padding : 36px 24px;
  background: #ffffff;
  border-radius : 16px;
  max-width: 497px;
  width: 100%;
}
.gl-hero-form-heading{
font-family: 'Circular Std';
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  text-align: center;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 100%;
color: #071E49;
}
.gl-point-wrap{
  display:flex;
  flex-direction: row;
  gap: 10px;
}
.gl-hero-form-details-container{
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}
.gl-hero-form-details{
font-family: 'Circular Std';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 110%;
color: #071E49;
}
@media (max-width: 1100px){
  .gl-hero-right{
    max-width: unset;
  }
  .hero-form-details-container{
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .global-form-close {
  position: absolute;
  right: 20px;
    top: 12px;}
  .gl-hero-right{
    max-width: unset;
    width: 100%;
  }
  .gl-mobile-tick{
  display: flex; 
}
   .gl-hero-right{
    padding: 32px 24px;
    border-radius: 16px;
  }
  .gl-hero-form-heading{
    font-size: 28px;
    margin-bottom: 12px;
  }
  .gl-hero-form-details-container > svg {
    display: none;
  }
  .gl-hero-form-details-container{
    flex-direction: column;
    gap: 9px;
        margin-bottom: 24px;
  }
  .gl-hero-form-details{
    text-align: center;

  }
}

#hs_form_target_Data-Modal-Form_-20 , #hs_form_target_Data-Modal-Form_-21, #hs_form_target_Data-Modal-Form_-2745823408717{
  grid-template-columns: 1fr !important 
}

.hsfc-Step__Content{
  margin-top: 24px;
}
#hs_form_target_Data-Modal-Form_-2120406378621{
  grid-column : span 3;
  width: fit-content;
  margin: auto;
  
}
#hs_form_target_Data-Modal-Form_-2120406378621-label{
  color: #272727 !important;
}
[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons:has(>*:only-child){
  justify-content: center !important; 
}
#hs_form_target_Data-Modal-Form_-15{
  background: #1B98E0 !important;
}

#hs_form_target_Data-Modal-Form_-15:hover{
  background: #071E49 !important;
}
[data-hsfc-id=Renderer] .hsfc-Row{
  margin-bottom: 16px !important
}
#hs_form_target_Data-Modal-Form_-24{
  grid-column : span 3 !important;
  margin: auto !important;
}
.hsfc-Button{
  display: flex !important; 
  line-height: 27px !important;
  align-items: center;
  
}
#hs_form_target_Data-Modal-Form_-15{
  padding: 12px 14px !important;
  gap: 6px !important;
}
.hsfc-Button::after{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.79688 1.10596L17.4833 8.79235C18.4556 9.76472 18.4556 11.3412 17.4833 12.3136L9.79688 20' stroke='white' stroke-width='2'/%3E%3Cpath d='M18.1943 10.5513H0' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}



}
@media (max-width: 430px) {
  [data-hsfc-id=Renderer] .hsfc-CheckboxField label{
    font-size: 14px !important; 
  }


}
@media (max-width: 420px){
  .hsfc-Button{
    padding: 12px 16px !important;
    font-size: 16px !important; 
/*     width: 100% !important; */
      justify-content: center !impotant;
  }
}

.global-form-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;  /* ← add this */
}

.global-form-modal.active {
  display: flex;
  pointer-events: all;   /* ← add this */
}