@import url("fonts.scss");
@import url("reset.scss");
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f3f4f4;
  color: #353f4f;
}

* {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar-brand {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #000 !important;
}

.nav-link {
  color: #353f4f !important;
  font-weight: 600;
  font-size: 18px;
}

.hero {
  min-height: 85vh;
  background: url("../images/home-banner.png") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px 20px 20px;
  color: #ffffff;
}

.hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}

.hero p {
  font-size: 1.25rem;
  margin: 20px 0 30px;
  color: #ffffff;
}

.hero .btn {
  margin: 0 10px;
  padding: 12px 28px;
}

.btn-primary {
  background-color: #0056d2;
  border-color: #0056d2;
}

.btn-outline-secondary {
  color: #0056d2;
  border-color: #0056d2;
}

.btn-outline-secondary:hover {
  background-color: #0056d2;
  color: #fff;
}

.btn-gradient {
  background: linear-gradient(90deg, #5C6DF7, #C36EF4);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 15px 70px !important;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-gradient:hover {
  filter: brightness(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: #fff;
}

.btn-outline-blue {
  color: #7068f4;
  border: 1px solid #7068f4;
  border-radius: 50px;
  padding: 10px 28px;
  font-weight: 500;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-blue:hover {
  background-color: rgba(9, 87, 247, 0.1);
  text-decoration: none;
  color: #7068f4;
}

h2,
i.bi,
.text-gradient,
.gradient-heading {
  background: linear-gradient(90deg, #636df6, #c16ef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  font-weight: bold;
}

.nav.tabs-ff .nav-link-ff {
  border-radius: 40px;
  background: none;
  font-weight: 500;
  color: #333;
  text-align: left;
  border: 1px solid #c573ff !important;
  padding: 10px 20px;
}
.nav.tabs-ff .nav-link.active {
  background: #f44336 !important;
  color: white;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nav.tabs-ff .nav-link-ff svg {
  width: 20px;
  height: 20px;
}
.nav.tabs-ff .nav-link-ff svg path {
  fill: url(#theme-accent-gradient-linear) var(--accent-color-readable);
}

.offset-grid-bg {
  border-radius: 12px;
  box-shadow: inset -0.125em -0.125em 0.25em rgba(255, 255, 255, 0.75), inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.15);
  padding: 15px;
  position: relative;
  border: 1px solid #eeeeee;
}
.offset-grid-bg p {
  margin: 0;
  padding: 0;
}

h2 {
  padding-bottom: 2rem;
}

h5 {
  font-weight: bold;
}

.bi-2x {
  font-size: 25px;
}

.step-box {
  display: flex;
  background-color: #f6f3f7;
  max-width: 100%;
  margin-bottom: 20px;
  box-shadow: inset -0.125em -0.125em 0.25em rgba(255, 255, 255, 0.75), inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.15);
}

.step-number {
  background-color: #bc6ef4;
  color: white;
  padding: 16px 20px;
  font-size: 24px;
  margin-right: 30px;
  min-width: 72px;
}

.step-text {
  flex: 1;
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}
.step-text p {
  margin: 0;
  padding: 0;
}

.gradient-heading {
  font-weight: 700;
  font-size: 2.5rem;
  background: linear-gradient(90deg, #8B5CF6, #3B82F6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.who-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.who-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.gradient-icon {
  background: linear-gradient(45deg, #8B5CF6, #3B82F6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-box {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}
.feature-box:hover {
  transform: scale(1.1);
}

.bg-purple {
  background: #936df5 !important;
}
.bg-purple h1 {
  color: #fff !important;
}

a {
  color: #8260f6;
  text-decoration: none;
}

.accordion h2 {
  padding: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #e9deec;
  color: #333;
  box-shadow: inset -0.125em -0.125em 0.25em rgba(255, 255, 255, 0.75), inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.15);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  border: 1px solid #e9deec;
  border-top: 0;
}

.accordion-flush > .accordion-item > .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: bold;
}

.purple-gradient {
  background: linear-gradient(207deg, #5C6DF7, #C36EF4);
  transition: all 0.3s ease;
}

.border-theme1 {
  border-color: #686df6 !important;
}

.border-theme2 {
  border-color: #866df5 !important;
}

.border-theme3 {
  border-color: #9e6ef5 !important;
}

.border-theme4 {
  border-color: #bc6ef4 !important;
}

p {
  font-size: 18px;
  line-height: 25px;
}

a.btn-white {
  background: #fff;
  border-radius: 39px;
  padding: 13px 45px;
  border: 2px solid #fff;
}
a.btn-white span {
  /* Gradient text */
  background: linear-gradient(90deg, #636df6, #c16ef4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  cursor: pointer;
}
a.btn-white span:hover {
  background: linear-gradient(90deg, #fff, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.btn-white:hover {
  border: 2px solid #fff;
  background: linear-gradient(90deg, #fff, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.btn-white:hover span {
  background: linear-gradient(90deg, #fff, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-header {
  border-bottom: 0;
}

.modal-footer {
  border-top: 0;
}

.d-contents {
  display: contents;
}

.level-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 4px solid #f2f2f2;
  background: linear-gradient(to bottom right, #ffffff, #f9f9f9);
}

.level-text {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  line-height: 1.2;
}

ul.footer-links {
  margin: 20px 0 0 0;
  padding: 0;
}
ul.footer-links li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style-type: none;
}
ul.footer-links li a {
  color: #6c757d;
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  transition: color 0.3s ease;
}
ul.footer-links li a:hover {
  color: #b16df4;
}

header {
  animation: slideDown 0.3s ease forwards;
  transition: background-color 0.3s ease;
}
header .navbar {
  height: 100px;
  background: rgba(255, 255, 255, 0.2117647059) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
header .navbar .nav-link {
  color: #000 !important;
}
header .navbar .nav-item {
  margin-left: 10px;
}

.header-scrolled {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  animation: slideDown 0.3s ease forwards;
  transition: background-color 0.3s ease;
}
.header-scrolled .navbar {
  height: 70px;
}
.header-scrolled .navbar .nav-link {
  color: #353f4f !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
main {
  padding-top: 150px;
  min-height: calc(100vh - 100px);
}

.s-52 {
  font-size: 3.25rem;
}

h5 {
  font-size: 20px;
  line-height: 35px;
}

.bg-lgrey {
  background: #eeecf9 !important;
}

.txt-block h1 {
  margin-bottom: 15px;
}
.txt-block h5 {
  font-weight: normal !important;
}

hr.divider {
  width: 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(90deg, rgba(206, 211, 246, 0) 0, #bbb 38%, #bbb 64%, rgba(206, 211, 246, 0) 99%);
  opacity: 0.4;
  border: none;
  margin: 50px 0;
}

.team-head {
  margin-right: 20px;
}
.team-head img {
  max-width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-photo {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.team-member-photo img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px !important;
}

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px !important;
}

.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.25);
  transition: all 400ms ease-in-out;
}

.team-member:hover img {
  transition: all 400ms ease-in-out;
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}

.team-member:hover .item-overlay {
  opacity: 0.45;
  -moz-opacity: 0.45;
}

.team-member-data {
  position: relative;
  margin-bottom: 50px;
}

.team-member-data h6 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

.team-member-data p {
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}

.contact-form p {
  margin: 0;
  padding-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
}

h6 {
  line-height: 22px;
}

.news-card {
  background-color: #e5e5e5;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.news-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.lh-45 {
  line-height: 45px !important;
}

.team-head img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-head:hover img {
  transform: scale(1.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.img-rotate-hover {
  transition: transform 0.3s ease;
}

.img-rotate-hover:hover {
  transition: transform 0.3s ease;
  transform: rotate(15deg) scale(1.1);
}

.feature-box-ff:hover {
  transform: translateY(-15px);
  transition: transform 0.3s ease;
}

.feature-box-ff {
  transition: transform 0.3s ease;
}

#scrollTopBtn {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  z-index: 99;
  font-size: 22px;
  background-color: #9b6ef5;
  color: white;
  border: none;
  outline: none;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  width: 50px;
  height: 50px;
  line-height: 46px;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.listing-custom li {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.join-section {
  background-color: #f1effd; /* soft violet */
  border-radius: 20px;
  padding: 40px;
}

.join-image {
  border-radius: 10px;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */