body {
  font-family: "Mulish", sans-serif;
  color: #000;
  background: #fff;
}
hr {
  background: var(--primary);
  opacity: 0.75;
}
.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--secondary);
  text-align: left;

}
.readLess {
  cursor: pointer;
  display: none;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--secondary);
  text-align: left;
}

.moreDesc{
  display: none;
}
ul {
  list-style-type: none;
}
li {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}

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

strong {
  font-weight: 600;
}

h2 {
  /* color: var(--primary); */
  background: linear-gradient(180deg,rgba(214, 35, 114, 1) 0%, rgba(201, 35, 109, 1) 15%, rgba(22, 33, 43, 1) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
}

/* course-content desktop */
.course-content {
  padding: 20px 0 0;
}
.course-content h4 {
  font-size: 16px;
  text-align: left; 
  border-bottom: 2px solid var(--secondary);
  padding-bottom: 10px;
}
.course-content p {
  font-size: 14px;
  margin: 0 0 0 -25px;
}
.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
}
.accordian_box {
  border-radius: 5px;
  margin: 0 0 20px;
  color: #fff;
  background: var(--primary);
  box-shadow: 1px 2px 3px 1px #00000029;
}
.accordian_head::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 40%;
  width: 17px;
  height: 17px;
  transition: all 0.2s ease-in-out;
  background: url('../images/arrow.png') no-repeat center center;
  background-size: 17px;
}
.accordian_head.active::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.course-content ul {
  margin: 0;
  padding: 15px 0 15px 20px;
}
.course-content ul+ul {
  margin: 0;
}
.course-content hr {
  margin: 0;
  background: var(--secondary);
}
.course-content li {
  padding: 0 0 0 30px;
  background: url('../images/circle.png') no-repeat left 6px;
  background-size: 17px;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

/* eligibility */
.eligibility {
  padding: 30px 0;
}
.eligibility li {
  padding: 0 0 0 30px;
  background: url('../images/arrow.png') no-repeat left 5px;
  background-size: 17px;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.eligibility ul {
  padding: 0;
}

/* footer */
footer {
  padding: 80px 0 40px 0;
  text-align: center;
}
footer a {
  cursor: pointer;
  color: var(--primary);
}

footer p {
  color: var(--primary);
  margin: 0;
}

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

footer img {
  height: 50px;
}

/* 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;
}

.cp-tab-nav {
  justify-content: center;
  position: sticky;
  background: #F8F8F8;
  padding: 10px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  top: 0;
  width: 100%;
  z-index: 30;
  display: flex;
  margin: 0 auto;
  border-radius: 5px;
}

/* .sticky-tab {
  position: sticky;
  top: 35px;
  z-index: 100;
  background: #FFF;
} */

.margin-up {
  margin-top: 100px !important;
}

.cp-tab-nav ul {
  display: flex;
  gap: 24px;
  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;
}
/* ::-webkit-scrollbar {
  display: none;
} */

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

.cp-tab-nav ul li a {
  text-decoration: none;
  color:#000;
  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: 14px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  margin: auto 0;
  background: #E7F4FF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  transform: translateX(-50%);
  padding: 8px 5px;
}

/* duration */
.duration {
  padding: 0 0 40px;
}
.duration img {
  width: auto;
  display: block;
  margin: 0 15px 0 0;
}
.duration .left .d-flex, .duration .right .d-flex {
  background: var(--secondary);
  padding: 10px 20px;
  color: #fff;
}
.duration .left .d-flex img, .duration .right .d-flex img{
  filter: brightness(0) invert(1);
}
.duration .left, .duration .right {
  border: 1px solid var(--secondary);
  border-radius: 5px;
  width: 48%;
}
.duration .left-card, .duration .right-card  {
  border: 1px solid rgba(39, 111, 95, 0.5);
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  width: 180px;
}
.duration ul{
  padding: 20px 20px 0;
}
.duration ul li {
  padding: 0 0 0 30px;
  background: url('../images/circle.png') no-repeat left 6px;
  background-size: 17px;
  font-weight: 300;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
}
.duration ul li > ul li {
  padding: 0 0 0 25px;
  background: url('../images/arrow.png') no-repeat left 6px;
  background-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  line-height: 24px;
}
.duration h4 {
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
}
.duration p {
  margin: 0 0 10px;
  font-weight: 300;
}

/* timeslines */
.timeslines {
  padding: 40px 0;
}
.timeslines .table {
  width: 50%;
}
.timeslines .custom-thead{
  background: var(--secondary);
}

/* tools */
.tools {
  padding: 20px 0 60px;
}
.tools img {
  width: auto;
  height: 200px;
}
.tools .swiper-slide {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* certificate */
.certificate {
  padding: 120px 0;
  background: url('../images/certificate-bg.webp?v=1') no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}
.certificate h2 {
   -webkit-text-fill-color: #fff;
}
.certificate img {
  width: 500px;
  display: block;
}
.certificate .left {
  width: 50%;
}
.certificate .right {
  margin: 0 0 0 50px;
}

.swiper-pagination {display:flex; justify-content: center; position: relative; bottom: auto;}
.swiper-pagination span { width: 10px; height: 10px; border-radius: 50%; padding: 0; display: block; color: transparent; background: #707070; border: 0;}
.swiper-pagination span.swiper-pagination-bullet-active { background: var(--secondary);}

.highlights {
  padding: 0 0 50px;
}
.highlights img{
  width: auto;
  height: 50px;
  margin: 0 10px 0 0;
}
.highlights .swiper-slide {
  display: flex;
  justify-content: center;
}
.highlights .highlights-swapper {
  padding: 0 10px;
}
.highlights .short-card {
  border: 1px solid var(--secondary);
  padding: 20px;
  border-radius: 10px;
  height: 180px;
  margin: 0 0 20px;
}
.attend {
  padding: 0 0 50px;
}
.attend img{
  width: auto;
  height: 50px;
  filter: brightness(0) invert(1);
}
.attend .swiper-slide {
  display: flex;
  justify-content: center;
}
.attend .attend-swapper {
  padding: 0 10px;
}
.attend .top-card {
  border: 1px solid var(--secondary);
  border-radius: 10px;
  height: 180px;
  margin: 0 0 20px;
}
.attend p {
  padding: 20px;
}
.attend .img-card {
  margin: 0 0 20px;
  background: var(--secondary);
  padding: 20px;
  height: 100%;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
}

/* faculty */
.faculty {
  padding: 60px 0;
}
.faculty .faculty-card {
  border: 1px solid var(--secondary);
  border-radius: 10px;
  padding: 20px;
  margin:  0 0 20px;
}
.faculty .faculty-card h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0;
}
.faculty .faculty-card h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.faculty-card .top-content {
  margin: 0 0 20px;
}
.faculty .faculty-card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.faculty .faculty-card p {
  margin: 0 0 10px;
}