@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

.contact-us-heading-container{
    /* width: 658px; */
    /* height:; */
    margin: 0 auto;
    margin-top: 166px;
}
.contact-us-heading{
    width: 873px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.contact-title{
    font-family: "Teachers";
    font-size: 82px;
    font-weight: 700;
    color: #443A96;
    text-align: center;
    line-height: 99px;
    width: 658px;
}
.span-type-1{
    color: white;
    background-color: #443A96;
    padding: 2px 10px;
}

.contact-p{
    width: 873px;
    font-size: 16px;
    font-weight: 600;
    color: #443A96;
    text-align: center;
    margin-top: 26px;
    text-align: center;
    color:#6D6D6D;
}

.contact-us-form-container{

    margin-top: 52px;
    width: 1360px;
    height: 535px;
    display: flex;
    flex-direction: row;
    /* align-items: flex-start; */
    gap: 29px;
     margin-bottom: 110px;
}
.contact-us-form{
    width: 897px;
    height: 535px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-us-img-container img {
  order: 2;
    width: 434px;
    height: 535px;
    border-radius: 20px;
}
.contact-us-form-title-container{
    display: flex;
    gap: 30px;
}
.contact-us-form-title{
    width: 431px;
    height: 54px;
    border-radius: 14px;
    background-color: #F5F4FB;
    border: 2px solid #EBE9F6;
    padding: 20px 24px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #1E1E1E;


}
.contact-us-form-title:focus  {    
    border: 2px solid #413894 !important;
    outline: none;
}
.contact-us-form-title::placeholder{
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #4138944D;

}
.big-msg{
    width: 893px;
    height: 176px;
    background-color: #F5F4FB;
    border-radius: 14px;
    border: 2px solid #EBE9F6;
    padding: 20px 24px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #1E1E1E;
    font-family: "quicksand";


}

.big-msg::placeholder{
    font-family: "quicksand";
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #4138944D;

}

.big-msg:focus  {    
  border: 2px solid #413894 !important;
  outline: none;
}

.contact-us-button{
    width: 897px;
    height: 54px;
    border-radius: 12px;
    border: 2px solid #473EA3;
    background-color: #413894;

    color: #FFFFFF;
    font-size: 16px;
    line-height: 14px;
    font-weight: 700;
}
.contact-us-form-loader{
    width: 897px;
    height: 84px;
    border-radius: 14px;
    border: 2px solid #E7E6F5;
    background-color: #F1F0F9;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.item-1{
    width: 285px;
    height: 64px;
    background-color: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #1B1B1B;
}
.item-1 span{
    width: 24px;
    height: 24px;
}

.custom-dropdown {
  position: relative;
  width: 100%;
  max-width: 433px;
  font-size: 14px;
  color: #333;
}

.dropdown-selected {
  background-color: #F5F4FB;
  padding: 14px 18px;
  border-radius: 12px;
  cursor: pointer;
border: 2px solid #EBE9F6;
  height: 54px;
  font-size: 16px;
    font-weight: 600;
    color: #353535;
}
.dropdown-selected.placeholder {
  color: #D7D7D7;
background-color: #F5F4FB;

}

.dropdown-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
    background-color: #FFFFFF;
  border-radius: 16px;
border: 2px solid #F1F1F9;
  display: none;
  z-index: 9999;
font-size: 16px;
font-weight: 600;
color: #353535;

  /* ensures it's above everything */
}
.custom-dropdown.active .dropdown-selected {
  border: 2px solid #413894;
}

.dropdown-options li {
  /* padding: 12px 18px; */
  margin: 20px 0 16px 20px;
  cursor: pointer;
  transition: background 0.2s;

}

.dropdown-options li:hover {
  background: #f4f4f4;
  color: #3B3BE8; /* blue for "High School Scholar" */
  font-weight: 500;
}


.custom-dropdown.active .dropdown-options {
  display: block;
}


@media screen and (max-width:767px)   {

  .contact-us-heading-container {
    /* width: 658px; */
    margin: 0 auto;
    margin-top: 150px;
}

  .contact-us-heading{
    width: 345px;
}
.contact-title{
    font-family: "Teachers";
    font-size: 42px;
    font-weight: 700;
    color: #443A96;
    text-align: center;
    line-height: 52px;
    width: 345px;
}

.contact-p{
    width: 345px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #443A96;
    text-align: center;
    margin-top: 24px;
    text-align: center;
    color:#6D6D6D;
}

.contact-us-form-container{

    margin-top: 40px;
    width: 345px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
     margin-bottom: 110px;
}
.contact-us-form{
  order: 2;
    width: 345px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-us-img-container{
  order: 1;
}
.contact-us-img-container img {
    width: 345px;
    height: 171px;
    object-fit: cover;
}
.contact-us-form-title-container{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-us-form-title{
    width: 345px;
    height: 54px;
}
.big-msg{
    width: 345px;
}
.contact-us-button{
    width: 345px;
}
.contact-us-form-loader{
    width: 345px;
    height: 236px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.item-1{
    width: 325px;
}

  
}
