@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Roboto", sans-serif;
}

body.page-id-5290 {
  overflow: hidden;
}

:root {
  --Blue_05: #f0f7fd;
  --Blue_10: #dbeeff;
  --Blue_50: #006dcc;
  --Blue_60: #004784;
  --Blue_70: #003c70;
  --Poppy: #ea3c26;
  --Poppy_Hover: #c42f1e;
  --Poppy_Pressed: #a82818;
  --Poppy_Disabled: #f2b6ad;
  --Light_Red: #ffeaea;
  --Red: #eb5757;
  --Dark_Red: #be2d2d;
  --Light_Green: #e6fff1;
  --Green: #27ae60;
  --Dark_Green: #219653;
  --Light_Yellow: #ffecb3;
  --Yellow: #f2c94c;
  --Dark_Yellow: #e4b219;
  --White: #ffffff;
  --Gray_10: #f5f5f5;
  --Gray_20: #e0e0e0;
  --Gray_30: #9e9e9e;
  --Gray_40: #4a4a4a;
  --Gray_50: #2c2c32;
  --Gray_60: #1b1b1f;
  --Black: #111112;
  --Controls-Default: var(--Blue_50);
  --Controls-Default-Hover: var(--Blue_60);
  --Controls-Default-Pressed: var(--Blue_70);
  --Controls-Default-Background: var(--Blue_10);
  --Controls-Disabled: var(--Gray_30);
  --Controls-Focus-Ring: var(--Blue_50);
  --CTA-Primary: var(--Poppy);
  --CTA-Primary-Hover: var(--Poppy_Hover);
  --CTA-Primary-Pressed: var(--Poppy_Pressed);
  --CTA-Primary-Disabled: var(--Poppy_Disabled);
  --CTA-Primary-Text: var(--White);
  --Alert-Error-Background: var(--Light_Red);
  --Alert-Error-Foreground: var(--Red);
  --Alert-Error-Emphasis: var(--Dark_Red);
  --Alert-Success-Background: var(--Light_Green);
  --Alert-Success-Foreground: var(--Green);
  --Alert-Warning-Background: var(--Light_Yellow);
  --Alert-Warning-Foreground: var(--Dark_Yellow);
  --Surface-Background: var(--White);
  --Surface-Subtle: var(--Gray_10);
  --Surface-Border: var(--Gray_20);
  --Text-Primary: var(--Gray_50);
  --Text-Secondary: var(--Gray_40);
  --Text-Tertiary: var(--Gray_30);
  --Text-Heading: var(--Gray_60);
  --Text-Disabled: var(--Gray_30);
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-l: 20px;
  --space-xl: 28px;
  --space-2xl: 32px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-l: 10px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-4xl: 24px;
  --radius-full: 9999px;
  --line-width: 1px;
  --line-width-bold: 2px;
  --control-outline-width: 2px;
  --line-width-focus: 4px;
  --font-ui: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-small: "Inter", sans-serif;
  --WhatsApp: #25D366;
  --WhatsApp_Hover: #1ebe5a;
  --WhatsApp_Pressed: #128c4a;
  --WhatsApp_Dark: #128c4a;
  --WhatsApp_Background: #e7f7ed;
}

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 736px;
}

span.cs_badge {
  align-items: center;
  gap: var(--space-2xs);
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: var(--Controls-Default);
  background: var(--Controls-Default-Background);
  padding: 3px var(--space-xs);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  display: inline-block;

}

.gform_wrapper.gravity-theme .whatsapp_style .percentbar_custom {
  height: 2px;
  /* width: 100% !important; */
}

body .gform_wrapper.gravity-theme .gf_progressbar {
  background: #e0e0e0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 3px;
  /* padding-left: 24px; */
}

body .gform_wrapper.gravity-theme .gf_progressbar:has(.percentbar_100) {
  width: 100%;
  /* padding-right: 24px; */
}

body .gform_wrapper.gravity-theme .price_catalog_style .iti--allow-dropdown{
  display: flex;
  gap: 10px;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield .iti__country-container{
  flex: 0 0 105px;
  position: relative;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield button.iti__selected-country {
  width: 100%;
  gap: 3px !important;
  position: relative;
  height: 44px;
  padding: 0 var(--space-sm) !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: var(--radius-md) !important;
  background: #ffffff !important;
  color: var(--Text-Primary) !important;
  font-family: var(--font-ui);
  font-size: 16px !important;
  line-height: 22px !important;
  transition: border-color 0.15s;
  width: 100% !important;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield .iti__arrow {
  position: absolute;
  right: 20px;
}
body .gform_wrapper.gravity-theme .price_catalog_style .ginput_container_fileupload > div {
    background: #fff;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield .iti__selected-country-primary {
  padding: 0px;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield .iti__country-container button:hover{
  background-color: transparent !important;
}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield button.iti__selected-country:focus{
  outline: none;
  border-color: var(--Controls-Default) !important;
  box-shadow: 0 0 0 3px rgba(0, 109, 204, 0.15) !important;

}
body .gform_wrapper.gravity-theme .price_catalog_style .gfield .iti input.iti__tel-input {
  padding-left: 8px !important;
}

.cs_badge svg,
.trust-line svg {
  width: 12px;
  height: auto;
}

span.whatapp-badge {
  color: var(--WhatsApp_Dark);
  background: var(--WhatsApp_Background);
}

.speed-line svg {
  width: 14px;
  color: var(--Controls-Default);
}

body .gform_wrapper.gravity-theme .price_catalog_style .ginput_container_address label {
  font-weight: 500;
  color: var(--Text-Heading);
  font-size: 14px;
  font-family: var(--font-small);
  margin-bottom: 6px;
}

body .gform_wrapper.gravity-theme .price_catalog_style .ginput_container_address {
  flex-direction: row-reverse;
}

.page2-cue svg {
  width: 14px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
  background-color: #1e7ac4;
  height: 3px;
  /* width: 100% !important; */
}

body .gform_wrapper.gravity-theme .gf_progressbar span {
  display: none;
}

.gform_wrapper.gravity-theme .price_catalog_style i[class*="fa-"] {
  width: auto;
  height: auto;
}

.gform_wrapper.gravity-theme .price_catalog_style .gf_progressbar_title {
  color: #9e9e9e;
  font-family: "Inter", sans-serif;
  font-size: 12px;
}

.gform_wrapper.gravity-theme.price_catalog_style_wrapper .gform_validation_errors {
  display: none;
}

.price_catalog_style {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* padding: 20px 32px; */
  border-radius: 24px;
  max-width: 100%;
  position: relative;
  padding-top: 86px;
  padding-left: 29px;
}

body .gform_wrapper.gravity-theme .contact_form_style {
  background: var(--White);
  border-radius: var(--radius-2xl);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.06);
  height: 100%;
  max-width: 100%;
  padding: 20px 32px;
  padding-top: 0px;
}

.contact_form_style span.card-text,
#gform_12 span.card-text {
  display: flex;
  flex-direction: column;
}

.contact-header {
  padding: var(--space-xl) var(--space-2xl) var(--space-md);
  border-bottom: 1px solid var(--Surface-Border);
  background: linear-gradient(180deg, var(--Blue_05) 0%, var(--White) 100%);
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .contact-header h2 {
  color: var(--Text-Heading);
  font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.gform_wrapper.gravity-theme .contact-header p {
  font-family: var(--font-small);
  font-size: 14px;
  line-height: 22px;
  color: var(--Text-Secondary);
  margin: 0;
}

.price_catalog_style .ginput_container>input,
.price_catalog_style input[type="text"],
body .price_catalog_style select,
.price_catalog_style textarea,
.price_catalog_style input[type="tel"] {
  width: 100%;
  height: 44px;
  padding: 0 var(--space-sm) !important;
  border: 1px solid #e0e0e0;
  border-radius: var(--radius-md) !important;
  background: #ffffff;
  color: var(--Text-Primary) !important;
  font-family: var(--font-ui);
  font-size: 16px !important;
  line-height: 22px;
  transition: border-color 0.15s;
}
body .price_catalog_style textarea{
  padding:10px 12px !important;
}
.gform_wrapper.gravity-theme .price_catalog_style .gform_drop_instructions {
  font-size: 0px;
}
.gform_wrapper.gravity-theme .gform_drop_instructions:before {
  content: "Drop photos or tap to upload";
  font-size: 13px;
}
.price_catalog_style .ginput_container.ginput_container_select{
  position:relative;
}
.price_catalog_style .ginput_container.ginput_container_select select{ 
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 44px !important;
}
.contact_form_style .ginput_container.ginput_container_select {
  margin-bottom: 10px;
}
.price_catalog_style .ginput_container.ginput_container_select::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667085' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.price_catalog_style .ginput_container>input,
.price_catalog_style input[type="text"],
.price_catalog_style select,
.price_catalog_style input[type="tel"]{
  height: 44px !important;

}

.price_catalog_style input:focus-visible,
.price_catalog_style textarea:focus-visible,
.price_catalog_style select:focus-visible {
  outline: none !important;
  border-color: var(--Controls-Focus-Ring) !important;
}

.price_catalog_style input:focus,
.price_catalog_style textarea:focus,
.price_catalog_style select:focus {
  outline: none !important;
  border-color: var(--Controls-Default) !important;
  box-shadow: 0 0 0 3px rgba(0, 109, 204, 0.15) !important;
}

.price_catalog_style .gfield_error input:focus,
.price_catalog_style .gfield_error textarea:focus,
.price_catalog_style .gfield_error select:focus {
  box-shadow: 0 0 0 3px rgba(235, 87, 87, 0.18);
}

/* Radio Group Layout */
.price_catalog_style .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Hide Default Radio */
.price_catalog_style .gfield-choice-input {
  display: none;
}

/* Card Style */
.price_catalog_style .gchoice {
  position: relative;
}

.gform_wrapper.gravity-theme .price_catalog_style .gfield_label {
  font-weight: 500;
  color: var(--Text-Primary);
  ;
  margin-bottom: 6px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}

.page-id-164 h1.wp-block-post-title {
  display: none;
}

.page2-cue {
  background: var(--Controls-Default-Background);
  color: var(--Controls-Default);
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--radius-md);
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: var(--space-md);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 0px;
}

.page2-cue .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: var(--Controls-Default);
}

.price_catalog_style .gfield-choice-input,
.price_catalog_style_wrapper .gform_required_legend {
  display: none !important;
}

.gform_wrapper.gravity-theme .contact_form_style .speed-line {
  margin-bottom: 0px;
}

.gform_wrapper.gravity-theme .contact_form_style .footer-info {
  border-top: 1px solid var(--Surface-Border);
  padding-top: 20px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gfield_description {
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Secondary);
  margin: 5px 0 0;
  padding: 0;
  border: 0px;
  background: transparent;
}

body .gform_wrapper.gravity-theme .price_catalog_style .validation_message {
  border: 0px;
  background: transparent;
  padding: 0px;
  color: var(--Alert-Error-Emphasis);
  margin-top: 5px;
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 16px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gfield_error [aria-invalid=true] {
  border: 2px solid var(--Alert-Error-Foreground);
}

.card-option-sub {
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Tertiary);
  margin: 0;
  font-weight: 400;
}

.gform-page-footer input.button,
.gform-footer input.button {
  height: 60px !important;
  padding: 18px;
  border: none !important;
  border-radius: var(--radius-xl) !important;
  background: var(--Controls-Default) !important;
  color: var(--White);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  transition: background 0.15s, transform 0.05s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  margin-bottom: 0px !important;
  text-align: center;
}

.whatsapp_style .gform-page-footer .button {
  background: var(--WhatsApp);
  color: var(--Text-Heading);
  height: 60px;
  padding: 18px;
  border: none;
  border-radius: var(--radius-xl);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  transition: background 0.15s, transform 0.05s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-xs);
  width: 100%;
  margin-bottom: 0px !important;
}
.whatsapp_style .gform-page-footer .button:hover {
  background: var(--WhatsApp_Hover);

}
.contact_form_style .section-label:after {
  content: '';
  height: 1px;
  background: var(--Surface-Border);
  flex: auto;
}
.gform-page-footer button.button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIj48cGF0aCBkPSJNMTcuNDcyIDE0LjM4MmMtLjI5Ny0uMTQ5LTEuNzU4LS44NjctMi4wMy0uOTY3LS4yNzMtLjA5OS0uNDcxLS4xNDgtLjY3LjE1LS4xOTcuMjk3LS43NjcuOTY2LS45NCAxLjE2NC0uMTczLjE5OS0uMzQ3LjIyMy0uNjQ0LjA3NS0uMjk3LS4xNS0xLjI1NS0uNDYzLTIuMzktMS40NzUtLjg4My0uNzg4LTEuNDgtMS43NjEtMS42NTMtMi4wNTktLjE3My0uMjk3LS4wMTgtLjQ1OC4xMy0uNjA2LjEzNC0uMTMzLjI5OC0uMzQ3LjQ0Ni0uNTIuMTQ5LS4xNzQuMTk4LS4yOTguMjk4LS40OTcuMDk5LS4xOTguMDUtLjM3MS0uMDI1LS41Mi0uMDc1LS4xNDktLjY2OS0xLjYxMi0uOTE2LTIuMjA3LS4yNDItLjU3OS0uNDg3LS41LS42NjktLjUxLS4xNzMtLjAwOC0uMzcxLS4wMS0uNTctLjAxLS4xOTggMC0uNTIuMDc0LS43OTIuMzcyLS4yNzIuMjk3LTEuMDQgMS4wMTYtMS4wNCAyLjQ3OSAwIDEuNDYyIDEuMDY1IDIuODc1IDEuMjEzIDMuMDc0LjE0OS4xOTggMi4wOTYgMy4yIDUuMDc3IDQuNDg3LjcwOS4zMDYgMS4yNjIuNDg5IDEuNjk0LjYyNS43MTIuMjI3IDEuMzYuMTk1IDEuODcxLjExOC41NzEtLjA4NSAxLjc1OC0uNzE5IDIuMDA2LTEuNDEzLjI0OC0uNjk0LjI0OC0xLjI4OS4xNzMtMS40MTMtLjA3NC0uMTI0LS4yNzItLjE5OC0uNTctLjM0N20tNS40MjEgNy40MDNoLS4wMDRhOS44NyA5Ljg3IDAgMDEtNS4wMzEtMS4zNzhsLS4zNjEtLjIxNC0zLjc0MS45ODIuOTk4LTMuNjQ4LS4yMzUtLjM3NGE5Ljg2IDkuODYgMCAwMS0xLjUxLTUuMjZjLjAwMS01LjQ1IDQuNDM2LTkuODg0IDkuODg4LTkuODg0IDIuNjQgMCA1LjEyMiAxLjAzIDYuOTg4IDIuODk4YTkuODI1IDkuODI1IDAgMDEgMi44OTMgNi45OTRjLS4wMDMgNS40NS00LjQzNyA5Ljg4NC05Ljg4NSA5Ljg4NG04LjQxMy0xOC4yOTdBMTEuODE1IDExLjgxNSAwIDAwMTIuMDUgMEM1LjQ5NSAwIC4xNiA1LjMzNS4xNTcgMTEuODkyYzAgMi4wOTYuNTQ3IDQuMTQyIDEuNTg4IDUuOTQ1TDAuMDU3IDI0bDYuMzA1LTEuNjU0YTExLjg4MiAxMS44ODIgMCAwMDUuNjgzIDEuNDQ4aC4wMDVjNi41NTQgMCAxMS44OS01LjMzNSAxMS44OTMtMTEuODkzYTExLjgyMSAxMS44MjEgMCAwMC0zLjQ4LTguNDEzeiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.gform_wrapper.gravity-theme .contact_form_style .section-label {
  color: var(--Text-Secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
}
   .gform_wrapper.gravity-theme .price_catalog_style input::-webkit-input-placeholder {
   color: #2c2c32ad !important;
}

.gform_wrapper.gravity-theme .price_catalog_style input:-moz-placeholder { /* Firefox 18- */
   color: #2c2c32ad !important;  
}

.gform_wrapper.gravity-theme .price_catalog_style input::-moz-placeholder {  /* Firefox 19+ */
   color: #2c2c32ad !important;  
}

.gform_wrapper.gravity-theme .price_catalog_style input:-ms-input-placeholder {  
   color: #2c2c32ad !important;  
}

.whatsapp_style .gform-page-footer input.button:not(.gform_previous_button):hover {
  background: var(--WhatsApp_Hover);
}

.gform-page-footer input.button:focus,
.gform-footer input.button:focus {
  outline: none;
  box-shadow: none;
}

.price_catalog_style_wrapper .gform_heading {
  display: none;
}

.gform-page-footer input.button:hover,
.gform-footer input.button:hover {
  background: var(--Controls-Default-Hover) !important;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_page_fields {
  /* height: calc(100vh - 160px); */
  overflow-y: auto;
  padding-bottom: 180px;
  padding-right: 32px;
  width: 100%;
   max-height: calc(90vh - 100px);
}
.modal-close svg{
  width: 18px;
  min-width: 18px;

}

/* =========================
   RADIO CARD DESIGN - .radio_v1
========================= */

.radio_v1 .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.radio_v1 .gchoice {
  position: relative;
  padding-left: 1px;
}

.radio_v1 .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.gform_wrapper.gravity-theme .radio_v1 .gchoice label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 15px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  max-width: 100%;
}

/* Custom Radio Circle */
.gform_wrapper.gravity-theme .radio_v1 .gchoice label::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #8b8b8b;
  border-radius: 50%;
  margin-top: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  background: #fff;
}

/* Inner Dot */
.gform_wrapper.gravity-theme .radio_v1 .gchoice label::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: var(--Controls-Default);
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease;
}
body .gform_wrapper.gravity-theme .radio_list_2col .gchoice label::before{
  margin:0px;
}

body .gform_wrapper.gravity-theme .radio_list_2col .gchoice input[type="radio"]:checked+label::after {
  top: 50%;
  transform: translate(0, -50%) scale(1);
}

body .gform_wrapper.gravity-theme .radio_list_2col .gchoice label::after{
  top: 50%;
  transform: translate(0, -50%) scale(0);
}


/* Active State */
.gform_wrapper.gravity-theme .radio_v1 .gchoice input[type="radio"]:checked+label {
  border-color: var(--Controls-Default);
  background: var(--Controls-Default-Background);
  box-shadow: 0 0 0 1px var(--Controls-Default);
}

.gform_wrapper.gravity-theme .radio_v1 .gchoice input[type="radio"]:checked+label::before {
  border-color: var(--Controls-Default);
}

.gform_wrapper.gravity-theme .radio_v1 .gchoice input[type="radio"]:checked+label::after {
  transform: scale(1);
}

/* Text Style */
.gform_wrapper.gravity-theme .radio_v1 .card-option-title {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--Text-Primary);
  margin-right: 6px;
}

.gform_wrapper.gravity-theme .radio_v1 .card-option-sub {
  font-size: 12px;
  font-weight: 400;
  color: var(--Text-Tertiary);
  font-family: "Roboto", sans-serif;
}

/* Hover */
.gform_wrapper.gravity-theme .radio_v1 .gchoice label:hover {
  border-color: var(--Gray_30);
  background: var(--Gray_10);
}

.gform_wrapper.gravity-theme .trust-line,
.gform_wrapper.gravity-theme .speed-line {
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  color: var(--Text-Secondary);
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0px !important;  
  line-height: normal !important;
}
.gform_wrapper.gravity-theme .speed-line span,
.gform_wrapper.gravity-theme .trust-line span{
  margin-block-start: 0px !important;
}

.gform_wrapper.gravity-theme .trust-line .icon {
  width: 12px;
  height: 12px;
  color: var(--Text-Secondary);
  line-height: auto;
  font-style: normal;
}

.gform_wrapper.gravity-theme .trust-line .fa-shield:before {
  font-size: 12px;
}


.gform_wrapper.gravity-theme .speed-line {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 var(--space-sm);
}

.gform_wrapper.gravity-theme .speed-line .icon {
  width: 14px;
  height: 14px;
  color: var(--Controls-Default);
  flex-shrink: 0;
  margin-top: 2px;
  line-height: auto;
  font-style: normal;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform-loader {
  border-block-end: 1.1em solid var(--Blue_50);
  border-inline-start: 1.1em solid var(--Blue_50);
}

.gform_wrapper.gravity-theme .whatsapp_style .gform-loader {
  border-block-end: 1.1em solid var(--WhatsApp);
  border-inline-start: 1.1em solid var(--WhatsApp);
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_fields {
  grid-row-gap: 0px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gfield:not(.gfield--type-html) {
  margin-bottom: 6px;
  padding-left: 3px;
}

.footer-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0 16px;
  border-top: 1px solid #e5e7eb;
  margin-bottom: 12px;
}
.footer-info p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4b5563;
}

.footer-info .icon {
  font-size: 15px;
  margin-top: 2px;
  flex-shrink: 0;
}

.trust-line .icon {
  color: #6b7280;
}

.speed-line .icon {
  color: #3b82f6;
}

.footer-info strong {
  font-weight: 600;
  color: #111827;
}

/* =========================
   CHIP STYLE RADIO - .radio_v2
========================= */

.radio_v2 .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex-direction: row;
}

.price_catalog_style .radio_v2 .gchoice {
  flex: auto;
}

/* .price_catalog_style .last-full .gchoice:last-child {
    flex-basis: 100%;
} */

/* Hide Default Radio */
.radio_v2 .gchoice input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Chip Button Style */
.gform_wrapper.gravity-theme .radio_v2 .gchoice label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  background: #fff;
  color: var(--Text-Primary);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  max-width: 100%;
  letter-spacing: 0.2px;
  font-family: var(--font-small);
}

/* Hover */
.gform_wrapper.gravity-theme .radio_v2 .gchoice label:hover {
  border-color: var(--Gray_30);
  background: var(--Gray_10);
}

/* Active Selected */
.radio_v2 .gchoice input[type="radio"]:checked+label {
  background: var(--Controls-Default);
  border-color: var(--Controls-Default);
  color: #fff;
}

.radio_v2 .gchoice input[type="radio"]:checked+label:hover {
  background: var(--Controls-Default-Hover);
  border-color: var(--Controls-Default-Hover);
}

.whatsapp_style .radio_v2 .gchoice input[type="radio"]:checked+label {
  background-color: var(--Controls-Default-Background);
  border: 1px solid;
  border-color: var(--Controls-Default);
  color: var(--Controls-Default);
  box-shadow: 0 0 0 1px var(--Controls-Default);
}

.cs-option .gfield_label:after {
  content: " (Optional)";
  color: var(--Text-Tertiary);
  font-weight: 400;
}

/* Last Button Full Width */
/* .radio_v2 .gchoice:last-child {
  width: 100%;
} */

.radio_v2 .gchoice:last-child label {
  width: 100%;
  border-radius: 999px;
}


/* =========================
   CHECKBOX STYLE - .gform_wrapper.gravity-theme .checkbox_v1
========================= */

.gform_wrapper.gravity-theme .checkbox_v1 .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 40px;
}

body .gform_wrapper.gravity-theme .checkbox_list .gfield_checkbox {
  grid-template-columns: 1fr;
  margin-top: 7px;
  margin-bottom: 7px;
}

/* Each Item */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice {
  position: relative;
}

/* Hide Default Checkbox */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label Style */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #3b3b3b;
  line-height: 1.5;
  transition: all 0.25s ease;
  padding: 6px 0px;
}
.gform_wrapper.gravity-theme .checkbox_list .gchoice label {
  margin-left: 0px !important;
}
/* Custom Checkbox */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice label::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1.5px solid #8e8e8e;
  border-radius: 2px;
  background: #fff;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

/* Check Icon */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice label::after {
  content: "✓";
  position: absolute;
  left: 3px;
  top: auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s ease;
}

/* Checked State */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice input[type="checkbox"]:checked+label::before {
  background: var(--Controls-Default);
  border-color: var(--Controls-Default);
}

.gform_wrapper.gravity-theme .checkbox_v1 .gchoice input[type="checkbox"]:checked+label::after {
  opacity: 1;
  transform: scale(0.7);
}
.gform_wrapper.gravity-theme .contact_form_style .checkbox_v1 .gchoice input[type="checkbox"]:checked+label::after {
    left: 0;
    top: 50%;
    transform: translate(0, -50%) scale(0.7);
    width: 22px;
    height: 22px;
}
/* Hover */
.gform_wrapper.gravity-theme .checkbox_v1 .gchoice label:hover::before {
  border-color: var(--Controls-Default);
}

.gform_wrapper.gravity-theme .price_catalog_style .footer-info {
  border: 0px;
  flex: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 12px;
}

.gform_wrapper.gravity-theme .price_catalog_style i[class*="fa-"] {
  line-height: normal;
}

.gform_wrapper.gravity-theme .modal-headline {
  position: absolute;
  top: 16px;

}

.whatsapp-btn-wrapper {
  width: 100%;
  display: flex;
}

/* .whatsapp-btn-wrapper {
    position: relative;
}

.whatsapp-btn-wrapper::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iY3VycmVudENvbG9yIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGQ9Ik0xNy40NzIgMTQuMzgyYy0uMjk3LS4xNDktMS43NTgtLjg2Ny0yLjAzLS45NjctLjI3My0uMDk5LS40NzEtLjE0OC0uNjcuMTUtLjE5Ny4yOTctLjc2Ny45NjYtLjk0IDEuMTY0LS4xNzMuMTk5LS4zNDcuMjIzLS42NDQuMDc1LS4yOTctLjE1LTEuMjU1LS40NjMtMi4zOS0xLjQ3NS0uODgzLS43ODgtMS40OC0xLjc2MS0xLjY1My0yLjA1OS0uMTczLS4yOTctLjAxOC0uNDU4LjEzLS42MDYuMTM0LS4xMzMuMjk4LS4zNDcuNDQ2LS41Mi4xNDktLjE3NC4xOTgtLjI5OC4yOTgtLjQ5Ny4wOTktLjE5OC4wNS0uMzcxLS4wMjUtLjUyLS4wNzUtLjE0OS0uNjY5LTEuNjEyLS45MTYtMi4yMDctLjI0Mi0uNTc5LS40ODctLjUtLjY2OS0uNTEtLjE3My0uMDA4LS4zNzEtLjAxLS41Ny0uMDEtLjE5OCAwLS41Mi4wNzQtLjc5Mi4zNzItLjI3Mi4yOTctMS4wNCAxLjAxNi0xLjA0IDIuNDc5IDAgMS40NjIgMS4wNjUgMi44NzUgMS4yMTMgMy4wNzQuMTQ5LjE5OCAyLjA5NiAzLjIgNS4wNzcgNC40ODcuNzA5LjMwNiAxLjI2Mi40ODkgMS42OTQuNjI1LjcxMi4yMjcgMS4zNi4xOTUgMS44NzEuMTE4LjU3MS0uMDg1IDEuNzU4LS43MTkgMi4wMDYtMS40MTMuMjQ4LS42OTQuMjQ4LTEuMjg5LjE3My0xLjQxMy0uMDc0LS4xMjQtLjI3Mi0uMTk4LS41Ny0uMzQ3bS01LjQyMSA3LjQwM2gtLjAwNGE5Ljg3IDkuODcgMCAwMS01LjAzMS0xLjM3OGwtLjM2MS0uMjE0LTMuNzQxLjk4Mi45OTgtMy42NDgtLjIzNS0uMzc0YTkuODYgOS44NiAwIDAxLTEuNTEtNS4yNmMuMDAxLTUuNDUgNC40MzYtOS44ODQgOS44ODgtOS44ODQgMi42NCAwIDUuMTIyIDEuMDMgNi45ODggMi44OThhOS44MjUgOS44MjUgMCAwMTIuODkzIDYuOTk0Yy0uMDAzIDUuNDUtNC40MzcgOS44ODQtOS44ODUgOS44ODRtOC40MTMtMTguMjk3QTExLjgxNSAxMS44MTUgMCAwMDEyLjA1IDBDNS40OTUgMCAuMTYgNS4zMzUuMTU3IDExLjg5MmMwIDIuMDk2LjU0NyA0LjE0MiAxLjU4OCA1Ljk0NUwuMDU3IDI0bDYuMzA1LTEuNjU0YTExLjg4MiAxMS44ODIgMCAwMDUuNjgzIDEuNDQ4aC4wMDVjNi41NTQgMCAxMS44OS01LjMzNSAxMS44OTMtMTEuODkzYTExLjgyMSAxMS44MjEgMCAwMC0zLjQ4LTguNDEzIj48L3BhdGg+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
} */
.gform_wrapper.gravity-theme .price_catalog_style .gform-body.gform_body {
  margin-top: 10px;
}

.gform_wrapper.gravity-theme .contact_form_style .gform-body.gform_body {
  margin-top: 0px;
}

.gform_wrapper.gravity-theme .modal-headline h2 {
  color: var(--Text-Heading);
  font-size: 22px !important;
  font-weight: 700;
  line-height: normal;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform-page-footer {
  background: var(--Gray_10);
  border-top: 1px solid var(--Surface-Border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  z-index: 2;
}

body .gform_wrapper.gravity-theme .price_catalog_style .gfield--type-fileupload label.gfield_label.gform-field-label {
  margin-bottom: 0px;
}
.gform_wrapper.gravity-theme .price_catalog_style .gfield--type-fileupload .gfield_description {
    margin-top: 0px;
    margin-bottom: 5px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_button_select_files {
    border: 0px;
    background: transparent;
    color: transparent;
    font-size: 0px;
    padding: 0px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gfield--type-fileupload {
  background: var(--Gray_10);
  border-radius: var(--radius-md);
  padding: var(--space-sm);
  position: relative;
  padding-left: 12px !important;
}

span.upload-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: var(--font-small);
  font-size: 10px;
  line-height: 14px;
  color: var(--Alert-Success-Foreground);
  background: var(--Alert-Success-Background);
  padding: 2px 7px;
  border-radius: var(--radius-full);
  font-weight: 500;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_drop_area {
  border: 2px dashed #ccc;
}

.gform_wrapper.gravity-theme .section-label {
  margin: 0px;
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: var(--Text-Tertiary);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.gform_wrapper.gravity-theme .price_catalog_style .field--type-fileupload .gfield_description {
  margin-top: 0px;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_previous_button {
  flex: 0 0 60px;
  border: 2px solid var(--Controls-Default) !important;
  background-color: transparent !important;
}

.gform_wrapper.gravity-theme .price_catalog_style .gform_previous_button:hover {
  background: var(--Controls-Default-Background) !important;
}

.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_date {
  position: relative;
}

.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_date input {
  width: 100%;
}

.gform_wrapper.gravity-theme .price_catalog_style img.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  width: 12px;
  margin: 14px;
}

body .radio_list_2col .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
}

body .radio_list_2col .gchoice {
  flex: 0 0 calc(50% - 7px);
}

.gform_wrapper.gravity-theme .radio_list_2col .gchoice label {
  color: var(--Text-Primary);
  font-weight: 500;
  height: 100%;
  align-items: center;
}

.gform_wrapper.gravity-theme .price_catalog_style .ginput_preview {
  margin: 0px;
  margin-top: 5px;
  font-size: 14px;
}

.thankyou-box {
 
  width: 100%;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
}

.thankyou-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: #e8f8ee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thankyou-icon svg {
  width: 40px;
  height: 40px;
  fill: #22c55e;
}

body.pagelayer-body h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: green;
}

.thankyou-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #6b7280;
}
.empty_field {
  height: 0px;
}
.gform_wrapper.gravity-theme .price_catalog_style .pcafe_sp_field .ginput_container_phone .spf-phone,
.gform_wrapper.gravity-theme .price_catalog_style .pcafe_sp_field .ginput_container_phone .spf-phone.valid-msg.hide {
    display: none;
}
.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_fileupload .gform_drop_area{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column-reverse;
  padding: 51px 20px 20px 20px;
  border-color: #9e9e9e;
  background-color: #fff;
}
.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_fileupload .gform_drop_area .gform_button_select_files{
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  top: -13px;
}

.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_fileupload .gform_drop_area:hover{
   border-color: var(--Controls-Default) !important;
}
.gform_wrapper.gravity-theme .price_catalog_style .ginput_container_phone .instruction {
    display: none;
}
.disabled-field {
    pointer-events: none;
    opacity: 0.7;
}
.gform_wrapper.gravity-theme .price_catalog_style  .gform_button_select_files::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gPHBhdGggZD0iTTUgN2gxYTIgMiAwIDAgMCAyIC0yYTEgMSAwIDAgMSAxIC0xaDZhMSAxIDAgMCAxIDEgMWEyIDIgMCAwIDAgMiAyaDFhMiAyIDAgMCAxIDIgMnY5YTIgMiAwIDAgMSAtMiAyaC0xNGEyIDIgMCAwIDEgLTIgLTJ2LTlhMiAyIDAgMCAxIDIgLTJ6Ij48L3BhdGg+IDxwYXRoIGQ9Ik05IDEzYTMgMyAwIDEgMCA2IDBhMyAzIDAgMCAwIC02IDAiPjwvcGF0aD4gPC9zdmc+) no-repeat center;
    background-size: contain;
}

/* Mobile */
@media (max-width: 600px) {
  .thankyou-box {
    padding: 30px 20px;
  }
  .contact-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gform_wrapper.gravity-theme .price_catalog_style .gform_page_fields {

   max-height: calc(100dvh - 130px);
   overflow-y: auto;
  }
  body .gform_wrapper.gravity-theme .contact_form_style {
    padding: 0px 20px;
    padding-top: 0px;
    box-shadow: none;
  }

  .thankyou-box h2 {
    font-size: 26px;
  }

  .thankyou-box p {
    font-size: 15px;
  }

  .gform_wrapper.gravity-theme .checkbox_v1 .gfield_checkbox {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .radio_v2 .gfield_radio {
    flex-wrap: wrap;
  }

  body .gform_wrapper.gravity-theme .price_catalog_style .ginput_container_address {
    flex-direction: column-reverse;
  }

  .gform_wrapper.gravity-theme .price_catalog_style .ginput_complex span {
    width: 100%;
  }

  .gform_wrapper.gravity-theme .checkbox_v1 .gchoice label {
    font-size: 15px;
    line-height: 1.4;
  }

  /* .radio_v2 .gchoice {
    width: calc(50% - 4px);
  } */

  .radio_v2 .gchoice label {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    text-align: center;
  }

  /* .radio_v2 .gchoice:last-child {
    width: 100%;
  } */

  .gform_wrapper.gravity-theme .radio_v1 .gchoice label {
    padding: 16px;
  }

  .gform_wrapper.gravity-theme .radio_v1 .card-option-title {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
  }

  .gform_wrapper.gravity-theme .radio_v1 .card-option-sub {
    display: block;
  }

  .gform_wrapper.gravity-theme .radio_v1 .gchoice label::after {
    top: 23px;
    left: 19px;
  }


  .gform-page-footer input.button, 
  .gform-footer input.button {
    padding: 15px;
    height: 56px;
  }

  .price_catalog_style {
    padding-left: 20px;
    height: 100vh;
  }

  body .modal-close {
    right: 20px;
  }

  .gform_wrapper.gravity-theme .price_catalog_style .gform_page_fields {
    padding-right: 20px;
  }

  .gform_wrapper.gravity-theme .price_catalog_style .gform-page-footer {
    padding-left: 20px;
    padding-right: 20px;
    position:fixed;
  }


  
  /* 
  .gform_wrapper.gravity-theme .price_catalog_style .gform_page_fields {
    height: calc(100vh - 114px);
  } */
  body.page-id-5290 {
   overflow: scroll;
  }

  .page-id-164 .price_catalog_style {
    height: auto;
  }
  .page-id-164 .has-global-padding > .alignfull {
    padding: 0px 12px;
  }
 
  .gform_wrapper.gravity-theme .whatsapp_style .percentbar_custom,
  .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    height: 3px;
    /* width: 100% !important; */
  }

}
@media (max-width:480px) {
    body .gform_wrapper.gravity-theme .price_catalog_style .gfield--type-fileupload label.gfield_label.gform-field-label {
    margin-bottom: 20px;
}
  span.upload-badge {
    top: 34px;
    right: initial;
  }
  
}
:root {
  --Blue_10: #dbeeff;
  --Blue_50: #006dcc;
  --Blue_60: #004784;
  --Blue_70: #003c70;
  --Poppy: #ea3c26;
  --Poppy_Hover: #c42f1e;
  --Poppy_Pressed: #a82818;
  --Poppy_Disabled: #f2b6ad;
  --Light_Red: #ffeaea;
  --Red: #eb5757;
  --Dark_Red: #be2d2d;
  --Light_Green: #e6fff1;
  --Green: #27ae60;
  --Dark_Green: #219653;
  --Light_Yellow: #ffecb3;
  --Yellow: #f2c94c;
  --Dark_Yellow: #e4b219;
  --White: #ffffff;
  --Gray_10: #f5f5f5;
  --Gray_20: #e0e0e0;
  --Gray_30: #9e9e9e;
  --Gray_40: #4a4a4a;
  --Gray_50: #2c2c32;
  --Gray_60: #1b1b1f;
  --Black: #111112;
  --Controls-Default: var(--Blue_50);
  --Controls-Default-Hover: var(--Blue_60);
  --Controls-Default-Pressed: var(--Blue_70);
  --Controls-Default-Background: var(--Blue_10);
  --Controls-Disabled: var(--Gray_30);
  --Controls-Focus-Ring: var(--Blue_50);
  --CTA-Primary: var(--Poppy);
  --CTA-Primary-Hover: var(--Poppy_Hover);
  --CTA-Primary-Pressed: var(--Poppy_Pressed);
  --CTA-Primary-Disabled: var(--Poppy_Disabled);
  --CTA-Primary-Text: var(--White);
  --Alert-Error-Background: var(--Light_Red);
  --Alert-Error-Foreground: var(--Red);
  --Alert-Error-Emphasis: var(--Dark_Red);
  --Alert-Success-Background: var(--Light_Green);
  --Alert-Success-Foreground: var(--Green);
  --Alert-Warning-Background: var(--Light_Yellow);
  --Alert-Warning-Foreground: var(--Dark_Yellow);
  --Surface-Background: var(--White);
  --Surface-Subtle: var(--Gray_10);
  --Surface-Border: var(--Gray_20);
  --Text-Primary: var(--Gray_50);
  --Text-Secondary: var(--Gray_40);
  --Text-Tertiary: var(--Gray_30);
  --Text-Heading: var(--Gray_60);
  --Text-Disabled: var(--Gray_30);
  --space-2xs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-l: 20px;
  --space-xl: 28px;
  --space-2xl: 32px;
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-l: 10px;
  --radius-xl: 12px;
  --radius-2xl: 16px;
  --radius-4xl: 24px;
  --radius-full: 9999px;
  --line-width: 1px;
  --line-width-bold: 2px;
  --control-outline-width: 2px;
  --line-width-focus: 4px;
  --font-ui: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-small: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.demo-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 16px;
  width: 100%;
  max-width: 100%;
}
.demo-explainer {
  max-width: 680px;
  margin-bottom: 24px;
  padding: var(--space-md) var(--space-l);
  background: var(--Alert-Warning-Background);
  border-left: 3px solid var(--Yellow);
  border-radius: var(--radius-xs);
  font-family: var(--font-small);
  font-size: 13px;
  line-height: 20px;
  color: #5a4a00;
}
.demo-explainer strong { color: #3a3000; }
.demo-explainer code { background: rgba(0,0,0,0.05); padding: 1px 5px; border-radius: 3px; font-size: 12px; font-family: 'SF Mono', Monaco, Consolas, monospace; }
.demo-cta-row {
  display: flex;
  gap: var(--space-l);
  flex-wrap: wrap;
  justify-content: center;
  margin: var(--space-2xl) 0;
}
.demo-cta-card {
  background: var(--White);
  border-radius: var(--radius-xl);
  padding: 28px 24px;
  width: auto;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  flex: 1;
}
.demo-cta-card .icon-circle { width: 32px; height: 32px; margin-bottom: 12px; }
.demo-cta-card h3 {
  font-family: var(--font-ui);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 6px;
  color: var(--Text-Heading);
}
.demo-cta-card p {
  font-size: 14px;
  line-height: 20px;
  color: var(--Text-Secondary);
  margin: 0 0 16px;
}
.gform_wrapper.gravity-theme .price_catalog_style .gfield_required{
    color: #c02b0a !important;
}
.demo-cta-card button {
  width: 100%;
  border: 2px solid var(--Controls-Default);
  background: transparent;
  color: var(--Controls-Default);
  border-radius: var(--radius-xl);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s;
  padding:10px;
  text-align: center;
}
.demo-cta-card button:hover { background: var(--Controls-Default); color: var(--White); }
.demo-cta-card button:focus-visible {
  outline: var(--line-width-focus) solid var(--Controls-Focus-Ring);
  outline-offset: 2px;
}
.demo-cta-card.primary button {
  background: var(--Controls-Default);
  color: var(--White);
}
.demo-cta-card.primary button:hover { background: var(--Controls-Default-Hover); border-color: var(--Controls-Default-Hover); }
.demo-tracking-panel {
  max-width: 680px;
  margin-top: var(--space-l);
  padding: var(--space-sm) var(--space-md);
  background: #f0f4f8;
  border-left: 3px solid var(--Controls-Default);
  border-radius: var(--radius-xs);
  font-size: 12px;
  color: #2c3e50;
  font-family: 'SF Mono', Monaco, Consolas, monospace;
  line-height: 1.6;
}
.demo-tracking-panel .panel-title {
  font-family: var(--font-small);
  font-weight: 500;
  font-size: 13px;
  color: var(--Controls-Default);
  margin-bottom: 6px;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: var(--space-l);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: fadeIn 0.18s ease-out;
  width: 100%;
  max-width: 100%;
  z-index:9999;
}
.modal-backdrop.open { display: flex; margin-block-start: 0; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.modal {
  background: var(--Surface-Background);
  border-radius: var(--radius-4xl);
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  animation: slideUp 0.22s ease-out;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  height: auto;
  /* max-height: calc(100vh - 40px); */
}
.modal-progress-bar {
  height: 3px;
  background: var(--Surface-Border);
  position: relative;
}
.modal-progress-fill {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  background: var(--Controls-Default);
  width: 50%;
  transition: width 0.3s ease-out;
}
.modal-progress-fill.full { width: 100%; }
.modal-header {
  padding: var(--space-l) var(--space-2xl) var(--space-sm);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--space-sm);
  flex-shrink: 0;
}
.modal-header-text { flex: 1; min-width: 0; }
.modal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2xs);
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  color: var(--Controls-Default);
  background: var(--Controls-Default-Background);
  padding: 3px var(--space-xs);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: var(--space-xs);
}
.modal-eyebrow .icon { width: 12px; height: 12px; color: var(--Controls-Default); }
.modal-headline {
  font-family: var(--font-ui);
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin: 0;
  color: var(--Text-Heading);
}
.modal-step-indicator {
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-Tertiary);
  margin: var(--space-2xs) 0 0;
}
.modal-close {
  width: 44px;
  height: 44px;
  border: none;
  background: #f5f5f5;
  border-radius: var(--radius-full);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
  color: #4a4a4a;
  position: absolute;
  right: 32px;
  top: 20px;
  font-size: 24px;
  z-index: 2;
}
.ginput_container_fileupload input[type="file"]{
    z-index:9 !important;
	height: 100% !important;
}
.modal-close:hover { background: #e0e0e0; color: #1b1b1f; }
.modal-close:focus-visible {
  outline: var(--line-width-focus) solid var(--Controls-Focus-Ring);
  outline-offset: 2px;
}
.modal-close .icon { width: 18px; height: 18px; }
.modal-body {
  padding: var(--space-2xs) var(--space-2xl) var(--space-l);
  overflow-y: auto;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.modal-footer {
  padding: var(--space-md) var(--space-2xl) var(--space-l);
  background: var(--Gray_10);
  border-top: 1px solid var(--Surface-Border);
  flex-shrink: 0;
}
/* .trust-line {
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  color: var(--Text-Secondary);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
} */
.trust-line .icon { 
  width: 13px; 
  height: 13px; 
  color: var(--Text-Secondary); 
  flex-shrink: 0; 
}
/* .speed-line {
  font-family: var(--font-small);
  font-size: 12px;
  line-height: 18px;
  color: var(--Text-Secondary);
  margin: 0 0 var(--space-sm);
  display: flex;
  align-items: flex-start;
  gap: 6px;
} */
.speed-line .icon { width: 14px; height: 14px; color: var(--Controls-Default); flex-shrink: 0; margin-top: 2px; }
.speed-line strong { color: var(--Text-Primary); font-weight: 700; }
.privacy-line {
  font-family: var(--font-small);
  font-size: 11px;
  line-height: 16px;
  color: var(--Text-Tertiary);
  margin: var(--space-xs) 0 0;
  text-align: center;
}
.privacy-line a { color: var(--Controls-Default); }

@media (max-width: 600px) {
  body .demo-cta-row {
    flex-direction: column;
  }
  .modal-backdrop { padding: 0; align-items: stretch; }
  .modal {
    max-width: 100%;
    max-height: 100dvh;
    border-radius: 0;
    animation: slideUpMobile 0.25s ease-out;
  }
  @keyframes slideUpMobile { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
  .modal-headline { font-size: 20px; line-height: 28px; }
  .modal-body { padding: var(--space-2xs) var(--space-l) var(--space-l); }
  .modal-header { padding: var(--space-md) var(--space-l) 10px; }
  .modal-footer { padding: var(--space-sm) var(--space-l) max(var(--space-sm), env(safe-area-inset-bottom)); }
  .demo-page { padding: 24px var(--space-sm); }
  .demo-cta-card { width: 100%; }
  button.btn-primary, button.btn-outlined { height: 56px; font-size: 15px; }
  button.btn-outlined.btn-back { width: 56px; }
}