﻿@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*#region Master*/

:root {
    --nts-green: #96bc33;
    --nts-grey: #455560;
    --text-black: #2e3135;
    --text-gray: rgba(255, 255, 255, 0.8);
}

body {
    position: relative;
    padding: 0;
    text-rendering: optimizeSpeed;
    color: var(--text-black);
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    scroll-behavior: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a, input {
    outline: 0;
    text-decoration: none;
}

    /* Change Autocomplete styles in Chrome*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #353535;
        -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
        transition: background-color 5000s ease-in-out 0s;
    }

a {
    color: var(--nts-green);
}

    a:hover {
        text-decoration: none;
        color: var(--nts-green);
    }

#back-top {
    margin: 0;
    position: fixed;
    right: 1rem;
    z-index: 99999;
}

    #back-top a {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        height: 40px;
        text-decoration: none;
        width: 40px;
        transition: all 200ms linear 0s;
        border-radius: 10px;
        align-items: center;
        display: grid;
    }

        #back-top a:hover, #back-top a:active {
            background-color: var(--nts-green);
        }

        #back-top a svg {
            color: #fff;
            display: block;
            font-size: 15px;
            margin: 0 auto;
            text-align: center;
            height: 25px;
        }

.back-top-captcha {
    bottom: 6.5rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: var(--nts-green);
    opacity: 1;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(69, 85, 96,1)'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: var(--nts-grey) !important;
    border-color: var(--nts-grey) !important;
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255, 255, 255,1)'/%3e%3c/svg%3e");
}

.section-title {
    margin-bottom: 20px;
}

.sub-heading {
    padding: 10px;
    background-color: var(--nts-green);
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
}

    .sub-heading h6 {
        color: #fff;
        font-weight: 900;
        margin: unset;
        text-transform: uppercase;
        font-size: 12px;
    }

.section-title h2 {
    font-weight: 700;
    font-size: 33px;
    text-transform: capitalize;
}

.section-title p {
    font-size: 20px;
    margin: unset;
}

/*#endregion*/

/*#region Navbar*/

.navbar {
    background: #222222;
    transition: all 0.5s;
}

    .navbar img, .offcanvas img {
        width: 150px;
    }

    .navbar h4 {
        font-size: 16px;
        font-weight: 800;
        color: #fff;
        text-transform: capitalize;
        margin: unset;
    }

.menu-btn {
    margin-left: 15px;
}

    .menu-btn .navbar-toggler {
        font-size: 14px;
        display: inline-flex;
        align-items: center;
        padding: 8px 0 8px 0;
        color: #fff;
        transition: all 300ms linear 0s;
        border: unset;
    }

        .menu-btn .navbar-toggler svg {
            font-size: 33px;
        }

        .menu-btn .navbar-toggler:focus {
            box-shadow: unset !important;
        }

.navbar-nav .nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-black);
}

    .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .menu-btn .navbar-toggler:hover {
        color: var(--nts-green) !important;
        transition: all 0.3s ease-in-out 0s;
    }

.sticky-nav-top {
    position: sticky;
    top: 0px;
    z-index: 1020;
}

.offcanvas .btn-close {
    margin-right: 2px;
}

/*#endregion*/

/*#region Banner*/

.banner {
    padding: 45px 0;
    background-color: #222222;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

    .banner .row {
        z-index: 1;
    }

    .banner h1 {
        font-size: 45px;
        font-weight: 800;
        color: var(--nts-green);
        line-height: 50px;
        text-transform: capitalize;
    }

    .banner p {
        font-size: 22px;
        font-weight: 600;
        line-height: 1.5;
        color: white;
    }

    .banner h5 {
        font-size: 12px;
        color: #fff;
        margin-top: 10px;
    }

    .banner img {
        border-radius: 5px;
    }

    .banner .sub-heading {
        background-color: #fff;
    }

        .banner .sub-heading h6 {
            color: var(--text-black);
        }

.canvas {
    position: absolute;
    left: 0;
    width: 100% !important;
    height: 645px !important;
    z-index: 1;
}

/*#trendGraph {
    opacity: 0;
    transition: opacity 2s ease-out;*/ /* Match this duration with the chart animation duration */
/*}*/

@keyframes fadeInRightCanvas {
    0% {
        opacity: 0;
        transform: translateX(3rem); /* Start 3rem to the right */
    }

    100% {
        opacity: 1;
        transform: translateX(0px); /* End at the original position */
    }
}

.fadeInRightCanvas {
    animation: fadeInRightCanvas 2s ease-out forwards; /* Apply the animation */
}



/*.fadingEffect {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: white;
    -moz-animation: showHide 5s ease-in alternate infinite;*/ /* Firefox */
/*-webkit-animation: showHide 5s ease-in alternate infinite;*/ /* Safari and Chrome */
/*-ms-animation: showHide 5s ease-in alternate infinite;*/ /* IE10 */
/*-o-animation: showHide 5s ease-in alternate infinite;*/ /* Opera */
/*animation: showHide 5s ease-in alternate infinite;
}

@-webkit-keyframes showHide {*/ /* Chrome, Safari */
/*0% {
        width: 100%
    }

    40% {
        width: 0%
    }

    60% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes showHide {*/ /* FF */
/*0% {
        width: 100%
    }

    40% {
        width: 0%
    }

    60% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes showHide {*/ /* IE10 */
/*0% {
        width: 100%
    }

    40% {
        width: 0%
    }

    60% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@-o-keyframes showHide {*/ /* Opera */
/*0% {
        width: 100%
    }

    40% {
        width: 0%
    }

    60% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes showHide {
    0% {
        width: 100%
    }

    40% {
        width: 0%
    }

    60% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}*/



/*#endregion*/

/*#region Why-us*/

.why-us {
    padding: 45px 0;
}

    .why-us img {
        border-radius: 8px;
    }

    .why-us .section-title .sub-heading {
        color: #fff;
        background-color: var(--nts-green);
    }

    .why-us h3 {
        font-size: 26px;
        font-weight: 700;
        text-transform: capitalize;
    }

    .why-us h4 {
        font-size: 23px;
        color: var(--nts-green);
        font-weight: 600;
    }

/*#endregion*/

/*#region Stats*/

.stats {
    padding: 45px 0;
    background-color: #f7f7f7;
}

.progress-container {
    width: 160px;
    height: 160px;
    position: relative;
}

.progress-outer {
    width: 160px;
    height: 160px;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), -6px -6px 10px -1px rgba(255,255,255, 0.7);
    border-radius: 50%;
}

.progress-inner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2), -4px -4px 6px -1px rgba(255,255,255, 0.7), -0.5px -0.5px 0px rgba(255,255,255,1), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}

.progress-number {
    font-weight: 600;
    color: var(--text-black);
    font-size: 30px;
}

.stats circle {
    fill: none;
    stroke: var(--nts-green);
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    animation: anim 2s linear forwards;
}

@keyframes anim {
    100% {
        stroke-dashoffset: 157.5;
    }
}

.stats svg {
    position: absolute;
    top: 0;
    left: 0;
}

/* Override the default section title text color for stats section */
.stats .section-title .stats-description {
    color: var(--text-black);
    opacity: 0.8;
}

/*#endregion*/

/*#region Counter-State*/

.counter-state {
    padding: 45px 0;
    padding-top: unset !important;
    background-color: #f7f7f7;
}

    .counter-state span {
        font-size: 38px;
        font-weight: 700;
    }

    .counter-state p {
        font-weight: 600;
        color: var(--nts-green);
    }

/*#endregion*/

/*#region How Does It Work*/

.how-does-it-work {
    padding: 45px 0;
}

/*#endregion*/

/*#region Try For Free*/

.try-for-free {
    padding: 45px 0;
}

/*#endregion*/

/*#region info-section*/

.info-section {
    padding: 45px 0;
    background-color: #222222;
}

    .info-section .section-title h2 {
        color: #fff;
    }

    .info-section p {
        color: #fff;
    }

/*#endregion*/

/*#region info-section 1*/

.info-section-1 {
    padding: 45px 0;
}

    .info-section-1 .nav {
        border: unset;
        margin-bottom: 20px;
    }

        .info-section-1 .nav .nav-item:first-child {
            margin-left: unset;
        }

        .info-section-1 .nav .nav-item {
            margin-left: 20px;
        }

    .info-section-1 .nav-item .nav-link {
        font-size: 14px;
        background-color: transparent !important;
        border-radius: 5px;
        height: 40px;
        padding: 0px 15px;
        color: var(--nts-green) !important;
        border: 1px solid var(--nts-green);
    }

        .info-section-1 .nav-item .nav-link.active, .info-section-1 .nav-item .nav-link.hover {
            background-color: var(--nts-green) !important;
            border: 1px solid var(--nts-green);
            color: #fff !important;
        }

/*#endregion*/

/*#region Partner*/

.partner {
    padding: 45px 0;
    background-color: #f7f7f7;
}

    .partner .slide {
        padding: 25px;
        background-color: #fff;
        border-radius: 15px;
    }

    .partner .slider {
        height: 100%;
        margin: auto;
        overflow: hidden;
        position: relative;
        width: auto;
    }

        .partner .slider .slide-track {
            animation: scroll 40s linear infinite;
            display: flex;
            width: calc(250px * 14);
        }

        .partner .slider .slide {
            width: 250px;
            margin-right: 20px;
        }

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

/*#endregion*/

/*#region Contact Us*/

.contactUs {
    padding: 45px 0;
}

    .contactUs .section-title {
        margin-bottom: 20px;
    }

    .contactUs .contact-form {
        padding: 25px;
        background-color: var(--nts-green);
    }

    .contactUs .section-title .sub-heading {
        background-color: #fff;
    }

        .contactUs .section-title .sub-heading h6 {
            color: var(--nts-green);
        }

    .contactUs .section-title h2, .contactUs .section-title p, .contactUs .form-switch label, .contactUs .btn-main {
        color: #fff;
    }

    .contactUs .message {
        height: 200px;
    }

    .contactUs .contact-form .form-switch label a {
        color: var(--text-black);
    }

    .contactUs .form-control:focus {
        box-shadow: unset;
    }

    .contactUs .btn-main {
        background-color: #fff;
        color: var(--nts-green);
        border: unset;
    }

.contactImageCol {
    background-image: url(../media/contact_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: 60%;
}

.contact-form-thank-you {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: white;
    transition: opacity 0.3s ease-in-out;
}

/*#endregion*/

/*#region Privacy Policy*/

.privacy {
    padding-top: 45px; /*80px for navbar height*/
    padding-bottom: 50px;
    position: relative;
}

    .privacy h2 {
        font-size: 30px;
        font-weight: bold;
        color: var(--text-black);
    }

    .privacy p {
        font-size: 16px;
        line-height: 33px;
        color: var(--text-grey);
    }

/*#endregion*/

/*#region Footer*/

.footer {
    padding-top: 25px;
    background-color: #222222;
}

    .footer .footer-block {
        margin-bottom: 15px;
    }

        .footer .footer-block img {
            width: 150px;
            margin-bottom: 20px;
        }

        .footer .footer-block h2 {
            font-size: 18px;
            color: #fff;
        }

        .footer .footer-block h3 {
            font-size: 16px;
            color: #fff;
            font-weight: 700;
        }

        .footer .footer-block p {
            font-size: 13px;
            color: #fff;
        }

        .footer .footer-block .quick-links {
            list-style: none;
            padding-left: 0;
        }

    .footer .quick-links li a::before {
        content: "\f061";
        font-weight: 600;
        font-size: 14px;
        left: 0;
        opacity: 0;
        transition: 0.5s;
        position: absolute;
        font-family: "Font Awesome 6 Free";
    }

    .footer .quick-links li a:hover::before {
        opacity: 1;
        color: var(--nts-green);
    }

    .footer .quick-links li a {
        position: relative;
        color: #fff;
        transition: 0.5s;
        line-height: 33px;
        font-size: 14px;
    }

        .footer .quick-links li a:hover {
            padding-left: 20px;
            font-weight: 500;
            text-decoration: underline;
            color: var(--nts-green);
        }

    .footer .copyright_area {
        background: #fff;
        color: var(--text-black);
        text-align: center;
        padding: 30px 15px;
    }

        .footer .copyright_area a {
            font-weight: 700;
            font-size: 14px;
            text-transform: uppercase;
            color: var(--nts-green);
        }

/*#endregion*/


/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {

    .btn-main {
        display: inline-block;
    }

    /*#region Banner*/

    .banner {
        background-position: 25%;
    }

    /*#endregion*/

}

/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Banner*/

    .banner {
        padding: 80px 0;
        background-position: 33%;
    }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 35px;
    }

    /*#endregion*/
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Navbar*/

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Banner*/

    .banner {
        padding: 95px 0;
    }

        .banner h1 {
            font-size: 55px;
            line-height: 80px;
        }

        .banner p {
            font-size: 38px;
            line-height: 60px;
        }

    /*#endregion*/

    /*#region Why-us*/

    .why-us {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Stats*/

    .stats {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Counter-State*/

    .counter-state {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region How Does It Work*/

    .how-does-it-work {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Try For Free*/

    .try-for-free {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region info-section*/

    .info-section {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region info-section 1*/

    .info-section-1 {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Partner*/

    .partner {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contactUs {
        padding: 75px 0;
    }

    .contact-form-thank-you {
        font-size: 90px;
        padding: 50px;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .footer-block {
            margin-bottom: 0px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy {
        padding-bottom: 75px;
    }

        .privacy h2 {
            font-size: 40px;
        }

    /*#endregion*/
}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    .section-title {
        margin-bottom: 40px;
    }

    .sub-heading h6 {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 48px;
    }

    .section-title p {
        font-size: 20px;
    }

    /*#region Banner*/

    .banner {
        /* Remove height: 580px; */
    }

        .banner h1 {
            font-size: 70px;
            line-height: 100px;
        }

        .banner p {
            margin-bottom: 40px;
        }

    /*#endregion*/

    /*#region Why-us*/

    .why-us h3 {
        font-size: 32px;
        font-weight: 700;
    }

    .why-us h4 {
        font-size: 26px;
    }

    .why-us p {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Counter-State*/

    .counter-state span {
        font-size: 48px;
    }

    .counter-state p {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region info-section*/

    .info-section p {
        font-size: 16px;
    }

    /*#endregion*/

    /*#region Contact Us*/

    .contact-form-thank-you {
        font-size: 120px;
        min-height: 734px;
        padding: 70px !important;
    }

    /*#endregion*/

    /*#region Footer*/

    .footer {
        padding-top: 50px;
    }

        .footer .footer-block img {
            width: 300px;
        }

    /*#endregion*/

    /*#region Privacy Policy*/

    .privacy h2 {
        font-size: 45px;
    }

    /*#endregion*/
}

/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

    /*#region Banner*/

    .banner {
        padding: 80px 0;
    }

    /*#endregion*/

}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Banner*/

    .banner {
        background-position: unset;
        /* Remove height: 645px; */
    }

    /*#endregion*/
}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}

.platform-overview-graphic {
    position: relative;
    padding: 2rem;
}

.metrics-preview {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    max-width: 500px;
    margin: 0 auto;
}

.metrics-card {
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.metrics-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
}

.metrics-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--nts-green); /* Using the NTS green color */
}

.metrics-label {
    font-weight: 500;
    color: #ffffff; /* White text for better contrast */
    font-size: 1.1rem;
}

@media (max-width: 991px) {
    .platform-overview-graphic {
        margin-top: 2rem;
    }
}

/* Add efficient menu transitions */
.offcanvas {
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.offcanvas.show {
    transform: translateX(0);
}

/* Optimize animations with hardware acceleration */
.navbar-toggler,
.offcanvas,
.banner-canvas {
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.static-count {
    font-size: 38px;
    font-weight: 700;
    color: var(--text-black);
}

.metric-card {
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.3s ease;
}

.metric-card:hover {
    transform: translateY(-5px);
}

/* Add will-change hints for animated elements */
.animated, .wow {
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Reduce paint operations by using transform instead of margin/padding for animations */
.metric-card:hover {
    transform: translate3d(0, -5px, 0); /* Use translate3d instead of translateY */
}

/* Add these properties to animated elements */
.animated, .wow, .metric-card, .feature-card {
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
}

/* Reduce paint operations during scroll */
.banner::before,
.banner::after,
.section::before,
.section::after {
    pointer-events: none;
    will-change: transform;
    backface-visibility: hidden;
}

/* Add this to replace WOW.js animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Page Loader */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.page-loader.fade-out {
    opacity: 0;
    visibility: hidden;
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    transform: translateX(calc(-1 * (100vw - 100%))/2);
    border: none;
}

.loader-logo {
    width: 200px;
    animation: pulse 2s infinite;
    border: none;
    outline: none;
    box-shadow: none;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(150, 188, 51, 0.1);
    border-top: 3px solid var(--nts-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* Hide scrollbar during load */
body.loading {
    overflow: hidden;
    padding-right: 17px;
}

/* Prevent scrollbar layout shift */
html {
    overflow-y: scroll;
    scrollbar-width: thin;
}

/* Make loader styles more specific and forceful */
body .page-loader .loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    transform: translateX(calc(-1 * (100vw - 100%))/2);
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .page-loader .loader-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(150, 188, 51, 0.1);
    border-top: 3px solid var(--nts-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    box-shadow: none !important;
    background: transparent !important;
}

body .page-loader .loader-logo {
    width: 200px;
    animation: pulse 2s infinite;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Add scroll margin to handle fixed header */
#featuresAnchor {
    scroll-margin-top: 100px; /* Adjust this value based on your header height */
}
