@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz@1,14..32&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&display=swap");

.outfit-uniquifier {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-uniquifier {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.crimson-pro-uniquifier {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.jost-uniquifier {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

body {
  background-color: #f6f4ee;
}

/*Academic program css */
/* .content {
            padding: 50px 0;
        } */
h2 {
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
/* p {
            color: #666;
            line-height: 1.6;
        } */
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}
.image-container {
  /* position: relative; */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-container img {
  width: 1026px;
  height: 573px;
}
/* .image-container .top-right {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 40%;

        } */

.fontsize-new {
  font-size: 50px !important;
  color: #161613;
  font-weight: 500 !important;
}

.academic-para {
  font-size: 18px;
  color: #3e4047;
  line-height: 28px;
  font-weight: 300 !important;
}

.academic-btn {
  background: #004cd4;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  font-size: clamp(0.625rem, 0.4911rem + 0.4286vw, 1rem);
  font-weight: 500 !important;
  text-decoration: none;
}

.head-font {
  font-size: 20px;
  color: #161613;
  font-weight: 500 !important;
}

.th-font {
  font-size: 16px;
  font-weight: 500 !important;
  color: #161613;
  background-color: #e4edff !important;
  /* border-radius: 8px; */
}

.tbody-font {
  font-size: 16px;
  color: #3e3e3a;
  font-weight: 400 !important;
}
.heading-color-h {
  color: #161613;
  font-weight: 500;
  font-size: 40px;
}

.text-color-p {
  color: #3e4047;
  font-size: 16px;
  font-weight: 300 !important;
  margin-bottom: 25px !important;
}

.fontweight-p {
  font-weight: 300 !important;
}
.fontweight-para {
  color: #3e4047;
}

.h2font {
  font-size: 50px;
}

/* ====== Footer Section ====== */
.footer-top {
  background: #004cd4 url("../images/Vector.png") no-repeat center center/cover;
  color: white;
  padding: 60px 20px;
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-main {
  background: #f6f4ee;
  padding: 60px 20px 30px;
  border-top: 1px solid #eee;
}

.footer-main h5 {
  font-size: 20px;
  font-weight: 500 !important;
  margin-bottom: 20px;
  color: #010f1c;
}

.footer-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-main ul li {
  margin-bottom: 10px;
}

.footer-main ul li a {
  color: #55585b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400 !important;
}

.footer-main ul li a:hover {
  text-decoration: underline;
}

.footer-main p {
  color: #57595f;
  font-size: 16px;
}

.footer-bottom {
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
  font-size: 14px;
  border-top: 1px solid #eee;
}

.footer-copyright {
  color: #57595f;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.background-copyright {
  background: #efede7;
}

@media (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }

  .footer-top img {
    height: 100px !important;
    width: 100px !important;
  }

  .footer-top h6 {
    font-size: 18px !important;
  }

  .footer-top h3 {
    font-size: 32px !important;
  }

  .newsletter input {
    width: 65%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  /* .footer-main {
    text-align: center;
  }

  .footer-main .col-md-4,
  .footer-main .col-md-2 {
    text-align: center;
  } */

  /* .newsletter {
    flex-direction: column;
    gap: 10px;
  } */

  .newsletter input {
    width: 100%;
    border-radius: 20px;
  }

  .newsletter button {
    width: 50%;
    border-radius: 20px;
  }

  .footer-top h3 {
    font-size: 26px !important;
  }

  .footer-top h6 {
    font-size: 16px !important;
  }
}

/* Extra Small */
@media (max-width: 480px) {
  .footer-top {
    padding: 40px 15px;
  }

  .footer-top img {
    height: 80px !important;
    width: 80px !important;
  }

  .footer-top h3 {
    font-size: 22px !important;
  }

  .footer-top h6 {
    font-size: 14px !important;
  }

  .footer-bottom {
    font-size: 12px;
  }
}

/* Newsletter */
.newsletter input {
  /* border: 2px solid #E4E2DC;
  border-radius: 20px 0 0 20px; */
  padding: 8px 15px;
  width: 70%;
  outline: none;
  border: none;
  outline: none;
  color: #95999d;
  background-color: #f6f4ee;
}

.newsletter {
  border: 2px solid #e4e2dc;
  border-radius: 50px;
  padding: 3px 8px 3px 10px;
}

.newsletter button {
  border: none;
  background: #004cd4;
  color: white;
  border-radius: 50px;
  padding: 8px 20px;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.social-icons {
  display: flex;
  gap: 3px;
}
.social-icons a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #f6f4ee;
  border: 1px solid #e4e2dc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #444;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 30px;
}

.social-icons .facebook-color {
  color: #337fff;
}
.social-icons .twitter-color {
  color: #33ccff;
}
.social-icons .linkedin-color {
  color: #006699;
}
.social-icons .youtube-color {
  color: #ff3000;
}

/* program header start*/
.program-header {
  background: url("../images/program-header.jpg") no-repeat center center;
  background-size: cover;
  width: 1314px;
  height: 64px;
  border-radius: 14px;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
}
.program-header i {
  font-size: 22px;
  margin-right: 10px;
}

@media (max-width: 1400px) {
  .program-header {
    width: 100%;
  }
}
/* program header end */

/* program card */

.program-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.program-card img {
  width: 100%;
  border-radius: 10px;
  height: 180px;
  object-fit: cover;
}

.program-card h5 {
  margin-top: 15px;
  font-weight: 600 !important;
  font-size: 22px;
  color: #161613 !important;
}

.program-card p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #57595f;
}

.tag-box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
}

.tag-box img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  padding: 2px;
}

.apply-btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding: 8px 20px;
  text-align: center;
  /* border: 1px solid #0d6efd; */
  border-radius: 20px;
  background: #004cd4;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.apply-btn2:hover {
  background: #0d6efd;
  color: white;
}

.accordian-btn {
  color: #004cd4 !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.accordion-item {
  border-radius: 8px;
  margin-bottom: 10px;
}
.accordion-button {
  font-weight: 600;
  font-size: 18px;
  background-color: #f9f9ff;
  color: #1a237e;
}
.accordion-button:not(.collapsed) {
  background-color: #e8eaf6;
  color: #1a237e;
  box-shadow: none;
}
.table thead {
  background-color: #f1f1f9;
}

.font-span {
  font-weight: 600 !important;
  font-size: 20px;
  color: #004cd4 !important;
}
.accordion-button {
  background-color: white !important;
}

/* 
.islamic-research-image img{
  width: 700px;
  height: 480px;
} */

@media (max-width: 992px) {
  .program-card img {
    height: 160px;
  }

  .program-card p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .heading {
    font-size: 32px;
  }

  .sub-heading {
    font-size: 15px;
  }

  .stats-box {
    padding: 20px 10px;
  }

  /* .stats-box h3 {
    font-size: 1.4rem;
  } */

  .program-card {
    padding: 12px;
  }

  .program-card img {
    height: 150px;
  }

  .program-card h5 {
    font-size: 16px;
  }

  .program-card p {
    font-size: 14px;
  }

  .apply-btn {
    font-size: 14px;
    padding: 6px 15px;
  }
}

/* 📱 Extra Small (very small phones) */
@media (max-width: 480px) {
  .heading {
    font-size: 26px;
  }

  .sub-heading {
    font-size: 14px;
  }

  .stats-box {
    padding: 15px 8px;
  }

  /* .stats-box h3 {
    font-size: 1.2rem;
  } */

  .program-card img {
    height: 130px;
  }

  .program-card h5 {
    font-size: 15px;
  }

  .program-card p {
    font-size: 13px;
  }

  .apply-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 768px) {
  .program-header {
    font-size: 20px;
  }
}

/* image container media queries start */
@media (min-width: 600px) and (max-width: 1060px) {
  .image-container img {
    width: 700px;
    height: 400px;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .image-container img {
    width: 600px;
    height: 300px;
  }
}

@media (min-width: 410px) and (max-width: 640px) {
  .image-container img {
    width: 400px;
    height: 250px;
  }
}

@media (min-width: 360px) and (max-width: 410px) {
  .image-container img {
    width: 350px;
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 360px) {
  .image-container img {
    width: 310px;
    height: 250px;
  }
}

/* image container media queries end */

/* academic para media queries start */

@media (max-width: 768px) {
  .academic-para {
    font-size: 15px;
    color: #3e4047;
    line-height: 28px;
    /* text-align: justify; */
  }
}

/* academic para media queries end */

@media (max-width: 768px) {
  .font-span {
    font-weight: 600 !important;
    font-size: 16px;
    color: #004cd4;
  }
}

@media (max-width: 768px) {
  .fontsize-new {
    font-size: 23px !important;
  }
}

/*About styling start  */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
  background: #ffffff !important;
  /* transparent initially */
  box-shadow: none;
}

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.8) !important;
  /* white with transparency */
  backdrop-filter: blur(2px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* optional shadow */
}

.nav-con {
  width: 75%;
}

.navbar-nav .nav-link {
  color: #30302f !important;
  margin-right: 5px;
}

.navbar-nav .dropdown-menu {
  background: #ffffffcc;
}

.search-box {
  display: none;
  transition: all 0.3s ease;
}

.search-box.active {
  display: inline-block;
}

.search-icon {
  color: #30302f;
}

.apply-btn {
  background: #004cd4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.0148rem + 0.9843vw, 0.9375rem);
}

.apply-btn:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.about-main {
  background: url("../images/About-Background.png");
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: cover;
  height: 60vh;
}

.about-us-p {
  color: #ffffff;
  font-weight: 300 !important;
  border-left: 1px solid #ffffff33;
}

.about-us-h {
  color: #ffffff;
  font-weight: 700 !important;
  font-size: clamp(2.5rem, 2.0673rem + 1.9231vw, 4.375rem);
}

@media (min-width: 320px) and (max-width: 991px) {
  /* Mobile collapse ko hamburger ke neeche dropdown ki tarah banane ke liye */
  .navbar-collapse {
    position: absolute;
    /* relative to navbar */
    top: 100%;
    /* navbar ke neeche open hoga */
    right: 0;
    /* right side se align */
    background: #004cd4;
    /* background color */
    width: 250px;
    /* width jitni chahiye */
    border-radius: 0 0 8px 8px;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }

  .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.3s ease-in-out;
  }

  .navbar-collapse.show {
    display: block;
  }

  /* Links ko vertical stack banado */
  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
    padding: 8px 12px;
    width: 100%;
  }

  .apply-btn {
    margin-top: 15px;
  }

  .navbar-toggler .fa-bars {
    color: #000;
    /* black */
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .nav-con {
    width: 100%;
  }

  .custom-sm-width {
    width: 250px;
    height: 50px;
  }
}

/*About styling end */
/* .custom-width {
        width: 100%;
    } */

@media (min-width: 320px) and (max-width: 768px) {
  .custom-width {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .custom-width {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .custom-width {
    width: 75%;
  }
}

.table-custom {
  border-collapse: collapse;
  width: 100%;
}

.table-custom th,
.table-custom td {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-left: none !important;
  border-right: none !important;
}

/* .table-custom thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
} */

/* about styling */

.about-al-kawthar {
  background: #f6f4ee;
}
.about-al-kawthar h1 {
  font-weight: 500 !important;
  color: #161613;
  font-size: clamp(1.875rem, 1.5865rem + 1.2821vw, 3.125rem);
  margin-bottom: 25px;
}
.about-al-kawthar p {
  font-weight: 300 !important;
  color: #3e4047;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-size: clamp(0.625rem, 0.4808rem + 0.641vw, 1.25rem);
}
.apply-btn-2 {
  background: #004cd4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.play-btn {
  border: none;
  background: none;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
/* state-section */
.state {
  background: #f6f4ee;
}
.stats-box {
  background: url("../images/program-header.jpg") no-repeat center center/cover;
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
  text-align: center;
}
.state-m {
  border-right: 1px solid #ffffff24;
}
.state-p {
  color: #ffffffb2;
  font-weight: 400 !important;
}
/* mission & value section */
.mission {
  background: #f6f4ee;
  position: relative;
  z-index: 2;
}
.mission-value h1 {
  color: #161613;
}
.mission-value p {
  color: #3e4047;
  font-weight: 300 !important;
}
.mission-card {
  background: #ffffff;
  border-radius: 10px;
}
.mission-card img {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height: 220px;
}
.mission-card h3 {
  color: #161613;
  font-weight: 600 !important;
}
.mission-card p {
  width: 70%;
}
.learn-more-1 {
  background: #004cd4;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.learn-more-2 {
  background: #161613;
  border: 1px solid #fff;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: 0.3s;
  font-size: clamp(0.625rem, 0.5385rem + 0.3846vw, 1rem);
}
.sticky-img {
  position: sticky;
  top: 100px;
}
/* Years Section */
.years {
  background: linear-gradient(180deg, #0446bc 0%, #004cd4 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mission-cards {
  margin-bottom: -100px; /* overlap only cards */
  position: relative;
  z-index: 2;
}
.teachers-con {
  background: url("../images/years-bg.png") no-repeat center center/contain;
}
.years-h-1 h1 {
  font-weight: 200 !important;
  font-size: clamp(5rem, 3.9904rem + 4.4872vw, 9.375rem);
  color: #ffffff;
}
.years-h-2 h1 {
  font-weight: 600 !important;
  font-size: clamp(5rem, 3.9904rem + 4.4872vw, 9.375rem);
  color: #ffffff;
}
.teacher-img {
  width: 300px;
}
.Courses {
  width: 50% !important;
}
.Courses h5 {
  color: #ffffff;
  font-weight: 600 !important;
}
.Courses p {
  color: #ffffffcc;
  font-weight: 400 !important;
  letter-spacing: 0;
  font-size: clamp(0.625rem, 0.5096rem + 0.5128vw, 1.125rem);
}
/* Chancellor’s Section */
.chancellar {
  background-color: #ffffff;
}
.profile-card-1 {
  background: #9c9791; /* card background color */
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px; */
}
.profile-card-1 h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600 !important;
}
.profile-card-1 p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
.profile-card-1 img {
  width: 100%;
  height: 300px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
.profile-card-2 {
  background: #89a0ae; /* card background color */
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px; */
}
.profile-card-2 h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600 !important;
}
.profile-card-2 p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
.profile-card-2 img {
  width: 100%;
  height: 300px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
.profile-card-3 {
  background: #b3aa9b; /* card background color */
  border-radius: 12px;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 100%;
  /* height: 400px; */
}
.profile-card-3 h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600 !important;
}
.profile-card-3 p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
.profile-card-3 img {
  width: 100%;
  height: 300px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-top: auto;
  display: block;
}
/* VC section */
.vc-section {
  display: flex;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.vc-left {
  flex: 7;
  background: url("../images/university.png") no-repeat center center/cover;
  opacity: 0.5;
}
.vc-right {
  flex: 3;
  background: #004cd4 url("../images/Vector2.png") no-repeat center center/cover;
}
.vc-box {
  position: absolute;
  top: 30%;
  left: 60%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 55%;
  z-index: 2;
}
.vc-slide {
  display: flex;
  align-items: flex-start;
}
.vc-photo {
  flex: 0 0 200px;
  margin-right: 50px;
  margin-top: 110px;
  background: white;
  border-radius: 10px;
}
.vc-photo img {
  border-radius: 12px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.vc-content {
  background: white;
  padding: 110px;
  border-radius: 10px;
}
.vc-content h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.vc-content h6 {
  color: #0d6efd;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.vc-content i {
  display: inline-block;
  margin-bottom: 15px;
  color: #444;
}
.vc-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.quote-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: auto;
}
/* Custom Arrows */
.vc-arrows {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 16px;
  z-index: 3;
}
.vc-arrows button {
  border: 2px solid black;
  background: white;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vc-arrows button:hover {
  background: #f0f0f0;
}

@media (min-width: 320px) and (max-width: 991px) {
  .vc-section {
    flex-direction: column;
    height: auto;
    background: url("../images/university.png") no-repeat center center/cover; /* :point_left: Unsplash background */
  }
  /* hide split backgrounds */
  .vc-left,
  .vc-right {
    display: none;
  }
  .vc-box {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
    margin: 20px auto 40px auto;
    width: 90%;
  }
  .vc-slide {
    flex-direction: column;
    text-align: center;
  }
  .vc-photo {
    margin: 0 auto 15px auto;
    flex: unset;
    width: 120px;
  }
  .vc-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .vc-content {
    padding: 20px;
    background: rgba(255, 255, 255, 0.9); /* transparent white over bg */
    border-radius: 12px;
  }
  .quote-icon {
    display: none;
  }
  /* arrows center */
  .vc-arrows {
    position: relative;
    margin: 20px auto 0 auto;
    justify-content: center;
    right: unset;
    bottom: unset;
  }
  .teacher-img {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .nav-con {
    width: 100%;
  }
  .custom-sm-width {
    width: 250px;
    height: 50px;
  }
  .mission-card img {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    height: 220px;
    width: 100%;
    margin-top: 10px;
  }
  .mission-card {
    padding-top: 20px;
  }
  .Courses {
    width: 100% !important;
  }
  .mission-card p {
    width: 100%;
  }
}

/*Contact Us Page Styling Started */
/* form-section */
.form-sec {
  background: url("../images/contact-vec.png") no-repeat center center/contain;
}
.get-in-touch {
  font-weight: 600 !important;
  font-size: clamp(1.25rem, 0.8173rem + 1.9231vw, 3.125rem);
}
.answer-p {
  font-weight: 300 !important;
  font-size: clamp(0.75rem, 0.6058rem + 0.641vw, 1.375rem);
  color: #57595f;
}
.contact-form {
  max-width: 800px;
  margin: 50px auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8) !important; /* white with transparency */
  backdrop-filter: blur(5px);
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.contact-form h3 {
  font-weight: 600 !important;
  margin-bottom: 20px;
  color: #031f42;
}
.form-control {
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
}
.form-label {
  font-weight: 400;
}
.form-check-label {
  font-weight: 300 !important;
  font-size: 14px;
  color: #57595f;
}
.btn-submit {
  background: #5169f1;
  color: #ffffff;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: 600 !important;
  border: none;
  transition: 0.3s ease-in-out;
}
.btn-submit:hover {
  background: #1e4fc2;
}
/* help-section */
.help-h {
  font-weight: 500 !important;
  font-size: clamp(1.125rem, 1.0096rem + 0.5128vw, 1.625rem);
  color: #031f42;
}
.info-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e8f0;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  /* height: 100%; */
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-icon {
  font-size: 28px;
  /* padding: 12px; */
  border-radius: 10px;
  color: #2563eb;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #e6e8f0;
}
.info-card h5 {
  font-weight: 500 !important;
  margin-bottom: 10px;
  color: #031f42;
}
.info-card p {
  font-weight: 300 !important;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}
.info-card a {
  text-decoration: none;
  color: #031f42;
  font-weight: 400 !important;
}
.info-card a:hover {
  text-decoration: underline;
}
.info-card h6 {
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  color: #031f42;
  font-size: 16px;
}

/* Contact Us Page Styling Ended */

.btn-back-to-home {
  display: inline-block; /* Ensures padding and margins are applied correctly */
  background-color: #5169f1;
  color: white;
  border-radius: 50px;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}

.btn-back-to-home:hover {
  background-color: #3a52d4; /* A slightly darker shade for hover effect */
  color: white;
  text-decoration: none;
}
