
.navbar-nav .nav-link {
    padding: 8px 15px;
    color: #000;
}
.navbar-nav .nav-link.text-primary {
    color: #0d6efd !important;
}
.navbar-nav .btn-light {
    background: #ececf1;
    border: 1px solid #dee2e6;
    color: #000;
    margin-right: 10px;
}
.navbar-nav .btn-light:hover {
    background: #d1d1d1;
}
.navbar-nav .btn-primary {
    background: #0d6efd;
    border: none;
}
.navbar-nav .btn-primary:hover {
    background: #0b5ed7;
}
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
}

.tab-buttons button {
    border: none;
    background: none;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    cursor: pointer;
}
.tab-buttons .active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.why-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 40px 0;
}
.text-content {
    flex: 1;
}
.text-content h2 {
    font-size: 32px;
    font-weight: bold;
}
.highlight {
    color: #0046c0; /* Blue color */
}
.text-content div {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.text-content div:last-child {
    border-bottom: none;
}
.backend-the{
    background-color:#f8f8f9;
}
/* Footer Styles */
footer {
    background-color: #1A1A1A;
    color: #fff;
    padding: 40px 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 150px;
    margin-bottom: 20px;
}

.footer-section h2, 
.footer-section h3 {
    color: #fff;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li a {
    color: #717f8a;
    text-decoration: none;
}

.footer-section ul li a :hover{
    color: #adbeca;
    text-decoration: none;
}
.pa{
    color: #717f8a;
}
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
}

.social-icons a:hover {
    transform: scale(1.2); }
    .tab-content {
        display: none;
    }
    .tab-content.active {
        display: flex;
    }
    .tab-button.active {
        border-bottom: 2px solid #007bff;
        color: #007bff;
    }
    .tab-image {
        width: 100%;
        max-width: 350px;
        height: auto;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }
    .tab-image:hover {
        transform: scale(1.05);
    }

    .free-trial-section {
        text-align: center;
        padding: 50px 20px;
    }
    .free-trial-section h1 {
        font-weight: 500;
        color: #333;
    }
    .free-trial-section h1 span {
        color: #0056b3;
        font-weight: bold;
    }
    .btn-primary {
        background-color: #0056b3;
        border: none;
        font-size: 16px;
        font-weight: 500;
    }
    .btn-secondary {
        background-color: #e0e0e0;
        border: none;
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }
    .trial-info {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;
        color: #0056b3;
        font-size: 16px;
    }
    .trial-info i {
        margin-right: 5px;
    }
    .slider-container {
        width: 80%;
        overflow: hidden;
        position: relative;
    }
    .testimonial-slider {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }
    .testimonial-card {
        min-width: 33.33%;
        background: white;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 10px;
        text-align: left;
    }
    .stars {
        color: #f4c150;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .testimonial {
        font-style: italic;
        color: #555;
        margin-bottom: 15px;
    }
    .profile {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .profile img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .name {
        font-weight: bold;
        color: #333;
    }
    .position {
        font-size: 14px;
        color: gray;
    }
    .nav-buttons {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 10px;
    }
    .nav-button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
        color: #007bff;
    }



.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.hero-left h1 {
    font-weight: 300;
    color: #333;
}
.hero-left h2 {
    font-weight: bold;
    color: #2D6EF7;
}
.hero-left p {
    color: #666;
    margin-top: 10px;
}
.hero-left .btn-primary {
    background-color: #2D6EF7;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
}
.hero-left .btn-secondary {
    background-color: #eee;
    color: #333;
    padding: 12px 20px;
    border-radius: 6px;
}
.icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.icon-box {
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    background-color: #f8f9fa;
    width:100%;
}
.icon-box span {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.custom-btn {
    background-color: #E8EDF9; 
    color: #0047AB; 
    font-weight: bold;
    border: none;
    padding: 8px 16px;
    border-radius: 12px; 
    font-size: 14px;
    display: inline-block;
}
.security-section{
    background-color:#f8f8f9;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #ddd;
    justify-content: center;
    padding: 10px 0;
}
.tabs div {
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    text-align: center;
}
.tab-team.active { border-bottom: 3px solid blue; color: blue; }
.tab-kpis.active { border-bottom: 3px solid green; color: green; }
.tab-tax.active { border-bottom: 3px solid red; color: red; }
.tab-messaging.active { border-bottom: 3px solid purple; color: purple; }
.tab-esign.active { border-bottom: 3px solid orange; color: orange; }

.content {
    display: none;
    padding: 20px;
 
}
.content.active {
    display: block;
}

@media (max-width: 600px) {
    .tabs {
        flex-direction: column;
        align-items: center;
    }
    .tabs div {
        width: 100%;
        text-align: center;
        padding: 10px;
    }
}

.tabs-pricing {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.tabs-pricing button {
    padding: 10px 20px;
    border: 1px solid blue;
    background: none;
    cursor: pointer;
    margin: 5px;
    font-size: 16px;
   
}
.tabs-pricing .active {
    background: blue;
    color: white;
}
.pricing-content {
    display: none;
}
.pricing-content.active {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.pricing-card {
    border: 1px solid #ddd;
    padding: 20px;
    width: 250px;
    text-align: left;
}

/* .btn-primary {
    display: block;
    background: blue;
    color: white;
    padding: 10px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    border-radius:5px;
} */

.accordion {
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-top: 1px solid #ddd;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-title {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-title:focus {
    outline: none;
}
.accordion-content {
    display: none;
    padding: 15px;
    font-size: 14px;
    color: #555;
}
.accordion-item.active .accordion-content {
    display: block;
}
.pricing-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item p {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.pricing-item h2 {
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}

.pricing-item h2 span {
    font-size: 14px;
    color: #888;
    font-weight: normal;
}



a{
    text-decoration: none;
}

.contact-section {
    max-width: 1100px;
    margin: 50px auto;
    background-color: #f8f8f9;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-image img {
    width: 100%;
    border-radius: 8px;
}
.form-control {
    height: 45px;
}
textarea.form-control {
    height: 100px;
}
.san{
  background-color: white;
}

