/*
 * Webconnect Contact
 * Page ID: 16
 * Unique page-specific CSS only.
 * Shared rules live in webconnect-global.css.
 */

.wccontact-hero-image {
    position: relative;
    z-index: 2;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 30px;
    padding: 16px;
    box-shadow: 0 28px 80px rgba(0,0,0,0.28);
    backdrop-filter: blur(14px);
    overflow: hidden;
    transform: rotate(-2deg);
    transition: all .3s ease;
  }

  

  .wccontact-hero-image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    border-radius: 22px;
  }

  .wccontact-floating-card {
    position: absolute;
    right: -10px;
    bottom: 26px;
    z-index: 3;
    max-width: 285px;
    padding: 22px;
    border-radius: 22px;
    background: var(--wc-white);
    border: 1px solid var(--wc-border);
    box-shadow: 0 22px 55px rgba(15,23,42,0.16);
  }

  .wccontact-floating-card span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--wc-primary-soft);
    color: var(--wc-primary);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .wccontact-floating-card h3 {
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: var(--wc-dark);
  }

  

  

  

  

  

  

  

  .wccontact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  

  

  

  .wccontact-icon svg {
    width: 27px;
    height: 27px;
    stroke: currentColor;
  }

  

  

  .wccontact-card a {
    color: var(--wc-primary);
    font-weight: 900;
    text-decoration: none;
  }

  .wccontact-card a:hover {
    color: var(--wc-accent);
  }

  

  .wccontact-form-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
  }

  

  

  .wccontact-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 28px 0 0;
  }

  .wccontact-tag {
    display: inline-flex;
    padding: 10px 13px;
    border-radius: 999px;
    background: var(--wc-soft);
    color: var(--wc-text);
    font-size: 13px;
    font-weight: 800;
  }

  .wccontact-form-shell {
    background: var(--wc-light);
    border: 1px solid #e5e7eb;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 16px 38px rgba(15,23,42,0.06);
  }

  .wccontact-form-shell .fluentform {
    color: var(--wc-dark);
  }

  .wccontact-form-shell .fluentform .ff-el-group {
    margin-bottom: 18px;
  }

  .wccontact-form-shell .fluentform .ff-el-input--label label,
  .wccontact-form-shell .fluentform .ff-el-form-check-label,
  .wccontact-form-shell .fluentform label {
    color: var(--wc-dark) !important;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
  }

  .wccontact-form-shell .fluentform .ff-el-form-control,
  .wccontact-form-shell .fluentform input[type="text"],
  .wccontact-form-shell .fluentform input[type="email"],
  .wccontact-form-shell .fluentform input[type="tel"],
  .wccontact-form-shell .fluentform input[type="number"],
  .wccontact-form-shell .fluentform input[type="url"],
  .wccontact-form-shell .fluentform select,
  .wccontact-form-shell .fluentform textarea {
    width: 100%;
    background: var(--wc-white) !important;
    border: 1px solid #dbe3ef !important;
    color: var(--wc-dark) !important;
    border-radius: 14px !important;
    padding: 15px 16px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color .25s ease, box-shadow .25s ease, background .25s ease !important;
  }

  .wccontact-form-shell .fluentform .ff-el-form-control:focus,
  .wccontact-form-shell .fluentform input:focus,
  .wccontact-form-shell .fluentform select:focus,
  .wccontact-form-shell .fluentform textarea:focus {
    border-color: rgba(56,58,231,0.45) !important;
    box-shadow: 0 0 0 3px rgba(56,58,231,0.10) !important;
  }

  .wccontact-form-shell .fluentform input::placeholder,
  .wccontact-form-shell .fluentform textarea::placeholder {
    color: #94a3b8 !important;
  }

  .wccontact-form-shell .fluentform select option {
    color: var(--wc-dark);
    background: var(--wc-white);
  }

  .wccontact-form-shell .fluentform textarea {
    min-height: 170px !important;
    resize: vertical !important;
  }

  .wccontact-form-shell .fluentform .ff-t-cell {
    padding: 0 8px;
  }

  .wccontact-form-shell .fluentform .ff-t-container {
    margin-left: -8px;
    margin-right: -8px;
  }

  .wccontact-form-shell .fluentform .ff-el-form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 6px;
  }

  .wccontact-form-shell .fluentform input[type="checkbox"],
  .wccontact-form-shell .fluentform input[type="radio"] {
    accent-color: var(--wc-primary);
    margin-top: 3px;
  }

  .wccontact-form-shell .fluentform .ff_submit_btn_wrapper {
    margin-top: 10px;
  }

  .wccontact-form-shell .fluentform .ff-btn,
  .wccontact-form-shell .fluentform .ff-btn-submit,
  .wccontact-form-shell .fluentform button[type="submit"] {
    background: linear-gradient(135deg, var(--wc-primary), var(--wc-accent)) !important;
    color: var(--wc-white) !important;
    -webkit-text-fill-color: var(--wc-white) !important;
    border: none !important;
    border-radius: 14px !important;
    padding: 15px 28px !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    box-shadow: 0 18px 38px rgba(14,165,233,0.22) !important;
    transition: all .25s ease !important;
  }

  .wccontact-form-shell .fluentform .ff-btn:hover,
  .wccontact-form-shell .fluentform .ff-btn-submit:hover,
  .wccontact-form-shell .fluentform button[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(14,165,233,0.30) !important;
  }

  .wccontact-form-shell .fluentform .ff-el-is-error .ff-el-form-control,
  .wccontact-form-shell .fluentform .has-error .ff-el-form-control {
    border-color: rgba(220,38,38,0.65) !important;
  }

  .wccontact-form-shell .fluentform .text-danger,
  .wccontact-form-shell .fluentform .ff-el-is-error .error,
  .wccontact-form-shell .fluentform .error {
    color: #dc2626 !important;
    font-size: 13px !important;
    margin-top: 6px !important;
  }

  .wccontact-form-shell .fluentform .ff_errors_list,
  .wccontact-form-shell .fluentform .ff-message-error {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #991b1b !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    margin-bottom: 16px !important;
  }

  .wccontact-form-shell .fluentform .ff-message-success,
  .wccontact-form-shell .fluentform .ff-success {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    color: #166534 !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    margin-bottom: 16px !important;
  }

  .wccontact-form-shell .fluentform .ff_upload_btn,
  .wccontact-form-shell .fluentform .ff_file_upload_holder {
    background: var(--wc-white) !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 14px !important;
    color: var(--wc-dark) !important;
  }

  

  

  

  

  

  

  @media (max-width: 980px){
    

    

    

    

    

    .wccontact-floating-card {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 18px auto 0;
      max-width: 560px;
    }
  }

  @media (max-width: 640px){
    

    

    

    

    

    

    .wccontact-form-shell {
      padding: 20px;
      border-radius: 22px;
    }

    

    .wccontact-hero-image img {
      height: 280px;
      border-radius: 18px;
    }

    .wccontact-form-shell .fluentform .ff-t-cell {
      padding: 0;
    }

    .wccontact-form-shell .fluentform .ff-t-container {
      margin-left: 0;
      margin-right: 0;
    }
  }
