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

body {
    font-family: "Elms Sans", sans-serif;
    padding: 0;
    background-repeat: repeat;
    margin: 0;
    background: url(https://toka.peerduck.com/wp-content/uploads/2022/05/kgrbn.png);
    background-attachment: fixed;
    background-size: cover;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.navbar-light .navbar-toggler {
    background: #fff;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Nova Square", sans-serif;
}
.row-top{
    margin-top: 50px
}
p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #1e1e1e;
    /* letter-spacing: .7px; */
}
a {
    outline: 0 !important;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:focus {
    color: #3d59e8;
    text-decoration: none;
}
.btn-blue{
    background-color: rgba(8, 29, 70, 1)
}
.m-btn-sm{
    border-radius: 12px;
    font-size: 14px;
    padding: 4px 14px;
    color: #fff;
}
.btn:hover, .btn:focus {
    outline: none;
    color: #fff;
}

.btn:hover {
    color: #fff;
}

.section-space {
    padding-top: 70px;
    padding-bottom: 70px;
}

.btn{
    font-weight: 500;
    border-radius: 4px;
}
.btn-main {
    padding: 10px 26px 10px 10px;
    color: #fff;
    line-height: 6px;
    text-transform: uppercase;
    font-size: 1rem;
    transition: all 0.5s ease-out;
    position: relative;
    letter-spacing: .5px;
    background: #26a74a;
    border: 1px solid #26a74a;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.btn-icon {
    font-size: 16px;
    font-weight: 600;
    background-color: #26a74a;
    padding: 10px 26px 10px 26px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    border-radius: 999px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden; /* IMPORTANT: allows before animation */
    transition: all 0.4s ease;
}

/* TEXT */
.btn-icon .text {
    color: #fff;
    z-index: 3;
    position: relative;
    line-height: 1;
    margin-left: 7px;
}

/* ICON */
.btn-icon i {
    font-size: 22px;
    color: #fff;
    position: relative;
    z-index: 3;
    transition: transform 0.4s ease;
    margin-left: -7px;
}

/* BACKGROUND CIRCLE FOR ICON */
.btn-icon::before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    left: 12px;            /* stays behind the icon */
    top: 50%;
    transform: translateY(-50%);
    background-color: #1c7139;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

/* HOVER EFFECT WORKS NOW */
.btn-icon:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 999px;
}

.btn-icon:hover i {
    transform: translateX(4px);
}

/* Circle icon */
.btn-main .btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #1c7139;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s ease;
    font-size: 1rem;
}
.btn-main:hover{
    background-color: #1c7139
}

.btn-main:hover .btn-icon {
    background: #26a74a;
    color: #fff;
}


.btn-main.sm-btn{
    padding: 0.55rem 1rem;
    font-size: 14px;
}
.btn-main.border-btn {
    color: #26a74a;
    border: 1px solid #26a74a;
    background: #090909;
}
.btn-main.border-btn:hover, .btn-main.border-btn:active{
    color: #fff !important;
    background-color: #26a74a !important;
    border-color: #26a74a;
}
.main-heading span{
    color: #579fd6
}
.main-h {
    font-size: 3.5rem;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.main-h span{
    color: #26a74a;
}
.sub-h{
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 2px;
    color: #181818;
    border: 1px solid #9f9f9f;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Elms Sans", sans-serif;
}
button:focus, .btn:focus, .btn:active:focus, .btn:active.focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.btn-arrow {
    font-size: 16px;
    font-weight: 600;
    background-color: #26a74a;
    padding: 10px 9px 10px 26px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    text-decoration: none;
    text-transform: uppercase;
    border: 0px;
}

.btn-arrow .text {
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 5;
    margin-right: 32px;
}

.btn-arrow i {
    font-size: 22px;
    color: #fff;
    position: relative;
    text-align: center;
    z-index: 5;
    display: inline-block;
    transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
    transform: translateX(-6px) rotate(-45deg);
}

.btn-arrow::before {
    content: '';
    background-color: #1c7139;
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 99px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

/* LIGHT VARIANT */
.btn-arrow.light {
    background-color: #1e1e1e;
}

.btn-arrow.light::before {
    background-color: #26a74a;
}

/* HOVER EFFECTS */
.btn-arrow:hover i {
    transform: translateX(0px) rotate(0deg);
}

.btn-arrow:hover::before {
    width: 100%;
    height: 100%;
    right: 0;
}
.inner-header{
    padding-top: 100px;
    padding-bottom: 30px;
    position: relative;
    background: #0e381a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #000000, #0e381a);  /* Chrome 10-25, Safari 5.1-6 */
    background-image: linear-gradient(to bottom, #000000, #0e381a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* background-attachment: fixed; */
}
.inner-header .breadcrumb-item.active {
    color: #ffffff;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5f5f524;
    opacity: .8
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    color: #26a74a;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #2684c6;
    font-size: 17px
}
/* Modal Box */
.notify-modal .modal-content {
    border: 0;
    border-radius: 18px;
    text-align: center;
    padding: 60px 30px 35px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    position: relative;
}

/* Close Icon */
.notify-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #f1f1f1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.notify-close:hover {
    background: #dc3545;
    color: #fff;
}

/* Icons */
.notify-icons {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}

.notify-bell {
    width: 90px;
    height: 90px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 38px;
    position: relative;
	border: 7px solid #fff;
}

.notify-dot {
    width: 14px;
    height: 14px;
    background: #dc3545;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 16px;
}

.notify-mail {
    width: 55px;
    height: 55px;
    background: #28a745;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-left: -15px;
    position: relative
}

/* Text */
.notify-text {
    font-size: 18px;
    color: #333;
    line-height: 1.7;
}
/* Navbar */
.navbar-brand img{
    width: 250px;
}
.navbar-light.bg-light {
    background-color: #181818 !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
    border-radius: 40px;
}
.navbar-light .navbar-nav .show>.nav-link:before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: rgb(0 94 151);
    height: 3px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000 !important;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-brand img{
    width: 90px
}
.navbar-light.is-sticky .nav-link, .navbar-light .nav-item .sm-btn{
    margin-top: 0px !important
}
.navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    padding: 1px 17px;
    letter-spacing: 1px;
    font-size: 16px;
    height: 33px;
    margin-right: 1px;
    margin-left: 1px;
    line-height: 28px;
    color: rgb(255 255 255 / 90%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.navbar-brand {
    font-weight: 500;
    letter-spacing: .3px;
    font-size: 22px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #26a74a
}

.navbar-light .nav-item .dropdown-menu {
    padding: 20px 20px;
    width: max-content;
    background: #181818;
    border: 1px solid #26a74a4a;
}
.dropdown-menu .menu-box{
    display: flex;
    gap: 30px;
}
.drop-title{
    font-size: 17px;
    color: #26a74a;
    margin-bottom: 20px;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #ffffff;
    opacity: 1;
    padding: 8px 10px;
    vertical-align: center;
}
.navbar-light .nav-item .dropdown-menu .dropdown-item img{
    width: 26px;
    margin-right: 5px
}
.navbar-light .nav-item .sm-btn{
    margin-top: 20px;
    padding: 7px 22px;
    font-size: 14px;
    margin-left: 27px;
    line-height: 24px;
    color: #fff;
    height: 43px;
    font-weight: normal;
    background: transparent;
    border: 1px solid #26a74a;
}
.navbar-light .nav-item .sm-btn:hover, .navbar-light .nav-item .sm-btn:active{
    color: #26a74a !important;
    border-color: #fff;
}
.navbar-light .nav-item .border-btn.sm-btn{
    color: #114a8f
}
.navbar-light .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #26a74a2e;
    border-radius: 7px;
}

.dropdown-toggle::after {
    content: "\F282";
    font-family: "Bootstrap-icons";
    border-top: 0;
    border-right: 0;
    border-left: 0;
    text-transform: none;
    white-space: nowrap;
    vertical-align: -.10em;
}

.navbar-btn-bg {
    background-color: #579fd6;
    color: #fff;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-bg:hover {
    color: #081D46 !important;
}

.navbar-btn-border {
    border: 1px solid #579fd6;
    border-radius: 10px;
    padding: 7px 17px;
}

.navbar-btn-border:hover {
    border: 1px solid #fff;
}

.is-sticky .navbar-btn-border:hover {
    border: 1px solid #01C981;
    color: #081D46 !important;
}

.nav-c .navbar-light .navbar-nav .nav-link.active, .nav-c .navbar-light .navbar-nav .show>.nav-link {
    color: #081D46;
}
.nav-c .navbar-light .navbar-nav .nav-link {
    color: #081D46;
}
/* main header */
.main{
    padding-top: 150px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
}
.main.index-2{
    background: url(../../assets/img/index-2.jpg);
}
.main.index-2:after{
    opacity: .5;
}

.main:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main #particles{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
}
.slider-content{
    position: relative;
    z-index: 3;
}
.slider-content h1{
    color: #fff;
    line-height: 1.4;
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 20px;
}
.slider-content h1 span{
    color: #26a74a;
    display: block;
}
.slider-content p{
    font-size: 19px;
    margin-bottom: 100px;
    color: #eaeaea;
}
.slider-img{
    position: relative
}
.slider-img img{
    border-radius: 16px;
    position: absolute;
}
.slider-img .main-1-img{
    margin-top: 120px;
    left: 0;
}
.slider-img .main-2-img{
    right: 0;
}
.m-list{
    margin-bottom: 40px
}
.m-list li{
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    margin-left: 10px;
}
.m-list li:before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: -1px;
    color: #26a74a;
    font-size: 17px;
}

/* floating dollar layer */
.dollar-layer{
    position: absolute;
    inset: 0; /* fill hero */
    pointer-events: none; /* clicks pass through */
    overflow: hidden;
    z-index: 0;
}

.dollar{
    position: absolute;
    bottom: -10%; /* start slightly below */
    will-change: transform, opacity;
    font-weight: 700;
    color: rgb(34 167 14);
    text-shadow: 0 2px 8px rgba(0,0,0,0.45);
    opacity: 0; /* initial before animation starts */
    transform-origin: center;
    animation-name: rise;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes rise{
    0%{
        transform: translateY(0) scale(1);
        opacity: 0
    }
    5%{
        opacity: 1
    }
    50%{
        opacity: 1
    }
    100%{
        transform: translateY(calc(-1 * 140vh)) scale(1.05);
        opacity: 0
    }
}

/* small responsive tweaks */
@media (max-width: 576px){
    :root{
        --dollar-size-max: 18px;
    }

}
.net-model-sec{
    background-image: url(../../assets/img/model-bg.jpg);
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 70px;
    padding-top: 90px;
    padding-bottom: 90px;
    border-radius: 20px;
    margin-top: -160px;
    z-index: 5;
    padding: 70px 90px;
    text-align: center;
}
.net-model-sec p, .net-model-sec .sub-h{
    color: #fff;
    position: relative;
    z-index: 5;
}
.net-model-sec .main-h{
    color: #fff;
    position: relative;
    z-index: 5;
}
.net-model-sec:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 20px;
}
.net-model-sec .container{
    position: relative;
    z-index: 5
}
#follow-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    background: rgba(0, 200, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.15s ease-out;
}
.sec-gen {
    background-image: url(../../assets/img/svg-bg.svg);
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 130px 70px;
    border-radius: 10px;
    position: relative;
}

.sec-gen::after {
    content: "";
    bottom: -1%;
    right: -1%;
    position: absolute;
    width: 11.75rem;
    height: 11.75rem;
    border-radius: 50%;
    -webkit-filter: blur(73.85px);
    filter: blur(73.85px);
    background-color: #26a74a45;
    -webkit-backdrop-filter: blur(-73.85px);
    backdrop-filter: blur(-73.85px);
    z-index: 0;
}
.sec-gen .main-h {
    color: #fff;

}
.sec-gen .main-h-div{
    position: sticky;
    top: 120px;
}
.sec-gen .main-h-div img{
    width: 16%;
    margin-top: 15px;
    transform: rotate(45deg);
}
.sec-gen .main-h span{
    font-size: 65px
}
.sec-gen p {
    color: #fff;
}
.sec-gen .sub-h{
    color: #26a74a;
}
.sec-gen .sec-gen-con {
}
.features{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    width: 100%;
}
.features .item-f{
    padding: 20px 20px;
}
.features .item-f.item-f-middle{
    border-left: 1px dashed gray;
    border-right: 1px dashed gray;
    padding-left: 35px;
}
.features .item-f i{
    font-size: 35px;
    color: #fff;
}
.features .item-f h5{
    color: #26a74a;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 22px;
}
.features .item-f p{
    color: #d7d7d7;
    line-height: 1.4;
}
/* Small 
center dot */
.cursor-dot {
    position: fixed;
    width: 6px;
    height: 6px;
    background: #95C11F;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9999;
}

/* Outer ring */
.cursor-ring {
    position: fixed;
    width: 32px;
    height: 32px;
    border: 2px solid #95C11F;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9998;
    opacity: 0.7;
    transition:
        width .25s ease,
        height .25s ease,
        opacity .25s ease,
        border-color .25s ease;
    animation: pulse 1.6s ease-in-out infinite;
}

/* Pulsating border animation */
@keyframes pulse {
    0%   {
        transform: translate(-50%, -50%) scale(1);
    }
    50%  {
        transform: translate(-50%, -50%) scale(1.25);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* Hover effect ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â expand outer ring */
a:hover ~ .cursor-ring,
button:hover ~ .cursor-ring,
.btn:hover ~ .cursor-ring {
    width: 52px;
    height: 52px;
    opacity: 0.35;
    animation: none; /* stop pulsing during hover */
}
.contact-img-col{
    background-image: url(../../assets/img/cont-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.cont-inner-pad{
    padding: 50px;
}
.adrs-box{
    position: absolute;
    left: 10px;
    top: 0px;
    padding: 15px;
    background: #26a74a;
    color: #fff;
     display: flex;
    align-items: center;
    gap: 7px
}
.adrs-box .m-i{
    color: #26a74a;
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    border-radius: 999px;
}
.adrs-box i{
    
}
.adrs-box span{
    font-weight: 600;
}
.invest-sec{
    background-image: url(../../assets/img/invest-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
    position: relative;
}
.invest-box {
    text-align: center;
}

.invest-box:hover {

}
.invest-row{
    margin-top: 80px;
}
.invest-box .invest-icon {
    width: 100px;
    height: 100px;
    display: flex;
    background: #1e1e1e;
    padding: 11px;
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.invest-box .invest-icon img{
    width: 70%;
}
.invest-box p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #181818;
    border: 1px solid #cfcfcf;
    background: #f8f3ff;
    padding: 2px 25px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Elms Sans", sans-serif;
}
.invest-box-1{
    margin-top: 10px;
}
.invest-box-2{
    margin-top: 110px;
}
.invest-box-3{
    margin-top: 0px;
}
.invest-box-4{
    margin-top: 100px;
}
.invest-box h4 {
    font-size: 30px;
    color: #26a74a;
}
/* login page */
.login-card{
    padding: 40px;
    z-index: 4;
    background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    border-radius: 20px;
    border: 1px solid rgb(38 167 74 / 42%);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
.login-card.contact-card{
    background: #000;
}

.login-card .login-title{
    color: #26a74a;
    font-size: 40px;
    margin-bottom: 30px;
}
.login-card .form-group{
    margin-bottom: 20px;
    position: relative
}
.login-card .form-group .label-top{
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px
}
.login-card .form-group .form-control{
    height: 50px;
    background-color: #1e1e1e;
    border: 1px solid #525252;
    font-size: 15px;
    border-radius: 999px;
    color: #fff;
}
.login-card .form-group textarea.form-control{
    height: 60px;
}
.login-card .forgot-row{
    margin-top: 40px;
}
.login-card .btn-arrow{

    margin-bottom: 0px;
}
.login-card .forgot-row a{
    color: #2196F3;
}
.login-card .form-group .form-control:focus {
    border-color: #26a74a;
    box-shadow: none;
}
.login-card .form-group .btn-eye{
    position: absolute;
    top: 40px;
    right: 10px;
    color: #26a74a;
    padding: 2px;
    font-size: 20px;
}
.login-card .form-check-label{
   color: #fff;
}
.login-card .link-p{
    color: #fff;
}
.contact-page{
    background-size: cover;
    background: url(../../assets/img/contact-bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed

}
.contact-page:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7
}
.contact-page .main-h{
    color: #fff
}
.contact-page .container{
    position: relative;
    z-index: 1
}
.con-arrow{

    margin-top: 50px
}
.forgot-modal {
    padding: 40px;
    z-index: 4;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    border-radius: 20px;
    border: 1px solid rgb(38 167 74 / 42%);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 4px 2px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}
.forgot-modal h3{
        color: #26a74a;
    font-size: 40px;
    margin-bottom: 30px;
}
.forgot-modal .form-control{
    height: 50px;
    background-color: #1e1e1e;
    border: 1px solid #525252;
    font-size: 15px;
    border-radius: 999px;
    color: #fff;
}
.forgot-modal .form-control:focus {
    border-color: #26a74a;
    box-shadow: none;
}
/* Improve input look in dark glass modal */
.forgot-modal input.form-control {
    background: rgb(0 0 0 / 40%);
    border: 1px solid #444;
    color: #fff;
}

.forgot-modal input.form-control::placeholder {
    color: #ccc;
}
.m-accordion{
    margin-top: 30px
}
.m-accordion .accordion-button{
    background: #181818;
    padding: 20px;
    border: 0px;
    color: #22a70e;
    font-size: 20px;
    box-shadow: none;
    border-radius: 999px !important;
}
.m-accordion .accordion-item{
    border: 0px solid #0a4e00;
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 4px !important;
}
.m-accordion .accordion-button::after {
    content: "+";
    font-size: 1.5rem;
    font-weight: 500;
    color: #22a70e;
    /* transition: transform 0.3s ease, content 0.3s ease; */
    margin-left: auto;
    background-image: none;
    margin-top: -7px;
}

.m-accordion .accordion-button:not(.collapsed)::after {
    content: "-";
    transform: none;
    background: none;
}
.m-accordion .accordion-body{
    color: #000000;
    font-size: 16px;
    margin-top: 5px;
    background: #f7f7f7;
    border-radius: 50px;
    border: 1px solid #d7d7d7;
}
.image-bg{
    background-image: url(../../assets/img/emerging.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px;
    border-radius: 10px;
    background-attachment: fixed;
    position: relative;
}
.image-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(71deg, #080509, #1a171c, #080509);
    opacity: .7;
}
.image-bg .main-h, .image-bg .sub-h, .image-bg p{
    z-index: 2;
    position: relative;
    color: #fff
}
.mis-vis{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}
/* footer */
.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: #181818;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../../assets/img/bg-wave.png);
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #26a74a;
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.footer-middle{
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #26a74a;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #26a74a;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.footer-link-list li a:hover{
    color: #26a74a;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #26a74a
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 14px;
}
.address-ul li i{
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #26a74a;
    border-bottom: 2px solid #26a74a;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo-ft{
    width: 250px
}
.ms-pills{
    margin-top: 70px
}
.ms-pills .nav-pills{
    display: flex;
    justify-content: space-between
}
.ms-pills .nav-pills .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #1e1e1e;
    background: #f5f5f5;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid #e3e3e3;
}

.ms-pills .nav-pills .nav-link i {
    font-size: 18px;
}

.ms-pills .nav-pills .nav-link:hover {
    background: #1c7139;
    color: #fff;
}

.ms-pills .nav-pills .nav-link.active {
    background: #26a74a;
    color: #fff;
    border-color: #26a74a;
}

.ms-pills .tab-content {
    padding: 0px 0px;
    border-top: 1px solid #1f1f1f;
    border-radius: 12px;
    background: transparent;
    border-radius: 0px;
    margin-top: 45px;
}
.table-rnk th, .table-rnk td{
    font-size: 14px;
}
.table-rnk thead th{
        background-color: #26a74a;
        color: #fff;
}
/* Pricing Table */
/* soothing gradients */
.g-genesis {
    background: linear-gradient(135deg, #d4fc79, #96e6a1);
}         /* Soft Mint */
.g-momentum {
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
}        /* Grey Mist */
.g-velocity {
    background: linear-gradient(135deg, #e0c3fc, #8ec5fc);
}        /* Lavender Breeze */
.g-ascend {
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}          /* Ocean Calm */
.g-apex {
    background: linear-gradient(135deg, #f6d365, #fda085);
}            /* Sunset Pastel */
.g-zenith {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}          /* Rose Quartz */
/* Style C - Minimal Gradient (luxury) */
.style-c .tier-card{
    border:0;
    background:#fff;
    box-shadow: 0 12px 30px rgba(15,20,30,0.05);
    height: 100%;
}
.style-c .tier-header{
    padding: 20px 28px;
}
.style-c .tier-header .label-block{
    padding:20px;
    border-radius:14px;
    color:#05201a;
    font-weight:800;
}
.style-c .btn-gradient{
    color:#061b1a;
}
.tier-card {
    border-radius:18px;
    overflow:hidden;
    background: #fff;
    transition: transform .35s cubic-bezier(.2,.9,.2,1), box-shadow .35s;
    box-shadow: var(--lux-shadow-1);
    border: 1px solid rgba(15,20,30,0.04);
}
/* 1: Genesis */
.tiers-row .tier-item:nth-child(1) .tier-header {
    background: linear-gradient(135deg, #d4fc79, #96e6a1);
}
.tiers-row .tier-item:nth-child(1) .btn-gradient {
    background: linear-gradient(90deg, rgba(200,240,154,0.9), rgba(143,208,155,0.9));
}
.tiers-row .tier-item:nth-child(1) .tier-roi {
    background: rgba(107,159,112,0.95);
}

/* 2: Momentum */
.tiers-row .tier-item:nth-child(2) .tier-header {
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
}
.tiers-row .tier-item:nth-child(2) .btn-gradient {
    background: linear-gradient(90deg, rgba(230,238,252,0.9), rgba(208,221,243,0.9));
}
.tiers-row .tier-item:nth-child(2) .tier-roi {
    background: rgba(110,122,160,0.95);
}

/* 3: Velocity */
.tiers-row .tier-item:nth-child(3) .tier-header {
    background: linear-gradient(135deg, #e0c3fc, #8ec5fc);
}
.tiers-row .tier-item:nth-child(3) .btn-gradient {
    background: linear-gradient(90deg, rgba(231,217,255,0.9), rgba(155,205,253,0.9));
}
.tiers-row .tier-item:nth-child(3) .tier-roi {
    background: rgba(142,168,250,0.96);
}

/* 4: Ascend */
.tiers-row .tier-item:nth-child(4) .tier-header {
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}
.tiers-row .tier-item:nth-child(4) .btn-gradient {
    background: linear-gradient(90deg, rgba(207,232,255,0.9), rgba(184,231,251,0.9));
}
.tiers-row .tier-item:nth-child(4) .tier-roi {
    background: rgba(135,173,222,0.95);
}

/* 5: Apex */
.tiers-row .tier-item:nth-child(5) .tier-header {
    background: linear-gradient(135deg, #f6d365, #fda085);
}
.tiers-row .tier-item:nth-child(5) .btn-gradient {
    background: linear-gradient(90deg, rgba(247,216,157,0.9), rgba(249,181,138,0.9));
}
.tiers-row .tier-item:nth-child(5) .tier-roi {
    background: rgba(245,176,123,0.95);
}

/* 6: Zenith */
.tiers-row .tier-item:nth-child(6) .tier-header {
    background: linear-gradient(135deg, #fbc2eb, #a6c1ee);
}
.tiers-row .tier-item:nth-child(6) .btn-gradient {
    background: linear-gradient(90deg, rgba(246,205,239,0.9), rgba(185,201,240,0.9));
}
.tiers-row .tier-item:nth-child(6) .tier-roi {
    background: rgba(212,180,240,0.95);
}
.tier-card:hover{
    transform: translateY(-14px);
    box-shadow: var(--lux-shadow-2);
}
.style-c .tier-header .hdr-pill {
    padding: 8px 16px;
    border-radius: 14px;
    background: rgb(255 255 255 / 26%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-weight: 700;
    color: #183147;
    backdrop-filter: blur(6px);
    font-size: 17px;
    margin-top: 58px;
}
.tier-header{
    padding:26px 28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.tier-label{
    font-weight:700;
    font-size:20px;
    letter-spacing:-0.01em;
}
.tier-amount{
    font-weight:800;
    font-size: 23px;
    color:var(--accent-green);
    text-align:right;
    font-family: "Nova Square", sans-serif;
    margin-bottom: 20px;
}
.tier-roi{
    display:inline-block;
    margin-top:8px;
    font-weight:600;
    font-size:13px;
    padding:6px 12px;
    border-radius:999px;
    color:#fff;
    box-shadow: 1px 1px 10px #0000001c;
}

.tier-body{
    padding:28px;
    min-height:240px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:18px;
}
.tier-body .check-list{
    list-style:none;
    padding:0;
    margin:0;
    color:#38424b;
    min-height: 164px;
}
.tier-body .check-list li{
    margin: 15px 0;
    display:flex;
    align-items:flex-start;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 15px;
    gap:10px;
    font-size:15px;
    font-weight: 600;
}
.tier-body .check-list li::before{
    content:"✓";
    color:var(--accent-green);
    font-weight:800;
    min-width:18px;
}

.cta{
    display:flex;
    gap:12px;
    align-items:center;
}
.btn-ghost{
    background:transparent;
    border-radius:12px;
    padding:10px 14px;
    border:1px solid rgba(15,20,30,0.06);
    font-weight:600;
    color:#0e1720;
}

/* LARGE CTA button (gradient) */
.btn-gradient{
    padding:12px 18px;
    border-radius:999px;
    font-weight:800;
    font-size:15px;
    border:0;
    color:#062224;
    box-shadow: 0 8px 26px rgba(15,20,20,0.08);
    transition: transform .18s ease, box-shadow .18s ease;
}
.btn-gradient:active{
    transform: translateY(1px);
}
.ms-thank {
      min-height: 100vh;
      margin: 0;
      background: linear-gradient(135deg, #e6f0ff 0%, #f0fff5 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      position: relative;
    }

    .ms-thank .card-wrap {
      max-width: 520px;
      width: 100%;
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.98));
      box-shadow: 0 12px 40px rgba(10,30,60,.12);
      padding: 44px 36px;
      text-align: center;
      animation: ms-cardEntrance .6s cubic-bezier(.2,.9,.2,1);
    }

    @keyframes ms-cardEntrance {
      from { opacity: 0; transform: translateY(28px) scale(.995); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }

    .ms-thank .icon-wrap {
      width: 140px;
      height: 140px;
      margin: 0 auto 22px;
      display: grid;
      place-items: center;
    }

    .ms-thank .icon-bg {
      border-radius: 50%;
      padding: 12px;
      background:
        radial-gradient(circle at 30% 20%, rgba(0,102,204,.08), transparent 30%),
        radial-gradient(circle at 70% 80%, rgba(40,167,69,.06), transparent 30%);
      filter: drop-shadow(0 8px 24px rgba(0,102,204,.12));
    }

    .ms-thank svg {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 110px;
      max-height: 110px;
    }

    .ms-thank .circle-outline {
      fill: none;
      stroke: #28a745;
      stroke-width: 10;
      stroke-linecap: round;
      stroke-dasharray: 265;
      stroke-dashoffset: 265;
      animation: ms-drawCircle .9s ease forwards;
    }

    @keyframes ms-drawCircle {
      to { stroke-dashoffset: 0; }
    }

    .ms-thank .tick {
      fill: none;
      stroke: #28a745;
      stroke-width: 10;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-dasharray: 180;
      stroke-dashoffset: 180;
      animation: ms-drawTick .7s cubic-bezier(.2,.9,.2,1) forwards .95s;
    }

    @keyframes ms-drawTick {
      to { stroke-dashoffset: 0; }
    }

    .ms-thank .title {
      font-size: 3.6rem;
      font-weight: 700;
      color: #07344a;
      margin-bottom: 8px;
    }

    .ms-thank .subtitle {
      font-size: .98rem;
      color: #526873;
      margin-bottom: 22px;
    }

    .ms-thank .btn-primary {
      background: #26a74a;
      border: none;
      padding: 10px 26px;
      border-radius: 999px;
      font-weight: 600;
      box-shadow: 0 8px 20px rgba(0,102,204,.12);
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .ms-thank .btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: 0 14px 30px rgba(0,102,204,.14);
    }

    .ms-thank .confetti {
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      opacity: 0;
      transform: translateY(0) scale(.6);
      animation: ms-confetti .9s ease forwards .45s;
    }

    @keyframes ms-confetti {
      30% { opacity: 1; transform: translateY(-22px) scale(1); }
      100% { opacity: 0; transform: translateY(-48px) scale(1); }
    }

    @media (max-width:420px) {
      .ms-thank .card-wrap { padding: 28px 18px; border-radius: 16px; }
      .ms-thank .icon-wrap { width: 120px; height: 120px; }
      .ms-thank .title { font-size: 1.35rem; }
    }
/* media queries */
@media (min-width: 992px) {
    /* Initial state of the dropdown menu */
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.5s ease;
        pointer-events: none;
    }

    /* On hover, make dropdown visible with animation */
    .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
}
@media only screen and (max-width: 991px) {
    .contact-img-col{
        height: 400px;
    }
    .cont-inner-pad {
    padding: 20px;
}
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
        .navbar-brand img {
    width: 160px;
}
.slider-content h1{
    font-size: 32px;
}
.slider-content p{
    margin-bottom: 0px;
}
.main {
   padding-top: 90px;
        padding-bottom: 130px;
        min-height: auto;
}
.net-model-sec{
    padding: 20px;
}
.main-h {
    font-size: 32px;
}
.sub-h {
    font-size: 14px;
}
.intro-video-btn i {
    font-size: 28px;
    width: 32px;
    height: 32px;
}
.intro-video-btn{
    font-size: 15px;
}
.section-space {
    padding-top: 50px;
    padding-bottom: 50px;
}
.sec-gen{
    padding: 20px;
}
.sec-gen .main-h-div img{
    display: none;
}
.sec-gen .main-h span{
    font-size: 32px;
}
.features{
    display: block;
    margin-top: 15px;
}
.features .item-f.item-f-middle {
    border-left: 0px dashed gray;
    border-right: 0px dashed gray;
    border-bottom:1px dashed gray;
    border-top:1px dashed gray;
    padding-left: 20px;
}
.invest-sec{
    background-image: none;
}
.invest-box-2 {
    margin-top: 0px;
}
.invest-box-4 {
    margin-top: 0px;
}
.invest-box {
    margin-bottom: 25px;
}
.invest-box p {
    margin-top: 10px;
}
.image-bg{
    padding: 20px;
}
.mis-vis{
     padding: 20px;
}
.m-plan-slider .stats-grid{
    display: block !important;
    
}
.m-plan-slider .stat-card{
    margin-top: 15px;
}
.m-plan-slider .investment-label {
   
    line-height: 1 !important;
   
    font-size: 18px !important;
   
    text-align: left !important;
}
.tier-amount{
    font-size: 19px;
}
.style-c .tier-header {
    padding: 15px;
}
.tier-body {
    padding: 15px;
}

    .m-plan-slider .card {
        padding: 15px !important;
    }
    .ms-pills .nav-pills .nav-link{
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }
    .ms-pills .nav-pills {
    display: block;
    }
.m-accordion .accordion-button{
    font-size: 16px;
}
}
