.main-content-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.main-div {
    width: 100%;
    box-sizing: border-box;
    padding-left: 200px;
    padding-right: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.accounting-hero {
    text-align: center;
    background-color: #fff;
    font-family: "Manrope", sans-serif;
    width: 100%;
   
}

.accounting-label {
    display: inline-block;
    background-color: #e0f2fe; /* light blue background */
    color: #0b72e7; /* blue text */
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}

.accounting-hero h1 {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
}

.accounting-hero h1 .highlight {
    color: #0b72e7; /* blue color for highlight */
}

.accounting-hero img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.signup-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.signup-form input[type="email"] {
    height: 56px;
    padding: 0 20px; /* Adjust padding as needed with fixed height */
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    font-size: 16px;
    width: 300px; /* Adjust width as needed */
    font-family: "Manrope", sans-serif;
}

.signup-form button {
    background-color: #3b82f6; /* blue button */
    color: #fcfcfc;
    padding: 14px 22px;
    border: 1px solid #3b82f6;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Manrope", sans-serif;
}

.signup-form button .arrow {
    font-size: 18px;
}

.signup-form button .arrow img {
    width: 16px; /* Optional: Adjust size if needed */
    height: 16px; /* Optional: Adjust size if needed */
    filter: brightness(0) invert(1); /* This filter turns black to white */
}

.features {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
}

.feature-item {
    font-size: 18px;
    font-weight: 500;
    color: #0a0a0a;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Manrope", sans-serif;
}

.feature-item img {
    width: 16px; /* Adjust size as needed */
    height: 16px; /* Adjust size as needed */
    margin-right: 5px; /* Space between icon and text */
    vertical-align: middle; /* Align image vertically with text */
}

.feature-item .check {
    color: #28a745; /* green checkmark */
}

.accounting-hero .rating-text {
    font-weight: 700;
    font-size: 48px;
    margin-top: 20px;
    color: #000000;
    font-family: "Manrope", sans-serif;
}

.features-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
    background: transparent;
    width: 100%;
}

.feature-box {
    flex: 1;
    max-width: 300px;
    text-align: center;
    background: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.feature-box img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.stars-row {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.stars-row img {
    width: 20px;
    height: 20px;
}

.text-row {
    text-align: center;
}

.text-row p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    font-weight: 500;
    background: transparent;
    margin: 0;
}

.logo-row {
    margin-top: 10px;
}

.logo-row img[alt="Trustpilot"] {
    width: 227px;
    height: 56px;
    object-fit: contain;
}

.logo-row img[alt="Capterra"] {
    width: 221px;
    height: 56px;
    object-fit: contain;
}

.logo-row img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.two-column-section {
    display: flex;
    justify-content: space-between;
    border-radius: 40px;
    background-color: #eff6ff;
    margin-top: 250px;
    width: 100%;
}

.left-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 60px;
    text-align: left;
}

.right-column {
    flex: 0 0 50%;
    max-width: 50%;
}

.left-column h2 {
    font-weight: 700;
    font-size: 56px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    margin: 0px !important;
    word-wrap: break-word;
}
.left-column p {
    font-weight: 400;
    font-size: 22px;
    color: #525252;
    line-height: 1.5;
    margin-top: 20px;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.right-column h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.right-column img {
    width: 422px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-left: -50px;
    margin-top: -160px;
}

.second-right-column img {
    width: 422px;
    height: auto;
    object-fit: contain;
    display: block;
    margin-top: -100px;
}
/* ============================ */

.parent-div {
    display: flex;
    gap: 24px; /* 👈 gap between child divs */
    border-radius: 40px;
    margin-top: 120px;
    width: 100%;
}

.first-child-div {
    width: 50%;
}

.first-child-div h2 {
    font-weight: 700;
    font-size: 56px;
    color: #000000;
    line-height: 1.2;
    text-align: left;
    margin: 0px !important;
    word-wrap: break-word;
}

.first-child-div p {
    font-weight: 400;
    font-size: 22px;
    color: #525252;
    line-height: 1.5;
    margin-top: 20px;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: left; /* 👈 ensures left alignment */
}

.first-child-div button {
    width: 100%;
    text-align: left;
}

.second-child-div {
    width: 50%;
    background-color: #f8f8f8;
    border-radius: 32px;
    padding: 60px 60px 0 60px;
}

.second-child-div {
    width: 50%;

    border-radius: 32px;
    padding: 60px 60px 60px 0;
}
.bg-div {
    display: flex;
    gap: 24px; 
    background-color: #172554;
    gap: 24px;
    border-radius: 40px;
    margin-top: 120px;
    width: 100%;
    height: auto; /* Add minimum height to see the background */
    background-image: url("/images/images/BG.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.button-container {
    text-align: left; /* Aligns button to left */
    width: fit-content; /* Container fits button width */
}

.custom-button {
    /* Text styling */
    font-weight: 700;
    font-size: 18px;
    color: #2563EB;
    white-space: nowrap;
    
    /* Background and border */
    background-color: #FFFFFF;
    border-radius: 8px;
    
    /* Padding */
    padding: 16px 22px;
    
    /* Size and layout */
    display: inline-flex;
    align-items: center;
    gap: 8px;
    
    /* Remove default button styles */
    border: none;
    cursor: pointer;
    
    /* Optional hover effect */
    transition: all 0.2s ease;
}

.arrow img {
    /* Match arrow color with text */
    filter: brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(1036%) hue-rotate(195deg) brightness(93%) contrast(89%);
    width: 16px;
    height: 16px;
}

/* Hover states */
.custom-button:hover {
    color: #1D4ED8;
}
.custom-button:hover .arrow img {
    filter: brightness(0) saturate(100%) invert(28%) sepia(98%) saturate(1437%) hue-rotate(198deg) brightness(93%) contrast(94%
