        body {
            background: #fff;
            overflow-x: hidden !important;
        }

        .container-fluid {
            background-image: url('/images/Global/bgimg.png');
        }

        .form-card {
            border-radius: 20px;
            /* box-shadow: 0 8px 32px rgba(44, 88, 186, 0.12); */
            background: #fff;
        }

        .btn-explore {
            border-radius: 50px;
            padding: 0.75rem 2rem;
            font-size: 1.1rem;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }

        .arrow {
            font-size: 1.2em;
            transition: transform 0.2s;
        }

        .btn-explore:hover .arrow {
            transform: translateX(5px);
        }

        .form-control {
            background: #f5f5f5;
            border: none;
            border-radius: 8px;
            /* margin-bottom: 1rem; */
            padding: 0.75rem 1rem;
            font-size: 1rem;
        }

        .form-control:focus {
            box-shadow: none;
            border-color: #2c58ba;
        }

        .form-card .btn-primary {
            border-radius: 14px;
            font-size: 1.25rem;
            font-weight: 500;
            /* padding: 0.75rem 0; */
        }

        .privacy-text {
            font-size: 0.7rem;
            color: #222;
            margin-top: 0.5rem;
            opacity: 0.7;
            text-align: left;
        }

        @media (max-width: 767.98px) {
            .h1 {
                font-size: 1.5rem;
            }

            .main-content {
                flex-direction: column;
                align-items: stretch;
            }

            .left-content,
            .right-content {
                padding: 2rem 1rem;
            }

            .form-card {
                /* margin-top: rem; */
            }
        }

        @media (max-width: 767.98px) {
            .right-content {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .form-card {
                margin-left: -0.5rem;
                margin-right: -0.5rem;
                width: calc(100vw - 1rem);
                max-width: 100vw;
            }
            .subheading{
                font-size: 24px !important;
            }
        }


        /* 2nd section */
        .onboarding {
            background-color: #FFFFFF !important;
        }

        .bg-img {
            background-image: url('/images/Global/Rectangle.png') !important;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 24px;
            min-height: 300px;
            /* Adjust as needed */

        }



        .btn-explore .arrow {
            font-size: 1.2em;
            transition: transform 0.2s;
        }

        .btn-explore:hover .arrow {
            transform: translateX(5px);
        }

        @media (max-width: 991.98px) {
            .col-lg-11>.p-5 {
                padding: 2rem !important;
                border-radius: 24px !important;
                min-height: 0 !important;
            }
        }

        @media (max-width:991.98px) {
            .bg-accent {
                width: 120px !important;
                height: 120px !important;
                top: 0% !important;
                right: 2% !important;
            }
        }

        @media (max-width:767.98px) {
            .bg-accent {
                display: none !important;
            }

            .container {
                padding-left: 0.7rem;
                padding-right: 0.7rem;
            }
        }

        @media (max-width: 767.98px) {
            .col-md-6 {
                border-radius: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .container {
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }
        }

        .melento-table-section {
            margin-top: 0;
            margin-bottom: 0;
        }

        .border-table-cell {
            /* Remove borders for visual cleanliness, use row separators */
            border: none !important;
            font-size: 1.08rem;
        }

        @media (max-width: 991.98px) {
            .melento-table-section {
                border-radius: 18px !important;
            }

            .border-table-cell {
                font-size: 1rem;
                padding-left: 0.5rem !important;
                padding-right: 0.5rem !important;
            }
        }

        @media (max-width: 767.98px) {
            .melento-table-section {
                border-radius: 12px !important;
            }

            .border-table-cell {
                font-size: 0.97rem;
                padding-left: 0.2rem !important;
                padding-right: 0.2rem !important;
            }

            .row.gx-0>.col-4 {
                min-width: 100vw;
                flex: 0 0 100%;
                max-width: 100%;
                border-right: none !important;
            }

            /* Center all table content in mobile */
            .table-content-cell {
                text-align: center !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
                flex-direction: column !important;
            }

            /* Center header content in mobile */
            .melento-table-section .row.gx-0>.col-4>div {
                text-align: center !important;
                justify-content: center !important;
                align-items: center !important;
                display: flex !important;
                flex-direction: column !important;
            }
        }
        
        .melento-table-section {
  margin-top: 0;
  margin-bottom: 0;
}
.border-table-cell {
  border: none !important;
  font-size: 1.08rem;
}
@media (max-width: 991.98px) {
  .melento-table-section {
    border-radius: 18px !important;
  }
  .border-table-cell {
    font-size: 1rem;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (max-width: 767.98px) {
  .melento-table-section {
    border-radius: 12px !important;
  }
  .melento-table-section-mobile {
    border-radius: 12px !important;
  }
  .border-table-cell {
    font-size: 0.98rem;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .melento-table-section-mobile .text-center {
    text-align: center !important;
  }
}



.melento-card {
  transition: transform 0.17s, box-shadow 0.17s;
}
.melento-card:hover {
  transform: translateY(-6px) scale(1.025);
  box-shadow: 0 20px 48px #0005;
}
@media (max-width: 991.98px) {
  .melento-card {
    min-height: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .melento-card {
    border-radius: 18px !important;
    margin-bottom: 1.7rem;
  }
  .melento-card img {
    border-top-left-radius: 18px !important;
    border-top-right-radius: 18px !important;
    min-height: 110px !important;
    max-height: 110px !important;
  }
  .melento-card .p-4 {
    min-height: 120px !important;
    padding: 1.1rem !important;
  }
}
