.about-banner-box {
  /* background-image: url("../images/about-banner.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 200px;
}
/* .about-banner-content{
    position: absolute;
    top:50px;
    left:50px;
} */

.about-banner-content h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.about-banner-content h6 {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.about-main-img-box {
  position: relative;
  height: 600px;
  width: 100%;
  max-width: 350px;
  border: solid 2px var(--second-color);
}
.about-border-img {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 100%;
  max-width: 350px;
  height: 600px;
  z-index: -1;
  border-radius: 25px;
}

.about-choose-section {
  background-color: #e8f5ff;
  padding: 25px;
}
.about-choose-para-show {
  font-size: 15.5px;
  font-weight: 500;
  color: #303030;
}
.choose-numbers-show {
  text-align: center;
  position: relative;
}
.choose-heading-number {
  font-size: 200px;
  font-weight: 700;
  z-index: -1;
  color: var(--first-color);
}
.choose-course-box {
  position: absolute;
  top: 145px;
  left: 50px;
  background-color: #fff;
  padding: 13px;
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 100%;
  max-width: 190px;
  height: 115px;
}
.choose-course-box h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000000;
  margin-top: 13px;
}
.choose-course-box p {
  font-size: 15px;
  font-weight: 500;
}
.our-team-main-card {
  background-color: #fff;
  padding: 15px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  text-align: center;
  position: relative;
}
.team-social-icon-main-box {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}
.team-social-icon-main-box .social-icon-show {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 10px;
  background-color: #fff;
  color: var(--text-color);
  transition: 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: solid 1px rgb(224, 224, 224);
}
.team-social-icon-main-box .social-icon-show:hover {
  background-color: var(--text-color);
  color: #fff;
}
.our-team-main-card img {
  width: 100%;
  height: 320px;
  border-radius: 50px;
}
.our-team-main-card h5 {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.5px;
  margin-top: 25px;
}
.our-team-main-card p {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.about-university-hub-subheading {
  font-size: 13.5px;
  font-weight: 400;
  color: #fff;
}
.about-get-started-box{
  border:solid 1px rgb(196, 196, 196);
  padding:10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  text-align: center;
}
.about-get-started-box h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color:var(--first-color)
}
.about-get-started-box p{
  font-size: 14.5px;
  font-weight: 500;
  margin-top: 15px;
}








.new-contact-main-bg {
  /* background-color: #DDEEFC; */
  width: 100%;
  min-height: 100vh;
  padding: 100px 0px 0px 0px;
}

.new-contact-phone-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px;
background-color: #fff;
border: 1px solid #fff;
height: 100%; /* ensures it stretches fully inside the flex parent */
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
border-radius: 10px;
}

.new-contact-phone-container .icon i {
background-color: #0B1141;
border-radius: 50%;
padding: 7px 10px;
width: 50px;
height: 50px;
color: #fff;
font-size: 23px;
display: flex;
align-items: center;
justify-content: center;
}

.new-contact-phone-container p {
font-size: 15px;
font-weight: 500;
color: #000;
margin-top: 15px;
text-align: center;
}


.contact-form {
  background: white;
  padding: 30px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

}

.contact-form h2 {
  margin-bottom: 25px;
  font-weight: 600;
  color: #004080;
}

.form-control:focus {
  border-color: #004080;
  box-shadow: none;
}

.btn-primary {
  background-color: #004080;
  border: none;
}

.btn-primary:hover {
  background-color: #003366;
}

.contact-img {
  max-width: 100%;
  border-radius: 10px;
  height: 598px;
  /* object-fit: cover; */
}

.map-container {
width: 100%;
height: auto;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.contact-fixed-btn {
position: fixed;
bottom: 20px;
right: 0px;
z-index: 1050;
border-radius: 50px;
padding: 10px 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

@media only screen and (max-width: 768px) {
  .about-banner-content h1 {
    font-size: 25px;
    font-weight: 600;
  }
  .about-banner-content h6 {
    font-size: 16px;
    font-weight: 500;
  }
  .about-banner-box {
    padding: 150px 30px;
    height: 340px;
  }
  .about-main-img-box {
    height: 403px;
    max-width: 350px;
  }
  .about-border-img {
    top: 0px;
    left: 0px;
    max-width: 350px;
    height: 400px;
    border-radius: 0px;
  }
  .our-team-main-card img {
    height: 260px;
  }
}
