.elementor-78 .elementor-element.elementor-element-2b5767f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--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-78 .elementor-element.elementor-element-c05bee4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-78 .elementor-element.elementor-element-c05bee4:hover iframe{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-78 .elementor-element.elementor-element-70dde2b{--display:flex;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-78 .elementor-element.elementor-element-0d7c62d{text-align:center;}.elementor-78 .elementor-element.elementor-element-0d7c62d .elementor-heading-title{font-family:"Pontano Sans", Sans-serif;font-size:34px;font-weight:400;line-height:64px;letter-spacing:1.2px;color:#0F0C0C;}.elementor-78 .elementor-element.elementor-element-1cdf3be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-78 .elementor-element.elementor-element-45c734e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-78 .elementor-element.elementor-element-9f186fe > .elementor-widget-container{margin:-45px 0px 0px 0px;}.elementor-78 .elementor-element.elementor-element-d442b51{--display:flex;--min-height:505px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:54px;--margin-left:0px;--margin-right:0px;}.elementor-78 .elementor-element.elementor-element-eab8e9d > .elementor-widget-container{margin:-3px 0px 199px -32px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-78 .elementor-element.elementor-element-eab8e9d > .elementor-widget-container{margin:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-78 .elementor-element.elementor-element-45c734e{--width:50%;}.elementor-78 .elementor-element.elementor-element-d442b51{--width:50%;}}/* Start custom CSS for shortcode, class: .elementor-element-9f186fe *//* Wrapper */
.wpcf7 {
  background: #fff;
  padding: 2.5rem;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 3rem auto;
  font-family: 'Raleway', sans-serif;
}

/* Inputs and textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.2rem;
  border: 2px solid #e0e0e0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #8f5f2e;
  outline: none;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: linear-gradient(135deg, #8f5f2e, #c0392b);
  color: #fff;
  padding: 1rem 2rem;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background: linear-gradient(135deg, #c0392b, #8f5f2e);
  transform: scale(1.02);
}

/* Spinner & response */
.wpcf7-spinner {
  display: inline-block;
  margin-left: 10px;
}

.wpcf7-response-output {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: #c0392b;
}

/* Placeholder colors */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: #999;
  font-style: italic;
}

/* Optional subtle animation */
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hidden-fields-container {
  display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eab8e9d *//* 🌐 Full Page Layout */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* 🧱 Flex Wrapper */
.form-and-panel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100vh; /* Full screen height */
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* 📝 Left Form Section */
.form-section {
  flex: 1;
  background-color: #ffffff;
  padding: 60px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; /* Optional: vertically center form */
}

/* 🧱 Right Side Panel */
.divya-side-panel {
  flex: 1;
  padding: 60px 40px;
  background: linear-gradient(to bottom right, #fffaf5, #fef6ef);
  border-left: 6px solid #8f5f2e;
  box-shadow: inset 0 0 0 1px #eee;
  font-family: 'Poppins', sans-serif;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  height: 100%; /* 🔥 Ensure full height inside flex */
}

/* 🟥 Heading */
.divya-side-panel h2 {
  font-size: 2rem;
  color: #c0392b;
  margin-bottom: 0.5rem;
}

.divya-side-panel h2 span {
  color: #8f5f2e;
}

/* 📝 Subtitle */
.divya-side-panel .subtitle {
  font-style: italic;
  color: #666;
  margin-bottom: 1.5rem;
}

/* 📄 Paragraphs */
.divya-side-panel p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* 💬 Quote Box */
.highlight-box {
  background-color: #fff3df;
  padding: 1rem 1.2rem;
  border-left: 4px solid #c0392b;
  border-radius: 6px;
  font-style: italic;
  color: #c0392b;
  margin-bottom: 1.5rem;
}

/* 📍 Contact Info */
.contact-info p {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  margin-bottom: 0.8rem;
  gap: 0.6rem;
  flex-wrap: nowrap;
}

.contact-info .icon {
  font-size: 1.2rem;
  color: #8f5f2e;
  width: 24px;
  flex-shrink: 0;
}

.contact-info strong {
  min-width: 80px;
  white-space: nowrap;
  display: inline-block;
}

.contact-info a {
  color: #c0392b;
  text-decoration: none;
  font-weight: 600;
}

.contact-info a:hover {
  text-decoration: underline;
}

/* 📱 Mobile Responsive */
@media screen and (max-width: 768px) {
  .form-and-panel {
    flex-direction: column;
    height: auto;
  }

  .form-section,
  .divya-side-panel {
    width: 100%;
    padding: 40px 20px;
    height: auto;
  }

  .divya-side-panel {
    border-left: none;
    border-top: 6px solid #8f5f2e;
  }
}/* End custom CSS */