@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600;700&display=swap');



html,
body {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0px;

    padding: 0px;
}



h1 {

    font-size: 45px;
    font-weight: bold;
}

h2 {

    font-weight: bold;
}

h3 {

    font-weight: bold;
}

h4 {

    font-weight: bold;
}

h5 {

    font-weight: bold;
}

h6 {

    font-weight: bold;
}

a {

    font-size: 20px;
    font-weight: bold;
}

p {}

li {}

/* Pvt Ltd page Start*/
/* =========================================================
   TOP HEADER CSS
========================================================= */

.nss-top-header {
    background: linear-gradient(135deg,
            #050505 0%,
            /* Rich Black */
            #120000 12%,
            /* Black Cherry */
            #2a0202 25%,
            /* Dark Burgundy */
            #5a0808 45%,
            /* Deep Ruby */
            #8f0d0d 65%,
            /* Signature Red */
            #c31616 82%,
            /* Crystal Red */
            #ff4a1c 100%
            /* Fiery Orange Highlight */
        );
    color: #ffffff;
    font-size: 13px;
    position: relative;
    z-index: 1000;
}

.nss-top-header-left,
.nss-top-header-right {
    display: flex;
    align-items: center;
    min-height: 46px;
}

.nss-top-header-left {
    gap: 24px;
}

.nss-top-header-right {
    justify-content: flex-end;
    gap: 20px;
}

/* Contact Items */
.nss-top-header-item {
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.nss-top-header-item:hover {
    color: #ffffff;
}

.nss-top-header-item i {
    margin-right: 8px;
    color: #fca5a5;
    font-size: 12px;
}

/* Social Media */
.nss-top-header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nss-top-header-social a {
    font-size: 16px;
    font-weight: 700;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.nss-top-header-social a:hover {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Login */
.nss-top-header-login {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none !important;
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.nss-top-header-login:hover {
    color: #fca5a5;
}

.nss-top-header-login i {
    font-size: 15px;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 991.98px) {
    .nss-top-header {
        font-size: 12px;
    }

    .nss-top-header-left {
        gap: 16px;
    }

    .nss-top-header-right {
        gap: 14px;
    }

    .nss-top-header-item span {
        display: none;
    }

    .nss-top-header-item i {
        margin-right: 0;
        font-size: 14px;
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 767.98px) {
    .nss-top-header {
        display: none;
    }
}

/*header start*/
/* Header */
.nss-main-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
}

.nss-navbar {
    min-height: 86px;
    display: flex;
    align-items: center;
}

.nss-brand img {
    height: 52px;
    width: auto;
}

/* Navigation Wrapper (same menu for desktop + mobile) */
.nss-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    overflow: hidden;
}

/* Menu */
.nss-nav-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nss-nav-menu .nav-item {
    margin: 0;
}

.nss-nav-menu .nav-link {
    display: block;
    padding: 10px 16px !important;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-radius: 12px;
}

.nss-nav-menu .nav-link:hover,
.nss-nav-menu .nav-link:focus {
    color: #b80e0e;
}

/* CTA Button */
.nss-header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(184, 14, 14, 0.18);
    transition: all 0.3s ease;
}

.nss-header-cta:hover,
.nss-header-cta:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(184, 14, 14, 0.24);
}

/* Hamburger Toggle */
.nss-menu-toggle {
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    outline: none !important;
    box-shadow: none !important;
}

.nss-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 3px 0;
    border-radius: 10px;
    background: #111827;
}

/* Overlay */
.nss-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    z-index: 998;
}

.nss-mobile-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile/Tablet Header inside Sidebar */
.nss-mobile-menu-header {
    display: none;
}

.nss-mobile-menu-header img {
    height: 42px;
    width: auto;
}

.nss-mobile-close {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 12px;
    background: #f8fafc;
    color: #111827;
    outline: none !important;
    box-shadow: none !important;
}

/* Sidebar CTA */
.nss-mobile-cta {
    width: 100%;
    margin-top: 24px;
}

/* =========================================================
   TABLET + MOBILE SIDEBAR MENU
   Breakpoint: < 992px
========================================================= */
@media (max-width: 991.98px) {

    .nss-navbar {
        min-height: 78px;
    }

    .nss-brand img {
        height: 46px;
    }

    /* Show Hamburger */
    .nss-menu-toggle {
        display: inline-flex;
    }

    /* Sidebar Menu */
    .nss-nav-wrapper {
        position: fixed;
        top: 0;
        right: -340px;
        width: 320px;
        max-width: 90%;
        height: 100vh;
        background: #ffffff;
        z-index: 999;
        padding: 28px;
        display: none;
        overflow-y: auto;
        box-shadow: -20px 0 60px rgba(15, 23, 42, 0.12);
        transition: right 0.35s ease;
    }

    .nss-nav-wrapper.active {
        right: 0;
        display: block;
    }

    /* Sidebar Header */
    .nss-mobile-menu-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    /* Vertical Menu */
    .nss-nav-menu {
        display: block;
    }

    .nss-nav-menu .nav-link {
        padding: 14px 16px !important;
        margin-bottom: 6px;
        border-radius: 12px;
    }

    .nss-nav-menu .nav-link:hover,
    .nss-nav-menu .nav-link:focus {
        background: #f8fafc;
        color: #b80e0e;
    }
}

/* =========================================================
   MOBILE OPTIMIZATION
========================================================= */
@media (max-width: 767.98px) {

    .nss-brand img {
        height: 42px;
    }

    .nss-nav-wrapper {
        width: 300px;
        padding: 24px;
    }

    .nss-header-cta {
        font-size: 13px;
        padding: 11px 20px;
    }
}

/* =========================================================
   HORIZONTAL MEGA MENU
   Hover on menu item opens full-width horizontal navigation
========================================================= */

/* Parent Menu Item */
/* =========================================================
   MOBILE + DESKTOP MEGA MENU FIX
   Desktop: Hover Open
   Mobile/Tablet: Click Open (.active class)
========================================================= */

/* Parent Menu Item */
.nss-has-mega-menu {
    position: static;
}

/* Arrow Animation */
.nss-has-mega-menu>.nav-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

/* Desktop Hover Arrow */
.nss-has-mega-menu:hover>.nav-link i,
.nss-has-mega-menu.active>.nav-link i {
    transform: rotate(180deg);
}

/* =========================================================
   DESKTOP MEGA MENU
========================================================= */
.nss-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 40px 30px;
    border-top: 1px solid #eef2f7;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.08);

    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.35s ease;
    z-index: 999;
}

/* Show on Desktop Hover */
.nss-has-mega-menu:hover .nss-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================================================
   COLUMN HEADINGS
========================================================= */
.nss-mega-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 10px;
}

.nss-mega-box h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    border-radius: 10px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

/* Links */
.nss-mega-box ul {
    margin: 0;
    padding: 0;
}

.nss-mega-box ul li {
    margin-bottom: 10px;
}

.nss-mega-box ul li a {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.nss-mega-box ul li a:hover {
    color: #b80e0e;
    padding-left: 4px;
}

/* =========================================================
   HIGHLIGHT CARD
========================================================= */
.nss-mega-highlight {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    padding: 28px;
    border-radius: 24px;
    height: 100%;
    box-shadow: 0 20px 50px rgba(184, 14, 14, 0.18);
}

.nss-mega-highlight span {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 15px;
}

.nss-mega-highlight h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #ffffff;
}

.nss-mega-highlight p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.nss-mega-highlight a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

/* =========================================================
   TABLET + MOBILE CLICK MEGA MENU
========================================================= */
@media (max-width: 991.98px) {

    /* Disable Desktop Hover */
    .nss-has-mega-menu:hover .nss-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    /* Mobile Menu Layout */
    .nss-mega-menu {
        position: static;
        width: 100%;
        background: #f8fafc;
        padding: 20px;
        margin-top: 8px;
        margin-bottom: 12px;
        border: 1px solid #eef2f7;
        border-radius: 18px;
        box-shadow: none;

        /* Hidden by default */
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    /* Show when JS adds .active */
    .nss-has-mega-menu.active>.nss-mega-menu {
        display: block;
        animation: nssFadeDown 0.35s ease;
    }

    /* Highlight Card spacing */
    .nss-mega-highlight {
        margin-top: 20px;
    }

    /* Better mobile link spacing */
    .nss-mega-box ul li {
        margin-bottom: 8px;
    }

    .nss-mega-box ul li a {
        font-size: 13px;
    }
}

/* Animation */
@keyframes nssFadeDown {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*header End*/
.section1 {
    color: #fff;
}

.sec_pad {
    padding: 50px 0 50px;

}

.bglight {
    background-color: #f8f4f4;
}

/*Banner Section1 Start*/
.company-registration-banner {
    background: linear-gradient(135deg,
            #ffffff 0%,
            /* Pure white */
            #fef8f8 18%,
            /* Ultra light blush */
            #f8f4f4 45%,
            /* Soft grey-pink tone */
            #f3eaea 75%,
            /* Muted warm grey */
            #e8dcdc 100%
            /* Premium dusty rose-grey */
        );
    color: #000;
    position: relative;
    overflow: hidden;

}

.commanheading {
    text-align: center;
}

.commanheading>span {
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}



.commanheading h2,
.commanheading h3,
.commanheading h4 {
    font-size: 35px;
    margin-bottom: 20px;

    font-weight: 700;

    font-weight: 800;
    line-height: 1.2;

    /* Black + Grey Gradient */
    /* Black + Dark Grey Gradient */
    background: linear-gradient(90deg,
            #000000 0%,
            /* Pure Black */
            #111111 12%,
            /* Rich Black */
            #2a0202 25%,
            /* Dark Burgundy */
            #5a0808 40%,
            /* Deep Ruby */
            #8f0d0d 50%,
            /* Signature Red Highlight */
            #5a0808 60%,
            /* Deep Ruby */
            #2a0202 75%,
            /* Dark Burgundy */
            #111111 88%,
            /* Rich Black */
            #000000 100%
            /* Pure Black */
        );

    /* Keep gradient larger than text for smooth color transition */
    background-size: 400% 100%;
    background-repeat: no-repeat;

    /* Apply gradient to text */
    -webkit-background-clip: text;
    background-clip: text;

    /* Transparent fill required for gradient text */
    -webkit-text-fill-color: transparent;
    color: transparent;

    /* Smooth continuous color shifting */
    animation: nssGradientColorShift 8s ease-in-out infinite alternate;

    /* Improves rendering */
    will-change: background-position;


}

/* Animation */
@keyframes nssGradientColorShift {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.company-registration-banner::before,
.company-registration-banner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.company-registration-banner::before {
    width: 380px;
    height: 380px;
    top: -120px;
    right: -120px;
}

.company-registration-banner::after {
    width: 280px;
    height: 280px;
    bottom: -100px;
    left: -100px;
}

.banner-content {
    position: relative;
    z-index: 2;
}

/* Attractive Badge Design */
.banner-badge {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;

    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;

    /* Text Styling */

    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.8px;
    text-transform: uppercase;


    border: 1px solid rgba(255, 255, 255, 0.35);

    /* Optional Glass Effect */
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    /* Smooth Hover */
    transition: all 0.3s ease;
}

/* Hover Effect */
.banner-badge:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 12px 30px rgba(255, 193, 7, 0.45);
    color: #ffffff;
}

.banner-title {
    font-size: 35px;

    font-weight: 800;
    line-height: 1.15;

    margin-bottom: 0;
}

.banner-title>span {
    background: linear-gradient(135deg,
            #7a0000 0%,
            /* Deep Burgundy */
            #b80e0e 35%,
            /* Signature Red */
            #d91c1c 70%,
            /* Vibrant Red */
            #ff4d4d 100%
            /* Bright Highlight */
        );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    /* Fallback color */
    color: #b80e0e;
}

.banner-description {
    font-size: 18px;
    line-height: 1.8;

    max-width: 620px;
}

.feature-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 12px 18px;

    font-size: 15px;
    font-weight: 500;
}

.banner-form {
    padding: 35px;
    border-radius: 18px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
}

.form-title {
    font-size: 30px;
    font-weight: 700;
    color: #222;
}

.custom-input {

    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: none !important;
}

textarea.custom-input {
    height: auto;
    resize: none;
}

.custom-input:focus {
    border-color: #b80e0e;
    box-shadow: 0 0 0 0.15rem rgba(184, 14, 14, 0.15) !important;
}

.btn-submit {
    background: linear-gradient(90deg, #b80e0e 0, #701300 100%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-submit:hover,
.btn-submit:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.30);
}

/* =========================================================
   INTERNATIONAL PHONE INPUT STYLING
========================================================= */

.iti {
    width: 100%;
}

.iti__flag-container {
    z-index: 5;
}

.iti__selected-flag {
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid #dbe2ea;
    background: #f8fafc;
    border-radius: 12px 0 0 12px;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
    color: #000;
}

.iti__selected-dial-code {
    font-weight: 600;
    color: #111827;
    margin-left: 8px;
}

.iti input,
#phone {
    width: 100%;
    height: auto;
    padding-left: 110px !important;
    padding-right: 16px;
    border: 1px solid #dbe2ea;

    font-size: 15px;
    color: #111827;
    background: #ffffff;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.iti input:focus,
#phone:focus {
    border-color: #b80e0e;
    box-shadow: 0 0 0 3px rgba(184, 14, 14, 0.08) !important;
    outline: none;
}

/* Country Dropdown */
.iti__country-list {
    width: 320px;
    max-height: 280px;
    border: 1px solid #dbe2ea;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
    font-size: 14px;
}

.iti__country {
    padding: 10px 14px;
}

.iti__country:hover {
    background: #f8fafc;
}

.iti__highlight {
    background: #eef2ff;
}

.iti__search-input {
    border: 1px solid #dbe2ea;
    border-radius: 8px;
    padding: 10px 12px;
    margin: 8px;
    width: calc(100% - 16px);
}

/* Mobile */
@media (max-width: 767.98px) {
    .iti__country-list {
        width: 100%;
        max-width: 320px;
    }

    .iti input,
    #phone {
        height: 52px;
        font-size: 14px;
    }

    .iti__selected-flag {
        height: 52px;
        padding: 0 14px;
    }
}

/* Tablet */
@media (max-width: 991.98px) {


    .banner-row {
        min-height: auto;
    }

    .banner-content {
        text-align: center;
        margin-bottom: 40px;
    }

    .banner-description {
        max-width: 100%;
    }

    .banner-title {
        font-size: 42px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .banner-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .banner-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .banner-form {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .form-title {
        font-size: 24px;
    }

    .feature-box {
        font-size: 14px;
        padding: 10px 14px;
    }

    .custom-input {
        height: 46px;
        font-size: 14px;
    }

    textarea.custom-input {
        min-height: 100px;
    }

    .btn-submit {
        font-size: 15px;
        padding: 12px 16px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .banner-title {
        font-size: 26px;
    }

    .banner-badge {
        font-size: 11px;
        padding: 7px 14px;
    }
}

/*Banner Section1 End*/
/* =========================================================
   COMPANY REGISTRATION COUNTER SECTION CSS
========================================================= */

.nss-company-counter-section {

    position: relative;
    overflow: hidden;
}

.nss-counter-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.18);
}

.nss-counter-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.nss-counter-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nss-counter-description {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

/* Card */
.nss-counter-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 24px;
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.nss-counter-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 55px rgba(184, 14, 14, 0.10);
}

.nss-counter-card.featured {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
}

.nss-counter-card.featured p,
.nss-counter-card.featured h3 {
    color: #ffffff;
}

/* Icon */
.nss-counter-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.nss-counter-card.featured .nss-counter-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Number */
.nss-counter-card h3 {
    font-size: 38px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}

/* Label */
.nss-counter-card p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;

    line-height: 1.6;
}

/* Responsive */
@media (max-width: 991.98px) {
    .nss-counter-title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {


    .nss-counter-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-counter-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-counter-card {
        padding: 24px 15px;
        border-radius: 20px;
    }

    .nss-counter-icon {
        width: 60px;
        height: 60px;
        font-size: 22px;
        border-radius: 18px;
    }

    .nss-counter-card h3 {
        font-size: 28px;
    }

    .nss-counter-card p {
        font-size: 12px;
    }
}

/* ==========================================
   PERFECT EQUAL 5 COLUMN LAYOUT
========================================== */

.nss-counter-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

/* Desktop: 5 Equal Columns */
.nss-counter-col {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

/* Equal Height Cards */
.nss-counter-card {
    height: 100%;
}

/* Tablet: 3 Columns */
@media (max-width: 991.98px) {
    .nss-counter-col {
        width: 33.3333%;
    }
}

/* Mobile: 2 Columns */
@media (max-width: 767.98px) {
    .nss-counter-col {
        width: 50%;
    }
}

/* Small Mobile: 1 Column */
@media (max-width: 575.98px) {
    .nss-counter-col {
        width: 100%;
    }
}

/* Premium Feature Boxes */
.feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 14px;

    /* Glassmorphism Effect */
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    /* Premium Shadow */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    /* Animation */
    transition: all 0.35s ease;

    height: 100%;
}

/* Hover Effect */
.feature-box:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

/* Icon Circle */
.feature-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;

    background: rgba(184, 14, 14, 0.08);
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;

}

/* Text Styling */
.feature-text span {

    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
    .feature-box {
        padding: 14px 18px;
    }

    .feature-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }

    .feature-text span {
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .feature-box {
        padding: 12px 16px;
        border-radius: 12px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 15px;
    }

    .feature-text span {
        font-size: 14px;
    }
}


/* ==========================================
   SERVICES SECTION
========================================== */
.services-section {

    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Optional Background Shape */
.services-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(184, 14, 14, 0.05), rgba(112, 19, 0, 0.03));
}

.services-section::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(184, 14, 14, 0.04), rgba(112, 19, 0, 0.02));
}

/* Section Badge */
.section-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #8f0b0b 50%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(184, 14, 14, 0.18);
}

/* Title */
.section-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.25;
    color: #1e293b;
    margin-bottom: 18px;
}

.section-title span {
    display: block;
    color: #b80e0e;
}

/* Description */
.section-description {
    font-size: 17px;
    line-height: 1.8;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto;
}

/* Service Card */
.service-box {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 20px;
    padding: 35px 28px;
    height: 100%;
    text-align: left;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.10);
    border-color: rgba(184, 14, 14, 0.12);
}

/* Icon */
.service-icon {
    width: 68px;
    height: 68px;
    border-radius: 18px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
    box-shadow: 0 12px 25px rgba(184, 14, 14, 0.22);
}

/* Heading */
.service-box h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e293b;
    margin-bottom: 12px;
}

/* Paragraph */
.service-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991.98px) {
    .services-section {}

    .section-title {
        font-size: 34px;
    }

    .service-box {
        padding: 30px 24px;
    }

    .service-icon {
        width: 62px;
        height: 62px;
        font-size: 24px;
        margin-bottom: 20px;
    }

    .service-box h4 {
        font-size: 19px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .services-section {}

    .section-title {
        font-size: 28px;
        line-height: 1.35;
    }

    .section-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .service-box {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .service-icon {
        width: 56px;
        height: 56px;
        border-radius: 14px;
        font-size: 22px;
        margin-bottom: 18px;
    }

    .service-box h4 {
        font-size: 18px;
    }

    .service-box p {
        font-size: 14px;
        line-height: 1.7;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .section-badge {
        font-size: 11px;
        padding: 7px 16px;
        letter-spacing: 1.2px;
    }

    .section-title {
        font-size: 24px;
    }

    .service-box {
        padding: 24px 20px;
    }
}

/*section About Service Start*/
.nss-pvtltd-benefits-section {


    position: relative;
    overflow: hidden;
}

/* ==========================================
   Vertically Center Left Content with Video
========================================== */

/* Row should stretch both columns to equal height */
.nss-pvtltd-benefits-section .row {
    align-items: stretch !important;
}

/* Left column content wrapper */
.nss-pvtltd-benefits-section .pvt-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* Vertical center */
    height: 100%;
    min-height: 100%;
}

/* Remove bottom margin from heading block if needed */
.nss-pvtltd-benefits-section .show-heading {
    margin-bottom: 0;
}

/* Tablet & Mobile: normal top alignment */
@media (max-width: 991.98px) {
    .nss-pvtltd-benefits-section .pvt-content {
        justify-content: flex-start;
    }
}

.nss-pvtltd-section-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(184, 14, 14, 0.18);
}

.nss-pvtltd-section-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.25;
    color: #111827;
    margin-bottom: 18px;
}

.nss-pvtltd-section-title span {
    display: block;
    color: #b80e0e;
}

.nss-pvtltd-section-description {
    font-size: 17px;
    line-height: 1.8;
    color: #6b7280;
    max-width: 720px;
    margin: 0 auto;
}

/* Benefit Cards */
.nss-pvtltd-benefit-card {
    background: linear-gradient(135deg, #b80e0e 0%, #8f0b0b 55%, #701300 100%);
    border-radius: 20px;
    padding: 30px 25px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(112, 19, 0, 0.18);
    transition: all 0.35s ease;
    height: 100%;
}

.nss-pvtltd-benefit-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 45px rgba(112, 19, 0, 0.25);
}

.nss-pvtltd-benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.nss-pvtltd-benefit-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.nss-pvtltd-benefit-card p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
}

/* Right Side Media */
.nss-pvtltd-media-box {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    height: 100%;
    min-height: 520px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.nss-pvtltd-media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nss-pvtltd-media-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.12));
}

.nss-pvtltd-media-overlay {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    color: #ffffff;
}

.nss-pvtltd-play-button {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #ffffff;
    color: #b80e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.nss-pvtltd-media-overlay h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.nss-pvtltd-media-overlay p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
}

/* Tablet */
@media (max-width: 991.98px) {


    .nss-pvtltd-section-title {
        font-size: 34px;
    }

    .nss-pvtltd-media-box {
        min-height: 420px;
        margin-top: 10px;
    }

    .nss-pvtltd-media-overlay h4 {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-pvtltd-section-title {
        font-size: 28px;
        line-height: 1.35;
    }

    .nss-pvtltd-section-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .nss-pvtltd-benefit-card {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .nss-pvtltd-benefit-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }

    .nss-pvtltd-benefit-card h4 {
        font-size: 19px;
    }

    .nss-pvtltd-benefit-card p {
        font-size: 14px;
    }

    .nss-pvtltd-media-box {
        min-height: 300px;
        margin-top: 30px;
    }

    .nss-pvtltd-media-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .nss-pvtltd-play-button {
        width: 56px;
        height: 56px;
        font-size: 22px;
        margin-bottom: 14px;
    }

    .nss-pvtltd-media-overlay h4 {
        font-size: 22px;
    }

    .nss-pvtltd-media-overlay p {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {
    .nss-pvtltd-section-title {
        font-size: 24px;
    }

    .nss-pvtltd-section-badge {
        font-size: 11px;
        padding: 7px 16px;
        letter-spacing: 1.2px;
    }
}


.video-wrapper-about {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    min-height: 338px;
    /* Optional: ensure minimum height */
    border-radius: 15px;

}

.video-wrapper-about iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*section About Service End*/
/* =========================================================
   PREMIUM CTA SECTION
========================================================= */

.nss-final-cta-section {}

.cta-badge-heading {}

.nss-final-cta-box {
    position: relative;
    overflow: hidden;
    padding: 30px 30px;
    border-radius: 34px;
    background: linear-gradient(135deg,
            #050505 0%,
            #120000 12%,
            #2a0202 25%,
            #5a0808 45%,
            #8f0d0d 65%,
            #c31616 82%,
            #ff4a1c 100%);
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.15);
}

.cta-badge-heading {
    -webkit-text-fill-color: #fff !important;
    color: #fff !important;
}

.cta-badge-para {
    color: #fff;
}

/* Decorative Shapes */
.nss-cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
}

.nss-cta-shape.shape-1 {
    width: 220px;
    height: 220px;
    top: -60px;
    right: -60px;
}

.nss-cta-shape.shape-2 {
    width: 140px;
    height: 140px;
    bottom: -40px;
    left: 35%;
}

/* Badge */
.nss-final-cta-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.12) !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nss-sticky-sidebar-content {
    margin: 10px 0px;
}

/* Title */
.nss-final-cta-title {
    text-align: center;

    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 18px;
}

.nss-final-cta-title span {
    display: block;
    color: #fde68a;
}

/* Description */
.nss-final-cta-description {
    margin: 0;
    text-align: center;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.85);
}

/* Buttons */
.nss-final-cta-buttons {

    text-align: center;
    gap: 16px;
}

/* WhatsApp CTA Button */
.nss-whatsapp-btn {
    background: #25D366 !important;
    border: 1px solid #25D366 !important;
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.25);
}

.nss-whatsapp-btn:hover,
.nss-whatsapp-btn:focus {
    background: #1ebe5d !important;
    border-color: #1ebe5d !important;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(37, 211, 102, 0.35);
}

.nss-whatsapp-btn i {
    font-size: 18px;
}

.nss-cta-btn {
    margin-top: 10px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.nss-cta-btn.primary {
    background: #ffffff;
    color: #b80e0e;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.15);
}

.nss-cta-btn.primary:hover {
    color: #8f0d0d;
    transform: translateY(-2px);
}

.nss-cta-btn.secondary {
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.nss-cta-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991.98px) {
    .nss-final-cta-box {
        padding: 50px 35px;
    }

    .nss-final-cta-title {
        font-size: 38px;
    }

    .nss-final-cta-buttons {
        margin-top: 10px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-final-cta-box {
        padding: 40px 24px;
        border-radius: 24px;
    }

    .nss-final-cta-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-final-cta-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-cta-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
    }
}



.nss-sticky-info-section {}

.nss-breadcrumb-nav .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #6c757d;
}

.active3 {
    color: #b80e0e;
}

.breadcrumb-item>a {
    color: #000;
}

.nss-breadcrumb-nav .breadcrumb-item a {
    transition: color 0.3s ease;
}

.nss-breadcrumb-nav .breadcrumb-item a:hover {
    color: #b80e0e !important;
    /* Blue hover effect */
    text-decoration: underline !important;
}

.nss-breadcrumb-nav .breadcrumb-item.active {
    color: #b80e0e !important;
    /* Green color for current page */
}

/* Left Content Card */
.nss-info-block {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
}

/* Badge */
.nss-info-badge {
    display: inline-block;
    padding: 8px 18px;
    margin-bottom: 18px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Headings */
.nss-info-block h2 {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;

    margin-bottom: 20px;
}

/* Paragraphs */
.nss-info-block p {
    font-size: 17px;
    line-height: 1.9;

    margin-bottom: 16px;
}

/* Divider */
.nss-content-divider {
    border: 0;
    height: 1px;
    margin: 50px 0;
    background: linear-gradient(90deg,
            transparent 0%,
            #e2e8f0 20%,
            #e2e8f0 80%,
            transparent 100%);
}

/* Sticky Sidebar */
.nss-sticky-sidebar {
    position: sticky;
    top: 110px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    padding: 25px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
}

/* Main Image */
.nss-main-image {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* Thumbnail Images */
.nss-thumb-image {
    width: 100%;
    display: block;
    border-radius: 12px;
}

/* Sidebar CTA Button */
.nss-sidebar-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 14px 30px rgba(184, 14, 14, 0.18);
    transition: all 0.3s ease;
}

.nss-sidebar-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

/* ==========================================
   Tablet
========================================== */
@media (max-width: 991.98px) {
    .nss-sticky-sidebar {
        position: relative;
        top: auto;
        margin-top: 20px;
    }

    .nss-info-block {
        padding: 35px 30px;
    }

    .nss-info-block h2 {
        font-size: 28px;
    }
}

/* ==========================================
   Mobile
========================================== */
@media (max-width: 767.98px) {


    .nss-info-block {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .nss-info-block h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .nss-info-block p {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-content-divider {
        margin: 35px 0;
    }

    .nss-sticky-sidebar {
        padding: 20px;
        border-radius: 22px;
    }

    .nss-sidebar-btn {
        font-size: 14px;
        padding: 13px 18px;
    }
}

.nss-pvtltd-packages-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

/* Decorative Background Shapes */
.nss-pvtltd-packages-section::before {
    content: "";
    position: absolute;
    top: -140px;
    left: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(184, 14, 14, 0.04);
}

.nss-pvtltd-packages-section::after {
    content: "";
    position: absolute;
    bottom: -160px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(184, 14, 14, 0.03);
}

/* Section Badge */
.nss-pvtltd-packages-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #8f0b0b 50%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.18);
}

/* Title */
.nss-pvtltd-packages-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin: 24px 0 18px;
}

.nss-pvtltd-packages-title span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Divider */
.nss-pvtltd-packages-divider {
    width: 130px;
    height: 6px;
    border-radius: 50px;
    margin: 0 auto 28px;
    background: rgba(184, 14, 14, 0.08);
    position: relative;
}

.nss-pvtltd-packages-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 65px;
    height: 6px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

/* Description */
.nss-pvtltd-packages-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

/* Package Card */
.nss-pvtltd-package-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    padding: 42px 34px;
    height: 100%;
    box-shadow: 0 15px 45px rgba(15, 23, 42, 0.06);
    transition: all 0.4s ease;
    overflow: hidden;
}

.nss-pvtltd-package-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #b80e0e 0%, #701300 100%);
}

.nss-pvtltd-package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.10);
}

/* Featured Card */
.nss-pvtltd-package-featured {
    border: 2px solid rgba(184, 14, 14, 0.12);
    transform: scale(1.04);
    box-shadow: 0 25px 65px rgba(184, 14, 14, 0.10);
}

.nss-pvtltd-package-featured:hover {
    transform: scale(1.04) translateY(-10px);
}

/* Ribbon */
.nss-pvtltd-package-ribbon {
    position: absolute;
    top: 22px;
    right: -34px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 40px;
    transform: rotate(45deg);
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(184, 14, 14, 0.20);
}

/* Icon */
.nss-pvtltd-package-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: linear-gradient(135deg, #080808 0%,
            /* Deep black */
            #1a0000 18%,
            /* Dark burgundy */
            #4d0707 42%,
            /* Ruby red */
            #8f0d0d 68%,
            /* Signature red */
            #c31616 100%
            /* Bright crystal red */
        );
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 24px;
    box-shadow: 0 14px 28px rgba(184, 14, 14, 0.20);
}

/* Package Name */
.nss-pvtltd-package-card h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

/* Price */
.nss-pvtltd-package-price {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #b80e0e;
    margin-bottom: 12px;
}

.nss-pvtltd-package-price span {
    font-size: 20px;
    vertical-align: super;
}

/* Subtitle */
.nss-pvtltd-package-subtitle {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 24px;
}

/* Feature List */
.nss-pvtltd-package-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.nss-pvtltd-package-features li {
    display: flex;
    align-items: flex-start;
    font-size: 15px;
    color: #334155;
    margin-bottom: 14px;
    line-height: 1.7;
}

.nss-pvtltd-package-features li i {
    color: #16a34a;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 15px;
}

/* Button */
.nss-pvtltd-package-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(8, 8, 8) 0%, rgb(26, 0, 0) 18%, rgb(77, 7, 7) 42%, rgb(143, 13, 13) 68%, rgb(195, 22, 22) 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 12px 24px rgba(184, 14, 14, 0.18);
}

.nss-pvtltd-package-btn:hover,
.nss-pvtltd-package-btn:focus {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(184, 14, 14, 0.25);
}

/* Tablet */
@media (max-width: 991.98px) {
    .nss-pvtltd-packages-section {
        padding: 75px 0;
    }

    .nss-pvtltd-packages-title {
        font-size: 40px;
    }

    .nss-pvtltd-packages-description {
        font-size: 16px;
    }

    .nss-pvtltd-package-card {
        padding: 34px 28px;
    }

    .nss-pvtltd-package-featured,
    .nss-pvtltd-package-featured:hover {
        transform: none;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-pvtltd-packages-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-pvtltd-packages-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-pvtltd-package-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .nss-pvtltd-package-icon {
        width: 64px;
        height: 64px;
        font-size: 24px;
        border-radius: 18px;
    }

    .nss-pvtltd-package-card h3 {
        font-size: 24px;
    }

    .nss-pvtltd-package-price {
        font-size: 40px;
    }

    .nss-pvtltd-package-ribbon {
        top: 18px;
        right: -40px;
        font-size: 10px;
        padding: 6px 38px;
    }
}


/* =========================================================
   WHY CHOOSE NEUSOURCE SECTION - PREMIUM COMPACT
========================================================= */

.nss-why-choose-premium-section {
    padding: 90px 0;
    background: linear-gradient(135deg,
            #ffffff 0%,
            #fef8f8 18%,
            #f8f4f4 45%,
            #f3eaea 75%,
            #e8dcdc 100%);
}

/* Badge */
.nss-why-choose-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Title */
.nss-why-choose-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px;
}

.nss-why-choose-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.nss-why-choose-description {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

/* Card Base */
.nss-why-choose-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
}

.nss-why-choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px rgba(184, 14, 14, 0.08);
}

/* Compact Card */
.nss-why-choose-card-sm {
    padding: 22px 15px;
}

/* Featured Card */
.nss-why-choose-card.featured {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
}

.nss-why-choose-card.featured h4,
.nss-why-choose-card.featured p {
    color: #ffffff;
}

.nss-why-choose-card.featured .nss-why-choose-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Icon */
.nss-why-choose-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 16px;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

/* Heading */
.nss-why-choose-card h4 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 6px;
}

/* Text */
.nss-why-choose-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
}

/* Tablet */
@media (max-width: 991.98px) {
    .nss-why-choose-title {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-why-choose-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-why-choose-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-why-choose-card-sm {
        padding: 18px 12px;
    }

    .nss-why-choose-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
        border-radius: 14px;
        margin-bottom: 12px;
    }

    .nss-why-choose-card h4 {
        font-size: 14px;
    }

    .nss-why-choose-card p {
        font-size: 12px;
    }
}


/* Section */


.nss-testimonials-section {

    position: relative;
    overflow: hidden;
}

.nss-testimonials-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nss-testimonials-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.nss-testimonials-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nss-testimonials-divider {
    width: 130px;
    height: 6px;
    margin: 25px auto;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

.nss-testimonials-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

.nss-testimonial-card {
    background: #f8f4f4;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    padding: 35px 30px;

    height: 100%;
}

.nss-testimonial-rating {
    color: #f59e0b;
    margin-bottom: 18px;
}

.nss-testimonial-text {
    font-size: 15px;
    line-height: 1.9;

    margin-bottom: 24px;
}

.nss-testimonial-author {
    display: flex;
    align-items: center;
}

.nss-testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.nss-testimonial-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111827;
}

.nss-testimonial-info span {
    font-size: 13px;
    color: #64748b;
}

.nss-testimonials-carousel .owl-stage {
    display: flex;
}

.nss-testimonials-carousel .owl-item {
    display: flex;
}

.nss-testimonials-carousel .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.nss-testimonials-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #dbe2ea;
    border-radius: 50%;
    display: block;
}

.nss-testimonials-carousel .owl-dot.active span {
    background: #b80e0e;
}

/* Responsive */
@media (max-width: 767.98px) {


    .nss-testimonials-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-testimonials-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-testimonial-card {
        padding: 28px 22px;
        border-radius: 22px;
    }
}

.nss-faq-section {

    position: relative;
    overflow: hidden;
}

.nss-faq-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.18);
}

.nss-faq-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
}

.nss-faq-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nss-faq-divider {
    width: 130px;
    height: 6px;
    margin: 25px auto;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

.nss-faq-description {
    max-width: 900px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

.nss-faq-item {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}

.nss-faq-button {
    width: 100%;
    border: none;
    background: transparent;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    cursor: pointer;
}

.nss-faq-button i {
    color: #b80e0e;
    transition: all 0.3s ease;
}

.nss-faq-button[aria-expanded="true"] i {
    transform: rotate(45deg);
}

.nss-faq-body {
    padding: 0 28px 24px;
    font-size: 15px;
    line-height: 1.9;

}

/* Mobile */
@media (max-width: 767.98px) {
    .nss-faq-section {}

    .nss-faq-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-faq-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-faq-button {
        padding: 20px;
        font-size: 16px;
    }

    .nss-faq-body {
        padding: 0 20px 20px;
        font-size: 14px;
        line-height: 1.8;
    }
}


.nss-services-carousel-section {

    position: relative;
    overflow: hidden;
}

/* Decorative Background Shapes */
.nss-services-carousel-section::before {
    content: "";
    position: absolute;
    top: -120px;
    left: -100px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(184, 14, 14, 0.04);
}

.nss-services-carousel-section::after {
    content: "";
    position: absolute;
    bottom: -140px;
    right: -100px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(184, 14, 14, 0.03);
}

/* Section Badge */
.nss-services-carousel-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #8f0b0b 55%, #701300 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.18);
}

/* Section Title */
.nss-services-carousel-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin: 24px 0 18px;
}

.nss-services-carousel-title span {
    display: block;
    margin-top: 6px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.nss-services-carousel-description {
    max-width: 760px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

/* Service Card */
.nss-services-slide {
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #eef2f7;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.06);
    transition: all 0.4s ease;
    height: 100%;
}

.nss-services-slide:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 55px rgba(184, 14, 14, 0.10);
}

/* Image Wrapper */
.nss-services-image-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.nss-services-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(17, 24, 39, 0.15),
            rgba(17, 24, 39, 0));
}

.nss-services-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.nss-services-slide:hover .nss-services-image-wrap img {
    transform: scale(1.08);
}

/* Content */
.nss-services-content {
    padding: 28px 24px;
}

.nss-services-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.35;
}

.nss-services-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 0;
}

/* Owl Carousel Dots */
.nss-services-carousel .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.nss-services-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #dbe2ea;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.nss-services-carousel .owl-dot.active span {
    width: 28px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

/* Optional Navigation Buttons (if enabled later) */
.nss-services-carousel .owl-nav {
    margin-top: 0;
}

.nss-services-carousel .owl-prev,
.nss-services-carousel .owl-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff !important;
    border: 1px solid #eef2f7 !important;
    color: #b80e0e !important;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    transition: all 0.3s ease;
}

.nss-services-carousel .owl-prev:hover,
.nss-services-carousel .owl-next:hover {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%) !important;
    color: #ffffff !important;
}

/* Tablet */
@media (max-width: 991.98px) {


    .nss-services-carousel-title {
        font-size: 40px;
    }

    .nss-services-carousel-description {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-services-carousel-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-services-carousel-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-services-image-wrap {
        height: 200px;
    }

    .nss-services-content {
        padding: 22px 20px;
    }

    .nss-services-content h3 {
        font-size: 18px;
    }

    .nss-services-content p {
        font-size: 13px;
        line-height: 1.8;
    }

    .nss-services-slide {
        border-radius: 22px;
    }
}

/* Small Mobile */
@media (max-width: 575.98px) {
    .nss-services-carousel-badge {
        font-size: 11px;
        padding: 8px 18px;
        letter-spacing: 1.4px;
    }

    .nss-services-carousel-title {
        font-size: 26px;
    }
}

.nss-services-icon-wrap {
    padding: 30px 30px 0;
    text-align: left;
}

.nss-services-icon {
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: linear-gradient(135deg, #b80e0e 0%, #8f0b0b 55%, #701300 100%);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 18px 35px rgba(184, 14, 14, 0.18);
    position: relative;
    overflow: hidden;
}

.nss-services-icon::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -40%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.nss-services-slide:hover .nss-services-icon {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 24px 45px rgba(184, 14, 14, 0.24);
}

.nss-services-content {
    padding: 24px 30px 30px;
}

.nss-services-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
    line-height: 1.35;
}

.nss-services-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
}

/* Mobile */
@media (max-width: 767.98px) {
    .nss-services-icon-wrap {
        padding: 24px 22px 0;
    }

    .nss-services-icon {
        width: 70px;
        height: 70px;
        border-radius: 20px;
        font-size: 26px;
    }

    .nss-services-content {
        padding: 20px 22px 24px;
    }

    .nss-services-content h3 {
        font-size: 18px;
    }

    .nss-services-content p {
        font-size: 13px;
    }
}





/* =========================
   NEUSOURCE SERVICES SECTION
========================= */

.nss-services-section {}

/* Badge */
.nss-services-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Title */
.nss-services-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 20px;
}

.nss-services-title span {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.nss-services-description {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.9;
    color: #64748b;
}

/* Service Card */
.nss-service-card {
    position: relative;
    background: #fff;

    border: 1px solid #eef2f7;
    border-radius: 26px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
    overflow: hidden;
}

.nss-service-card:hover {
    background: #f9ecec;
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(184, 14, 14, 0.08);
}

/* Featured Card */
.nss-service-card.featured {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
}

.nss-service-card.featured h4,
.nss-service-card.featured p,
.nss-service-card.featured .nss-service-link {
    color: #ffffff !important;
}

.nss-service-card.featured .nss-service-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

/* Icon */
.nss-service-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 24px;
}

/* Heading */
.nss-service-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

/* Text */
.nss-service-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 20px;
}

/* Link */
.nss-service-link {
    font-size: 14px;
    font-weight: 700;
    color: #b80e0e !important;
    text-decoration: none !important;
}

.nss-service-link i {
    transition: transform 0.3s ease;
}

.nss-service-link:hover i {
    transform: translateX(4px);
}

/* Tablet */
@media (max-width: 991.98px) {
    .nss-services-title {
        font-size: 38px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .nss-services-section {}

    .nss-services-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-services-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-service-card {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .nss-service-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        border-radius: 16px;
        margin-bottom: 18px;
    }

    .nss-service-card h4 {
        font-size: 20px;
    }

    .nss-service-card p {
        font-size: 14px;
    }
}





/* =========================================================
   WHY CHOOSE NEUSOURCE - SPLIT PREMIUM LAYOUT
========================================================= */

.nss-why-split-section {
    padding: 100px 0;
    background:
        radial-gradient(circle at top right, rgba(184, 14, 14, 0.05), transparent 35%),
        linear-gradient(135deg, #ffffff 0%, #fff8f8 25%, #f8f4f4 100%);
}

/* Left Content */
.nss-why-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nss-why-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 20px;
}

.nss-why-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #ff4a1c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nss-why-description {
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 30px;
}

/* Bullet Points */
.nss-why-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 500;
    color: #334155;
}

.nss-why-point i {
    color: #b80e0e;
    margin-right: 12px;
    margin-top: 4px;
}

/* CTA */
.nss-why-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 18px 40px rgba(184, 14, 14, 0.18);
    transition: all 0.35s ease;
}

.nss-why-btn:hover {
    transform: translateY(-3px);
    color: #ffffff !important;
}

/* Right Cards */
.nss-why-feature-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 28px;
    padding: 34px 28px;
    height: 100%;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.05);
    transition: all 0.35s ease;
}

.nss-why-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 65px rgba(184, 14, 14, 0.08);
}

.nss-why-feature-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
}

.nss-why-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.nss-why-feature-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
}

/* Featured Red Card */
.nss-why-feature-card.featured {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
}

.nss-why-feature-card.featured h4,
.nss-why-feature-card.featured p {
    color: #ffffff;
}

.nss-why-feature-card.featured .nss-why-feature-icon {
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
}

/* Dark Card */
.nss-why-feature-card.dark-card {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.nss-why-feature-card.dark-card h4,
.nss-why-feature-card.dark-card p {
    color: #ffffff;
}

.nss-why-feature-card.dark-card .nss-why-feature-icon {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
}

/* Responsive */
@media (max-width: 991.98px) {
    .nss-why-title {
        font-size: 40px;
    }

    .mt-lg-5 {
        margin-top: 0 !important;
    }
}

@media (max-width: 767.98px) {


    .nss-why-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-why-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-why-feature-card {
        padding: 26px 22px;
        border-radius: 22px;
    }

    .nss-why-feature-icon {
        width: 56px;
        height: 56px;
        font-size: 22px;
        border-radius: 18px;
    }

    .nss-why-feature-card h4 {
        font-size: 20px;
    }
}

/* =========================
   NeuSource Why Choose Us
   Unique Prefix: ns-whyx-
========================= */

.ns-whyx-section {

    position: relative;
    overflow: hidden;
}

.ns-whyx-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0a2540;
}

.ns-whyx-heading h2 span {
    background: linear-gradient(90deg, #007bff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ns-whyx-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: #6c757d;
    font-size: 16px;
    line-height: 1.8;
}

.ns-whyx-badge {
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
}

/* Feature Card */
.ns-whyx-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef2f7;
    transition: all 0.35s ease;
}

.ns-whyx-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 123, 255, 0.15);
}

.ns-whyx-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 16px;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 16px;
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.25);
}

.ns-whyx-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0a2540;
    margin-bottom: 6px;
}

.ns-whyx-content p {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
}

/* Center Orbit */
.ns-whyx-orbit {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    padding: 14px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    position: relative;
    box-shadow: 0 25px 60px rgba(0, 123, 255, 0.22);
}

.ns-whyx-orbit:before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border: 2px dashed #701300;
    border-radius: 50%;
    animation: ns-whyx-spin 18s linear infinite;
}

.ns-whyx-core {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 0 30px rgba(0, 123, 255, 0.08);
}

.ns-whyx-core h2 {
    font-size: 58px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
    color: #000;
}

.ns-whyx-core p {
    margin: 10px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a2540;
}

@keyframes ns-whyx-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .ns-whyx-heading h2 {
        font-size: 34px;
    }

    .ns-whyx-orbit {
        width: 220px;
        height: 220px;
        margin-bottom: 30px;
    }

    .ns-whyx-core h2 {
        font-size: 46px;
    }
}

/* Mobile */
@media (max-width: 767px) {


    .ns-whyx-heading h2 {
        font-size: 28px;
    }

    .ns-whyx-heading p {
        font-size: 14px;
    }

    .ns-whyx-card {
        padding: 18px;
        border-radius: 16px;
    }

    .ns-whyx-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 20px;
        margin-right: 12px;
        border-radius: 14px;
    }

    .ns-whyx-content h5 {
        font-size: 16px;
    }

    .ns-whyx-content p {
        font-size: 13px;
    }

    .ns-whyx-orbit {
        width: 180px;
        height: 180px;
    }

    .ns-whyx-core h2 {
        font-size: 36px;
    }

    .ns-whyx-core p {
        font-size: 14px;
    }
}

/* ==========================================
   NeuSource Equal Column Footer
   Unique Prefix: ns-eqft-
========================================== */

.ns-eqft-footer {

    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, #0a0a0a 35%, #111111 70%, #1a1a1a 100%);
    position: relative;
}

/* Equal Height Boxes */
.ns-eqft-box {
    height: 100%;

    border-radius: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.3s ease;
}

.ns-eqft-contact {
    margin: 0;
    padding: 0;
}

.ns-eqft-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.75);
}

/* Fixed-width icon container */
.ns-eqft-contact li i {
    width: 18px;
    /* Fixed icon width */
    min-width: 18px;
    /* Prevent shrinking */
    margin-top: 6px;
    /* Align icon with first line of text */
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

/* Text always starts after icon and wraps properly */
.ns-eqft-contact li span {
    flex: 1;
    display: block;
}

.ns-eqft-box:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 198, 255, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

/* Heading */
.ns-eqft-box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.ns-eqft-box h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(135deg, #ccbfbf 0%, #b8a09c 100%);
}

/* Text */
.ns-eqft-box p,
.ns-eqft-box li,
.ns-eqft-box a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.9;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ns-eqft-box a:hover {
    color: #fff;
    padding-left: 4px;
    text-decoration: none;
}

/* Lists */
.ns-eqft-box ul {
    margin: 0;
    padding: 0;
}

.ns-eqft-box ul li {
    margin-bottom: 6px;
}

/* Contact Icons */
.ns-eqft-contact i {
    width: 22px;
    color: #fff;
}

/* Social Icons */
.ns-eqft-social {
    margin-top: 20px;
}

.ns-eqft-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    padding-left: 0 !important;
}

.ns-eqft-social a:hover {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    transform: translateY(-3px);
}

/* Bottom */
.ns-eqft-bottom {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-eqft-bottom p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    letter-spacing: 0.3px;
}

/* Tablet */
@media (max-width: 991px) {
    .ns-eqft-footer {
        padding: 60px 0 20px;
    }

    .ns-eqft-box {
        padding: 25px 20px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ns-eqft-footer {
        padding: 50px 0 20px;
    }

    .ns-eqft-box {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .ns-eqft-box h5 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .ns-eqft-box p,
    .ns-eqft-box li,
    .ns-eqft-box a {
        font-size: 13px;
        line-height: 1.8;
    }

    .ns-eqft-social a {
        width: 36px;
        height: 36px;
        margin-right: 6px;
    }
}

.sec_pad-footer {
    padding-top: 50px;
    padding-bottom: 25px;
}

/* ==========================================
   FOOTER BOTTOM BAR
========================================== */
.ns-eqft-bottom {
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Copyright Text */
.ns-eqft-bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.72);
}

/* Footer Links */
.ns-footer-bottom-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.ns-footer-bottom-link:hover,
.ns-footer-bottom-link:focus {
    color: #ff4d4d;
    text-decoration: none !important;
}

/* Separator */
.ns-footer-separator {
    display: inline-block;
    margin: 0 12px;
    color: rgba(255, 255, 255, 0.25);
}

/* Mobile */
@media (max-width: 767.98px) {
    .ns-eqft-bottom {
        text-align: center;
    }

    .ns-eqft-bottom p,
    .ns-footer-bottom-link {
        font-size: 13px;
    }

    .ns-footer-separator {
        margin: 0 8px;
    }
}


/* ==========================================
   Why Choose NeuSource Section Styling
========================================== */
.ns-whychoose-section {

    color: #000;
    position: relative;
    overflow: hidden;
}

.commanheading-whychoose {
    text-align: left;
}

.ns-whychoose-section:before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255, 193, 7, 0.08);
    border-radius: 50%;
}

.ns-whychoose-tag {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.25);
    color: #ffc107;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    border-radius: 50px;
    text-transform: uppercase;
}

.ns-whychoose-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ns-whychoose-title span {
    color: #000;
}

.ns-whychoose-desc {

    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.ns-whychoose-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #e0e0e0;
    font-size: 15px;
}

.ns-whychoose-item i {
    color: #ffc107;
    margin-right: 12px;
    font-size: 16px;
}

.ns-whychoose-btn {
    font-size: 14px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffff;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 50px;
    border: none;

    transition: all 0.3s ease;
}

.ns-whychoose-btn:hover {
    color: #fff;
    transform: translateY(-3px);

}

/* Icon Boxes */
.ns-whychoose-box {
    position: relative;
    background: #fff;
    color: #000;
    border: 1px solid rgba(181, 0, 0, 0.08);
    border-radius: 24px;
    padding: 35px 18px;
    text-align: center;
    height: 100%;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.ns-whychoose-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, #b80e0e, #ffb400);
}

.ns-whychoose-box::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -70px;
    width: 150px;
    height: 150px;
    background: rgba(184, 14, 14, 0.05);
    border-radius: 50%;
    transition: 0.4s ease;
    z-index: -1;
}

.ns-whychoose-box:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 193, 7, 0.35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
}

.ns-whychoose-box i {
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    transition: 0.35s ease;
    box-shadow: 0 15px 35px rgba(184, 14, 14, 0.18);
}

.ns-whychoose-box:hover i {
    transform: scale(1.08) rotate(-5deg);
}

.ns-whychoose-box h6 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;

    line-height: 1.4;
}

/* Tablet */
@media (max-width: 991.98px) {
    .ns-whychoose-title {
        font-size: 34px;
        text-align: center;
    }

    .ns-whychoose-desc,
    .ns-whychoose-list,
    .ns-whychoose-tag,
    .ns-whychoose-btn {
        text-align: center;
        display: block;
    }

    .ns-whychoose-item {
        justify-content: center;
    }

    .ns-whychoose-btn {
        display: inline-block;
        margin: 20px auto 0;
    }

    .ns-whychoose-box {
        min-height: 160px;
        padding: 25px 12px;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .ns-whychoose-section {}

    .ns-whychoose-title {
        font-size: 28px;
    }

    .ns-whychoose-desc {
        font-size: 14px;
        line-height: 1.8;
    }

    .ns-whychoose-box {
        min-height: 140px;
        padding: 20px 10px;
        border-radius: 16px;
    }

    .ns-whychoose-box i {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .ns-whychoose-box h6 {
        font-size: 13px;
    }

    /* Keep 3 columns on mobile as requested (4 by 4 structure = col-4) */
    .col-4 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* =========================================================
   NEUSOURCE PREMIUM APP SECTION
========================================================= */

.nss-premium-app-section {
    position: relative;


    overflow: hidden;
}

.commanheading-app {
    text-align: left;
}

/* Badge */
.nss-app-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* Title */
.nss-app-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 20px;
}

.nss-app-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Description */
.nss-app-description {
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 30px;
}

/* Device */
.nss-app-device-wrapper {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

.nss-app-device {
    max-width: 300px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 38px;
    background: #ffffff;
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.12);
}

.nss-app-device img {
    width: 100%;
    border-radius: 28px;
}

/* Floating Badge */
.nss-app-floating-badge {
    position: absolute;
    top: 5%;
    left: 0;
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    z-index: 2;
}

/* Floating Cards */
.nss-app-card {
    position: absolute;
    background: #ffffff;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    z-index: 2;
}

.nss-app-card i {
    color: #b80e0e;
    margin-right: 8px;
}

.card-1 {
    top: 28%;
    left: -10px;
}

.card-2 {
    top: 52%;
    right: -10px;
}

.card-3 {
    bottom: 12%;
    left: 20px;
}

/* Feature Cards */
.nss-app-feature {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04);
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.nss-app-feature i {
    color: #b80e0e;
    margin-right: 10px;
}

/* Buttons */
.nss-app-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.nss-store-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.nss-store-btn.google-play {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(184, 14, 14, 0.18);
}

.nss-store-btn.app-store {
    background: #ffffff;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.nss-store-btn:hover {
    transform: translateY(-3px);
    color: inherit;
}

/* Tablet */
@media (max-width: 991.98px) {
    .nss-app-title {
        font-size: 40px;
    }

    .nss-app-device-wrapper {
        margin-bottom: 50px;
    }

    .card-1,
    .card-2,
    .card-3 {
        transform: scale(0.9);
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-app-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .nss-app-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-app-buttons {
        flex-direction: column;
    }

    .nss-store-btn {
        width: 100%;
    }

    .nss-app-device {
        max-width: 240px;
    }

    .nss-app-floating-badge,
    .nss-app-card {
        display: none;
    }
}

/* ==========================================
   NeuSource Founder Show Section
   Unique Prefix: ns-founder-show-
========================================== */

.ns-founder-show-section {

    position: relative;
    overflow: hidden;
}

.ns-founder-show-section::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 320px;
    height: 320px;
    background: rgba(255, 193, 7, 0.08);
    border-radius: 50%;
}

.ns-founder-show-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(255, 193, 7, 0.15);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ns-founder-show-title {
    font-size: 52px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
}

.ns-founder-show-subtitle {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
}

.ns-founder-show-stat-card {
    background: #fff;
    padding: 20px 10px;
    border-radius: 16px;
    text-align: center;
    backdrop-filter: blur(10px);
    height: 100%;

}

.ns-founder-show-stat-card h3 {
    font-size: 28px;
    font-weight: 800;

    margin-bottom: 6px;
}

.ns-founder-show-stat-card p {
    margin: 0;
    font-size: 12px;

}

.ns-founder-show-actions .btn {
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.ns-founder-show-btn-primary {
    background: #ffc107;
    color: #071c39;
    border: none;
}

.ns-founder-show-btn-primary:hover {
    background: #ffca2c;
    color: #071c39;
    transform: translateY(-2px);
}

.ns-founder-show-btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.ns-founder-show-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.ns-founder-show-video-wrapper {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

.ns-founder-show-video-caption {
    padding: 24px;
    color: #1f2937;
}

.ns-founder-show-video-caption h5 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.ns-founder-show-video-caption p {
    margin: 0;
    color: #6b7280;
    line-height: 1.7;
}

.ns-founder-show-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 30px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.35s ease;
}

.ns-founder-show-feature-card:hover {
    transform: translateY(-8px);

}

.commanheading-founder {
    text-align: left;
}

.ns-founder-show-feature-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.ns-founder-show-feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ns-founder-show-feature-card p {

    line-height: 1.8;
    margin: 0;
}

/* ======================
   Tablet Responsive
====================== */
@media (max-width: 991px) {
    .ns-founder-show-title {
        font-size: 42px;
    }

    .ns-founder-show-actions .btn {
        display: inline-block;
        margin-bottom: 10px;
    }
}

/* ======================
   Mobile Responsive
====================== */
@media (max-width: 767px) {


    .ns-founder-show-title {
        font-size: 34px;
    }

    .ns-founder-show-subtitle {
        font-size: 16px;
    }

    .ns-founder-show-stat-card {
        margin-bottom: 15px;
    }

    .ns-founder-show-actions .btn {
        width: auto;
        margin-right: 0 !important;
    }

    .ns-founder-show-video-caption {
        padding: 18px;
    }

    .ns-founder-show-video-caption h5 {
        font-size: 20px;
    }

    .ns-founder-show-feature-card {
        padding: 28px 22px;
    }
}


/* ==========================================
   Founders Talk Section - CSS
   Unique Prefix: nftalk-
========================================== */


.founders-talk-section {

    position: relative;
    overflow: hidden;
}

.ft-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.ft-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1f3b;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ft-title span {
    color: #dc3545;
}

.ft-subtitle {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    margin-bottom: 35px;
}

.ft-feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.ft-feature-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 15px;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
    margin-right: 18px;

}

.ft-feature-content h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1b1f3b;
    margin-bottom: 6px;
}

.ft-feature-content p {
    margin: 0;
    color: #6c757d;
    line-height: 1.7;
    font-size: 15px;
}

.ft-video-card {
    background-color: #f8f4f4;
    color: #000;
    padding: 50px 40px;
    border-radius: 28px;
    text-align: center;

    position: relative;
    overflow: hidden;
}

.ft-video-card::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.ft-video-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;

}

.ft-video-card h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.ft-video-card p {
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 0;
}

.ft-stat {
    margin-top: 20px;
}

.ft-stat h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;

}

.ft-stat span {
    font-size: 13px;

    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ft-btn-primary {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(220, 53, 69, 0.25);
    transition: all 0.3s ease;
}

.ft-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(220, 53, 69, 0.35);
}

.ft-btn-outline {
    background: transparent;
    border: 2px solid #dc3545;
    color: #dc3545;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.ft-btn-outline:hover {
    background: #dc3545;
    color: #ffffff;
}

@media (max-width: 991px) {
    .ft-title {
        font-size: 38px;
    }

    .ft-subtitle {
        font-size: 16px;
    }

    .ft-video-card {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {


    .ft-title {
        font-size: 30px;
    }

    .ft-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .ft-feature {
        margin-bottom: 20px;
    }

    .ft-feature-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 18px;
        margin-right: 14px;
    }

    .ft-feature-content h5 {
        font-size: 18px;
    }

    .ft-video-card {
        padding: 35px 25px;
        border-radius: 22px;
    }

    .ft-video-card h4 {
        font-size: 24px;
    }

    .ft-video-icon {
        width: 75px;
        height: 75px;
        font-size: 24px;
    }

    .ft-btn-primary,
    .ft-btn-outline {
        width: 100%;
        margin-right: 0 !important;
    }
}

/* =========================================
   FOUNDERS MEET - CREATIVE EVENT SECTION
   Unique Prefix: nfmeet-
========================================= */


.founder-meet-section {

    position: relative;
    overflow: hidden;
}

.fm-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(0, 123, 255, 0.1);
    color: #007bff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.fm-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1f3b;
    line-height: 1.2;
    margin-bottom: 20px;
}

.fm-title span {
    color: #007bff;
}

.fm-subtitle {
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.fm-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    text-align: center;
    border: 1px solid #eef2f7;
}

.fm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 123, 255, 0.12);
}

.fm-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    border-radius: 50%;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 30px;

}

.fm-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1b1f3b;
    margin-bottom: 15px;
}

.fm-card p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.fm-stat {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.fm-stat h3 {
    font-size: 36px;
    font-weight: 800;
    color: #007bff;
    margin-bottom: 5px;
}

.fm-stat p {
    margin: 0;
    color: #6c757d;
    font-weight: 600;
}

.fm-btn-primary {
    background: linear-gradient(135deg, #007bff, #0056d2);
    border: none;
    color: #ffffff;
    padding: 14px 34px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.25);
    transition: all 0.3s ease;
}

.fm-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 123, 255, 0.35);
}

.fm-btn-outline {
    background: transparent;
    border: 2px solid #007bff;
    color: #007bff;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.fm-btn-outline:hover {
    background: #007bff;
    color: #ffffff;
}

@media (max-width: 991px) {
    .fm-title {
        font-size: 38px;
    }

    .fm-subtitle {
        font-size: 16px;
    }

    .fm-card {
        padding: 35px 25px;
    }
}

@media (max-width: 767px) {


    .fm-title {
        font-size: 30px;
    }

    .fm-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .fm-card {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .fm-card h4 {
        font-size: 22px;
    }

    .fm-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
    }

    .fm-stat h3 {
        font-size: 28px;
    }

    .fm-btn-primary,
    .fm-btn-outline {
        width: 100%;
        margin-right: 0 !important;
    }
}

.founder-bootcamp-pro {

    position: relative;
    overflow: hidden;
}

.fbp-badge {
    display: inline-block;
    padding: 8px 18px;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.fbp-title {
    font-size: 48px;
    font-weight: 800;
    color: #1b1f3b;
    line-height: 1.2;
}

.fbp-title span {
    color: #10b981;
}

.fbp-subtitle {
    max-width: 760px;
    font-size: 18px;
    color: #6c757d;
    line-height: 1.8;
}

.fbp-feature-card {
    background: rgba(184, 14, 14, 0.08);
    border-radius: 24px;
    padding: 35px 30px;
    height: 100%;
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.06);
    border: 1px solid #eef6f1;
    transition: all .35s ease;
}

.fbp-feature-card:hover,
.fbp-feature-card.active {
    transform: translateY(-8px);


}

.fbp-icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background: rgba(184, 14, 14, 0.08);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 25px;

}

.fbp-feature-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #1b1f3b;
    margin-bottom: 12px;
}

.fbp-feature-card p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.fbp-enroll-card {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 30px;

    position: relative;
    overflow: hidden;
}

.fbp-enroll-card::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.fbp-mini-badge {
    display: inline-block;
    padding: 7px 16px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}

.fbp-enroll-card h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.fbp-enroll-card p {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
    font-size: 15px;
}

.fbp-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.fbp-list li {
    margin-bottom: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.90);
}

.fbp-list i {
    margin-right: 8px;
    color: #ffffff;
}

.fbp-stat {
    margin-top: 15px;
}

.fbp-stat h4 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
}

.fbp-stat span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: rgba(255, 255, 255, 0.75);
}

.fbp-btn {
    background: #ffffff;
    color: #10b981;
    border: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.fbp-btn:hover {
    color: #10b981;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .fbp-title {
        font-size: 38px;
    }

    .fbp-subtitle {
        font-size: 16px;
    }

    .fbp-enroll-card {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {


    .fbp-title {
        font-size: 30px;
    }

    .fbp-subtitle {
        font-size: 15px;
        line-height: 1.7;
    }

    .fbp-feature-card {
        padding: 28px 22px;
        border-radius: 20px;
    }

    .fbp-feature-card h4 {
        font-size: 21px;
    }

    .fbp-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .fbp-enroll-card {
        padding: 35px 25px;
        border-radius: 24px;
    }

    .fbp-enroll-card h3 {
        font-size: 24px;
    }

    .fbp-btn {
        width: 100%;
    }
}

/* Mobile Version Start*/
@media screen and (max-width:768px) {

    .commanheading .commanheading .commanheading h2,
    .commanheading h3,
    .commanheading h4 {
        font-size: 25px;
    }

    .video-wrapper-about {
        margin: 25px 0px;
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        height: 100%;
        overflow: hidden;
        min-height: auto;
        border-radius: 15px;
    }

    .video-wrapper-about iframe {
        height: 100%;
    }
}

/*section:nth-child(even) {
   
        background-color: #f8f4f4 !important;
  Optional: adds a light background for contrast 
}
 section:nth-child(odd) {
   
        background-color: #ffff !important;
  Optional: adds a light background for contrast 
}*/


.visual-container {

    border-radius: 30px;
    padding: 20px;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 400px;
    /* Height fixed to match buttons stack */
    max-width: 800px;
    margin: auto;
}

.central-box {
    background-color: #f8f4f4;
    color: #000;
    border: 1px solid #2d343f;
    border-radius: 30px;
    width: 200px;
    height: 200px;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.central-box>img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

/* SVG Box - Height strictly matches container */
.svg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.wire-path {
    fill: none;
    stroke-width: 1.5;
    stroke-dasharray: 6, 5;
    animation: flowData 2s linear infinite;
}

@keyframes flowData {
    from {
        stroke-dashoffset: 44;
    }

    to {
        stroke-dashoffset: 0;
    }
}

/* Buttons Stack */
.buttons-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 260px;
    z-index: 10;
}

.nav-pill-item {
    background-color: #f8f4f4;
    color: #000;
    border: 1px solid #2d343f;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;

    text-decoration: none !important;
    font-size: 14px;
    height: 55px;
    /* Fixed height for precise line targeting */
}

.nav-pill-item.active {
    background: #ffffff;
    color: #000 !important;
}

.icon-box {
    margin-right: 12px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .svg-layer {
        display: none;
    }

    .visual-container {
        flex-direction: column;
        height: auto;
        gap: 30px;
    }
}



/* --- STICKY SIDEBAR FIXED LOGIC --- */
@media (min-width: 992px) {
    .nsw-sticky-sidebar {
        position: -webkit-sticky !important;
        position: sticky !important;
        /* Agar aapka header 80px ka hai, toh isko 100px kar dein */
        top: 60px !important;

        /* Bootstrap ke stretch feature ko block karne ke liye important */
        align-self: start !important;
        height: auto !important;
        z-index: 99;
    }
}

/* --- OVERFLOW BUG FIX --- */
.nsw-premium-wrapper {
    position: relative;

    /* IMPORTANT: Yahan overflow-hidden content ko block nahi karega, scrolling natural rakhega */
    overflow: visible !important;
}

/* Baaki ka Design CSS */
.nsw-premium-tag {
    color: var(--nsw-brand-red);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    background: rgba(225, 29, 72, 0.08);
    padding: 8px 18px;
    border-radius: 50px;
    margin-bottom: 1.5rem;
}

.nsw-premium-hero-title {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    letter-spacing: -1px;
    color: var(--nsw-text-dark);
}

.nsw-premium-hero-title span {
    background: linear-gradient(120deg, var(--nsw-brand-maroon), var(--nsw-brand-red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nsw-premium-hero-desc {
    font-size: 1.05rem;
    color: var(--nsw-text-gray);
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-weight: 400;
}

.gap-3 {
    gap: 1rem;
}

.nsw-premium-btn-main {
    background-color: var(--nsw-text-dark);
    color: var(--nsw-white) !important;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.1);
}

.nsw-premium-btn-main:hover {
    background-color: var(--nsw-brand-maroon);
    transform: translateY(-2px);
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(136, 19, 55, 0.25);
}

.nsw-premium-btn-outline {
    background-color: transparent;
    color: var(--nsw-text-dark) !important;
    padding: 14px 32px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    border: 1.5px solid rgba(15, 23, 42, 0.1);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.nsw-premium-btn-outline:hover {
    border-color: var(--nsw-brand-red);
    color: var(--nsw-brand-red) !important;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Bento Cards */
.nsw-premium-feature-card {
    background-color: #f8f4f4;
    border: 1px solid rgba(15, 23, 42, 0.05);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    /* Alag se spacing handle karne ke liye */
}

.nsw-premium-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);

}

.nsw-premium-card-watermark {
    position: absolute;
    bottom: -10px;
    right: 15px;
    font-size: 5rem;
    font-weight: 900;
    color: rgba(15, 23, 42, 0.03);
    line-height: 1;
    user-select: none;
    z-index: -1;
}

.nsw-premium-icon-container {
    width: 55px;
    height: 55px;
    background: rgba(225, 29, 72, 0.06);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.nsw-premium-icon-container i {
    font-size: 1.25rem;
    color: var(--nsw-brand-red);
}

.nsw-premium-feature-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--nsw-text-dark);
    margin-bottom: 10px;
}

.nsw-premium-feature-card p {
    color: var(--nsw-text-gray);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}

/* Staggered arrangement on desktop */
@media (min-width: 992px) {
    .nsw-premium-mt-extra {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .pvt-content2 {
        text-align: center;
        margin-bottom: 40px;
    }

    .nsw-premium-hero-title {
        font-size: 2.6rem;
    }

    .nsw-premium-btn-holder {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .nsw-premium-hero-title {
        font-size: 2.2rem;
    }

    .nsw-premium-feature-card {
        text-align: center;
        padding: 30px 20px;
    }

    .nsw-premium-icon-container {
        margin: 0 auto 20px auto;
    }

    .nsw-premium-card-watermark {
        display: none;
    }

    .nsw-premium-btn-holder {
        flex-direction: column;
        width: 100%;
    }
}



/* =========================================================
   NEUSOURCE - PRICING PACKAGES SECTION
========================================================= */

.nss-pricing-section {

    overflow: hidden;

}

/* Heading */
.nss-pricing-badge {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(184, 14, 14, 0.08);
    color: #b80e0e;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.nss-pricing-title {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    color: #111827;
    margin-bottom: 20px;
}

.nss-pricing-title span {
    display: block;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nss-pricing-description {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
    color: #64748b;
}

/* Cards */
.nss-pricing-card {
    position: relative;
    height: 100%;
    padding: 42px 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
}

.nss-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 35px 80px rgba(15, 23, 42, 0.10);
}

/* Featured Card */
.nss-pricing-card.featured {
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    border: none;
    transform: scale(1.04);
    box-shadow: 0 35px 90px rgba(184, 14, 14, 0.22);
}

.nss-pricing-card.featured:hover {
    transform: scale(1.04) translateY(-8px);
}

.nss-pricing-card.featured .nss-pricing-plan,
.nss-pricing-card.featured .nss-pricing-price,
.nss-pricing-card.featured .nss-pricing-price span,
.nss-pricing-card.featured .nss-pricing-text,
.nss-pricing-card.featured .nss-pricing-features li,
.nss-pricing-card.featured .nss-pricing-features li i {
    color: #ffffff;
}

/* Ribbon */
.nss-pricing-ribbon {
    position: absolute;
    top: 22px;
    right: 22px;
    padding: 6px 12px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.18);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Plan */
.nss-pricing-plan {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #b80e0e;
    margin-bottom: 18px;
}

/* Price */
.nss-pricing-price {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #111827;
    margin-bottom: 18px;
}

.nss-pricing-price span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
}

/* Text */
.nss-pricing-text {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 28px;
}

/* Features */
.nss-pricing-features li {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #334155;
}

.nss-pricing-features li i {
    margin-right: 10px;
    color: #b80e0e;
}

/* Button */
.nss-pricing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 24px;
    margin-top: 12px;
    border-radius: 50px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.nss-pricing-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.nss-pricing-card.featured .nss-pricing-btn {
    background: #ffffff;
    color: #b80e0e !important;
}

/* Tablet */
@media (max-width: 991.98px) {


    .nss-pricing-title {
        font-size: 42px;
    }

    .nss-pricing-card.featured {
        transform: none;
    }

    .nss-pricing-card.featured:hover {
        transform: translateY(-8px);
    }
}

/* Mobile */
@media (max-width: 767.98px) {


    .nss-pricing-title {
        font-size: 30px;
        line-height: 1.25;
    }

    .nss-pricing-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .nss-pricing-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .nss-pricing-price {
        font-size: 38px;
    }
}

.neu-content {}

.neu-content>img {
    width: 100%;
    height: 100%;
}

/* Ultimate Creative Breadcrumb with FontAwesome Fix */
.nss-breadcrumb-sec {
    background: #fdfdfd;
    /* Clean background */
    border-top: 1px solid #f1f3f5;
    border-bottom: 1px solid #f1f3f5;
    padding: 14px 0;

    clear: both;
}

.nss-breadcrumb-sec .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
}

/* Items Common Properties */
.nss-breadcrumb-sec .breadcrumb-item {
    font-size: 13.5px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
}

/* Creative Link Styling */
.nss-breadcrumb-sec .breadcrumb-item a {
    /* Elegant Slate Gray */
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.25s ease;
}

/* Hover Effect with Soft Background Bubble */
.nss-breadcrumb-sec .breadcrumb-item a:hover {
    color: #a82424;
    /* Theme Maroon */
    background-color: #f1f5f9;
}

/* Icon Spacing and Motion */
.nss-breadcrumb-sec .breadcrumb-item i {
    margin-right: 8px;
    font-size: 14px;
    transition: transform 0.2s ease;
}

.nss-breadcrumb-sec .breadcrumb-item a:hover i {
    transform: scale(1.1);
}

/* Active Page - Premium Floating Badge Look */
.nss-breadcrumb-sec .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 600;
    background-color: #fff4f4;
    /* Light Maroon Tint */
    border: 1px solid #fecaca;
    padding: 6px 14px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 4px rgba(168, 36, 36, 0.04);
}

.nss-breadcrumb-sec .breadcrumb-item.active i {
    color: #a82424;
    /* Maroon icon for final page */
    margin-right: 8px;
}

/* CRITICAL FIX: Overriding Bootstrap Default Separator with FontAwesome */
.nss-breadcrumb-sec .breadcrumb-item+.breadcrumb-item::before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f105" !important;
    /* Chevron Right Icon */
    color: #94a3b8 !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    display: inline-block;
    vertical-align: middle;
    background: none !important;
    /* Bootstrap raw string divider remove karne ke liye */
}

/* Pvt Ltd page End*/

/* Home page Start*/
/* Home page Banner Start*/
/* Unique Hero Banner Wrapper */
.ns-hero-section-wrapper {

    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Unique Creative Background Shapes */
.ns-hero-section-wrapper::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: -1;
}

/* Unique Content Classes */
.ns-hero-text-block {
    position: relative;
}

.ns-hero-top-tagline {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00bac6;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.ns-hero-main-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ns-hero-main-title .ns-highlight-text {
    color: #00bac6;
}

.ns-hero-description {
    font-size: 1.1rem;
    color: #e0e0e0;
    margin-bottom: 35px;
    font-weight: 400;
    line-height: 1.6;
}

/* Unique Action Buttons */
.ns-btn-action-primary {
    background-color: #00bac6;
    color: #fff !important;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 50px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 186, 198, 0.4);
    display: inline-block;
    text-decoration: none !important;
}

.ns-btn-action-primary:hover {
    background-color: transparent;
    border-color: #00bac6;
    color: #00bac6 !important;
    transform: translateY(-3px);
}

.ns-btn-action-secondary {
    background-color: transparent;
    color: #fff !important;
    font-weight: 600;
    padding: 13px 32px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none !important;
}

.ns-btn-action-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    border-color: #fff;
    transform: translateY(-3px);
}

/* Unique Video Container Box */
.ns-video-creative-frame {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    border: 4px solid rgba(255, 255, 255, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ns-video-creative-frame:hover {
    transform: scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.6);
}

/* Responsive Modifications (Media Queries) */
@media (max-width: 991.98px) {

    .ns-hero-text-block {
        text-align: center;
        margin-bottom: 40px;
    }

    .ns-hero-main-title {
        font-size: 2.6rem;
    }

    .ns-video-creative-frame {
        max-width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 575.98px) {
    .ns-hero-main-title {
        font-size: 2rem;
    }

    .ns-hero-description {
        font-size: 1rem;
    }

    .ns-btn-group-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ns-btn-action-primary,
    .ns-btn-action-secondary {
        display: block;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .ns-btn-action-secondary {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

/* Home page  Banner End*/

/* Blog start* /
.ns-blog-section {
    position: relative;
}

/* --- Owl Height Alignment Fixes --- */
.ns-home-blog-carousel .owl-stage {
    display: flex;
    /* Sabhi items ko barabar height dene ke liye */
}

.ns-home-blog-carousel .owl-item {
    display: flex;
    flex-direction: column;
}

.ns-home-blog-carousel .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10px 0;
    /* Smooth shadow spacing */
}

/* --- Blog Card Base Styling --- */
.ns-blog-card {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    /* Height automatic 100% stretch hogi */
    display: flex;
    flex-direction: column;
    border: 1px solid #f0f0f0;

}

/* Card Hover Effects */
.ns-blog-card:hover {
    transform: translateY(-8px);
    border-color: rgba(184, 14, 14, 0.2);

}

/* Image Wrapper & Zoom */
.ns-blog-img-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    /* 5:3 Aspect Ratio */
}

.ns-blog-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ns-blog-card:hover .ns-blog-img {
    transform: scale(1.08);
}

/* Category Badge */
.ns-blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
}

/* Blog Content Body */
.ns-blog-body {
    background-color: #f8f4f4;
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Content box bache hue space ko fill karega */
}

/* Meta Info */
.ns-blog-meta {
    font-size: 0.85rem;
    color: #8c98a4;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.ns-blog-meta span i {
    margin-right: 5px;
    color: #b80e0e;
}

/* Blog Title */
.ns-blog-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.ns-blog-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ns-blog-title a:hover {
    color: rgb(184, 14, 14) !important;
}

/* Blog Excerpt/Text */
.ns-blog-text {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Read More Button Link Alignment */
.ns-blog-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgb(184, 14, 14) !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    /* Kisi bhi text length par button barabar neeche alignment me rahega */
    transition: gap 0.3s ease;
}

.ns-blog-link i {
    margin-left: 6px;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.ns-blog-card:hover .ns-blog-link i {
    transform: translateX(5px);
}

/* --- Custom Attractive Carousel Dots --- */
.ns-home-blog-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.ns-home-blog-carousel .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 6px !important;
    background: #d6d6d6 !important;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ns-home-blog-carousel .owl-dot.active span,
.ns-home-blog-carousel .owl-dot:hover span {
    background: #b80e0e !important;
    width: 24px !important;
    /* Active dot pill-shape ban jayega jo kafi modern lagta hai */
    border-radius: 10px;
}

.nss-testimonial-card-home {
    background: #fff !important;
}



/* Blog ENd* /

/* Cta form Section start* /
/* --- CTA Section Container --- */
.ns-cta-section {
    position: relative;
    /* Deep professional dark blue background */
    overflow: hidden;
    z-index: 1;
}

/* Creative Background Glowing Orbs */
.ns-cta-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.ns-shape-1 {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(184, 14, 14, 0.25) 0%, rgba(0, 0, 0, 0) 70%);
    top: -150px;
    left: -100px;
    filter: blur(40px);
}

.ns-shape-2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 186, 198, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    bottom: -200px;
    right: -100px;
    filter: blur(50px);
}

/* --- Left Side Content Styling --- */
.ns-cta-content-box {
    padding-right: 30px;
}

.ns-cta-badge {
    background: rgba(184, 14, 14, 0.15);
    color: #ff4d4d;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 25px;
    border: 1px solid rgba(184, 14, 14, 0.2);
}

.ns-cta-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 20px;
}

.ns-cta-desc {
    font-size: 1.05rem;
    color: #a0aec0;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Feature Grid inside Content */
.ns-cta-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.ns-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ns-icon-box {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #b80e0e 0%, #701300 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(184, 14, 14, 0.3);
}

.ns-feature-item h5 {

    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.ns-feature-item p {

    font-size: 0.9rem;
    margin: 0;
}

/* --- Right Side: Glassmorphism Form Styling --- */
.ns-cta-form-wrapper {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* Creative Form Header */
.ns-form-header {
    margin-bottom: 15px;
    border-left: 4px solid #b80e0e;
    padding-left: 15px;
}

.ns-form-header h3 {

    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.ns-form-header p {

    font-size: 0.9rem;
    margin: 0;
}

/* Form Layout Components */
.ns-form-group {
    margin-bottom: 20px;
}

.ns-form-row {
    display: flex;
    gap: 20px;
}

.flex-1 {
    flex: 1;
}

.ns-cta-form-wrapper label {
    color: #000;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

/* Inputs & Icons wrapper styling */
.ns-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.ns-input-icon {
    position: absolute;
    left: 16px;
    color: #64748b;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.ns-input-field {
    width: 100%;


    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    padding: 10px 15px 10px 45px !important;

    font-size: 0.95rem;
    transition: all 0.3s ease !important;
}

/* Autofill/Placeholder fixes */
.ns-input-field::placeholder {
    color: #000;
}

.ns-input-field:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #b80e0e !important;
    box-shadow: 0 0 15px rgba(184, 14, 14, 0.25) !important;
    outline: none;
}

.ns-input-field:focus+.ns-input-icon {
    color: #b80e0e;
}

/* Dropdown arrow fix for dark bg */
.ns-select-field {
    appearance: none;
    cursor: pointer;
}

/* Creative Animated Submit Button */
.ns-cta-submit-btn {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, rgb(184, 14, 14) 0%, rgb(112, 19, 0) 100%);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(184, 14, 14, 0.25);
    margin-top: 10px;
}

.ns-cta-submit-btn:hover {
    background: linear-gradient(135deg, #dd1111 0%, #b80e0e 100%);
    box-shadow: 0 12px 30px rgba(184, 14, 14, 0.4);
    transform: translateY(-2px);
    color: #fff !important;
}

.ns-cta-submit-btn i {
    transition: transform 0.3s ease;
}

.ns-cta-submit-btn:hover i {
    transform: translateX(5px);
}

/* --- Responsive Layout Breakpoints --- */
@media (max-width: 991.98px) {

    .ns-cta-content-box {
        padding-right: 0;
        text-align: center;
    }

    .ns-cta-badge {
        margin-bottom: 20px;
    }

    .ns-cta-title {
        font-size: 2.2rem;
    }

    .ns-feature-item {
        text-align: left;
    }

    .ns-cta-form-wrapper {
        padding: 30px 20px;
    }
}

@media (max-width: 575.98px) {
    .ns-form-row {
        flex-direction: column;
        gap: 0;
    }

    .ns-cta-title {
        font-size: 1.8rem;
    }
}

/* Cta form Section End */
.about-home-page>img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Home page ENd*/