@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap");
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.text {
  font-size: 18px;
  font-weight: 300;
  color: #0C0C0C;
  font-family: "Figtree";
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
    font-weight: 300;
    color: #0C0C0C;
    font-family: "Figtree";
    line-height: 28px;
  }
}

.subhead {
  font-size: 24px;
  font-weight: 400;
  color: #0C0C0C;
  font-family: "Outfit";
}
@media (max-width: 575.98px) {
  .subhead {
    font-size: 20px;
    font-weight: 400;
    color: #0C0C0C;
    font-family: "Outfit";
  }
}

.head {
  font-size: 48px;
  font-weight: 600;
  color: #00674F;
  font-family: "Outfit";
}
@media (max-width: 575.98px) {
  .head {
    font-size: 26px;
    font-weight: 600;
    color: #00674F;
    font-family: "Outfit";
  }
}

.navbar {
  transition: background-color 0.3s ease-in-out;
  z-index: 1000;
  position: relative;
}
.navbar.scrolled {
  background-color: #00674F;
}
.navbar.scrolled .logo-container {
  max-width: 100px !important;
  height: 50px;
}
/* .navbar.scrolled .logo-container .logo {
  top: -55%;
  right: 45%;
} */
.navbar.scrolled .logo-container .logo::after {
  display: none;
}
.navbar .logo {
  position: relative;
  top: 0;
  max-width: 150px;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}
/* .navbar .logo::after {
  position: absolute;
  content: "";
  left: 0px;
  width: 150px;
  height: 161.72px;
  z-index: -1;
  background: url("../img/icons/logo-main.png");
  background-position: center;
  background-size: cover;
  filter: blur(20px);
} */
.navbar .logo-mobile {
  max-width: 50px;
}
.navbar .dropdown-menu {
  position: absolute;
  top: 40px !important;
}
.navbar .btn-outline {
  font-size: 18px;
  font-weight: 500;
  color: #F5BD02;
  font-family: "Figtree";
  border: 1px solid #F5BD02;
  filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.1));
  border-radius: 7px;
  background: transparent;
  padding: 11px 24px;
  animation: heartbeat 3s infinite;
}
.navbar .btn-outline:hover {
  background: #ffc400;
  color: #0C0C0C;
}
.navbar .btn-main, .navbar form .btn, form .navbar .btn {
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Figtree";
  background: #F5BD02;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  animation: heartbeat 3s infinite;
}
.navbar .btn-main:hover, .navbar form .btn:hover, form .navbar .btn:hover {
  background: #ffc400;
  color: #0C0C0C;
}
.navbar .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
}
.navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active {
  font-weight: 600;
  color: #F5BD02 !important;
}
@media (max-width: 575.98px) {
  .navbar .nav-link {
    color: #0C0C0C !important;
  }
}
.navbar .dropdown-item:focus {
  background: #00674F;
  color: #FFFFFF;
}
.navbar .nav-drop:hover > .dropdown-menu {
  display: block !important;
}

.hero {
  height: 100vh;
  background-image: url("../img/bg-hero.webp");
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  .hero {
    height: auto;
    padding-top: 4rem !important;
  }
}
.hero .content {
  padding-top: 15%;
}
@media (max-width: 575.98px) {
  .hero .content {
    padding-top: 5%;
  }
}
.hero .content .pill {
  font-size: 14px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  background: rgba(255, 255, 255, 0.18);
  padding: 8px 12px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575.98px) {
  .hero .content .pill {
    padding: 12px;
    width: auto;
    margin: 0 80px;
  }
}
.hero .content .head {
  font-size: 52px;
  font-weight: 700;
  color: #FCFCFC;
  font-family: "Outfit";
  line-height: 81px;
  letter-spacing: 0.04em;
  text-shadow: -1px -1px 0 #E2FF54, 1px -1px 0 #E2FF54, -1px 1px 0 #E2FF54, 1px 1px 0 #E2FF54;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.hero .content .head span {
  color: #E2FF54;
  -webkit-text-stroke: 0px;
}
@media (max-width: 575.98px) {
  .hero .content .head {
    line-height: 50px;
    font-size: 30px;
    text-shadow: none;
  }
}
.hero .content .btn-grp .btn-hero {
  padding: 15px 40px 15px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  background: #00B512;
  border-radius: 44px;
}
.hero .content .btn-grp img {
  left: -10%;
}
.hero .content .btn-grp:hover img {
  transform: rotate(30deg);
}
.hero .content .mock-hero {
  position: relative;
  z-index: 10;
}
.hero .content .mock-hero::after {
  content: url("../img/margin-hero.svg");
  position: absolute;
  left: 12%;
  top: 0;
  z-index: 20;
  width: 100%;
  height: auto;
  animation: bounce 2s infinite;
}
.hero .content .mock-hero::before {
  content: url("../img/tax-hero.svg");
  position: absolute;
  right: -65%;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: auto;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(15px);
  }
}

.content-section {
  background-color: #00674F;
  position: relative;
}
.content-section .main {
  font-size: 24px;
  font-weight: 700;
  color: #FCFCFC;
  font-family: "Figtree";
}
.content-section .secondary {
  font-size: 18px;
  font-weight: 400;
  color: #FCFCFC;
  font-family: "Figtree";
}
.content-section::after {
  content: "";
  position: absolute;
  background-image: url("../img/content-section.svg");
  background-size: cover;
  background-position: center;
  top: -15%;
  left: 0;
  width: 100%;
  height: 36px;
}
@media (max-width: 575.98px) {
  .content-section::after {
    top: -5.5%;
  }
}

.about {
  background-image: url("../img/bg-about.webp");
  background-position: center;
  background-size: cover;
}
.about .btn-about {
  background: #00674F;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  padding: 10px 15px 10px 15px;
  animation: heartbeat 3s infinite;
}
.about .btn-about:hover {
  background: #06503e;
  color: #FCFCFC;
}
.about .subhead {
  line-height: 42px;
  font-weight: 300 !important;
}
.about .card-about {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transform-origin: bottom center;
  /* Set rotation origin to bottom center */
}
.about .card-about .icon {
  position: absolute;
  max-width: 100px;
  top: -20%;
  left: 35%;
}
@media (max-width: 575.98px) {
  .about .card-about .icon {
    top: -30%;
  }
}
.about .card-about .card-body {
  padding: 50px 25px 0px;
}
@media (max-width: 575.98px) {
  .about .card-about .card-body {
    padding: auto;
  }
}
.about .card-about .text {
  color: #605D62;
}
.about .card-about .subhead {
  font-weight: 600 !important;
  color: #1C1B1F;
}
.about .card1 {
  transform: rotate(-2deg);
  animation: wobbleCard1 3s infinite ease-in-out;
}
@media (max-width: 575.98px) {
  .about .card1 {
    transform: rotate(0deg);
    margin-top: 100px;
    animation: heartbeat 3s infinite;
  }
}
@keyframes wobbleCard1 {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(-4deg);
  }
}
.about .card2 {
  transform: rotate(4deg);
  animation: wobbleCard2 4s infinite ease-in-out;
}
@media (max-width: 575.98px) {
  .about .card2 {
    margin-top: 100px;
    transform: rotate(0deg);
    animation: heartbeat 3s infinite;
  }
}
@keyframes wobbleCard2 {
  0%, 100% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(7deg);
  }
}
.about .card3 {
  margin-top: 100px;
  transform: rotate(-6deg);
  animation: wobbleCard3 3.5s infinite ease-in-out;
}
@media (max-width: 575.98px) {
  .about .card3 {
    transform: rotate(0deg);
    animation: heartbeat 3s infinite;
  }
}
@keyframes wobbleCard3 {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

.types {
  background-image: url("../img/world.webp");
  background-position: center;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .types {
    height: auto;
  }
}
.types .card {
  background: #FCFCFC;
  border-radius: 25.6889px;
  position: relative;
  transition: transform 0.3s ease;
  z-index: 1;
}
.types .card:hover {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.types .card .subhead {
  color: #00674F;
  font-weight: 600;
}
.types .card .text {
  font-size: 16px;
  color: #0296FF;
}
.types .card1 {
  margin-top: 110%;
  box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
  transform: rotate(2.14deg);
}
@media (max-width: 575.98px) {
  .types .card1 {
    transform: rotate(0deg);
    margin-top: 30px;
  }
}
.types .card1 img {
  max-width: 70px;
}
@media (max-width: 575.98px) {
  .types .card1 img {
    max-width: 100px;
  }
}
.types .card2 {
  transform: rotate(-10.73deg);
  box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.65);
}
.types .card2 img {
  transform: rotate(10.73deg);
}
@media (max-width: 575.98px) {
  .types .card2 {
    transform: rotate(0deg);
    box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
    margin-top: 30px;
  }
}
.types .card3 {
  transform: rotate(10.95deg);
  margin-top: 50%;
  box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
}
.types .card3 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .types .card3 img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .types .card3 {
    transform: rotate(0deg);
    box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
    margin-top: 30px;
  }
}
.types .card4 {
  box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.3);
}
.types .card4 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .types .card4 img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .types .card4 {
    transform: rotate(0deg);
    box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
    margin-top: 30px;
  }
}
.types .card5 {
  box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
  margin-top: 40%;
  transform: rotate(-9deg);
}
.types .card5 img {
  max-width: 90px;
}
@media (max-width: 575.98px) {
  .types .card5 img {
    max-width: 100px;
  }
}
@media (max-width: 575.98px) {
  .types .card5 {
    transform: rotate(0deg);
    box-shadow: 0 0 28.9001px 0 rgba(0, 8, 20, 0.21);
    margin-top: 30px;
  }
}
.types .btn-main, .types form .btn, form .types .btn {
  margin-top: 5%;
  background: #00674F;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  padding: 10px 15px 10px 15px;
  animation: heartbeat 3s infinite;
}
.types .btn-main:hover, .types form .btn:hover, form .types .btn:hover {
  background: #06503e;
  color: #FCFCFC;
}

.why-us .whyus-card {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: background 0.5s, color 0.5s;
}
.why-us .whyus-card:hover {
  background: #8BB085;
}
.why-us .whyus-card:hover .card-title {
  color: white;
}
.why-us .whyus-card:hover .text {
  color: white;
}
.why-us .whyus-card .card-body {
  padding: 30px 25px 20px 25px;
}
.why-us .whyus-card img {
  max-width: 60px !important;
}
.why-us .whyus-card .card-title {
  font-size: 31px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Outfit";
  line-height: 44px;
  transition: color 0.5s;
}
@media (max-width: 575.98px) {
  .why-us .whyus-card .card-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.why-us .whyus-card .text {
  transition: color 0.5s;
}

.testimonial {
  background-image: url("../img/bg-testimonial.webp");
  background-position: center;
  background-size: cover;
}
.testimonial .custom-nav-container {
  position: relative;
  margin-top: 20px;
}
.testimonial .custom-nav-container .custom-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .testimonial .custom-nav-container .custom-nav-btn {
    display: none;
  }
}
.testimonial .custom-nav-container .custom-prev {
  left: -13%;
}
.testimonial .custom-nav-container .custom-next {
  right: -13%;
}
.testimonial .custom-nav-container .testimonial-card {
  background-color: #f8f9fa;
  background: #FAFCF9;
  border: 2.5px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial .custom-nav-container .testimonial-card .testimonial-text {
  font-size: 20px;
  font-weight: 300;
  color: #0C0C0C;
  font-family: "Figtree";
  line-height: 35px;
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .testimonial .custom-nav-container .testimonial-card .testimonial-text {
    font-size: 16px;
    line-height: 28px;
  }
}
.testimonial .custom-nav-container .testimonial-card .name {
  font-size: 40px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Outfit";
  position: relative;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .testimonial .custom-nav-container .testimonial-card .name {
    font-size: 20px;
  }
}
.testimonial .custom-nav-container .testimonial-card::after {
  content: url("../img/icons/logo-after.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  height: auto;
  z-index: 0;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .testimonial .custom-nav-container .testimonial-card::after {
    max-width: 90%;
  }
}

.faq .accordion-button {
  background: #fff;
  line-height: 44px;
  box-shadow: none;
  font-size: 24px;
  font-weight: 300;
  color: #0C0C0C;
  font-family: "Outfit";
}
@media (max-width: 575.98px) {
  .faq .accordion-button {
    font-size: 20px;
  }
}
.faq .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.faq .accordion-button:not(.collapsed) {
  color: #00674F !important;
  font-weight: 600;
  box-shadow: none;
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.2s ease-in-out;
  line-height: 1;
}
.faq .accordion-button:not(.collapsed) {
  color: #00674F !important;
  background: #fff;
}
.faq .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}

.download .subhead {
  line-height: 35px;
}
.download .btn-div {
  border: 1px solid #00674F;
  border-radius: 10px;
}
.download .btn-div .btn-download {
  background: #00674F;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.download .btn-div .btn-download img {
  animation: heartbeat 3s infinite;
}
.download .btn-div .btn-download:active {
  scale: 0.9;
  background: #00674F;
}

.stats {
  background: #00674F;
}
.stats .head {
  color: #F5BD02;
}

.steps-row {
  background-image: url("../img/bg-steps.webp");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}
.steps-row .head span {
  color: #F5BD02;
  font-size: 60px;
  font-weight: 600;
  display: inline-block;
  animation: bellRing 2s infinite ease-in-out;
}
@media (max-width: 575.98px) {
  .steps-row .head span {
    font-size: 32px;
  }
}
.steps-row .head span::after {
  position: absolute;
  content: "";
  background-image: url("../img/icons/underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25px;
  bottom: -25px;
  left: 0;
}
@media (max-width: 575.98px) {
  .steps-row .head span::after {
    width: 100%;
  }
}
@keyframes bellRing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.steps-row .btn-main, .steps-row form .btn, form .steps-row .btn {
  background: #F5BD02 !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 15px !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  color: #0C0C0C !important;
  font-family: "Figtree" !important;
}
@media (max-width: 575.98px) {
  .steps-row .btn-main, .steps-row form .btn, form .steps-row .btn {
    font-size: 20px;
  }
}

.wa-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: 75px;
}
@media (max-width: 575.98px) {
  .wa-float {
    width: 40px;
    bottom: 20px;
    right: 20px;
  }
}

.footer {
  background-image: url("../img/bg-footer.svg");
  background-position: center;
  background-size: cover;
}
.footer .upper h1 {
  font-size: 80px;
  font-weight: 300;
  color: #FCFCFC;
  font-family: "Outfit";
}
@media (max-width: 575.98px) {
  .footer .upper h1 {
    font-size: 40px;
  }
}
.footer .middle img {
  max-width: 92px;
}
.footer .middle .footer-subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #FCFCFC;
  font-family: "Outfit";
}
.footer .middle .nav-link,
.footer .middle .nav-item {
  font-size: 18px;
  font-weight: 300;
  color: #A3A3A3;
  font-family: "Figtree";
  line-height: 30px;
}
@media (max-width: 575.98px) {
  .footer .middle .nav-link,
  .footer .middle .nav-item {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer .middle .nav-after {
  position: relative;
}
.footer .middle .nav-after::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #A3A3A3;
  right: 7px;
  top: 7px;
}

.hero-inner {
  height: 100vh;
  background: linear-gradient(135deg, #09372C 0%, #6C9C83 100%);
}
@media (max-width: 575.98px) {
  .hero-inner {
    height: auto;
  }
}
.hero-inner .content {
  padding-top: 13%;
}
@media (max-width: 575.98px) {
  .hero-inner .content {
    padding-top: 10%;
  }
}
.hero-inner .content .head {
  font-size: 50px;
  font-weight: 700;
  color: #FCFCFC;
  font-family: "Outfit";
  line-height: 81px;
  letter-spacing: 0.04em;
}
.hero-inner .content .head span {
  color: #E2FF54;
  -webkit-text-stroke: 0px;
}
@media (max-width: 575.98px) {
  .hero-inner .content .head {
    line-height: normal;
    text-shadow: none;
    font-size: 30px;
  }
}
.hero-inner .content .img-contact {
  max-width: 80%;
}
.hero-inner .btn-main, .hero-inner form .btn, form .hero-inner .btn {
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  background: #00674F;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  animation: heartbeat 3s infinite;
}
.hero-inner .btn-main:hover, .hero-inner form .btn:hover, form .hero-inner .btn:hover {
  background: #054c3b;
  color: #FCFCFC;
}
.hero-inner .btn-heroinner {
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Figtree";
  background: #F5BD02;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  animation: heartbeat 3s infinite;
}
.hero-inner .btn-heroinner:hover {
  background: #ffc400;
  color: #0C0C0C;
}

.hero-about {
  background: linear-gradient(135deg, #09372C 0%, #6C9C83 100%);
}
.hero-about .content {
  padding-top: 7%;
}

.features-inner,
.broker {
  background-image: url("../img/bg-about.webp");
  background-position: center;
  background-size: cover;
}
.features-inner .card-feature,
.broker .card-feature {
  background: #F3FCF1;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 28.9001px rgba(222, 255, 233, 0.7);
  border-radius: 15px;
}
.features-inner .card-feature .icon-feature,
.broker .card-feature .icon-feature {
  max-width: 100px;
}
.features-inner .btn-start,
.broker .btn-start {
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 500;
  color: #FCFCFC;
  font-family: "Figtree";
  background: #00674F;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  animation: heartbeat 3s infinite;
}
.features-inner .btn-start:hover,
.broker .btn-start:hover {
  background: #054c3b;
  color: #FCFCFC;
}

.broker {
  background-image: none;
}
.broker .subhead {
  font-size: 20px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Outfit";
}

form {
  background: #F8FBFF;
  box-shadow: 0px 0px 20px rgba(4, 16, 34, 0.06);
  border-radius: 20px;
}
form .form-control,
form .form-select {
  border: 1px solid black;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 300;
  color: black;
  font-family: "Poppins";
  padding: 15px;
}
form .form-control:focus,
form .form-select:focus {
  box-shadow: none;
  border: 1px solid #00674F;
}
form .form-control::-moz-placeholder, form .form-select::-moz-placeholder {
  color: gray;
}
form .form-control::placeholder,
form .form-select::placeholder {
  color: gray;
}
.vision-mission .main-card {
  background-color: #6C9C83;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.vision-mission .common-card {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: background 0.5s, color 0.5s;
}
.vision-mission .common-card:hover {
  background: #6C9C83;
}
.vision-mission .common-card:hover .title {
  color: white;
}
.vision-mission .common-card:hover .text {
  color: white;
}
.vision-mission .common-card .title {
  font-size: 20px;
  font-weight: 600;
  color: #0C0C0C;
  font-family: "Outfit";
}
.vision-mission .common-card .text {
  font-size: 16px;
  font-weight: 300;
  color: #0C0C0C;
  font-family: "Figtree";
  line-height: 30px;
}

.why-opt .card-common {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: background 0.5s, color 0.5s;
  /* Animation for rocket 🚀 - Diagonal movement with trail */
  /* Animation for lightning ⚡️ - Flash effect */
  /* Animation for money bag 💰 - Gentle bounce with shimmer */
  /* Animation for party popper 🎉 - Burst effect */
  /* Animation for 500 (5️⃣0️⃣0️⃣) - Counting/number effect */
  /* Animation for credit card 💳 - Swipe effect */
}
.why-opt .card-common:hover {
  background: #6C9C83;
}
.why-opt .card-common:hover .title {
  color: white;
}
.why-opt .card-common:hover .text {
  color: white;
}
.why-opt .card-common .title {
  font-size: 31px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Outfit";
  line-height: 44px;
}
.why-opt .card-common .emozi {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.why-opt .card-common .emozi-rocket {
  animation: rocket-animation 2s ease-in-out infinite;
}
@keyframes rocket-animation {
  0% {
    transform: translateY(0) translateX(0);
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
  50% {
    transform: translateY(-10px) translateX(10px);
    text-shadow: 0 5px 15px rgba(255, 165, 0, 0.8), 0 10px 10px rgba(255, 100, 0, 0.5);
  }
  100% {
    transform: translateY(0) translateX(0);
    text-shadow: 0 0 0 rgba(255, 165, 0, 0);
  }
}
.why-opt .card-common .emozi-lightning {
  animation: lightning-animation 2s ease-in-out infinite;
}
@keyframes lightning-animation {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    text-shadow: none;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
    transform: scale(1.2);
    text-shadow: 0 0 20px #fff, 0 0 30px #ff0;
  }
  51% {
    opacity: 1;
  }
  75% {
    opacity: 0.8;
    transform: scale(1.1);
    text-shadow: 0 0 10px #fff, 0 0 20px #ff0;
  }
}
.why-opt .card-common .emozi-money {
  animation: money-animation 2s ease infinite;
}
@keyframes money-animation {
  0%, 100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(255, 215, 0, 0);
  }
  50% {
    transform: translateY(-8px);
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.7);
  }
}
.why-opt .card-common .emozi-party {
  animation: party-animation 2s ease-in-out infinite;
  transform-origin: bottom center;
}
@keyframes party-animation {
  0% {
    transform: rotate(0deg) scale(1);
  }
  10% {
    transform: rotate(-5deg) scale(1.2);
  }
  20% {
    transform: rotate(5deg) scale(1.1);
  }
  30% {
    transform: rotate(-3deg) scale(1.15);
  }
  40% {
    transform: rotate(3deg) scale(1.05);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
.why-opt .card-common .emozi-number {
  animation: number-animation 3s ease-in-out infinite;
}
@keyframes number-animation {
  0%, 100% {
    transform: scale(1);
    text-shadow: none;
  }
  50% {
    transform: scale(1.1);
    text-shadow: 0 0 10px rgba(0, 100, 255, 0.7);
  }
}
.why-opt .card-common .emozi-card {
  animation: card-animation 2s ease-in-out infinite;
  transform-origin: center;
}
@keyframes card-animation {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-10px) rotate(-3deg);
  }
  50% {
    transform: translateX(10px) rotate(3deg);
  }
  75% {
    transform: translateX(-5px) rotate(-1deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

.brokerage .content {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  background: #6C9C83;
}

.capital .content {
  background-image: url("../img/bg-aboutpage.webp");
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.competition .card-common {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.competition .card-common .card-head {
  font-size: 24px;
  font-weight: 600;
  color: #0C0C0C;
  font-family: "Outfit";
  line-height: 38px;
  background: #F8FAF7;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.competition .card-common .nav-item {
  border-bottom: 1px solid #8BB085;
}
.competition .card-main {
  background: #00674F;
  border: 1px solid #6C9C83;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
}
.competition .card-main .card-head {
  font-size: 24px;
  font-weight: 600;
  color: #FCFCFC;
  font-family: "Outfit";
  line-height: 38px;
  background: #00674F;
  border: 1px solid #6C9C83;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.competition .card-main .nav-item {
  border-bottom: 1px solid #8BB085;
  color: #FCFCFC;
}
.competition .comparison-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.competition .comparison-table-wrapper::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .competition .comparison-table-wrapper {
    position: relative;
  }
  .competition .comparison-table-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.05));
    pointer-events: none;
  }
}
.competition .comparison-table-content {
  display: flex;
  min-width: 768px;
}
@media (max-width: 767px) {
  .competition .comparison-table-content {
    padding-bottom: 10px;
  }
}
.competition .column-item {
  flex: 1;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .competition .column-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

.access {
  font-size: 32px;
  font-weight: 500;
  color: #0C0C0C;
  font-family: "Outfit";
}
.access .card-common {
  background: #FAFCF9;
  border: 1px solid #8BB085;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  transition: background 0.5s, color 0.5s;
}
.access .card-common:hover {
  background: #6C9C83;
}
.access .card-common:hover .access-text {
  color: white;
}
@media (max-width: 575.98px) {
  .access {
    font-size: 24px;
    font-weight: 600;
    color: #0C0C0C;
    font-family: "Outfit";
  }
}
.access .animate-icon {
  animation: bounce 3s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.access .main,
.access svg {
  color: #F5BD02;
}/*# sourceMappingURL=style.css.map */