:root {
  --blueviolet: #09a254;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.accreditation {
  background-color: #e7eff5;
  position: relative;
  z-index: 1;
}
.accreditation::before {
  content: "";
  background-color: #e7eff5;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: 99%;
}
.anchor-btn {
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
}
.anchor-btn-selected,
.anchor-btn:hover {
  border-bottom: 2px solid var(--blueviolet) !important;
  border-radius: 0 !important;
  color: var(--blueviolet);
}
#list-example .list-group-item {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.BB-B {
  border: none;
  border-bottom: 8px solid #007ab9;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.related-course {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  display: grid;
  grid-auto-columns: auto;
  margin: 15px auto;
}
.adviser-img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70%;
  object-position: 70%;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
}
.bg-dull {
  background-color: #e7eff5;
}
.next,
.prev {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3C svg xmlns='http://www.w3.org/2000/svg' fill='rgb(52, 58, 64)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  height: 25px;
  width: 25px;
}
.next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(52, 58, 64)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  height: 25px;
  width: 25px;
}
.prev {
  left: -60px;
}
.next {
  right: -60px;
}
.call-us {
  display: flex;
  justify-content: center;
  align-content: center;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
  border: 2px solid var(--blueviolet);
  margin: auto;
}
.call-us img {
  -o-object-fit: contain;
  object-fit: contain;
}
.BL {
  border-left: 4px solid var(--blueviolet);
  border-radius: 0;
}
.col-right .sticky-top {
  top: 10%;
  z-index: 9;
}
.certificate::after {
  content: "";
  background-color: #2467f8;
  position: absolute;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  right: 0;
  bottom: 0;
  height: 400px;
  width: 450px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .border-md-right {
    border-right: 2px solid #bbbaba;
  }
}
.accreditation .border-right {
  border-right: 2px solid #8d8d8d !important;
}
.accreditation-text {
  position: absolute;
  bottom: 95%;
  background-color: #e7eff5;
  color: #000;
  padding: 2px 12px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-filter: none;
  filter: none;
  z-index: 2;
}
.accordion .card-header {
  padding: 0;
  border: 0;
}
.accordion .collapse {
  transition: all 1s ease;
}
.accord-btn {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  width: 100%;
  padding: 15px;
  border-radius: 0;
  border: none;
  white-space: normal;
  text-align: left;
  align-items: center;
}
.accord-btn {
  background-color: #fff;
}
.accord-btn.collapsed {
  background-color: #e7eff5;
}
.accord-btn.collapsed::after {
  content: "+";
}
.accord-btn:after {
  content: "-";
  border: 1px solid;
  min-height: 20px;
  min-width: 20px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  border-radius: 2px;
  align-items: center;
}
.BT {
  border-top: 0 !important;
}
[id*="a"] {
  scroll-margin-top: 80px;
  justify-content: center;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #03488a;
}
.bg img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
#list-example .anchor-btn {
  margin: 0 !important;
}

.ceh-banner {
  background: url("./static/images/comptia/ceh-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .adviser-img {
    top: 50%;
    transform: translate(-140px, -60%);
    margin: 20px auto;
    position: absolute;
  }
}
@media screen and (max-width: 992px) {
  .adviser-img {
    display: block;
    margin: 20px auto 10px auto;
  }
}
.adviser-img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70%;
  object-position: 70%;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.2));
}
.testimonialsSlider .slick-track {
  display: flex !important;
}
.testimonialsSlider .slick-slide {
  height: inherit !important;
}
.testimonialsSlider .card {
  position: relative;
  margin-top: 20px;
  padding-bottom: 1rem;
}
@media screen and (max-width: 992px) {
  .testimonialsSlider .card-title {
    text-align: center;
    margin-top: 1rem;
  }
  .display-4 {
    font-size: 2rem;
    font-weight: 700;
  }
}
.bootcamp h6 {
  font-weight: 700;
}
.h1-res {
  font-size: 2rem;
}
.h2-res {
  font-size: 1.7rem;
}
@media screen and (max-width: 992px) {
  .h1-res {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .h2-res {
    font-size: 1.1rem;
    font-weight: 700;
  }
}
.checkboxes ul li::before {
  content: "\2713";
  height: 16px;
  width: 16px;
  border: 1px solid #fff;
  margin-right: 6px;
  display: inline-block;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.rc {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
  border-radius: 6px;
}
.rcdesign {
  background: url(/static/images/cyber-security/masterprogram.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  border-radius: 6px 6px 0 0;
  padding: 25px;
}
.rcimg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
@media (min-width: 768px) {
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* new-css */

/* ==================learn-banner=============== */

@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/* .inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
body {
  font-family: "Inter" !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.sec {
  position: relative;
  min-height: 100vh; /* 🔥 fix */
  display: flex;
  overflow: hidden;
  padding: 40px 0px 0px 0px;
}
.sec img.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: fill;
  z-index: -1;
}
.clip-path-bg {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  background-color: #fff;
}
.learn-wrap {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  position: relative;
  /* align-items: center; */
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.learn-left h1 {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  margin: 0px 0px 5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.txt-grn {
  color: #09a254;
}
.learn-left h3 {
  font-size: clamp(20px, 3vw, 28px);
}
.learn-left p {
  font-size: clamp(14px, 1.2vw, 16px);
  text-wrap: balance;
  color: #000000;
  max-width: 500px;
  opacity: 0.8;
  font-weight: 400;
  margin: 30px 0px;
}
.learn-left {
  flex: 0.5;
  text-align: left;
  padding: 20px;
  opacity: 0;
  transform: translateX(-60px);
  animation: slideLeft 1s ease forwards;
  animation-delay: 0.3s;
}
.learn-right,
.learn-right-2 {
  position: absolute;
  display: flex;
  bottom: 50px;
  right: 0;
  width: 56%;
  justify-content: flex-end;
  opacity: 0;
  transform: translateX(60px); /* 👉 right side se start */
  animation: slideFromRight 1s ease forwards;
  animation-delay: 0.3s;
}
.learn-right-2 {
  bottom: 0 !important;
}
.learn-left > ul {
  list-style: none;
  margin: 0px 0px 30px;
  padding: 0;
}
.learn-left ul li {
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
}
.learn-left ul li img {
  width: 18px;
  margin-right: 8px;
}

.learn-left .btns {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.learn-left .btns > a {
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  border: 2px solid #583398;
}
.batch-date-tag {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
}

/* animated date */
.batch-date-tag span {
  position: relative;
  padding: 10px 20px;
  border-radius: 50px;
  background: linear-gradient(135deg, #ff6a00, #ff3d00, #d40000);
  color: #fff;
  z-index: 1;
  overflow: hidden;
}

/* moving shine effect */
.batch-date-tag span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.8),
    transparent
  );
  transform: skewX(-25deg);
  animation: shineMove 2.5s linear infinite;
}

/* glowing border */
.batch-date-tag span::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 50px;
  border: 2px solid #ff7b00;
  animation: pulseBorder 1.5s ease-in-out infinite;
}

@keyframes shineMove {
  100% {
    left: 130%;
  }
}

@keyframes pulseBorder {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(1.06);
  }
}
.fill {
  background: #583398;
  color: #fff;
}
.learn-border {
  border: 2px solid #583398;
  color: #583398;
}

.fill:hover {
  background: transparent;
  border: 2px solid #583398;
  color: #583398;
}
.learn-border:hover {
  background: #583398;
  color: #fff;
}

.learn-right img {
  max-width: 80%;
  height: auto;
  display: block;
  animation: glowPulse 3s ease-in-out infinite;
}
.learn-right-2 img {
  max-width: 90%;
  height: auto;
  display: block;
  animation: glowPulse 3s ease-in-out infinite;
}
@keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 0px rgba(9, 162, 84, 0));
  }
  50% {
    filter: drop-shadow(0 0 20px rgba(9, 162, 84, 0.5));
  }
  100% {
    filter: drop-shadow(0 0 0px rgba(9, 162, 84, 0));
  }
}
.move-img img {
  animation: smoothFloat 5s ease-in-out infinite;
  will-change: transform;
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(-18px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*================== banner ki animation====================== */
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideFromRight {
  0% {
    opacity: 0;
    transform: translateX(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.sec-cism {
  padding: 40px 0px !important;
}
/* ==============ciso-css-code=========== */
.sec-ciso {
  padding: 40px 0px opx opx !important;
}
/*============= brand section css============= */
.slide-infinite {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: 40s linear 0s infinite normal none running slideInfinite;
  animation: 40s linear 0s infinite normal none running slideInfinite;
}
.d-inline-block {
  white-space: nowrap;
  animation: scroll 20s linear infinite;
}
.partners img {
  filter: none !important;
}
.d-inline-block img {
  /* filter: brightness(0.1) !important; */
  display: inline-block;
  /* margin: 0 30px; */
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
}
.d-inline-block img:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #ddd;
}
.btn-blueviolet {
  background-color: var(--blueviolet) !important;
  border-color: var(--blueviolet) !important;
  color: #fff !important;
}
/* ================key highlight section=============== */
/* Section */
.key-highlights {
  padding: 60px 0;
  background: #f8f9fa;
}

/* Flip Card */
.flip-card {
  perspective: 1000px;
  height: 100%;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 150px; /* 👈 fix height */
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}

/* Hover */
.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

/* Front & Back */
.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e5e5e5;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Front */
.flip-front {
  background: #fff;
}

/* Back */
.flip-back {
  background: #09a254;
  color: #fff;
  transform: rotateY(180deg);
}

/* Icon */
.flip-front img {
  width: 40px;
}

/* Modern hover feel */
.flip-card:hover .flip-front {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* Training Schedule========================== */
/* Tab buttons base style */
.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #d7c7c2;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  border-radius: 50px;
  margin-right: 5px;
  transition: all 0.3s ease;
}

/* Hover effect */
.tab-btn:hover {
  background: #ff3d00;
  color: #fff;
}
.training-form-cta {
  background: var(--blueviolet) !important;
  border: none !important;
  color: #fff !important;
}
.training-form-cta:hover {
  background: #077e40;
  border: none;
  color: #fff;
}
.btn-green-bg {
  background-color: var(--blueviolet) !important;
  color: #fff !important;
}
.btn-green-bg:hover {
  background-color: #fff !important;
  color: #09a254 !important;
  border: 1px solid #09a254 !important;
}
/* Active tab button */
.tab-btn.active {
  /* background: linear-gradient(135deg, #078a47, #09a254, #5ff0a0); */
  background: linear-gradient(135deg, #ff6a00, #ff3d00, #d40000);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
}
.second-cta {
  background: linear-gradient(135deg, #ff6a00, #ff3d00, #d40000);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  transform: translateY(-2px);
  text-decoration: none;
}
/* Tab content */
.tab-content-box {
  display: none;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  margin-top: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* Active content */
.tab-content-box.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}
.dec {
  background: var(--blueviolet);
  height: 4px;
  width: 50px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(39, 92, 107, 0.6);
}
.dec-2 {
  background: #fff;
  height: 4px;
  width: 50px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(39, 92, 107, 0.6);
}
/* Smooth animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.training-right-box {
  background-color: #ddfbe7;
}
.th-bg {
  border-style: none;
}
.th-bg th {
  color: #fff !important;
}
.cta-btn {
  border-radius: 50px;
}
.tab-content-box {
  display: none;
}
.tab-content-box.active {
  display: block;
}
.traning-sec-bg {
  background-color: #ddfbe7;
}
.th-bg > th {
  background-color: #000 !important;
  color: #fff !important;
}
.table thead tr th:first-child {
  border-top-left-radius: 20px;
}

.table thead tr th:last-child {
  border-top-right-radius: 20px;
}

/* benefits css=============== */

.main-box {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
}

/* CTA style */
.cta-btn {
  border-radius: 50px;
  width: 100%;
  text-align: left;
}

/* Active button */
.cta-btn.active {
  background: #09a254;
  color: #fff;
}

/* Hide content */
.tab-data {
  display: none;
}
.tab-data.active {
  display: block;
}

/* image */
.tab-data img {
  width: 100%;
  border-radius: 10px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--blueviolet);
  border-color: var(--blueviolet);
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--blueviolet);
  border-color: var(--blueviolet);
}

/* road map================ */
.roadmap-sec {
  background: url("../images/new-page-image/road-map-bg.png") center/cover fixed
    no-repeat;
  padding: 80px 20px;
  color: #fff;
  position: relative;
}
.benefit-p {
  max-width: 750px;
}
/* overlay */
.roadmap-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.container {
  max-width: 1140px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* heading */
.heading {
  font-size: 32px;
  font-weight: bold;
}
.heading span {
  font-weight: 300;
}

/* gradient line */
.line {
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #ff6a00, #00c6ff);
  margin: 10px 0 15px;
}

/* paragraph */
.para {
  max-width: 600px;
  opacity: 0.8;
  margin-bottom: 40px;
}

/* steps */
.steps {
  display: flex;
  flex-wrap: wrap;
}
.step:hover {
  z-index: 5; /* IMPORTANT FIX */
  transform: translateY(-12px) scale(1.04);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

/* arrow always above */
.step::after {
  z-index: 6;
}
/* each box */
.step {
  flex: 1;
  /* min-width: 220px; */
  padding: 20px;
  position: relative;
  color: #fff;
  overflow: visible;

  /* 🔥 smooth animation */
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* arrow shape */
.step::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;

  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 25px solid;

  z-index: 2;
  transition: 0.3s ease;
}

/* last remove arrow */
.step:last-child::after {
  display: none;
}

/* circle */
.circle {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
  transition: 0.3s ease;
}

/* text */
.step h5 {
  margin-bottom: 10px;
}
.step ul {
  padding-left: 15px;
  font-size: 14px;
}

/* COLORS */
.step:nth-child(1) {
  background: #e65c00;
}
.step:nth-child(1)::after {
  border-left-color: #e65c00;
}

.step:nth-child(2) {
  background: #f39c12;
}
.step:nth-child(2)::after {
  border-left-color: #f39c12;
}

.step:nth-child(3) {
  background: #1abc9c;
}
.step:nth-child(3)::after {
  border-left-color: #1abc9c;
}

.step:nth-child(4) {
  background: #8e44ad;
}
.step:nth-child(4)::after {
  border-left-color: #8e44ad;
}

.step:nth-child(5) {
  background: #3498db;
}
.step:nth-child(5)::after {
  border-left-color: #3498db;
}

/* glow overlay effect */
.step:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent);
  border-radius: 6px;
  pointer-events: none;
}

/* circle animation */
.step:hover .circle {
  transform: scale(1.2) rotate(10deg);
}

/* arrow move */
.step:hover::after {
  right: -25px;
}

/* list animation */
.step ul li {
  transition: 0.3s;
  opacity: 0.7;
}
.step:hover ul li {
  transform: translateX(5px);
}
/* Training Delivery Options==================== */
.delivery-title {
  font-weight: 700;
  color: var(--bs-heading-color);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.delivery-underline {
  width: 28%;
  height: 4px;
  background: linear-gradient(90deg, #27ae60, #f39c12);
  margin: 0 auto 40px;
  border-radius: 2px;
}
.delivery-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.delivery-card.basic-plan {
  border-color: #27ae60;
}
.delivery-card.corporate-plan {
  border-color: #f39c12;
}
.delivery-plan-name {
  font-weight: 700;
  font-size: 1.5rem;
  color: #212529;
  margin-bottom: 8px;
}
.delivery-pricing-sub {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 25px;
}
.delivery-feature-head {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 15px;
}
.delivery-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  flex-grow: 1;
}
.delivery-feature-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  font-size: 0.95rem;
  color: #444;
  line-height: 1.4;
}
.delivery-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #000;
}
.curr-price {
  font-weight: 800;
  font-size: 1.3rem;
}
.old-price del {
  color: #adb5bd;
  margin-left: 10px;
}
.delivery-price-box {
  margin-bottom: 20px;
}
.btn-green {
  background: var(--blueviolet);
  border: none;
  font-family: var(--font-h);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.35);
}
.delivery-btn {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.3s;
}
.delivery-btn:hover {
  opacity: 0.9;
  color: #fff;
}
.btn-orange {
  background-color: #f39c12;
}
.delivery-card:hover {
  transform: translateY(-10px);
}
.accordion-section .accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
}
.accordion-section .accordion:after {
  content: "\002B";
  color: #777;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.accordion-section .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  margin: 4px 0;
  color: #777;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-section .accordion:hover,
.accordion-section .active {
  background-color: #ebe7e7;
}
.panel-container {
  padding: 15px 0;
}
/* footer css */
.whatsapp {
  display: block !important;
  bottom: 10px;
  left: 10px;
  border-radius: 4px;
}

.corporate-btn,
.whatsapp {
  position: fixed;
  z-index: 9999;
}
.whatsapp {
  animation: pulse 1.8s ease-out infinite;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

/* Skills Covered Section========================= */
.skills-covered-sec {
  position: relative;
  height: 625px;
  min-height: 625px;
  padding: 70px 20px;
  overflow: hidden;
}

/* background image (HTML wali) */
.skills-covered-sec .skills-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* overlay */
.skills-covered-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* container */
.skills-covered-wrap {
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

/* right content */
.skills-covered-content {
  width: 50%;
  color: #fff;
}

/* heading */
.skills-covered-title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* list */
.skills-list {
  list-style: none;
  padding: 0;
}

.skills-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 0px;
  margin-bottom: 10px;
  border-radius: 4px;

  /* 🔥 gradient (left transparent → right black) */
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}

/* icon */
.skills-item img {
  width: 21px;
  flex-shrink: 0;
}

/* text */
.skills-item span {
  font-size: 14px;
}

/* Course Advisor======================== */
.course-advisor-sec {
  padding: 60px 20px;
  background: #f5f5f5;
}

/* heading */
.course-advisor-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}
.course-advisor-title span {
  color: var(--blueviolet);
  border-bottom: 3px solid var(--blueviolet);
}

/* Master Certificate section================ */
.master-certificate-sec {
  position: relative;
  z-index: 2;
  color: #fff;
}

/* container */
.master-certificate-wrap {
  max-width: 1140px;
  margin: auto;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* left */
.master-certificate-left {
  flex: 1;
}
.faq-scroll {
  overflow: overlay;
  max-height: 478px;
}
/* right */
.master-certificate-right {
  flex: 1;
  text-align: center;
}

/* right section */
.master-certificate-right-title {
  font-size: 22px;
  color: #fa7204;
}

.master-certificate-img {
  width: 100%;
  margin: 50px 0px;
}

.master-certificate-cta {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  text-decoration: none;
}
/* Popular Programs========================= */
.popular-programs-sec {
  padding: 60px 45px;
}
.popular-programs-sec-2 {
  padding: 60px 0px;
  background: linear-gradient(359deg, #2a2a2a, #09a254);
  color: #fff;
}
.carousel-indicators {
  bottom: -60px;
}
/* heading */
.popular-programs-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.popular-programs-title {
  font-size: 32px;
  font-weight: 700;
}
.popular-programs-title span {
  color: #38bdf8;
}
/* grid */
.popular-programs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
/* CARD */
.program-card {
  position: relative;
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 455px;
}

/* gradient border glow */
.program-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, #00f5a0, #00d9f5, #a855f7);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}
.pass-badge {
  width: 50%;
  background: #ffff;
  color: #09a254;
  /* padding: 4px 16px; */
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.pass-badge img {
  width: 100%;
}
.pass-badge:hover {
  transform: translateY(3px);
  box-shadow: 0 8px 25px rgba(9, 162, 84, 0.4);
}
/* hover */
.program-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.program-card:hover::before {
  opacity: 1;
}

/* badge */
.program-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f97316, #ef4444);
}

/* icon */
.program-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  font-size: 22px;
}

/* title */
.program-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* level */
.program-level {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 12px;
}

/* meta */
.program-meta {
  font-size: 13px;
  opacity: 0.8;
  display: flex;
  justify-content: space-between;
}

/* hover reveal button */
.program-btn {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 12px;
  color: #fff;
  background: linear-gradient(135deg, #00d9f5, #a855f7);
  transition: 0.4s;
}

.program-card:hover .program-btn {
  bottom: 0;
}

/* BIG CARD */
.program-highlight {
  grid-row: span 2;
  background: linear-gradient(135deg, #0ea5e9, #22c55e);
  color: #fff;
}
.program-icon img {
  width: 100%;
  padding: 5px;
}

.highlight-list {
  margin-top: 15px;
  list-style: none;
  padding: 0px 10px;
}

.highlight-list li {
  font-size: 12px;
  opacity: 0.8;
  margin: 8px 0;
}
/* blog section======================== */
.learn-blog-sec {
  background: #f9fafb;
}

/* grid */
.learn-blog-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* card */
.learn-blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: 0.3s;
}

.learn-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* image */
.learn-blog-img {
  position: relative;
}
.learn-blog-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10, 168, 79, 0.6),
    rgba(10, 168, 79, 0.2),
    transparent
  );
}
.learn-blog-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* badge */
.learn-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
}

/* content */
.learn-blog-content {
  padding: 15px;
}

.learn-blog-content h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.learn-blog-content p {
  font-size: 10px;
  color: #555;
}

/* meta */
.learn-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
}

.learn-meta a {
  text-decoration: none;
  color: #0aa84f;
}
/* Client Testimonials ===================== */
.testimonial-section {
  background: #0d1a12;
  padding: 60px 0;
  color: #fff;
}

.section-label {
  display: inline-block;
  background: #e6fff2;
  color: #09a254;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-bottom: 10px;
}

.testimonial-wrapper {
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.testimonial-card {
  width: 358px; /* 🔥 fixed width */
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.testimonial-card::after {
  content: "”";
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.06); /* dark theme ke liye */
  pointer-events: none;
  filter: blur(1px);
  z-index: 0;
}
.card-inner {
  background: rgba(255, 255, 255, 0.05);
  padding: 30px;
  border-radius: 12px;
  min-height: 350px;
  position: relative;
}
.card-inner p {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 100;
}
.stars {
  color: #ffc107;
  margin-bottom: 10px;
}

.user {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: absolute;
  bottom: 26px;
}
.user small {
  font-size: clamp(10px, 1.2vw, 12px);
}
.avatar {
  font-weight: bold;
  margin-right: 10px;
}
.user .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  background: #0aa84f;

  position: relative;
}
.user .avatar::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(10, 168, 79, 0.5);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* smooth infinite animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.mildain-advisor-slider {
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.mildain-slider-track {
  display: flex;
  /* width:300%; */
  animation: mildainSmoothSlide 15s infinite ease-in-out;
}

.mildain-advisor-card {
  width: 100%;
  flex: 0 0 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  padding: 30px;
  min-height: 230px;
  transition: 0.5s;
}
.mildain-advisor-card p {
  font-size: 14px;
  opacity: 0.6;
  font-weight: 300;
}
/* SMOOTH AUTO SLIDE */
@keyframes mildainSmoothSlide {
  0% {
    transform: translateX(0%);
  }

  28% {
    transform: translateX(0%);
  }

  33% {
    transform: translateX(-100%);
  }

  61% {
    transform: translateX(-100%);
  }

  66% {
    transform: translateX(-200%);
  }

  94% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0%);
  }
}
ul {
  padding-left: 20px;
}
/* cism code================= */
.li-bold {
  display: contents;
  font-weight: 800;
}
/* responsive */
@media (max-width: 768px) {
  .testimonial-card {
    width: 280px;
  }
  .sec img.bg {
    object-fit: cover;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .popular-programs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .learn-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .popular-programs-grid {
    grid-template-columns: 1fr;
  }

  .program-highlight {
    grid-row: auto;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .steps {
    flex-direction: column;
  }
  .step::after {
    display: none;
  }
  .course-advisor-card {
    min-width: calc(50% - 10px);
  }
}

/* Mobile fix (no flip, just normal) */
@media (max-width: 768px) {
  .flip-inner {
    transform: none !important;
  }
  .flip-back {
    display: none;
  }
  .skills-covered-wrap {
    justify-content: center;
  }

  .skills-covered-content {
    width: 100%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  .wrap {
    flex-direction: column;
    text-align: center;
  }
  .learn-right {
    position: relative; /* 👈 absolute hata do */
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    bottom: 0;
  }
  .learn-left {
    flex: 1;
  }
  .master-certificate-wrap {
    flex-direction: column;
  }
  .learn-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .skills-covered-sec {
    height: auto;
  }
}
@media (max-width: 600px) {
  .course-advisor-card {
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .learn-blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
