:root {
  --primary-back-color: #013DC4;
  --gradient-color: linear-gradient(30deg, #3070FF, #0D3CA8);
}

.syllabus-open {
  background-color: var(--primary-back-color);
  color: #ffffff;
}

.containercourse {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.containercoursetwo {
  display: flex;
  justify-content: center;
}

.containerrse {
  text-align: center;
}

.containerform {
  background-color: #ffffff;
  padding: 34px 28px;
  border-radius: 15px;
  max-width: 100%;
  box-shadow: 10px 10px 10px rgba(114, 114, 114, 0.1);
}


.containerform form label {
  color: #4e4e4e;
  margin-bottom: 8px;
  font-size: small;
}

.containerform form input[type="text"],
.containerform form input[type="email"],
.containerform form select {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 0.1px solid #dbdbdb;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.containerform form input[type="text"]:focus,
.containerform form input[type="email"]:focus,
.containerform form select:focus {
  border-color: var(--primary-back-color);
  outline: none;
}

.containerform form input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  width: 100%;
  border-radius: 8px;
  background-color: var(--primary-back-color);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.containerform form input[type="submit"]:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgb(189, 189, 189);
}


.maximg {
  max-width: 200px;
  height: auto;
}

.textxolor {
  color: var(--primary-back-color);
  text-decoration: none;
}

.click {
  cursor: pointer;
}

.grid-item {
  background-color: #ffffff;
  text-align: start;
}

.grid-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.card-container {
  display: flex;
  gap: 20px;
}


.name {
  font-size: small;
}

.review {
  font-size: medium;
}

.blue-line {
  text-decoration: none;
  font-size: medium;
  color: black;
}

.maximage {
  max-width: 30px;
  height: auto;
}

.maximagetwo {
  max-width: 140px;
  height: auto;
}

.maximagethree {
  max-width: 55px;
  height: auto;
}


.center {
  text-align: center;
}

.backforitem {
  color: black;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

.containerformtwo {
  display: flex;
  height: auto;
  max-width: 100%;
  align-items: flex-end;
}

.containerformtwo form {
  padding: 30px;
  border-radius: 15px;
  background-color: #fafafa;
  width: 100%;
}

.containerformtwo label {
  color: #4e4e4e;
  margin-bottom: 8px;
  font-size: small;
}

.containerformtwo input[type="text"],
.containerformtwo input[type="email"],
.containerformtwo input[type="number"],
.containerformtwo textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-size: 14px;
  border: 0.1px solid #dbdbdb;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.containerformtwo form input[type="text"]:focus,
.containerformtwo form input[type="email"]:focus,
.containerformtwo form input[type="number"]:focus,
.containerformtwo form textarea:focus {
  border-color: var(--primary-back-color);
  outline: none;
}


.containerformtwo input[type="submit"] {
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  width: 100%;
  border-radius: 8px;
  background-color: var(--primary-back-color);
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

input[type="submit"]:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgb(189, 189, 189);
}


.smallertext {
  font-size: smaller;
  color: #494949;
  font-style: normal;
}

.txtbm {
  font-size: 12px;
  text-decoration: none;
}

.maximg {
  max-width: 90px;
  height: auto;
}

.mainoimg {
  max-width: 100%;
  border-radius: 5px;
  height: auto;
}

.navsmitem {
  font-size: 14px;
  color: #3f3f3f;
  text-decoration: none;
}

.navsmitem:hover {
  color: #ffffff;
  font-weight: 500;
}

.playimg {
  max-width: 120px;
  height: auto;
}

.forlogoimg {
  max-width: 100px;
  height: auto;
}

@media (max-width: 905px) {
  .forlogoimg {
    width: 90px;
    height: auto;
  }
}

.containercourseone {
  text-align: end;
}

.containercourseonetee {
  text-align: start;
}

.respimg {
  max-width: 500px;
  width: 100%;
  border-radius: 2%;
  display: inline-block;
}

.facultyimg {
  max-width: 180px;
}

.social-icons {
  justify-content: start;
  align-items: start;
}

.social-icons .col-sm-2 {
  flex: 0.1;
  text-align: start;
}

.social-icons img {
  max-width: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-icons img:hover {
  max-width: 30px;
  transform: scale(1.2);
}

.footerback {
  background-color: var(--primary-back-color);
  color: #fff;
}

.footerback a {
  color: #fff;

}

@media (min-width: 768px) {
  .headtext {
    font-size: 1rem;
  }
}

@media (max-width: 400px) {
  .headtext {
    font-size: 0.8rem;
  }
}

.fixed-div {
  position: fixed;
  bottom: 30px;
  right: 10px;
}

.social {
  position: fixed;
  left: 10px;
  bottom: 20px;
  text-decoration: none;
  writing-mode: vertical-lr;
  text-align: center;
  padding: 10px;
}

.social a {
  text-decoration: none;
}

.social img {
  width: 34px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social img:hover {
  transform: scale(1.2);
}

@media (max-width: 600px) {
  .social {
    display: none;
  }
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.mega-menu-content {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}

.mega-menu-content .col {
  flex: 1;
  padding: 10px;
}

.nav-item:hover .mega-menu {
  display: block;
}

.mega-menu a {
  text-decoration: none;
  color: #4e4e4e;
}

.mega-menu a:hover {
  color: var(--primary-back-color);
}

.gradient-text {
  background: var(--gradient-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.describe-points {
  padding: 6px 13px;
  color: #ffffff;
  display: inline-block;
  background-color: #525252;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  white-space: nowrap;
}


@media (min-width: 1200px) {
  .extralarge {
    font-size: 44px;
  }
}

/* Adjust for medium screens (e.g., tablets) */
@media (min-width: 768px) and (max-width: 1199px) {
  .extralarge {
    font-size: 36px;
    /* Adjust weight as needed */
  }
}

/* Adjust for small screens (e.g., mobile phones) */
@media (max-width: 767px) {
  .extralarge {
    font-size: 30px;
    /* Adjust weight as needed */
  }
}

@media (max-width: 400px) {
  .extralarge {
    font-size: 26px;
    /* Adjust weight as needed */
  }
}


.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.slider {
  display: flex;
  gap: 70px;
  margin: 50px 0 0 0;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-500%);
  }
}

.slide {
  min-width: 16%;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .slide {
    min-width: 15%;
    box-sizing: border-box;
  }

  .slider {
    display: flex;
    gap: 30px;
    margin: 40px 0 0 0;
  }
}

@media (max-width: 767px) {
  .slide {
    min-width: 40%;
    box-sizing: border-box;
  }

  .slider {
    display: flex;
    gap: 30px;
    margin: 40px 0 0 0;
    animation: scroll 40s linear infinite;
  }
}

.slide img {
  width: 100%;
  border-radius: 3px;
}






.placement-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.placement-slider {
  display: flex;
  gap: 70px;
  margin: 0;
  animation: scroll 30s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-175%);
  }
}

.placement-slide {
  min-width: 10%;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .placement-slide {
    min-width: 15%;
    box-sizing: border-box;
  }

  .placement-slider {
    display: flex;
    gap: 30px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .placement-slide {
    min-width: 30%;
    box-sizing: border-box;
  }

  .placement-slider {
    display: flex;
    gap: 30px;
    margin: 0;
    animation: scroll 40s linear infinite;
  }
}

.placement-slide img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .hide_on_small {
    display: none;
  }
}