@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    font-family: "Outfit", sans-serif;
    width: 100% !important;
    margin: 0px;
    background-color: #F9FAFC;
  }
  html {
    overflow-x: hidden;
}
.container{
    max-width: 90%;
}
.banner{
    background: #0F1E36;
    overflow-x: hidden;
}
.paraglading-image {
    height: 100%;
}
.tab-space{
    overflow-x: hidden;
}
.navbar li.nav-item:last-child {
    padding: 0;
}
.navbar ul.navbar-nav  .nav-btn {
    margin-left: 30px;
}
.navbar .navbar-collapse {
    justify-content: end;
    align-items: center;
}

.navbar ul.navbar-nav {
    align-items: center;  
}
nav.navbar {
    padding-top: 30px;
}
.navbar ul.navbar-nav a.nav-link {
    padding: 0;
    position: relative;
    transition: .5s all ease-in-out;
}
.navbar ul.navbar-nav a.nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    transition: .5s all ease-in-out;
    background: #C9A24D;
    height: 1px;
    left: 0;
}

.navbar ul.navbar-nav a.nav-link:hover::before,
.navbar ul.navbar-nav a.nav-link.active::before {
    width: 100%;
}
.banner .navbar ul.navbar-nav a.nav-link:hover {
    color: #fff !important;
}
.navbar li.nav-item {
    padding: 0 20px;
}
.nav-link {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
}
ul.dropdown-menu.show {
    padding: 26px;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #C9A24D !important;
}

.nav-btn {
    background: #C9A24D;
    color: #0F1E36 !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    min-width: 211px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    transition: .5s all 
ease-in-out;
}
.b-heading {
    font-size: 80px;
    color: #fff;
    font-weight: 600;  
}

.b-text{
    font-size: 25px;
    color: #fff;
}
.icon-img{
    bottom: -6px;
    right: -92px;
}
.faq-section  p.para-size {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    color: #575757;
}
.main-btn {
    font-size: 22px;
    padding: 11px 31px;
    border: none;
    border-radius: 80px;
    font-weight: 500;
    background: #C9A24D;
    color: #0F1E36;
    margin: 42px 0 0 0;
    transition: .5s all 
ease-in-out;
}
.banner .main-btn:hover {
    background: #B7BDC8;
    color: #0F1E36;
    transform: translateY(-5px);
}

.para-size{
    font-size: 25px;
}
.card-heading{
    font-size: 2.80vw;
}
i.bi.bi-check-circle-fill {
    color: #C9A24D;
}
.list-column {
    line-height: 1.5;
}

.banner-feature-list .list-column:last-child {
    margin-bottom: 0 !important;
}
.card-sec{
    background-color: #F9FAFC;
}
.span-text{
    color: #0F1E36;
}
.card-h{
    font-size: 25px;
    color: #000;
    text-decoration: none;
}
.card{
    padding: 60px 25px;
    border: none;
    border-radius: 8px;
    height: 100%;

}
.circle-card {
    background-color: #C9A24D;
    border-radius: 50%; /* circle */
    width: 80px;        /* fixed size container */
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;   /* ensures img doesn’t overflow */
    transition: 0.5s all ease-in-out;
    padding: 0;         /* remove padding from container */
}

.circle-card img {
    width: 60%;
    height: 60%;
    object-fit: contain; /* maintains aspect ratio, no stretch */
    transition: 0.5s all ease-in-out;
    padding: 0;          /* remove extra padding */
}

.circle-card:hover img {
    transform: scale(1.4);
}

.circle-card:hover {
    background: #B8923F;
}
.compliance{
    max-width: 1420px;
}
.AML-card {
    text-align: center;
    border: 1px solid #D2D2D2;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px #00000014;
    height: 100%;
}
.tranche-page ul li {
    list-style: decimal;
}
/* .dashboard{
    background-image: url(../images/sky_diving_home_page_1.png);
    background-size: auto;
    background-position: left;
    background-repeat: no-repeat;
} */
 .paraglading-left {
    padding: 0;
}
.faq-section .accordion-body h3 {
    color: #000;
    font-size: 18px;
}
.dash-box{
    background-color: #0F1E36;
    height: 100%;
}
.box-text{
    font-size: 30px;
}
.box-card {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 35px;
}
.accordion-item {
    background: #F9FAFC;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    max-width: 1014px;
    margin: 0 auto 20px;
}


.navbar ul.navbar-nav  .nav-btn:hover {
    background: #C9A24D;
    transform: translateY(-5px);
}

.feature-card {
    background: #ffffff;
    padding: 32px;
    height: 100%;
    border-radius: 10px;

    /* Soft shadow only */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.feature-card h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.3;
}

.feature-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.card-text{
        padding: 40px;
        box-shadow: 0px 4px 20px #d9d9d9;
        border-radius: 10px;
        height: 250px;
}

.features-icon::before {
    font-size: 40px;
    color: #C9A24D;
}
/* Responsive spacing */
@media (max-width: 768px) {
    .tranche-features {
        padding: 50px 0;
    }

    .feature-card {
        padding: 24px;
    }

    .feature-card h3 {
        font-size: 20px;
    }
    .comply-link {
    font-size: 30px;
}
}
.comply-link {
    color: inherit;
    text-decoration: none;
}

.comply-link::after {
    content: '';
    left: 50%;
    bottom: -6px;
    width: 60%;
    height: 2px;
    background: #C9A24D;
    transform: translateX(-50%);
}

.comply-link:hover {
    color: #C9A24D;
}



.background-c ,.accordion-button:not(.collapsed){
    background-color: #F9FAFC;
}
.faq-section .accordion-body {
    font-size: 18px;
    color: #575757;
}
.accordion-button{
    font-size: 24px;
} 
.footer{
    background-color: #0F1E36;
}
i::before {
    font-size: 23px;
}
.space{
    padding: 60px 0px;
}
.font-text{
    font-size: 16px;
}
.img-border{
border-radius: 14px;
}
.video-wrapper {
    position: relative;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: 0.3s ease;
}

.play-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}
footer.footer .contact-info a , .footer-menu a{
    color: #fff;
    text-decoration: none;
}
.footer-menu h6 {
    margin-bottom: 36px;
}


  #playVideo:checked + .thumb {
    display: none;
  }
  
  #playVideo:checked ~ video {
    display: block !important;
  }
  
  .play-btn {
    width: 70px;
    height: 70px;
    font-size: 28px;
    cursor: pointer;
  }
  
 .nav-btn:before {
    height: 0px !important;
}
  .accordion  button.accordion-button:focus {
    box-shadow: unset;
}
.banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner-header{
    color: #C9A24D;
}
.founder-section {
    background: #0F1E36;
    padding: 60px 0px;
}
.founder-image-wrapper {
    width: 280px;
    height: 350px;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.founder-section .founder-image-wrapper .founder-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img-fluid{
 width: 100%;
}
.tranche-features {
    padding: 60px 0;
    background: #f8f9fb;
}

.tranche-page h2.list-text {
    font-size: 18px;
    margin-top: 18px !important;
}
.tranche-page {
    padding: 60px 0;
}
.profile-box {
    background: #E7E7E7;
    padding: 30px;
    border-radius: 15px;
}
.tranche-listing-hide li {
    list-style: none !important;
}
.tranche-listing-hide ul {
    padding-left: 0px;
}
 .custom-ol {
  list-style: none;
  padding-left: 0;
}

.custom-ol li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  margin-bottom: 8px;
}

.custom-ol li::before {
  content: counter(item) ".";
  min-width: 28px;
  font-weight: 400;
}

ol.tranche-listing-hide {
    padding-left: 0px;
}
.compliance-list {
  padding-left: 20px;       /* aligns numbers on left */
  margin: 0;
}
.tranche-listing-hide {
  padding-left: 0;
  margin: 0;
  list-style-position: outside;
}
button.nav-btn.ms-0.border-0:hover {
    background: #C9A24D;
    color: #fff !important;
}
/* 1–9 */
.tranche-listing-hide li {
  padding-left: 24px;
  text-indent: -24px;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* 10+ */
.tranche-listing-hide li:nth-child(n+10) {
  padding-left: 30px;
  text-indent: -30px;
}

.d-space{
    padding: 0 0 40px 0;
}
.about-difference-section h3 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .about-difference-section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .about-difference-section {
        padding: 20px 0px;
    }

    .about-difference-section h3 {
        font-size: 18px;
    }
}


.compliance-list li {
  padding-left: 12px;       /* 👈 space between number and text */
  margin-bottom: 12px;
  line-height: 1.6;
}
.helps-section {
  padding: 80px 0;
}

/* Left list */
.info-list {
  padding-left: 24px;
}

.info-list li {
  margin-bottom: 16px;
  line-height: 1.6;
}

/* Right blue card */
.provide-card {
  background: #0f2d5c;
  border-radius: 16px;
  padding: 32px;
  color: #fff;
  min-height: 100%;
}

/* Right list */
.provide-list {
  padding-left: 24px;
}

.provide-list li {
  margin-bottom: 14px;
  line-height: 1.6;
}
h2.card-heading.fw-semibold.mb-3 {
    font-weight: 500 !important;
    font-size: 36px !important;
}
/* Button */
.main-btn {
  background: #C9A24D;
  color: #0F1E36;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 80px;
}

/* Responsive */
@media (max-width: 768px) {
  .provide-card {
    margin-top: 32px;
  }
  .card-text{
        height: auto !important;
    }
}


.profile-box button.main-btn.mt-3 {font-size: 16px;}

/* pricing page css start here */

    .pricing-section {
    padding: 4.427vw 20px 0;
}
.pricing-section .pricing-card h4 {
    font-size: 1.224vw;
    font-family: 'Outfit';
    font-weight: 400;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: normal;
}
.referral-rewards p {
    font-size: 1.302vw;
    font-family: 'Outfit';
    color: #010103;
    line-height: 1.5;
    margin: 0;
}
.pricing-section .pricing-container {
    margin-top: 3.646vw;
}
.referral strong {
    font-size: 1.042vw;
    font-family: 'Outfit';
    color: #000;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
}
.referral p {
    font-size: 1.042vw;
    color: #000;
    font-family: 'Outfit';
    line-height: normal;
    margin: 0;
}
section.pricing-section h2.card-heading {
    font-size: 3.125vw;
    font-family: 'Outfit';
    color: #010103;
    line-height: 100%;
    margin-bottom: 1.563vw;
}
.pricing-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.563vw;
}

.pricing-card {
    border: 0.104vw solid #D3D3D3;
    border-radius: 16px;
    padding: 1.563vw 1.25vw;
    display: flex;
    flex-direction: column;
    transition: .5s all ease-in-out;
}
.pricing-card:hover {
    transform: translateY(-5px);
}
.pricing-card h4 {
  font-size: 15px;
  margin-bottom: 8px;
  color: #222;
}

.pricing-card h2 {
    font-size: 32px;
    margin-bottom: 1.823vw;
    color: #000000;
    font-weight: 600;
    font-family: 'Outfit';
}
.pricing-card h2 span {
    font-size: 14px;
    color: #000000;
    font-family: 'Outfit';
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.pricing-card ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 0.521vw;
    font-size: 1.042vw;
    font-family: 'Outfit';
}

.pricing-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #000;
  font-weight: bold;
}
.pricing-card ul li.pricing-excluded::before {
  content: "✗";
}
.pricing-card:last-child a.btn.outline {
    margin-top: 4.167vw;
}
.pricing-card a.btn {
    display: inline-block;
    margin-top: auto;
    background: #000;
    color: #fff;
    text-align: center;
    border-radius: 0.417vw;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.354vw;
    transition: .5s all ease-in-out;
    border: 1px solid;
    min-height: 3.333vw;
    line-height: 3.333vw;
    padding: 0;
}
.pricing-card a.btn:hover {
    background: transparent;
    color: #000;
}
.btn.outline {
  background: transparent;
  color: #000;
  border: 2px solid #000;
}

.referral {
  margin-top: 20px;
  font-size: 13px;
  color: #444;
}

.save {
  font-size: 14px;
  margin-bottom: 20px;
  color: #444;
}
.pricing-card p.save strong {
    font-size: 1.042vw;
    font-weight: 500;
    font-family: 'Outfit';
    color: #000;
}
.pricing-card p.save {
    font-size: 1.042vw;
    font-family: 'Outfit';
}
.pricing-card .desc {
  font-size: 1.042vw;
  color: #000000;
  margin-bottom: 30px;
}
.features-section {
  padding: 4.427vw 0;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
}

.features-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}

.features-section .features-col h2 {
    font-size: 3.125vw;
    font-weight: 500;
    margin-bottom: 1.563vw;
    color: #010103;
    font-family: 'Outfit';
}

.features-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-col ul li {
    position: relative;
    padding-left: 18px;
    font-size: 1.302vw;
    line-height: normal;
    color: #010103;
    font-family: 'Outfit';
    font-weight: 400;
}

.features-col ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
/* Base card styling */
.pricing-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover pop-out effect */
.pricing-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

/* ---------------- COLORS ---------------- */

/* Monthly — Silver */
.pricing-card:nth-of-type(1) {
  background: #F9FAFC;
  border: 1px solid #B7BDC8;
}

/* Annual — Gold accent */
.pricing-card.featured {
  background: #F9FAFC;
  border: 2px solid #C9A24D;
}

/* Compliance Program — Silver */
.pricing-card:nth-of-type(3) {
  background: #F9FAFC;
  border: 1px solid #B7BDC8;
}

/* Improve contrast for text */
.pricing-card h2,
.pricing-card h4 {
  color: #1c1c1c;
}

.pricing-card span,
.pricing-card p,
.pricing-card li {
  color: #333;
}

/* Buttons stay readable */
.pricing-card .btn {
  margin-top: 20px;
}

/* Responsive */


/* Responsive */
@media (max-width: 992px) {
  .pricing-container {
    grid-template-columns: 1fr;
  }
}

/* resources page css start here */


.legal-container h2 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 24px;
}

.legal-container h2:not(:first-of-type) {
    margin-top: 1.563vw;
}
.legal-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.legal-container ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.55;
}

.legal-container ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 1;
}

.legal-container a {
    color: #000;
    text-decoration: underline;
    font-size: 1.302vw;
    font-weight: 400;
    font-family: 'Outfit';
}
section.legal-section {
    padding: 4.167vw 0;
}


section.legal-section h2 {
    font-size: 3.125vw;
    font-family: 'outfit';
    color: #010103;
    font-weight: 600;
    margin-bottom: 1.563vw;
}
.legal-container a:hover {
  text-decoration-thickness: 2px;
}

.legal-container span {
    font-weight: 400;
    margin-left: 4px;
    font-family: 'Outfit';
    font-size: 1.302vw;
}
/* Mobile */
@media (max-width: 767px) {
  section.legal-section h2 {
        font-size: 20px;
        margin-bottom: 4.563vw;
      }
.legal-container a, .legal-container span {
  font-size: 16px;
}
.legal-container h2:not(:first-of-type) {
    margin-top: 4.563vw;
}
  
}


 .navbar .dropdown:hover > .dropdown-menu {
    display: block !important;
}


/* Contact form css start here */
.contact-card-info {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.font-text {
    font-size: 15px;
    line-height: 1.6;
}

.font-text.small {
    font-size: 14px;
    color: #666;
}


.form-section {
    background: #fff;
    padding: 60px 20px;
}

.form-card {
    background: rgba(217, 217, 217, 0.24);
    max-width: 900px;
    margin: auto;
    padding: 60px;
    border-radius: 14px;
}

.contact-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-section .field {
    flex: 1;
}

.form-section label {
    font-size: 14px;
    margin-bottom: 6px;
}

.form-section input, .form-section select, .form-section textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-section select {
    background: #fff;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.png);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}
.form-section textarea {
    resize: none;
}

.captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 20px 10px;
    width: 50%;

}
.star-icon{
    color: red;
}
.card-info{
    font-size: 30px;
}
input[type="checkbox"] {
    width: 5%;
}
.contact-form {
    max-width: 520px;
}

.field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.field textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    font-size: 14px;
    resize: vertical;
}

/* Layout */
.captcha-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 30px;

}

/* Captcha UI */
.captcha-box {
    flex: 1;
    max-width: 240px;
    border: 1px solid #d3d3d3;
    border-radius: 6px;
    padding: 12px 14px;
    background: #f9f9f9;
}

.captcha-inner {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.captcha-inner input {
    display: none;
}

.checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #bdbdbd;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
}

.captcha-inner input:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.captcha-text {
    font-size: 14px;
    color: #333;
    flex: 1;
}

.captcha-logo {
    text-align: center;
    font-size: 10px;
    color: #555;
}

.captcha-logo img {
    width: 28px;
    display: block;
    margin: 0 auto 2px;
}

/* Submit Button */
.submit-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 12px 26px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    background: #fff;
    color: #000;
}

/* Mobile */
@media (max-width: 576px) {
    .captcha-submit-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .submit-btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:768px){
    .img-fluid{
        height: auto;
    }
    .captcha {
        width: 100%;
    }
    .form-card{
        padding: 60px 20px;
    }
    .field{
        padding-top: 20px;
    }
}

/* Privacy policy css start here */
.mini-heading {
    font-size: 48px;
}

.link-text{
    color: #0567AA;
}
/* ===== HEADER ===== */
.pricing-header {
    margin-bottom: 26px;
}

.old-price {
    font-size: 14px;
    color: #9a9a9a;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.pricing-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}

/* ===== LAUNCH PRICE ===== */
.launch-price {
    margin-top: 10px;
}

.launch-badge {
    font-size: 14px;
    font-weight: 600;
    color: #2f6b4f;
    display: inline-block;
    margin-bottom: 6px;
}

.launch-price h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1f513a;
    margin: 4px 0;
}

.launch-price h2 small {
    font-size: 16px;
    font-weight: 500;
    color: #3a6f58;
}

.limited {
    font-size: 14px;
    color: #c4682b;
    font-style: italic;
}

