body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 62.5%;
  --orange: #ff4e07;
  --grey: #636262;
  --white: #fff;
  --black: #000;
  --dark-blue: #060125;
  --blue: #300069;
  --light: #f8f9fa;
  --black-light: #384349;
  --transition: all 0.3s ease;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.r-g-3 {
  row-gap: 3rem;
}
.text-black {
  color: var(--black);
}
.flex-center {
  display: flex;
  align-items: center;
}
.fs14 {
  font-size: 1.4rem;
}
.fs16 {
  font-size: 1.6rem;
}
/* ===== Header ===== */
header img {
  max-width: 100%;
  max-height: 4.5rem;
}
header p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
a {
  transition: all 0.3s ease;
  color: #1a4c87;
  text-decoration: none;
}

.bg-light {
  background: var(--light);
}
.banner-image {
  position: relative;
  background-image: url(../images/gla.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92deg, rgb(31 38 49 / 76%) 15%, #0000004d 85%);
}
.banner-logo img {
  max-height: 8rem;
  border-radius: 1rem;
  background: white;
  padding: 5px;
}
.feat-info {
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.feat-info img {
  max-height: 10rem;
}
.feat-info svg {
  height: 4rem;
  width: 4rem;
  fill: var(--light);
}
.feat-info h3{
  font-size: 3rem;
  font-weight: 700;
color: var(--blue);
}
.banner-title h2{font-size: 2.4rem; color: var(--light);}
.feat-info .items{
  background: var(--light);
  padding: 0.6rem;
  border-radius: 0.4rem;
  text-align: center;
}
.feat-info p {
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}
.why-choose-list .item img {
  height: 5rem;
  width: 5rem;
  margin-bottom: 1rem;
}
.why-choose-list li > div {
  position: relative;
  padding: 2rem;
  background: var(--white);
  height: 100%;
  font-size: 1.6rem;
  border-radius: 1rem;
  box-shadow: #c1c9c23d 0px 0rem 1.4rem 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_form {
  background: var(--white);
  padding: 2rem;
  margin: 5rem auto;
  position: relative;
  width: 70%;
  border-radius: 1.6rem;
  box-shadow: 0 2rem 5rem rgb(26 76 135 / 50%);
}
.top-card {
  background: var(--orange);
  color: var(--white);
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.2rem 2.5rem;
}
.top_form p {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey);
}
.top_form h2 {
  font-size: 2rem;
  font-weight: 600;
}
.top_form label {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.top_form .form-group {
  margin-bottom: 1.5rem;
}
.top_form .form-control {
  border: 0.1rem solid var(--grey);
  height: 4.5rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.top_form .form-control::placeholder {
  color: var(--grey);
}
.top_form .form-control:focus {
  box-shadow: none;
}
.submit-btn button {
  border: 0;
  background: var(--blue);
  text-transform: uppercase;
  font-weight: 700;
  width: 80%;
  color: var(--white) !important;
  border-radius: 1rem;
  padding: 9px 24px;
  font-size: 1.8rem;
  margin: 1rem 0;
  box-shadow: 0 1rem 2rem rgb(64 0 106 / 19%);
}
.submit-btn button:hover {
  color: #fff;
}
.submit-btn button:focus {
  outline: 0;
  box-shadow: none;
}
.banner-title h1 {
  font-size: 5rem;
  font-weight: 700;
  margin: 0;
}
.banner-title {
  max-width: 85%;
}
.fs26 {
  font-size: 26px;
}
.fs40 {
  font-size: 40px;
}
.text-red {
  color: var(--blue);
}
.text-green {
  color: #3f9146;
}
.feature-icon {
  height: 5rem;
  width: 5rem;
  margin: auto;
  border-radius: 50%;
}
.feature-icon img {
  height: 4.5rem;
  width: 4.5rem;
}
.course-info svg {
  height: 1.6rem;
  width: 1.6rem;
}
.course-info span {
  font-size: 1.4rem;
}
.specialization {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  gap: 1rem;
}
.specialization span {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3rem;
  background: var(--white);
  font-weight: 500;
}

.college-list li p {
  margin-bottom: 1rem;
  width: 98%;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  height: 45px;
}
.college-list li img {
  height: 18rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.college-list li > div {
  background: var(--light);
  border-radius: 1rem;
  /* box-shadow: 0px 3px 10px rgb(207 207 207); */
  box-shadow: #c1c9c23d 0px 0rem 1.4rem 0px;
}
.college-list li .clg-action {
  padding: 1.6rem 1rem;
}
header {
  padding: 1.4rem 0;
}
.explore-btn {
  border: 0.1rem solid var(--blue);
  color: var(--blue) !important;
  font-size: 1.2rem;
  background: transparent;
  border-radius: 0.4rem;
  display: inline-block;
  padding: 0.6rem 1rem;
  font-weight: 600;
}

section {
  padding: 3rem 0;
}
.heading h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 3rem 0;
  text-align: center;
}

.heading p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}

.course-list li {
  background: var(--light);
  border-radius: 2.5rem;
  padding: 2.5rem;
  box-shadow: 0 1rem 2rem rgb(60 128 213 / 42%);
}

.partner-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}
.partner-list li {
  background: var(--light);
  padding: 2rem 1rem;
  border-radius: 1rem;
  box-shadow: #c1c9c23d 0px 0rem 1.4rem 0px;
}

.partner-list img {
  height: 4rem;
  width: 100%;
  object-fit: contain;
}
.recruiter img {
  height: 4rem;
}
.partner-list {
  text-align: center;
}
.p-clgs {
  text-align: center;
}

.counselling-grid {
  display: grid;
  justify-content: space-evenly;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.counselling-grid > div {
  padding: 2rem 1rem;
  transition: all 0.4s ease;
  border-radius: 1rem;
  background: var(--white);
  box-shadow: #c1c9c23d 0px 0rem 1.4rem 0px;
}

.counselling-grid img {
  height: 5rem;
  object-fit: contain;
}
.figure-img {
  width: 6.7rem;
  position: relative;
  margin: 0 auto 2rem;
  padding: 1.2rem;
}

.counselling-grid figure {
  margin-bottom: 5px;
}
.counselling-grid figcaption {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 1rem 0;
}
.counselling-grid p {
  font-size: 1.4rem;
  margin: 0;
}

footer {
  background: #2d3436;
  color: var(--white);
  padding: 2rem 0;
}
footer img {
  max-height: 5rem;
}
footer h3 {
  font-size: 1.6rem;
}
footer p {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
footer .icon {
  font-size: 2rem;
  margin-right: 1rem;
}
.footer-bottom {
  background: #2d3436;
  color: var(--white);
}

.card-features p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.card-features img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}
.feature-card {
  background: transparent;
  transition: all 0.4s ease;
  border-radius: 1rem;
  padding: 2rem 1rem;
  text-align: center;
}
.feature-card:hover {
  background: var(--white);
}
.college-list {
  row-gap: 2rem;
}
/* new changes */

.head-email {
  color: var(--black) !important;
}
.container-fluid {
  width: 90%;
  margin: auto;
}

.items img {
  border-radius: 18px;
  width: 70px;
  background: white;
}

.count-num {
  font-size: 30px;
  font-weight: 600;
}

.count-text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.sub-head h2 {
  margin: 3rem;
  text-align: center;
  font-weight: 600;
  color: var(--blue);
}

.text-black {
  color: white;
  font-weight: 500;
}

.img-back {
  padding: 5px;
}

.title {
  font-size: 3rem !important;
}
