:root {
    --active-purple: #5851A8;
    --inactive-purple: #8C85C7;
    --line-color: #d1d5db;
    --assets-purple-dark: #5851A8;
    --assets-purple-light: #8C85C7;
    --assets-line-gray: #d1d5db;
    --hr-purple-dark: #5851A8;
    --hr-purple-light: #8C85C7;
    --hr-line-gray: #d1d5db;
    --lang-purple-dark: #5851A8;
    --lang-purple-light: #8C85C7;
    --lang-line-gray: #d1d5db;
    --faq-border: #e5e7eb;
    --faq-text: #4b5563;
    --faq-q-color: #111827;
    --faq-purple: #5851A8;
    --primary-purple: #4a3fa0;
    --icon-gray: #333;
    --border-gray: #ccc;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
}

.container {
    max-width: 1160px;
    padding: 15px;
}

.main-header {
    border-bottom: 1px solid #E1E1E1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    max-width: 1160px;
}

.bot-logo {
    margin: 0;
}

.bot-logo a img {
    max-width: 75%;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.nav-menu a {
    text-decoration: none;
    color: #374151;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s ease;
}

.nav-menu a:hover {
    color: #433A95;
}

.nav-menu li a.active {
    color: #433a95;
}

.right-section {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px;
}

.btn-auth {
    background-color: #433A95;
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

.theme-toggle {
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 28px;
}

@media (max-width: 1024px) {
    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: white;
        padding: 20px;
        border-top: 1px solid #f3f4f6;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
        z-index: 10;
        gap: 20px;
    }

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

    .mobile-toggle {
        display: block;
    }

    .right-section {
        display: none;
    }
}

/*---Hero section---*/

.hero-section {
    background-image: url('./assets/Hero\ Bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-main {
    max-width: 915px;
    margin-top: 80px;
    text-align: center;
}

.hero-main h1 {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    max-width: 75%;
}

.hero-main p {
    margin: 30px 0;
}

.hero-main a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
    background-color: #433a95;
    border-radius: 45px;
    padding: 13px 45px;
}

.hero-main img {
    margin-top: 50px;
}

.hero-main h2 {
    font-size: 42px;
    font-weight: bold;
    margin: 35px 190px;
}

.need-to-launch a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: #433a95;
    border-radius: 45px;
    padding: 10px 40px;
}

.need-to-launch p {
    padding: 0 250px;
}

.cards-main {
    display: flex;
    gap: 20px;
}

.cards-main-col1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 33%;
}

.cards-main-col2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 100px;
    width: 33%;
}

.grey-card {
    display: flex;
    text-align: center;
    padding: 85px 75px;
    background-color: #F4F4F4;
    border-radius: 15px;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 1px 7px 1px #433a95;
    border: 1px solid #433a95;
}

.purple-card {
    display: flex;
    text-align: center;
    padding: 85px 75px;
    background-color: #433A95;
    color: #ffffff;
    border-radius: 15px;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 1px 7px 1px #433a95;
    border: 1px solid #433a95;
}

.grey-card h4, .purple-card h4 {
    font-size: 20px;
}

/*---Accounting & Finance*/

section.all-in-one-section {
    margin: 60px 0px;
}

.all-in-one-section h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.acf {
    margin: 0;
}

.accounting-and-finance img {
    margin: 0;
}

.accounting-and-finance {
    margin-top: 45px;
    display: flex;
    justify-content: space-around;
    margin-left: 5%;
}

.acf h2 {
    text-align: start;
}

.acf p {
    max-width: 480px;
    margin: 15px 0;
}

.accoutingandfinance-img {
    width: 65%;
    margin: 0;
}

.accoutingandfinance-img img {
    margin-top: 28px;
    width: 100%;
    height: 2px;
}


.main-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.selector-sidebar {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
}

.menu-item {
    position: relative;
    padding-left: 40px;
    border-left: 2px solid var(--line-color);
    margin-left: 10px;
}

.menu-item:last-child {
    border-left: 2px solid transparent;
}

.menu-item:first-child::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 28px;
    width: 2px;
    background-color: #ffffff;
}

.menu-item:last-child::after {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 28px;
    width: 2px;
    background-color: var(--line-color);
}

.branch {
    position: absolute;
    left: -2px;
    top: 28px;
    width: 42px;
    height: 2px;
    background-color: var(--line-color);
}

.eclipse-btn {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 50px;
    background-color: var(--inactive-purple);
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.menu-item.active .eclipse-btn {
    background-color: var(--active-purple);
}

.reveal-text {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 10px 20px 10px;
}

.menu-item.active .reveal-text {
    max-height: 200px;
    opacity: 1;
}

.image-display {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    background: #fff;
}

.image-display img {
    border: 13px solid #ECECEC;
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile */
@media (max-width: 900px) {
    .main-wrapper {
        flex-direction: column;
    }

    .menu-item {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .branch, .menu-item:last-child::after {
        display: none;
    }
}

/* Purchase Module*/

.purchase-module {
    margin: 40px 0;
}

.purchase-main {
    width: 59%;
    /* align-content: baseline; */
    padding-top: 13px;
    margin: 0;
}

.purchase-main img {
    width: 100%;
    height: 2px;
}

.purchase-main h2 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
}

.p-module-main {
    display: flex;
    gap: 20px;
}

.purchase-module-para {
    margin: 0;
}

.purchase-module-para h2 {
    text-align: start;
}

.purchase-module-para p {
    max-width: 440px;
    margin: 0;
    text-align: justify;
}

.purchase-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}

.purchase-wrapper img {
    border: 13px solid #ECECEC;
    border-radius: 9px;
}

.purchase-iconbox img {
    border: 0;
}

.purchase-iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 16px;
}

.purchase-iconbox p {
    text-align: center;
}

/* Sale Module*/

.selling-module {
    margin: 40px 0;
}

.s-module-main {
    display: flex;
    justify-content: flex-end;
    margin-left: 5%;
}

.selling-module-para {
    width: 72%;
    margin: 0;
    padding-top: 16px;
}

.selling-module-para img {
    width: 100%;
    height: 2px;
}

.selling-main {
    max-width: 350px;
    margin: 0;
}

.selling-main h2 {
    text-align: start;
}

.selling-main p {
    margin: 15px 0;
}

.selling-wrapper {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}

.selling-wrapper img {
    border: 13px solid #ECECEC;
    border-radius: 9px;
}

.selling-iconbox img {
    border: 0;
}

.selling-iconbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0px 35px;
}

.selling-iconbox p {
    text-align: center;
}

.assets-report-head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 5%;
}

.assets-report-head img {
    width: 100%;
    height: 2px;
}

.assets-report-head h2 {
    font-size: 42px;
    margin: 0;
    font-weight: bold;
}

.asset-img {
    width: 74%;
}

/*Assets report*/

.assets-section-container {
    font-family: 'Inter', sans-serif;
    max-width: 1160px;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    padding: 15px;
}

.assets-sidebar {
    flex: 0 0 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.assets-item {
    position: relative;
    padding-left: 45px;
    border-left: 2px solid black;
}

.assets-item:last-child {
    border-left: 2px solid transparent;
}

.assets-item:first-child::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 30px;
    width: 2px;
    background-color: #ffffff;
}

.assets-item:last-child::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 30px;
    width: 2px;
    background-color: black;
}

.assets-branch {
    position: absolute;
    left: -2px;
    top: 30px;
    width: 47px;
    height: 2px;
    background-color: black;
    z-index: 1;
}

.assets-btn {
    width: 100%;
    padding: 16px 25px;
    border: none;
    border-radius: 50px;
    background-color: var(--assets-purple-light);
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.purchase-module-para h2 {
    font-size: 42px;
}

.selling-main h2 {
    font-size: 42px;
}

.assets-item.active .assets-btn {
    background-color: var(--assets-purple-dark);
}

.assets-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
    padding: 0 10px 0 10px;
}

.assets-item.active .assets-description {
    max-height: 150px;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 25px;
}

.assets-display img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.2s ease;
    border: 13px solid #ECECEC;
    border-radius: 10px;
}

/* Responsive Mobile Layout */
@media (max-width: 900px) {
    .assets-section-container {
        flex-direction: column;
    }

    .assets-sidebar {
        width: 100%;
        flex: none;
    }

    .assets-item {
        border-left: none;
        padding-left: 0;
    }

    .assets-branch, .assets-item:last-child::before {
        display: none;
    }
}

/* HR Payroll */

.hr-section {
    margin: 60px auto;
}

.hr-section-container {
    max-width: 1160px;
    display: flex;
    gap: 40px;
    padding: 15px;
    align-items: center;
}

.hr-video-display {
    flex: 1.2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    border: 12px solid #ECECEC;
}

.hr-video-display video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hr-sidebar {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
}

.hr-item {
    position: relative;
    padding-right: 45px;
    text-align: right;
}

.hr-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: black;
}

.hr-item:first-child::after {
    top: 22px;
}

.hr-item:last-child::after {
    height: 24px;
    bottom: auto;
}

.hr-branch {
    position: absolute;
    right: 0;
    top: 22px;
    width: 45px;
    height: 2px;
    background-color: black;
    z-index: 1;
}

.hr-btn {
    width: 100%;
    padding: 14px 20px;
    border: none;
    border-radius: 50px;
    background-color: var(--hr-purple-light);
    color: white;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    margin-bottom: 8px;
}

.hr-item.active .hr-btn {
    background-color: var(--hr-purple-dark);
}

.hr-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #4b5563;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 10px;
    text-align: center;
}

.hr-item.active .hr-description {
    max-height: 100px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 900px) {
    .hr-section-container {
        flex-direction: column-reverse;
    }

    .hr-sidebar {
        width: 100%;
    }

    .hr-item {
        padding-right: 0;
        text-align: center;
    }

    .hr-item::after, .hr-branch {
        display: none;
    }
}

/* Multilingual */

.lang-section {
    margin: 40px auto;
}

.multi-main {
    margin: 0;
    width: 75%;
}

.multi-main img {
    width: 100%;
    height: 2px;
    margin-top: 25px;
}

.multi-module-para h2 {
    font-size: 42px;
}

.multi-module-main {
    display: flex;
    margin-bottom: 20px;
    gap: 15px;
}

.multi-module-para {
    margin: 0;
}

.multi-module-para p {
    max-width: 240px;
    font-size: 14px;
    padding-top: 10px;
    margin: 0;
}

.lang-section-container {
    max-width: 1160px;
    display: flex;
    gap: 50px;
    padding: 15px;
    align-items: center;
}

.lang-sidebar {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding-left: 30px;
}

.lang-sidebar::before {
    content: '';
    position: absolute;
    left: 70px;
    top: 27px;
    bottom: 27px;
    width: 2px;
    background-color: black;
    z-index: 1;
}

.lang-item {
    position: relative;
}

.lang-branch {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: black;
    z-index: 1;
}

.lang-btn {
    width: 130px;
    padding: 17px 0px;
    border: none;
    border-radius: 35px;
    background-color: var(--lang-purple-light);
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    z-index: 2;
}

.lang-item.active .lang-btn {
    background-color: var(--lang-purple-dark);
}

.lang-display {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    border: 12px solid #ddd;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.lang-display img {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 800px) {
    .lang-section-container {
        flex-direction: column;
    }

    .lang-sidebar::before, .lang-branch {
        display: none;
    }

    .lang-sidebar {
        padding-left: 0;
        width: 100%;
    }
}

/* Pricing Plan */

.pricing-main {
    text-align: center;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pricing-main h2 {
    font-size: 42px;
}

.pricing-plan {
    display: flex;
    margin-top: 50px;
    gap: 20px;
}

.pricing-card {
    padding: 20px 20px 50px;
    text-align: center;
    border: 1px solid #433A95;
    border-radius: 8px;
    position: relative;
    width: 32%;
}

.pricing-card h3 {
    font-size: 32px;
    font-weight: 500;
    color: #433A95;
}

.price-baar {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.price-baar h4, .price-baar h2, .price-baar p {
    margin: 0;
}

.price-baar p {
    align-content: end;
    padding-bottom: 10px;
}

.price-baar h4 {
    align-content: start;
    font-size: 26px;
}

.price-baar h2 {
    font-size: 45px;
    font-weight: 400;
    padding-left: 7px;
}

.plan-list {
    max-width: 245px;
    margin-right: 30px;
    text-align: start;
    margin-top: 20px;
    margin-bottom: 15px;
}

.plan-list ul li {
    padding: 5px 0;
}

.pricing-card a {
    text-decoration: none;
    color: #ffffff;
    background-color: #433A95;
    padding: 10px 25px;
}

.lower-img {
    margin-bottom: 35px;
}

.pricing-card h5 {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 20px 5px 25px;
    background-color: #433A95;
    color: #ffffff;
    border-radius: 0px 6px 0px 15px;
}

ul.p-list {
    margin-bottom: 35px;
}

/* Free Demo */

.free-demo {
    display: flex;
    padding: 35px;
    border-radius: 25px;
    background-color: #433A95;
    color: #ffffff;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}

.free-demo-content h3 {
    font-size: 32px;
}

.free-demo-content p {
    max-width: 270px;
    margin: 15px 0 30px;
}

.free-demo-content a {
    text-decoration: none;
    color: #433A95;
    background-color: #ffffff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
}

.free-demo-content {
    width: 40%;
}

.free-demo-image {
    width: 60%;
}

.free-demo-image img {
    width: 100%;
}

/* Companies Section */

.companies-main h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
}

.companies-main img {
    max-width: 100%;
}

/* FAQ Section*/

.faq-main {
    text-align: center;
}

.faq-main h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.faq-wrapper {
    max-width: 1000px;
    margin: 40px auto;
    padding: 15px;
    background-color: #f2f2f2;
}

.faq-card {
    background: #fff;
    border: 0px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
    box-shadow: 2px 3px 10px #80808057;
}

.faq-card:last-child {
    margin-bottom: 0;
}


/* Header / Question Area */
.faq-trigger {
    width: 95%;
    padding: 15px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    border: 0px solid #d9d9d9;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
    outline: none;
}

.faq-question {
    font-size: 17px;
    font-weight: 500;
    color: var(--faq-q-color);
    margin: 0;
}

.faq-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
    color: #9ca3af;
    margin: 0;
}

.faq-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #ffffff;
}

.faq-inner-text {
    padding: 0 35px 22px 50px;
    font-size: 15px;
    color: var(--faq-text);
    line-height: 1.6;
}

.faq-card.is-open {
    border-color: var(--faq-purple);
}

.faq-card.is-open .faq-arrow {
    transform: rotate(180deg);
    color: var(--faq-purple);
}

.faq-card.is-open .faq-body {
    max-height: 250px;
}

.faq-card:hover:not(.is-open) {
    border-color: #d1d5db;
}

/* Contact section */

.contact-section {
    display: flex;
    gap: 60px;
    padding: 50px;
    max-width: 1160px;
    margin: 0 auto;
}

.contact-info {
    max-width: 50%;
    align-content: center;
}

.contact-info {
    flex: 1;
    min-width: 300px;
}

.contact-info h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-info span {
    color: var(--primary-purple);
}

.contact-info p {
    max-width: 420px;
    margin: 0;
}

.contact-form h2 {
    font-size: 30px;
    font-weight: 800;
    max-width: 320px;
    margin-bottom: 20px !important;
    margin: 0;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
}

.full-width.input-group {
    align-items: flex-start;
}

.full-width.input-group i {
    margin-top: 12px;
}

.full-width {
    grid-column: span 2;
    grid-column: 1 / -1 !important;
    width: 100%;
}

.input-group {
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid var(--border-gray);
    transition: border-color 0.3s;
}

.input-group i {
    color: var(--icon-gray);
    margin-right: 12px;
    font-size: 1.1rem;
}

.input-group:focus-within {
    border-bottom-color: var(--primary-purple);
}

input, textarea {
    width: 100%;
    border: none;
    padding: 10px 0;
    outline: none;
    font-size: 1rem;
    background: transparent;
}

.submit-btn {
    margin-top: 30px;
    float: right;
    background: var(--primary-purple);
    color: white;
    border: none;
    padding: 12px 45px;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

.field-container {
    position: relative;
    padding-bottom: 18px;
}
.input-group.error {
    border-bottom-color: #ff4d4d !important;
}
.input-group.error i {
    color: #ff4d4d !important;
}
.error-message {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ff4d4d;
    font-size: 11px;
    display: none;
}
.input-group.error + .error-message {
    display: block;
}

/* Mobile adjust */
@media (max-width: 650px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .full-width {
        grid-column: span 1;
    }

    .submit-btn {
        width: 100%;
        float: none;
    }
}


/* Footer Section */

.main-footer {
    background-color: #433A95;
}

.footer-container {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    padding: 30px 15px;
    gap: 30px
}

.f-column1 {
    width: 30%;
}

.f-column2 {
    width: 50%;
}

.f-column3 {
    width: 20%;
}

.f-column1 img {
    width: 60%;
}

.f-column1 p {
    padding: 10px 10px 10px 10px;
    color: #ffffff;
}

.f-column2 ul {
    display: flex;
}

.f-column2 ul li {
    list-style-type: none;
    margin-left: 0;
}

.f-column2 ul li a {
    text-decoration: none;
    color: #ffffff;
}

.socials {
    display: flex;
    margin-top: 50px;
}

.socials-email, .socials-callus {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-content h5, .callus-content h5 {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.email-content a, .callus-content a {
    color: #ffffff;
    font-size: 12px;
}

.social-icons {
    text-align: right;
    margin-bottom: 50px;
}

.f-column3 p {
    color: #ffffff;
    font-size: 14px;
}

.f-column3 p a {
    text-decoration: none;
    color: #ffffff;
}

.footer-bottom {
    text-align: center;
    background-color: #D9D9D9;
    padding: 10px;
}

.footer-bottom p {
    font-size: 12px;
}

/* Resposive Screen */

@media (max-width: 650px) {
    .hero-main img {
        max-width: 100%;
    }

    .hero-main h1 {
        font-size: 38px;
        max-width: 100%;
    }

    .hero-main h2 {
        font-size: 32px;
        margin: 35px 0;
    }

    .need-to-launch a {
        font-size: 14px;
        padding: 10px 10px;
    }

    .need-to-launch p {
        padding: 0;
    }

    .cards-main {
        flex-wrap: wrap;
    }

    .cards-main-col1 {
        width: 100%;
    }

    .hero-main {
        margin-top: 30px;
    }

    .grey-card, .purple-card {
        padding: 35px 40px;
    }

    .cards-main-col2 {
        margin-top: 10px;
        width: 100%;
    }

    .all-in-one-section h2 {
        font-size: 32px;
    }

    .accounting-and-finance img {
        display: none;
    }

    .acf {
        margin: 0 15px;
    }

    .selector-sidebar {
        flex: 0 0 230px;
    }

    .purchase-main {
        display: none;
    }

    .asset-img {
        display: none;
    }

    .assets-report-head {
        margin-left: 0;
    }

    .selling-module-para {
        display: none;
    }

    .purchase-module-para {
        margin-left: 20px;
    }

    .purchase-wrapper {
        flex-direction: column;
    }

    .purchase-wrapper img {
        max-width: 100%;
    }

    .purchase-iconbox {
        gap: 15px;
    }

    .purchase-module {
        margin: 10px 0;
    }

    .s-module-main {
        margin: 0 15px;
    }

    .selling-main img {
        display: none;
    }

    .selling-module-para img {
        display: none;
    }

    .selling-wrapper {
        flex-direction: column-reverse;
    }

    .selling-wrapper img {
        max-width: 100%;
    }

    .main-wrapper {
        gap: 10px;
    }

    .selling-iconbox {
        gap: 15px;
    }

    .purchase-main img {
        display: none;
    }

    .assets-report-head h2 {
        margin-left: 15px;
    }

    .multi-main {
        display: none;
    }

    .assets-report-head img {
        display: none;
    }

    section.all-in-one-section {
        margin: 20px 0px;
    }

    .accounting-and-finance {
        margin-top: 20px;
        margin-left: 0;
    }

    .assets-section-container {
        margin: 20px auto;
    }

    .purchase-module-para h2 {
        font-size: 32px;
    }

    .selling-module {
        margin: 20px 0;
    }

    .selling-main h2 {
        font-size: 32px;
    }

    .hr-section {
        margin: 0px auto;
    }

    .multi-module-para h2 {
        font-size: 32px;
    }

    .multi-module-para {
        text-align: left;
        margin-top: 0;
    }

    .multi-module-main {
        margin-right: 20px;
    }

    .multi-main img {
        display: none;
    }

    .lang-sidebar {
        flex: 0 0 60px;
        flex-direction: row;
        gap: 5px;
        flex-wrap: wrap;
    }

    .lang-btn {
        width: 100px;
        padding: 10px 0px;
        font-size: 16px;
    }

    .lang-section-container {
        gap: 20px;
    }

    .lang-section {
        margin: 30px auto;
        padding: 15px;
    }

    .contact-info {
        margin: 0;
    }

    .contact-form {
        margin: 0;
    }

    .pricing-main h2 {
        font-size: 31px;
    }

    .pricing-plan {
        flex-wrap: wrap;
    }

    .pricing-card {
        width: 100%;
    }

    .pricing-card img {
        max-width: 100%;
    }

    .pricing-card h3 {
        font-size: 28px;
    }

    .free-demo {
        gap: 40px;
        margin: 0;
        flex-direction: column;
    }

    .free-demo-content {
        width: 100%;
    }

    .free-demo-image {
        width: 100%;
    }

    .companies-main h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .faq-main h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .faq-trigger {
        width: 100%;
        padding: 15px 15px;
    }

    .faq-arrow {
        width: 30px;
        height: 30px;
    }

    .faq-question {
        font-size: 15px;
        line-height: 20px;
    }

    .faq-inner-text {
        padding: 0 25px 22px 16px;
        font-size: 14px;
    }

    /* .contact-info {
        min-width: 325px;
    } */
    .contact-info p {
        max-width: 280px;
    }

    .nav-menu {
        top: 66px;
    }

    .contact-section {
        gap: 30px;
        padding: 15px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .form-grid {
        gap: 20px 20px;
    }

    .form-grid {
        /* 1. Force a single column */
        grid-template-columns: 1fr;
        /* 2. Ensure items stretch to the edges */
        justify-items: stretch;
        gap: 20px;
    }

    .input-group {
        /* 3. Force the wrapper to be 100% of the grid cell */
        width: 100%;
        box-sizing: border-box;
    }

    .footer-container {
        flex-direction: column;
        gap: 15px;
    }

    .f-column1, .f-column2, .f-column3 {
        width: 100%;
    }

    .f-column1 {
        margin-left: -10px;
    }

    .f-column2 ul {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .socials {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
        gap: 15px;
    }

    .socials-email img, .socials-callus img {
        margin: 0;
    }

    .socials-email, .socials-callus {
        margin: 0;
    }

    .callus-content, .email-content {
        margin: 0;
    }

    .p-module-main {
        margin-right: 20px;
    }

    .selling-module-para p {
        margin-right: 15px !important;
    }

    .social-icons {
        text-align: left;
        margin-bottom: 20px;
    }

    .nav-menu li {
        margin: 0;
    }

    .header-container {
        padding-top: 10px !important;
        padding: 10px;
    }

    .mobile-toggle {
        margin: 0;
    }

    .accoutingandfinance-img {
        display: none;
    }


}

/* @media (width >= 1280px){
    .accounting-and-finance {
        margin-left: 11%;
    }
} */
