/* [project]/src/styles/components/dm-kannur/dmcKannur.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.dm-course-kannur {
  padding-bottom: 0;
}

.dm-course-kannur__header {
  margin-bottom: 40px;
}

@media (width <= 991.98px) {
  .dm-course-kannur__header {
    margin-bottom: 40px;
  }
}

.dm-course-kannur__title {
  font-weight: 600;
  text-align: center;
  margin: 0 auto 60px;
  color: #1a1a1a;
  max-width: 900px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (width <= 991.98px) {
  .dm-course-kannur__title {
    text-align: left;
  }
}

.dm-course-kannur__subtitle {
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 800px;
  color: #000000b2;
  font-weight: 400;
}

@media (width <= 991.98px) {
  .dm-course-kannur__subtitle {
    text-align: left;
  }
}

.dm-course-kannur__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (width <= 1199.98px) {
  .dm-course-kannur__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 991.98px) {
  .dm-course-kannur__grid {
    display: flex;
    overflow-x: auto;
    padding: 10px 20px 30px;
    margin: 0 -20px;
    gap: 20px;
    grid-template-columns: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .dm-course-kannur__grid::-webkit-scrollbar {
    display: none;
  }
}

.dm-course-kannur__card {
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  box-shadow: 0 10px 30px #0000000d;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (width <= 991.98px) {
  .dm-course-kannur__card {
    flex: 0 0 250px;
  }
}

.dm-course-kannur__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px #0000001a;
}

.dm-course-kannur__card:hover .dm-course-kannur__image img {
  transform: scale(1.08);
}

.dm-course-kannur__image {
  position: relative;
  width: 100%;
  aspect-ratio: 14 / 10;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 24px;
  background: #f8f9fa;
}

@media (width <= 991.98px) {
  .dm-course-kannur__image {
    aspect-ratio: 16 / 10;
    margin-bottom: 15px;
  }
}

.dm-course-kannur__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.dm-course-kannur__content {
  padding: 0 10px 15px;
  flex-grow: 1;
}

.dm-course-kannur__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.3;
}

@media (width <= 767.98px) {
  .dm-course-kannur__card-title {
    font-size: 18px;
  }
}

.dm-course-kannur__card-desc {
  line-height: 1.5;
  color: #000000b2;
  margin: 0;
}


/* [project]/src/styles/components/dm-kannur/bestDMInstitute.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

@media (width <= 991.98px) {
  .best-dm-institute {
    padding: 60px 0;
  }
}

.best-dm-institute__grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media (width <= 991.98px) {
  .best-dm-institute__grid {
    flex-direction: column;
    text-align: left;
    gap: 40px;
  }
}

.best-dm-institute__content {
  flex: 1;
}

.best-dm-institute__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.2;
}

.best-dm-institute__text p {
  line-height: 1.8;
  color: #000000b2;
  margin-bottom: 20px;
}

.best-dm-institute__text p:last-child {
  margin-bottom: 0;
}

.best-dm-institute__image-wrapper {
  flex: 1;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 10 / 10;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(135deg, #1a1a1a 0%, #3d1b4a 100%);
  box-shadow: 0 30px 60px #0003;
}

@media (width <= 991.98px) {
  .best-dm-institute__image-wrapper {
    max-width: 100%;
  }
}

.best-dm-institute__image-wrapper img, .best-dm-institute__image-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-dm-institute__placeholder-visual {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.best-dm-institute__placeholder-visual:before {
  content: "";
  width: 60%;
  height: 60%;
  background: radial-gradient(circle, #cb5ceb66 0%, #0000 70%);
  filter: blur(40px);
  animation: 4s infinite alternate pulse;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: .5;
  }

  100% {
    transform: scale(1.2);
    opacity: .8;
  }
}


/* [project]/src/styles/components/dm-kannur/about-ariverse.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.about-ariverse {
  padding-top: 0;
}

@media (width <= 767.98px) {
  .about-ariverse {
    padding: 0;
  }
}

.about-ariverse__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (width <= 991.98px) {
  .about-ariverse__grid {
    gap: 30px;
  }
}

.about-ariverse__title-wrapper {
  width: 100%;
  max-width: 1000px;
}

.about-ariverse__title {
  font-weight: 600;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0;
}

.about-ariverse__brand-link {
  color: #06f;
  text-decoration: none;
  transition: all .3s;
}

.about-ariverse__brand-link:hover {
  color: #04c;
  text-decoration: underline;
}

.about-ariverse__content {
  width: 100%;
  max-width: 1000px;
  align-self: flex-end;
}

.about-ariverse__text p {
  line-height: 1.7;
  color: #000000b2;
  margin-bottom: 25px;
  font-weight: 400;
}

.about-ariverse__text p:last-child {
  margin-bottom: 0;
}


/* [project]/src/styles/components/dm-kannur/career-after-dm.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.career-after-dm {
  padding-top: 0;
}

.career-after-dm__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (width <= 991.98px) {
  .career-after-dm__grid {
    gap: 30px;
  }
}

.career-after-dm__title-wrapper {
  width: 100%;
  max-width: 1000px;
}

.career-after-dm__title {
  font-weight: 600;
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0;
}

.career-after-dm__content {
  width: 100%;
}

@media (width <= 991.98px) {
  .career-after-dm__content {
    align-self: flex-start;
  }
}

.career-after-dm__text p {
  line-height: 1.7;
  color: #000000b2;
  margin-bottom: 25px;
  font-weight: 400;
}

.career-after-dm__text p:last-child {
  margin-bottom: 0;
}


/* [project]/src/styles/components/dm-kannur/job-roles.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.job-roles__title {
  font-weight: 600;
  margin-bottom: 50px;
  color: #1a1a1a;
}

@media (width <= 767.98px) {
  .job-roles__title {
    margin-bottom: 30px;
  }
}

.job-roles__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

@media (width <= 1199.98px) {
  .job-roles__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 991.98px) {
  .job-roles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 575.98px) {
  .job-roles__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.job-roles__card {
  background-color: #faf4f9;
  border-radius: 20px;
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all .3s;
  border: 1px solid #0000;
}

@media (width <= 575.98px) {
  .job-roles__card {
    padding: 20px 10px;
  }
}

.job-roles__card:hover {
  transform: translateY(-5px);
  border-color: #efc9f9;
  box-shadow: 0 10px 30px #cb5ceb1a;
}

.job-roles__icon-wrapper {
  margin-bottom: 20px;
  color: #1a1a1a;
}

@media (width <= 575.98px) {
  .job-roles__icon-wrapper {
    margin-bottom: 12px;
  }
}

.job-roles__icon-wrapper svg {
  width: 32px;
  height: 32px;
}

@media (width <= 575.98px) {
  .job-roles__icon-wrapper svg {
    width: 24px;
    height: 24px;
  }
}

.job-roles__role-name {
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}

@media (width <= 575.98px) {
  .job-roles__role-name {
    font-size: 13px;
  }
}


/* [project]/src/styles/components/dm-kannur/course-fee.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.course-fee__header {
  margin-bottom: 50px;
}

@media (width <= 991.98px) {
  .course-fee__header {
    margin-bottom: 28px;
    text-align: left;
  }
}

@media (width <= 575.98px) {
  .course-fee__header {
    margin-bottom: 20px;
  }
}

.course-fee__title {
  font-weight: 600;
}

@media (width <= 991.98px) {
  .course-fee__title {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.2;
  }
}

.course-fee__subtitle {
  margin-top: 12px;
  color: #000000b2;
}

@media (width <= 991.98px) {
  .course-fee__subtitle {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
}

.course-fee__card {
  background-color: #fdf3ff;
  border-radius: 40px;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

@media (width <= 991.98px) {
  .course-fee__card {
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 28px;
  }
}

@media (width <= 575.98px) {
  .course-fee__card {
    padding: 12px;
    gap: 12px;
    border-radius: 20px;
  }
}

.course-fee__image-wrapper {
  flex: 1.2;
  width: 100%;
  min-height: 510px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

@media (width <= 991.98px) {
  .course-fee__image-wrapper {
    min-height: 260px;
    border-radius: 18px;
  }
}

@media (width <= 575.98px) {
  .course-fee__image-wrapper {
    min-height: 200px;
    border-radius: 14px;
  }
}

.course-fee__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.course-fee__info {
  flex: 1;
  display: flex;
  background: #fff;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  border-radius: 20px;
}

@media (width <= 991.98px) {
  .course-fee__info {
    width: 100%;
    padding: 20px 16px;
    gap: 16px;
    border-radius: 16px;
  }
}

@media (width <= 575.98px) {
  .course-fee__info {
    padding: 16px 12px;
    gap: 12px;
  }
}

.course-fee__program-name {
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

@media (width <= 991.98px) {
  .course-fee__program-name {
    font-size: clamp(18px, 5vw, 24px);
  }
}

.course-fee__list-title {
  color: #000000b2;
  margin-bottom: 15px;
  font-weight: 500;
}

@media (width <= 575.98px) {
  .course-fee__list-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.course-fee__lists {
  display: flex;
  gap: 30px;
}

@media (width <= 991.98px) {
  .course-fee__lists {
    gap: 16px;
  }
}

@media (width <= 767.98px) {
  .course-fee__lists {
    flex-direction: column;
    gap: 8px;
  }
}

.course-fee__list {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.course-fee__list li {
  color: #1a1a1a;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}

@media (width <= 575.98px) {
  .course-fee__list li {
    font-size: 14px;
    margin-bottom: 9px;
  }
}

.course-fee__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #1a1a1a;
  border-radius: 50%;
  opacity: .5;
}

.course-fee__list li:last-child {
  margin-bottom: 0;
}

.course-fee__button-wrapper {
  margin-top: 10px;
  background: #d9d9d933;
  padding: 8px;
  border-radius: 50px;
}

@media (width <= 991.98px) {
  .course-fee__button-wrapper {
    margin-top: 4px;
  }
}

.course-fee__btn {
  display: inline-block;
  width: 100%;
  padding: 18px 30px;
  border-radius: 50px;
  background-color: #fff;
  color: #1a1a1a;
  text-align: center;
  font-weight: 600;
  border: 1px solid #0000000d;
  transition: all .3s;
  cursor: pointer;
}

@media (width <= 991.98px) {
  .course-fee__btn {
    padding: 15px 20px;
    font-size: 15px;
  }
}

.course-fee__btn:hover {
  background-color: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
}


/* [project]/src/styles/components/whyChoose.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.why-choose {
  background: #d9d9d933;
  border-radius: 60px;
  padding: 100px 60px;
  overflow: visible;
}

@media (width <= 1399.98px) {
  .why-choose {
    padding: 80px 40px;
    border-radius: 50px;
  }
}

@media (width <= 1199.98px) {
  .why-choose {
    padding: 60px 30px;
    border-radius: 40px;
  }
}

@media (width <= 991.98px) {
  .why-choose {
    padding: 60px 20px 80px;
    display: none;
  }
}

.why-choose__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(40px, 6vw, 80px);
  gap: 40px;
}

@media (width <= 991.98px) {
  .why-choose__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
  }
}

.why-choose__heading {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 700;
  color: #1a1a1a;
  flex: 1;
  line-height: 1.1;
}

.why-choose__heading span {
  color: #cb5ceb;
}

.why-choose__description {
  max-width: 520px;
  color: #000000b2;
  margin: 0;
  text-align: right;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.6;
}

@media (width <= 991.98px) {
  .why-choose__description {
    max-width: 600px;
    text-align: center;
  }
}

.why-choose__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.why-choose__item-bar {
  position: sticky;
  top: 100px;
  background: #fff;
  border-radius: 100px;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  gap: clamp(30px, 5vw, 80px);
  box-shadow: 0 15px 50px #00000014;
  margin-bottom: 24px;
  transform-origin: top;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

@media (width <= 1399.98px) {
  .why-choose__item-bar {
    padding: 24px 45px;
  }
}

@media (width <= 1199.98px) {
  .why-choose__item-bar {
    padding: 20px 40px;
    gap: 30px;
  }
}

@media (width <= 991.98px) {
  .why-choose__item-bar {
    border-radius: 40px;
    padding: 40px 30px;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    top: 80px;
  }
}

.why-choose__item-bar:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px #0000001f;
}

.why-choose__number {
  font-size: clamp(36px, 3.5vw, 54px);
  font-weight: 300;
  color: #cb5ceb;
  min-width: 100px;
}

@media (width <= 1199.98px) {
  .why-choose__number {
    min-width: 80px;
  }
}

@media (width <= 991.98px) {
  .why-choose__number {
    min-width: auto;
    font-size: 42px;
  }
}

.why-choose__oval-image {
  width: clamp(220px, 20vw, 320px);
  height: clamp(110px, 10vw, 160px);
  position: relative;
  border-radius: 200px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 10px 30px #00000026;
}

@media (width <= 991.98px) {
  .why-choose__oval-image {
    width: 100%;
    max-width: 320px;
    height: 160px;
  }
}

.why-choose__oval-image img {
  object-fit: cover;
  transition: transform .5s;
}

.why-choose__oval-image:hover img {
  transform: scale(1.1);
}

.why-choose__content {
  flex: 1;
}

.why-choose__card-title {
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.2;
}

@media (width <= 991.98px) {
  .why-choose__card-title {
    font-size: 22px;
  }
}

.why-choose__card-desc {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.5;
  color: #000000b2;
  margin: 0;
  max-width: 500px;
}

@media (width <= 991.98px) {
  .why-choose__card-desc {
    margin: 0 auto;
    max-width: 100%;
  }
}

@media (width <= 767.98px) {
  .section-gap-top-bottom:has(.why-choose-mobile) {
    padding-bottom: 0;
  }
}

@media (width >= 768px) {
  .why-choose-mobile {
    display: none !important;
  }
}

.why-choose-mobile__header {
  text-align: left;
  margin-bottom: clamp(24px, 8vw, 32px);
}

.why-choose-mobile__heading {
  font-size: clamp(26px, 8vw, 30px);
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.1;
}

.why-choose-mobile__heading span {
  color: #cb5ceb;
}

.why-choose-mobile__description {
  font-size: 14px;
  color: #000000b2;
  line-height: 1.5;
  margin: 0;
}

.why-choose-mobile__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.why-choose-mobile__card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000a;
  display: flex;
  flex-direction: column;
  border: 1px solid #00000005;
  transition: transform .3s;
}

.why-choose-mobile__card:active {
  transform: scale(.98);
}

.why-choose-mobile__image-box {
  width: 100%;
  aspect-ratio: 16 / 7;
  position: relative;
  overflow: hidden;
}

.why-choose-mobile__image {
  object-fit: cover;
}

.why-choose-mobile__content {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.why-choose-mobile__id {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: .02em;
  margin-bottom: 2px;
}

.why-choose-mobile__title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

.why-choose-mobile__desc {
  font-size: 13px;
  color: #000000b2;
  line-height: 1.4;
  margin: 0;
}


/* [project]/src/styles/components/certifications.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

@media (width <= 991.98px) {
  .certifications-section {
    display: none !important;
  }
}

.certifications-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1800px;
  margin: 0 auto;
  align-items: stretch;
}

.certs__heading {
  font-weight: 600;
  margin-bottom: 40px;
  color: #1a1a1a;
}

@media (width >= 1600px) {
  .certs__heading {
    font-size: 54px;
  }
}

.certs__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.certs__card {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 0 40px #00000014;
  cursor: pointer;
}

.certs__card:first-child, .certs__card:nth-child(4) {
  grid-column: span 5;
}

.certs__card:nth-child(2), .certs__card:nth-child(3) {
  grid-column: span 7;
}

.certs__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px #00000014;
}

.certs__card:hover .certs__image-box img {
  transform: scale(1.08);
}

.certs__image-box {
  width: calc(100% - 24px);
  height: 170px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
}

@media (width >= 1600px) {
  .certs__image-box {
    height: 230px;
  }
}

.certs__image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
}

.certs__title {
  padding: 0 16px 20px;
  max-width: 200px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
}

@media (width >= 1600px) {
  .certs__title {
    font-size: 20px;
    max-width: 320px;
  }
}

.who-join {
  background: #fff;
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 0 40px #00000014;
}

.who-join__heading {
  display: block;
  text-align: right;
  font-weight: 600;
  margin-bottom: 40px;
}

@media (width >= 1600px) {
  .who-join__heading {
    font-size: 54px;
  }
}

.who-join__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.who-join__card {
  background: #f6defc33;
  border-radius: 30px;
  padding: 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (width >= 1600px) {
  .who-join__card {
    padding: 50px 20px;
  }
}

.who-join__card:hover {
  background: #f6defc33;
}

.who-join__icon {
  margin-bottom: 5px;
}

.who-join__title {
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

@media (width >= 1600px) {
  .who-join__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.who-join__desc {
  font-size: 14px;
  color: #000000b2;
  line-height: 1.4;
  margin: 0;
  max-width: 150px;
}

@media (width >= 1600px) {
  .who-join__desc {
    font-size: 18px;
    max-width: 220px;
  }
}

.certifications-mobile {
  padding: 60px 0;
  background-color: #fff;
}

@media (width >= 768px) {
  .certifications-mobile {
    display: none !important;
  }
}

.certifications-mobile__section {
  margin-bottom: 60px;
}

.certifications-mobile__section:last-child {
  margin-bottom: 0;
}

.certifications-mobile__heading {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.certifications-mobile__cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.certifications-mobile__cert-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000008;
  padding: 5px;
}

.certifications-mobile__cert-image {
  width: 100%;
  aspect-ratio: 1 / .8;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}

.certifications-mobile__cert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certifications-mobile__cert-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a1a;
  padding: 8px;
}

.certifications-mobile__join-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 4px;
}

.certifications-mobile__join-card {
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 25px #00000005;
}

.certifications-mobile__join-icon {
  width: 52px;
  height: 52px;
  background: #efc9f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
}

.certifications-mobile__join-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certifications-mobile__join-content {
  flex: 1;
}

.certifications-mobile__join-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1.2;
}

.certifications-mobile__join-desc {
  font-size: 13px;
  color: #000000b2;
  line-height: 1.4;
}


/* [project]/src/styles/components/faq.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.faq-section {
  background-color: #fff;
  padding-bottom: 100px;
}

@media (width <= 767.98px) {
  .faq-section:not(.mobile-faq-section) {
    display: none !important;
  }
}

.faq-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.faq-section .section-title h2 {
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 500;
  color: #000;
  margin: 0;
}

.faq-section .section-title h2 span {
  font-weight: 500;
}

.faq-section .section-title h2 span:first-child {
  text-transform: lowercase;
}

.faq-section .section-title h2 span.capitalized {
  text-transform: none;
}

.faq-section .faq-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-section .faq-item {
  background: #fdf8fe;
  border-radius: 40px;
  overflow: hidden;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  border: none;
  box-shadow: none;
}

.faq-section .faq-item.active {
  background: #f6defc;
}

.faq-section .faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.faq-section .faq-question h4 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0;
  flex: 1;
}

.faq-section .faq-question .icon-wrapper {
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 20px;
  box-shadow: 0 4px 10px #00000008;
  transition: transform .4s;
}

.faq-section .faq-question .icon-wrapper .icon {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  margin-bottom: 2px;
  transition: transform .4s;
}

.faq-section .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s cubic-bezier(.4, 0, .2, 1);
  padding: 0 40px;
}

.faq-section .faq-answer p {
  padding-bottom: 30px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}

.faq-section .faq-item.active .faq-answer {
  max-height: 500px;
}

.mobile-faq-section {
  padding: 60px 0;
}

@media (width >= 768px) {
  .mobile-faq-section {
    display: none !important;
  }
}

@media (width <= 767.98px) {
  .mobile-faq-section {
    display: block !important;
  }
}

.mobile-faq-section .section-title {
  margin-bottom: 30px;
}

.mobile-faq-section .section-title h2 {
  font-size: 32px;
}

.mobile-faq-section .faq-container {
  padding: 0 15px;
}

.mobile-faq-section .faq-item {
  border-radius: 40px;
}

.mobile-faq-section .faq-item .faq-question {
  padding: 18px 25px;
}

.mobile-faq-section .faq-item .faq-question h4 {
  font-size: 16px;
}

.mobile-faq-section .faq-item .faq-question .icon-wrapper {
  width: 36px;
  height: 36px;
}

.mobile-faq-section .faq-item .faq-question .icon-wrapper .icon {
  font-size: 20px;
}

.mobile-faq-section .faq-item .faq-answer {
  padding: 0 25px;
}

.mobile-faq-section .faq-item .faq-answer p {
  font-size: 14px;
  padding-bottom: 20px;
  max-width: 100%;
}


/* [project]/src/styles/components/dm-kannur/banner-j.scss.css [app-client] (css) */
:root {
  --color-primary: #141414;
  --color-secondary: #1f1f25;
  --color-body: #74787c;
  --color-heading-1: #fff;
  --color-white: #fff;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --transition: .3s;
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 12px;
  --font-size-b4: 10px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

.banner-j__card {
  background-color: #ba65df;
  border-radius: 40px;
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner-j__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 30px;
  opacity: 0;
  transform: translateX(-80px);
  animation: 1.5s ease-out forwards slideInLeft;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner-j__stats {
  display: flex;
  gap: 25px;
  color: #fff;
  align-items: center;
  opacity: 0;
  animation: .8s ease-out .5s forwards fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.banner-j__stat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.banner-j__separator {
  width: 1px;
  height: 35px;
  background-color: #fff3;
  margin: 0 5px;
}

.banner-j__stat-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-j__label {
  margin: 0;
  color: #fffc;
  line-height: 1.2;
  font-weight: 400;
}

.banner-j__count {
  font-weight: 700;
  line-height: 1.1;
}

.banner-j__avatars {
  display: flex;
  align-items: center;
}

.banner-j__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #ba65df;
  overflow: hidden;
  margin-right: -12px;
  background: #eee;
  box-shadow: 0 4px 10px #0000001a;
}

.banner-j__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-j__rating-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-decoration: none;
  color: inherit;
}

.banner-j__rating-info:hover {
  opacity: .9;
}

.banner-j__rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.banner-j__rating-num {
  font-weight: 700;
  line-height: 1.1;
}

.banner-j__stars {
  color: #fff;
  letter-spacing: 1px;
  margin-top: -2px;
}

.banner-j__image-container {
  position: absolute;
  bottom: 0;
  left: 48%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.banner-j__main-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 20px #84cc1666);
  transition: transform .5s cubic-bezier(.175, .885, .32, 1.275);
  opacity: 0;
  transform: translateY(100px);
  animation: 1.2s ease-out .2s forwards slideInUp;
}

.banner-j__main-image:hover {
  transform: scale(1.05)rotate(2deg);
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-j__content-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  z-index: 2;
  margin: 0 0 60px;
  opacity: 0;
  transform: translateX(50px);
  animation: 1s ease-out .8s forwards slideInRight;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.banner-j__description {
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  opacity: .95;
}

.banner-j__actions {
  display: flex;
  gap: 15px;
  background-color: #d9d9d933;
  padding: 8px;
  border-radius: 50px;
}

.banner-j__btn {
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
  border: none;
}

.banner-j__btn--white {
  background-color: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.banner-j__btn--white:hover {
  background-color: #ffffffe6;
  transform: translateY(-2px);
}

.banner-j__btn--with-icon {
  padding-right: 25px;
}

.banner-j__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a353ec;
  font-weight: 700;
}

@media (width <= 991.98px) {
  .banner-j {
    padding-bottom: 60px;
    overflow-x: hidden;
  }

  .banner-j__card {
    padding: 40px 20px 0;
    min-height: auto;
    gap: 5px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }

  .banner-j__content-top {
    display: contents;
  }

  .banner-j__title {
    order: 1;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .banner-j__title br {
    display: none;
  }

  .banner-j__stats {
    order: 3;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
  }

  .banner-j__image-container {
    order: 5;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    margin: 20px auto 0;
    max-width: 100%;
  }

  .banner-j__content-bottom {
    display: contents;
  }

  .banner-j__description {
    order: 2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .banner-j__description br {
    display: none;
  }

  .banner-j__actions {
    order: 4;
    flex-direction: column;
    width: 100%;
    background-color: #0000;
    padding: 0;
    gap: 15px;
    margin-bottom: 0;
  }

  .banner-j__actions .banner-j__btn:first-child {
    background-color: #000;
    color: #fff;
  }

  .banner-j__actions .banner-j__btn:last-child {
    background-color: #fff;
    color: #000;
  }

  .banner-j__actions .banner-j__btn:last-child .banner-j__btn-icon {
    display: none;
  }

  .banner-j__btn {
    width: 100%;
  }
}

@media (width <= 767.98px) {
  .banner-j__stats {
    display: none;
  }

  .banner-j__stat-info {
    align-items: center;
    text-align: center;
  }

  .banner-j__separator {
    display: block;
    width: 40px;
    height: 1px;
    margin: 0;
  }
}


/*# sourceMappingURL=src_styles_components_208ec526._.css.map*/
