/* read more */
.readLess {
  display: none;
  cursor: pointer;
  font-weight: 500;
  margin: 10px 0 0;
  color: var(--primary);
}

.readMore {
  cursor: pointer;
  font-weight: 500;
  margin: 10px 0 0;
  color: var(--primary);
}

.moreDesc {
  display: none;
  margin: 10px 0 0;
}

p,
li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 10px;
}

small,
em {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

strong {
  font-weight: 600;
}

/* Overview  */
.overview {
  padding: 40px 0;
}

.overview p+p {
  margin: 10px 0 0;
}

.overview .left-section {
  width: 50%;
}

.overview img {
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
  width: 50%;
  height: 300px;
  margin: 0 0 0 50px;
}

.epsm {
  padding: 40px 0 0;
}

.epsm ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.epsm ul li {
  padding: 0 0 0 25px;
  background: url('../images/right-blue.png') no-repeat left 4px;
  background-size: 20px;
  margin: 0 0 10px;
}

.epsm p+p {
  margin: 10px 0 0;
}

.epsm img {
  margin: 0 50px 0 0;
}

/* programme */
.programme {
  padding: 60px 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.7)),
    url('../images/banner-2.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.programme h2 {
  color: #fff;
}

.main-programe {
  gap: 15px;
}

.programme-card {
  margin: 50px 0 0;
  background: #fff;
  padding: 40px 10px 20px;
  border-radius: 10px;
  color: #000;
  text-align: center;
  width: 23%;
  position: relative;
  height: 140px;
}

.programme-card .blue {
  position: absolute;
  left: 50%;
  top: -5px;
  transform: translate(-50%, -50%);
  background: var(--primary);
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.programme-card img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  /* filter: invert(60%) sepia(125%) saturate(860%) hue-rotate(154deg) brightness(105%) contrast(110%); */
}

.programme-card h4 {
  font-size: 16px;
}

.programme-card p {
  margin: 10px 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}

.featured-ventures {
  padding: 30px 0;
}

.venture-card {
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  transition: all .3s ease;
  background: #fff;
}

.venture-card:hover {
  border-color: #000;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.featured-ventures p.text-muted {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px !important;
}

.venture-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.venture-card p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.venture-card strong {
  color: #000;
}

/* course-content desktop */
.course-content {
  padding: 20px 0 40px;
}

.course-content .box {
  position: relative;
  box-shadow: 2px 2px 12px #00000029;
  background-color: #FFF;
  height: 100%;
  padding: 25px;
  border-radius: 5px;
}

.course-content .col-md-4 {
  margin: 10px 0;
}

.course-content h4 {
  font-size: 16px;
  text-align: left;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 10px;
}

.course-content ul {
  margin: 10px 0;
  padding: 0 0 0 20px;
}

.course-content ul+ul {
  margin: 0;
}

.course-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 0 0 10px;
}

.course-content p {
  font-size: 14px;
  margin: 0;
}

.course-content .moreDesc {
  margin: -10px 0;
}

.module {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0 8px 0 8px;
  padding: 5px 10px;
  color: var(--primary);
  background: #ffffff;
}

.accordian_box {
  border-radius: 5px;
  margin: 0 0 10px;
  background: #fff;
}

.accordian_head {
  cursor: pointer;
  padding: 15px 15px 15px 20px;
  position: relative;
  font-weight: 400;
  color: #000;
  background: #fff;
  font-size: 16px;
  border-radius: 0;
  line-height: 24px;
}


.accordian_head strong {
  padding-right: 10px;
  font-weight: 500;
  display: inline-block;
}

.accordian_content {
  border-top: 1px solid var(--primary);
  padding: 15px 15px 10px 20px;
  ;
}

.accordian_content p {
  margin: 10px;
}

.accordian_content ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin: 0 0 10px;
  padding: 0;
}

.accordian_head::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 30%;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-in-out;
  background: url('../images/next.png') no-repeat center center;
  background-size: 100% 100%;
}

.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}

/* certiicate */
.certificate {
  padding: 50px 0;
  background: var(--primary);
}

.certificate h2 {
  color: #fff;
}

.certificate p {
  color: #fff;
  font-weight: 300;
}

.certificate p+p {
  margin: 10px 0 0;
}

.certificate ul {
  padding: 10px 0 0;
  list-style-type: none;
}

.certificate ul li {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 0 0 0 30px;
  background: url('../images/check-box.png') no-repeat left 5px;
  background-size: 20px;
  margin: 0 0 10px;
  font-weight: 300;
}

.certificate .text-part {
  width: 55%;
}

.certificate .image {
  margin: 0 0 0 40px;
  width: 45% !important;
}

.certificate img {
  width: 100%;
  display: block;
}

.certificate .subtitle {
  border-top: 2px solid var(--secondary);
  display: inline-block;
  margin: 30px 0 0;
  padding: 10px 0 0;
}

/* past-participants */
.past-participants {
  padding: 30px 0;
}

.past-participants .card-1 {
  padding: 30px 5px 20px 20px;
  margin: 0 0 20px;
  background: var(--primary);
  color: #fff;
  border-radius: 5px;
}

.past-participants ul {
  margin: 0;
  padding: 0 10px;
}

.past-participants .card-1 p {
  margin: 0 0 15px;
}

.past-participants ul li {
  list-style-type: none;
  padding: 0 0 0 20px;
  background: url('../images/right-white.png') no-repeat left 5px;
  background-size: 10px;
  margin: 0 0 10px;
  font-weight: 300;
}

.past-participants img {
  width: 90%;
  margin: 0 auto;
}

s
/* gallary */
/* .masonry { 
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.masonry img {
  border: 1px solid #FFF;
  flex: auto;
  height: 180px;
  width: auto;
  margin: 0 5px 5px 0;
  object-fit: cover;
  object-position: top;
} */
/* .gallary img {
  width: auto;
  height: 300px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
} */

/* youtube */
.youtube {
  padding: 40px 0;
}

.youtubeframe {
  margin: 20px 0 0;
  border-radius: 8px;
}

/* Directors */
/* .director {
  padding: 60px 0;
}
.director .main-section {
  padding: 30px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(83deg,rgba(60, 61, 96, 1) 0%, rgba(77, 105, 141, 1) 66%, rgba(82, 120, 156, 1) 100%);
}
.director img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
}
.image-section {
  gap: 20px;
  margin: 0 0 20px;
}
.card-top {
  border: 1px solid #fff;
  padding: 20px;
  height: 150px;
}
.director h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.director h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px;
}
.director h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 70%;
}
.director p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
}
.director .readLess, .director .readMore {
   font-weight: 500;
} */

/* New Testimonial */
.testimonials {
  padding: 20px 0 0;
}

.gallary {
  padding: 30px 0 0;
}

.gallery-swapper .swiper-slide img {
  width: 100%;
  height: 320px;
  /* Adjust as needed */
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.testimonials .testimonialCard {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  border: 0.5px solid rgba(154, 153, 153, 0.45);
  background: #FFF;
  box-shadow: none;
  height: auto;
  color: #000;
}

.testimonials small a {
  color: #fff;
}

.testimonialCard .img-card {
  background: var(--primary);
  padding: 16px 16px 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  gap: 10px;
  min-height: 160px;
}

.testimonialCard .img-card p {
  font-size: 15px;
}

.testi-swapper .swiper-wrapper,
.faculty-swapper .swiper-wrapper {
  margin: 10px 0;
}

.testimonialCard img {
  border-radius: 5px;
  object-fit: cover;
  object-position: top;
  height: 120px;
  width: 120px;
}

.testimonials .tribe {
  height: auto !important;
  width: 35px !important;
  margin: 5px 0 0 !important;
}

.testimonials .eliteck {
  height: auto !important;
  width: 70px !important;
  margin: 5px 0 0 !important;
}

.testimonials .dream {
  height: auto !important;
  width: 70px !important;
  margin: 5px 0 0 !important;
}

/* .testimonialCard .img-card p {
  margin: 15px 0 0;
} */

.testimonialCard p strong {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.testimonialCard p small {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
}

.testimonialCard .card-text {
  padding: 16px;
  min-height: 400px;
}

.testimonialCard .card-text p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 10px;
}

/* infocards */
.infocards {
  padding: 20px 0;
}

.infocards .swiper-slide {
  padding: 12px;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.meta {
  margin: 0 0 16px;
}

.meta p {
  margin: 0;
  padding: 3px 8px;
  background: var(--secondary);
  display: inline-block;
}

.infocards .meta h3 {
  color: #FFF;
  font-weight: 600;
  padding: 3px 8px;
  background: var(--primary);
  display: inline-block;
  margin: 0;
}

.infocards img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

/* New director */
.director {
  padding: 0 0 10px;
}

.director .testimonialCard {
  padding: 30px 20px 20px !important;
  border-radius: 5px;
  border: none;
  background: #FFF;
  height: auto;
  color: #000;
  box-shadow: 1px 2px 12px #00000029 !important;
}

.director .testimonialCard .img-card {
  background: #fff;
  color: #000;
  width: 30% !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px 0 0;
  border: 1px solid var(--secondary);
  border-radius: 5px;
}

.director .testimonialCard ul {
  padding: 0;
  margin: 0;
}

.director .text-part {
  width: 70% !important;
}

.director .testimonialCard ul li {
  list-style-type: none;
  padding: 0 0 0 20px;
  background: url('../images/right-blue.png') no-repeat left 5px;
  background-size: 15px;
  margin: 0 0 10px;
  font-weight: 300;
}

.director .testimonialCard img {
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  height: 140px;
  width: 140px;
  border: 1px solid var(--secondary);
}

.director .testimonialCard p strong {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.director .testimonialCard p small {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
  line-height: 20px;
}

.director p+p {
  margin: 10px 0 0;
}


/* admission */
.admission {
  padding: 0 0 50px;
}


/* Faculty */
/* .faculty {
  padding: 40px 0;
}
.top-faculty {
  border-radius: 15px 15px 0 0;
  padding: 30px;
  background: var(--primary);
  text-align: center;
}
.testi-swapper {
  padding: 60px 10px 10px;
}
.testimonialCard {
  height: 520px;
  border-radius: 15px 15px 0 0;
  box-shadow: 1px 4px 4px 1px #00000029;
}
.testimonialCard img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  margin: -75px 0 20px;
}
.testimonialCard h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}
.testimonialCard h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}
.testimonialCard h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 80%
}
.bottom-faculty {
  padding: 30px;
  text-align: center;
}
.testimonialCard p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #000;
} */

/* download brochure */
.download {
  padding: 100px 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)),
    url('../images/down-bg.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.download button {
  width: 400px !important;
}

/* swiper */
.swiper-pagination {
  display: flex;
  justify-content: center;
  position: relative;
  bottom: auto;
  margin-top: 20px;
}

.swiper-pagination span {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  padding: 0;
  display: block;
  color: transparent;
  background: #707070;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: var(--secondary);
}

.swiper-button-next {
  color: var(--secondary);
  right: 0px;
  left: auto;
  top: 100px;
}

.swiper-button-prev {
  color: var(--secondary);
  font-size: 10px !important;
  right: auto;
  left: -2px;
  top: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--secondary);
  font-size: 18px !important;
  font-weight: 500;
}

/* form */
.form_box h3 {
  text-align: center;
  color: var(--primary);
  ;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  /* text-transform: capitalize; */
}

.form_box .form-control {
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  color: #686868;
  border: 1px solid #C6C3C3;
  padding: 0 10px;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control:focus {
  box-shadow: none;
  border: 1px solid #999;
  transition: all 0.3s ease-in-out;
}

.form_box .form-control::placeholder {
  color: #686868
}

.form_box .form-control:-moz-placeholder {
  color: #686868
}

/* .form_box .primary {width: 100%;} */
.single-input {
  font-size: 11px;
  color: #686868;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.single-input input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.single-input a {
  color: #fff;
}

/* footer */

footer {
  padding: 40px 0;
  text-align: center;
}

footer a {
  cursor: pointer;
  color: var(--primary);
}

footer p {
  color: #000;
}

footer a:hover {
  color: var(--secondary);
}

footer .icon-img {
  width: 40px;
  height: auto;
}

.course-content button {
  width: 100%;
  display: flex;
}

/* participants */
.participants {
  background: #FFF;
  background-size: 100%;
  padding: 50px 0;
}

.participants img {
  height: auto;
}

.participants p {
  color: var(--tertary);
  font-weight: 400 !important;
  font-size: 14px !important;
  text-align: center;
  margin: 5px 0 0;
}

/* tools */
.tools {
  padding: 60px 0;
}

.tools .img-card {
  background: #fff;
  width: 90%;
  height: 160px;
  box-shadow: 4px 4px 12px #00000029;
  border: 1px solid #EFEFEF;
  border-radius: 8px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
}

.tools .img-card img {
  width: auto;
}

/* job roles */

.job-role {
  padding: 60px 0;
  background: #F8F8F8;
}

.job-role h4 {
  font-size: 18px;
  text-align: center;
  color: var(--primary);
  font-weight: 500;
  line-height: 28px;
}

.job-card img {
  margin: 0 0 10px;
  width: auto;
  height: 50px;
}

.job-card {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 4px 4px 1px #00000029;
  height: 150px;
  margin: 20px 6px 0;
  padding: 20px;
  position: relative;
}

.job-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -7px;
  width: 1px;
  height: 90%;
  background: var(--secondary);
}

.job-card:nth-child(4)::after,
.job-card:nth-child(8)::after,
.job-card:nth-child(10)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background: none;
}

.cp-tab-nav {
  justify-content: center;
  position: sticky;
  background: #FFF;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  margin: 0 auto;
}


.cp-tab-nav ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 10px;
  margin: 0;
  overflow-x: auto;
  justify-content: flex-start;
  align-items: center;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.cp-tab-nav ul::-webkit-scrollbar {
  display: none;
}

.cp-tab-nav ul li {
  white-space: nowrap;
  margin: 0;
}

.cp-tab-nav ul li a {
  text-decoration: none;
  color: var(--primary);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
}

.cp-tab-nav ul a.active,
.cp-tab-nav ul a:hover {
  font-weight: 500;
  color: var(--primary);
  border-bottom: 4px solid var(--primary);
}

.modal h5,
form h5 {
  color: var(--primary);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  background: #DFE3EF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 90%;
  padding: 8px 5px;
}

/* accreditation */
.accreditation {
  padding: 10px 10px 0;
}

.accreditation p {
  color: #000;
  margin: 0 0 20px;
}

.accreditation .title {
  margin: 0;
  font-weight: 500;
}

.school {
  padding: 40px 0 0;
}

.school img {
  border-radius: 8px;
  width: 300px;
}

.case-studies {
  background: #f8fbff;
  padding: 40px 0;
}

.case-chip-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.case-chip {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid #d7e5f4;
  border-radius: 50px;
  background: #fff;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  transition: .3s;
}

.case-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  margin-right: 10px;
  flex-shrink: 0;
}

.case-chip:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 73, 129, .15);
}

.case-chip:hover::before {
  background: #fff;
}