input:focus,
textarea:focus,
select:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.wide-container {
  margin: 10px;
}

.heading-box {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.black-text {
  color: black;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #595959;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Urbanist", sans-serif;
  font-weight: bold;
  color: #000;
}

h1, h2 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  h1, h2 {
    font-size: 2.2rem;
  }
}

button:focus, input:focus, textarea:focus, .accordion-button:focus, .navbar-toggler:focus {
  box-shadow: none;
}

a {
  color: #7C43E6;
}

input:focus,
textarea:focus,
select:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.wide-container {
  margin: 10px;
}

.heading-box {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.black-text {
  color: black;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 22px;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-block;
}
.btn span {
  display: inline-block;
  transform: none;
}
.btn img {
  margin-left: 5px;
}
.btn:hover {
  transform: scale(1.01) translateY(-2px);
  opacity: 0.8;
}

.btn-primary {
  background-color: #7C43E6;
  border: 1px solid #7C43E6;
  background: linear-gradient(to right, #7C43E6 0%, #BE9CFF 100%);
  border: none;
  color: #fff;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.17);
  border: 1px solid #EFEEEE;
  color: black;
}
.btn-secondary:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-third {
  background-color: black;
  border: none;
  color: #fff;
}
.btn-third:hover {
  background-color: black;
  opacity: 0.8;
  color: white;
}

.navbar {
  padding-top: 10px;
  transition: all 0.5s ease-in-out;
}
.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white; /* Optional: match your navbar background */
  box-shadow: 0 2px 20px 4px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
  padding-top: 10px;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .custom-toggler .navbar-toggler-icon {
  background-image: none;
  width: 30px;
  height: 2px;
  background-color: black;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.navbar .custom-toggler.open .navbar-toggler-icon {
  background-color: transparent;
}
.navbar .custom-toggler .navbar-toggler-icon::before,
.navbar .custom-toggler .navbar-toggler-icon::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: black;
  transition: all 0.3s ease-in-out;
}
.navbar .custom-toggler .navbar-toggler-icon::before {
  top: -10px;
  right: 0px;
}
.navbar .custom-toggler .navbar-toggler-icon::after {
  top: 10px;
  right: 0px;
}
.navbar .custom-toggler.open .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.navbar .custom-toggler.open .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    text-align: center;
  }
}

.footer-section {
  margin-top: 100px;
}
.footer-section .footer-box {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
}
.footer-section .footer-box h5 {
  text-transform: uppercase;
  font-size: 16px;
}
.footer-section .footer-box .section-1,
.footer-section .footer-box .section-2,
.footer-section .footer-box .section-3,
.footer-section .footer-box .section-4,
.footer-section .footer-box .section-5 {
  position: relative;
  z-index: 2;
}
.footer-section .footer-box .nav {
  margin-top: 20px;
}
.footer-section .footer-box .nav .nav-item {
  margin-top: 5px;
}
.footer-section .footer-box .nav .nav-item .nav-link {
  color: #595959;
}
.footer-section .footer-box .social-icons {
  margin-top: 10px;
  display: flex;
  margin-right: 10px;
  gap: 10px;
}
.footer-section .footer-box .social-icons a {
  text-decoration: none;
}
.footer-section .footer-box .social-icons .icon {
  background-color: #F2EDFD;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C43E6;
}
.footer-section .footer-box .social-icons .icon:hover {
  opacity: 0.6;
}
.footer-section .footer-box .copyright {
  margin-top: 10px;
  font-size: 16px;
  max-width: 230px;
}
.footer-section .footer-box .email-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-section .footer-box .email-link .icon-email {
  background-color: #F2EDFD;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7C43E6;
}
.footer-section .footer-blob {
  position: absolute;
  bottom: -800px;
  left: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .footer-section .footer-box .footer-blob {
    bottom: -450px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-box {
    flex-direction: column;
    text-align: center;
  }
  .footer-section .footer-box .section {
    margin-top: 30px;
  }
  .footer-section .footer-box .social-icons {
    margin-top: 20px;
    justify-content: center;
  }
  .footer-section .footer-box .copyright {
    text-align: center;
    margin: auto !important;
    margin-top: 20px !important;
  }
  .footer-section .footer-box .email-link {
    justify-content: center;
  }
  .footer-section .footer-box .footer-blob {
    bottom: -291px;
  }
}
@media (max-width: 430px) {
  .footer-section .footer-box .footer-blob {
    bottom: -25%;
  }
}
@media (max-width: 375px) {
  .footer-section .footer-box .footer-blob {
    bottom: -22%;
  }
}

/* Loader container */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* Spinner animation */
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #7C43E6; /* your brand color */
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Hide loader after page load */
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=main.css.map */