
html {
    scroll-padding-top: 100px; /* height of sticky header */
    scroll-behavior: smooth;
}


body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(-90deg, #FFE3FE 0%, #FFFFFF 100%); /* AliceBlue */
    color: #1E3A8A; /* A darker blue from the palette for text */
    scroll-behavior: smooth;
}        .gradident-bak {
    background: linear-gradient(-90deg, #FFE3FE 0%, #FFFFFF 100%);
}
.gradient-text-blue {
    background: linear-gradient(90deg, #0EA5E9, #2DD4BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gradient-text-pink {
    background: linear-gradient(180deg, #FF7493, #FF4457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.chart-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    max-height: 500px;
}
@media (min-width: 768px) {
    .chart-container {
        height: 500px;
    }
}

.hero-bg {


    background-color: #FBB7C2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23FF4457' stroke-width='70.9' stroke-opacity='0' %3E%3Ccircle fill='%23FBB7C2' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fcb3bf' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23fcb0bc' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23fdacba' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23fda8b7' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23fda4b4' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23fea1b1' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23fe9dae' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23fe99ac' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23fe95a9' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23ff91a6' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23ff8da3' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23ff89a1' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23ff859e' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23ff819b' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23ff7d98' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23ff7896' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23FF7493' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}
/* .hero-bg::before {
    content:'';



    content: '';
    height: 100px;
    margin-top: -100px;
    width: 100%;
    display: block;
    mask-image: linear-gradient(transparent, #000);
    position: absolute;
    top: 0;
    opacity: 50;
    background-color: #FBB7C2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23FF4457' stroke-width='70.9' stroke-opacity='0' %3E%3Ccircle fill='%23FBB7C2' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23fcb3bf' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23fcb0bc' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23fdacba' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23fda8b7' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23fda4b4' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23fea1b1' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23fe9dae' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23fe99ac' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23fe95a9' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23ff91a6' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23ff8da3' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23ff89a1' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23ff859e' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23ff819b' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23ff7d98' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23ff7896' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23FF7493' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
} */

/* Custom scrollbar for a smoother look */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #c084fc; /* purple-400 */
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a855f7; /* purple-500 */
}


.layout {
    display: flex;
    padding-top: 100px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.logo-image > img {
    width: 300px;
    height: 300px;
}
.text {
    color: #1d1d1d;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 38.4px */
}
.caption {
    color: var(--font---font-color-sub, #323232);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.query-form {
    max-width: 800px;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
input {
    display: flex;
    min-width: 240px;
    padding: var(--sds-size-space-300) var(--sds-size-space-400);
    align-items: center;
    align-self: stretch;
}
textarea {
    display: flex;
    min-width: 240px;
    min-height: 80px;
    padding: 12px 16px;
    align-items: flex-start;
    align-self: stretch;
}
input,
textarea,
button, input, optgroup, select, textarea {
    padding: 12px 16px !important;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background: #fff;
}
input::placeholder,
textarea::placeholder {
    font-family: "IBM Plex Sans", sans-serif;
    color: #b3b3b3;
}
.bottom-text {
    color: var(--font---font-color-sub, #323232);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
button {
    color: #fff;
    background: #ff7493;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    width: 100%;
    border: none;
}
form .mandatory-fields {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.mandatory-fields input {
    flex-grow: 1;
}
footer {
    text-align: right;
    color: #575757;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-icons {
    display: flex;
}
.social-icons img {
    height: 25px;
    width: 25px;
}
@media only screen and (max-width: 650px) {
    .social-icons {
        width: 100%;
        justify-content: center;
    }
    footer div {
        margin: 0 auto;
    }
}
