.elementor-1303 .elementor-element.elementor-element-2cb5f4f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.65;--padding-top:200px;--padding-bottom:200px;--padding-left:0px;--padding-right:0px;}.elementor-1303 .elementor-element.elementor-element-2cb5f4f:not(.elementor-motion-effects-element-type-background), .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sing.globalaccademy.com/wp-content/uploads/2025/05/jagdeep-mudan-left-kamalbir-singh-right-1-2.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-1303 .elementor-element.elementor-element-2cb5f4f::before, .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .elementor-background-video-container::before, .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .e-con-inner > .elementor-background-video-container::before, .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .elementor-background-slideshow::before, .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .e-con-inner > .elementor-background-slideshow::before, .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor7 );--background-overlay:'';}.elementor-1303 .elementor-element.elementor-element-b9fd42c .elementor-heading-title{font-size:46px;}.elementor-1303 .elementor-element.elementor-element-fe6a729{--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;--justify-content:center;--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-1303 .elementor-element.elementor-element-428adea > .elementor-widget-container{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-1303 .elementor-element.elementor-element-2cb5f4f{--content-width:800px;}.elementor-1303 .elementor-element.elementor-element-fe6a729{--width:100%;}}@media(min-width:1025px){.elementor-1303 .elementor-element.elementor-element-2cb5f4f:not(.elementor-motion-effects-element-type-background), .elementor-1303 .elementor-element.elementor-element-2cb5f4f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-1303 .elementor-element.elementor-element-2cb5f4f{--padding-top:120px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-1303 .elementor-element.elementor-element-2cb5f4f{--padding-top:120px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for wpforms, class: .elementor-element-428adea */.contact-f {
  background-color: #1a1a1a;
  border-radius: 8px;
  padding: 3.5rem 2.5rem;
  width: 100%;
  max-width: 580px;
  margin: 2rem auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #f0f0f0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-f h2 {
  font-size: 1.9rem;
  margin: 0;
  font-weight: 600;
}

.contact-f input[type="text"],
.contact-f input[type="email"],
.contact-f textarea {
  width: 100%;
  padding: rem 1.3rem;
  background-color: #2a2a2a;
  border: 1.5px solid #444;
  border-radius: 6px;
  color: #e0e0e0;
  font-size: 1.1rem;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.contact-f input:focus,
.contact-f textarea:focus {
  outline: none;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.7);
  background-color: #222;
}

.contact-f textarea {
  resize: vertical;
  min-height: 120px;
}
.contact-f button {
  padding: 1.2rem;
  background-color: #000;
  border: 1.5px solid #444;
  border-radius: 6px;
  color: #f0f0f0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.contact-f button:hover {
  background-color: #111;
  border-color: #666;
  color: #fff;
}/* End custom CSS */