:root {
  --primary-color: #6108bc;
  --secondary-color: #140626;
  --light-font: #fff;
  --light-gray: #f0f1f0;
}

html {
  scroll-behavior: smooth;
}

* {
  font-family: Poppins, sans-serif;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif !important;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-family: "Work Sans", sans-serif !important;
}

.section {
  padding: 40px 0;
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.theme-light-bg {
  background-color: var(--light-gray) !important;
}

.theme-light-bg-2 {
  background-color: rgb(246, 246, 248);
}
.theme-secondary-bg {
  background-color: var(--secondary-color);
}
.theme-primary-bg {
  background-color: var(--primary-color);
}
.para {
  font-size: 16px;
  line-height: 26px;
}

.tagline {
  font-size: 18px;
  line-height: 28px;
}

.heading-1 {
  font-size: 55px;
  font-weight: 800;
  line-height: 60px;
}

.heading-2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.heading-3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.theme-dark-btn {
  border-radius: 50px;
  background-color: var(--primary-color);
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 3px 4px;
  /* Reduced shadow intensity */
  padding: 7px 17px;
  color: #fff !important;
  font-size: 18px;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s, color 0.4s, transform 0.4s;
  display: inline-block;
  animation: glow 2s infinite ease-in-out, jiggle 3s infinite ease-in-out;
  /* Glow and jiggle animations */
}

.theme-dark-btn.black-btn {
  background-color: var(--secondary-color) !important;
}

.theme-dark-btn:hover {
  background-color: #6f42c1;
  color: var(--light-font);
  /* animation: jiggle-fast 0.5s ease-in-out; */
  /* Fast jiggle on hover */
}

.corner-effect {
  position: relative;
  background-color: var(--gray-back);
  z-index: 1;
}

.corner-effect::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  clip-path: polygon(100% 0px, 0px 0px, 100% 100%);
  z-index: -1;
}

.corner-effect::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100px;
  height: 100px;
  background-color: var(--primary-color);
  clip-path: polygon(0px 100%, 0px 0px, 100% 100%);
  z-index: -1;
}
.secondary {
  background-color: var(--primary-color);
}

.secondary-bar {
  padding: 6px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-list ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.about-list ul li {
  margin-bottom: 10px;
  padding-left: 32px;
  position: relative;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  transition: all 0.3s ease;
}

.about-list ul li::before {
  content: "\F270"; /* bootstrap icon code */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--primary-color, #0d6efd); /* fallback to bootstrap primary */
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

/* Hover effect */
.about-list ul li:hover::before {
  transform: scale(1.2);
}

.about-list ul li:hover {
  color: var(--primary-color, #0d6efd);
}

/* **************** hero section ******************** */

.hero-section {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("/webassets/webimages/about-course/hero-img2.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 80vh;
  color: white; /* Ensures text remains visible */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ************ stand out **************** */
.stand-card {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.7)
    ),
    url("/webassets/webimages/about-course/stand.jpg");
  background-size: cover;
  background-position: center;
  color: white; /* Ensures text remains visible */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-list.extra ul li::before {
  left: 5px;
  top: 23px;
}
.reviewimg {
  width: 75%;
}

@media (max-width: 880px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 52px;
  }
}

@media (max-width: 800px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 49px;
  }
}
@media (max-width: 768px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 45px;
  }
}
@media (max-width: 680px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 39px;
  }
}

@media (max-width: 680px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 39px;
  }
}
@media (max-width: 680px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 39px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  /* Styles for tablets and smaller */
  .heading-1 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  .hero-section {
    height: 50vh;
  }
  .header-text p {
    font-size: 14px;
  }
  .reviewimg {
    width: 100%;
  }


}
