/* Cotact page start  */
.single-banner__container {
  background: linear-gradient(
    90deg,
    rgba(247, 249, 255, 1) 42%,
    rgba(229, 239, 255, 1) 81%
  );
  padding: 60px;
  border-radius: 35px;
}
.single-banner__container .section-wrap {
  margin-bottom: 0;
}

.our-contact__wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.our-contact__container {
  text-align: center;
  padding: 25px;
  border: 1px solid #0057ac40;
  border-radius: 18px;
}
.our-contact__container img {
  width: clamp(50px, 4vw, 70px);
  margin: 0 0 clamp(10px, 2vw, 20px);
}
.our-contact__container a {
  display: block;
  color: var(--primary);
}
.our-contact__container a:hover {
  color: var(--secondary);
}
.our-contact__container p {
  font-weight: 500;
  font-size: 16px;
}
.our-contact__container h3 {
  font-size: clamp(22px, 2vw, 24px);
  margin: 0 0 4px;
}
.our-contact__container span {
  display: block;
  margin: 24px 0 0;
  font-size: 18px;
  font-weight: 400;
  color: var(text-2);
}

.our-community__wrapper {
  background-image: url(../img/contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.our-community__wrapper .section-wrap {
  margin: 0;
  text-align: left;
  padding: 60px 0 60px 50px;
  width: 60%;
}
.our-community__wrapper .section-wrap p,
.our-community__wrapper .section-title {
  color: var(--light);
}
.our-community__wrapper .section-wrap p {
  margin: 16px 0 0;
  font-size: 16px;
}
.our-community__wrapper .social-media a {
  color: var(--light);
  font-size: 20px;
}
.our-community__wrapper .featured-image {
  width: 40%;
}
.our-community__wrapper .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map__section iframe {
  width: 100%;
  margin-top: 15px;
  border-radius: 36px;
}

@media (max-width: 767px) {
  .single-banner__container {
    padding: 45px 30px 25px 30px;
  }
  .our-community__wrapper {
    background-image: url(../img/contact_bg_mb.png);
    flex-direction: column;
    gap: 0;
  }
  .our-community__wrapper .featured-image img {
    height: unset;
    width: unset;
    object-fit: unset;
  }
  .our-community__wrapper .featured-image {
    width: 100%;
  }
  .our-community__wrapper .section-wrap {
    padding: 40px 30px;
    width: 100%;
  }
}
/* Contact page end  */

/* Our Story page start  */
.our-story-banner__container {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 36px;
}
.our-story-banner__container .section-wrap {
  text-align: left;
  margin: 0;
  max-width: 660px;
  padding: 80px 60px;
}
.our-story-banner__container .section-wrap .section-title {
  font-size: clamp(28px, 3vw, 44px);
}
.our-story-banner__container .section-wrap p {
  margin: 16px 0 0;
}
.our-story-banner__container .section-wrap .btn {
  margin: 25px 0 0;
}

.our-story__section .section-wrap {
  text-align: left;
  margin: 0 0 30px;
}
.our-story__wrapper {
  display: flex;
  gap: 45px;
  align-items: start;
}
.our-story__wrapper > div {
  width: calc(50% - 22.5px);
}
.our-story__section .entry-content p {
  margin: 0 0 16px;
  font-size: clamp(18px, 2vw, 20px);
}
.our-story__section .btn {
  margin: 30px 0 0;
}
.our-mission-vision {
  display: flex;
  gap: 15px;
  /* align-items: start; */
  margin: 35px 0 0;
}
.our-mission-vision > div {
  padding: 15px;
  background: linear-gradient(
    90deg,
    rgba(247, 249, 255, 1) 42%,
    rgba(229, 239, 255, 1) 81%
  );
  border-radius: 12px;
  width: calc(50% - 7.5px);
}
.our-mission-vision .entry-title {
  margin: 0 0 10px;
  color: var(--primary);
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.our-mission-vision .entry-title::before {
  content: url(../img/mission.png);
  line-height: 0;
}
.our-mission-vision > div:nth-child(2) .entry-title::before {
  content: url(../img/shared-vision.png);
}

.founder__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 30px;
  text-align: center;
}
.founder__container > div {
  border-radius: 30px;
  padding: 25px;
  background: linear-gradient(
    90deg,
    rgba(247, 249, 255, 1) 42%,
    rgba(229, 239, 255, 1) 81%
  );
}
.founder__container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 0 30px;
}
.founder__container span {
  display: block;
  font-weight: 600;
  margin: 8px 0 10px;
  font-size: clamp(18px, 2vw, 20px);
}

.history-year {
  position: sticky;
  top: 88px;
  z-index: 99;
}
.history-year ul,
.reason__section .reason-tabs ul,
.press-media__section ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  background-color: #0082d3;
  border-radius: 10px;
  padding: clamp(10px, 2vw, 15px) clamp(15px, 2vw, 20px);
  flex-wrap: wrap;
}
.history-year ul li,
.reason__section .reason-tabs ul li,
.press-media__section ul.tabs li {
  padding: clamp(6px, 2vw, 12px) clamp(14px, 2vw, 20px);
  border-radius: 6px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.history-year ul li.active,
.reason__section .reason-tabs ul li.active,
.press-media__section ul.tabs li.active {
  color: var(--primary);
  background-color: #fff;
}
.our-history__container {
  position: relative;
}
.our-history__container:not(:last-child) {
  margin-bottom: clamp(4rem, 8vw, 8rem);
}
.our-history__container::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c8cde0;
  z-index: 0;
}
.our-history__container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.our-history__container ul li {
  padding: 25px 20px;
  width: 45%;
  box-shadow: 0px 15px 30px -25px rgba(0, 0, 0, 0.5);
  border-radius: 28px;
  background: linear-gradient(
    90deg,
    rgba(247, 249, 255, 1) 42%,
    rgba(229, 239, 255, 1) 81%
  );
}
.our-history__container ul li::after {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -500%);
  z-index: 1;
}
.our-history__container ul li:nth-child(odd) {
  align-self: flex-end;
}
.our-history__container ul li > div {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 12px;
}
.our-history__container ul li img {
  width: 45px;
}
.our-history__container .entry-title {
  font-size: clamp(20px, 2vw, 22px);
}

.our-impact__wrapper {
  display: flex;
  align-items: start;
  gap: 35px;
}
.our-impact__wrapper .featured-image {
  width: 42%;
}
.our-impact__wrapper .section-wrap {
  width: 58%;
  max-width: unset;
  margin: 0;
  text-align: left;
}
.our-impact__wrapper .section-wrap p {
  margin: clamp(14px, 2vw, 30px) 0 0;
  font-weight: 400;
  line-height: 1.7;
}

@media (max-width: 1024px) {
  .our-story__wrapper > div:nth-child(1) {
    width: 60%;
  }
  .our-story__wrapper > div:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 989px) {
  .history-year {
    top: 83px;
  }
  .our-history__container ul li::after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .our-story__wrapper {
    flex-direction: column;
    gap: 25px;
  }
  .our-story__wrapper > div:nth-child(1),
  .our-story__wrapper > div:nth-child(2) {
    width: 100%;
  }
  .history-year {
    top: 80px;
  }
  .our-history__container ul li {
    align-self: flex-end;
    width: 92%;
  }
  .our-history__container::before {
    left: 0;
    transform: translateX(0);
  }
  .our-history__container ul li::after {
    transform: translate(-50%, -250%);
    left: 0;
  }
  .history-year ul,
  .reason__section .reason-tabs ul {
    gap: 4px;
    justify-content: center;
  }
  .our-impact__wrapper {
    flex-direction: column;
    gap: 15px;
  }
  .our-impact__wrapper .featured-image,
  .our-impact__wrapper .section-wrap {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .our-mission-vision {
    flex-direction: column;
  }
  .our-mission-vision > div {
    width: 100%;
  }
  .our-history__container ul li::after {
    width: 16px;
    height: 16px;
  }
}
/* Our Story page end  */

/* Recruitment Partner page start  */
.recruitment-partner__wrapper {
  display: flex;
  gap: 40px;
  align-items: start;
}
.recruitment-partner__wrapper .entry-container {
  width: 55%;
}
.recruitment-partner__wrapper .featured-image {
  width: 45%;
}
.recruitment-partner__wrapper .btn {
  margin: 20px 0 0;
}
.recruitment-partner__wrapper p {
  text-align: justify;
}

.partner-benefit__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
}
.partner-benefit__container {
  padding: 20px;
  border-radius: 6px;
  background-color: #eff4ff;
}
.partner-benefit__container > div {
  padding: 10px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #0082d3;
  border-radius: 6px 6px 0 0;
}
.partner-benefit__container .entry-title {
  font-size: clamp(18px, 2vw, 24px);
}
.partner-benefit__container span {
  display: none;
}
.partner-benefit__container p {
  text-align: justify;
}
.partner-benefit__container img {
  height: 40px;
}
.partner-benefit__container .entry-content {
  padding: 20px;
}

.collaboration-form__section form.wpcf7-form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.collaboration-form__section form.wpcf7-form p {
  margin: 0;
  width: calc(50% - 10px);
  position: relative;
}
.collaboration-form__section form.wpcf7-form p:last-of-type {
  margin: 0 auto;
  width: fit-content;
}
.collaboration-form__section form.wpcf7-form label {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
}
.collaboration-form__section form.wpcf7-form input {
  padding: 14px;
  outline: unset;
  width: 100%;
  font-family: var(--primary-font);
  border: 1px solid #e4e4e4;
  font-size: 16px;
  border-radius: 4px;
}
.collaboration-form__section form.wpcf7-form input.wpcf7-file {
  padding: 11px 14px;
}
.collaboration-form__section form.wpcf7-form input.wpcf7-submit {
  cursor: pointer;
  width: fit-content;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-weight: 600;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.6;
}
.collaboration-form__section form.wpcf7-form input.wpcf7-submit:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.collaboration-form__section form.wpcf7-form .wpcf7-spinner {
  position: absolute;
  top: 14px;
  right: -35px;
  margin: 0;
}
.collaboration-form__section form.wpcf7-form .wpcf7-response-output {
  width: 100%;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .recruitment-partner__wrapper {
    flex-direction: column;
    gap: 20px;
  }
  .recruitment-partner__wrapper .entry-container,
  .recruitment-partner__wrapper .featured-image {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .collaboration-form__section form.wpcf7-form {
    gap: 10px;
  }
  .collaboration-form__section form.wpcf7-form p {
    width: 100%;
  }
}
/* Recruitment Partner page end  */

/* University listing page start  */
.university-card__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.university__card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.university__card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.card-header {
  padding: 24px 24px 20px 24px;
  border-bottom: 1px solid #f1f5f9;
}
.university-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.university-info .btn {
  margin-left: auto;
  font-size: 14px;
  padding: 10px 20px;
}
.university-logo img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.university-single__section .university-logo img {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.university-name {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  flex-grow: 1;
  color: var(--text-1);
}
.university-info span a {
  font-size: 15px;
  color: var(--primary);
  position: relative;
  font-weight: 400;
}
.university-name a {
  color: var(--primary);
}
.degree-type {
  color: #64748b;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 400;
}
.degree-title {
  color: #1e293b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 16px;
}
.scholarship-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ecfdf5;
  color: #059669;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
}
.scholarship-icon {
  width: 4px;
  height: 4px;
  background: #059669;
  border-radius: 50%;
}
.card-content {
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.info-section {
  margin-bottom: 24px;
}
.info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f1f5f9;
  gap: 35px;
}
.info-label {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
}
.info-value {
  color: #1e293b;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.success-section {
  margin-bottom: 24px;
}
.success-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.success-title {
  color: #64748b;
  font-size: 14px;
  font-weight: 400;
}
.prediction-timeline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.prediction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.prediction-date {
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
}
.prediction-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-transform: capitalize;
  min-width: 60px;
  text-align: center;
}
.prediction-high {
  background: #dcfce7;
  color: #166534;
}
.prediction-average {
  background: #fef3c7;
  color: #92400e;
}
.prediction-low {
  background: #fecaca;
  color: #991b1b;
}
.university__card .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .university-card__container {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    gap: 25px;
  }
  .university-single__section .university-info {
    align-items: start;
    flex-direction: column;
  }
  .university-single__section .university-logo img {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
/* University listing page end  */

/* University single page start  */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  row-gap: 4px;
  list-style: none;
  margin: 0 0 clamp(25px, 3vw, 45px);
  padding: 0;
  flex-wrap: wrap;
}
.breadcrumb li a {
  color: var(--text-1);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
}
.breadcrumb li:last-child a {
  color: var(--primary);
}
.breadcrumb li:not(:last-child) a::after {
  content: "»";
  padding: 0 10px;
}
.university-single-header .section-title {
  margin: 0;
}
.university-single-header ul {
  display: flex;
  align-items: start;
  row-gap: 4px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
}
.university-single-header ul li {
  position: relative;
}
.university-single-header ul li::before,
.university-info span a::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0 6px 0;
  color: var(--text-2);
}
.university-single-header ul li:nth-child(1)::before,
.university-info span a::before {
  color: var(--primary);
  content: "\f19d";
}
.university-single-header ul li:nth-child(3)::before {
  content: "\f1ad";
}
.university-single-header ul li:not(:last-child)::after {
  content: "|";
  padding: 0 10px;
  color: #c7c7c7;
}
.university-single-header ul li a {
  color: var(--primary);
}
.university-single-header ul li a:hover {
  color: var(--secondary);
}
.university__gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
  margin: clamp(25px, 3vw, 40px) 0 0;
}
.university__gallery figure {
  cursor: pointer;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
}
.university__gallery figure img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.university__gallery figure:nth-child(1) img {
  height: 100%;
}
.university__gallery figure:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.university__gallery figure:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
}
.university__gallery figure:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
}
.university__gallery figure:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 2;
}
.university__gallery figure:nth-child(5) {
  grid-column: span 2 / span 2;
  grid-column-start: 5;
  grid-row-start: 2;
}
.university-single__wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  margin: clamp(25px, 3vw, 40px) 0 0;
}
.university-single__wrapper .university-single__container {
  width: 70%;
}
.university-single__wrapper .university__sidebar {
  width: 30%;
  position: sticky;
  top: 100px;
}
.university__sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.university__sidebar ul li {
  display: flex;
  align-items: start;
  gap: 14px;
}
.university__sidebar ul.uk-accordion li {
  display: block;
}
.university__sidebar ul.uk-accordion li .uk-accordion-content {
  margin-top: 10px;
}
.university__sidebar ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f3f3ce;
}
.university__sidebar ul li p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.university__sidebar ul li span {
  font-size: 16px;
  color: var(--text-2);
  font-weight: 400;
  line-height: 1;
}
.university-single__container .content__area,
.university__sidebar > div,
.similar-university__container {
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  padding: 20px;
}
.university__sidebar > div {
  margin-bottom: 25px;
}
.university__sidebar > div:last-child {
  margin-bottom: 0;
}
.university__sidebar > div h3 {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.university__sidebar > div .icon img {
  width: 38px;
}
.university-single__container > div:not(:last-child) {
  margin-bottom: clamp(25px, 3vw, 45px);
}
.similar__university .section-title {
  font-size: clamp(22px, 2vw, 28px);
  margin: 0 0 16px;
}
.similar-university__container:not(:last-child) {
  margin-bottom: 20px;
}
.similar-university__container a {
  color: var(--text-2);
}
.similar-university__container .entry-title {
  line-height: 1;
  margin: 0;
}
.similar-university__container span {
  font-size: 18px;
  line-height: 1;
}
.similar-university__container ul {
  display: flex;
  align-items: center;
  gap: 35px;
  row-gap: 10px;
  list-style: none;
  flex-wrap: wrap;
  margin: 20px 0 25px;
  padding: 0;
}
.similar-university__container ul p {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 0;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .university__gallery figure img {
    height: 220px;
  }
}
@media (max-width: 1024px) {
  .university__gallery figure img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .university-single__wrapper {
    flex-direction: column-reverse;
  }
  .university-single__wrapper .university__sidebar,
  .university-single__wrapper .university-single__container {
    width: 100%;
    position: unset;
  }
  .breadcrumb {
    display: none;
  }
  .university__gallery figure img {
    height: 150px;
  }
}
@media (max-width: 567px) {
  .university__gallery {
    display: block;
  }
  .university__gallery figure {
    display: none;
  }
  .university__gallery figure:nth-child(1) {
    display: block;
  }
}
/* University single page end  */

/* Institute page start  */
.reason__section .reason-tabs {
  position: sticky;
  top: 80px;
}
.reason__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin: clamp(30px, 3vw, 45px) 0 0;
}
.reason__container:nth-child(even) {
  flex-direction: row-reverse;
}
.reason__container > div {
  width: calc(50% - 22.5px);
}
.reason__container > div:nth-child(3) {
  width: 100%;
  margin: clamp(12px, 3vw, 25px) 0;
}
.reason__container span {
  font-size: 18px;
  display: block;
  color: var(--primary);
  text-transform: uppercase;
  margin: 0 0 6px;
}
.reason__container .entry-title {
  font-size: clamp(22px, 2vw, 28px);
}
.reason__container p {
  margin: 10px 0 0;
  text-align: justify;
}

.institution-cta__wrapper > img {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
.institution-cta__wrapper .mobile-image {
  display: none;
}
.institution-cta__wrapper {
  position: relative;
}
.institution-cta__wrapper .section-wrap {
  position: absolute;
  right: 5%;
  top: 55%;
  transform: translateY(-45%);
  max-width: 690px;
  text-align: left;
  margin: 0;
  width: 70%;
  padding-right: 20px;
}
.institution-cta__wrapper .section-wrap span {
  color: #fff;
  font-size: clamp(18px, 2vw, 22px);
  margin-bottom: 8px;
}
.institution-cta__wrapper .section-title {
  color: var(--light);
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.2;
  margin: 0;
}
.institution-cta__wrapper .section-wrap p {
  color: var(--light);
  margin: 6px 0 0;
}
.institution-cta__wrapper .btn {
  margin: clamp(16px, 3vw, 28px) 0 0;
}

.trusted-partner__section ul.tabs {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}
.trusted-partner__section ul.tabs li {
  padding: 8px 16px;
  border: 1px solid #c7d6e2;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.trusted-partner__section ul.tabs li.active {
  background-color: var(--secondary);
  color: var(--light);
}
.trusted-partner__section .tab-wrapper {
  margin: clamp(20px, 3vw, 40px) 0 0;
}
.trusted-partner__section .tab-content {
  display: none;
}
.trusted-partner__section .tab-content.active {
  display: block;
}
.trusted-partner__section .tab-content .trusted-uni-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  row-gap: 15px;
  justify-content: center;
}
.trusted-partner__section .trusted-uni-logo > img {
  width: calc(20% - 10px);
}
.trusted-partner__section .tab-content .btn {
  margin: clamp(20px, 3vw, 40px) auto 0;
}

.success-stories__section .btn {
  margin: clamp(20px, 3vw, 40px) auto 0;
}
.success-stories__section img {
  margin: 0 auto;
  display: block;
}

.latest-insight__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 20px;
}
.latest-insight__wrapper .read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 18px;
  color: var(--primary);
  margin: clamp(16px, 2vw, 22px) 0 0;
}
.latest-insight__wrapper .read-more::after {
  content: "→";
}
.latest-insight__wrapper .read-more:hover {
  color: var(--secondary);
}
.latest-insight__wrapper span {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  color: var(--text-2);
  margin: 8px 0 0;
  display: block;
}
.latest-insight__container img {
  height: 203px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}
.latest-insight__container .entry-content {
  padding: 20px 15px;
  border: 1px solid #c7d6e2;
  border-top: unset;
  border-radius: 0 0 18px 18px;
}
.latest-insight__container .entry-title {
  font-size: clamp(20px, 2vw, 22px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.latest-insight__container .entry-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.latest-insight__section .btn {
  margin: clamp(25px, 4vw, 55px) auto 0;
}

.partnership-request__wrapper {
  background-color: var(--primary);
  padding: clamp(30px, 4vw, 50px);
  border-radius: 26px;
}
.partnership-request__wrapper .subtitle,
.partnership-request__wrapper .section-title,
.partnership-request__wrapper .section-wrap p {
  color: var(--light);
}
.partnership-request__wrapper form.wpcf7-form {
  background-color: var(--light);
  border-radius: 18px;
  padding: 30px;
}
.partnership-request__wrapper form.wpcf7-form > p {
  margin-bottom: 30px;
  font-size: 14px;
}
.partnership-request__wrapper form.wpcf7-form > p:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .institution-cta__wrapper > img {
    display: none;
  }
  .institution-cta__wrapper .mobile-image {
    display: block;
  }
  .institution-cta__wrapper .mobile-image img {
    width: 100%;
    object-fit: cover;
  }
  .institution-cta__wrapper .section-wrap {
    right: 0;
    top: auto;
    transform: none;
    text-align: center;
    width: 100%;
    bottom: 40px;
  }
  .institution-cta__wrapper .section-wrap .btn {
    margin: 16px auto 0;
  }
  .trusted-partner__section .trusted-uni-logo > img {
    width: calc(25% - 10px);
  }
}
@media (max-width: 567px) {
  .reason__container {
    flex-direction: column !important;
  }
  .reason__container > div {
    width: 100%;
  }
}
/* Institute page end  */

/* Canada page end  */
.course-country-search {
  display: flex;
  align-items: center;
  margin: clamp(16px, 2vw, 28px) 0;
}
.course-country-search form {
  display: flex;
  width: 100%;
}
.course-country-search .input-box,
.course-country-search .select-box {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid #ddd;
  flex: 1;
}
.course-country-search .input-box input {
  border: none;
  outline: none;
  padding: 12px 8px;
  font-size: 18px;
  width: 100%;
}
.course-country-search .select-box select {
  border: none;
  outline: none;
  padding: 12px 8px;
  font-size: 18px;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.course-country-search .icon {
  line-height: 1;
}
.course-country-search .icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  min-width: 15px;
}
.course-country-search .search-btn img {
  display: none;
}
.course-country-search input[type="submit"] {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  width: fit-content;
}
.course-country-search input[type="submit"] :hover {
  background: var(--secondary);
}
.popular-searches span {
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 600;
  color: var(--text-1);
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular-searches span::before {
  content: url(../img/fire.png);
  display: block;
  line-height: 1;
}
.popular-searches ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.popular-searches ul a {
  border: 1px solid #c7d6e2;
  color: var(--primary);
  font-size: 16px;
  padding: 8px 12px;
  border-radius: 4px;
  transition: var(--transition-2);
}
.popular-searches ul a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--light);
}
.top-study-program {
  background-color: #e8efff;
  padding: clamp(30px, 4vw, 50px);
  border-radius: 26px;
}
.top-study__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: clamp(18px, 3vw, 32px);
}
.top-study__container {
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--light);
}
.top-study__container img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.top-study__container .entry-content {
  padding: 20px;
}
.top-study__container span {
  font-size: 16px;
  margin: 0 0 2px;
}
.top-study__container .entry-title {
  font-size: clamp(20px, 2vw, 22px);
}
.top-study-program .btn {
  margin: clamp(20px, 3vw, 35px) auto 0;
}
.reason__cta {
  background: var(--primary);
  padding: clamp(35px, 4vw, 60px) clamp(25px, 4vw, 45px);
  border-radius: 24px;
  text-align: center;
}
.reason__cta .section-title {
  color: var(--light);
  margin: 0 0 14px;
}
.reason__cta p {
  color: var(--light);
  margin: 10px 0 0;
}
.study-destination__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
  gap: 30px;
}
.study-destination__wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 567px) {
  .course-country-search .input-box,
  .course-country-search .select-box {
    padding: 0;
  }
  .course-country-search .icon {
    display: none;
  }
  .course-country-search .search-btn {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .course-country-search .search-btn img {
    display: block;
    filter: invert(1);
    width: 15px;
    min-width: 15px;
  }
}
/* Canada page end  */

/* Applyuni Form page start  */
.applyuni__form form {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.applyuni__form form h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  border-bottom: 2px solid #0073e6;
  padding-bottom: 5px;
  color: #333;
}

.applyuni__form > form > div {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.applyuni__form .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.applyuni__form .form-group label {
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}

.applyuni__form .form-group input,
.applyuni__form .form-group select {
  padding: 8px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  background-color: var(--light);
  border-radius: 6px;
  outline: none;
}

.applyuni__form .form-group input:focus,
.applyuni__form .form-group select:focus {
  border-color: #0073e6;
  box-shadow: 0 0 3px rgba(0, 115, 230, 0.5);
}

.applyuni__form input[type="submit"] {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
}

.applyuni__form input[type="submit"]:hover {
  background: var(--primary);
}

.applyuni__form .form-group .country-number {
  display: flex;
  gap: 8px;
  align-items: center;
}
.applyuni__form .form-group .country-number input:nth-child(1) {
  width: 108px;
}
.applyuni__form .form-group .country-number input:nth-child(2) {
  width: 100%;
}

/* Applyuni Form page end  */

.course-filter__section {
  margin-top: clamp(30px, 3vw, 50px);
}
.course-filter__section form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.course-filter__section form > div {
  width: calc(25% - 12.5px);
}
.course-filter__section form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #475569 50%),
    linear-gradient(135deg, #475569 50%, transparent 50%);
  background-position: calc(100% - 22px) 20px, calc(100% - 16px) 20px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  width: 100%;
  padding: 12px;
  padding-right: 40px;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  font-size: 16px;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.course-filter__section form button {
  font-family: var(--secondary-font);
  font-size: 16px;
  font-weight: 600;
  color: var(--light);
  background-color: var(--primary);
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
  white-space: nowrap;
  transition: var(--transition-2);
  line-height: 1.6;
  text-align: center;
}
.course-filter__section > .wrapper-large {
  display: flex;
  gap: 45px;
  flex-direction: column;
}
.university-program__filter {
  position: sticky;
  top: 75px;
  z-index: 9;
}
.university-program__filter.active {
  background-color: #fff;
  border-radius: 15px;
  top: 68px;
  padding: 20px;
}
.university-program__filter > div {
  position: sticky;
  top: 100px;
}
.university-program__filter > div > div:first-child {
  padding: 25px;
  border-radius: 16px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}
.university-program__filter > div > div:not(:last-child) {
  margin-bottom: 30px;
}
.course-filter__section .university-listing__section {
  width: 100%;
}
.university-program__filter h3 {
  margin-bottom: 14px;
  text-align: center;
}

@media (max-width: 989px) {
  .course-filter__section form > div {
    width: calc(33.33% - 10.5px);
  }
}
@media (max-width: 567px) {
  .course-filter__section form > div {
    width: calc(50% - 7.5px);
  }
}

.university-tabs {
  position: sticky;
  top: 100px;
  z-index: 99;
}
.university-tabs ul {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
  background-color: var(--light);
  border-radius: 10px;
  padding: clamp(10px, 2vw, 15px) clamp(15px, 2vw, 20px);
  flex-wrap: wrap;
}
.university-tabs ul li {
  padding: clamp(6px, 2vw, 12px) clamp(14px, 2vw, 20px);
  border-radius: 6px;
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 600;
  cursor: pointer;
}
.university-tabs ul li.active {
  color: var(--primary);
  background-color: #0056ac17;
}
.univerisity__feature ul {
  margin: 0;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
}
.univerisity__feature ul li {
  padding: 15px 20px;
  margin: 0 !important;
}
.univerisity__feature ul li:not(:last-child) {
  border-bottom: 1px solid #0056ac17;
}
.univerisity__feature ul li a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  width: 100%;
  align-items: center;
  gap: 8px;
  position: relative;
}
.univerisity__feature ul li a::before {
  position: absolute;
  right: 0;
}
.univerisity__feature ul li.false a {
  opacity: 50%;
}
.univerisity__feature ul li a::after {
  content: "\f00d";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: rgb(255, 196, 196);
}
.univerisity__feature ul li.true a::after {
  background-color: #d6ffd3;
  content: "\f00c";
}
.university__map iframe {
  border: 1px solid #dfdfdf !important;
  border-radius: 12px;
  padding: 20px;
  width: 100%;
  height: 550px;
}

.all-blogs__section .latest-insight__wrapper {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
.all-blogs__section .latest-insight__container img {
  height: 280px;
}
.all-blogs__section .latest-insight__container .entry-title {
  margin: 0 0 4px;
}
.all-blogs__section .latest-insight__wrapper .entry-content {
  padding: 20px;
}

.single-blog__section .wrapper-medium > div:not(:last-child) {
  margin-bottom: clamp(25px, 3vw, 45px);
}
/* .single-blog__section .single-blog-title {
  max-width: 700px;
} */
.single-blog-title .category {
  color: var(--primary);
  text-transform: uppercase;
}
.single-blog-title div {
  display: flex;
  align-items: center;
  margin: clamp(16px, 2vw, 26px) 0 0;
}
.single-blog-title div span:not(:last-child) {
  border-right: 1px solid #686868;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}
.single-blog__section .featured-image img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 6/3;
}
.all-blogs__section .section-wrap {
  max-width: 100%;
  text-align: left;
}
.single-blog__sidebar ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.single-blog__sidebar ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-blog__sidebar ul li:not(:last-child) {
  margin-bottom: 16px;
}
.single-blog__sidebar ul li img {
  width: 85px;
  height: 85px;
  border-radius: 6px;
  object-fit: cover;
}
.single-blog__wrapper {
  display: flex;
  gap: 35px;
  align-items: start;
}
.single-blog__wrapper .content__area {
  width: 100%;
}
.single-blog__wrapper .single-blog__sidebar {
  max-width: 350px;
  min-width: 350px;
  position: sticky;
  top: 100px;
}
.single-blog__sidebar > div {
  background-color: var(--light);
  border-radius: 16px;
  padding: 25px;
  border: 1px solid #c7d6e2;
}
.single-blog__sidebar a {
  color: var(--text-1);
}
.single-blog__sidebar div > .widget-title {
  color: var(--primary);
  position: relative;
  padding-bottom: 6px;
  width: fit-content;
}
.single-blog__sidebar div > .widget-title::before {
  content: "";
  width: 70%;
  height: 2px;
  background-color: var(--primary);
  position: absolute;
  bottom: 0;
  left: 0;
}

.press-media__section ul.tabs {
  margin-bottom: clamp(30px, 3vw, 45px);
}
.press-media__section .tab-content {
  display: none;
}
.press-media__section .tab-content.active {
  display: block;
}
.press-media__section .slick-arrow {
  background-color: var(--primary);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.press-media__section .slick-arrow::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  opacity: 100%;
}
.press-media__section .slick-prev::before {
  content: "\f053";
}
.press-media__section .latest-insight__container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 15px;
}
.press-media__slider .slick-list {
  margin: 0 -15px;
}

.press-media__container img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .single-blog__wrapper .single-blog__sidebar {
    min-width: 300px;
  }
}
@media (max-width: 989px) {
  .all-blogs__section .latest-insight__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
@media (max-width: 767px) {
  .single-blog__wrapper {
    flex-direction: column;
  }
}

.applyuni__form .form-step {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.applyuni__form .form-step.active {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.applyuni__form .form-step > div:nth-child(1),
.applyuni__form .form-step > div:nth-child(2) {
  width: 45%;
}
.applyuni__form .form-step > .checkbox-group {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 12px;
}
.applyuni__form .form-step > .checkbox-group input {
  margin-top: 9px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.applyuni__form .applyuni__form-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.applyuni__form .applyuni__form-progress::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #ddd;
  transform: translateY(-50%);
}

.applyuni__form .progress-step {
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.applyuni__form .progress-step.active {
  background-color: #0073aa;
}
.applyuni__form .progress-step::after {
  content: attr(data-title);
  position: absolute;
  top: 20px;
  left: 100%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}
.applyuni__form .progress-step:nth-child(1)::after {
  transform: translateX(-35%);
}
.applyuni__form .progress-step:nth-child(2)::after {
  left: 50%;
}
.applyuni__form .progress-step:nth-child(3)::after {
  left: 0;
}
.applyuni__form .btns-group {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}

.clear-btn {
  background-color: #6e8696; /* blue background */
  color: #ffffff; /* white text */
  border: none;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.clear-btn:hover {
  background-color: #095f99; /* darker blue on hover */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.clear-btn:active {
  transform: translateY(1px);
}
.program-filter__form {
  margin-bottom: 0 !important;
}
.filter__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 25px;
}
/* 
.filter-toggle {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #0b79c1;
  font-weight: 600;
  font-size: 16px;
  user-select: none;
  width: fit-content;
  margin: 0 0 0 auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.filter-toggle-icon {
  transition: transform 0.3s ease;
  font-size: 16px;
}

.filter-toggle.active .filter-toggle-icon {
  transform: rotate(180deg); 
} */

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  25% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  75% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.program-notice .entry-title {
  display: flex;
  gap: 12px;
  align-items: center;
}

.program-notice .entry-title span {
  position: relative;
  width: 10px;
  height: 10px;
  background-color: rgba(31, 158, 31, 0.43);
  border-radius: 50%;
  animation: heartbeat 1s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(31, 158, 31, 0.7);
}

.program-notice .entry-title span::before,
.program-notice .entry-title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(31, 158, 31, 0.2);
  animation: heartbeat 1s ease-in-out infinite;
}

.program-notice .entry-title span::before {
  width: 100%;
  height: 100%;
}

.program-notice .entry-title span::after {
  width: 110%;
  height: 110%;
  animation-delay: 0.15s;
  opacity: 0.5;
  left: -1px;
  top: -1px;
}

/* Blog , News & Events start  */
.applyuni-event__wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 40px;
  row-gap: 25px;
  border-radius: 5px;
  background-color: var(--light);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: clamp(20px, 3vw, 30px);
}
.applyuni-event__wrapper .entry-title {
  font-size: clamp();
}
.applyuni-event__wrapper img {
  width: 100%;
  border-radius: 8px;
  height: 200px;
  object-fit: cover;
}
.applyuni-event__wrapper > div:nth-child(1) {
  grid-column: span 5 / span 5;
  grid-row: span 4 / span 4;
  display: flex;
  gap: 30px;
}
.applyuni-event__wrapper > div:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 6;
}
.applyuni-event__wrapper > div:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 6;
  grid-row-start: 3;
}
.applyuni-event__wrapper > div:nth-child(1) img {
  width: 100%;
  height: 100%;
}
.applyuni-event__wrapper > div:nth-child(1) .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
}
.applyuni-event__wrapper > div:nth-child(1) .featured-image {
  width: 100%;
}
.applyuni-event__wrapper > div:nth-child(1) h3 {
  font-size: clamp(18px, 2vw, 26px);
  margin: 4px 0 10px;
}
.applyuni-event__wrapper > div:nth-child(1) .entry-content span {
  font-size: 16px;
}
.applyuni-event__wrapper .entry-content div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 8px;
}
.applyuni-event__wrapper .entry-content span {
  font-size: 14px;
  background-color: #e5e5e5;
  border-radius: 5px;
  padding: 6px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.applyuni-event__wrapper .entry-content span::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.applyuni-event__wrapper .entry-content span:nth-child(2)::before {
  content: "\f3c5";
}
.applyuni-event__wrapper .btn {
  margin-top: clamp(20px, 3vw, 34px);
}
.applyuni-event__container:not(:first-child) .entry-content p,
.applyuni-event__container:not(:first-child) .btn {
  display: none;
}

.appyluni-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 25px;
  border-radius: 5px;
  background-color: var(--light);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: clamp(20px, 3vw, 30px);
}
.applyuni-blog__container img {
  width: 100%;
  border-radius: 5px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 14px;
}
.applyuni-blog__container h3 {
  margin: 10px 0 12px;
}
.applyuni-blog__container .date,
.applyuni-blog__container .author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.applyuni-blog__container .date {
  justify-content: space-between;
}
.applyuni-blog__container .date span {
  color: var(--primary);
  background-color: #eff4ff;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 15px;
  font-weight: 600;
}
.applyuni-blog__container .author h4,
.applyuni-blog__container .date p {
  font-size: 16px;
  line-height: 1;
}
.applyuni-blog__container .author p {
  font-size: 14px;
  color: #5f5f5f;
}
.applyuni-blog__container .author img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.applyuni-news__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 25px;
}
.applyuni-news__container {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.applyuni-news__container::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45.86%,
    rgba(0, 0, 0, 0.62) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.applyuni-news__container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applyuni-news__container:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.applyuni-news__container:nth-child(2) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-column-start: 3;
}
.applyuni-news__container:nth-child(3) {
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.applyuni-news__container:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-column-start: 4;
  grid-row-start: 3;
}
.applyuni-news__container .entry-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: clamp(20px, 3vw, 30px);
  z-index: 1;
}
.applyuni-news__container h3 a {
  color: var(--light);
}
.applyuni-news__container .entry-content span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--light);
  margin-top: 6px;
  font-size: 16px;
}
.applyuni-news__container .entry-content span::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

@media (max-width: 1200px) {
  .applyuni-event__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .applyuni-event__wrapper > div {
    width: calc(50% - 15px);
  }
  .applyuni-event__wrapper img {
    height: 250px !important;
  }
  .applyuni-event__wrapper > div:nth-child(1) {
    display: block;
  }
  .applyuni-event__wrapper > div:nth-child(1) .entry-content {
    max-width: unset;
  }
  .applyuni-event__wrapper > div:nth-child(1) .entry-content span {
    font-size: 14px;
  }
  .applyuni-event__wrapper > div:nth-child(1) h3 {
    margin: 0;
  }
  .applyuni-event__wrapper > div:nth-child(1) p,
  .applyuni-event__wrapper > div:nth-child(1) .btn {
    display: none;
  }
}
@media (max-width: 1024px) {
  .appyluni-blog__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 767px) {
  .applyuni-event__wrapper > div {
    width: 100%;
  }
  .applyuni-news__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .applyuni-news__wrapper > div {
    width: calc(50% - 12.5px);
  }
  .applyuni-news__container img {
    height: 300px;
  }
}
@media (max-width: 567px) {
  .applyuni-news__wrapper > div {
    width: 100%;
  }
}
/* Blog , News & Events end  */

/*
institution form css
*/
.institute-wrapper {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 8px;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #333;
}

.institute-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.institute-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.institute-field {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
}

.institute-field-full {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.institute-field label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 14px;
}

.institute-form select,
.institute-field input[type="text"],
.institute-field input[type="email"],
.institute-form textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 14px;
  transition: border-color 0.2s;
  background-color: var(--light);
}

.institute-field input:focus,
.institute-form textarea:focus {
  border-color: #007bff;
  outline: none;
}

.institute-form textarea {
  height: 140px;
  resize: none;
}
.institute-checkbox {
  align-items: flex-start;
  justify-content: center;
}

.institute-checkbox input[type="checkbox"] {
  margin-right: 8px;
  width: fit-content;
}

.institute-note p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.institute-btn-wrap {
  text-align: right;
}

.institute-btn {
  background: #007bff;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 15px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}

.institute-btn:hover {
  background: #0056b3;
}
.institute-success {
  text-align: center;
  font-weight: 600;
  color: #0b7d17;
}

.institute-login-wrapper {
  max-width: 400px;
  margin: 50px auto;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.institute-login-form h2 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #333;
}

.institute-field {
  margin-bottom: 20px;
  text-align: left;
}

.institute-field label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #555;
}

.institute-field input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: border-color 0.2s ease;
}

.institute-field input:focus {
  border-color: #0073aa;
  outline: none;
}

.institute-btn-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.institute-btn-wrap .register {
  font-size: 16px;
  text-decoration: underline;
  color: var(--text-1);
}

.institute-btn {
  background: #0073aa;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

.institute-btn:hover {
  background: #005f8d;
}
