/*-----------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;
    }
    .brand-new-left h1 span{
        font-size: 38px !important;
    }
    .brand-new-left h1{
        font-size: 38px !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{
    border-radius: 26px;
    background: #F8FAFB;
    padding: 60px;
    position: relative;
    top: 80px;
}
.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: #000;
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: #000;
    font-size: 26px;
    line-height: 1.3em;
}
.pricing-tab-right h3{
    color: #000;
}
.pricing-list-feature ul li {
    display: flex;
    padding: 10px 0px;
    font-weight: 300;
    color: #000;
}
.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: 60px 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;
}
.form-section-roi{
    border-radius: 16px;
border: 1.266px solid #616161;
background: #FFF;
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: #FFF;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #6F6F6F;
    color: #000;
}
.selct-option-row{
    padding: 1rem 2rem;
}
.form-select:focus{
    box-shadow:none;
}
.roi-btn{
    padding: 0rem 2rem;
}

.roi-result{
    border-radius: 16px;
background: #FFF;
text-align: center;
padding: 20px;
margin: 10px 0px;
}
.roi-result h3{
    font-family: var(--font-default);
    font-size: 18px;
    color: #000;
}
.roi-result h2{
    font-family: var(--font-default);
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}
.roi-result h4{
    font-family: var(--font-default);
    font-size: 30px;
    margin-top: 20px;
    color: #000;
}
  /**
 * 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: #FFF;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border-bottom: 1px solid #6F6F6F;
    color: #000;
}

.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;
}

.section-hero-newhome{
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.newhome-content h1{
    color: #F2F2F2;
    font-size: 4rem;
    font-weight: 500;
}

.newhome-content h2 {
    font-size: 4rem;
    font-weight: 500;
    background-image: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }
  .newhome-content h1 span {
    font-size: 4rem;
    font-weight: 500;
    background-image: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }


  .newhome-content h3 {
    font-size: 3rem;
    font-weight: 500;
    background-image: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    background-clip: text;
    -webkit-background-clip: text;
     color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 0;
  }
  .newhome-content .hero-color-text{
    opacity: 1 !important;
  }
   .newhome-content p{
    color: #000000;
    font-size: 16px;
  } 
.newbtn-quote {
    border-radius: 100px;
    border: 2px solid #FDB600;
    color: #FDB600;
    padding: 12px 16px;
}

.client-section {
    background-color: #ffffff;
    border-radius: 24px;
    border: 20px solid #545454;
}
.section-white{
    background-color: #ffffff;
    padding: 60px 0px;   
}

.section-lightgrey{
    background-color: #F7F7F8;
    padding: 60px 0px;
    
}

.section-black{
    background-color: #000000;
    padding: 60px 0px;
    
}


.home-newtitle h4 {
	color: #000000;
	font-weight: 500;
	font-style: italic
}

.home-newtitle h4 svg {
	position: relative;
	margin-right: 10px
}

.home-newtitle h2 {
	font-family: var(--font-primary);
	font-size: 3rem;
	font-weight: 500;
	font-style: normal;
	color: #000000 !important;
	line-height: 1.2em;
	margin: 20px 0
}

.home-newtitle h3 {
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	color: #000000 !important;
	line-height: 1.2em;
	margin: 20px 0
}

.home-newtitle h4 {
	font-family: var(--font-primary);
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	color: #000000 !important;
	line-height: 1.2em;
	margin: 20px 0
}
.home-newtitle p{
    font-size: 18px;
}
.card-grey{
    margin: 10px 0px;
}
.card-grey .newcards {
    background: #F3F4F6;
    border-radius: 16px;
    position: relative;
    border: 6px;
}

.newcards h3 {
	font-family: var(--font-default);
	font-size: 25px;
	font-weight: 700;
	font-style: normal;
	color: #000000;
	line-height: 1.2em;
	margin: 20px 0
}

.card-white {
    background-color: #ffffff;
    border-radius: 24px;
    position: relative;
}

.home-newtitle h3 span{
	font-family: var(--font-primary);
	font-size: 40px;
	font-weight: 500;
	font-style: normal;
	color: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    
	line-height: 1.2em;
	margin: 20px 0
}

.home-newtitle h4 span{
	font-family: var(--font-primary);
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	color: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    
	line-height: 1.2em;
	margin: 20px 0
}

.gradient-text {
  background-image: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
  background-clip: text;
  -webkit-background-clip: text; 
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary);
 font-size: 3rem;
  font-weight: 300px;
}


.feature-card-section {
  background: #0e0e0e;
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.feature-card {
  background: #fff;
  border-radius: 18px;
  padding: 80px 70px;
  margin: 20px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.05);
}

.feature-info-section h2 {
  font-size: 2.1rem;
  color: #000000;
  margin-bottom: 30px;
}
.get-demo-btn {
  background: #111;
  color: #fff;
  border-radius: 24px;
  border: none;
  padding: 10px 28px;
  display: inline-block;
  margin: 20px 0px;
}

.get-demo-btn:hover{
  color: #fff;
}
.feature-card-stats div h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}
.feature-card-stats div span {
  display: block;
  margin-top: 5px;
  color: #222;
  font-size: 1rem;
}

.newlist-style-icon ul li::before {
	content: "";
	background-image: url(../img/newhome/list-icon-blue.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	top: .3rem;
	margin-right: .3rem;
   
}

.newlist-style-icon ul {
	padding: 0
}

.newlist-style-icon ul li {
	list-style: none;
	color: #000000;
    padding: 4px 0px;
}

@media (max-width: 600px) {
  .newhome-content h1{
    color: #F2F2F2;
    font-size: 2.5rem;
    font-weight: 500;
}
.newhome-content h2 {
    font-size: 2.5rem;
  }

  .client-section {
    margin: 20px;
}
  
.home-newtitle h2{
     font-size: 2.5rem;
}
.gradient-text {
    font-size: 2.5rem;
}
.feature-card {
    padding: 40px 20px;
}
.home-newtitle h3 {
    font-size: 1.5rem;
}
}


.section-newtitle h3 span{
	font-family: var(--font-primary);
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	color: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
    
	line-height: 1.2em;
	margin: 20px 0
}

.section-newtitle h3 {
	font-family: var(--font-primary);
	font-size: 30px;
	font-weight: 500;
	font-style: normal;
	color: #000000 !important;
	line-height: 1.2em;
	margin: 20px 0
}

.section-newtitle h4 {
	color: #000000;
	font-weight: 500;
	font-style: italic
}

.section-newtitle h4 svg {
	position: relative;
	margin-right: 10px
}

.section-newtitle h2 {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	font-style: normal;
	color: #000000 !important;
	line-height: 1.2em;
	margin: 20px 0
}

.section-gradient-text {
  background-image: linear-gradient(90deg, #00AB52 -45.78%, #FDB600 81.57%);
  background-clip: text;
  -webkit-background-clip: text; 
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-primary);
 font-size: 2.5rem;
  font-weight: 300px;
}

.video-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 2rem;
            /* margin-top: 2rem; */
        }

        .video-card {
            background: var(--color-white);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
            display: block;
            border: 2px solid transparent;
        }

        .video-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(253, 182, 0, 0.25);
            border-color: var(--color-primary);
        }

        .video-thumbnail {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: var(--color-dark-bg);
            overflow: hidden;
        }

        .video-thumbnail img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(253, 182, 0, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .video-card:hover .play-overlay {
            background: var(--color-primary);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .play-icon {
            width: 0;
            height: 0;
            border-left: 20px solid var(--color-black);
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            margin-left: 5px;
        }

        .video-info {
            padding: 1.5rem;
        }

        .video-number {
            display: inline-block;
            background: var(--color-dark-bg);
            color: var(--color-white);
            padding: 0.25rem 0.75rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }

        .video-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--color-default);
            margin-bottom: 0.5rem;
            line-height: 1.4;
        }

        .video-description {
            font-size: 0.95rem;
            color: #666;
            line-height: 1.5;
            margin-bottom: 1rem;
        }

        .video-meta {
            display: flex;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            color: #888;
        }
.badge {
            display: inline-block;
            padding: 0.25rem 0.6rem;
            border-radius: 4px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        .badge-essential {
            background: #d4edda;
            color: #155724;
        }
 .cta-section {
            background: #0c0c0c;
            color: var(--color-white);
            padding: 3rem;
            border-radius: 16px;
            text-align: center;
            margin-top: 4rem;
            border: 3px solid var(--color-primary);
        }

        .cta-section h2 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }

        .cta-section p {
            font-size: 1.1rem;
            margin-bottom: 1.5rem;
            opacity: 0.95;
        }

        .cta-button {
            display: inline-block;
            background: var(--color-primary);
            color: var(--color-black);
            padding: 1rem 2.5rem;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }

        .cta-button:hover {
            background: #e5a500;
            transform: scale(1.05);
            color: #000;
            box-shadow: 0 4px 20px rgba(253, 182, 0, 0.4);
        }     

        .lesson-title-section {
            margin-bottom: 2rem;
        }

        .lesson-title-section h1 {
            font-size: 2.5rem;
            color: var(--color-dark-bg);
            margin-bottom: 0.5rem;
            line-height: 1.2;
        }

        .content-wrapper {
            display: grid;
            grid-template-columns: 60% 40%;
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .video-column {
            background: var(--color-white);
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
        }

        .detail-video-container {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #000;
            border-radius: 8px;
            overflow: hidden;
        }

        .detail-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }

        .key-takeaway-column {
            background: #fffbea;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            border-left: 5px solid var(--color-primary);
            height: fit-content;
            position: sticky;
            top: 120px;
        }
 .key-takeaway-column h3 {
            color: var(--color-dark-bg);
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .key-takeaway-column ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .key-takeaway-column li {
            margin-bottom: 1rem;
            font-size: 1.05rem;
            line-height: 1.6;
            color: var(--color-default);
            padding-left: 2rem;
            position: relative;
        }

        .key-takeaway-column li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 0;
            color: var(--color-primary);
            font-weight: bold;
            font-size: 1.3rem;
        }

        .detail-content {
            background: var(--color-white);
            border-radius: 12px;
            padding: 2.5rem;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
            margin-bottom: 2rem;
        }

        .detail-content h2 {
            color: var(--color-dark-bg);
            font-size: 1.8rem;
            margin-bottom: 1.5rem;
            margin-top: 2rem;
            border-bottom: 2px solid var(--color-primary);
            padding-bottom: 0.5rem;
        }

        .detail-content h2:first-child {
            margin-top: 0;
        }

        .detail-content h3 {
            color: var(--color-dark-bg);
            font-size: 1.4rem;
            margin: 2rem 0 1rem;
        }

        .detail-content p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #4a4a4a;
            margin-bottom: 1.5rem;
        }
 .steps-list {
            list-style: none;
            counter-reset: step-counter;
            margin: 1.5rem 0;
        }

        .steps-list li {
            counter-increment: step-counter;
            position: relative;
            padding-left: 3.5rem;
            margin-bottom: 2rem;
            font-size: 1.05rem;
            line-height: 1.7;
        }

        .steps-list li::before {
            content: counter(step-counter);
            position: absolute;
            left: 0;
            top: 0;
            background: var(--color-primary);
            color: var(--color-black);
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
        }

        .steps-list strong {
            color: var(--color-dark-bg);
            font-weight: 600;
        }
        .new-tables-ui .table {
    border-collapse: separate; /* important */
    border-spacing: 0;
}
.new-tables-ui .table thead tr th{
    background: #F9FAFB;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.new-tables-ui .table thead tr th:first-child {
    border-radius: 16px 0 0 0;
}
.new-tables-ui .table thead tr th:last-child {
    border-radius: 0 16px 0 0;
}
.new-tables-ui table{
        border-collapse: collapse;
    border-spacing: 0px;
}
.new-tables-ui .table tr td{
border-bottom: 1px solid rgba(0, 0, 0, 0.10);
padding: 20px;
background: #FFF;
vertical-align: middle;
}
.new-tables-ui table td:first-child {
    width: 20%;        
    border-left: 1px solid rgba(0, 0, 0, 0.10); 
  }
  

  .new-tables-ui table td:nth-child(2) {
    background-color: #F7FEF9; /* Second TD background color */
    width: 50%;
  }
.new-tables-ui table td:nth-child(3) {
border-right: 1px solid rgba(0, 0, 0, 0.10); 
  }
.green-list-icon ul li::before{
    background-image: url('../img/newhome/list-icon-green.svg');
}

.coming-soon {
    font-size: 10px;
    background-color: #fdb500; 
    color: #000;
    padding: 2px 6px;
    margin-left: 8px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
}
.top-logos p{
    margin: 0;
    padding: 6px;
}

.pain-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 500px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.pain-card:hover {
    transform: translateY(-5px);
}

.pain-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pain-card:hover .pain-card-image {
    transform: scale(1.1);
}

.pain-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 100%);
    transition: background 0.3s ease;
}

.pain-card:hover .pain-card-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.8) 100%);
}

.pain-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: white;
    z-index: 2;
    background: linear-gradient(1deg, rgba(0, 0, 0, 1) 0%, rgb(255 255 255 / 0%) 100%);
}

.pain-card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.pain-card-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 768px) {
    .pain-card {
        height: 350px;
        margin-bottom: 20px;
    }

    .pain-card-title {
        font-size: 20px;
    }
}
.card-feature{
    background: #FFF;
    border-radius: 16px;
}
.card-feature img{
    border-radius: 16px 16px 0px 0px;
}
.card-feature .card-data{
    padding: 26px;
}
.card-feature .card-data h3{
    color: #0C0C0C;
}
/* .card-front{
    border-radius: 16px;
border: 1px solid #E5E7EB;
background: #FFF;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
padding: 30px;
position: relative;
overflow: hidden;
transition: color 0.4s ease;
}
.card-front-body h4{
    color: #0C0C0C;
}
.card-front-body p{
    color: #525252;
}
.card-font-icon{
background: #FFF9E6;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 20px;
}
.card-front::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: transform 0.4s ease;
    z-index: -1;
    transform: translateX(0);
}

.card-front:hover::before {
    transform: translateX(100%);
}

.card-front:hover {
    color: #fff;
    background: #000;
}

.card-front:hover h4,
.card-front:hover p {
    color: #fff;
}

.card-front:hover svg path {
    stroke: #fff;
}

.card-front:hover .card-font-icon{
    background: #fdb600;
} */
.counter-number h5{
    color: #FDB600;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font-default);
}
.counter-number p{
    color: #D4D4D4;
}
.counter-number p span{
    margin-right: 8px;
}


 
.faq-accordion {
    padding: 40px;
    max-height: 600px;
    overflow-y: auto;
}

.faq-item {
    border: none;
    margin-bottom: 0;
}

.faq-button {
    width: 100%;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    color: #0C0C0C;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.faq-button:hover {
    background-color: #F9FAFB;
}

.faq-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: #F3F4F6;
    flex-shrink: 0;
}

.faq-icon.active {
    background-color: #FDB600;
    transform: rotate(180deg);
}

.faq-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0 24px;
    color: #525252;
    font-size: 16px;
    line-height: 1.7;
}

.faq-content.active {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 20px;
}

.progress-divider {
    height: 1px;
    background-color: #E5E7EB;
    margin: 8px 24px;
    position: relative;
    transition: height 0.3s ease;
}

.progress-divider.active {
    height: 3px;
}

.progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #FDB600;
    width: 0%;
    transition: width 0.1s linear;
}

.vector-display {
    padding: 40px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invoice-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    position: relative;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #E5E7EB;
}

.invoice-line-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    color: #525252;
}

.invoice-total {
    border-top: 2px solid #0C0C0C;
    padding-top: 12px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.scan-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FDB600, transparent);
    animation: scan 3s ease-in-out infinite;
}

@keyframes scan {
    0%, 100% { top: 0; opacity: 0; }
    10% { opacity: 1; }
    50% { top: 50%; opacity: 1; }
    90% { opacity: 1; }
    100% { top: 100%; opacity: 0; }
}

.payment-method {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.payment-icon {
    width: 80px;
    height: 80px;
    background-color: #FDB600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.sync-container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.sync-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    min-width: 180px;
}

.sync-arrow {
    color: #00AB52;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.1); }
}

.hero-img-team img{
    width: 10%;
    margin-right: 10px;
}
.hero-img-team p{
    font-family: var(--font-default);
    color: #D4D4D4;
    font-size: 16px;
}

.new-faq-accordion {
    max-width: 896px;
    margin: 0 auto;
}

.new-faq-item {
    border-bottom: 1px solid #E5E7EB;
}

.new-faq-item:last-child {
    border-bottom: none;
}

.new-faq-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
}

.new-faq-question {
    color: #0C0C0C;
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    flex: 1;
    transition: color 0.3s ease;
}

.new-faq-question:hover {
    color: #FDB600;
}

.new-faq-icon {
    flex-shrink: 0;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.new-icon-plus::before {
    content: '+';
    font-size: 20px;
    font-weight: 300;
    color: #9CA3AF;
    display: block;
}

.new-icon-minus {
    display: none;
}

.new-icon-minus::before {
    content: '−';
    font-size: 20px;
    font-weight: 300;
    color: #FDB600;
    display: block;
}

.new-faq-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.new-faq-answer {
    padding-bottom: 24px;
    padding-top: 8px;
    color: #0C0C0C;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* radio-based accordion */

.new-faq-radio {
    display: none;
}

.new-faq-radio:checked + .new-faq-button + .new-faq-content {
    max-height: 500px;
    opacity: 1;
}

.new-faq-radio:checked + .new-faq-button .new-icon-plus {
    display: none;
}

.new-faq-radio:checked + .new-faq-button .new-icon-minus {
    display: flex;
    align-items: center;
    justify-content: center;
}

  .new-testimonials-carousel {
    position: relative;
    margin-bottom: 40px;
}

.new-testimonials-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.new-testimonials-side {
    display: none;
    width: 20%;
    opacity: 0.3;
    pointer-events: none;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
    .new-testimonials-side {
        display: block;
    }
}

.new-testimonials-card-side {
    border-radius: 1.5rem;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    min-height: 280px;
    background-size: cover;
    background-position: center;
}

.new-testimonials-card-side::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.82) 0%, rgba(20, 20, 20, 0.75) 100%);
    border-radius: 1.5rem;
}

.new-testimonials-card-content {
    position: relative;
    z-index: 10;
}

.new-testimonials-quote {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 32px;
    margin-top: 0;
}

.new-testimonials-author {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 4px 0;
}

.new-testimonials-author-role {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
    margin: 0;
}

.new-testimonials-center {
    width: 60%;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: grab;
}

.new-testimonials-center:active {
    cursor: grabbing;
}

.new-testimonials-card-main {
    border-radius: 1.5rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    min-height: 420px;
    background-size: cover;
    background-position: center top;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.new-testimonials-card-main::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
    z-index: 1;
}

.new-testimonials-card-left {
    width: 55%;
    padding: 0px 40px 140px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.new-testimonials-quote-main {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 40px;
    flex-grow: 1;
    margin-top: 0;
}

.new-testimonials-author-main {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 0;
}

.new-testimonials-author-role-main {
    color: #FFFFFF;
    font-size: 15px;
    margin: 0;
}

.new-testimonials-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.new-testimonials-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: none;
    background-color: #D1D5DB;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.new-testimonials-dot.active {
    width: 32px;
    background-color:#FDB600;
}

.audience-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 500px;
    border: 2px solid #E5E7EB;
    background-size: cover;
    background-position: center;
    transition: 0.4s ease;
    display: flex;
    align-items: flex-end;
}

.audience-card::before {
    content: "";
    position: absolute;
    inset: 0;
}

.audience-content {
    position: relative;
    z-index: 2;
    padding: 30px;
}

.divider-line {
    width: 50px;
    height: 4px;
    background: #FDB600;
    border-radius: 50px;
    transition: 0.4s ease;
}

.audience-card:hover .divider-line {
    width: 80px;
}

.audience-content h5 {
    font-weight: 600;
    font-family: var(--font-default);
    font-size: 24px;
}

.outline-btn {
    border: 2px solid #FDB600;
    color: #fff;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    background: transparent;
    transition: 0.3s ease;
}

/* ── Feature Card ── */
.feature-card-new {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Sliding overlay */
.feature-card-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0c0c0c;
  border-radius: 1rem;
  transform: translateX(-105%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.feature-card-new:hover::before {
  transform: translateX(0);
}

.feature-card-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Keep all card content above the overlay */
.card-inner {
  position: relative;
  z-index: 1;
}

/* Icon circle */
.icon-circle {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #fff9e6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.feature-card-new:hover .icon-circle {
  background: #fdb600;
}

/* SVG icon colours */
.icon-circle svg {
  width: 2rem;
  height: 2rem;
  color: #fdb600;
  transition: color 0.3s ease;
}

.feature-card-new:hover .icon-circle svg {
  color: #0c0c0c;
}

/* Text */
.card-title {
  font-size: 24px;
  font-weight: 400;
  color: #0c0c0c;
  line-height: 32px;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.feature-card-new:hover .card-title {
  color: #ffffff;
}

.card-desc {
  font-size: 0.875rem;
  color: #525252;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.feature-card-new:hover .card-desc {
  color: #d4d4d4;
}

/* SVG icon stroke colour swap on hover */
.feature-card-new .icon-circle svg path,
.feature-card-new .icon-circle svg line,
.feature-card-new .icon-circle svg circle,
.feature-card-new .icon-circle svg polyline,
.feature-card-new .icon-circle svg rect {
  stroke: #fdb600;
  transition: stroke 0.3s ease;
}

.feature-card-new:hover .icon-circle svg path,
.feature-card-new:hover .icon-circle svg line,
.feature-card-new:hover .icon-circle svg circle,
.feature-card-new:hover .icon-circle svg polyline,
.feature-card-new:hover .icon-circle svg rect {
  stroke: #0c0c0c;
}
.btn-black{
    display: inline-flex;
    align-items: center;
    padding: 10px 28px;
    border-radius: 56px;
    font-family: var(--font-default);
    color: #111313;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border: 1px solid #111313;
    width: auto;
}

 .btn-black:hover{
    color: #111313;
  }

.btn-black:hover svg {
      transform: rotateZ(45deg); /* Rotate the SVG on hover */
    }
.btn-black svg {
    transition: all 0.4s ease;
    position: relative;
    left: 8px;
}

@media (min-width: 600px) and (max-width: 1280px) {
    .brand-new-left h1{
      font-size: 40px !important;
    }
    .brand-new-left h1 span{
      color: #FDB600;
      font-size: 44px !important;
    }
  .subtitle{
    font-size: 18px !important;
  }
  p{
    font-size: 12px !important;
  }
  .btn-primary{
    font-size: 12px !important;
    padding: 6px 20px !important;
  }
  .btn-black{
    font-size: 12px !important;
    padding: 4px 16px !important;
  }
  .btn-lined{
    font-size: 12px !important;
  }
  .navbar-light .navbar-nav .nav-link{
    font-size: 12px !important;
  }
  }

  .rotating-wrapper {
    display: inline-flex;
    overflow: hidden;
    height: 1.3em;
    vertical-align: bottom;
  }
  .rotating-list {
    display: flex;
    flex-direction: column;
  }
  .rotating-list span {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    white-space: nowrap;
  }
  .table-wrapper {
    max-width: 900px;
    margin: 30px auto;
  }

  .table-title {
    background: #000;
    color: #fff;
    padding: 12px 16px;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
  }

  .custom-table {
    background: #F8F9FA;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
  }

  .custom-table td {
    vertical-align: top;
    padding: 14px 16px;
    border: none;
    background: none;
  }

  .table-section-title {
    font-weight: 700;
    color: #222;
    width: 220px;
  }

  .fee-name {
    font-weight: 600;
  }

  .fee-price {
    color: #f4a300 !important;
    font-weight: 700;
    white-space: nowrap;
    width: 120px;
  }

  .fee-desc {
    color: #555;
    font-size: 14px;
  }

  .divider-row td {
    padding-top: 25px;
  }

  .footnote {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
  }
