.regA {
    .custom-shadow {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }
    .regAOuter{
        background-color:#030c31;
        padding:14em 0 13em 0;
    }
    .regA-curve{
        background-image: url('https://capitalengine.io/images/home/Curve.png');
        min-height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: -4em;
    }
    .fw-bold {
        font-family: "poppins_700" !important;
    }
    .text-primary {
        color: var(--ce-main-color)!important;
    }
    .bg-primary {
        border-color: var(--ce-main-color)!important;
        background-color: var(--ce-main-color)!important;
    }
    .btn-primary {
        background-color: var(--ce-main-color)!important;
        border-color: var(--ce-main-color)!important;
        color: #fff!important;
    }
    .btn {
        border-radius: 30px;
    }
    p,
    li {
        font-size: 16px;
        line-height: 1.5;
    }
    .py-10{
        padding:10px 0 30px 0;
    }
    .reg1Image {
        height: 350px !important;
        object-fit: cover;
    }
    #benefits,
    #what-is {
        ul {
            padding: 0 0 0 5px;
        }
    }

    #what-is{
        li{
            display: flex;
        }
    }

    /* ================================
   Typography
================================ */
.text-center { text-align: center; }
.text-start { text-align: left; }
.text-white { color: #fff; }
.text-dark { color: #212529;font-weight: 400; }
.text-light { color: #f8f9fa; }
.text-primary { color: #0d6efd; }
.fw-bold { font-weight: 700; }
.fw-semibold { font-weight: 600; }
.display-4 { font-size:5.5rem; font-weight: 700;line-height: 1.2; }
.display-6 { font-size:4rem; font-weight: 700; }
.h5 { font-size: 2.25rem !important; font-weight: 500; }

.float-unset{
    float:unset !important;
}

/* ================================
   Spacing
================================ */
.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 1.5rem; }
.mt-1 { margin-top: .25rem; }
.mt-3 { margin-top: 1rem; }
.my-4 { margin: 1.5rem 0; }
.mx-auto { margin-left: auto; margin-right: auto; }
.me-2 { margin-right: .5rem; }
.me-3 { margin-right: 1rem; }

/* ================================
   Padding
================================ */
.p-4 { padding: 2.5rem; }
.py-5 { padding: 3rem 0; }
.px-5 { padding: 0 3rem; }
.py-3 { padding: 1rem 0; }

/* ================================
   Background
================================ */
.bg-light { background: #f8f9fa; }
.bg-white { background: #fff; }
.bg-primary { background: #0d6efd; }
.bg-success { background:rgb(232,243,238); }
.bg-opacity-10 { opacity:1; }
.rounded-3 { border-radius: .5rem; }
.rounded-4 { border-radius:1rem; }
.rounded-circle { border-radius: 50%; }

#contact{
   .rounded-4{border-radius:15px; } 
   .label{font-weight: 500 !important;}
}
.w-100 { width: 100%; }
.h-100 { height: 100%; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1rem; }
.row { flex-wrap: wrap; gap: 1.5rem; margin-left:0 !important;margin-right:0 !important;}
.col-md-6, .col-md-4, .col-lg-6 { width: 100%; }

@media (min-width:768px){
  .col-md-6 { width: 50%; }
  .col-md-4 { width: 33.333%; }
}
@media (min-width:992px){
  .col-lg-6 { width: 50%; }
}

.g-4 { gap: 1.5rem; }
.align-items-center { align-items: center; }
.align-items-start { align-items: flex-start; }
.justify-content-center { justify-content: center; }
.d-flex { display: flex; }
.d-inline-flex { display: inline-flex; }

/* ================================
   Buttons
================================ */
.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: all 0.2s;
  text-decoration: none;
}
.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-primary.w-100{
    font-size:16px !important;
    border-radius:30px !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-3 {
    padding-top: 1.6rem !important;
    padding-bottom:1.6rem !important;
}
.px-5.py-3.btn-primary{
    font-size:21px;
    border-radius: 30px!important;
    width:360px;
}

/* ================================
   Cards
================================ */
.card { background: #fff; border-radius: .5rem; overflow: hidden; }
.card-body { padding: 1.5rem; }
.border-0 { border: 0; }
.img-fluid { max-width: 100%; height: auto;margin-top:50px; }
.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.125em;
}
.bi-graph-up::before { content: "📈"; }
.bi-cash-coin::before { content: "💰"; }
.bi-people::before { content: "👥"; }
.bi-shield-check::before { content: "🛡️"; }
.bi-envelope::before { content: "✉️"; }

}

@media only screen and (max-width:800px) {
    .regA {
        #benefits,
        #what-is {
            ul {
                padding: 0 0 0 40px;
            }
            li {
                text-indent: -35px;
                display: block!important;
            }
        }
        padding-top: 25px;
        h1.display-4 {
            font-size: 24px!important;
        }
        h2 {
            font-size: 22px!important;
        }
        .btn {
            font-size: 14px!important;
        }
        .py-5 {
            padding-top: 15px!important;
            padding-bottom: 15px!important;
        }
        .reg1Image {
            height: auto!important;
        }
        .reg2Image {
            margin-bottom: 1rem;
        }
        .px-5.py-3.btn-primary{
            width:auto;
        }
        .img-fluid { max-width: 100%; height: auto;margin-top:10px; }
    }
}
.other_than_home{
    padding-top:0px !important;
}