 .Magic_form_px-wrapper {
    background-color: rgba(120, 113, 99, 1);
    padding: 100px 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
  
  .Magic_form_px-cards-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

 
  .Magic_form_px-left-card {
    width: 578px;
    height: 755px;
    flex-shrink: 0;
    box-sizing: border-box;
  }



  .Magic_form_px-right-card {
    width: 578px;
/*     height: 684px; */
height: 710px;
    flex-shrink: 0;
    box-sizing: border-box;
  }


  .Magic_form_px-left-card {
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
    box-shadow: 4.5px -4.5px 30px 0px rgba(0, 0, 0, 0.25);
    border: 20px solid #fff;

  }

  .Magic_form_px-content {
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 100px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: inset 4.5px -4.5px 30px 0px rgba(0, 0, 0, 0.25);
  }


  .Magic_form_px-clip-area {
    position: absolute;
    top: 25px; left: 25px; right: 25px; bottom: 25px;
    overflow: hidden;
    z-index: 3;
    pointer-events: none;
  }

  .Magic_form_px-slide-layer {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    position: relative;
    will-change: transform;
  }

  .Magic_form_px-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .Magic_form_px-info-title {
  color: rgba(45, 45, 45, 0.8);
    font-family: Clash Display;
    font-weight: 500;
    font-size: clamp(1.8163rem, 1.3766rem + 1.8038vw, 3rem);
    line-height: 100%;
    letter-spacing: 0%;
    
    margin-bottom: 1.6rem !important;
  }

  .Magic_form_px-info-desc {
        color: rgba(45, 45, 45, 0.8);
    margin-bottom: 60px;
    font-family: Archivo;
    font-weight: 400;
    font-size: clamp(0.6875rem, 0.5714rem + 0.4762vw, 1rem);
    line-height: 130%;
    letter-spacing: 0%;
  }

  .Magic_form_px-contact-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .Magic_form_px-contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .Magic_form_px-icon {
    flex-shrink: 0;
    
    margin-top: 2px;
  }

  .Magic_form_px-contact-text {
        color: rgba(45, 45, 45, 0.8);
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s;
    font-family: Clash Display;
    font-weight: 500;
    font-size: clamp(0.6875rem, 0.5946rem + 0.381vw, 0.9375rem);
    line-height: 100%;
    letter-spacing: 0%;
  }

  a.Magic_form_px-contact-link {
    text-decoration: none;
    color: inherit;
    pointer-events: auto;
  }
  
  a.Magic_form_px-contact-link:hover .Magic_form_px-contact-text {
    text-decoration-color: #4A4A4A;
  }

  /* --- RIGHT CARD (Form) --- */
  .Magic_form_px-right-card {
    background-color: rgba(217, 217, 217, 1);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.45'/%3E%3C/svg%3E");
    padding: 60px 100px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    will-change: transform;
  }
  .Magic_form_px-input-group .wpcf7-not-valid-tip {
/*     position: absolute; */
    font-size: 10px;
}
/*.Magic_form_px-right-card .wpcf7-response-output {*/
/*    display: none;*/
/*}*/

  .Magic_form_px-form-title {
       color: rgba(45, 45, 45, 0.8);
    font-family: Clash Display;
    font-weight: 500;
    font-size: clamp(1.8163rem, 1.3766rem + 1.8038vw, 3rem);
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px !important;
  }

  .Magic_form_px-input-group {
    margin-bottom: 18px;
    position: relative;
  }

  .Magic_form_px-input-group label {
       display: block;
    color: rgba(45, 45, 45, 0.8);
    margin-bottom: 8px;
    font-family: Clash Display;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .Magic_form_px-input-group input,
  .Magic_form_px-input-group select,
  .Magic_form_px-input-group textarea {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 2px;
    padding: 12px 15px;
    font-family: Clash Display;
    font-size: 1rem;
    color: rgba(45, 45, 45, 0.8);
    outline: none;

  }

  .Magic_form_px-input-group select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }

  .Magic_form_px-select-icon {
    position: absolute;
    right: 15px;
    top: 40px;
    pointer-events: none;
    width: 14px;
    height: 14px;
    color: #999;
  }

  .Magic_form_px-input-group textarea {
    resize: none;
  }

  .Magic_form_px-submit {
        background: rgba(44, 45, 45, 1);
    color: rgba(250, 240, 220, 1);
    border: none;
    border-radius: 30px;
    padding: 3px 3px 3px 20px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    height: auto;
    margin: auto;
    font-family: Clash Display;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
  }



  .Magic_form_px-submit-icon {
    background: rgba(250, 240, 220, 1);
    color: #2F2F2F;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Magic_form_px-submit-icon svg {
    width: 14px;
    height: 14px;
  }



/* custom form style  */

.Magic_form_px-wrapper .cfb-fields-list {
    width: 100%;
/*     background: #FFFFFF; */
    border: none;
    border-radius: 0;
    font-family: "Clash Display", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: rgba(45, 45, 45, 0.8);
    outline: none;
    box-sizing: border-box;
}

.Magic_form_px-wrapper .cfb-fields-list .cfb-field-label{
font-family: Clash Display;
font-weight: 500;
font-style: Medium;
font-size: 15px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #2D2D2DCC;
margin-bottom: 10px;

}

.Magic_form_px-wrapper input.cfb-fields-list {
    height: 33px;
}

.Magic_form_px-wrapper textarea.cfb-fields-list {
    height: 74px;
    resize: none;
}
.Magic_form_px-wrapper .cfb-form-wrapper{
max-width: 100%;
margin: 0;
}

.Magic_form_px-wrapper .cfb-input{
	height: 40px;
	border-radius: 0;
}

.Magic_form_px-wrapper .cfb-textarea {
    height: 87px;
    resize: none;
    overflow: hidden;
}
.Magic_form_px-wrapper .cfb-field-group{
margin-bottom: 30px;
}

.Magic_form_px-wrapper .cfb-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2d2d;
    color: #faf0dc !important;
    font-family: var(--font-clash-display), sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    border: none;
    outline: none;
    border-radius: 23px;
    padding: 3px 3px 3px 20px;
    height: 40px;
    min-width: 160px;
    width: fit-content;
    box-sizing: border-box;
    gap: 10px;
    cursor: pointer;
}

/* Cream circle */
.Magic_form_px-wrapper .cfb-submit-btn::after {
    content: "";
    width: 34px;
    height: 34px;
    background-color: #faf0dc;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Arrow */
.Magic_form_px-wrapper .cfb-submit-btn::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath d='M0 9.659L8.662 0.997H1.237L1.173 0H10.366V9.192L9.369 9.129V1.704L0.707 10.366L0 9.659Z' fill='%232C2D2D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.Magic_form_px-wrapper .cfb-submit-btn::before {
    transition: transform 0.3s ease;
}

.Magic_form_px-wrapper .cfb-submit-btn:hover{
    background-color: #2c2d2d;
}

.Magic_form_px-wrapper .cfb-submit-btn:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

  @media (max-width: 991px) {
    .Magic_form_px-wrapper {
      padding: 60px 20px;
    }
    .Magic_form_px-cards-wrapper {
      flex-direction: column;
		overflow: hidden;
    }
	  .Magic_form_px-wrapper .cfb-input{
height: 25px;
}
	  .Magic_form_px-wrapper .cfb-textarea{
        height: 53px !important;
        min-height: 53px !important;
        max-height: 53px !important;
}
	  .Magic_form_px-form-title{
		text-align: center;
		margin-bottom: 20px !important;
		}
    .Magic_form_px-left-card {
             width: 100%;
        max-width: 100%;
        height: 460px;
    }
	  .Magic_form_px-wrapper .cfb-field-group{
margin-bottom: 5px;}
    

    .Magic_form_px-right-card {
      width: 100%;
      max-width: 304px;
		/*height: 416px; */
		height: 100%;
    }
    .Magic_form_px-left-card {
      box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }
    .Magic_form_px-contact-list {
   
    gap: 10px;
}
    .Magic_form_px-content {
      padding: 60px 30px;
    }
    .Magic_form_px-clip-area {
      top: 15px; left: 15px; right: 15px; bottom: 15px;
    }
    .Magic_form_px-right-card {
           padding: 40px 25px;
    }
    .Magic_form_px-info-title,.Magic_form_px-info-desc{text-align:center}
    .Magic_form_px-info-desc{margin-bottom:0}
   .Magic_form_px-icon svg {
		max-width: 25px;
	}
	.Magic_form_px-input-group input, .Magic_form_px-input-group select, .Magic_form_px-input-group textarea {

		padding: 0px 15px;
		font-family: Clash Display;
		font-size: 14px;
		color: rgba(45, 45, 45, 0.8);

	}

	  .Magic_form_px-wrapper .cfb-submit-wrapper{
			justify-content: center;
		}
  }
  

