:root {
  --primary-color: #1E2953;
  --secondary-color: #f0524b;
}

/* Common */
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  color: #000;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  /* font-family: "Geologica", sans-serif; */
}

strong {
  font-weight: 700;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  padding: 0 0 0 16px;
  background: url('../images/blue-right.png') no-repeat left 5px;
  background-size: 10px;
  margin: 0 0 10px;
}
p small {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

h2 {
  font-size: 42px;
  line-height: 50px;
  text-transform: capitalize;
  margin: 0 0 30px;
  font-weight: 300 !important;
  text-align: center;
  color: var(--secondary-color);
  /* background: linear-gradient(133deg, rgba(242, 76, 34, 1) 0%, rgba(0, 0, 0, 1) 100%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

button,
input[type=submit] {
  border-radius: 10px;
  background: var(--secondary-color);
  color: #fff;
  border: 0;
  width: 100%;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  height: 48px;
  transition: all 0.3s ease-in-out;
}

.container {
  position: relative;
}

/* Header */
header {
  padding: 50px 0 0;
  z-index: 5;
  position: absolute;
  width: 100%;
}
header .img1 {
  height: 80px;
  width: auto;
}
header .img2 {
  height: 60px;
  width: auto;
}

header p {
  font-size: 34px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0 !important;
}

.header-fixed {
  position: fixed;
  top: 0;
  background: var(--secondary-color);
  color: #fff;
  width: 100%;
  text-align: center !important;
  padding: 5px 0;
  z-index: 200;
}

.header-fixed p {
  margin: 5px 0 !important;
  font-size: 14px !important;
}

.text-color-secondary {
  color: var(--secondary-color);
}

.readLess {
  display: none;
  cursor: pointer;
  font-weight: 500;
  margin: 10px 0 0 !important;
}

.readMore {
  font-weight: 500 !important;
  cursor: pointer;
  margin: 10px 0 0 !important;
}

.moreDesc {
  display: none;
}


.hero {
  background: url('../images/banner.webp') no-repeat center top;
  background-size: cover;
  position: relative;
  padding: 155px 0 70px;
  height: 700px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(0deg, rgb(43 49 88) 35%, rgb(0 0 0 / 0%) 100%);
  pointer-events: none;
}

.hero p,
.hero h1,
.hero form {
  position: relative !important;
  z-index: 20 !important;
}

.hero h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #fff;
  display: inline-block;
}

.hero p {
  color: #FFF;
  margin: 0 0 8px;
}

.hero p.title3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.hero p.title3 span {
  padding: 7px;
  border-radius: 3px;
  background: var(--secondary-color);
  display: inline-block;
}


.hero .card-1 {
  border-radius: 30px;
  padding: 30px 20px 10px;
}

form {
  background: #fff;
}

.form-control {
  border-radius: 22px;
  padding: 10px 16px;
  min-height: 43px;
  border: none;
  font-size: 14px;
  border: 1px solid #E4E4E4;
  background: transparent;
  color: #000;
  margin: 0 0 10px;
}

.form-control:focus,
.form-control:active {
  color: #000;
  border: 1px solid #E4E4E4;
  background: transparent;
}

select.form-control {
  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;
}

.single-input {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  text-align: left;
  padding-left: 20px;
  position: relative;
}

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

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

.apply-btn {
  color: #fff !important;
}

form.card-1 {
  padding-bottom: 20px;
}

form h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

form input[type=submit] {
  margin: 16px 0;
}

form h5 {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  background: #EDF8FF;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  padding: 10px 0;
}

.form-control::placeholder {
  color: #000;
  opacity: 0.75;
}

form ul li {
  background: none;
  padding: 0;
  margin: 0 0 0 10px;
}


/* Key Points */
.key-points {
  position: relative;
  margin: -50px 0 auto;
  padding: 0;
}

.key-points .container {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  color: #FFF;
  padding: 0;
  box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.05);
}

.key-points.fixed {
  position: fixed;
  top: 34px;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
  background: linear-gradient(90deg, var(--secondary-color) 50%, #FFF 50%);
}

.key-points.fixed .container {
  box-shadow: none;
}

.key-points .blue {
  background: var(--secondary-color);
  width: 80%;
  padding: 10px;
  border-bottom-left-radius: 18px;
  border-top-left-radius: 18px;
}

.key-points img {
  margin: 0 15px 0 0;
}

.key-points h4 {
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 22px;
  margin: 0;
}

.key-points h4 strong {
  font-weight: 600;
}

.key-points .red {
  width: 20%;
  border-bottom-right-radius: 18px;
  border-top-right-radius: 18px;
  background: #FFF;
  padding: 20px;
}

.key-points .red button {
  display: inline-block;
  color: var(--secondary-color);
  background: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  width: 100%;
  font-weight: 500 !important;
  text-align: center;
  box-shadow: none;
}

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

/* key-info */
.key-info {
  padding: 20px 0;
}

.card-2 {
  background: var(--primary-color);
  padding: 16px 20px;
  box-shadow: none;
}

i {
  display: inline-block;
  width: 43px;
  height: 43px;
}

i.calendar {
  width: 43px;
  height: 47px;
  background: url('../images/calendar.png') no-repeat center center;
  background-size: 43px 47px;
  filter: brightness(0) invert(1);
}

i.clock {
  background: url('../images/clock.png') no-repeat center center;
  background-size: 43px;
  filter: brightness(0) invert(1);
}

i.lecture {
  background: url('../images/lecture.png') no-repeat center center;
  background-size: 43px;
  filter: brightness(0) invert(1);
}

.key-info i {
  margin: 0 16px 0 0;
}

.key-info p {
  font-size: 18px !important;
  line-height: 26px;
  margin: 0;
}

.key-info p small {
  font-size: 18px !important;
}

.key-info button {
  width: auto;
  padding: 23px;
  height: auto;
  border-radius: 22px;
}

.card-3 {
  background: #fff;
  color: #000;
  box-shadow: 3px 3px 8px #0208164D;
}

i.experience {
  width: 32px;
  height: 32px;
  background: url('../images/experience.png') no-repeat right top;
  background-size: 32px;
  margin: 0 16px 5px 0;
  filter: brightness(0) invert(1);
}

.icon-text {
  margin: 0 0 10px;
}

.icon-text p {
  line-height: 16px;
  font-weight: 500;
}

.primary-info {
  background: linear-gradient(to top, rgb(30, 41, 83) 30%, /* Dark at bottom */ rgb(43 50 88) 100% /* Slightly lighter at top */);
  padding: 100px 0 50px;
  height: auto;
  position: relative;
  top: -50px;
  color: #FFF;
}

.primary-info h2 {
  position: relative;
  text-align: left;
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
}

.primary-info p {
  font-weight: 400;
  line-height: normal;
}

.highlights {
  padding: 40px 0;
}

.highlight-card {
  background: var(--secondary-color);
  ;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s;
  border: 1px solid #f0f0f0;
}

.highlight-card img {
  width: 45px;
  height: auto;
  margin: 0 0 5px;
}

.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.highlight-card h5 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
  margin: 0;
}


.programme {
  padding: 30px 0 50px;
}

.programme-card {
  display: flex;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  padding: 20px;
}

.programme-card img {
  width: 45px;
  height: auto;
  margin: 0 10px 0 0;
  filter: invert(71%) sepia(59%) saturate(593%) hue-rotate(183deg) brightness(70%) contrast(150%);
}

.programme-card p {
  font-weight: 400;
  margin: 0;
}

.programme .programme-card {
  width: 32%
}

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

.eligibility.highlights .card-1 {
  padding: 0 20px;
}
.eligibility.highlights .card-1 p{
  margin: 0;
}

.eligibility .col-md-4 {
  position: relative;
}

.eligibility .text {
  margin: 10px 0 0;
}

.eligibility img {
  object-fit: contain;
  filter: none !important;
}

.eligibility.highlights ul {
  padding: 0 0 0 20px;
}

.eligibility.highlights ul li {
  padding: 0;
  list-style-type: disc;
}

.eligibility.highlights img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
}

/* overview */
.overview {
  position: relative;
  padding: 100px 0 350px;
  background: #FFF url('../images/banner-web-2.webp') no-repeat center 50px;
  background-size: cover;
  color: #fff;
}

.overview p {
  width: 55%;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}

.overview h2 {
  -webkit-text-fill-color: #fff;
}

.outcomes {
  font-size: 16px !important;
  color: #fff !important;
  padding: 5px 0 !important;
}

.course-content input {
  width: 300px !important;
  margin: 15px 0 0;
}

.course-content .accordian_box .accordian_box {
  border: none;
}

.course-content .accordian_box .accordian_head {
  background: none;
}

.course-content .open:before {
  background: none;
}

.course-content .open::before {
  background: none;
}

/* expand */
.expand {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.bluebox {
  border-radius: 9px;
  border: 1px solid rgba(0, 35, 157, 0.06);
  background: var(--primary-color);
  font-size: 16px;
  line-height: 26px;
  padding: 20px 37px;
  font-weight: 300;
  color: #000;
}

.bluebox img {
  margin: 0 10px 0 0;
  filter: invert(53%) sepia(122%) saturate(614%) hue-rotate(12deg) brightness(68%) contrast(110%);
}

:where(.one, .two, .three, .four) {
  transition: 300ms;
  border-radius: 22px;
  overflow: hidden;
  margin: 0 0 20px;
}

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

.card-6 {
  background: #f1f2f4;
  padding: 18px;
  border-radius: 18px;
  text-align: center;
}

.schedule p {
  margin: 0;
}

.schedule p strong:first-child {
  text-transform: uppercase;
}

.img-card {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0 5px 5px;
}

.img-card img {
  width: 90%;
  height: auto;
  object-fit: contain;
}

.tools-section {
  padding: 50px 0 0;
}

.tools-section .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}


/* Programme Directors Profile - Stacked Layout */
.directors {
  padding: 40px 0 0;
}

.director-profile {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}


.director-profile img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  margin: 0 30px 0 0;
}

.director-name {
  font-weight: 600;
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 0 0 10px;
}

.director-email {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.director-bio {
  font-size: 0.95rem;
  color: #555;
  text-align: left;
  margin: 20px 0 0;
}

.certificate {
  padding: 50px 0 30px;
}

.certificate-2 {
  padding: 60px 0;
  background: var(--primary-color);
}

.certificate-2 h2 {
  /* font-size: 28px;
  line-height: 32px; */
  color: #fff;
  -webkit-text-fill-color: #fff;
  margin: 0 0 40px;
}

.certificate-2 p {
  color: #fff;
}

.certificate-2 img {
  width: 80%;
}

.certificate-2 .left {
  width: 50%;
}

.certificate-2 .right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.benefit-list {
  padding-left: 28px !important;
}

.benefit-list li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  list-style-type: disc;
  ;
  padding: 0;
}

/* .img-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
} */

.banner-swapper img {
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  min-height: 450px;
  object-fit: cover;
  object-position: center;
}

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

.past-participants .card-1 {
  padding: 20px;
  margin: 0 0 20px;
}

.past-participants ul {
  display: flex;
  flex-wrap: wrap;
}

.past-participants ul li {
  width: 49%;
}

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

/* hail-from */
.hail-from {
  padding: 50px 0 70px;
  background: linear-gradient(143deg, rgba(27, 20, 79, 1) 0%, rgba(28, 24, 82, 1) 38%, rgba(51, 107, 138, 1) 100%, rgba(56, 126, 151, 1) 100%);
}

.hail-from p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  margin: 30px 0 0;
}

.testimonials-swapper {
  padding: 0 10px;
}

.hail-from .logo-swapper {
  padding: 10px 0 0;
}

.hail-from img {
  width: auto;
  object-fit: contain;
  object-position: center;
}

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

.swiper-pagination span {
  margin: 0 3px;
}

.swiper-pagination span {
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  padding: 0;
  display: block;
  color: transparent;
  background: #D9D9D9;
  border: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  background: var(--primary-color);
}

/* testimonials */
.testimonials {
  padding: 80px 0 50px;
}

.testimonials-card>p {
  height: 290px;
  padding: 50px 0 0;
}

.testimonials-card .meta p {
  margin: 0 16px 0 0;
}

.testimonials-card {
  height: 430px;
  position: relative;
  border: 1px solid #c6d1d9;
  background: #FEFEFE;
  border-radius: 20px;
  padding: 20px 25px;
}

.testimonials-card::before {
  content: "";
  position: absolute;
  top: 20px;
  /* distance from top */
  left: 25px;
  /* distance from left */
  width: 30px;
  /* image width */
  height: 30px;
  /* image height */
  background: url('../images/start.png') no-repeat center center;
  background-size: contain;
  /* makes it scale properly */
}

.testimonials-card .meta img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  position: relative;
  margin: 0 16px 0 0;
}

.testimonials-pagination {
  margin: 30px 0 0;
}

.admission {
  padding:40px 0 0;
}


/* footer */
footer {
  padding: 50px 0 10px;
  text-align: center;
}

footer .iima-logo {
  height: 90px;
}

footer .timespro-logo {
  height: 60px;
}

footer a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

footer a,
footer p {
  font-size: 14px;
}

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

.modal form.card-1 {
  box-shadow: none;
  padding: 0;
}

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

.accordian_box {
  background: var(--primary-color);
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  margin: 0 0 10px;
}

.accordian_head {
  cursor: pointer;
  padding: 15px 20px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}

.accordian_content {
  border-top: 1px solid #fff;
  padding: 10px 20px;
}

.accordian_content p {
  color: #FFF;
  font-weight: 500;
  margin: 10px 0 0;
}

.accordian_content ul {
  padding: 0;
  margin: 10px 0;
}

.accordian_content ul li {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 8px;
  color: #FFF;
  padding: 0 0 0 25px;
  list-style-type: none;
  background: url('../images/bullet-white.png') no-repeat left 3px;
  background-size: 15px;

}

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

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

.navbar {
  margin: -50px 0 0;
}

.navbar-custom {
  background: #eee;
  border-bottom: 2px solid #eee;
  z-index: 1000;
}

.navbar-custom .nav-link {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px 5px;
  transition: 0.3s;
  white-space: nowrap;
}

.nav-item {
  margin: 0;
  padding: 0;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--secondary-color);
}

.sticky-top {
  top: 38px;
}

/* Force horizontal nav on all screens */
.nav-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller::-webkit-scrollbar {
  display: none;
}

/* cp-genai-section */
.cp-genai-section {
  padding: 60px 0;
  color: #fff;
  background-image: url('../images/ai_bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.cp-genai-section .ai-card img {
  filter: invert(1) brightness(2) contrast(1);
  margin: 0 10px 0 0;
}

.cp-genai-section .ai-card {
  margin: 30px 20px 0 0;
  width: 40%;
}

.cp-genai-section h3 {
  font-weight: 600;
}

.cp-genai-section h3,
.cp-genai-section p {
  width: 60%;
  margin: 20px 0 0 !important;
}

.cp-genai-section .ai-card p {
  margin: 0 !important;
  width: 60%;
}

/* Roles Section */
.roles-section {
  padding: 40px 0 60px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.roles-table-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-color) var(--primary-color);
}

.roles-table-container::-webkit-scrollbar {
  height: 8px;
}

.roles-table-container::-webkit-scrollbar-track {
  background: var(--primary-color);
}

.roles-table-container::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  border-radius: 4px;
}

.roles-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  background-color: var(--primary-color);
}
.roles-table  thead {
  position: sticky;
  top: -1px;
  z-index: 2;
}

.roles-table th,
.roles-table td {
  padding: 20px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  vertical-align: middle;
}

.roles-table th {
  background-color: #c9c7c7;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  width: 33%;
}

.roles-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease;
}

.roles-table td:first-child {
  font-weight: 500;
  color: #fff;
}