img {
    max-width: 100%;
}
html {
    scroll-behavior: smooth;
}

.card {
    margin-top: 1rem;
}
body {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}
.nav-wrap {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    /* position: fixed;
    width: 100%;
    z-index: 100; */
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 40px; */
    background-color: #ffffff;
    /* border-bottom: 1px solid #e0e0e0; */

    position: relative;
}

/* Logo Styling */
.logo a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #222;
    letter-spacing: -0.05em;
}

/* Hamburger Menu */
.hamburger {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

.hamburger span {
    font-size: 30px;
}

.close-menu {
    display: none;
    font-size: 30px;
    cursor: pointer;
}

/* Nav Links */
.nav-links {
    list-style-type: none;
    display: flex;
    gap: 30px;
    margin-top: 2rem;
}

.nav-links li a {
    text-decoration: none;
    color: #333;
    /* font-size: 16px; */
    font-weight: 500;
    padding-top: 2rem;
}

.nav-links li a:hover {
    color: #218838;
}

/* Buttons */
.nav-buttons {
    display: flex;
    gap: 15px;
}

.get-started-btn {
    background-color: #368c4b;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #368c4b !important;
}

.get-started-btn:hover {
    background-color: white;

    color: #368c4b;
}

/* Dropdown menu adjustments */
.flag-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px; /* Space before "Get Started" button */
    cursor: pointer;
}

.flag-icon {
    width: 30px;
    height: auto;
    border-radius: 3px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.flag-icon:hover {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Adjust dropdown menu to be closer to the flag */
.dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* Align directly below the flag */
    left: 0;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    text-align: left;
    min-width: 100px; /* Width for dropdown */
    padding: 0;
    margin-top: 2px; /* Slight gap to avoid overlap */
}

.dropdown-content a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: black;
    font-size: 14px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: #368c4b;
}

.dropdown-content .dropdown-flag {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

/* Ensure dropdown stays visible when hovered */
.flag-dropdown:hover .dropdown-content {
    display: block;
}

.testimonial-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 25px 0;
}

/* Container holding the image and testimonial card */
.testimonial-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 20px;
}

/* Background image */
.banner-image {
    width: 120% !important;
    height: auto;
    border-radius: 10px;
    margin-top: 1rem !important;
}

/* Testimonial card styling */
.testimonial-card {
    position: absolute;
    bottom: 3%;
    right: -13%;
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    width: 320px;
    max-width: 90%;
}

/* Star rating */
.stars {
    font-size: 24px;
    color: #ffcc00;
}

/* Testimonial text */
.testimonial-text {
    font-size: 16px;
    margin: 10px 0;
    color: #333;
}

/* Author text */
.author {
    font-size: 14px;
    color: #666;
}
.left-text {
    padding-top: 5rem;
}
.left-text h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}
.left-text p {
    font-size: 1rem;
    text-align: left;
}
.left-text h5 {
    color: #218838;
}
.left-text p a {
    color: #218838;
}
.left-text a:hover {
    color: #218838;
    text-decoration: none;
}
.get-started-btn {
    border: none;
}
.review {
    display: flex;
}
.review .fa-check {
    padding-top: 0.4rem;
    padding-right: 6px;
    color: #218838;
    font-size: 1.5rem;
}

.second-banner-inner {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 2rem;
}
.second-banner-inner h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    color: #218838;
}
.second-banner-inner {
    text-align: center;
}

.explore-sec {
    background-color: #f7f7f8;
    padding-bottom: 4rem;
}
.explore-sec h2 {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 3rem;
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
}
.card img {
    width: 4rem;
    margin: auto;
}
.explore-sec .card {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border: 1px solid transparent !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.mobile-review-banner .banner-img img {
    width: 59% !important;
    padding-left: 6rem;
    border-radius: 8px;
    margin-top: 7rem !important;
}

.app-wrap .banner-img img {
    width: 59% !important;
    padding-left: 6rem;
    border-radius: 8px;
    margin-top: 3rem !important;
    margin-bottom: 3rem;
}

.app-wrap .banner-text {
    padding-top: 7rem;
}
.banerr-text {
    padding-top: 10rem;
}
.banerr-text h1 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}
.banerr-text p {
    font-size: 18px;
    line-height: 30px;
    padding-top: 1rem;
}
.mobile-review-inner .get-started-btn {
    margin-top: 3rem;
}
.mobile-review-banner {
    padding-top: 3rem;
}

.financial-sec .card {
    text-align: left;
}

.financial-sec {
    background-color: #e5f5ff;
    padding-top: 8rem;
    padding-bottom: 6rem;
}

.financial-sec .card {
    height: 100%;
    padding-bottom: 2rem;
}
.top {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #218838;
    text-align: center;
    color: white;
    border-radius: 4px 4px 0 0;
}
.lower-data {
    padding-top: 3rem;
    text-align: center;
    font-size: 1.25rem;
}
.lower-data a {
    color: #218838;
}
.lower-data a:hover {
    text-decoration: none;
    color: #218838;
}
.financial-sec .get-started-btn {
    width: 50%; /* Control button width */
    display: block; /* Ensures the button stays centered */
    margin: 0 auto; /* Horizontally center the button */
}

.overwiew-banner {
    padding-top: 5rem;
    padding-bottom: 4rem;
}
.overwiew-banner .banerr-text {
    padding-top: 9rem;
}

.invoicing-banner {
    /* background-color: #fef8eb; */
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.invoicing-banner img {
    max-width: 80%;
    padding-top: 3rem;
}
.invoicing-banner a {
    color: #378d4c;
    text-decoration: none;
    font-size: 1.2rem;
}
.invoicing-banner .fa-check {
    background-color: #218838;
    border-radius: 50%; /* Makes the background circular */
    color: white;
    font-size: 1rem;
    padding: 0.55rem;
    width: 2rem; /* Set a fixed width */
    height: 2rem; /* Set a fixed height */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.customer-banner .fa-check {
    background-color: #218838;
    border-radius: 50%; /* Makes the background circular */
    color: white;
    font-size: 1rem;
    padding: 0.55rem;
    width: 2rem; /* Set a fixed width */
    height: 2rem; /* Set a fixed height */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.adapt-sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.adapt-sec .card {
    border: 1px solid transparent;
    background-color: #f0f7f2;
    height: 100%;
    text-align: center;
    margin-top: 4rem;
    cursor: pointer;
}
.sec-row {
    margin-top: 1rem;
}
.adapt-sec img {
    margin-top: -2rem;
}
.adapt-sec .text {
    text-align: center;
}

.adapt-sec .text h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.customer-banner img {
    max-width: 450px;
}

.customer-banner {
    padding-bottom: 4rem;
}

.waiting-banner {
    background-color: #f0f7f2;
    text-align: center;
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.question {
    color: #218838;
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.waiting-banner h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    padding-bottom: 1rem;
}
.waiting-banner p {
    padding-bottom: 1rem;
}

/* Footer General Styling */
.site-footer {
    background-color: #f8f8f8;
    padding: 40px 20px;
    font-family: "Karla", sans-serif;
    border-top: 1px solid #e0e0e0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-logo {
    flex: 1;
    min-width: 250px;
}

.footer-logo img {
    max-width: 150px;
}

.footer-logo p {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.footer-links {
    display: flex;
    flex: 3;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    min-width: 180px;
    margin: 0 10px;
}

.footer-column h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #218838;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
}

.footer-legal a {
    margin-right: 15px;
    text-decoration: none;
    color: #666;
    font-size: 13px;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #000;
}

.footer-social {
    display: flex;
}

.footer-social a {
    margin-right: 10px;
}

.footer-social img {
    width: 24px;
    height: 24px;
}
.footer-column h3 {
    margin-left: 1.7rem;
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
}

.footer-social a {
    display: inline-block;
    width: 40px; /* Set fixed width */
    height: 40px; /* Set fixed height */
    background-color: #333; /* Background color for the icon */
    color: white; /* Icon color */
    border-radius: 50%; /* Circular background */
    text-align: center; /* Center the icon inside */
    line-height: 40px; /* Align icon vertically */
    margin: 0 10px; /* Spacing between icons */
    transition: background-color 0.3s ease; /* Smooth transition on hover */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.footer-social a:hover {
    background-color: white; /* Change background color on hover */
    color: #218838;
}

.footer-social i {
    font-size: 1.2rem; /* Icon size */
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Space out the content */
    height: 100%; /* Make sure the card takes the full height */
    padding-bottom: 20px; /* Add padding to the bottom */
}

.card-body {
    flex-grow: 1; /* Allow the body to grow and take available space */
}

/* model style  */
/* Modal background styling */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0% !important;
    top: 0;
    width: 100% !important;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Light black background */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal content styling */
.modal-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    width: 300px !important;
    max-width: 150%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    left: 38% !important;
    top: 0;
}

/* Close button */
.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.modalCloseBtn {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}

/* Form styling */
.modal-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s;
}

.form-group input:focus {
    border-color: #5cb85c;
    outline: none;
}

.submit-btn {
    background-color: #218838;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #4cae4c;
}

/* about us page  */

.about-banner-wrap {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f6fbf9;
}
.about-banner-wrap h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

.about-banner-wrap p {
    font-size: 1rem;
    line-height: 1.46;
}

.history-banner-inner img {
    padding-top: 9rem;
    border-radius: 1px;
}
.sustainability img {
    padding-top: 0rem;
    max-width: 17.5rem;
    height: 23rem;
}

.history-banner-wrap {
    padding-bottom: 3rem;
}

.stainability-wrap {
    background-color: #f2f3f9;
    padding: 2rem;
}
.review-again {
    display: flex;
}
.review-again .fa-check {
    padding-top: 1rem;
    padding-right: 6px;
    color: #218838;
    font-size: 1.5rem;
}
.sustainability-wrap {
    background-color: #f9fafb;
    padding: 50px 0;
}

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

.sustainability-text {
    flex: 1;
    padding-right: 20px;
}

.sustainability-text h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.sustainability-text p {
    font-size: 1.2rem;
    color: #555;
    margin-bottom: 20px;
}

.review-again {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
}

.review-again i {
    color: green;
    font-size: 1.5rem;
    margin-right: 10px;
}

.review-again p {
    margin: 0;
    font-size: 1.1rem;
}

.sustainability-inner .banner-image img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 3rem;
}

.ceo-sec a {
    color: #2e45b8;
    text-decoration: none;
    border-bottom: 2px solid #368c4b;
}
.ceo-sec a:hover {
    text-decoration: #151959;
}
.last-sec {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.last-sec-inner {
    text-align: center;
    line-height: 2rem;
}
.last-sec-inner a {
    color: #2e45b8;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #2e45b8;
}
.banner {
    margin: 3rem;
}

/* service page style  */

.top-banner-wrap {
    background-image: url("../imgs/banner-1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Ensure image covers full area */
    padding: 10rem;
    width: 100%;
    height: 80vh; /* Make sure it takes the full height of the viewport */
    margin: 0;
    box-sizing: border-box;
}

.top-banner-inner .card {
    width: 50%;
    padding: 5rem;
    margin-top: -7rem;
}
.top-banner-inner .card h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

.Software-inner {
    text-align: center;
}

.Software-inner h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}

.Software-inner p {
    word-spacing: 3px;
}
.Software-wrap {
    padding-top: 5rem;
    /* padding-bottom: 5rem; */
}
.solution-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.solution-inner .card-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.solution-inner .card-row .card {
    width: 18%;
    height: 7rem;
    background-color: white;
    box-shadow: 0 10px 15px rgba(22, 62, 89, 0.06);
    border: 1px solid transparent !important;
    border-radius: 5px;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
}
.solution-inner .card-row .card:hover {
    border: 1px solid #218838 !important;
}
.solution-inner h4 {
    text-align: center;
    padding-bottom: 4rem;
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 64px;
}

.financial-inner a {
    color: #218838;
    font-size: 20px;
}

.financial-inner .banner {
    padding-bottom: 3rem;
}

.financial-wrap .banner-img img {
    padding-top: 11rem;
}
.accounting-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.accounting-inner {
    text-align: left;
    padding-bottom: 3rem;
}
.accounting-inner a {
    color: #218838;
    font-size: 20px;
}
.all-anker h5 {
    color: black;
    padding-bottom: 1rem;
}
.all-anker {
    padding-top: 3rem;
}

.article-wrap {
    background-color: #f0f2f5;
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.article-wrap h2 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
}
.article-wrap .card img {
    width: 100%;
    height: 307%;
    border-radius: 10px;
}
.article-wrap .card {
    background-color: #f0f2f5;
    border: 1px solid transparent;
}

.article-wrap .card .card-body h5 {
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
}
.article-wrap .card .card-body span {
    color: #555;
    padding-top: 7px;
    margin-bottom: 1.5rem !important;
}
.article-wrap .card .card-body p {
    padding-top: 1.5rem;
    font-size: 17px;
}

/* Media query for mobile screens */
@media (max-width: 768px) {
    .solution-inner .card-row .card {
        width: 100%;
        /* Full width for mobile */
    }
    .top-banner-inner .card {
        display: none;
    }
}
@media (max-width: 991px) {
    .top-banner-inner .card {
        width: 50vw !important;
    }

    .testimonial-card {
        display: none;
    }
}
@media (max-width: 600px) {
    .modal-content {
        width: 90%;
    }
}
@media (max-width: 590px) {
    .mobile-review-inner .get-started-btn {
        margin-bottom: 3rem !important;
    }
    .alert-success {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .explore-sec-inner .row .card {
        gap: 2rem !important;
    }
}
@media (max-width: 554px) {
    .customer-banner .row .left-text {
        padding-top: 10rem !important;
    }
}
/* Responsive Styling */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        width: 100%;
    }

    .footer-column {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-legal {
        justify-content: center;
    }

    .footer-social {
        margin-top: 10px;
    }
}

/* Responsive styling */
@media (max-width: 768px) {
    .testimonial-card {
        top: 5%;
        left: 5%;
        width: 90%;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .testimonial-card {
        top: 2%;
        left: 2%;
        width: 95%;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .stars {
        font-size: 20px;
    }
}
/* Responsive Media Query */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        border-top: 1px solid #e0e0e0;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
    }

    .nav-buttons.desktop-buttons {
        display: none;
    }

    .nav-buttons.mobile-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 40px;
        cursor: pointer;
    }
}
/* FAQ Section */
.faq-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.faq-content {
    flex: 1;
}

.faq-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.faq-content h2 span {
    color: #368c4b; /* Green theme */
}

.faq-item {
    border: 1px solid transparent;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    cursor: pointer;
    font-weight: 600;
    background-color: #f4f4f4;
    color: #333;
    transition: background-color 0.3s ease;
}

.faq-header:hover {
    background-color: #368c4b;
    color: #fff;
}

.faq-body {
    display: none;
    padding: 1rem;
    background-color: #ffffff;
    color: #555;
    font-size: 0.9rem;
}
/* Change .icon color to white on .faq-item hover */
.faq-item:hover .faq-header .icon {
    color: white !important;
}

.faq-item.active .faq-body {
    display: block; /* Show when active */
}

.faq-header .icon {
    font-size: 1.7rem;
    color: #218838;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .icon {
    transform: rotate(1deg); /* Plus sign rotates when active */
    font-size: 1.7rem;
    color: #218838;
    font-weight: bold;
}

/* Image Section */
.faq-image {
    flex: 1;
    text-align: center;
}

.faq-image img {
    max-width: 60% !important;
    height: auto;
    border-radius: 12px;
}

.accordion-button {
    background-color: #f9f9f9;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.accordion-button:hover,
.accordion-button:not(.collapsed) {
    background-color: #368c4b;
    color: #fff;
    box-shadow: none;
}

.accordion-body {
    border-left: 4px solid #368c4b;
    padding: 1rem;
}

.accordion-item {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.faq-section h2 {
    font-size: 2rem;
    font-weight: bold;
}

.faq-section img {
    max-width: 100%;
    height: auto;
    animation: floatUpDown 3s ease-in-out infinite;
}
.accordion-button:focus {
    color: #218838 !important;
}
/* Animation for the Image */
@keyframes floatUpDown {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
/* Hover Effect: Turn the entire FAQ header white */
.accordion-button:hover {
    background-color: #fff !important; /* White background on hover */
    color: #368c4b !important; /* Green text color */
}

.accordion-button:not(.collapsed) {
    background-color: #368c4b !important; /* Green background for open item */
    color: #fff !important; /* White text for open item */
}

.accordion-button {
    transition: all 0.3s ease-in-out; /* Smooth transition effect */
}

.accordion-button:hover .fw-bold {
    color: #368c4b; /* Text number color on hover */
}
.accordion-button:focus .text-success {
    color: #368c4b !important; /* Green text color */
}
.privacy-wrap {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.privacy-wrap h2 {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
}
.privacy-wrap p {
    font-family: "soleil", sans-serif;
    font-weight: 400;
}
.privacy-wrap span {
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 600;
    padding-right: 5px;
}
/* Styling for the list */
.styled-list {
    list-style: none; /* Remove default list styles */
    padding: 0;
    margin: 0;
}

.styled-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000; /* White text for dark background */
    line-height: 1.5;
}

.styled-list li::before {
    content: "●";
    font-size: 12px;
    color: #000;
    margin-right: 8px;
    border: 1px solid black;
    padding: 0.03rem 0.4rem;
    border-radius: 40px;
    color: #000;
    background-color: black;
}

.list-highlight {
    font-weight: bold; /* Bold text for highlighted part */
    color: #000; /* You can customize the color here */
}
/* Styling for the list */
.styled-list {
    list-style: none; /* Remove default list styles */
    padding: 0;
    margin: 0;
}

.styled-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000; /* White text for dark background */
    line-height: 1.5;
    position: relative;
    padding-left: 24px; /* Space for the custom bullet */
}

.styled-list li::before {
    content: ""; /* No text, just the custom bullet */
    width: 12px;
    height: 16px;
    background-color: #000; /* White outer circle */
    border-radius: 50%; /* Make it a perfect circle */
    display: inline-block;
    position: absolute;
    left: 0; /* Position it at the start of the list item */
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid white; /* Black center */
    box-shadow: 1px 5px 51px 1px black;
}

.list-highlight {
    font-weight: bold; /* Bold text for highlighted part */
    color: #000; /* You can customize the color here */
}

.integration-main-banner {
    padding-top: 6rem;
    padding-bottom: 5rem;
}
.integration-main-banner .text {
    /* padding-top: 6rem; */
}
.integration-main-banner h2 {
    font-size: 58px;
}
.integration-main-banner p {
    font-size: 1.375rem;
}

.payment-section-wrap .card img {
    width: 8rem !important;
    margin-top: 2rem !important;
}
.payment-section-wrap .ategories-list a:hover {
    color: #218838 !important;
}
.payment-section-wrap .ategories-list a {
    padding-bottom: 1rem !important;
}
.text-primary-green {
    color: #218838 !important;
}
.find-integration .text {
    padding-top: 2rem;
}
.find-integration {
    padding-bottom: 6rem;
    padding-top: 4rem;
}
.find-integration .text h2 {
    font-size: 2rem;
    line-height: 2.3125rem;
    color: #010a59;
}
.find-integration .text p {
    font-size: 1.275rem;
    color: black;
}
.input-type {
    width: 150% !important;
}
@media (max-width: 1193px) {
    .integration-main-banner .text {
        padding-top: 0rem;
    }
    .input-sec {
        flex-direction: column;
    }
    .input-type {
        width: 100% !important;
    }
    .search-bar-wrap {
        width: 100% !important;
    }
}
@media (max-width: 576px) {
    /* For devices smaller than 576px (mobile screens) */
    .styled-list li {
        font-size: 14px; /* Slightly smaller font size for better fit */
        margin-bottom: 8px; /* Reduce spacing for compactness */
    }
    .privacy-wrap li {
        /* text-align: center; */
    }
    .privacy-wrap span {
        text-align: left;
        font-size: 0.75rem;
    }

    .integration-main-banner {
        padding-top: 1rem;
    }
}
.accounting-question {
    padding: 2rem;
    border-radius: 0.5rem;
}
.question-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 2rem;
}
.question-number {
    background-color: #218838;
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.question-text {
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.required {
    color: red;
}
.accounting-question .button-group {
    display: flex;
    gap: 0.5rem;
}
.accounting-question .btn {
    border: 1px solid #218838;
    color: #218838;
    padding: 0.8rem 3rem;
    border-radius: 0.375rem;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}
.accounting-question .btn:hover {
    background-color: #218838;
    color: white;
}
.options-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #218838;
    padding: 0.75rem;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: white;
}

.option-item:hover {
    background-color: #e6f0ff;
}

.option-label {
    font-weight: bold;
    color: #218838;
}

input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    accent-color: #218838;
}

input[type="checkbox"]:checked + .option-label {
    color: #218838;
    font-weight: bold;
}
.question-item p {
    font-size: 1.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.answered-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh; /* Full viewport height */
}

.answered-section-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem; /* Space between elements */
}
.answered-section-inner h2 {
    font-size: 56px;
}
.answered-section-inner .btn {
    border: 1px solid #218838;
    color: #218838;
    padding: 0.8rem 3rem;
    border-radius: 0.375rem;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.answered-section-inner .btn:hover {
    background-color: #218838;
    color: white;
}
.answered-section {
    padding-bottom: 15rem;
    padding-top: 5rem;
}
.free-sec {
    background-color: #e8ecfd;
    padding: 3rem 0;
    border-radius: 0.5rem;
}
h1 {
    color: #000;
    font-size: 2rem;
}
.free-sec p {
    color: #333;
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}
input.form-control {
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 0.375rem;
}
input.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
button.btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
button.btn-primary:hover {
    background-color: #0056b3;
}

.second-banner .feature-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 50px auto;
    padding: 20px;
    /* background: #ffffff; */
    border-radius: 15px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
}

/* Left Side: Images */
.second-banner .feature-images {
    /* display: flex; */
    flex-direction: column;
    gap: 20px;
}

.second-banner .feature-images img {
    width: 300px;
    height: auto;
}

.second-banner .feature-images .img2 {
    margin-top: 14rem;
    margin-left: 1rem;
}

/* Right Side: Content */
.second-banner .feature-content {
    flex: 1;
    max-width: 800px;
}

.second-banner .feature-content h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.second-banner .feature-content p {
    font-size: 1em;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

/* Accordion Styles */
.second-banner .accordion {
    border-top: 1px solid #ddd;
}

.second-banner .accordion-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.second-banner .accordion-header {
    background-color: #28a745;
    color: #fff;
    padding: 13px;
    cursor: pointer;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
}

.second-banner .accordion-header:hover {
    background-color: #28a745;
}

.second-banner .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    transition: max-height 0.3s ease;
}

.second-banner .accordion-content ul {
    list-style: none;
    padding: 15px 30px;
    margin: 0;
}

.second-banner .accordion-content ul li {
    margin-bottom: 10px;
    color: #333;
}

.second-banner .accordion-header span {
    font-size: 1rem;
    transition: transform 0.3s ease;
}
.sus-img {
    margin-top: 13rem !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .second-banner .feature-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .second-banner .feature-images {
        width: 100%; /* Full width for smaller screens */
        align-items: center;
    }

    .second-banner .feature-images img {
        width: 100%; /* Scale images to fit container */
        margin: 0 auto; /* Center images */
    }

    .second-banner .feature-images .img2 {
        margin-top: 2rem;
        margin-left: 0; /* Reset margin for smaller screens */
    }

    .second-banner .feature-content {
        width: 100%; /* Full width for accordion content */
        max-width: none; /* Remove max-width */
    }

    .second-banner .feature-content h2 {
        text-align: center;
        font-size: 1.8em; /* Adjust font size */
    }

    .second-banner .feature-content p {
        text-align: center;
        font-size: 1em; /* Adjust font size */
    }

    .second-banner .accordion-header {
        font-size: 1em;
    }

    .second-banner .accordion-content ul {
        padding: 10px 20px;
    }

    .sus-img {
        margin-top: 1rem !important;
    }
}

.history-banner-wrap span {
    color: black;
    font-weight: bold;
}
/* General Card Styling */
.custom-card {
    background-color: white; /* Dark background */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    color: #fff; /* White text */
    padding: 20px 3rem;
    position: relative; /* For the hover effect */
    overflow: hidden;
    transition: all 0.2s ease-in-out; /* Smooth transition for hover */
}

/* Hover Effect */
.custom-card:hover {
    border-bottom: 5px solid #28a745; /* Green highlight on hover */
}

/* Header Styling: Icon and Title */
.card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.card-header img {
    max-width: 40px; /* Icon size */
    height: auto;
}

.card-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: black; /* White title */
}
.card-header {
    background-color: white !important;
}
/* Text Styling */
.card-text {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 28px;
    padding-top: 2rem;
}

/* Button Styling */
.read-more a {
    display: inline-block;
    color: #fff; /* White text */
    background-color: #28a745; /* Green button */
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.read-more a span {
    margin-left: 5px;
}

.read-more a:hover {
    background-color: #218838; /* Darker green on hover */
}

/* Highlight on Hover */
.custom-card:hover .read-more a {
    color: #28a745; /* Green text on hover */
    background-color: transparent; /* Transparent button background */
    border: 1px solid #28a745; /* Green border */
}
.custom-card:hover .card-title {
    color: #28a745; /* Green text on hover */
}

/* General Section Styling */
.pricing-section {
    background-color: #f8f9fa; /* Light gray background */
    padding: 60px 0; /* Adequate padding for the section */
}

/* Pricing Card */
.pricing-card {
    background-color: #fff; /* White background */
    border: 1px solid #28a745; /* Green border */
    border-radius: 8px; /* Rounded corners */
    text-align: center;
    padding: 40px 20px; /* Proper padding inside cards */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: all 0.3s ease; /* Smooth hover effect */
}

.pricing-card:hover {
    transform: translateY(-10px); /* Lift on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Stronger shadow */
}

/* Highlighted Card (Middle One) */
.highlighted {
    transform: scale(1.05); /* Slightly larger size */
    border: 2px solid #28a745; /* Slightly thicker green border */
}

/* Plan Title and Subtitle */
.plan-title {
    font-size: 22px;
    font-weight: bold;
    color: #000; /* Black title */
    margin-bottom: 15px; /* Space below title */
}

.plan-subtitle {
    font-size: 16px;
    color: #6c757d; /* Subtle gray for subtitle */
    margin-bottom: 30px; /* Space below subtitle */
}

/* Price Box */
.price-box {
    display: inline-block;
    background-color: white; /* Green background */
    border: 1px solid #218838;
    color: #218838; /* White text */
    padding: 2px 19px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.price-box .price {
    font-size: 36px;
    margin-right: 5px;
}

.price-box .duration {
    font-size: 16px;
}

.pricing-card:hover .price-box {
    background-color: #218838; /* Darker green on hover */
    color: white;
}

/* Features List */
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0; /* Space below features list */
}

.features-list li {
    font-size: 16px; /* Slightly larger text */
    color: #000; /* Black text for features */
    margin: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.features-list li i {
    color: #28a745; /* Green checkmark */
    font-size: 18px;
}

/* Pricing Button */
.pricing-btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px; /* Larger button size */
    color: #fff; /* White text */
    background-color: #28a745; /* Green background */
    border: 1px solid #28a745;
    border-radius: 4px;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    background-color: #218838; /* Darker green on hover */
    border-color: #218838;
}
/* Section Styling */
.main-contact-section {
    background-color: #ffffff; /* White background */
    color: #000000; /* Black text for form */
    margin-bottom: 3rem;
}

/* Image Styling */
.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Form Container */
.form-container {
    background-color: #fff; /* Light gray form background */
    padding: 40px;
    width: 90%;
    border-radius: 8px;
    margin: 0 -54px; /* Keep margins clean */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.form-subtitle {
    color: #28a745; /* Green subtitle */
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.form-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000000; /* Black text */
}

/* Form Group Styling */
.form-group {
    position: relative;
}

.form-group input,
.form-group textarea {
    width: 100%;
    border: 1px solid #28a745; /* Green border */
    border-radius: 4px;
    padding: 12px 40px 12px 12px;
    font-size: 14px;
    background-color: #ffffff; /* White input background */
    color: #000000; /* Black text */
}

.form-group textarea {
    resize: none;
}

.form-group i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #28a745; /* Green icons */
}

/* Submit Button */
.submit-btn {
    background-color: #28a745; /* Green background */
    color: #ffffff; /* White text */
    font-size: 16px;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
}

.submit-btn:hover {
    background-color: #218838; /* Darker green on hover */
}

/* Responsive Design */
@media (max-width: 768px) {
    .form-container {
        margin: 20px; /* Ensure proper spacing on smaller screens */
    }
}
/* Styling for Line and Text */
.line-with-text {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Adjust space before the heading */
}

.line-with-text span {
    font-size: 12px; /* Match the text size in the image */
    text-transform: uppercase; /* All uppercase text */
    letter-spacing: 2px; /* Increase spacing between letters */
    color: #218838; /* White text */
    padding: 2px 8px; /* Padding around the text */
}
.line-with-text::before {
    content: "";
    width: 40px; /* Adjusted width to shorten the line */
    height: 3px;
    background-color: #218838;
    margin-right: 10px; /* Space between the line and text */
}
.text h2 {
    /* text-align: center; */
    font-family: "Radio Canada Big", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
}
.text p {
    /* text-align: center; */
    padding-bottom: 3rem;
}
.accountent-section-wrap {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 7rem;
}

.accountent-section-wrap .section-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #000;
}

.accountent-section-wrap .section-description {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.accountent-section-wrap .cta-btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 30px;
    cursor: pointer;
}

.accountent-section-wrap .cta-btn:hover {
    background-color: #0056b3;
}

.accountent-section-wrap .image-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.accountent-section-wrap .image-item {
    flex: 1;
    overflow: hidden;
    border-radius: 10px;
}

.accountent-section-wrap .image-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Height adjustments for images */
.accountent-section-wrap .image-item:first-child,
.accountent-section-wrap .image-item:last-child {
    height: 300px; /* Side images */
}

.accountent-section-wrap .image-item:nth-child(2) {
    height: 360px; /* Middle image */
    margin-top: 4rem;
}
.testimonial-banner {
    background-image: url("../imgs/bg-lines.svg");
}
.main-banner {
    background-image: url("../imgs/Group 1.png");
    background-repeat: no-repeat;
    animation: moveBg 3s infinite ease-in-out; /* Animation applied */
}
.crm-img img {
    width: 100% !important;
    padding-left: 2rem;
    padding-top: 8rem;
}

/* Define the animation */
@keyframes moveBg {
    0% {
        background-position: left 0%; /* Start position */
    }
    50% {
        background-position: left 5%; /* Mid position (down) */
    }
    100% {
        background-position: left 0%; /* Back to start */
    }
}
.product-img {
    animation: upDown 2s ease-in-out infinite; /* Infinite animation */
}

@keyframes upDown {
    0%,
    100% {
        transform: translateY(0); /* Original position */
    }
    50% {
        transform: translateY(-10px); /* Moves up by 10px */
    }
}
/* Stop animation on hover */
.product-img:hover {
    animation: none; /* Stops the animation */
}
@media (max-width: 1090px) {
    .mobile-review-banner .banner-img img {
        width: 100% !important;
        padding-left: 0;
    }

    .app-wrap .banner-img img {
        width: 100% !important;
        padding-left: 0;
    }

    .crm-img img {
        width: 100% !important;
        padding-top: 4rem;
    }
}

.sustainability {
    margin-top: 7rem !important;
    align-items: center;
    justify-content: center;
}
.sus-img2 {
    margin-top: 4rem !important;
}
.sustainability-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sustainability-text {
    text-align: center;
    max-width: 70%;
    padding: 0 2rem;
}

.sustainability-text h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.sustainability-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.sustainability-tag {
    position: absolute;
    bottom: -2rem;
    left: 1rem;
    background-color: #c7f2c1; /* Light green background */
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #144734; /* Dark green text */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mission-banner {
    background-image: url("../imgs/traiangle.png");
    background-repeat: no-repeat;
}
.vision-banner {
    background-image: url("../imgs/traiangle2.png") !important;
    background-repeat: no-repeat;
}
@media (max-width: 765px) {
    .sustainability img {
        padding-top: 0rem;
        max-width: 100%;
    }
}

/* Section Wrapper */
.work-environment {
    padding: 4rem 0;
}

/* Section Header */
.section-header h1 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.2rem;
    color: #555;
}

/* Grid Container */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three equal columns */
    gap: 1.5rem; /* Space between grid items */
}

/* Grid Item */
.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 100%; /* Ensures all items are equal */
}

/* Colors for Blocks */
.bg-light-green {
    background-color: #c7f2c1;
    color: #144734;
    padding: 1.5rem;
}

.bg-light-blue {
    background-color: #f7f7f8;
    color: #003366;
    padding: 1.5rem;
}
.about-grid .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}
/* Images */
.img-fluid {
    width: 79%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

/* Responsive */
@media (max-width: 768px) {
    .faq-section {
        flex-direction: column;
    }
    .faq-image img {
        max-width: 100%;
    }
} /* Style the Accordion Items */
/* Testimonial Text */
.testimonial-text {
    font-size: 1rem;
    color: #333;
    font-style: italic;
    line-height: 1.5;
}
.text-card1 {
    margin-top: -3rem;
}
.text-card2 {
    margin-top: -2rem;
}
.about-last-img {
    width: 70%;
}
.last-sec {
    background-color: #f6fbf9;
}
/* Responsiveness */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* Single column layout for small screens */
    }
}
@media (max-width: 565px) {
    .about-last-img {
        width: 100%;
    }

    .overwiew-banner {
        padding-bottom: 1px;
        padding-top: 5px;
    }
    .invoicing-banner {
        padding-top: 1px;
    }
    .invoicing-banner img {
        max-width: 100%;
        padding-top: 1px;
    }
    .adapt-sec {
        padding-bottom: 1px;
    }

    .accountent-section-wrap .image-item:nth-child(2) {
        height: 100%;
        margin-top: 4rem;
    }
    .accountent-section-wrap {
        margin-bottom: 1px;
    }
    .faq-section {
        margin-top: 1px !important;
    }
    .banerr-text {
        padding-top: 3rem;
    }
    .sustainability-text h1 {
        margin-top: 2rem;
    }
    .mission-banner {
        margin-top: 6rem !important;
    }
    .text-card2 {
        margin-top: 1px;
    }
    .footer-logo {
        min-width: 0;
    }
}
.main-contact-section img {
    border-radius: 1px;
}
.integ1 {
    animation: moveAndScale 3s infinite alternate; /* Apply the animation */
    transform-origin: center; /* Set the transformation origin */
}

/* Define keyframes for the animation */
@keyframes moveAndScale {
    0% {
        transform: translateY(0) scale(1); /* Initial position and size */
    }
    50% {
        transform: translateY(-10px) scale(1.05); /* Move up and slightly enlarge */
    }
    100% {
        transform: translateY(0) scale(1); /* Return to original position and size */
    }
}
.second-banner {
    margin-top: 3rem !important;
}
.key {
    font-weight: bold;
}
@media (max-width: 554px) {
    .modal-content {
        left: 0 !important;
    }
}
