@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
.head {
  font-family: "Outfit", sans-serif;
  font-size: 42px;
  color: #1B1B1B;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
  }
}

h5 {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #175A7A;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  h5 {
    font-size: 18px;
  }
}

.text-big {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .text-big {
    font-size: 16px;
  }
}

.text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 14px;
  }
}

.text-small {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #1B1B1B;
  font-weight: 300;
  line-height: 30px;
}

.main span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(12, 58, 48, 0.1);
  padding: 8px 16px;
}

.btn.btn-main {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  background: #175A7A;
  padding: 4px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease;
}
.btn.btn-main span {
  padding: 10px;
}
@media (max-width: 575.98px) {
  .btn.btn-main {
    font-size: 16px;
  }
}
.btn.btn-main:hover {
  background: #134a65;
}

.btn.btn-white {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #175A7A;
  font-weight: 500;
  background: #FFFFFF;
  padding: 4px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.2s ease;
}
.btn.btn-white span {
  padding: 10px;
}
@media (max-width: 575.98px) {
  .btn.btn-white {
    font-size: 16px;
  }
}
.btn.btn-white:hover {
  background: #f2f2f2;
}

.navbar {
  transition: all 0.3s ease-in-out;
}
.navbar .logo {
  max-width: 90px;
}
.navbar .btn-transparent {
  background: transparent;
  border: 1px solid #FFFFFF;
  padding: 10px 20px;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.navbar .btn-transparent:hover {
  background: #FFFFFF;
  color: #175A7A;
}
.navbar.scrolled {
  background: #FFFFFF !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.navbar.scrolled .btn-transparent {
  border: 1px solid #175A7A;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #175A7A;
  font-weight: 500;
}
.navbar.scrolled .btn-transparent:hover {
  background: #175A7A;
  color: #FFFFFF;
  border: 0;
}

.hero {
  background: url("../img/bghero.webp");
  background-size: cover;
  background-position: center;
}
.hero .main span {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
}
.hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .hero h1 {
    font-size: 36px;
  }
}
.hero .av-card {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
}
.hero .av-card .card-body {
  padding: 12px 16px;
}
.hero .av-card .num {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 700;
}

.about .ab-card {
  background: #F3F4F9;
  border: none;
  border-radius: 8px;
}
.about .form-card {
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-top: 3px solid #175A7A;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.about .form-card .card-header {
  background: linear-gradient(to bottom, rgba(48, 43, 135, 0.03), transparent);
  border: none;
  border-bottom: 1px solid #E5E7EB;
  padding: 0;
}
.about .form-card .card-header .main {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #175A7A;
  font-weight: 600;
  text-align: center;
  padding: 16px 20px;
  margin: 0;
}
.about .form-card .form-label {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #1B1B1B;
  font-weight: 500;
  margin-bottom: 6px;
  color: #374151;
}
.about .form-card .form-control {
  background: #FFFFFF;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  color: #1B1B1B;
  padding: 10px 14px;
  font-size: 15px;
  transition: border-color 0.2s ease;
}
.about .form-card .form-control::-moz-placeholder {
  color: #9CA3AF;
}
.about .form-card .form-control::placeholder {
  color: #9CA3AF;
}
.about .form-card .form-control:focus {
  background: #FFFFFF;
  border-color: #175A7A;
  box-shadow: 0 0 0 3px rgba(23, 90, 122, 0.1);
  outline: none;
  color: #1B1B1B;
}
.about .form-card .form-control:hover:not(:focus) {
  border-color: #9CA3AF;
}
.about .form-card textarea.form-control {
  min-height: 80px;
  resize: vertical;
}
.about .features-list .feature-item {
  padding: 16px 0;
  border-bottom: 1px solid #E5E7EB;
}
.about .features-list .feature-item:last-child {
  border-bottom: none;
}
.about .features-list .feature-item .feature-title {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  color: #374151;
}

.whyus {
  background: #F0F7FA;
}
.whyus .whyus-card {
  position: relative;
}
.whyus .whyus-card .num {
  position: absolute;
  top: -4px;
  right: 40px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  color: #175A7A;
  font-weight: 400;
}
.whyus .whyus-card .card-img-overlay {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), transparent);
  padding: 10px 32px;
  bottom: 0;
  top: auto;
}

.who-can-join {
  background: url("../img/bg2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.who-can-join .main span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
}
.who-can-join .icon {
  position: relative;
  margin-bottom: -50px;
  z-index: 1;
  width: 100px;
}
.who-can-join .can-join-card {
  padding-top: 50px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.who-can-join .can-join-card:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-8px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.testiomials {
  background: url("../img/bg3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.testiomials .test-card {
  background: #F4FBFF;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.difference {
  background: url("../img/bg2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.difference .main span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 10px;
}
.difference .diff-card .card-img {
  margin-bottom: -100px;
}
.difference .diff-card .card-body {
  border-radius: 0 0 10px 10px;
}
.difference .diff-card .red {
  background: #F9F3F3;
}
.difference .diff-card .green {
  background: #F3F9F5;
}

.faq .accordion-item {
  background: #FFFFFF;
  border: 1px solid #fafcff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq .accordion-item:last-child {
  margin-bottom: 0;
}
.faq .accordion-item:hover {
  border-color: #D1D5DB;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.faq .accordion-button {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #1B1B1B;
  font-weight: 600;
  background: #FFFFFF;
  border: none;
  box-shadow: none;
  padding: 20px 24px;
  transition: all 0.3s ease;
}
.faq .accordion-button:not(.collapsed) {
  background: #175A7A;
  color: #FFFFFF;
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  transform: rotate(180deg);
}
.faq .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23175A7A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.3s ease;
}
.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-size: 16px;
    padding: 16px 20px;
  }
}
.faq .accordion-body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #4B5563;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 24px;
  background: #FFFFFF;
}
@media (max-width: 575.98px) {
  .faq .accordion-body {
    font-size: 15px;
    padding: 16px 20px;
  }
}
.faq .accordion-collapse.show .accordion-body {
  background: rgba(23, 90, 122, 0.05);
  color: #374151;
}

footer {
  margin-top: 100px;
  background: linear-gradient(#FFFFFF 30%, #282828 20%);
  border-radius: 40px 40px 0 0;
}
@media (max-width: 575.98px) {
  footer {
    background: linear-gradient(#FFFFFF 20%, #282828 10%);
  }
}
footer .cta {
  background: #175A7A;
  border-radius: 24px;
}
footer .cta .img-container {
  position: relative;
}
footer .cta .img-container::before {
  content: "";
  position: absolute;
  bottom: -350px;
  left: 40px;
  width: 310px;
  height: 500px;
  background-image: url("../img/cta.webp");
  background-size: cover;
  background-position: center;
  z-index: 1;
}
footer .cta .content {
  padding: 20px 0;
}
@media (max-width: 575.98px) {
  footer .cta .content {
    padding: 10px;
  }
}
footer .cta .content .title {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 575.98px) {
  footer .cta .content .title {
    font-size: 24px;
  }
}
footer .cta .content .text {
  font-size: 14px;
}
footer .cta .content .btn-white {
  padding: 8px 24px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), inset 0 -5px 5px rgba(255, 255, 255, 0.1), inset 0 5px 5px rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
footer .cta .content .btn-white:hover {
  background: #f0f0f0;
  color: #264065;
}
footer .cta .content .btn-outline-white {
  padding: 8px 24px;
  background: transparent;
  border: 1px solid #FFFFFF;
  box-shadow: none;
  border-radius: 24px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
  align-items: center;
  gap: 8px;
}
footer .logo-footer {
  max-width: 150px;
}

.cta-btn .sticky-button-container {
  z-index: 9999;
}
.cta-btn .sticky-button-container .btn-bottom {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  padding: 10px;
  border-radius: 0;
}
.cta-btn .sticky-button-container .btn-1 {
  background: #264065;
}
.cta-btn .sticky-button-container .btn-2 {
  background: #08ba58;
}/*# sourceMappingURL=style.css.map */