.elementor-2743 .elementor-element.elementor-element-c8376a5{--display:flex;--min-height:450px;--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;--justify-content:center;--overlay-opacity:0.7;--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-2743 .elementor-element.elementor-element-c8376a5::before, .elementor-2743 .elementor-element.elementor-element-c8376a5 > .elementor-background-video-container::before, .elementor-2743 .elementor-element.elementor-element-c8376a5 > .e-con-inner > .elementor-background-video-container::before, .elementor-2743 .elementor-element.elementor-element-c8376a5 > .elementor-background-slideshow::before, .elementor-2743 .elementor-element.elementor-element-c8376a5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2743 .elementor-element.elementor-element-c8376a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.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 );color:var( --e-global-color-primary );}.elementor-2743 .elementor-element.elementor-element-34280a7.elementor-element{--align-self:center;}.elementor-2743 .elementor-element.elementor-element-34280a7{text-align:center;}.elementor-2743 .elementor-element.elementor-element-34280a7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:65px;font-weight:400;text-transform:capitalize;color:#FFFFFF;}.elementor-2743 .elementor-element.elementor-element-df31814{--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-2743 .elementor-element.elementor-element-7dfc5c8{--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;--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-2743 .elementor-element.elementor-element-5e64354{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2743 .elementor-element.elementor-element-34280a7 .elementor-heading-title{font-size:50px;}}@media(min-width:768px){.elementor-2743 .elementor-element.elementor-element-c8376a5{--content-width:1600px;}.elementor-2743 .elementor-element.elementor-element-7dfc5c8{--content-width:1600px;}}/* Start custom CSS for heading, class: .elementor-element-34280a7 */.elementor-2743 .elementor-element.elementor-element-34280a7 {
  font-weight: 700;
  color: white;
}

.elementor-2743 .elementor-element.elementor-element-34280a7 .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px white;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7dfc5c8 *//* ======= B.H.A.R.A.T. Foundation Form Styling ======= */
.bharat-form-wrapper {
  max-width: 700px;
  margin: 50px auto;
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 35px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  border: 1px solid #e2e8f0;
  font-family: "Poppins", sans-serif;
}

/* === Animated Title === */
.bharat-title h1 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tricolorFlow 3s linear infinite;
}
@keyframes tricolorFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* === Labels === */
.wpcf7-form label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #0b3b56;
  font-size: 15px;
}

/* === Fields === */
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 14px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  font-size: 15px;
  color: #1e293b;
  background: #f8fafc;
  transition: all 0.3s ease;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: #0b4870;
  box-shadow: 0 0 0 3px rgba(11, 72, 112, 0.15);
}
textarea { resize: vertical; }

/* === Phone Field === */
.phone-group {
  position: relative;
}
.phone-prefix {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-weight: 600;
  color: #0b4870;
  font-size: 14px;
}
input[name="phone"] {
  padding-left: 50px;
}

/* === Submit Button === */
.wpcf7-submit {
  background: #0b3b56; /* Dark color */
  color: #ffffff;
  font-weight: 700;
  padding: 14px 22px;
  margin-top: 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: 0.4s ease;
  box-shadow: 0 4px 14px rgba(11, 72, 112, 0.25);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wpcf7-submit:hover {
  background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
  background-size: 300%;
  color: #0b3b56;
  transform: scale(1.03);
}

/* === Notes === */
.note {
  font-size: 13px;
  color: #475569;
  margin-top: 12px;
  text-align: center;
}

/* === Loader Text === */
div.wpcf7 form.submitting::after {
  content: "Submitting... Please Wait";
  display: block;
  text-align: center;
  margin-top: 20px;
  background: linear-gradient(90deg, #ff9933, #ffffff, #138808);
  background-size: 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tricolorFlow 3s linear infinite;
}

/* === Responsive === */
@media (max-width: 768px) {
  .bharat-form-wrapper {
    padding: 25px 20px;
  }
  .bharat-title h1 {
    font-size: 20px;
  }
  .wpcf7-submit {
    font-size: 15px;
    padding: 12px 18px;
  }
}/* End custom CSS */