.parag {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  color: #020817;
}

.contact-form-area {
  /* background: #ffffff; */
  padding: 3rem;
  /* border: #020817 solid; */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)),
    url("../images/ContactUs/bgaa.png") no-repeat center / cover;
  ;
  /* background: #ffc267; */
}

.contact-form-area h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 39px;
}

.text-center {
  margin-top: 0;
}

.contact-form-area form input[type=text],
.contact-form-area form input[type=email],
.contact-form-area form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
  transition: 0.3s;
  border-radius: 12px;
  border: 1px solid red !important;
}

.contact-form-area form input[type=text]:focus,
.contact-form-area form input[type=email]:focus,
.contact-form-area form textarea:focus {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  border: 1px solid red !important;
  border-radius: 12px;
}

.contact-image {
  width: 100%;
  max-width: 400px;
}

.sub-title {
  font-size: 16px;
  text-align: center;
  font-family: Poppins, sans-serif;
  color: #020817;
  padding-top: 10px;
}

.large-blue-button {
  /* background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%); */
  background: #2555a0;
  border-radius: .5rem;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 1rem 1.75rem;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.large-blue-button:hover {
  /* background: #2555a0; */
  background: #e00000;

  i {
    transform: translateX(4px);
  }
}

@media (min-width: 768px) {
  .button-43 {
    padding: 1rem 2rem;
  }


}

.google-map {
  width: 100%;
  height: 540px;
  border-radius: 20px;
}

.frame {
  width: 100%;
  height: 256px;
}

.MembershipEligibility {
  background: #F0F2FF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
  margin: 1rem;
  border-radius: 1rem;
}

.contact-area {
  background: #F0F2FF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 1rem 0.5rem 1rem;
  margin: 10rem 1rem 2rem 1rem;
  border-radius: 1rem;
  position: relative;
}

.Course-mouse li {
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
}

.large-blue-button {
  border-radius: 30px;
}

.Course-mouse li :hover {
  font-size: 29px;
  font-weight: bold;
}

.underline-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.underline {
  bottom: 0;
  height: 4px;
  background-color: #fe5800;
  /* animation: slide 3s infinite; */
}

.underline-two {
  bottom: 0;
  height: 4px;
  background-color: #fe5800;
  animation: slide 3s infinite;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

@keyframes slide {

  0%,
  100% {
    width: 0;
  }

  25%,
  75% {
    width: 100%;
  }
}

.map-area {
  position: relative;
  margin-top: 50px;
}

.map-box {
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.contact-address {
  /* position: absolute; */
  /* top: -50px; */
  /* left: 25%; */
  background-color: #fe5800;
  background-size: cover;
  background-position: center;
  /* background-color: #e00000; */
  padding: 70px 30px;
  border-radius: 1rem;
}

.contact-address ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-address ul li {
  position: relative;
  display: block;
  padding-left: 60px;
  margin-bottom: 30px;
}

.contact-address ul li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3.125rem;
  color: #ffffff;
}

.contact-address ul li .content h3 {
  color: #ffffff;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.375rem;
}

.contact-address ul li .content span {
  color: #ffffff;
  display: block;
}

.contact-map {
  width: 100%;

}

iframe {
  width: 100% !important;
  height: 460px !important;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 525px;
  border-radius: 1rem;
}

.contact-address ul li .content span a {
  color: #ffffff;
}

.section-subtitle {
  display: block;
  color: #1a202c;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 2.5rem;
  color: #e00000;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.problems-img {
  width: 100%;
  max-width: max-content;
  border-radius: 1rem;

}

.memebers-img {
  width: 100%;
  max-width: max-content;
  border-radius: 1rem;
}

.problemsp {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .col-md-4 {
    width: 32%;
    /* Make columns full width on smaller screens */
  }

  .py-2 {
    margin-top: 8.7rem !important;
  }


  .cbox1,
  .cbox2,
  .cbox3 {
    margin-top: 15px;
    /* Add some space between the columns */
    text-align: center;
    height: 140px;
  }

}

@media (max-width: 768px) {
  .MembershipEligibility {
    background: #F0F2FF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1rem;
  }

  .contact-form-area {
    margin-top: 2rem;
    padding: 3rem 1.5rem;
  }

  .contact-address {
    padding: 2rem 1rem;
    margin: 1rem;
  }
}

@media (max-width:992px) {
  .map-box {
    flex-direction: column;
  }
}