.custom-btn {
    border-radius: 8px !important;
    background: black;
    color: white !important;
}

.gradient-background {
    --bs-bg-opacity: 1;
    background: linear-gradient(360deg, rgba(120, 86, 255, var(--bs-bg-opacity)), white) !important;
}

.margin-top-400 {
    margin-top: 400px !important;
}

.top-heading-line {
    background: #fff6ff !important;
    border-bottom: 1px solid #E6D8EA !important;
}

.top-heading-line .container {
    display:flex;
    justify-content: space-between;
}

.small-icon-img {
    width: 12px;
    height: 12px;
}

.top-right-section {

}

.top-heading-line a {
    color: #130E0D !important;
    border: none !important;
    opacity: 0.7;
}

.heading-tag {
    color: #7856FF !important;
    border-bottom: 3px solid #7856FF;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(to bottom, rgba(120, 86, 255, 0), rgba(120, 86, 255, 0.3)) !important;
}

.line-height-1-5 {
    line-height: 1.5 !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.margin-neg-150 {
    margin-top: -150px !important;
}


.comparison-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 20px;
}

.separator-img {
    width:min-content;
}

.comparison-div-section {
    display: flex;
    gap:20px;
}
.comparison-content {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    border: 1px solid #DADAF1;
    border-radius: 5px;
    max-width: 500px;
    max-height: 618px;
    overflow: hidden;
    display: flex;
    gap: 10px !important;
    flex-direction: column;
}

.bottom-img {
    margin-top: 40px;
}

.top-img {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 70px;
}

.gradient-background-bottom-to-top {
    --bs-bg-opacity: 1;
    background: linear-gradient(360deg, rgba(120, 86, 255, var(--bs-bg-opacity)), white) !important;
}

.footer-heading-size {
    font-size: 28px !important;
}