/*-----------Footer---------------*/

footer {
    padding: 40px 0px 40px 0px;
}

.footer-top {
    width: 100%;
    margin-bottom: 100px;
    padding: 200px 0;
    position: relative;
}

.footer-cont {
    display: block;
    padding-top: 100px;
}

.footer-cont ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer-cont ul li a.footer-redirect {
    width: 300px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 50px;
}

.footer-cont ul li .social-icons-block a img,
.footer-cont ul li .social-icons-block a {
    width: auto;
}


.footer-cont ul li .footer-main-links .footer-links ul {
    display: block;
}

.footer-cont ul li h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;

    margin-bottom: 20px;
}

.footer-cont ul li address {
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}

.footer-main-links {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-around;
}

.footer-cont ul li .footer-main-links .footer-links ul li h2 {
    color: #fff;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--font-secondary);
    letter-spacing: 1px;

}

.footer-cont ul li .footer-main-links .footer-links ul li a {
    color: #C2CEC6 !important;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    position: relative;
    cursor: pointer;
    width: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}

.footer-cont ul li .footer-main-links .footer-links ul li {
    margin-bottom: 10px;
    list-style-type: none;
}

.footer-cont ul li address a {
    color: #fff;
    margin: 0;
    text-decoration: underline;
}

.footer-cont ul li span {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}

.footer-cont ul li span p a img {
    width: 50px;
    height: auto;
}


.footer-cont ul li span p {
    margin-right: 20px;
}

.footer-cont ul li span p:nth-last-child(1) {
    margin-right: 0;
}

.footer-terms {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-terms-lft ul {
    display: flex;
    align-items: center;
    border-bottom: #A8BAAF 1px solid;
    padding-bottom: 5px;
    width: 85%;
    padding: 0;
    margin: 0;
}

.footer-terms-lft ul li {
    margin: 0 5px 0 0;
    list-style-type: none;
}

.footer-terms-lft ul li a {
    color: #A8BAAF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}

.footer-terms-lft p {
    color: #A8BAAF;
    font-size: 16px;
    margin: 7px 0 0;
}

.footer-terms-lft ul li a:hover {
    color: #fff !important;
}

.footer-terms-lft ul li span {
    color: #A8BAAF;
}

.footer-terms-rgt ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    padding: 0;
    margin: 0;
}

.footer-terms-rgt ul li {
    margin: 0 20px 0 0;
    list-style-type: none;
}

.footer-terms-rgt ul li a {
    cursor: auto;
    display: inline-block;
    border-radius: 12px;
    background: #161616;
    padding: 12px 15px;
}

.footer-terms-rgt ul li:nth-last-child(1) {
    margin: 0;
}


.social-icons {
    display: flex;
    align-items: center;
    margin: 30px 0;
}


.social-icons-block:hover .main-facebook,
.social-icons-block:hover .main-x,
.social-icons-block:hover .main-linkedin,
.social-icons-block:hover .show-youtube {
    display: none;
}

.social-icons-block:hover .hover-facebook,
.social-icons-block:hover .hover-x,
.social-icons-block:hover .hover-linkedin,
.social-icons-block:hover .hover-youtube {
    display: block;
    background-color: #fff;
}

.social-icons-block .main-facebook,
.social-icons-block .main-x,
.social-icons-block .main-linkedin,
.social-icons-block .show-youtube {
    display: block;
}

.social-icons-block .hover-facebook,
.social-icons-block .hover-x,
.social-icons-block .hover-linkedin,
.social-icons-block .hover-youtube {
    display: none;
}

.compliance-products {
    background: #161616;
    padding: 20px 0;
    margin-top: 60px;
}

.compliance-products-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.compliance-products-in h3 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    margin: 0;
}

.compliance-products-in ul {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.compliance-products-in ul li {
    margin-right: 10px;
    list-style-type: none;
}

.compliance-products-in ul li a {
    display: inline-block;
    cursor: pointer;
}

.compliance-products-in ul li:nth-last-child(1) {
    margin-right: 0;
}

.footer-cont ul li address small {
    line-height: 1.2em;
    width: 100%;
    max-width: 35px;
}

/* .footer-cont ul li address.time-cls { display: block;} */

/*--------------------------*/

@media (max-width:1700px) {

    .footer-terms-lft ul {
        width: 100%;
    }

}

@media (max-width:1500px) {

    .footer-terms-lft ul {
        width: 100%;
    }

}

@media (max-width:1400px) {

    .compliance-products-in h3 {
        display: block;
        margin-bottom: 20px;
    }

    .compliance-products-in {
        justify-content: center;
    }

    .footer-terms-lft {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-terms-lft ul {
        width: 60%;
    }

    .footer-terms-rgt ul {
        justify-content: left;
    }

}



@media (max-width:1300px) {

    .compliance-products-in h3 {
        margin-bottom: 20px;
    }

    .footer-terms-lft {
        padding: 0;
    }
}

@media (max-width:1200px) {

    .footer-terms-rgt {
        width: 100%;
    }

    .footer-terms-lft ul {
        width: 90%;
    }

    .footer-terms-lft ul li {
        margin: 0 1px 0 0;
    }

    .compliance-products-in ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .compliance-products-in ul li {
        margin-bottom: 20px;
    }

    .footer-terms-lft ul li a {
        font-size: 16px;
    }

    .compliance-products-in {
        justify-content: center;
    }

    .compliance-products-in h3 {
        margin-bottom: 25px;
    }

    footer .container-fluid {
        padding: 0 3%;
    }
}

@media(max-width:992px) {
    footer .container-fluid {
        padding: 0 2%;
    }

    .footer-cont ul li address br {
        display: none;
    }

    .footer-terms-lft ul {
        width: 100%;
    }

    .footer-cont ul li a.footer-redirect {
        width: 220px;
    }

    .footer-terms-rgt {
        padding: 0;
    }

    .footer-terms {
        flex-direction: column-reverse;
    }

    .footer-cont ul li {
        padding: 0;
    }

    .footer-cont ul li a {
        width: 240px;
    }

    .footer-cont ul li address br {
        display: none;
    }

    .footer-cont ul li address {
        font-size: 15px;
        line-height: 1.2em;
    }

    .footer-terms-lft {
        max-width: 100%;
    }

    .footer-terms-rgt {
        margin-bottom: 30px;
    }

    .footer-terms-rgt ul {
        justify-content: flex-start;
    }

    .footer-cont ul li .footer-main-links .footer-links ul li a {
        font-size: 15px;
    }

    .social-icons-block {
        margin-right: 10px;
    }

}

@media(max-width:768px) {
    .card-dark {
        margin-top: 40px;
    }

    footer {
        padding: 70px 0 0;
    }

    .compliance-products {
        margin-top: 20px;
    }

    .footer-cont ul li address a {
        width: auto;
    }


    .footer-main-links {
        justify-content: space-between;
    }

    .footer-cont ul li {
        margin-bottom: 30px;
    }

    .footer-terms {
        margin-top: 40px;
    }

    .footer-terms-rgt ul li a img {
        width: 100%;
        height: auto;
    }

    

}

@media(max-width:576px) {

    .compliance-products {
        margin: 20px 0;
    }

    .footer-terms-lft {
        max-width: 100%;
    }

    .footer-terms-rgt ul li {
        margin: 0 5px 0 0;
    }

    .footer-terms {
        margin-top: 0;
    }

    footer {
        padding: 30px 0;
    }

    .footer-cont {
        padding-top: 50px;
    }
    .benefit-cards{
        padding: 20px !important;
    }

}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .section-plain{
        padding: 40px 0px;
    }
    .btn-primary{
        padding: 8px 24px 8px 24px;
    }
    .section-title h3{
        font-size: 36px;
    }
    .text.text-animation-2 h1 {
        font-size: 40px;
        top: -10%;
    }
    .single-hero-content h1{
        font-size: 50px;
    }
    .feature-s3-right h3{
        font-size: 36px !important;
    }
    .text.text-animation-2 h2 {
        font-size: 48px;
        top: 10%;
    }

    h2.text-animation-1 {
        font-size: 60px;
    }
    .text h1{
        top: -10%;
    }
    .banner-section .bounce-button {
        left: 30%;
        bottom: 6%;
    }
    .section-hero-home{
        padding:80px 0px;
    }
    .text.text-animation-2 p{
        width: 90%;
        font-size: 16px;
        top: 54%;
    }
    .cta-section{
        padding: 40px;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .text.text-animation-2 h1 {
        font-size: 70px;
    }

    .text.text-animation-2 h2 {
        font-size: 80px;
        top: 30%;
    }

    h2.text-animation-1 {
        font-size: 80px;
    }

    .banner-section .bounce-button {
        left: 40%;
        bottom: 24%;
    }

    .text.text-animation-2 p{
        width: 80%;
        font-size: 20px;
        top: 60%;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .text.text-animation-2 h1 {
        font-size: 66px;
    }
    .text.text-animation-2 h2 {
        font-size: 80px;
        top: 30%;
    }
    h2.text-animation-1 {
        font-size: 80px;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .text.text-animation-2 h1 {
        font-size: 120px;
    }
    .text.text-animation-2 h2 {
        font-size: 140px;
        top: 24%;
    }

    h2.text-animation-1 {
        font-size: 140px;
    }
    .text h1{
        top: 10%;
    }
    .banner-section .bounce-button {
        top: 60%;
        left: 46%;
    }
    .text.text-animation-2 p{
        width: 90%;
        font-size: 30px;
        top: 50%;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .text.text-animation-2 p {
        width: 90%;
        font-size: 20px;
        top: 40%;
    }
}


@media(max-width:480px) {

    .compliance-products-in h3 {
        font-size: 22px;
    }

    .footer-main-links {
        flex-wrap: wrap;
    }

    .footer-links {
        width: 50%;
    }

    .footer-cont ul li {
        margin-bottom: 10px;
    }

    .footer-terms-rgt ul {
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .footer-terms-rgt ul li a {
        margin: 0 5px 20px 0;
        padding: 8px 10px;
        border-radius: 5px;
    }

    .footer-terms-lft ul li {
        margin: 0;
    }

    .footer-terms-lft ul li a {
        font-size: 14px;
    }

    .footer-cont ul li a {
        width: auto;
    }

    .footer-cont ul li a.btn-primary {
        margin-bottom: 20px;
    }

    footer .container-fluid {
        padding: 0px 4%;
    }

    .choose-card {
        margin-bottom: 85% !important;
    }
}


@media (resolution:1.25dppx) {
    .compliance-products-in h3 {
        font-size: 22px !important;
        flex-wrap: wrap;
    }

    .compliance-products-in {
        flex-wrap: inherit !important;
    }

}

.social-icons-block a {
    width: auto;
    background: #0047BB;
    border-radius: 30px;
    padding: 10px;
    display: inline-block;
}

.social-icons-block {
    margin-right: 15px;
}

.footer-cont ul li address a:hover {
    text-decoration: none;
}

.footer-cont ul li {
    list-style-type: none;
}

@media(width:1024px) {
    .footer-redirect img {
        width: 150px !important;
    }

    .footer-cont ul li h3 {
        font-size: 25px;
    }

    .footer-cont ul li address {
        font-size: 14px;
    }

    .footer-cont ul li .footer-main-links .footer-links ul li h2 {
        font-size: 20px;
    }

    .footer-cont ul li .footer-main-links .footer-links ul li a {
        font-size: 14px;
    }

    .compliance-products-in h3 {
        font-size: 20px;
    }
}




.card {
    position: absolute;
    width: 100%;
    height: 250px;
    border-radius: 15px;
    transition: transform 0.3s ease, z-index 0s 0.3s;
}


.choose-card {
    position: relative;
    margin-bottom: 70%;
}

.hover-container {
    position: relative;
    display: inline-block;
}

.hover-container img {
    opacity: 0.2;
}

.card-body .hover-container:hover img {
    opacity: 0;
}

.card-body:hover .hover-hide-img img {
    opacity: 0;
}
.hover-hide-img{
    text-align: center;
}

.hover-image {
    display: block;
    transition: opacity 0.3s ease;
}

#lottie {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;

}

.card-body:hover #lottie {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.fadeInUp {
    animation: bounceInUp 1s ease-out;
}

@keyframes bounceInUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    60% {
        transform: translateY(-30px);
        opacity: 1;
    }

    80% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.svg-icons-list {
    margin: 30px 0px;
}

.svg-icons-list svg {
    margin: 0px 10px;
}

.svg-icons-onboard:hover path {
    fill: #FDB600;
}

.svg-icons-onboard path {
    transition: fill 0.1s ease;
    /* Smooth transition for color change */
}


.circle-show {
    opacity: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    position: absolute;
    align-self: flex-end;
}

.card-hover-top:hover .docs {
    opacity: 0;
}

.card-hover-top:hover .circle-show {
    opacity: 1;
}


.tab-content p {
    color: #FFF;
}

.tab-content h2 {
    color: #FFF;
}


.tab-content ul li {
    color: #FFF;
}

/* Solutions Circular image section*/
.main-section {
    display: flex;
    height: 600vh;
    /* Increased height for scrolling */
}

.left-content {
    flex: 1;
    position: relative;
    top: 100px;
    height: 600vh;
    padding: 100px;
    overflow: hidden;
}

.right-content {
    flex: 1;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-orbit {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /* background-color: #fff; */
    align-content: center;
}

.image-section {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 100;
}

.image-section2 {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-section3 {
    position: absolute;
    width: 150px;
    height: 150px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-section img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.image-section2 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.image-section3 img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.image-section.active {
    opacity: 1;
}

.image-section2.active {
    opacity: 1;
}

.image-section3.active {
    opacity: 1;
}

#image1 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#image2 {
    top: 30%;
    left: 100%;
    transform: translate(-50%, -50%);
}

#image3 {
    top: 80%;
    left: 100%;
    transform: translate(-50%, -50%);
}

#image4 {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#image5 {
    top: 80%;
    left: 0%;
    transform: translate(-50%, -50%);
}

#image6 {
    top: 30%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.text-section {
    height: 100vh;
    position: sticky;
    text-align: left;
}

.text-section h2 {
    color: #fff;
}

.text-section p {
    color: #fff;
}

.text-section2 {
    height: 100vh;
    position: sticky;
    text-align: left;
}

.text-section2 h2 {
    color: #fff;
}

.text-section2 p {
    color: #fff;
}

.circle-logo img {
    width: 50%;
}


/* Steps */
.steps-container .steps-left {
    background: none;
    text-align: left;
    margin: 10px 0px;
}

.steps-container .steps-left h2 {
    color: #DAE0E0;
    font-family: var(--font-secondary);
    text-transform: none;
    font-weight: 500;
    font-size: 30px;
}

.steps-container .steps-left p {
    color: #DAE0E0;
    display: none;
    text-transform: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #ffffff00;
    color: #626262 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ffffff00;
    color: #626262 !important;
}

.steps-container .steps-left.active h2 {
    background-image: linear-gradient(to right, #fdb600, #fdc442, #fdd069, #fddc8c, #fee8af, #fee8af, #fee8af, #fee8af, #fddc8c, #fdd069, #fdc442, #fdb600);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 500;
}

.steps-container .steps-left.active p {
    color: #fff;
    display: block;
    border-left: 2px solid #fdbe25;
    padding: 10px;
    margin-left: 14px;
}

.circle-image {
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    top: -30px;
    background: #333333;
    border-radius: 50%;
    width: min-content;
    padding: 15px;
}

article {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

.compare-section ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
}

.compare-section li {
    list-style: none;
    flex: 1;
}

/* .compare-section li:last-child {
    border-right: 1px solid #DDD;
} */

.compare-section li.active button {
    background: #F5F5F5;
    color: #000;
}

.payment-logo img {
    width: 100%;
}

.compare-section ul li {
    align-content: center;
    padding: 10px;
}

table {
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 8px;
    /* table-layout: fixed; */
    width: 100%;
}

.comparision th {
    background: #F5F5F5;
    display: none;
}

.comparision td,
th {
    height: 53px
}

.comparision tr {
    margin: 10px 10px 10px 0px;
}

.comparision td,
th {
    border: 1px solid #DDD;
    padding: 10px 30px;
    empty-cells: show;
}

.comparision td,
th {
    text-align: left;
}

.comparision .cthead {
    width: 50%;
}

.comparision td+td,
th+th {
    text-align: center;
    display: none;
}

.comparision td.default {
    display: table-cell;
}

.bg-black0 {
    background: #262626;
    border: 0;
    border-radius: 10px;
    width: 25%;
}

.comparision .bg-black1-1 {
    background: #262626;
    border: 0;
    border-radius: 10px;
    width: 25%;
}

.comparision .bg-black1 {
    background: #262626;
    border: 0;
    border-radius: 10px;
    width: 25%;
    background-image: url(../img/list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.comparision .bg-black2 {
    background: #262626;
    border: 0;
    border-radius: 10px;
    width: 25%;
    background-image: url(../img/fade-tick.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-red {
    border-top: 3px solid #fc4903;
}

.bg-blue {
    border-top: 3px solid #0097CF;
}

.bg-green {
    border-top: 3px solid green;
}

.sep {
    background: transparent !important;
    font-weight: 500;
    font-family: var(--font-primary);
    border: 0;
    font-size: 30px;
    padding: 0px !important;
}

/* h1 {
    font-size: 48px;
    text-align: center;
    margin: 30px 0;
} */

.txt-l {
    font-size: 28px;
    font-weight: bold;
}

.txt-2 {
    font-size: 18px;
    margin: 10px 0;
}

.txt-top {
    position: relative;
    top: -9px;
    left: -2px;
}

.hide {
    border: 0;
    background: none;
}

.comparision tr td {
    color: #fff;
    font-weight: 300;
    background: #161616;
    border: 0;
    border-radius: 8px;
}

.bg-black {
    background: #161616 !important;
}

@media (min-width: 640px) {
    .compare-section ul {
        display: none;
    }

    .comparision td,
    th {
        display: table-cell !important;
    }

    .comparision td,
    th {
        width: 330px;

    }

    .comparision td+td,
    th+th {
        width: auto;
    }
}

.feature-s3-right h3 {
    color: #FFF;
    font-size: 36px;
    margin: 20px 0px;
    font-weight: 500;
}

.feature-s3-right p {
    color: #FFF;
}

.feature-s3-right ul li {
    color: #FFF;
}

.accordion {
    border: none !important;
    margin-top: 50px;
}


.accordion-body {
    background: #161616;
    color: #FFF;
    font-weight: 300;
    padding: 20px;
}

.accordion-button:not(.collapsed) {
    background: #262626;
    color: #FFF;
    box-shadow: none;
    font-weight: 500;
}

.accordion-item {
    border: 0px solid #000 !important;
}

.accordion-button {
    background: #262626;
    color:#A1A1A1;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow-up.png');
    transform: rotate(0deg);
}

.accordion-button::after {
    background-image: url('../img/arrow-down.png')
}

.feature-aside ul {
    padding: 0;
}

.feature-aside ul {
    padding: 0;
}

.feature-aside ul li {
    list-style: none;
    margin: 12px 0px;
    border-bottom: 2px solid #99999999;
    border-radius: 10px;
    padding: 10px 0px;
}
.feature-aside ul li:hover{
    border-bottom: 2px solid #FFF;
    color: #FFF;
    background: #202020;
}
.feature-aside ul li:hover a{
    color: #FFF;
}
.feature-aside ul .active a {
    background-image: linear-gradient(to right, #fdb600, #fdc442, #fdd069, #fddc8c, #fee8af, #fee8af, #fee8af, #fee8af, #fddc8c, #fdd069, #fdc442, #fdb600);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.feature-aside ul .bg-black .active {
    border-bottom: none;
}

.feature-aside ul .active {
    border-bottom: 2px solid #FDB600;
}
.feature-aside ul .active:hover {
    border-bottom: 2px solid #FDB600;
}

.feature-aside ul .nav-item .active {
    border-bottom: 0px solid #fdb50000;
}

.feature-aside .nav-link {
    font-family: var(--font-secondary);
    font-style: italic;
    font-size: 26px;
    color: #99999999;
    padding-left: 20px;
}

.feature-right-tab-content {
    padding: 60px;
    background: #202020;
    border-radius: 20px;
}

/* .tab-pane h3 {
    font-family: var(--font-default);
    font-style: normal;
    font-size: 30px;
    margin: 16px 0px;
} */

  .feature-aside .sticky-list .nav-item:hover svg {
    transform: rotateZ(45deg);
  }
  .feature-aside .sticky-list .nav-item:hover svg path {
    fill: #FFF;
    fill-opacity: 1;
  }
  .feature-aside .sticky-list .active svg {
    fill: #FDB600 ;
    transform: rotateZ(40deg);
  }
  .feature-aside .sticky-list .active svg path {
    fill: #FDB600 ;
  }
  .feature-aside .sticky-list .active:hover svg path {
    fill: #FDB600 ;
  }
  

.list-style-icon ul li {
    display: flex;
    padding: 4px 0px;
    font-weight: 300;
}
.list-style-icon ul li b{
    font-weight: 500;
    display: contents;
}

.list-style-icon ul {
    list-style: none;
    padding: 0;
}

.list-style-icon ul li::before {
    content: "";
    background-image: url('../img/list-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.4rem;
    margin-right: 0.9rem;
}

/* horizontal scroll1 */
#horizontal-scoll {
    padding-top: 0px !important;
}

.horizontal-scoll-wrapper {
    overflow: hidden;
    height: 525px;

}

.horizontal {
    display: flex;
    height: 100%;
}

.horizontal>div {
    display: flex;
    flex-shrink: 0;
    padding: 0 5px;
}

.horizontal .panel {
    align-items: stretch;
    width: 60%;
    padding: 50px;
    border-radius: 38px;
    color: #f6f2e8;
}

/* horizontal scroll2 */
#horizontal-scolls {
    padding-top: 0px !important;
}

.horizontal-scoll-wrappers {
    overflow: hidden;
    height: 525px;

}

.horizontals {
    display: flex;
    height: 100%;
}

.horizontals>div {
    display: flex;
    flex-shrink: 0;
    padding: 0 5px;
}

.horizontals .panels {
    align-items: stretch;
    width: 80%;
    padding: 50px 40px;
    border-radius: 38px;
    color: #f6f2e8;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.waitlist-show{
    margin-left: -100px;
}
.pricing-hero{
    font-size: 120px;
}
.feature-solutions-section{
    margin: 60px 0px;
}
.feature-solutions-section .no-padding{
    padding: 0px;
}
.feature-card-right{
    border-radius: 0px 10px 10px 0px;
background: linear-gradient(90deg, #161616 102.62%, #7C7C7C 110.32%);
padding: 30px;
}
.feature-card-left{
    padding: 30px;
    border-radius: 10px;
    background: #202020;
}
.feature-card-left h3{
    color: #FFF;
    font-family: var(--font-secondary);
    font-style: italic;
    margin: 20px 0px 10px 0px;
    font-weight: 500;
    font-size: 34px;
}
.feature-card-right h3{
    font-weight: 500;
    font-size: 34px;
    color: #FFF;
    font-family: var(--font-secondary);
    font-style: italic;
    background-image: linear-gradient(to right, #fdb600, #fdc442, #fdd069, #fddc8c, #fee8af, #fee8af, #fee8af, #fee8af, #fddc8c, #fdd069, #fdc442, #fdb600);
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.feature-card-right p{
    color: #FFF;
}
.benefit-number {
    font-size: 100px;
    color: #161616;
    font-weight: 900;   
    display: flex;
    justify-content: end;
    margin-bottom: -80px;
    letter-spacing: 1.205px;
  }
  .feature-solutions-section:hover .feature-card-left{
    background: #161616;
}
  .feature-solutions-section:hover .benefit-number{
    color: #202020;
}

.feature-solutions-section:hover .feature-card-right{
    border-top: 2px solid #FDB600;
    border-right: 2px solid #FDB600;
    border-bottom: 2px solid #FDB600;
}
.card-interg{
    border-radius: 10px;
    background: #1D1D1D;
    padding: 30px;
    border-top: 6px solid #FDB600;
}
.card-interg .card-body h4{
font-size: 30px;
color: #FFF;
font-family: var(--font-secondary);
font-style: italic;
}
.card-interg .card-img{
    width: 120px;
    background: #333;
    border-radius: 60px;
    height: 120px;
    justify-content: center;
    display: inline-grid;
    align-items: center;
    position: relative;
    top: -7%;
    margin-top: -70px;
}
.card-interg .card-img img{
    width: 60px;
    height: 60px;
}
.card-titles h4{
        color: #FFF;
        font-weight: 500;
        font-family: var(--font-secondary);
        font-style: italic;
        font-size: 35px;
    
}
.card-titles p{
    color: #FFF;
    text-align: left;
}

.pricing-table-section .tab-content{
    border-radius: 26px;
    background: linear-gradient(180deg, #262626 0%, #161616 47.61%);
    padding: 60px;
}
.x-force-tabs .nav-tabs .nav-link span{
    border-radius: 20px;
background: #F00;
color: #FFF;
padding: 10px 14px;
    font-size: 13px;
}
.checkbox-field{
    margin-bottom: 20px;
    display: flex;
  align-items: center; 
}
.checkbox-field label{
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
}

.pricing-data p{
    color: #A1A1A1;
}
.pricing-data h4{
    color: #A1A1A1;
    font-size: 40px;
    font-weight: 600;
    font-family: var(--font-default);
}
.pricing-data h2{
font-size: 70px;
font-weight: 700;
color: #FFF;
margin-right: 30px;
font-family: var(--font-secondary);
font-style: italic;
}
.final-price{
    display: inline-flex;
    align-items: center;
    margin: 20px 0px;
}
.final-price p{
    font-family: var(--font-secondary);
    font-style: italic;
    color: #FFF;
    font-size: 26px;
    line-height: 1.3em;
}
.pricing-list-feature ul li {
    display: flex;
    padding: 10px 0px;
    font-weight: 300;
    color: #FFF;
}
.pricing-list-feature ul li b{
    font-weight: 500;
    display: contents;
}

.pricing-list-feature ul {
    list-style: none;
    padding: 0;
}

.pricing-list-feature ul li::before {
    content: "";
    background-image: url(../img/price-check.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.4rem;
    margin-right: 0.9rem;
}

.pricing-data h4 span{
    border-radius: 20px;
    background: #F00;
    color: #FFF;
    padding: 10px 14px;
    font-weight: 400;
    font-size: 12px;
    margin-left: 20px;
}
.btn-tooltip{
    color: #A1A1A1;
font-family: "Hanken Grotesk";
font-size: 14px;
font-weight: 400;
}
.tooltip-inner {
    background-color: #F2F2F2;
    color: #000;            
    max-width: 100%;       
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    opacity: 1;
    text-align: start;
  }
  .tooltip-inner h5{
    font-family: var(--font-default);
    font-size: 16px;
    font-weight: 600;
  }
  .tooltip-arrow {
    border-bottom-color: #FFF;
  }
  
  .pricing-tab-left .checkbox-field {
    display: flex; 
    align-items: center; 
  }
  
  .pricing-tab-left input[type="checkbox"] {
    display: none; 
  }
  
 .pricing-tab-left label {
    position: relative;
    padding-left: 30px; 
    cursor: pointer; 
  }
  
 .pricing-tab-left label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%); 
    width: 20px;
    height: 20px;
    background-color: #FFF; 
    border-radius: 4px; 
    border: 2px solid #FFF; 
  }
  
  .pricing-tab-left input[type="checkbox"]:checked + label::before {
    background-color:#FDB600; 
    border-color:#FDB600;
  }
  
  /* Add a checkmark when checked */
  .pricing-tab-left input[type="checkbox"]:checked + label::after {
    content: '\2713'; 
    position: absolute;
    left: 5px;
    top: 8px; 
    color: white; 
    font-size: 16px; 
  }
.modal-content{
    border-radius: 12px;
    border: 2px solid #333;
    background: radial-gradient(59.34% 19.47% at 50.05% -1.7%, rgba(161, 161, 161, 0.30) 0%, rgba(51, 51, 51, 0.00) 100%), #161616;
    box-shadow: 0px 4px 160px 10px rgba(242, 242, 242, 0.20);
}
.modal-header{
    border: none;
    justify-content: end;
    padding: 0px 30px;
}
.close{
    background: none;
    color: #FFF;
    font-size: 30px;
    border: 0px solid #000;
}
.modal-body{
    padding: 30px 60px 60px 60px;
}
.modal-body h3{
    font-size: 36px;
    font-family: var(--font-primary);
    color: #FFF;
    margin-bottom: 40px;
}
.modal-body p{
    font-family: var(--font-secondary);
    color: #FFF;
    font-style: italic;
}
.modal.show .modal-dialog{
    top: 30%;
}

/* Styling the logo images */
.img-fluid.logo-img {
    max-width: 120px; /* Adjust logo size */
    height: auto;
    margin: 0 20px; /* Add horizontal space between images */
  }


  .product-breadcrumbs {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px; /* Adjust padding for spacing */
    background-color: #5F5F5F33 !important; /* Blue background color */
    font-weight: 500;
    color: #FFC107; /* Yellow text */
    font-size: 14px; /* Adjust text size */
    letter-spacing: 1px;
    border-radius: 25px; /* Rounded corners */
    position: relative;
    bottom: 15%;
}

.product-breadcrumbs a {
    text-decoration: none;
    color: #A1A1A1; /* Yellow color */
    margin: 0 5px; /* Space between breadcrumb items */
}

.product-breadcrumbs a:hover {
    text-decoration: underline; /* Underline on hover */
}

.product-breadcrumbs .product-breadcrumbs-divider {
    margin: 0 5px;
    color: #FFC107 !important; /* Arrow color */
    /* Style for the active link */
}
.product-breadcrumbs a.active {
    color: white; /* White color for active link */
}


.privacy-policy p, h2, h3, h4{
    color: #FFF;
}
.privacy-policy ul li{
    color: #FFF;
    list-style: disc;
}
.privacy-policy ul {
  padding-left: 2rem;
  margin: 10px;
}
.privacy-policy ol {
    padding-left: 2rem;
    margin: 10px;
  }
.privacy-policy ol li{
    color: #FFF;
    
}
.hero-banner-section h1{
    color: #FFF;
}
.hero-banner-section {
    background-color: #000;
    background-image: url(../img/Hero-image.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.dpa ol li{
    list-style:auto;
    color: #FFF;
}
.benefit-cards{
    border-radius: 10px;
    padding: 60px;
    background: linear-gradient(90deg, #FFF 0%, #F5F5DC 100%);
    margin: 60px 0px;
}
.benefit-cards .card-details h3{
    color: #0C0C0C;
    margin: 30px 0px;
    font-family: var(--font-secondary);
}
.benefit-cards .card-details .list-style-icon ul li{
    color: #0C0C0C;
}

.video-frame-2{
border-radius: 10px;
background: #333;
padding: 0px 30px 0px 30px;
position: relative;
bottom: -30px;
}
.video-frame-1{
border-radius: 10px;
background: #1F1F1F;
padding: 0px 30px 0px 30px;
}
.iframe-wrapper {
    overflow: hidden;    position: relative;
    bottom: -30px;
  }
  
  .iframe-wrapper iframe {
    margin-top: -60px;
  }
.section-hero-home{
    padding: 80px 0px;
    background: url(../img/home-page-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.hero-btn-row{
    margin-top: 30px;
}
.home-content h1{
    color: #F2F2F2;
    font-size: 5rem;
    font-weight: 500;
}
.home-content h2 {
    font-size: 5rem;
    font-weight: 500;
    background-image: linear-gradient(90deg, #fdb600 37%, #F2F2F2 49%, #fdb600 65%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }
  .home-content .hero-color-text{
    opacity: 1 !important;
  }
  .home-content p{
    color: #FFF;
    font-size: 26px;
  } 
.roi-pricing{
    border-radius: 26px;
background: #333;
padding: 30px;
}
.form-section-roi{
    border-radius: 16px;
border: 1.266px solid #616161;
background: #161616;
padding: 30px;
}
.switch-toggle{
    padding: 1rem 2rem;
}
.switch-toggle p{
    color: #FFF;
    margin: 0px;
}
.switch-toggle .btn-group{
    margin-left: 20px;
    border-radius: 5px;
background: #0F0F0F;
}
.switch-toggle .btn-group .active{
    border-radius: 5px;
background: #333;
color: #A1A1A1;
}
.form-roi .form-select{
    background-color: #161616;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #6F6F6F;
    color: #FFF;
}
.selct-option-row{
    padding: 1rem 2rem;
}
.form-select:focus{
    box-shadow:none;
}
.roi-btn{
    padding: 0rem 2rem;
}

.roi-result{
    border-radius: 16px;
background: rgba(211, 211, 211, 0.10);
text-align: center;
padding: 20px;
margin: 10px 0px;
}
.roi-result h3{
    font-family: var(--font-default);
    font-size: 20px;
}
.roi-result h2{
    font-family: var(--font-default);
    font-size: 60px;
    margin-top: 20px;
}
.roi-result h4{
    font-family: var(--font-default);
    font-size: 40px;
    margin-top: 20px;
}
  /**
 * Range Slider Container
 */
.range-slider-container {
	padding: 2rem;
}

/**
 * Range Slider Block
 */
.range-slider-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.range-sliders{
    width: 100%;
}
.range-sliders > *:not(:last-child) {
	margin-bottom: 1.5rem;
}

.range-sliders input[type=range] {
	width: 100%;
    background: linear-gradient(90deg, #FEF0CB 0%, #FDB601 95.56%);
	border-radius: 8px;
	height: 10px;
	outline: none;
	-webkit-appearance: none;
}

.range-sliders input[type=range]:focus {
	outline: none;
}

.range-sliders input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	box-shadow: none;
	background-color: #e6e6e6;
	border-radius: 0;
}

.range-sliders input[type=range]::-moz-range-track {
	width: 100%;
	height: 1px;
	cursor: pointer;
	box-shadow: none;
	background-color: #ccc;
	border-radius: 0;
}

.range-sliders input[type=range]::-webkit-slider-thumb {
	box-shadow: none;
	height: 30px;
	width: 12px;
	border-color: transparent;
	border-radius: 22px;
	background-color: #999;
	cursor: ew-resize;
	-webkit-appearance: none;
	margin-top: -15px;
}

.range-sliders input[type=range]::-moz-range-thumb {
	box-shadow: none;
	height: 30px;
	width: 12px;
	border-color: transparent;
	border-radius: 22px;
	background-color: #999;
	cursor: ew-resize;
	-webkit-appearance: none;
	margin-top: -15px;
}

.range-sliders input[type=range]::-moz-focus-outer {
	border: 0;
}

.range-sliders input[type=range].range-slider-red {
    background: linear-gradient(90deg, #FEF0CB 0%, #FDB601 95.56%);
}

.range-sliders input[type=range].range-slider-red::-webkit-slider-runnable-track {
	background-color: rgba(255, 0, 0, 0.1);
}

.range-sliders input[type=range].range-slider-red::-moz-range-track {
	background-color: rgba(255, 0, 0, 0.1);
}

.range-sliders input[type=range].range-slider-red::-webkit-slider-thumb {
	background: linear-gradient(90deg, #FEF0CB 0%, #FDB601 95.56%);
}

.range-sliders input[type=range].range-slider-red::-moz-range-thumb {
	background: linear-gradient(90deg, #FEF0CB 0%, #FDB601 95.56%);
}


.range-sliders .input-slider {
    background-color: #161616;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #6F6F6F;
    color: #FFF;
}

.range-sliders .input-slider::-webkit-outer-spin-button,
.range-sliders .input-slider::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.range-sliders .range-slider-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.range-sliders .range-slider-group .range-slider {
	width: calc(84% - 60px);
}

.range-sliders .range-slider-group .input-slider {
	width: 16%;
}
.section-stats{
    padding: 20px;
}
.section-stats p{
    color: #FFF;
}
.section-stats h3{
    color: #FDB600;
    font-size: 60px;
}
.card-bg{
    background: #202020;
    padding: 30px;
    border-radius: 16px;
}
.card-bg h4{
    color: #FDB600;
    font-family: var(--font-secondary);
    font-size: 30px;
}
.card-bg p{
    color: #FFF;
}
.single-hero-content h1 em{
    font-size: 18px;
    font-style: normal;
    font-family: var(--font-default);
}
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: help;
}

.tooltip-container .tooltip-text {
  visibility: hidden;
  width: 500px;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 12px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Show above the icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 0.875rem;
  line-height: 1.4;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}