/**
 * NEW STYLES 2025
 *
 * @format
 */

.choose-item-info p {
  line-height: 1.3;
}

.header-top-social a:hover {
  background: #f2f5f9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Navigation Button Styles */
.owl-prev,
.owl-next {
  display: none;
}

.dash {
  margin-right: 3px;
}

.course-area {
  margin-top: -4rem;
}

#footer-form input::placeholder {
  color: #116e63;
  opacity: 0.8;
}

/* Make all backgrounds white */
.team-area,
.team-item,
.team-content {
  background-color: #fff !important;
}

/* Circular images */
.team-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  border: 3px dotted #fda31b;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Ensure images fit properly */
.team-img img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center top; /* Moves the focus to the top */
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 7px;
}

img {
  object-position: center top;
}

.video-content {
  overflow: hidden;
  height: 100%;
  /* border-top-left-radius: 3px; */
  border-bottom-left-radius: 50px;
}

/* Center team details */
.team-item {
  text-align: center;
  padding: 15px;
  border: none;
  box-shadow: none !important;
}

/* Remove any extra styling */
.team-content h5,
.team-content span {
  margin: 0;
  padding: 5px 0;
}

.team-content h5 {
  font-size: 25px;
  margin-bottom: 5px;
}

/* Our classes */
.feature-item .count {
  position: absolute;
  right: 30px;
  top: 0px;
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 2px var(--theme-color);
  -webkit-text-fill-color: transparent;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

/* Feature Icon */
.feature-icon img {
  width: 60px;
  margin-bottom: 10px;
}

/* Feature Title */
.feature-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

/* Feature Description */
.feature-content p {
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.dash {
  display: none;
}

#start li {
  text-align: start;
  margin-right: 10px;
}

.login-btn {
  margin-left: 10px !important;
}

.login-btn a {
  border-radius: 30px;
}

.login-form {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid #116e63;
  border-radius: 30px;
}

.login-form .theme-btn {
  border-radius: 12px;
  font-weight: 600;
  font-size: 17px;
}

#top-class {
  margin: -3rem auto 5rem;
}

#top-class .container {
  margin: -1rem auto -5rem;
}

#top-class .testimonial-author-img {
  width: 75px;
  padding: 4px;
  border-radius: 50px;
  border: 1px dashed var(--theme-color2);
  background: var(--theme-color);
}

#top-class .testimonial-author-img img {
  border-radius: 50%;
}

#top-class .testimonial-item {
  border-bottom: 5px solid var(--theme-color);
}

#top-class .testimonial-quote-icon {
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#top-class .testimonial-quote {
  margin-top: 20px;
}

#partner-slider img {
  width: 350px;
}

.about-experience-icon {
  border: 2px dotted var(--theme-color);
}

.about-experience b {
  line-height: 1.3;
  margin: 2px auto;
}

.about-experience b .years {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 6px;
}

#teachers {
  margin-top: 4rem;
}

#faqs {
  margin-top: -3rem;
}

.faqs-btns {
  color: var(--theme-color2);
  transition: 0.5s;
}

.faqs-btns:hover {
  color: var(--theme-color);
}

#fees {
  margin: -4rem auto;
}

#management .box-card {
  background: var(--theme-color);
  padding: 20px;
  width: fit-content;
}

#management .card {
  border: 1px solid var(--theme-color);
}

#management .card,
#management .box-card,
#management .card img {
  border-radius: 30% 3% 30% 3%;
  box-shadow: none;
  transition: 0.5s ease;
}

#management .card:hover img,
#management .box-card:hover img {
  border-bottom-right-radius: 6%;
}

#management .card img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#management .card .card-body .card-title {
  white-space: nowrap;
}

#logo {
  margin-left: -3rem;
}

#logo img {
  width: 40px;
  border-radius: 30px;
}

#logo-txt img {
  font-size: 30px;
  width: 100px;
  margin-bottom: 10px;
}

#f-footer {
  margin-top: -2.5rem;
}

#f-footer a {
  margin-bottom: -20px;
}

#main_nav {
  margin-left: 3.5rem;
}

#btn-lg {
  margin-right: -3rem;
}

#btn-lg a {
  border-radius: 30px;
}

#btn-sm {
  margin: 30px auto 20px;
  width: 100%;
}

.hero-btn a,
.about-bottom a,
#top-video .theme-btn,
.subscribe-form button,
.theme-btn {
  border-radius: 30px;
  box-shadow: none;
}

.choose-item {
  border-radius: 12px;
  box-shadow: none;
}

.choose-item-icon {
  border-radius: 50px;
}

#btn-sm a {
  width: 100%;
  border-radius: 30px;
  padding: auto;
  margin-top: 20px;
}

table thead tr th,
table tbody tr td {
  white-space: nowrap;
}

/* sub Hover */

a.sub-active {
  transition: 0.3s ease;
  overflow: hidden;
  color: var(--theme-color2) !important;
}

#apply {
  margin: -4rem auto auto;
}

#apply-btn-sm {
  display: none;
  width: 100%;
}

#apply-btn-sm a {
  width: 100%;
  border-radius: 30px;
  padding: auto;
  margin: -10px auto -1rem;
}

.nav-item .dropdown-menu li .dropdown-item:hover {
  background: transparent !important;
}

#form {
  margin: -4rem auto auto;
}

#gallery,
#contact {
  margin: -4rem auto;
}

#contact .contact-info {
  box-shadow: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.footer-contact li a {
  transition: 0.3s ease;
}

.footer-contact li a:hover {
  color: var(--theme-color2);
}

#map-sm {
  display: none;
}

.footer-social {
  margin-right: 20px;
}

#management .card-body {
  text-align: center;
  overflow: hidden;
}

/* new */

#toggler {
  background: var(--theme-color);
  padding: 2px 4px;
  border-radius: 3px !important;
  color: #f2f5f9;
  transition: all 0.3s ease;
  margin-right: 5px;
}

#toggle:hover {
  box-shadow: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
}
