:root {
  --primary: #003149;
  --secondary: #9ACF59;
}

body {
  font-family: "Poppins", sans-serif;
  color: #000;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

hr {
  background: var(--primary);
  opacity: 0.75;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%239AA5C0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.readMore {
  cursor: pointer;
  font-weight: 400 !important;
  margin: 10px 0 0;
  color: var(--primary);

}

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

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

ul {
  margin: 0 0 16px;
}

ul li {
  font-weight: 400;
  line-height: 28px;
}

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

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

strong {
  font-weight: 600;
}

/* Common CSS */
button,
input[type=submit] {
  border-radius: 5px;
  border: 0;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  height: 50px;
  padding: 0 40px;
}

/* Header */
header {
  padding: 10px 0 10px;
}

header img.logo {
  height: 70px;
  width: auto;
}


header h5 {
  font-size: 16px;
}

.banner {
  position: relative;
}

.banner_pic {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.banner_pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 600px;
}

.banner-new {
  position: absolute;
  bottom: 50px;
  z-index: 3;
  width: 100%;
  color: #fff;
}

h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  margin: 10px 0 20px;
}
h1 span {
  font-size: 32px;
  line-height: 36px;
  display: block;
  margin: 10px 0 0;
}

.banner-new .text-content > p {
  font-size: 16px;
  margin: 0 0 30px;
  background: var(--primary);
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
}

.key-card img {
  width: auto;
  margin: 0 10px 0 0;
}

.key-card {
  width: 40%;
  margin: 0 0 20px;
}


.key-card h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.key-card p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.key-card small {
  font-weight: 400 !important;
}

.key-card .small-text {
  line-height: 12px;
}

.banner_pic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* 0.1 = very light, 0.3 = moderate, 0.5 = darker */
  pointer-events: none;
  z-index: 2;
}

.icon-img {
  width: 25px;
  height: auto;
  margin: 0 10px 0 0;
}

.brochureBtn {
  width: 300px;
  padding: 10px 20px;
  height: 50px;
  color: #fff;
  background: var(--primary);
  background: linear-gradient(90deg, #5b7e30 0%, #a3de5a 100%);
  border-radius: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brochureBtn:hover {
  transform: scale(1.05);
}

a:hover {
  cursor: pointer;
}

.cp-tab-nav ul::-webkit-scrollbar {
  display: none;
}
.cp-tab-nav button {
    padding: 10px 20px;
    height: auto;
    color: #fff;
    background: var(--primary);
    background: linear-gradient(90deg, #5b7e30 0%, #a3de5a 100%);
    margin: 0 0 0 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cp-tab-nav button:hover {
  transform: scale(1.05);
}

.floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 80px;
  color: #fff;
  width: 80px;
  background: var(--primary);
  border-radius: 50%;
  text-align: center;
  padding: 18px 16px;
  z-index: 100;
  display: none;
  cursor: pointer;
}

h2 {
  color: var(--primary);
  font-size: 32px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  margin: 0 0 20px 0;
}

.banner .form_box {
  background-color: #fff;
  padding: 25px;
  color: #393D3E;
  border-radius: 10px;
  position: relative;
  width: 85%;
}

.form-section .form_box {
  background-color: #fff;
  padding: 25px;
  border-radius: 50px 0;
  width: 100%;
  margin: 0 auto;
}

.banner .form_box p {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 26px;
}

.banner .form_box input[type=submit] {
  margin: 10px auto 0;
}

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

.eligible-card > img {
  width: 600px;
  height: auto;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.text-card {
  gap: 20px;
  margin: 0 0 0 -40px;
}

.mini-card {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: var(--secondary);;
  color:#fff;
  width: 550px;
  height: auto;
}
.mini-card img {
  filter: invert(1) brightness(2);
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}

.text-card p {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  margin: 0;
}

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

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

.overview ul li {
  box-shadow: 2px 4px 4px #00000029;
  padding: 20px;
  margin: 0 0 20px;
  line-height: 28px;
  background-size: 25px;
  background-position-x: 10px;
}

/* programe */
.programme {
  padding: 50px 0;
}

/* highlight */
.highlight {
  padding: 50px 0;
  background: #F0F7E7;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.main-programe {
  gap: 32px;
  margin: 30px 0 0;
}

.programme-card {
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  color: #000;
  width: 30%;
  position: relative;
  height: 190px;
  background-color: #FFF;
}

.programme-card img {
  width: 50px;
  height: 50px;
  filter: invert(110%) sepia(50%) saturate(3030%) hue-rotate(39deg) brightness(85%) contrast(95%);
  margin: 0 0 10px 0;
}

.programme-card p {
  margin: 0;
  font-size: 15px;
}

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

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

.course-content h4 {
    font-size: 16px;
    margin: 10px 0;
}

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

.accordian_head {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  position: relative;
  border-radius: 6px 6px 0 0;
  background: var(--primary);
  color: #FFF;
}

.accordian_box {
  margin: 0 0 20px;
  border: 1px solid var(--primary);
  border-radius: 6px;
}

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

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

.accordian_content {
  padding: 16px;
}

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

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

.course-content li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  padding: 0 0 10px 30px;
  background: url('../images/check.png') no-repeat left 5px;
  background-size: 15px;
}

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

.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(--primary);
}

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

.swiper-button-prev {
  color: var(--primary);
  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;
}

.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
}

.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: 80px 0 40px 0;
  text-align: center;
}

footer a {
  cursor: pointer;
  color: var(--primary);
  font-size: 14px;
}

footer p {
  color: #000;
  font-size: 14px;
}

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


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

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

.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;
}

.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;
}


.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(--secondary);
  border-bottom: 4px solid var(--secondary);
}

.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;
}


/* who */
.who {
  padding: 60px 0 0;
}
.who .swiper-slide {
  margin: 0;
  padding: 16px 20px;
  border-radius: 8px;
  color: #000;
  position: relative;
  height: 200px;
  border: 1px solid var(--secondary);
}
.who .swiper-slide p {
  margin: 0;
}


/* Certificate */
.certificate {
  padding: 50px 0;
  background: #F0F7E7;
}
.certificate p {
  width: 80%;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 28px;
}
.certificate img {
  width: 40%;
  margin: 0 auto;
}

/* faculty */
.faculty {
  padding: 40px 0;
}
.faculty img {
  margin: 3px 16px 0 0;
  height: 160px;
  width: 160px;
  border-radius: 8px;
  object-fit: cover;
  object-position: top;
}
.faculty p {
  margin: 0 0 10px;
}
.faculty .swiper-slide {
  border: 1px solid var(--primary);
  padding: 16px;
  border-radius: 12px;
}
.faculty p small {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
