/* header */
/* General Styles */
body {
  font-family: "Kanit", sans-serif;
}

/* Top Navbar */
.top-navbar {
  background: #e34432;
  padding: 5px 0;
  margin-top: 0px;
}

.contact-info {
  font-size: 15px;
  color: white !important;
}

#phone-link,
#email-link {
  color: white !important;
}

/* Main Navbar */
.main-navbar {
  background: #fff;
  padding: 5px 0;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  height: 80%;
  display: flex;
  align-items: center;
}

.logo {
  max-height: 90px; /* Logo ko bada karega */
  transition: all 0.3s ease-in-out; /* Smooth resizing animation */
  margin-left: 70px;
}

/* Navbar Links */
.navbar-nav {
  font-family: "Kanit", sans-serif;
  font-size: 15px;
  color: #333;
  padding: 10px 15px;
}

.navbar-nav .nav-link:hover {
  color: #005be4;
}

/* Dropdown */
.dropdown-menu {
  border-radius: 5px;
  border: none;
}

.dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .top-navbar {
    text-align: center;
  }
  .logo {
    max-height: 50px;
  }
}

/* header */

/* *****************about.css******************* */

/* bannar */

.banner {
  width: 100%;
  height: 200px; /* Adjust height as needed */
  overflow: hidden;
  position: relative;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  background: #ffffff;
  padding: 60px 0;
}

.about-title {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.features {
  margin-top: 20px;
}

.feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-box .icon {
  font-size: 32px;
  color: #007bff;
}

/* *****************about.css******************* */

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.section {
  margin-top: 100px; /* Adjust this value to prevent overlapping */
}

.contact-form .form-control {
  position: relative;
  padding-left: 35px;
}

.form-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}

.contact-info {
  border-left: 4px solid #007bff;
}

.contact-info ul {
  padding: 0;
  list-style: none;
}

.contact-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info ul li i {
  margin-right: 10px;
  color: #007bff;
}

.map-container {
  margin-top: 15px;
  border-radius: 10px;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.abt_univ_wrap {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.kf_edu2_heading1 h3 {
  font-size: 24px;
  font-weight: bold;
}

.abt_univ_des p {
  font-size: 16px;
  color: #666;
}

.abt_univ_thumb img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* collage */

.kf_courses_wrap {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.kf_courses_des {
  padding: 10px 0;
}

.courses_heading h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.courses_heading span {
  font-size: 14px;
  color: #666;
}

.btn-group {
  margin-top: 10px;
}

.btn {
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
}
/* collage */
