*{
    font-family: "Montserrat", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
}
.banner1{
    background-image: url('/assets/images/home/banner1.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner1 p{
    color:#C4C4C4;
}
.featured{
    background-color: #71ECB6;
}
.inputSignUp{
    border-radius: 36px;
    border: none;
    text-align: center;
    padding: 10px;
    width: 500px;
    max-width: 80vw;
}
.thankyoubanner{
    background-color: rgba(1,1,1,1);
    background-image:  linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.8)),url('/assets/images/home/anonymous.png'), linear-gradient(to right, #6DB3F2, #6DB3F2);;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-main{
    padding: 10px 30px;
    border-radius: 36px;

    border: none;
    color:#000;
    background-image: linear-gradient(90deg, rgba(113, 236, 182, 1) 0%, rgba(119, 210, 252, 1) 50%, rgba(113, 236, 182, 1) 100%);
    font-weight: bold;
    text-align: center;
}




.section-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #FFF;
}
.card-custom {
    background-color: #222;
    border: none;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    color: #ccc;
    height: 100%;
}
.card-custom p {
    margin: 0;
}
.highlight-text {
    text-align: center;
    font-size: 1.2rem;
    margin-top: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
}

.info-box {
    background-color: #111;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}
.info-box i {
    font-size: 1.2rem;
    margin-right: 0.75rem;
    color: #fff;
}
.info-box strong {
    margin-right: 0.5rem;
}
.bottom-icon {
    display: block;
    margin: 2rem auto 0;
    width: 60px;
    height: 60px;
}
.accordion-button {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #555;
}
.accordion-body {
    color: #bbb;
    padding-left: 0;
    padding-right: 0;
}
/* Custom plus/minus icons */
.accordion-button::after {
    content: "+";
    font-size: 1.2rem;
    color: #fff;
    background-image: none !important;
    transform: none !important;
}
.accordion-button:not(.collapsed)::after {
    content: "–";
    font-size: 1.5rem;
}
.signup{
    background-image: url('/assets/images/home/bg.png');
    background-color: #2A2A2A;
}


.cta-box {
    background-color: #5fffc2;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    color: #111;
    max-width: 800px;
    margin: 0 auto;
}
.cta-box p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.form-control {
    border-radius: 10px;
    padding: 0.75rem 1rem;
}
.btn-dark-custom {
    background-color: #111;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-dark-custom:hover {
    /*background-color: #000;*/
}