:root {
    --blue: #663399;
    --dark-blue: #1E88E5;
    --red: #F44336;
    --dark-red: #D32F2F;
    --moon-grey: #f2f2f2;
    --icon-red: #da4453;
    --icon-orange: #f47750;
    --icon-yellow: #fdbc4b;
    --icon-green: #2ecc71;
    --icon-blue: #1d99f3;
    --icon-violet: #9b59b6;
}

a {
    text-decoration: none !important;
  }
/* header css  */
.nav-item .nav-link {
    font-size: 1rem;
    color: #6747c7;
    font-weight: 500;
    padding: 0.3125rem 0.5rem;
}
.nav-item .nav-link:hover{
    opacity: 0.9;
    color: #6747c7bf;
}


/* footer css  */

body{
    font-family: DM Sans,Roboto,sans-serif!important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer {
    background: #fff;
    color: #333;
    padding: 40px 0;
    text-align: left;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-column h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.footer-column p, .footer-column ul, .footer-column a {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #666;
    text-decoration: none;
}

.footer-column ul {
    padding-left: 0;
}

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

.footer-column ul li a {
    color: #fff;
    background-color: #6747c7;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.footer-column ul li a:hover {
    background-color: #6747c7;
}

.footer-column .social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #6747c7;
    font-size: 18px;
    transition: color 0.3s;
}

.footer-column .social-links a:hover {
    color: #d32f2f;
}

@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
    }

    .footer-column {
        min-width: 100%;
        margin-bottom: 20px;
    }
}

.features-list svg{
    height: 39px;
    width: 39px;
    display: inline-block;
    margin-bottom: 12px;
}
.features-list svg path {
    fill: #4986e6;
}
h2.fw-normal{
    font-size: 20px;
    font-weight: bold !important;
}
h1, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: Inter,sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #18113c;
}