@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #070626;
    --secondary-color: #ffffff;
    --text-color: #333;
    --font-family: 'Sinteca', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

nav {
    display: flex;
}


.hero h1 {
    line-height: 64px;
}

section {
    padding: 72px 96px;
}

.section-container {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.btn-custom {
    padding: 12px 32px;

}

.card {
    border: none;
}

.card-body img {
    width: 39px;
    height: 38px;
}

.section-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 67px 209px 67px 209px; */
    background-color: #070626;
    ;
    background-repeat: no-repeat;

    /* margin-top: 48px; */
    /* margin-bottom: 20px; */
}

.section-cta .container {
    max-width: 70%;

}

.social-icons-sm {
    display: none;
}

.hero_img_sm {
    display: none;
}


/* footer css */
footer {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.footer-links {
    max-width: 60%;
}

.social-icons {
    display: flex;
    gap: 12px;
    /* space between icons */
    /* justify-content: center; */
    flex-wrap: wrap;
}

.social-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    /* Circle width */
    height: 32px;
    /* Circle height */
    border-radius: 50%;
    /* Makes it a circle */
    background-color: var(--primary-color);
    /* Light gray background */
    color: #ffffff;
    /* Icon color */
    font-size: 16px;
    /* Icon size */
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-item:hover {
    background-color: #007bff;
    /* On hover */
    color: #fff;
}


@media (max-width: 991.98px) {
    section {
        padding: 32px 28px;
    }

    .section-container {
        margin-top: 40px;
    }

    .hero {
        padding: 32px;
    }

    .hero h1 {
        line-height: 48px;
    }

    .br-lg {
        display: none;
    }

    .footer-links {
        max-width: 100%;
    }

    .cta-text h2 {
        line-height: 40px;
    }


    /* .social-icons-sm{
    display: block;
  }
  .social-icons{
    display: none;
  } */
}

@media (max-width: 575.98px) {


 

    .featurestitlessec3 {
        font-size: 24px;
    }

    .prices-section {
        padding: 68px 52px;
    }

    .price-section {
        text-align: center;

    }

    .platform-tabs .btn {
        border: none;
        padding: 8px 7px;
        border-radius: 0;
        /* Remove rounded corners */
        border-bottom: 3px solid #0d0b41;
        font-weight: 600;
        font-size: 16px;
        line-height: 50px;
        color: #0d0b41;
    }

    .price-section p {
        font-weight: 500;
        font-size: 16px;
        line-height: 150%;
        color: #7B7B7B;
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .price-section h2 {
        font-weight: 500;
        font-size: 24px;
        line-height: 150%;
        color: #7B7B7B;
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .Price-context {
        font-weight: 500;
        font-size: 14px;
        line-height: 160%;
        color: #070626;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .comtable {
        padding: 32px;
    }


    .sectionque {
        margin-bottom: 24px !important;
        padding: 24px 32px !important;
    }

    .pricing-toggle {
        display: flex;
        padding: 12px;
        justify-content: center;
        overflow: hidden;
        width: fit-content;
        gap: 1rem;
        /* margin: 24px auto 30px;  */
        /* center horizontally with auto */
        border-radius: 60px;
        border: 1px solid #ffffff;
        background-color: #ffffff;
        margin: 24px;
        /* margin-left: 48px !important; */
    }

    .titleforpricep {
        padding: 28px;
    }

    .pricephone {
        padding: 30px !important;
    }

    .titleucass {
        font-size: 24px !important;
        line-height: 160%;
    }

    .containerprice {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px !important;
    }

    .text-muted {
        font-weight: 500;
        font-size: 14px !important;
        list-style: 150%;
        color: #7B7B7B;
    }

    .solution-title {
        font-size: 18px;
    }

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

    .feature-items img {
        width: 22px;
        height: 22px;
    }

    .solution-textitem {
        font-size: 24px;
        line-height: 160%;
    }

    .solution-text2 {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 40px !important
    }

    .solution {
        padding: 32px !important;
    }

    .containersolution {
        display: flex;
        flex-direction: column;
        gap: 16px !important;
        padding: 68px 32px;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    /* Adjust buttons, font sizes, stacking layout */
    .hero {
        padding: 24px;
        /* padding: 0px; */
    }

    section {
        padding: 24px 32px;
        /* padding: 0px; */
    }

    .hero-section {
        padding: 30px 30px;

        /* padding: 0px; */
    }

    .containersolution1 {
        display: flex;
        flex-direction: column;
        gap: 0px !important;
    }

    .integerationsection {
        margin-top: 24px !important;
        padding: 32px !important
    }

    .hero-section1 {
        padding: 40px 32px;

        /* padding: 0px; */
    }

    .sectionarrange {
        display: flex;
        flex-direction: column;
        gap: 108px;
    }

    .sectionarrange2 {
        display: flex;
        flex-direction: column;
        gap: 72px;
    }

    .sectionarrangeI {
        display: flex;
        flex-direction: column;
        gap: 96px;
    }

    .titlefointegeration {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 54px;
        color: #070626;
        margin-bottom: 56px;
    }

    .integrationname {
        font-size: 18px !important;
    }

    .parent-cards {
        padding: 32px !important;
    }

    .cta-text h2 {
        color: #ffffff;


        text-align: center;
        font-weight: 600;
        font-size: 24px;
        line-height: 150%;

    }

    .careertitle {

        font-size: 24px !important;
        line-height: 160%;
        color: #070626;
    }

    .careerdaitel {
        font-weight: 500;
        font-size: 16px !important;
        line-height: 150% !important;
        color: #7b7b7b;
        margin-top: 16px !important;
        margin-bottom: 0px !important;
    }

    .sectioncr {
        gap: 76px;
    }

    .sectioncreer {
        padding: 86px 32px !important;
    }

    .containerjob {
        gap: 0px !important;
    }

    .carrerjob {
        padding: 32px;
    }

    .job-title {
        font-size: 20px !important;
        margin-bottom: 16px !important;
    }

    .jobdesc {
        font-size: 14px !important;
        line-height: 160% !important;

    }

    .job-location {
        font-size: 12px !important;
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }


    .containerIV {
        display: flex;
        flex-direction: column;


    }

    .cta-text p {
        color: #ffffff;
        padding: 0px 40px 15px 40px;
        text-align: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 32px !important;
    }

    .buttoncx {
        display: flex;

    }

    .container {
        display: flex;
        flex-direction: column;
        gap: 106px;
    }

    .containers {
        display: flex;
        flex-direction: column;

    }



    .featurestitles {
        font-size: 18px;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
    }

    .feturearrnge {
        display: flex;
        gap: 56px;
    }

    .hero-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 160%;
    }

    .hero h1 {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 64px;
        color: #0d0b41;
    }



    .hero3 {
        padding: 28px;
    }

    .titles {
        font-size: 24px;
        font-weight: 600;
        line-height: 150%;
        color: #070626;
    }


    .hero3 p {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        color: #7b7b7b;
    }

    .hero p {
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        color: #7b7b7b;
    }

    .homesectionbutton {
        display: flex !important;
        flex-direction: row !important;
        margin-top: 40px !important;
        margin-bottom: 98px;
    }

    .hero-subtitle {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 150%;
        color: #7b7b7b;
    }

    .home-button2 {
        padding: 10px 20px !important;
    }

    .home-button3 {


        padding: 10px 20px !important;
        background-color: #0d0b41 !important;
        color: #ffffff !important;
        border: 1px !important;
        border-radius: 22px;
        line-height: 16px;
        font-weight: 500;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s;

    }

    .section-wrap {
        padding: 78px 38px 78px 38px !important;
        margin-top: 78px !important;

    }

    .section-wrap1 {
        gap: 108px !important;

    }

    .title {
        font-size: 24px;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
    }

    .text-section {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        color: #7b7b7b;
        margin-bottom: 0px;
        text-align: start;
    }

    .section-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
    }

    .section-wrapper {
        margin: 30px 42px !important;
    }

    .sectionphone {
        display: flex;
        flex-direction: column;
        gap: 24px;
        padding: 30px;
    }

    .feature {
        padding: 0px !important;
    }

    .feature-card {
        padding: 32px 24px !important;
    }

    .featuretitle {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 32px !important;
        color: #070626 !important;
    }

    .featurecontent {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 160% !important;
        color: #686868 !important;
    }

    .suitcard {
        display: flex;
        flex-direction: column;
        gap: 72px;
        margin: 0px !important;
        padding: 30px !important;
    }

    .section-title {
        margin-bottom: 0px !important;
    }

    .suititle {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
    }

    .features {
        padding: 32px;
    }

    .featurestitles3 {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 160% !important;
        color: #070626 !important;
    }

    .featurestitle {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
        margin-bottom: 56px;
    }

    .integrate-title {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 160%;
        color: #070626;
    }

    .integrate-body {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 160%;
        color: #7b7b7b;
        margin-top: 16px;
    }

    .integreation {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .content-title {
        font-size: 24px !important;
        font-weight: 600;
        line-height: 160%;
        color: #ffffff;
    }

    .content-des {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 160%;
        color: #ffffff;
    }

    .contentcard {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .contentbutton {
        display: flex !important;
        flex-direction: row !important;
    }

    .cta-btn-1 {
        padding: 12px 32px;
        background-color: white;
        color: #0d0b41;
        border: none;
        border-radius: 120px;
        font-weight: 600;
        font-size: 14px;
        line-height: 28px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .cta-btn-2 {
        font-size: 14px !important;
    }

    .conttent {
        display: flex !important;
        flex-direction: column !important;
        margin: 0px !important;
        padding: 30px;
    }

    .conttentsolution {
        display: flex !important;
        justify-content: start !important;
        margin-bottom: 72px;

    }

}



.section-cta {
    padding: 48px 16px;
}

.section-cta .container {
    max-width: 100%;

}

.section-container {
    gap: 40px;
    margin-top: 28px;
}

.footer {
    padding: 24px;
    margin: 0px;
}

.btn-custom {
    padding: 12px 16px;
}

.hero_img {
    display: none;
}

.hero_img_sm {
    display: block;
}

.hero h1 {
    line-height: 40px;
}

nav {
    display: none;
}


.accordion {
    padding: 0px;
    overflow: hidden;
    width: 100%;
}

.section-cta-end {
    padding: 38px 36px;
}

.cta-text p {
    padding: 0px;
}


.accordion-header {
    font-size: 18px;
}

.accordion-content {
    font-size: 18px;
}

.text-muted {
    font-weight: 500;
    font-size: 14px;
    list-style: 160%;
    color: #686868;
}

.qtext {
    text-align: center;
    margin-bottom: 0px;
    color: #070626;
    font-weight: 600;
    font-size: 24px;
    line-height: 54px;
}