body {
   
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}


/* header .css */
.header {
    margin: 0;
    overflow-x: hidden;
}

.hero-section {
    background: linear-gradient(90deg, #FD027D 0%, #101160 100%);
    min-height: 100vh;
    color: white;
    padding: 20px 0;
    margin: auto !important;
    display: flex;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

.hero-section h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.hero-text {
    /* margin-bottom: 2rem; */
}

.hero-text p {
    font-weight: 400;
    /* margin-bottom: 1rem; */
    line-height: 1.6;
}

/* /* .button-container {
                margin-bottom: 2rem;
                padding-bottom: 1rem;
            } */

.btn-home {
    border: 0;
    text-decoration: none;
    background: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 16px;
    color: #0045FF;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-home:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    color: #0045FF;
    text-decoration: none;
}

.btn-home svg {
    transition: transform 0.3s ease;
}

.btn-home:hover svg {
    transform: translateX(3px);
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* Background ellipse image - right center */
.background-image {
    position: absolute;
    top: 60%;
    right: -70px;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.8;
    height: 80vh;
    width: auto;
    object-fit: contain;
}

/* Banner image - full center */
.bannerimg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .image-container {
        display: none !important;
    }

    .hero-section {
        min-height: auto;
        padding: 40px 0;
    }

    .hero-content {
        padding: 20px 0;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-section {
        /* min-height: 100vh; */
        padding: 80px 0px !important;
        display: flex;
        align-items: center;
    }

    .hero-section h1 {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }

    .hero-text {
        margin-bottom: 2rem;
    }

    .hero-text p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }

    .button-container {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        /* text-align: center; optional for mobile center */
    }

    .btn-home {
        padding: 14px 25px;
        font-size: 15px;
        width: auto;
        min-width: 150px;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 15px 0;
        /* min-height: 100vh; */
        display: flex;
        align-items: center;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content {
        text-align: center;
        padding: 0;
    }

    .hero-section h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .hero-text {
        margin-bottom: 1.5rem;
    }

    .hero-text p {
        font-size: 0.875rem;
        line-height: 1.4;
        margin-bottom: 0.75rem;
    }

    .hero-text p.fw-semibold {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .btn-home {
        padding: 12px 24px;
        font-size: 14px;
        width: auto;
        min-width: 140px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .button-container {
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .container.py-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .row.min-vh-100 {
        min-height: auto !important;
    }
}

@media (max-width: 375px) {
    .hero-section {
        padding: 10px 0;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-section h1 {
        font-size: 1.4rem;
        margin-bottom: 0.875rem;
    }

    .hero-text {
        margin-bottom: 1.25rem;
    }

    .hero-text p {
        font-size: 0.85rem;
        margin-bottom: 0.625rem;
    }

    .hero-text p.fw-semibold {
        margin-bottom: 0.875rem;
    }

    .btn-home {
        padding: 11px 22px;
        font-size: 13px;
        min-width: 130px;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .hero-section {
        min-height: auto;
        padding: 10px 0;
    }

    .hero-content {
        padding: 5px 0;
    }

    .button-container {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}


/* <!-- // Turstred parterner css --> */
.trusted_parterner {
    background-color: #F5F5F5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.main-container {
    min-height: 749px;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 20px;
}

.main-title {
    font-size: 42px;
    font-weight: 600;
    color: #272729;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.subtitle {
    font-size: 18px;
    color: #272729;
    text-align: center;
    margin-bottom: 4rem;
    font-weight: 400;
}

.testimonial-section {
    display: flex;
    height: 300px;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-image {
    width: 146px;
    height: 317px;
    border-radius: 20px;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-image-small {
    display: none;
}

.quote-container {
    height: auto;
    min-height: 300px;
    flex: 1;
    border: 2px solid #8B5A96;
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote-icon {
    color: #8B5A96;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.quote-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.quote-title {
    color: #6C3AEF;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.quote-text {
    color: #272729;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.quote-author {
    color: #272729;
    font-size: 20px;
    font-weight: 600;
    margin-top: auto;
}

.bottom-text {
    text-align: center;
    color: #272729;
    font-size: 18px;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .main-container {
        min-height: 749px;
    }
}

@media (max-width: 1200px) {
    .main-container {
        max-width: 100%;
        min-height: auto;
        padding: 40px 20px;
    }

    .main-title {
        font-size: 2rem;
    }

    .testimonial-section {
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    .main-container {
        padding: 40px 15px;
    }

    .main-title {
        font-size: 1.9rem;
        margin-bottom: 0.8rem;
    }

    .subtitle {
        font-size: 1rem;
        margin-bottom: 3rem;
    }

    .testimonial-section {
        gap: 1.5rem;
    }

    .testimonial-image {
        width: 130px;
        height: 260px;
    }

    .quote-container {
        padding: 1.8rem;
        min-height: 260px;
    }

    .quote-title {
        font-size: 1.2rem;
    }

    .quote-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding: 30px 15px;
        min-height: auto;
        max-width: 100%;
        margin: 0 auto;
    }

    .main-title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
        line-height: 1.3;
        padding: 0 10px;
    }

    .subtitle {
        font-size: 0.9rem;
        margin-bottom: 2rem;
        padding: 0 10px;
    }

    .testimonial-section {
        flex-direction: column;
        gap: 0;
        margin-bottom: 2rem;
        width: 100%;
        align-items: stretch;
    }

    .testimonial-image {
        display: none;
    }

    .testimonial-image-small {
        display: block;
        width: 100%;
        max-width: 100%;
        height: 56px;
        background: linear-gradient(90deg, #1e3a8a 0%, #7c3aed 50%, #be185d 100%);
        border-radius: 20px;
        flex-shrink: 0;
        margin: 0 0 1.5rem 0;
        order: -1;
    }

    .quote-container {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 1.5rem;
        margin: 0;
        background: white;
        border: 2px solid #8B5A96;
        border-radius: 15px;
    }

    .quote-icon {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .quote-icon img {
        width: 24px;
        height: 24px;
    }

    .quote-title {
        font-size: 1rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }

    .quote-text {
        font-size: 0.85rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .quote-author {
        font-size: 0.85rem;
        margin-top: 0.5rem;
    }

    .bottom-text {
        font-size: 0.85rem;
        line-height: 1.5;
        padding: 0 10px;
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {
    .main-container {
        padding: 25px 10px;
        max-width: 385px;
        margin: 0 auto;
    }

    .main-title {
        font-size: 1.2rem;
        padding: 0 5px;
    }

    .subtitle {
        font-size: 0.85rem;
        padding: 0 5px;
    }

    .testimonial-image-small {
        height: 48px;
        margin-bottom: 1.2rem;
        border-radius: 16px;
    }

    .quote-container {
        padding: 1.2rem;
    }

    .quote-title {
        font-size: 0.95rem;
    }

    .quote-text {
        font-size: 0.8rem;
    }

    .quote-author {
        font-size: 0.8rem;
    }

    .bottom-text {
        font-size: 0.8rem;
        padding: 0 5px;
    }
}

@media (max-width: 480px) {
    .main-container {
        padding: 20px 8px;
        max-width: 350px;
    }

    .main-title {
        font-size: 1.1rem;
    }

    .subtitle {
        font-size: 0.8rem;
    }

    .testimonial-image-small {
        height: 44px;
        margin-bottom: 1rem;
        border-radius: 14px;
    }

    .quote-container {
        padding: 1rem;
    }

    .quote-title {
        font-size: 0.9rem;
    }

    .quote-text {
        font-size: 0.75rem;
    }

    .quote-author {
        font-size: 0.75rem;
    }

    .bottom-text {
        font-size: 0.75rem;
    }
}

@media (max-width: 360px) {
    .main-container {
        padding: 18px 6px;
        max-width: 320px;
    }

    .main-title {
        font-size: 1rem;
    }

    .subtitle {
        font-size: 0.75rem;
    }

    .testimonial-image-small {
        height: 40px;
        margin-bottom: 0.8rem;
        border-radius: 12px;
    }

    .quote-container {
        padding: 0.8rem;
    }

    .quote-title {
        font-size: 0.85rem;
    }

    .quote-text {
        font-size: 0.7rem;
    }

    .quote-author {
        font-size: 0.7rem;
    }

    .bottom-text {
        font-size: 0.7rem;
    }
}

/* Loan execution page css */


.loan-page {
    line-height: 1.6;
}

.loan-section {
    padding: 80px 0;
    background-color: #FFFFFF;
}

.main-heading1 {
    font-size: 42px;
    font-weight: 700;
    color: #272729;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-align: center;
}

.sub-heading1 {
    font-size: 1.5rem;
    color: #6C3AEF;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}

.description {
    font-size: 18px;
    color: #666666;
    margin-bottom: 4rem;
    line-height: 1.6;
    text-align: center;
}

.content-row {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    max-width: 1200px;
    margin: 0 auto;
}

.benefits-list {
    flex: 1;
    max-width: 500px;
    margin-left: 2rem;
}

.benefit-item {
    padding: 1rem 1.5rem;
    margin-bottom: 1.25rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #dee2e6;
    font-weight: 600;
    color: #272729;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif !important;
}

.benefit-item.active {
    background-color: #f8f9fa;
    border-left: 4px solid;
    border-image: linear-gradient(180deg, #B50068 0%, #1A53BC 100%) 1;
    color: #272729;
}

.benefit-item:hover {
    background-color: #f1f3f4;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, #B50068 0%, #1A53BC 100%) 1;
    color: #1A53BC;
    transform: translateX(4px);
}

.benefit-item.active:hover {
    background-color: #f1f3f4;
    border-left: 6px solid;
    border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    color: #0045FF;
    transform: translateX(4px);
}

.info-card-container {
    flex-shrink: 0;
    width: 350px;
    margin-right: 2rem;
}

.info-card {
    background: #f8f9ff;
    position: relative;
    left: 180px;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e3e8ff;
    transition: all 0.3s ease;
}

.feature-image {
    width: 255px;
    height: 200px;
    border-radius: 12px;
    margin: 0 auto 1.5rem auto;
    object-fit: cover;
    background-color: #f8f9fa;
    transition: all 0.4s ease;
    transform-origin: center;
    display: block;
}

.feature-image.changing {
    opacity: 0.7;
    transform: scale(0.98);
}

.feature-content {
    transition: all 0.3s ease;
}

.feature-content.changing {
    opacity: 0.8;
    transform: translateY(5px);
}

.feature-point {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.4;
}

.feature-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg, #e91e63 0%, #673ab7 70%);
    border-radius: 50%;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.feature-text {
    font-weight: 400;
    color: #333;
}

.feature-highlight {
    font-weight: 600;
    color: #333;
}

@media (max-width: 1200px) {
    .content-row {
        gap: 3rem;
        max-width: 100%;
        padding: 0 2rem;
    }

    .benefits-list {
        margin-left: 1rem;
    }

    .info-card-container {
        width: 320px;
        margin-right: 1rem;
    }

    .feature-image {
        width: 240px;
        height: 180px;
    }

    .benefit-item {
        margin-bottom: 1rem;
    }
}

@media (max-width: 992px) {
    .loan-section {
        padding: 60px 0;
    }

    .content-row {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
    }

    .benefits-list {
        max-width: 100%;
        order: 2;
        margin-left: 0;
    }

    .info-card-container {
        width: 100%;
        max-width: 400px;
        order: 1;
        margin-right: 0;
    }

    .main-heading {
        font-size: 2rem;
    }

    .sub-heading1 {
        font-size: 1.25rem;
    }

    .description {
        margin-bottom: 2rem;
    }

    .feature-image {
        width: 100%;
        max-width: 300px;
        height: 200px;
    }

    .benefit-item {
        margin-bottom: 1rem;
    }

    .info-card {
        left: 0;
    }
}

@media (max-width: 768px) {
    .loan-section {
        padding: 50px 0;
    }

    .main-heading1 {
        font-size: 1.75rem;
    }

    .benefit-item {
        padding: 0.875rem 1rem;
        font-size: 0.95rem;
        margin-bottom: 0.875rem;
    }

    .benefit-item:hover {
        transform: translateX(3px);
        border-left: 5px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    }

    .benefit-item.active {
        border-left: 4px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    }

    .info-card {
        padding: 1.25rem;
    }

    .feature-image {
        height: 180px;
    }

    .feature-point {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .loan-section {
        padding: 40px 0;
    }

    .main-heading {
        font-size: 1.5rem;
    }

    .sub-heading1 {
        font-size: 1.125rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .content-row {
        padding: 0 1rem;
    }

    .benefit-item {
        padding: 0.75rem;
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }

    .benefit-item:hover {
        border-left: 4px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
        transform: translateX(2px);
    }

    .benefit-item.active {
        border-left: 4px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    }

    .info-card {
        padding: 1rem;
    }

    .feature-image {
        height: 160px;
    }

    .feature-point {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
    }

    .feature-dot {
        width: 6px;
        height: 6px;
        margin-top: 0.4rem;
    }
}

@media (max-width: 480px) {
    .benefit-item {
        margin-bottom: 0.625rem;
    }

    .benefit-item:hover {
        border-left: 3px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    }

    .benefit-item.active {
        border-left: 3px solid;
        border-image: linear-gradient(180deg, #e91e63 0%, #673ab7 100%) 1;
    }
}


/* axis page css */

.axis {
    margin: 0;
    background-color: #f8f9fa;
}

.digital-stamping-section {
    background-color: #f8f9fa;
    padding: 0 0;
    overflow: hidden;
}

.section-container {
  
    min-height: 409px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    
   
}

.curve-design {
    position: relative;
    width: 495px;
    height: 450px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.curve-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.axis-logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    z-index: 2;
}

.axis-logo {
    max-width: 265px;
    max-height: 263px;
    object-fit: contain;
    position: relative;
    left: 100px;
}

.content-section {
    flex: 1;
    max-width: 700px;
    margin-left: 60px;
    color: #272729;
    font-weight: bold;
}

.content-section h2 {
    font-size: 42px;
    font-weight: 700;
    color: #272729;
    line-height: 1.2;
    margin-bottom: 2rem;
}

.content-section p {
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

.highlight-text {
    color: #B83D8E;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .section-container {
        max-width: 100%;
        min-height: auto;
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .content-section {
        margin-left: 0;
        max-width: 100%;
    }

    .content-section h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .digital-stamping-section {
        padding: 60px 0;
    }

    .curve-background {
        display: none;
    }

    .axis-logo-container {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: 0 auto 2rem auto;
        width: 150px;
        height: 150px;
    }

    .axis-logo {
        left: 0;
        width: 100%;
        height: auto;
    }

    .content-section {
        margin-left: 0;
    }

    .content-section h2 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .content-section p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .digital-stamping-section {
        padding: 40px 0;
    }

    .section-container {
        padding: 20px 15px;
    }

    .curve-background {
        display: none;
    }

    .axis-logo-container {
        width: 120px;
        height: 120px;
        margin-bottom: 1.5rem;
    }

    .axis-logo {
        width: 100%;
        height: auto;
    }

    .content-section h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .content-section p {
        font-size: 0.95rem;
    }
}

@media (min-width: 1400px) {
    .section-container {
        min-height: 409px;
    }
}

/* Digital stamping page.css */

.digitalstamp {
    margin: 0;
    background-color: #ffffff;
}

.features-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}

.main-heading {
    font-size: 42px;
    font-weight: 700;
    color: #272729;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.2;
}

.sub-heading {
    font-size: 24px;
    font-weight: bold;
    color: #6C3AEF;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.description {
    font-size: 18px;
    color: #272729;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px auto;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    /* margin-bottom: 88px; */
}

.feature-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
} */

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    /* background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%); */
    position: relative;
}

.feature-icon img {
    width: 107px;
    height: 105px;
    object-fit: contain;
}

.feature-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-description {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
}

.cta-section {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 40px 0;
}

.cta-section p {
    margin: 10px;
}

.cta-text {
    font-size: 20px;
    color: #272729;
    margin-bottom: 25px;
    font-weight: 500;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    color: #3052E0;
    padding: 10px 39px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: 1px solid #3052E0;

    cursor: pointer;
}

.btn-home-d {
    border: 2px solid var(--blue);
    border-radius: 30px;
    background-color: transparent;
    color: var(--blue);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}


.cta-button:hover {
    background: #1d4ed8;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.cta-button::after {
    content: '→';
    font-size: 18px;
    transition: transform 0.3s ease;
}

.cta-button:hover::after {
    transform: translateX(3px);
}


@media (max-width: 1200px) {
    .features-container {
        max-width: 1000px;
    }

    .features-grid {
        gap: 30px;
    }

    .main-heading {
        font-size: 42px;
    }
}

@media (max-width: 992px) {

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .main-heading {
        font-size: 36px;
    }

    .sub-heading {
        font-size: 16px;
    }

    .description {
        font-size: 15px;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {

    .features-container {
        padding: 0 15px;
    }

    .main-heading {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .sub-heading {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .description {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }

    .feature-card {
        padding: 25px 15px;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .feature-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .feature-description {
        font-size: 13px;
    }

    .cta-text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .main-heading {
        font-size: 24px;
    }

    .features-grid {
        gap: 25px;
    }

    .feature-card {
        padding: 20px 10px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}



/* <!-- Exprerience page --> */

.Upstox {
    line-height: 1.6;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

.trust-section {
    padding: 80px 0;
    background-color: #F8F8F8;
    position: relative;
    overflow: hidden;
    min-height: 784px;
    width: 100%;
    max-width: 100vw;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #272729;
    text-align: center;
    margin-bottom: 3rem;
    line-height: 1.2;
    position: relative;
    z-index: 100;
    padding: 0 15px;
}

.curve-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.curve-image {
    position: absolute;
    top: 180px;
    left: 0;
    width: 100%;
    height: calc(100% - 180px);
    object-fit: cover;
    object-position: center;
}

.testimonial-container {
    position: relative;
    top: 40px;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 0 15px;
}

.testimonial-card {
    background: #EDEDED;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    width: 100%;
    max-width: 876px;
    z-index: 60;
    margin: 0 auto;
}

.logo-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 180px;
    margin: 0 auto 2rem auto;
    z-index: 70;
}

.upstox-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 90;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 80;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circle2-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    z-index: 70;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-text {
    font-size: 1rem;
    color: #1D1D1D;
    line-height: 1.6;
    margin-bottom: 2rem;
    text-align: left;
}

.rating-brand-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.star-rating {
    display: flex;
    gap: 0.25rem;
}

.star-icon {
    height: 17px;
    width: 110px;
    object-fit: contain;
}

.company-brand {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.brand-logo {
    height: 66px;
    width: 189px;
    object-fit: contain;
}

@media (min-width: 1400px) {
    .trust-section {
        max-width: 1378px;
        margin: 0 auto;
        min-height: 686px;
    }
}

@media (max-width: 1200px) {
    .trust-section {
        padding: 60px 0;
    }

    .logo-section {
        height: 160px;
        width: 160px;
    }

    .upstox-logo {
        width: 90px;
        height: 90px;
    }

    .circle-img {
        width: 125px;
        height: 125px;
    }

    .circle2-img {
        width: 160px;
        height: 160px;
    }
}

@media (max-width: 992px) {
    .testimonial-text {
        font-size: 0.95rem;
        text-align: center;
    }

    .logo-section {
        height: 140px;
        width: 140px;
        margin-bottom: 1.5rem;
    }

    .upstox-logo {
        width: 80px;
        height: 80px;
    }

    .circle-img {
        width: 110px;
        height: 110px;
    }

    .circle2-img {
        width: 140px;
        height: 140px;
    }

    .brand-logo {
        width: 150px;
        height: auto;
    }

    .star-icon {
        width: 90px;
    }
}

@media (max-width: 768px) {
    .curve-background {
        display: none;
    }

    .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .testimonial-text {
        font-size: 0.9rem;
        text-align: center;
    }

    .rating-brand-container {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        text-align: center;
    }

    .company-brand {
        justify-content: center;
    }

    .logo-section {
        height: 120px;
        width: 120px;
    }

    .upstox-logo {
        width: 70px;
        height: 70px;
    }

    .circle-img {
        width: 95px;
        height: 95px;
    }

    .circle2-img {
        width: 120px;
        height: 120px;
    }

    .brand-logo {
        width: 130px;
    }

    .star-icon {
        width: 80px;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.5rem;
    }

    .testimonial-text {
        font-size: 0.85rem;
    }

    .logo-section {
        height: 100px;
        width: 100px;
    }

    .upstox-logo {
        width: 60px;
        height: 60px;
    }

    .circle-img {
        width: 80px;
        height: 80px;
    }

    .circle2-img {
        width: 100px;
        height: 100px;
    }

    .star-icon {
        width: 70px;
    }

    .brand-logo {
        width: 110px;
    }
}

@media (max-width: 360px) {
    .section-title {
        font-size: 1.2rem;
    }

    .testimonial-text {
        font-size: 0.75rem;
    }

    .logo-section {
        height: 80px;
        width: 80px;
    }

    .upstox-logo {
        width: 45px;
        height: 45px;
    }

    .circle-img {
        width: 60px;
        height: 60px;
    }

    .circle2-img {
        width: 80px;
        height: 80px;
    }

    .star-icon {
        width: 50px;
    }

    .brand-logo {
        width: 80px;
    }
}



/* nesl integrated stamping page  */

.nesl-wrapper {
    background: url('../images/nesl/NeSL-Integrated.svg') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 60px 80px;
    box-sizing: border-box;
}

.nesl-heading {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 520px;
}

.nesl-paragraph {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    opacity: 0.95;
    max-width: 520px;
}

.stats-container {
    padding-left: 60px;
}

.desktop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    position: relative;
    max-width: 650px;
    height: 320px;
    padding: 30px 20px;
}

.desktop-grid::before {
    content: '';
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.desktop-grid::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.vertical-line-2 {
    position: absolute;
    top: 0;
    left: 66.66%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    z-index: 2;
}

.dot-1 {
    top: 50%;
    left: 33.33%;
    transform: translate(-50%, -50%);
}

.dot-2 {
    top: 50%;
    left: 66.66%;
    transform: translate(-50%, -50%);
}

.stat-item1 {
    padding: 25px 15px;
    text-align: center;
    position: relative;
    bottom: 40px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stat-value {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.stat-description {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.4;
    max-width: 160px;
    opacity: 0.95;
}

.mobile-grid {
    display: none;
}

@media (max-width: 768px) {
    .nesl-wrapper {
        width: 95%;
        height: auto;
        padding: 30px 20px;
    }

    .nesl-heading {
        font-size: 28px;
        text-align: center;
    }

    .nesl-paragraph {
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
    }

    .stats-container {
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .desktop-grid {
        display: none;
    }

    .mobile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 20px 10px;
        position: relative;
    }

    .mobile-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
    }

    .mobile-grid::after {
        content: '';
        position: absolute;
        top: 33.33%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
    }

    .horizontal-line-2 {
        position: absolute;
        top: 66.66%;
        left: 0;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.3);
    }

    .mobile-dot {
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .dot-1 {
        top: 33.33%;
    }

    .dot-2 {
        top: 66.66%;
    }

    .mobile-item {
        text-align: center;
        padding: 20px 10px;
    }

    .mobile-item .stat-value {
        font-size: 28px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .mobile-item .stat-description {
        font-size: 12px;
        color: #ffffff;
        opacity: 0.95;
        line-height: 1.4;
    }
}



/* <!-- get in touch page --> */

.getintouch-bg {
    background-image: url('/images/nesl/bgdesign.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.hero-section-new {
    background: transparent linear-gradient(122deg, #1a53bc 0%, #071F84 100%) 0% 0% no-repeat padding-box;
    border-radius: 20px;
    color: #fff;
   
}

.form-card-new {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
}

.custom-input {
    border-radius: 10px;
    border: 2px solid #E40278;
}

.btn-pink {
    background-color: #E40278;
    color: white;
    border: none;
}

.btn-pink:hover {
    background-color: #e94d99;
}

.journey-para {
    font-weight: 500;
    font-size: 1.5rem;
}

.btn-home {
    background: #fff;
    color: var(--blue);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    margin-top: 10px;
}

.btn-home:hover {
    background: #f1f1f1;
}

.mobile-bottom {
    display: none;
}

.journey {
    position: relative;
    left: 30px;
}

@media (max-width: 991.98px) {
    .hero-section-new {
        padding: 40px 20px;
    }

    .form-card-new {
        padding: 20px;
    }

    .journey-para {
        text-align: center;
        margin-bottom: 20px;
    }

    /* .btn-home {
        display: none;
      } */

    .mobile-bottom {
        display: block;
        text-align: center;
        color: white;
        margin-top: 25px;
    }

    .mobile-bottom p {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .form-control,
    .form-select {
        font-size: 0.9rem;
    }
}

.submit-btn {
    background-color: #EF5DA8;
    color: white;
    border: none;
    border-radius: 25px;
    width: 184px;
    height: 37px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin: 20px auto 0 auto;
}