html,
body,
p,
span,
ul,
li {
  margin: 0;
  padding: 0;
}

body {
  font-family: figtreeRegular !important;
}
body p {
  margin: 0;
}
body ul {
  margin: 0 !important;
  padding: 0;
}
body ul li {
  list-style: none;
}
body a {
  display: block !important;
  width: fit-content;
}
body a:hover {
  text-decoration: none;
  color: inherit;
}

.primary-button {
  border: 1px solid #5677FC;
  border-radius: 1.25rem;
  background: #5677FC;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  font-family: figtreeRegular;
}

.searchButton {
  background-color: #fff;
  color: #5c359b;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  border-radius: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-top-right-radius: 0.5rem;
  border: 1px solid #000;
  border-bottom-right-radius: 0.5rem;
  cursor: pointer;
  font-family: figtreeRegular;
}
.searchButton:hover {
  background-color: #e6e6e6;
}

.whiteButton {
  background-color: #fff;
  color: #5c359b;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease;
  white-space: nowrap;
  border: 1px solid #000;
  cursor: pointer;
  font-family: figtreeRegular;
  border-radius: 4px;
}
.whiteButton:hover {
  background-color: #e6e6e6;
}

body {
  background-color: #FDFDFD !important;
}

a {
  text-decoration: none !important;
}

.pointer-cursor {
  cursor: pointer;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.columnGap {
  max-width: 765px;
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}

.columnPGap {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 5rem;
  text-align: center;
}

.gapSm {
  gap: 1rem;
}

.gapLg {
  gap: 1.5rem;
}

section {
  padding: 6rem 3rem;
}

.multiDivBlockWrapper.stepblocks5 {
  overflow: hidden;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-30 {
  width: 30%;
}

.w-70 {
  width: 70%;
}

.gap-02 {
  gap: 2rem;
}

.pBadge {
  border-radius: 25px;
  background: #F7EEFA;
  color: #5F2C67;
  padding: 4px 10px;
  width: fit-content;
  border: 1px solid #5F2C67;
  margin: 1rem 0;
  font-family: figtreeSemiBold;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.d-flex {
  display: flex;
  gap: 1rem;
}

.d-flex-common {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-box {
  margin-bottom: 5rem;
}
.search-box .email-box {
  border-radius: 0.5rem;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  border: 1px solid #ffffff;
  backdrop-filter: blur(5px);
}
.search-box .email-box .email-input {
  border: none;
  background: transparent;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  min-width: 250px;
  height: 40px;
}
.search-box .email-box .email-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-box .email-box .email-input:focus {
  box-shadow: none;
  outline: none;
}

.desc-block {
  margin: 5rem auto;
  text-align: center;
}

.gap-01 {
  gap: 1.5rem;
}

.gap-0 {
  gap: 0.5rem !important;
}

footer {
  padding: 2rem;
}
footer p {
  color: #000;
  font-family: figtreeRegular;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: inline-flex !important;
  white-space: break-spaces;
}
footer a {
  color: #000000;
  font-size: 0.75rem;
  font-weight: 300;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.footer-left {
  max-width: 400px;
}

.footer-right {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

/* Links row (right aligned) */
.footer-links {
  display: flex;
  gap: 25px;
}
.footer-links a {
  text-decoration: none !important;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 300;
}

/* Social icons row */
.social-icons {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 2rem;
}
.social-icons img {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "figtreeRegular";
  padding: 1rem 0;
}
.header .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .navbar .navbar-toggler {
  border: none;
  background: transparent;
  outline: none !important;
}
.header .navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.header .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.header header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transform: translateZ(0);
  /* creates a new GPU layer */
  -webkit-transform: translateZ(0);
  will-change: transform, top;
}
.header .custom-dropdown {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
}
.header .custom-dropdown .nav-link {
  color: #fff;
  display: block;
  font-family: figtreeRegular;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0.5rem 1rem;
}
.header .custom-dropdown .nav-link:hover {
  text-decoration: underline !important;
}

.fixed-top.sticky {
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  background: linear-gradient(to bottom, rgba(79, 77, 77, 0.94) 0%, rgba(254, 254, 254, 0.35) 100%);
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.15);
}
.fixed-top.sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(216, 216, 216, 0.58), transparent 70%);
  z-index: -1;
}

.bannerWrapper {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.bannerWrapper .banner {
  padding-top: 9rem;
}
.bannerWrapper .banner .titlesmWhite {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.bannerWrapper .banner::after {
  content: "";
  background: url("../images/banner-bg.svg");
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 750px;
  top: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bannerWrapper .banner .bannerText {
  text-align: center;
  max-width: 1015px;
  margin: 0 auto;
}
.bannerWrapper .banner .bannerImg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.errorBox {
  display: none;
  color: #F00;
  z-index: 500;
  margin-top: 8px;
  list-style-type: none;
}

.landingBanner {
  min-height: 100%;
  height: auto;
  position: relative;
}
.landingBanner .contactBlock {
  padding: 9rem 0 6rem 0;
  position: relative;
  z-index: 2;
  top: 0;
}
.landingBanner .contactBlock .event-badge span {
  background: #461f4e;
  padding: 10px 20px;
  border-radius: 60px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #ffffff;
}
.landingBanner .contactBlock .join-us {
  color: #fff;
  font-family: figtreeLight;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.landingBanner .contactBlock .titlemd {
  color: #ffffff;
  font-weight: 700 !important;
  font-family: figtreeBold !important;
}
.landingBanner .contactBlock .form-card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 30px;
}
.landingBanner .contactBlock .form-card .form-control {
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 1rem;
  padding: 10px;
}
.landingBanner .contactBlock .form-card .form-control::placeholder {
  color: #ada0b0; /* change as needed */
  opacity: 1; /* ensures color works in all browsers */
}
.landingBanner .contactBlock .form-card .form-control:focus {
  box-shadow: none;
}
.landingBanner .contactBlock .form-card .checkbox .form-label {
  color: #fff;
  font-family: figtreeRegular;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.landingBanner .contactBlock .form-card .checkbox .form-check-input {
  position: absolute;
  margin-top: 7px;
  margin-left: -1.25rem;
}
.landingBanner .contactBlock .w-40 {
  padding: 0 3rem;
}
.landingBanner .contactBlock .bannerPara {
  margin-bottom: 2rem;
}
.landingBanner .landingBanner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.landingBanner .landingBanner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scaley(-1);
}

.proven-result {
  background-color: #f8f1f9;
}
.proven-result .proven-block {
  width: 15%;
}

.schedule-footer {
  background: url("../images/banner-bg.svg");
  width: 100%;
  height: 100%;
  top: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.schedule-footer .w-55 {
  width: 55%;
}

.why-choose-us .grid-block {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.why-choose-us .grid-block .block {
  flex: 1 1 25%;
  padding: 1.875rem;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.why-choose-us .grid-block .block:nth-child(4n) {
  border-right: none;
}
.why-choose-us .grid-block .block:nth-last-child(-n+4) {
  border-bottom: none;
}
.why-choose-us .grid-block .block:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.why-choose-us .grid-block .block img {
  height: 20px;
  width: 20px;
}

.infoBlock {
  display: flex !important;
  gap: 25rem;
  margin: 0 auto 4rem auto;
  text-align: left;
  align-items: center;
}
.infoBlock .w-40 {
  width: 40%;
}
.infoBlock .w-60 {
  width: 60%;
}

.greyBlock {
  border-radius: 8px;
  background: #f8f8f8;
  color: #000000;
  padding: 6px 10px;
  width: fit-content;
}
.greyBlock p {
  color: #000;
  font-family: FigtreeRegular;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}

.multiDivBlock .w-60 {
  width: 60%;
}
.multiDivBlock .w-40 {
  width: 40%;
}

/* ========== Layout ========== */
.testimonial-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
  /* ========== Quote Mark ========== */
  /* ========== Testimonial Text ========== */
  /* ========== Author Info ========== */
  /* ========== Image Section ========== */
}
.testimonial-card .testimonial-content {
  flex: 1;
  position: relative;
  max-width: 75%;
}
.testimonial-card .quote-mark {
  position: absolute;
  top: -40px;
  left: 0;
}
.testimonial-card .quote-mark img {
  width: 40px;
  height: auto;
  display: block;
}
.testimonial-card .testimonial-text {
  margin: 25px 0;
  color: #000;
  font-family: "FigtreeRegular";
  font-size: 3.125rem; /* 50px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
  min-height: 250px;
}
.testimonial-card .testimonial-author {
  font-size: 14px;
  min-height: 200px;
}
.testimonial-card .author-name {
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 26px;
  line-height: 130%;
}
.testimonial-card .author-position {
  font-weight: 500;
  color: #000;
  margin: 0;
  font-size: 26px;
  line-height: 130%;
}
.testimonial-card .testimonial-image {
  text-align: right;
  position: relative;
  flex-shrink: 0;
}
.testimonial-card .testimonial-image img {
  width: 300px;
  height: 300px;
  display: inline-block;
}

.testimonial-card2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  flex-wrap: wrap;
  /* ========== Quote Mark ========== */
  /* ========== Testimonial Text ========== */
  /* ========== Author Info ========== */
  /* ========== Image Section ========== */
}
.testimonial-card2 .testimonial-content {
  flex: 1;
  position: relative;
  max-width: 75%;
}
.testimonial-card2 .quote-mark {
  position: absolute;
  top: -40px;
  left: 0;
}
.testimonial-card2 .quote-mark img {
  width: 40px;
  height: auto;
  display: block;
}
.testimonial-card2 .testimonial-text {
  margin: 25px 0;
  color: #000;
  font-family: "FigtreeRegular";
  font-size: 3.125rem; /* 50px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 60px */
  height: 300px;
}
.testimonial-card2 .testimonial-author {
  font-size: 14px;
}
.testimonial-card2 .author-name {
  font-weight: 700;
  color: #000;
  margin: 0;
  font-size: 26px;
  line-height: 130%;
}
.testimonial-card2 .author-position {
  font-weight: 500;
  color: #000;
  margin: 0;
  font-size: 26px;
  line-height: 130%;
}
.testimonial-card2 .testimonial-image {
  text-align: right;
  position: relative;
  flex-shrink: 0;
}
.testimonial-card2 .testimonial-image img {
  width: 300px;
  height: 300px;
  display: inline-block;
}

/* Force all hidden first */
.multiDivBlockWrapper .desktopBlock,
.multiDivBlockWrapper .tabletBlock,
.multiDivBlockWrapper .mobileBlock {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.webflow-wrap {
  display: flex;
  gap: 0 !important;
}

.webflow-wrap img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.left, .right {
  margin: 0;
  padding: 0;
}

/* viewport: visible area (one slide at a time) */
.testimonial-viewport {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* flex row of slides */
.testimonial-track {
  display: flex;
  will-change: transform;
}

/* each slide takes full viewport width */
.slide {
  flex: 0 0 100%; /* don't shrink, don't grow, width = 100% of viewport */
  box-sizing: border-box;
}

.slide_2 .tHeight {
  min-height: 300px !important;
}

.bannerTitle {
  color: #fff;
  text-align: center;
  font-family: figtreeRegular;
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 115%;
}

.titlexs {
  color: #000;
  font-family: figtreeRegular;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.titlesm {
  color: #000000;
  font-family: figtreeRegular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.titlesmWhite {
  color: #ffffff;
  font-family: figtreeRegular;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.titlemd {
  color: #000;
  font-family: figtreeMedium;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 140%;
}

.blockTitle {
  color: #000;
  font-family: figtreeRegular;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 120%;
}

.blockTitleWhite {
  color: #ffffff;
  font-family: figtreeRegular;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 120%;
}

.stepTitle {
  color: #000;
  font-family: figtreeRegular;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 120%;
}

.blockTitleWhite {
  color: #ffffff;
  font-family: figtreeRegular;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 120%;
}

.blockHeading {
  color: #0a0a0a;
  font-family: figtreeRegular;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

.wchooseTitle {
  color: #0a0a0a;
  font-family: figtreeRegular;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
  /* 23.4px */
}

.wchooseDesc {
  color: rgba(0, 0, 0, 0.6);
  font-family: figtreeRegular;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.titleXsBold {
  color: #000;
  font-family: figtreeBold;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

.titleSubText {
  color: #000;
  font-family: figtreeSemiBold;
  font-size: 1rem;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
}

.bannerPara {
  color: #ffffff;
  font-family: figtreeRegular;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.about-eventText {
  color: #000;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  font-family: figtreeRegular;
  line-height: 120%;
}

@font-face {
  font-family: figtreeLight;
  src: url("../fonts/Figtree-Light.ttf");
}
@font-face {
  font-family: figtreeRegular;
  src: url("../fonts/Figtree-Regular.ttf");
}
@font-face {
  font-family: figtreeBold;
  src: url("../fonts/Figtree-Bold.ttf");
}
@font-face {
  font-family: figtreeMedium;
  src: url("../fonts/Figtree-Medium.ttf");
}
@font-face {
  font-family: figtreeSemiBold;
  src: url("../fonts/Figtree-SemiBold.ttf");
}
.BlogContainer {
  max-width: 1250px;
  margin: 0 auto;
}

.bDeatails {
  margin-top: 5rem;
  background: #F8EDF9;
}
.bDeatails .bDeatails-content {
  flex: 1;
}
.bDeatails .bDeatails-content .category {
  border-radius: 25px;
  background: #F7EEFA;
  color: #5F2C67;
  padding: 4px 10px;
  width: fit-content;
  border: 1px solid #5F2C67;
  margin-bottom: 1rem;
}
.bDeatails .bDeatails-content .category p {
  color: #5F2C67;
  font-family: figtreeSemiBold;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
.bDeatails .bDeatails-content h1 {
  font-size: 2.25rem;
  line-height: 120%;
  font-weight: 600;
  color: #000;
  font-family: FigtreeSemiBold;
}
.bDeatails .bDeatails-content .smText {
  font-size: 1rem;
  line-height: 130%;
  font-weight: 500;
  color: #000;
  font-family: figtreeMedium;
}
.bDeatails .bDeatails-content .wh20 {
  width: 20px;
  height: 20px;
}
.bDeatails .bDeatails-content .bName {
  font-size: 0.875rem;
  line-height: 130%;
  font-weight: 600;
  color: #000;
  font-family: FigtreeSemiBold;
}
.bDeatails .bDeatails-content .bDate {
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 400;
  color: #000;
  font-family: figtreeRegular;
}

.blogFooterTitle {
  font-size: 2.5rem;
  line-height: 120%;
  font-weight: 500;
  color: #FFFFFF;
  font-family: figtreeMedium;
}

.w-60 {
  width: 60%;
}

.scheduleBtn {
  display: inline-block !important;
  /* lets text-align center work */
  margin-top: 20px;
  /* spacing below the heading */
  border-radius: 8px;
  background: #FFF;
  border: 1px solid transparent;
  color: #5F2C67;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: 600;
  font-family: FigtreeSemiBold;
  padding: 12px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-section {
  display: flex;
  gap: 50px;
  /* ===== Sidebar ===== */
}
.blog-section .sidebar {
  position: sticky;
  top: 4rem;
  align-self: start;
  margin-top: 4rem;
}
.blog-section .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.blog-section .sidebar ul li {
  margin-bottom: 16px;
}
.blog-section .sidebar a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  padding-left: 16px;
  font-size: 1.125rem;
  display: block;
  transition: all 0.2s ease;
}
.blog-section .sidebar a:hover {
  color: #000000;
}
.blog-section .sidebar a.active {
  color: #000000;
  border-left: 3px solid #000000;
  font-weight: 700;
  padding-left: 14px;
  font-size: 1.125rem;
  font-family: figtreeBold;
}
.blog-section .sidebar .demo-box {
  background: url(../images/SmallBanner.png);
  width: 300px;
  height: 100%;
  top: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.blog-section .sidebar .demo-box h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 120%;
  font-family: FigtreeSemiBold;
}
.blog-section .sidebar .demo-box p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 120%;
  font-weight: 500;
  font-family: figtreeMedium;
}
.blog-section .sidebar .active-sticky {
  top: 280px;
  transform: translateY(-10px);
}
.blog-section .content h2 {
  color: #000000;
  font-family: figtreeBold;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}
.blog-section .content p {
  color: #000;
  font-family: figtreeRegular;
  font-size: 1rem;
  font-weight: 300;
  line-height: 160%;
}

.blogsFooter {
  background: url("../images/CTABanner.jpg");
  width: 100%;
  min-height: 350px;
  height: 100%;
  top: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fixed-btop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #FFFFFF;
}

.bHeader {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  font-family: "figtreeRegular";
  padding: 1rem 0;
}
.bHeader .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bHeader .navbar .navbar-toggler {
  border: none;
  background: transparent;
  outline: none !important;
}
.bHeader .navbar .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.bHeader .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.bHeader header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transform: translateZ(0);
  /* creates a new GPU layer */
  -webkit-transform: translateZ(0);
  will-change: transform, top;
}
.bHeader .custom-dropdown {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: flex;
}
.bHeader .custom-dropdown .nav-link {
  color: #000000;
  display: block;
  font-family: figtreeRegular;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 0.5rem 1rem;
}
.bHeader .custom-dropdown .nav-link:hover {
  text-decoration: underline !important;
}

.fixed-btop.sticky {
  background: #FFFFFF;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.15);
}
.fixed-btop.sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF;
}

/* Container */
.blogs-section {
  margin-top: 4rem;
}
.blogs-section .blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.blogs-section .section-title {
  color: #8E4599;
  font-size: 2.125rem;
  font-weight: 600;
  font-family: figtreeSemibold;
  line-height: 120%;
}

/* Search Bar */
/* Search Bar - Icon before text */
.left-icon {
  position: relative;
  width: 230px;
}

.left-icon input {
  width: 100%;
  padding: 10px 12px 8px 36px;
  /* padding-left increased for icon */
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  outline: none;
  font-size: 14px;
}

.left-icon .search-icon {
  position: absolute;
  left: 12px;
  /* icon on left */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.left-icon .search-icon svg {
  width: 14px;
  height: 14px;
  stroke: #5A5A5A;
}

/* Featured Card */
.featured-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* Overlay Content */
  /* Author Row */
}
.featured-card .w-68 {
  width: 68%;
}
.featured-card .featured-img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 16px;
}
.featured-card .featured-overlay {
  position: absolute;
  bottom: 0;
  width: 97%;
  padding: 25px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
}
.featured-card .badge {
  display: inline-block;
  font-size: 1.25rem;
  font-family: figtreemedium;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
  opacity: 0.8;
  padding: 0 !important;
}
.featured-card .featured-title {
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 110%;
  font-family: figtreemedium;
}
.featured-card .author-meta {
  display: flex;
  align-items: center;
  gap: 35px;
  opacity: 0.9;
}
.featured-card .author-meta p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
  font-family: figtreeSemibold;
}
.featured-card .author-meta span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 140%;
  font-family: figtreeRegular;
}
.featured-card .author-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
}

/* =============================
   TABS
   ============================= */
.bTabs {
  /* =============================
  TAB CONTENT GRID
  ============================= */
}
.bTabs .tabs-container {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.bTabs .tabs {
  display: flex;
  gap: 35px;
  padding: 0;
  margin: 0;
}
.bTabs .tab {
  cursor: pointer;
  color: #555;
}
.bTabs .tab.active {
  color: #a159c7;
}
.bTabs .tab-underline {
  position: absolute;
  bottom: -1px;
  height: 3px;
  background: #a159c7;
  border-radius: 3px;
  transition: 0.3s ease;
}
.bTabs .tab-content {
  display: none;
}
.bTabs .tab-content.active {
  display: block;
}
.bTabs .card-box {
  margin-bottom: 30px;
}
.bTabs .card-box img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.bTabs .card-box h4 {
  margin: 12px 0 8px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
  font-family: figtreeSemibold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bTabs .card-box .bName {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 130%;
  font-family: figtreeSemibold;
}
.bTabs .card-box .date {
  color: #000000;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 400;
  font-family: figtreeRegular;
}
.bTabs .card-box .icon {
  width: 20px;
  height: 20px;
}
.bTabs .card {
  border: 0 !important;
}
.bTabs .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.lFooterBanner .d-Landing {
  display: flex;
  flex-direction: column;
}
.lFooterBanner h2 {
  color: #FFF;
  font-family: FigtreeSemiBold;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 120%;
}
.lFooterBanner .w-40 {
  width: 40%;
}
.lFooterBanner .w-60 {
  width: 60%;
}
.lFooterBanner .booth-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lFooterBanner .booth-list li {
  margin-bottom: 18px;
  color: #FFF;
  font-family: FigtreeMedium;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

.video-wrapper {
  width: 70%;
  margin: 40px auto;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  /* Controls Wrapper (BOTTOM-LEFT, SIDE-BY-SIDE) */
  /* Button Style */
}
.video-wrapper video {
  width: 100%;
  display: block;
  border-radius: 12px;
  cursor: pointer;
}
.video-wrapper .video-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 1rem;
}
.video-wrapper .video-btn {
  display: flex;
}
.video-wrapper .video-btn .icon {
  width: 60px;
  height: 60px;
  display: none;
  cursor: pointer;
}
.video-wrapper .video-btn .show {
  display: block;
}

.subLandingTitle {
  color: #000;
  font-family: figtreeSemiBold;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 120%;
  /* 19.2px */
  margin-bottom: 2rem;
}

.aLink {
  text-decoration: underline !important;
}

.aboutCorforec {
  background-color: #f8f1f9;
}
.aboutCorforec .grid-block {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #56305B;
  overflow: hidden;
}
.aboutCorforec .grid-block .block {
  flex: 1 1 20%;
  padding: 1.875rem;
  border-right: 1px solid #56305B;
  box-sizing: border-box;
  transition: background 0.3s ease;
  background: #341539;
}
.aboutCorforec .grid-block .block:last-child {
  border-right: none;
}
.aboutCorforec .grid-block .block img {
  height: 30px;
  width: 30px;
  margin-bottom: 6rem;
}
.aboutCorforec .grid-block .block .wchooseDesc {
  color: #FFFFFF;
  font-family: figtreeRegular;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-right: 50px;
}

.step-circle {
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 130%;
  font-size: 1.125rem;
  font-weight: 600;
}

.error {
  color: red;
  font-size: 12px;
}

.succmsg {
  font-size: 14px;
  margin-top: 6px;
}

.iti {
  width: 100%;
}

.iti__country-list {
  background-color: #341539 !important;
  color: white !important;
  border: 1px solid #341539 !important;
  max-width: 385px !important;
}

.iti__country-list::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}

.iti__country-list::-webkit-scrollbar-track {
  background: #341539 !important;
}

.iti__country-list::-webkit-scrollbar-thumb {
  background: #583559 !important;
  border-radius: 6px !important;
}

.iti__country-list::-webkit-scrollbar-thumb:hover {
  background: #777 !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: white !important;
}

.iti__flag-container {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.3) !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  padding: 6px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti-mobile .iti__country-list {
  max-height: 60% !important;
  width: 90% !important;
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99999 !important;
}

@media only screen and (max-width: 1680px) {
  .desc-block {
    width: 60%;
  }
}
@media only screen and (max-width: 1480px) {
  body .navbar {
    padding: 0.5rem 3rem;
  }
  body .testimonial-card .testimonial-text {
    height: 200px;
    font-size: 2.188rem;
  }
  body .schedule-footer .w-55 {
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  .landingBanner .contactBlock {
    padding: 7rem 3rem;
    flex-wrap: wrap;
  }
  .landingBanner .contactBlock .w-60,
  .landingBanner .contactBlock .w-40 {
    width: 100%;
    padding: 0;
  }
  .landingBanner .contactBlock .w-40 {
    padding: 0;
  }
  .aboutCorforec .grid-block .block {
    flex: 1 1 35% !important;
    border-bottom: 1px solid #e9d5eb;
  }
  .infoBlock {
    gap: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .multiDivBlockWrapper .desktopBlock {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .multiDivBlock .w-60 {
    width: 60% !important;
  }
  .multiDivBlock .w-40 {
    width: 40% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body .infoBlock {
    display: flex !important;
    gap: 0.5rem;
    align-items: center !important;
    text-align: left;
    flex-direction: column;
  }
  body .infoBlock .w-40 {
    width: 100%;
  }
  body .infoBlock .w-60 {
    width: 100%;
  }
  body .multiDivBlock {
    display: flex;
    flex-direction: column !important;
  }
  body .multiDivBlock .w-40 {
    width: 100%;
  }
  body .multiDivBlock .w-50 {
    width: 100%;
  }
  body .multiDivBlock .w-60 {
    width: 100%;
  }
  body .stepsblock6 .w-50 {
    width: 100% !important;
  }
  body .imgBlock {
    display: flex;
    flex-direction: row !important;
  }
  body .imgBlock .w-40 {
    width: 40% !important;
  }
  body .imgBlock .w-50 {
    width: 50%;
  }
  body .imgBlock .w-60 {
    width: 60%;
  }
  body .testimonial-card .testimonial-text {
    font-size: 2.188rem;
  }
  body .bannerTitle {
    font-size: 3.125rem;
  }
  body .titlesmWhite,
  body .titlesm,
  body .wchooseTitle {
    font-size: 1rem;
  }
  body .desc-block {
    width: 100%;
  }
  body .blockTitle,
  body .blockTitleWhite {
    font-size: 2.5rem;
  }
  body .proven-result .proven-block {
    width: 21%;
  }
  body .wchooseDesc {
    font-size: 0.875rem;
  }
  body .schedule-footer .w-55 {
    width: 100%;
  }
  body section {
    padding: 4rem 3rem;
  }
  body .block {
    flex: 1 1 25% !important;
  }
  body .navbar {
    padding: 0.5rem 3rem;
  }
  body .bannerWrapper .banner .bannerText {
    padding: 0 3rem;
  }
  body .multiDivBlockWrapper .tabletBlock {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body .testimonial-card {
    flex-direction: column;
    align-items: start;
  }
  body .testimonial-card .testimonial-text {
    height: 220px;
  }
  body .testimonial-card .w-75 {
    width: 100% !important;
  }
  body .testimonial-card .w-25 {
    width: 100% !important;
  }
  body .testimonial-card .testimonial-image {
    margin-top: -115px;
    display: flex;
    justify-content: end;
  }
  body .testimonial-card .testimonial-content {
    max-width: 100%;
  }
  body .why-choose-us .grid-block .block {
    padding: 0.875rem;
  }
  body .titlemd {
    font-size: 2.125rem;
  }
  body .titlexs {
    font-size: 0.875rem;
  }
  body .titleXsBold {
    font-size: 0.875rem;
  }
  body .video-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  body .lFooterBanner h2 {
    font-size: 2rem;
  }
  body footer a {
    font-size: 0.75rem;
  }
  body .aboutEvent .about-eventText {
    font-size: 25px;
  }
  body .aboutEvent .bannerPara {
    font-size: 20px;
  }
  body .aboutCorforec .grid-block .block {
    flex: 1 1 35% !important;
    border-bottom: 1px solid #e9d5eb;
  }
  body .aboutCorforec .grid-block .block:nth-child(2) {
    border-right: 0;
  }
  body .aboutCorforec .grid-block .block:nth-child(4) {
    border-right: 0;
  }
  body .aboutCorforec .grid-block .block:last-child {
    border-bottom: 0;
  }
  body .aboutCorforec .grid-block .block img {
    margin-bottom: 4rem;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .custom-dropdown {
    position: absolute;
    top: 3.438rem;
    right: 3.625rem;
    width: auto;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.313rem 1.25rem rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: right;
    /* Animation Defaults */
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.25s ease;
  }
  .header .custom-dropdown .nav-link {
    color: #000;
  }
  .header .custom-dropdown.show {
    /* Add .show class when toggle active */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header .custom-dropdown .nav-link {
    color: #000;
  }
}
@media only screen and (max-width: 767px) {
  body {
    /* right wrapper */
    /* right side links */
    /* social icons */
  }
  body .collapse:not(.show) {
    display: none !important;
  }
  body .infoBlock {
    display: flex !important;
    gap: 0.5rem;
    align-items: center !important;
    text-align: left;
    flex-direction: column;
  }
  body .infoBlock .w-40 {
    width: 100%;
  }
  body .infoBlock .w-60 {
    width: 100%;
  }
  body .multiDivBlock {
    display: flex;
    flex-direction: column;
  }
  body .multiDivBlock .w-40 {
    width: 100%;
  }
  body .multiDivBlock .w-50 {
    width: 100% !important;
  }
  body .multiDivBlock .w-60 {
    width: 100%;
  }
  body .blockTitle {
    font-size: 2rem;
  }
  body .testimonial-card .w-25 {
    width: 100% !important;
  }
  body .testimonial-card .testimonial-text {
    font-size: 1.625rem;
  }
  body .stepTitle {
    font-size: 1.625rem;
  }
  body .bannerTitle {
    font-size: 1.875rem;
  }
  body .titlesmWhite,
  body .titlesm,
  body .wchooseTitle {
    font-size: 22px;
  }
  body .desc-block {
    width: 100%;
  }
  body .blockTitle,
  body .blockTitleWhite {
    font-size: 2.5rem;
  }
  body .proven-result .d-flex-common.align-items-start {
    flex-direction: column;
    align-items: center !important;
  }
  body .proven-result .proven-block {
    width: 90%;
    margin-bottom: 2rem;
    text-align: center;
  }
  body .wchooseDesc {
    font-size: 0.75rem;
  }
  body .schedule-footer .w-55 {
    width: 100%;
  }
  body .bannerWrapper .banner::after {
    height: 600px;
  }
  body section {
    padding: 4rem 1.5rem;
  }
  body .wrapper {
    padding: 0;
  }
  body .search-box .email-box .email-input {
    min-width: 10.625rem;
    font-size: 0.65rem;
  }
  body .bannerWrapper .banner .bannerImg {
    padding: 0 1.5rem;
  }
  body footer .flogo {
    width: 250px;
  }
  body footer p {
    font-size: 0.75rem;
  }
  body footer .d-flex-common {
    flex-wrap: wrap;
    gap: 2rem;
  }
  body .block {
    flex: 1 1 50% !important;
  }
  body .bannerWrapper .banner .bannerText {
    padding: 0 1.5rem;
  }
  body .why-choose-us .grid-block .block:nth-last-child(-n+4) {
    border-bottom: 1px solid #e6e6e6;
  }
  body .navbar {
    padding: 0.5rem 1.5rem;
  }
  body .multiDivBlockWrapper .mobileBlock {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body .header {
    padding: 0.5rem 0;
  }
  body .header .custom-dropdown {
    position: absolute;
    top: 3.438rem;
    right: 3.625rem;
    width: auto;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.313rem 1.25rem rgba(0, 0, 0, 0.1);
    z-index: 999;
    text-align: right;
    /* Animation Defaults */
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
    transition: opacity 0.15s ease, transform 0.25s ease;
  }
  body .header .custom-dropdown .nav-link {
    color: #000;
  }
  body .header .custom-dropdown.show {
    /* Add .show class when toggle active */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  body .header .custom-dropdown .nav-link {
    color: #000;
  }
  body .testimonial-card {
    gap: 0;
  }
  body .testimonial-card .author-name {
    font-size: 21px;
  }
  body .testimonial-card .author-position {
    font-size: 21px;
  }
  body .testimonial-card .testimonial-text {
    height: auto !important;
    min-height: auto !important;
    font-size: 1.625rem;
  }
  body .testimonial-card .testimonial-author {
    height: auto !important;
    min-height: auto !important;
  }
  body .testimonial-card .testimonial-content {
    max-width: 100%;
  }
  body .testimonial-card .testimonial-image img {
    width: 180px;
    height: 180px;
  }
  body .why-choose-us .grid-block .block img {
    margin-bottom: 1rem !important;
  }
  body .why-choose-us .grid-block .block {
    padding: 0.875rem;
  }
  body .titlemd {
    font-size: 1.313rem;
  }
  body .titlexs {
    font-size: 0.75rem;
  }
  body .titleXsBold {
    font-size: 0.75rem;
  }
  body .proven-result {
    padding: 4rem;
  }
  body .schedule-footer {
    padding: 2rem;
  }
  body .video-wrapper {
    width: 100%;
    margin: 0;
  }
  body .video-wrapper video {
    width: 100%;
  }
  body .subLandingTitle {
    font-size: 1.375rem;
  }
  body .footer-row {
    flex-direction: column;
  }
  body .lFooterBanner {
    flex-direction: column;
  }
  body .lFooterBanner h2 {
    font-size: 2rem;
  }
  body .lFooterBanner .w-40 {
    width: 100%;
  }
  body .lFooterBanner .w-60 {
    width: 100%;
  }
  body .lFooterBanner .booth-list li {
    align-items: flex-start !important;
  }
  body .footer-right {
    margin-right: 25px;
  }
  body .bannerWrapper .banner {
    padding-top: 8rem;
  }
  body footer {
    padding: 2rem 1.5rem;
  }
  body .landingBanner .contactBlock {
    padding: 6rem 1.5rem;
    flex-wrap: wrap;
  }
  body .landingBanner .contactBlock .w-60,
  body .landingBanner .contactBlock .w-40 {
    width: 100%;
    padding: 0;
  }
  body .landingBanner .contactBlock .bannerPara {
    margin-bottom: 1.5rem;
  }
  body .landingBanner .contactBlock .form-card {
    margin-top: 1.5rem;
  }
  body .aboutEvent .pl-5 {
    padding-left: 0 !important;
  }
  body .aboutEvent .col-md-8 .d-flex.gapLg {
    display: block !important;
  }
  body .aboutEvent .col-md-8 .d-flex.gapLg .d-flex.align-items-center {
    margin-bottom: 1rem;
  }
  body .aboutCorforec .grid-block .block {
    border-right: 0;
    flex: 1 1 51% !important;
  }
  body .aboutEvent .about-eventText {
    font-size: 1.563rem;
  }
  body .aboutEvent .bannerPara {
    font-size: 1.25rem;
  }
  body .bannerWrapper .landingBanner {
    padding-top: 8rem;
  }
  body .columnGap {
    margin-bottom: 2rem;
  }
  body .aboutCorforec .grid-block .block {
    padding: 2rem;
  }
  body .aboutCorforec .grid-block .block img {
    margin-bottom: 2rem;
  }
  body .aboutCorforec .grid-block .block .wchooseDesc {
    font-size: 20px;
  }
  body .footer-row {
    gap: 25px;
  }
  body .footer-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body .dFlexRight {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body .footer-right {
    display: none;
  }
  body .social-icons {
    margin-top: 0;
    justify-content: center;
  }
  body .bDeatails .w-50 {
    width: 100% !important;
  }
  body .bDDetails {
    flex-direction: column;
  }
  body .blog-section {
    flex-direction: column;
  }
  body .blog-section .sidebar {
    position: unset;
  }
  body .blog-section .sidebar ul {
    display: none;
  }
  body .blog-section .sidebar .demo-box {
    width: 90%;
    margin: 0 auto !important;
  }
  body .blogsFooter .w-60 {
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  body .testimonial-card .testimonial-text {
    height: 275px;
    font-size: 1.625rem;
  }
}

/*# sourceMappingURL=style.css.map */
