body {
    font-family: "Inter Tight", sans-serif !important;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden !important;

    /* position: absolute; */
}

/* Remove bottom border from tab container */
.pricing .nav-tabs {
    border-bottom: none;
}

/* Remove border and background from tab links */
.pricing .nav-tabs .nav-link {
    border: none;
    color: #8d9091 !important;
    background-color: transparent;
}

/* Optional: Remove bottom border of active tab */
.pricing .nav-tabs .nav-link.active {
    border: none;
    border-bottom: none;
    background-color: transparent;
    color: #000000 !important;
    /* or any custom color */
}

.pricing .title h3 {
    font-weight: 700;
    font-size: 35px;
}

.pricing .title p {
    color: #1e212299;
    font-weight: 400;
    font-size: 18px;
}

.pricing .heading {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pricing .heading h4 {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
}

.pricing .heading i {
    font-size: 24px;
    color: #2ba46a;
}

.pricing .card {
    border: 1px solid #eff0f6;
    /* height: 695px; */
    width: 100% !important;
    border-radius: 24px;
    box-shadow: 0px 2px 12px 0px #14142b14;
}

.pricing .card .top h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.pricing .card .top h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
    padding: 0;
}

.pricing .card .shape-cover {
    background: #ecebff;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing .card .shape-cover i {
    font-size: 34px;
    color: #2ba46a;
}

.pricing .card .bottom h4 {
    font-size: 54px;
    font-weight: 700;
}

.pricing .card .bottom h4 span {
    font-size: 20px !important;
    font-weight: 400;
    line-height: 22px;
}

.pricing .card .bottom h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.pricing .card .bottom i {
    color: #2ba46a;
}

.pricing .card .bottom p {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}

.pricing .popular .bottom p {
    color: #fff;
}

.pricing .card button,
.pricing .card a {
    border-radius: 96px !important;
    padding: 18px 44px;
    background-color: #2ba46a;
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.pricing .popular {
    background-color: #2ba46a;
    color: #fff !important;
}

.pricing .popular .shape-cover {
    background-color: #fff;
}

.pricing .popular button,
.pricing .popular a {
    background-color: #fff !important;
    color: #2ba46a;
}

.pricing .popular .shape-cover i {
    color: #2ba46a !important;
}

.pricing .popular .bottom i {
    color: #fff !important;
}

.pricing .popular .indicator {
    width: 70px;
    height: 30px;
    border-radius: 8px;
    background-color: #ffffff33;
    position: absolute;
    top: -10px;
    /* Adjust for slight upward placement */
    right: 0;
    /* Align to the right edge */
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
}

/* Container for input and button */
.pricing .subscribe-container {
    margin-top: 20px;
    position: relative;
    width: 100%;
    /* Adjust width as needed */
    max-width: 400px;
}

.pricing .tab-pane {
    background-color: #fff;
}

.pricing .nav {
    overflow: hidden;
}

@media (max-width: 768px) {
    .pricing .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        /* justify-content: center; */
        width: 100%;
    }
}

header {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.auth {
    font-family: "Inter Tight", sans-serif !important;
    min-height: 100vh;
    overflow: hidden !important;
    position: relative;
}
.bg-auth {
    background-color: #2ba46a;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: -1;
}
.bg-auth h3 {
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 40px !important;
}
.bg-auth p {
    color: #fff !important;
    font-weight: 300 !important;
    font-size: 15px !important;
}
.bg-auth img {
    height: 500px !important;
    width: 500px !important;
    object-fit: contain !important;
    /* border-radius: 50% !important; */
    position: relative !important;
    left: 109px !important;
}
.top h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.top p {
    color: #00000080;
    font-size: 16px;
    font-weight: 500;
}

.auth input,
.auth select,
.auth textarea {
    border: 1px solid #666666 !important;
    border-radius: 8px;
    padding: 10px;
}
.auth input:focus,
.auth select:focus,
.auth textarea:focus {
    border: 1px solid #666666 !important;
}

.auth label {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
}

.auth .form-check-label {
    font-weight: 500 !important;
    font-size: 16px !important;
}

.auth .text-danger {
    color: red !important;
}

.auth a {
    color: #2ba46a !important;
    text-decoration: none !important;
}

.auth .form-check-input {
    cursor: pointer !important;
}

.auth .form-check-input:checked {
    background-color: #2ba46a !important;
    border-color: #2ba46a !important;
    box-shadow: none !important;
}

.auth .form-check-input:focus {
    box-shadow: none !important;
}

.auth .submit-btn {
    background-color: #2ba46a !important;
    border-radius: 8px !important;
    border-color: #2ba46a !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
}
.logo {
    font-weight: bold;
    font-size: 1.5rem;
}
.btn-primary {
    background-color: #2ba46a !important;
    border-color: #2ba46a !important;
}

.text-primary {
    color: #2ba46a !important;
}

.bg-primary {
    background-color: #2ba46a !important;
}
.form-control:focus, .form-select:focus {
    border-color: #2ba46a !important;
    box-shadow: none !important;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

nav a:hover {
    color: #007bff;
}

section {
    padding: 60px 0;
}

h1,
h2,
h3 {
    color: #333;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

footer {
    background: #343a40;
    color: white;
    padding: 20px 0;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
.animated-text {
    color: #f39c12;
    font-weight: bold;
    animation: fade-in-out 3ms infinie;
}
.billing-toggle-container {
    position: relative;
    /* width: 532px; */
    width: 100%;
    max-width: 500px;
    height: 72px;
    margin: 0 auto;
    background: rgba(30, 33, 34, 0.3);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 11px;
    box-sizing: border-box;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #1e2122;
    cursor: pointer;
}

/* .billing-toggle-indicator {
  position: absolute;
  top: 15px;
  left: 11px;
  width: 150px;
  height: 40px;
  background: #ffffff;
  border-radius: 30px;
  transition: left 0.3s ease;
  z-index: 0;
} */
.billing-toggle-indicator {
    position: absolute;
    top: 12px;
    left: 0;
    width: calc(100% / 3);
    height: 43px;
    background: #ffffff;
    border-radius: 30px;
    transition: left 0.3s ease;
    z-index: 0;
}

/* .billing-option {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-radius: 30px;
} */
.billing-option {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 30px;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .billing-toggle-container {
        width: 100%;
        padding: 0;
    }
    .billing-option {
        width: 33.33%;
    }
    .billing-toggle-indicator {
        width: 33.33%;
        left: 0;
    }
}

@keyframes fade-in-out {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.features {
    background: #f9f9f9;
}

.feature-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-container {
    background: #2ba46a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
    padding: 10px;
}

.icon-container img {
    width: 40px;
    height: 40px;
}

.feature-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2ba46a;
}

.feature-card p {
    font-size: 14px;
    color: #555;
}
.testimonial-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    max-width: 600px;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.pricing-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.pricing-card:hover {
    transform: translateY(-5px);
}
.blog-card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

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

.blog-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee-content {
    display: flex;
    animation: scroll 15s linear infinite;
    gap: 30px;
}

.marquee-content img {
    height: 60px;
    object-fit: contain;
}

@keyframes scroll {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
/* Styles for Integrations Section */
.integrations {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.integrations h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.integration-logo {
    width: 100%;
    max-width: 120px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.integration-logo:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-4 {
    flex: 1 0 33.33%;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 1 0 16.66%;
    }
}

@media (max-width: 576px) {
    .col-4 {
        flex: 1 0 50%;
    }
}
/* Features Section */
.features {
    padding: 60px 0;
    background-color: #f0f0f0;
}

.features h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.nav-pills .nav-link {
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 12px 20px;
    color: #2ba46a;
    background-color: #fff;
    margin-right: 10px;
    font-weight: 600;
}

.nav-pills .nav-link.active {
    background-color: #2ba46a;
    color: #fff;
}

.tab-pane {
    padding: 40px 0;
}

.tab-pane h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #2ba46a;
}

.tab-pane p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
}

.row.align-items-center {
    display: flex;
    justify-content: space-between;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.tab-pane:nth-child(1) {
    background-color: #d1f7e5;
}
.tab-pane:nth-child(2) {
    background-color: #e9f5fe;
}
.tab-pane:nth-child(3) {
    background-color: #fce3e3;
}
.tab-pane:nth-child(4) {
    background-color: #fff4e6;
}
.tab-pane:nth-child(5) {
    background-color: #e9e9e9;
}
.tab-pane:nth-child(6) {
    background-color: #f4e3fc;
}
.tab-pane:nth-child(7) {
    background-color: #e2f2e2;
}

/* Blog */

.list-unstyled {
    text: #2ba46a;
}

/* WHY US Section */
.why-us {
    background-color: #f0f8ff;
    padding: 60px 0;
}

.why-us h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2ba46a;
}

.why-us p.lead {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
}

.why-us ul {
    list-style-type: none;
    padding: 0;
}

.why-us ul li {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 10px;
}

.why-us ul li strong {
    color: #2ba46a;
}

img.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Full-height container to center the form */
.full-height {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url("signup-bg.jpg") no-repeat center center/cover;
    padding: 20px;
}

/* Signup container */
.signup-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
}

/* Social login buttons */
.social-login a {
    width: 100%;
    margin-bottom: 10px;
}
.custom-link {
    color: #28a745; /* Success green color */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Make it slightly bold */
}

.custom-link:hover {
    color: #218838; /* Darker green on hover */
    text-decoration: underline; /* Show underline only on hover */
}

.integration-text {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
}

/* Styling Each Brand Name Based on Their Logo Colors */
.salesforce {
    color: #00a1e0;
    font-family: Arial, sans-serif;
}
.shopify {
    color: #95bf47;
    font-family: "Helvetica Neue", sans-serif;
}
.hubspot {
    color: #ff7a59;
    font-family: "Arial Black", sans-serif;
}
.square {
    color: #3e4348;
    font-family: "Roboto", sans-serif;
}
.zoho {
    color: #e52b50;
    font-family: "Verdana", sans-serif;
}
.odoo {
    color: #7c4dff;
    font-family: "Courier New", monospace;
}
.paidhr {
    color: #2e86ab;
    font-family: "Trebuchet MS", sans-serif;
}
.sage {
    color: #009a44;
    font-family: "Tahoma", sans-serif;
}
