body {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  font-size: 62.5%;
  --orange: #ff7725;
  --grey: #636262;
  --white: #fff;
  --black: #000;
  --dark-blue: #060125;
  --blue: #070a52;
  --light: #f6f6f6;
  --black-light: #384349;
}
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.text-black {
  color: var(--black);
}
.flex-center {
  display: flex;
  align-items: center;
}
/* ===== Header ===== */
.social-links li {
  margin-right: 1.5rem;
}
.social-links li a {
  font-size: 2rem;
}
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;
}
.banner-container {
  position: relative;
}
.bg-light {
  background: #f2f2f2;
}
.banner-image {
  position: relative;
  background-image: linear-gradient(
      to left,
      rgb(108 101 101 / 38%),
      rgb(36 27 27)
    ),
    url(../images/banner-img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
.banner-image p{
  font-size: 1.4rem;
  line-height: 1.7;
  }
  .banner-image ul li{ font-size: 1.4rem; margin-bottom: 1rem; line-height: 1.7; }
.banner-image ul li strong{color: var(--orange);}
.shape {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.top_form {
  background: var(--white);
  padding: 2rem;
  margin: 5rem 0;
  position: relative;
  width: 95%;
  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 {
  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(--orange);
  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 0.2rem 1rem rgb(237 121 36 / 42%);
}
.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(--orange);
}
.hide-desktop {
  display: none;
  max-width: 100%;
}
.feature-icon {
  border: 0.1rem solid white;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.feature-icon img {
  height: 3.5rem;
  width: 3.5rem;
}
.partner-list .owl-nav span {
  color: var(--orange);
  font-size: 3rem;
}
.card-feature h2 {
  font-size: 31px;
  font-weight: 700;
  text-align: center;
}

.card-feature p {
  font-size: 1.8rem;
  color: var(--grey);
  margin: 0;
  text-align: left;
  line-height: 1.2;
  font-weight: 500;
}
.card-feature img {
  width: 100%;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  padding: 1rem;
}

.college-list li .clg-action {
  padding: 1.6rem 1.2rem;
  /* background: var(--dark-blue); */
  border-radius: 0 0 30px 30px;
  display: flex;
  flex-direction: column;
}
.college-list li p {
  margin-bottom: 1rem;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: 500;
}
.college-list li img {
  height: 10rem;
  width: 100%;
  object-fit: cover;
  border-radius: 1rem 1rem 0 0;
}
.college-list li {
  background: var(--light);
  border-radius: 0 0 1rem 1rem;
  display: flex;
}
header {
  padding: 1.4rem 0;
}
.explore-btn {
  border: 0.1rem solid var(--orange);
  color: var(--orange) !important;
  font-size: 1.6rem;
  background: transparent;
  width: 100%;
  border-radius: 1rem;
  display: inline-block;
  padding: 6px 1.2rem;
  font-weight: 600;
}

section {
  padding: 3rem 0;
}
.heading h2 {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 4rem;
  text-align: center;
}
.heading.title h2 {
  margin-bottom: 1rem;
}
.heading.title p {
  margin-bottom: 30px;
}
.heading p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0;
}
.course-slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 4rem;
  background: var(--orange) !important;
  border-radius: 50%;
}
.course-slider .owl-nav button span {
  color: var(--white);
  font-size: 3rem;
}
.course-title h3 {
  font-size: 2rem;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
  color: var(--orange);
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--grey);
  padding-bottom: 1rem;
}
.course-title p {
  font-size: 1.8rem;
  font-weight: 600;
}
.course-list li {
  background: var(--light);
  border-radius: 2.5rem;
  padding: 2.5rem;
}
.course-info h4,
.course-info p {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}
.course-info {
  margin-bottom: 2rem;
}
.course-info span {
  color: var(--grey);
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav button.owl-next {
  right: -4.5rem;
}
.owl-nav button.owl-prev {
  left: -4.5rem;
}

.partner-list img {
  height: 60px;
  width: 100%;
  object-fit: contain;
}
.recruiter img {
  height: 4rem;
}
.partner-list {
  text-align: center;
}
.p-clgs {
  text-align: center;
}
.partner-list .owl-nav button {
  top: 37%;
}

.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: 0.1rem solid transparent;
  border-radius: 1rem;
  cursor: pointer;
}
.counselling-grid > div:hover {
  border-color: var(--orange);
  border-color: white;
}

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

.figure-img::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0.2rem solid #ff7725;
  border-radius: 0.6rem;
  transform: rotate(45deg);
}
.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 .footer-top {
  padding: 2rem 0;
  background: var(--dark-blue);
  color: var(--white);
}
footer h3 {
  font-size: 1.6rem;
  color: var(--orange);
}
footer p {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
footer .icon {
  font-size: 2rem;
  margin-right: 1rem;
}
.footer-bottom {
  background: var(--orange);
  color: var(--white);
  padding: 1.2rem 0;
}

.top_form.form {
  left: 0;
}
.course-title.black h3 {
  color: var(--black-light);
}
.card-features p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
}
.card-features img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}
/* new changes */

.container-fluid {
  width: 90%;
  margin: auto;
}

.highlight {
  margin: 1rem;
  border-radius: 2rem;
  background-image: linear-gradient(rgb(237 242 102), rgb(255, 119, 37));
  box-shadow: 0px 33px 28px -30px rgba(0, 0, 0, 0.34);
}
.college-list2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.college-list2 li {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2rem;
}

.clg-action {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}

.from-underline {
  color: #000;
  border-bottom: 2px solid black;
}

input {
  border: none;
}
.form-control {
  box-shadow: 0 0.5rem 1rem rgba(31, 31, 31, 0.5);
}
