.top-header .social-links ul {
  display: flex;
  text-align: center;
  align-items: center;
  gap: 15px;
}

.link-icon {
  height: 16px;
}

p {
  color: #000 !important;
}

.top-header .social-links ul li a:hover i {
  color: var(--tg-body-color);
  transition: all 500ms ease;
}

.tx-gray {
  color: var(--tg-color-dark-gray);
}

.banner-content-hero {
  background: transparent !important;
  text-align: center !important;
}

.banner-slider-button {
  position: absolute;
  top: 44%;
  left: 0px;
  width: 100%;
  z-index: 10;
}

.banner-slider-button .testimonial__nav-four {
  justify-content: space-between;
}

.hero-slider-container .slider__bg {
  mix-blend-mode: normal !important;
}

.hero-slider-container .slider__bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #121212 0%, transparent 100%);
  z-index: 1;
}

.hero-slider-container .slider__single::after {
  display: none;
}

.title span {
  color: var(--tg-theme-secondary-500);
}

.tx-blue {
  color: var(--tg-body-color) !important;
}

.tx-orange {
  color: var(--tg-theme-secondary-500) !important;
}

p {
  color: var(--tg-color-dark-gray);
}

.ckeck-list .list-wrap li i {
  font-size: 14px !important;
  background-color: var(--tg-body-color);
}

.ckeck-list .list-wrap li {
  color: var(--tg-color-black);
}

.vision-box a {
  color: var(--tg-body-color);
  text-decoration: underline;
  transition: all 500ms ease;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.vision-box a:hover {
  color: var(--tg-theme-secondary-500);
  text-decoration: none;
}

.vision-misstion-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vision-misstion-tab ul li {
  margin-bottom: 10px;
  font-weight: 600;
  padding-left: 15px;
  border-left: 2px solid var(--tg-color-gray-4);
}

.vision-misstion-tab ul li a {
  color: var(--tg-color-gray-4);
  transition: all 500ms ease;
}

.vision-misstion-tab ul li.active,
.vision-misstion-tab ul li:hover {
  border-left: 2px solid var(--tg-theme-secondary-500);
}

.vision-misstion-tab ul li.active a,
.vision-misstion-tab ul li:hover a {
  color: var(--tg-theme-secondary-500);
}

.admission-container .about-types-card {
  background-color: var(--tg-color-white-default);
  text-align: center;
  padding: 32px 24px;
  margin-bottom: 20px;
}

.admission-container .about-types-card a {
  text-decoration: underline;
  transition: all 500ms ease;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.admission-container .about-types-card a:hover {
  text-decoration: none;
  color: var(--tg-body-color);
}

.admission-container {
  background-color: var(--tg-color-skyblue);
}

.future-leaders-container .futures-card:nth-child(1) {
  border: 1px solid #fe3f94;
  background-color: #faebf2;
  padding: 32px;
}

.future-leaders-container .futures-card:nth-child(2) {
  border: 1px solid var(--tg-theme-secondary-500);
  background-color: #fff3e9;
  padding: 32px;
}

.future-leaders-container .futures-card a {
  color: var(--tg-body-color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.future-leaders-container .futures-card a:hover {
  text-decoration: none;
  color: var(--tg-theme-secondary-500);
}

.our-hostels-container {
  background-color: #fff0e2;
}

/* --------------- */
.residential-type-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.residential-type-card img {
  width: 100%;
  height: 354px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  display: block;
}

.talent-card {
  position: relative;
  overflow: hidden;
}

.talent-card::before {
  content: "";
  display: block;
  padding-top: 80%;
}

.talent-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.talent-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 80%);
  z-index: 1;
  pointer-events: none;
}

.talent-card .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  z-index: 2;
}

.residential-type-card .content,
.talent-card .content {
  position: absolute;
  inset: 0;
  bottom: 19%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 2;

  h4,
  p,
  a {
    color: var(--tg-color-white-default);
  }
}

.residential-type-card .content {
  bottom: 17%;
}

@media (max-width: 1024px) and (min-width: 992px) {

  .residential-type-card .content,
  .talent-card .content {
    bottom: 25%;
  }
}

.residential-type-card .content a,
.talent-card .content a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.residential-type-card .content a:hover,
.talent-card .content a:hover {
  text-decoration: none;
  color: var(--tg-theme-secondary-500);
}

.residential-type-card:hover .content,
.residential-type-card.active .content,
.talent-card:hover .content,
.talent-card.active .content {
  transform: translateY(0);
  height: 100%;
  background: rgba(18, 18, 18, 0.5);
}

/* --------------- */

.help-container {
  background-color: #fff0e2;
}

.help-container .card-services-type-01 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.help-container .card-services-type-01 .card-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.help-container .card-services-type-01 .card-icon {
  margin: auto;
  width: fit-content;
  padding: 10px;
  background-color: #fff3e9;
  border-radius: 8px;
  border: 1px solid var(--tg-theme-secondary-500);
}

.help-container .card-services-type-01 .card-icon img {
  height: 38px;
  width: 38px;
}

.help-container .card-services-type-01 a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.help-container .card-services-type-01 a:hover {
  text-decoration: none;
  color: var(--tg-body-color) !important;
}

.border-7 {
  border: 1px solid var(--tg-border-7);
}

/* our news  */

.our-news-container {
  background-color: #cce3fa;
}

.our-news-container .left-news-content .image-content {
  position: relative;
  height: 340px;
  overflow: hidden;

  .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50px;
    padding: 4px 16px;
    background-color: var(--tg-body-color);
  }
}

.our-news-container .left-news-content .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.our-news-container .left-news-content a,
.our-news-container .news-list-content .news-card .content a {
  color: var(--tg-body-color);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.our-news-container .left-news-content a:hover,
.our-news-container .news-list-content .news-card .content a:hover {
  text-decoration: none;
  color: var(--tg-theme-secondary-500);
}

/* right side */

.our-news-container .news-list-content .news-card {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  align-items: center;
  overflow: hidden;
}

.our-news-container .news-list-content .news-card:last-child {
  margin-bottom: 0;
}

.our-news-container .news-list-content .news-card .content {
  flex: 1 1 auto;
  min-width: 0;

  h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
  }

  .badge {
    border-radius: 50px;
    padding: 2px 14px;
    background-color: var(--tg-theme-secondary-500);
  }

  .badge p {
    font-size: 14px;
  }
}

.our-news-container .news-list-content .news-card .content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.our-news-container .news-list-content .news-card .image-content {
  flex-shrink: 0;
  width: 164px;
  height: 164px;
  overflow: hidden;
}

@media (max-width: 576px) {
  .our-news-container .news-list-content .news-card .content {
    width: 100%;
    min-width: 0;
  }

  .our-news-container .news-list-content .news-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-news-container .news-list-content .news-card .content h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .our-news-container .news-list-content .news-card .content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
  }

  .our-news-container .news-list-content .news-card .image-content {
    width: 100%;
    height: auto;
  }

  .our-news-container .news-list-content .news-card .image-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

.our-news-container .news-list-content .news-card .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* footer  */

footer .footer-link-list .list-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 576px) {
  footer .footer-link-list .list-wrap {
    flex-direction: column;
    align-items: start;
    gap: 6px;
  }

  footer .footer-link-list .list-wrap li {
    border: 0 !important;
    padding: 0 !important;
  }
}

.privacy-policy-text a {
  color: var(--tg-color-white-default);
}

.privacy-policy-text a:hover {
  color: var(--tg-theme-secondary-500);
}

footer .footer-link-list .list-wrap li {
  border-right: 2px solid var(--tg-color-white-default);
  padding: 0px 15px;
  margin: 0;
}

footer .footer-link-list .list-wrap li:last-child {
  border: 0;
}

.footer__area-two {
  position: relative;
  background: url("../images/bg/footer-bg.jpg") no-repeat center center !important;
  background-size: cover;
  z-index: 1;
}

.footer__area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

/* contact form  */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact__form-wrap form .form-grp input:focus,
.contact__form-wrap form .form-grp textarea:focus {
  border-color: var(--tg-color-black);
}

/* image gallery   */

.image-galley-container .gallery-image {
  position: relative;
  overflow: hidden;
}

.image-galley-container .gallery-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.image-galley-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.section-img {
  position: relative;
  width: 100%;
  padding-top: 95%;
  overflow: hidden;
}

.section-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.my-tabs {
  width: 100%;
  background: var(--tg-body-color) !important;
  color: #ffffff;
  padding: 10px 18px;
}

/* Tabs row */
.my-tabs .my-tabs__header {
  display: flex;
  gap: 30px;
  width: 100%;
  overflow: auto;
}

/* Tab button (anchor) */
.my-tabs .my-tab {
  text-decoration: none;
  color: #ffffff;
  width: max-content;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.my-tabs .my-tab span {
  display: flex;
  width: max-content;
}

/* Hover effect */
.my-tabs .my-tab:hover {
  transition: 0.2s;
  color: var(--tg-theme-secondary-500);
}

/* Section spacing */
.my-section {
  padding: 40px 0;
  scroll-margin-top: 200px;
}

.list-heading {
  font-weight: 700;
  display: inline;
}

.my-section ul li {
  font-size: 18px !important;
  color: #000;
}

.bg-sec {
  background-size: cover;
  background-position: center;
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-white {
  color: white !important;
  text-decoration: underline;
  font-weight: 600;
}

.call-back-area {
  background-color: var(--tg-body-color) !important;
}

.about__list-box .list-wrap li {
  color: #000 !important;
  font-family: var(--tg-body-font-family) !important;
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 5px !important;
}

.services__item-style-2 .services__item-five {
  max-height: 300px;
}

.services__item-style-2 .services__item-five .services__icon-five {
  margin: 0px !important;
}

.about__content-four p {
  margin-bottom: 15px !important;
  color: #000;
}

.about__img-wrap-six {
  position: relative;
  padding-right: 70px;
}

.mission ul li {
  font-size: 16px !important;
  color: #000 !important;
  margin-bottom: 5px !important;
  align-items: center !important;
}

.sidebar__cat-list-two .list-wrap li a:hover {
  background: var(--tg-body-color) !important;
  border-color: var(--tg-body-color) !important;
}

.sidebar__contact {
  background: var(--tg-body-color) !important;
}

.sidebar__contact .btn:hover {
  color: var(--tg-body-color) !important;
}

.services__sidebar {
  position: sticky;
  top: 120px;
  z-index: 5;
}

.col-30 {
  overflow: visible;
}

@media (max-width: 768px) {
  .assessment-btn a {
    font-size: 10px;
  }
}

.tc-verification label {
  color: #000 !important;
}

input::placeholder {
  color: rgb(82, 82, 82);
  opacity: 1;
}

input#admission_no::placeholder,
input#tc_no::placeholder,
input#dob::placeholder {
  color: rgb(82, 82, 82);
  opacity: 1;
}

input[type="date"] {
  text-transform: uppercase;
}

.tgmobile__menu {
  max-height: 100dvh !important;
  height: 100dvh !important;
}

.blog-content {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Headings */
.blog-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-content h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 14px;
}

.blog-content h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-content h5 {
  font-size: 18px;
  font-weight: 500;
}

.blog-content h6 {
  font-size: 16px;
  font-weight: 500;
}

/* Paragraph */
.blog-content p {
  margin-bottom: 15px;
  color: #000;
}

/* Images */
.blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 15px 0;
}

/* Lists */
.blog-content ul,
.blog-content ol {
  padding-left: 20px;
  margin-bottom: 15px;
}

.blog-content li {
  margin-bottom: 8px;
}

/* Links */
.blog-content a {
  color: #007bff;
  text-decoration: underline;
}

.blog__sidebar .sidebar__post-content a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic-content p {
  color: #000;
}

.not-found-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 30px;
}

.not-found-image {
  width: 220px;
  max-width: 100%;
  margin-bottom: 25px;
}

/* Remove default bullet points from the list */
.cust-list-box ul {
  list-style-type: none;
  padding-left: 0;
}

.cust-list-box ul li {
  position: relative;
  padding-left: 30px;
}

.cust-list-box ul li::before {
  content: '\f0a9';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  color: var(--tg-theme-secondary-500);
}
.call-back-content p {
  color: #fff !important;
}