/* custom style css */
/* GLOBALCSS */
    /* header */
.ast-container {
    max-width: 90vw;
}
div#ast-desktop-header {
    background-color: #231f20;
}
.ast-builder-grid-row>.site-header-section{
    align-items: center;
}
.ast-site-identity {
    padding: 0 0 1em;
}
.wp-block-cover.alignfull.is-light.has-custom-content-position.is-position-bottom-center::before {
    /* content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(1, 48, 76, 1) 10%, rgba(1, 48, 76, 0.45) 60%);
    pointer-events: none; */

    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 48, 76, 1) 20%, rgba(1, 48, 76, 0) 100%);
    pointer-events: none;
    width: 60%;
}


    /* footer */
footer h6.wp-block-heading {
    font-family: 'Inter';
}
.site-above-footer-wrap, .site-below-footer-wrap, .site-primary-footer-wrap {
    width: 90vw;
    margin: auto;
}
.wp-block-uagb-icon-list{
    margin: 0;
}
.wp-block-uagb-container.uagb-block-624d9681.alignfull.uagb-is-root-container {
    justify-self: center;
}
form.uagb-forms-main-form {
    display: grid;
    grid-auto-flow: column;
    align-items: flex-end;
    gap: 10px;
}
.uagb-block-6b09716e .uagb-forms-main-form .uagb-forms-field-set {
    margin-bottom: 0;
}
.uagb-form-reacaptcha-error-6b09716e {
    order: 3;
}
.wp-block-uagb-icon-list.uagb-block-8ca46e1b .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap{
    align-self: flex-start;
}

/* GLOBALCSS */
/* for homepage */
.accuracy_guaranteed_p {
    max-width: 85%;
    margin: auto;
}
h1.wp-block-heading.has-text-align-left.has-text-color {
    font-family: 'Inter-Black-Italic';
    font-size: 4.948vw !important;
}
h2.uagb-heading-text, h3.slider-title-head {
    font-family: 'Inter-Bold-Italic';
    font-weight: bold;
}
h2.wp-block-heading.has-text-align-center.has-text-color {
    /* font-family: 'Inter-Black-Italic', Arial, sans-serif !important; */
    font-family: "Inter", sans-serif !important;
    font-weight: 900;
    font-style: italic;
}

/* banner */
.wp-block-video video {
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
figure.wp-block-video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.wp-block-cover.alignfull.has-custom-content-position.is-position-bottom-center {
    z-index: 1;
}
img.wp-block-cover__image-background.wp-image-31.size-full {
    opacity: .7;
}
/* for homepage */

/* for R&D */
.wp-block-video.customvideo video {
  vertical-align: middle;
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: center;
}
/* for R&D popup video */
div#popmake-1488 {
  background-color: #000;
  padding: 0;
}
.pum-theme-1479, .pum-theme-default-theme {
  background-color: rgb(0 0 0 / 58%);
}
i.fa-regular.fa-circle-xmark {
  font-size: 40px;
}
button.pum-close.popmake-close {
  padding: 0 !important;
  background: none !important;
  top: -20px !important;
  right: -20px !important;
}

/* for product child pages */
.custom-tabs-section.pcs2-content {
  display: none;
}
h3.uagb-heading-text {
  font-family: 'Inter';
  font-weight: 500;
}

/* for Accuracu Guarantee */
div#primary {
    margin: 0 !important;
}
.ast-primary-header-bar {
    background-color: #231f20;
}
.page-title-banner h1 {
    font-family: 'Inter-Black-Italic',Arial,sans-serif !important;
    /* font-family: "Inter", sans-serif; */
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    font-size: 80px;
    width: 50%;
    line-height: 1;
    padding-left: 20px;
}

/* section2 */
p.our-promise-section2 {
    line-height: 1.2;
    font-family: 'Inter-Semi-Bold-Italic';
}
p.has-black-color.has-text-color.has-link-color.wp-elements-77c59a8f9ef2ad607b2ac9df75fbc8e1 {
    width: 82%;
    line-height: 1.3;
}


/* Contact Us */
/* ==============================
   CONTACT FORM 7 – CUSTOM LAYOUT
   ============================== */

   .cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 32px;
    max-width: 100%;
  }
  .cf7-field p {
    margin-bottom: 0;
  }
  /* FIELD WRAPPER */
  .cf7-field {
    display: flex;
    flex-direction: column;
  }
  
  /* LABELS */
  .cf7-field label {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
  }
  
  .cf7-field label span {
    color: #e11d48;
  }
  
  /* INPUTS + TEXTAREA */
  .cf7-field input,
  .cf7-field textarea {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
    border: 1px solid #d1d5db;
    border-radius: 0;
    box-sizing: border-box;
    font-family: inherit;
  }
  
  .cf7-field textarea {
    height: 150px;
    min-height: 150px;
    padding: 14px;
    /* resize: none; */
  }
  
  /* PLACEHOLDER */
  .cf7-field input::placeholder,
  .cf7-field textarea::placeholder {
    color: #9ca3af;
  }
  
  /* FOCUS STATE */
  .cf7-field input:focus,
  .cf7-field textarea:focus {
    outline: none;
    border-color: #f15a24;
  }
  
  /* FULL WIDTH FIELDS */
  .cf7-field.full {
    grid-column: span 2;
  }
  
  /* ==============================
     PHONE FIELD
     ============================== */
  
  .phone-wrap {
    display: flex;
    align-items: stretch;
  }
  
  .phone-wrap p {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .country-code {
    display: flex;
    align-items: center;
    padding: 0 14px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    font-size: 14px;
    color: #111827;
    height: 48px;
    border-radius: 0;
    width: 20%;
  }
  
  /* .phone-wrap input {
    height: 48px;
    border-left: none;
    border-radius: 0 4px 4px 0;
  } */

  span.wpcf7-form-control-wrap input {
    border: 1px solid #d1d5db;
 }
  
  /* ==============================
     CHECKBOX
     ============================== */
  
  .cf7-field.checkbox {
    grid-column: span 2;
    display: flex;
    align-items: center;
  }
  
  .cf7-field.checkbox input {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  
  .cf7-field.checkbox label {
    margin-bottom: 0;
    font-size: 14px;
  }
  
  /* ==============================
     SUBMIT BUTTON
     ============================== */

 .wpcf7-spinner {
    visibility: hidden;
    display: block;
 }
  
  .cf7-field.submit {
    grid-column: span 2;
    text-align: center;
    margin-top: 20px;
  }
  
  .cf7-field.submit input {
    background-color: #f15a24;
    color: #ffffff;
    border: none;
    height: 52px;
    padding: 0 56px;
    font-size: 18px;
    font-weight: 600;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: background 0.25s ease;
    width: auto;
  }
  
  .cf7-field.submit input:hover {
    background-color: #d94f1f;
  }
  
  /* ==============================
     VALIDATION & ERRORS
     ============================== */
  
  .wpcf7-not-valid {
    border-color: #e11d48 !important;
  }
  
  .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #e11d48;
    margin-top: 6px;
  }

  /* for media page */
  .wp-block-accordion-heading__toggle:hover, .wp-block-accordion-heading__toggle:focus {
    border-radius: 0;
    background-color: #ccc;
  }

  /* Gravity Form */
  .gchoice.gchoice_1_9_1 {
      align-items: center;
      justify-content: center;
  }
  input#gform_submit_button_1 {
      background-color: #f15a24;
      color: #ffffff;
      border: none;
      height: 52px;
      padding: 0 56px;
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      transition: background 0.25s ease;
      width: auto;
  }
  .gform-footer.gform_footer.top_label {
      justify-content: center;
  }
  label#label_1_9_1 {
      color: #555;
      font-size: 18px;
  }
  
  /* ==============================
     MOBILE
     ============================== */
  
  @media (max-width: 768px) {
    .cf7-grid {
      grid-template-columns: 1fr;
      gap: 22px;
    }
  
    .cf7-field.full,
    .cf7-field.submit,
    .cf7-field.checkbox {
      grid-column: span 1;
    }
  }
  

  @media (max-width: 600px){

    /* footer */
    .ast-builder-footer-grid-columns.site-primary-footer-inner-wrap.ast-builder-grid-row, .wp-block-uagb-forms.uagb-forms__outer-wrap.uagb-block-6b09716e.uagb-forms__medium-btn.uagb-activated-script {
      padding: 0;
    }
    .ast-builder-footer-grid-columns .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow p{
        text-align: left;
    }
  }