
.contact-hero-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.contact-hero-left {
  display: flex;    
  max-width: 772px;
  flex-direction: column;
  padding-left: 175px;
  padding-top: 152px;
}

.contact-hero-text {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.contact-hero-text p {
  width: 52%;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.4px;
  color: #6d6488;
}

.contact-hero-image {
  max-width: 720px;
  height: auto;
  padding-top: 64px;
  left: 40%;
  position: absolute;
}

.contact-hero-text h1 {
  font-family: Rubik;
  font-size: 80px;
  font-weight: 500;
  line-height: 84px;
  text-align: left;
  color: #8056f6;
  margin: 0;
  padding: 0px;
  line-height: 105%;
}


.contact-hero-button:hover {
  color: white;
}
.contact-hero-button {
  width: 233px;
  display: flex;
  flex-direction: row;
  height: 56px;
  padding: 15.15px 38.97px 15.15px 38.97px;
  gap: 4.33px;
  border-radius: 36px;
  font-family: Rubik;
  font-size: 21px;
  font-weight: 600;
  line-height: 25.98px;
  text-align: center;
  border: none;
  background-color: #8056f6;
  cursor: pointer;
  color: #f9f9f9;
  text-decoration: none;
}
a.card-button:hover {
  background-color: #5a43c3;
  text-decoration: none;
  color: white;
  transform: scale(1.1);
}
@media (max-width: 998px) {
  .contact-hero-section {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }

  .contact-hero-left {
    padding: 2rem;
    gap: 20px;
  }

  .contact-hero-image {
    width: 100%;
    height: 450px;
    padding: 15px;
    position: static;
  }
  .contact-hero-text h1 {
    margin: 0;
  }

  .contact-hero-text p {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .contact-hero-section {
    justify-content: center;
    gap: 53rem;
  }
  .contact-hero-left {
    padding-left: 70px;
    max-width: 598px;
  }
  .contact-hero-text p {
    width: 60%;
  }
  .contact-hero-image {
    left: 48%;
    max-width: 742px;
  }

 
}


.contact-section-area .form-feilds-area input, .contact-section-area .form-feilds-area select{
  color: #38266D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  height: 58px;
}
.contact-section-area .form-feilds-area{
  width: 100%;
}
.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top{
  display:none !important; 
}
.contact-section-are .form-feilds-area .with_frm_style .frm_primary_label{
  display:none !important; 
}
.contact-form .frm_style_formidable-style.with_frm_style .frm_submit button , .frm_style_formidable-style.with_frm_style .frm_submit button{

display: flex;

align-items: center;

padding: 15px 39px !important;

width: 154px !important;

height: 56px !important;

background: #38266D !important;

border-radius: 36px !important;

font-family: 'Rubik' !important;

font-style: normal;

font-weight: 600;

font-size: 21.6484px;

line-height: 26px !important;

text-align: center;

color: #F9F9F9 !important;

margin-top: 40px !important;

}
.contact-section-area .contact-programs label {
  display: block !important;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.contact-section-area {
  height: 1057px;
  width: 100%;
  background-color: #8056f6;
  margin-top: 5rem;
  display: flex;
}

.form-headings h1 {
  margin-bottom: 10px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 125%;
  color: #f9f9f9;
}

.form-headings p {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 23px;
letter-spacing: 0.4px;
color: #F9F9F9;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  padding: 236px 122px 99px 124px;
  justify-content: center;
  width: 100%;
  background-color: transparent;
}

form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 26px;
}

.input-group {
  display: flex;
  gap: 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"]
#contact-drop-down {
    
font-family: 'Inter';
font-style: normal;
font-weight: 400;
width: 100%;
height: 58px;
font-size: 16px;
line-height: 19px;
letter-spacing: -0.01em;
color: #38266D;
}

.contact-form-button {
    display: flex;
    align-items: center;
    padding: 15px 39px;
    width: 154px;
    height: 56px;
    border: none;
    background: #38266d;
    border-radius: 36px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    font-size: 21.6484px;
    line-height: 26px;
    text-align: center;
    color: #f9f9f9;
  }
  

button:hover {
  background-color: #5a43c3;
}

/* Responsive design */

/* For mobile screens */
@media screen and (max-width: 998px) {
  .input-group {
    flex-direction: column;
  }

  .contact-form{
    padding: 70px 30px 90px 30px;
  }

  h1 {
    font-size: 1.5em;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    font-size: 0.9em;
  }

  button {
    font-size: 0.9em;
    padding: 12px;
  }
}

/* For large screens */
@media screen and (min-width: 1600px) {
  form {
    max-width: 710px;
    margin: 0 auto;
  }

  .form-headings{
    margin: auto;
  }

  h1 {
    font-size: 2.5em;
  }

  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    font-size: 1.2em;
  }

  button {
    font-size: 1.2em;
    padding: 18px;
  }
}
