@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
        
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    
}

p{
    line-height: 1.6rem;
    font-family: 'Montserrat';
}

h1, h2, h3, h4, h5{
    font-family: 'Montserrat';
}



.banner-app {
    padding-top: 170px;
    padding-bottom: 60px;
}

.container-app {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}


.banner-app .heading-app {
    font-size: 43px;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
  
}

.heading-app{
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    line-height: 60px;
}

.heading-app-2{
    font-size: 50px;
}


.highlight-app {
    background: linear-gradient(90deg, #5f3dc4, #d6336c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.description-app {
    font-size: 20px;
    color: #555;
    margin-top: 10px;
    line-height: 1.6;
}

.button-app {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 18px;
    color: #fff;
    background-color: #2E368E;
    text-decoration: none;
    font-family: 'Montserrat';
    border-radius: 5px;
    transition: background 0.3s ease;
}

.button-plan{
    font-size: 15px!important;
    width: 100%;
    border-radius: 50px;
}

.problem-solution-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 50px;
}

.problem-solution-box {
    flex: 1;
    background: linear-gradient(90deg, #5f3dc4, #d6336c);
   
    padding: 30px;
    color: white;
    border-radius: 8px;
    text-align: left;
    max-width: 50%;
}

.problem-solution-box h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.problem-solution-box p {
    font-size: 18px;
    line-height: 1.6;
}

.platforms-section {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.platforms-section .heading-app {
   margin: auto;
    margin-bottom: 20px;
    max-width: 60%;
  
}

.platforms-section .description-app {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 60%;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 50px;
}

.platforms-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.platform-box {
    flex: 1;
    background-color: #fff;
    padding: 20px 37px 25px 30px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.platform-box a{
    float: right;
    margin-top: 20px;
}


.platform-box p {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-align: left;
    line-height: 1.6;
}

.cta-app{
    max-width: 955px!important;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 100px;
}

.cta-app .heading-app{
 
    /* max-width: 55%;
  margin: auto; */
    margin-bottom: 20px;
}

.app-img {
    margin-top: 70px;
}

.app-img img{
    width: 200px;
}

.flex{
    display: flex;
    gap: 30px;
}

.wapp-33{
    width: 33%;
}

.wapp-50{
    width: 50%;
}

.wapp-60{
    width: 60%;
}
.subhead-app{
    font-size: 40px;
    margin: 0;
}

.twocol{
    padding-bottom: 80px;
}

.twocol h2{
    color: #555;
    font-size: 20px;
    font-weight: 600;
}

.twocol .heading-app{
    font-size: 40px;
    margin: 0;
    line-height: 1.3em;
}

.cta-text-two{
    padding-top: 110px;
}


.cta-text-two h3{
    font-size: 24px;
}

.image-box-app img{
    width: 100%;
}

.des-app2{
    max-width: 66%;
    margin: auto;
    margin-top: 20px;
}


.head-section{
    text-align: center;
    max-width: 60%;
    margin-bottom: 60px;
}


.header-app {
padding: 20px 30px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

.logo img {
width: 200px;
}

.nav-menu {
display: flex;
gap: 20px;
}

.nav-menu a {
text-decoration: none;
color: #333;
font-size: 16px;
}

.nav-menu a:hover {
color: #2E368E;
}

.contact a {
text-decoration: none;
color: #2E368E;
font-weight: bold;
}

.contact a:hover {
text-decoration: underline;
}

/* Menu toggle button */
.menu-toggle {
display: none;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
}


.form-container {
    max-width: 1000px;
    padding: 0 20px;
    margin: auto;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 70px;
    font-family: Arial, sans-serif;
}
.form-title {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    background: linear-gradient(90deg, #5f3dc4, #d6336c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.form-paragraph{
    font-size: 20px;
    font-weight: bold;
    width: 70%;
    margin: auto;
    margin-bottom: 15px;
}

.sub-form-title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #2E368E;
    margin-bottom: 15px;
}

.form-paragraph{
    text-align: center;
}
.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.form-row-single {
    display: block;
    margin-bottom: 15px;
}
.form-group {
    flex: 1;
    overflow: hidden;
    width: 100%;
}
.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    color: #333;
}
.form-input, .form-textarea {
    width: 100%;
    padding: 15px;
    background-color: #f8f5f5;
    border: 0;
    color:black;
    border-radius: 5px;
    font-size: 14px;
}
.form-textarea {
    height: 100px;
    resize: none;
}
.form-button {
    padding: 10px;
    background: #2E368E;
    color: white;
    font-family: 'Montserrat';
    border: none;
    border-radius: 5px;
    width: 200px;
    cursor: pointer;
    font-size: 16px;
}


.other-contact{
    text-align: center;
}

.other-contact h2{
    font-size: 30px;
    color: #9C0001;
}

.other-contact h4{
    color: #2E368E;
}



.filters-head{
    margin-top: 15px;
}
.search-bar {
width: 30%;
}
.search-bar input {
    width: 92%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.filters {

}
.filters button {
    background: #e0e0e0;
    border: none;
    padding: 10px 15px;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.articles {
    display: grid;
    margin-top: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.card {
    background: white;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.content {
    padding: 10px 0;
}
.content h2 {
    font-size: 18px;
    margin: 10px 0;
}
.content p {
    font-size: 14px;
    color: #555;
}
.meta {
    font-size: 12px;
    color: gray;
    margin-bottom: 20px;
}

.card a{
    color: blue;
    text-decoration: none;
}


.vision-problem h2{
font-size: 22px;

}

.vision-problem ul {
    line-height: 30px;
}

.twocol-space{
    padding-top: 100px;
    padding-bottom: 100px;
}


.bg-cta-vision{
    background: linear-gradient(90deg, #5f3dc4, #d6336c);
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}


.faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.question {
    font-weight: bold;
    color: #333;
}
.answer {
    margin-top: 5px;
    color: #555;
}

.pricing-table{
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
    margin-top: 40px;
    padding-bottom: 60px;
}

.plan{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 25px;
    border-radius: 25px;
}

.plan-title{
    font-weight: 500;
    text-align: center;
    margin-top: 0;
}

.plan-price{
    text-align: center;
}

.cancel{
    text-align: center;
}

.plan-month{
    font-size: 12px!important;
    font-weight: 400;
}

.cancel{
    font-size: 14px;
}

.plan ul{
    
    font-family: 'Montserrat';
    padding-top: 15px;
}

.plan ul li{
    margin-top: 10px;
    font-size: 14px;
}

.plan p{
    font-size: 14px;
}

@media screen and (max-width: 768px) {
.header-app{
flex-direction: row!important;
}

.menu-toggle {
display: block;
}

.nav-menu {
display: none;
flex-direction: column;
position: absolute;
top: 100%;
right: 0;
background: white;
width: 100%;
gap: 0;
padding: 15px 0;
text-align: center;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-menu a {
display: block;
padding: 10px;
}

.nav-menu.show {
display: flex;
border-top: 1px solid gray;
}


.contact{
display: none;
}
}






@media (max-width: 768px) {
    .banner-app {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .heading-app {
        font-size: 25px;
        line-height: 2rem;
    }
    .banner-app .heading-app{
        font-size: 35px;
        line-height: 2.6rem;
    }

    .subhead-app{
        font-size: 25px;
    }

    .button-app {
        font-size: 16px;
        margin-top: 12px;
    }

    .description-app {
        font-size: 16px;
    }
    
    .problem-solution-section{
        flex-direction: column;
    }

    .problem-solution-box {
         max-width: 100%!important;
    }

    .problem-solution-box h2 {
        font-size: 20px;
    }

    .problem-solution-box p {
        font-size: 16px;
    }

    .platforms-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .platforms-section .heading-app {
        font-size: 30px;
        max-width: 100%;
    }

    .platforms-section .description-app {
        font-size: 16px;
        max-width: 100%;
    }

    .platforms-grid{
        flex-direction: column;
    }

    .platform-box {
        flex: 1 1 100%;
        padding: 7%!important;
    }

    .cta-app{
        padding-top: 0px;
    }

    .cta-app .heading-app {
        font-size: 30px;
        max-width: 100%;
    }

    .app-img{
        margin-top: 40px;
    }

    .app-img img {
        width: 130px;
    }

    .flex{
        flex-direction: column;
    }

    .wapp-50{
    width: 100%;
    
}

.des-app2{
    max-width: 100%;
}

.wapp-60{
    width: 100%;
}
.twocol .heading-app{
    font-size: 25px;
}

.cta-text-two{
    padding-top: 60px;
}


.form-title {
    font-size: 25px;
    
}

.form-paragraph{
    font-size: 14px;
    width:  100%;
    font-weight: 400;
}

.cta-text-two h3{
    font-size: 18px;
}

.other-contact h2{
    font-size: 25px;
}

.search-bar{
    width: 100%;
}

.twocol-space{
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-cta-vision {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wapp-33{
    width: 100%;
}

}