.elementor-211 .elementor-element.elementor-element-eb3cce8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-211 .elementor-element.elementor-element-abcc34d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-abcc34d *//* Scoped CSS for Gem2Coeur Content */
    /* High specificity ID to override WP themes */
    #g2c-contact-page-wrapper.g2c-wrapper {
      font-family: 'Montserrat', sans-serif;
      color: #1a1a1a;
      line-height: 1.6;
      width: 100%;
      overflow-x: hidden;
      background-color: #fff;
      box-sizing: border-box;
      /* CSS Reset within scope */
      margin: 0;
      padding: 0;
    }

    #g2c-contact-page-wrapper.g2c-wrapper *,
    #g2c-contact-page-wrapper.g2c-wrapper *::before,
    #g2c-contact-page-wrapper.g2c-wrapper *::after {
      box-sizing: inherit;
    }

    /* Reset common WP form styles */
    #g2c-contact-page-wrapper.g2c-wrapper input,
    #g2c-contact-page-wrapper.g2c-wrapper select,
    #g2c-contact-page-wrapper.g2c-wrapper textarea,
    #g2c-contact-page-wrapper.g2c-wrapper button {
      margin: 0;
      border-radius: 0;
      box-shadow: none;
      font-family: inherit;
    }

    /* Typography */
    .g2c-title-main {
      font-family: 'King Caslon', 'Playfair Display', serif;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.05em;
    }

    .g2c-title-sub {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-size: 0.9rem;
    }

    .g2c-wrapper strong {
      font-weight: 700;
      color: #000;
    }

    /* Header (Reused) */
    .g2c-header {
      width: 100%;
      padding: 20px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
      border-bottom: 1px solid #eee;
      position: relative;
      z-index: 100;
    }

    .g2c-logo img {
      height: 60px;
      filter: none;
      position: relative;
      z-index: 102;
    }

    .g2c-nav ul {
      display: flex;
      list-style: none;
      gap: 30px;
      padding: 0;
      margin: 0;
    }

    .g2c-nav a {
      color: #000 !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.85rem;
      letter-spacing: 1px;
      font-weight: 500;
    }

    /* Hamburger Menu (Reused) */
    .g2c-hamburger {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      width: 30px;
      height: 20px;
      background: transparent;
      border: none;
      cursor: pointer;
      z-index: 102;
      padding: 0;
    }

    .g2c-hamburger span {
      width: 100%;
      height: 2px;
      background: #000;
      transition: all 0.3s ease-in-out;
      transform-origin: left;
    }

    .g2c-hamburger.active span { background: #fff; }
    .g2c-hamburger.active span:first-child { transform: rotate(45deg); }
    .g2c-hamburger.active span:nth-child(2) { opacity: 0; width: 0; }
    .g2c-hamburger.active span:last-child { transform: rotate(-45deg); }

    /* Contact Page Layout */
    .g2c-contact-container {
      display: flex;
      flex-wrap: wrap;
      min-height: 100vh; /* Full screen feel */
    }

    /* Left Side: Info & Value Prop */
    .g2c-contact-info {
      flex: 1 1 400px;
      background-color: #f9f9f9;
      padding: 80px 60px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .g2c-info-title {
      font-size: 3.5rem;
      margin-bottom: 40px;
      line-height: 1.1;
    }

    .g2c-info-block {
      margin-bottom: 40px;
    }

    .g2c-info-subtitle {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .g2c-info-text {
      font-size: 1rem;
      color: #555;
      margin-bottom: 10px;
    }

    .g2c-info-text a {
      color: #000;
      text-decoration: none;
      border-bottom: 1px solid #ddd;
      transition: border-color 0.3s;
    }

    .g2c-info-text a:hover {
      border-color: #000;
    }

    /* Right Side: The Form */
    .g2c-contact-form-wrapper {
      flex: 1 1 500px;
      padding: 80px 60px;
      background-color: #fff;
      display: flex;
      align-items: center;
    }

    .g2c-form {
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
    }

    .g2c-form-group {
      position: relative;
      margin-bottom: 30px;
    }

    .g2c-form-row {
      display: flex;
      gap: 20px;
    }

    .g2c-form-col {
      flex: 1;
    }

    .g2c-label {
      position: absolute;
      top: 15px;
      left: 0;
      font-size: 0.9rem;
      color: #999;
      pointer-events: none;
      transition: all 0.3s ease;
      font-family: 'Montserrat', sans-serif;
    }

    .g2c-input, .g2c-textarea, .g2c-select {
      width: 100%;
      padding: 15px 0;
      border: none;
      border-bottom: 1px solid #ddd;
      font-family: 'Montserrat', sans-serif;
      font-size: 1rem;
      color: #000;
      background: transparent;
      outline: none;
      transition: border-color 0.3s;
      border-radius: 0; /* Reset for iOS */
    }

    .g2c-input:focus, .g2c-textarea:focus, .g2c-select:focus {
      border-bottom-color: #000;
    }

    /* Floating label logic */
    .g2c-input:focus ~ .g2c-label,
    .g2c-input:not(:placeholder-shown) ~ .g2c-label,
    .g2c-textarea:focus ~ .g2c-label,
    .g2c-textarea:not(:placeholder-shown) ~ .g2c-label {
      top: -10px;
      font-size: 0.75rem;
      color: #000;
    }

    /* Select styling override */
    .g2c-select {
      padding: 15px 0;
      cursor: pointer;
      appearance: none;
      -webkit-appearance: none;
      background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: right 0 center;
      background-size: 10px;
    }

    .g2c-submit-btn {
      display: inline-block;
      background-color: #000;
      color: #fff;
      padding: 15px 40px;
      border: 1px solid #000;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer;
      transition: all 0.3s ease;
      margin-top: 20px;
      letter-spacing: 1px;
    }

    .g2c-submit-btn:hover {
      background-color: #fff;
      color: #000;
    }

    .g2c-form-message {
      margin-top: 20px;
      padding: 10px;
      font-size: 0.9rem;
      display: none;
    }
    .g2c-form-message.success { color: green; border: 1px solid green; }
    .g2c-form-message.error { color: red; border: 1px solid red; }

    .g2c-conditional-field {
      display: none; /* Hidden by default */
      animation: fadeIn 0.5s ease;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Footer (Reused) */
    .g2c-footer {
      background: #111;
      color: #fff;
      padding: 60px 40px;
      text-align: center;
    }

    .g2c-footer-social {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin-bottom: 30px;
    }

    .g2c-social-link {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255,255,255,0.2);
      border-radius: 50%;
      color: #fff;
      transition: all 0.3s ease;
    }

    .g2c-social-link:hover {
      background: #fff;
      color: #000;
      border-color: #fff;
      transform: translateY(-3px);
    }

    .g2c-social-link:hover svg {
      fill: #000;
    }

    .g2c-social-link svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      transition: fill 0.3s ease;
    }

    .g2c-footer-links {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .g2c-footer a {
      color: #999;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 0.8rem;
      letter-spacing: 1px;
      transition: color 0.3s;
    }

    .g2c-footer a:hover {
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .g2c-contact-info, .g2c-contact-form-wrapper {
        flex: 1 1 100%;
        padding: 60px 20px;
      }
      .g2c-form-row {
        flex-direction: column;
        gap: 0;
      }
      .g2c-info-title {
        font-size: 2.5rem;
      }
    }

    @media (max-width: 768px) {
      .g2c-header { padding: 20px; }
      .g2c-hamburger { display: flex; }

      .g2c-nav {
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100vh;
        background: rgba(0,0,0,0.95);
        backdrop-filter: blur(10px);
        display: flex; flex-direction: column;
        justify-content: center; align-items: center;
        opacity: 0; pointer-events: none;
        transition: opacity 0.4s ease;
        z-index: 101;
      }
      .g2c-nav.active { opacity: 1; pointer-events: all; }
      .g2c-nav ul { flex-direction: column; gap: 40px; text-align: center; }
      .g2c-nav a { font-size: 1.5rem; color: #fff !important; font-family: 'King Caslon', 'Playfair Display', serif; font-style: italic; }
    }/* End custom CSS */