@-webkit-keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill {
    from {
        display: block;
    }
}

@-webkit-keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

@keyframes mui-auto-fill-cancel {
    from {
        display: block;
    }
}

body {
    background-color: var(--bg-color-main);
}

html {
    scroll-behavior: smooth;
  }


/*UPDATE - add to PA, NPP, etc*/

input{ font-family: "Poppins", system-ui;}
textarea {font-family: "Poppins", system-ui;font-size: 18px; font-weight: 500;
}
.ps-field input { font-size: 18px; font-weight: 500;
}

select {
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    font-family:  "Poppins",system-ui;font-size: 18px; font-weight: 500;
}

/*End UPDATE */



a {text-decoration: none;
}
a:visited, a:active {
    color: var(--color-primary-dark);
}

footer a:visited, footer  a:active {
    color:var(--text-footer);
}

@media (max-width: 767px) { 
    .d-block {
        display: block;
    }
    }
    @media (min-width: 768px) {
    .d-md-none {
        display: none;
    }  
    } 

.css-3krett {
    padding: 15px 0;
    background: var(--top-bar);
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.10);
}

.css-frnt3s {
    width: 100%;
    max-width: 1200px;
    padding: 0 12px;
    margin: 0 auto;
}

.css-fkxj74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.css-11eyuz6 {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    text-align: left;
}

@media (max-width: 767px) {
    .css-11eyuz6 {
        text-align: center;
    }
}

.css-1lnrx9k {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-color: rgba(25, 118, 210, 0.4);
    display: inline-block;
    line-height: 1;
}

.css-1lnrx9k:hover {
    text-decoration-color: inherit;
}

.css-1cy26px {
    margin: 0;
    font: inherit;
    display: inline-block;
    line-height: 1;
}
.css-1cy26px img {
    width:265px;
}

.css-1cy26px:hover {
    text-decoration-color: inherit;
}

.css-1yiz2lt {
    padding: 84px 0 189px;
    background-image: var(--panel-gradient), var(--panel-image);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: top;
    background-position: top;
}

@media (max-width: 1260px) {
   .css-1cy26px { margin-left:15px;}
}

@media (max-width: 767px) {
    .css-1yiz2lt {
        padding: 15px 0 135px;
    }
    .css-3krett { 
        padding: 5px 0;
    }
    .css-1cy26px img {
        width:240px;}

    .css-1cy26px {
        margin-left: -8px;  
    }
}

.css-1rjjzwh {
    width: 100%;
    max-width: 1258px;
    padding: 0 12px;
    margin: 0 auto; 
}
  
.css-16wondw {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
}

.gridset {
    width:50%;
    padding: 0 30px 18px 0;
}
@media (max-width: 767px) {
    .gridset { 
     width:auto;
     padding:0 0 10px 0;
}
}

.css-8ho9og {
    padding: 29px 10px;
    max-width: 984px;
    margin: 0 auto 30px;
}

.css-1dwt8re {
    margin: 0;
    letter-spacing: 0.00938em;
    color: var(--text-title);
    text-shadow: 6px 3px 6px #f0fff8;
    font-family: "Poppins", system-ui;
    font-size: 54px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 575px) {
    .css-1dwt8re {
        font-size: 30px;
        line-height: 1.2;
    }
    .css-8ho9og {
        padding: 20px 10px;
        margin: 0 auto 20px;
    }
}

.css-5fvaaz {
    position: relative; 
    z-index: 0;
}

.top-icon {
    display: block;
    width:74px; 
}

.css-ujx85t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .css-ujx85t {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }
    .top-icon {
        width:58px; 
    }
}

.css-15la3i8 {
    padding: 7px 4px;
    margin: 0 25px 12px;
    display: flex;
    /* place-content: space-evenly; */
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .css-15la3i8 {
        padding: 5px 10px;
        width:50%;
        margin:0;
        text-align: center;
        /*
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
    }
}

.css-121qlen {
    margin: 0;
    margin-top:15px;
    color: var(--text-title);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
}

@media (max-width: 1260px) {
    .css-121qlen {
        font-size: 16px;
        line-height: 1.2;
    }
}

.css-1baz4dm {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    margin-right: 10px;
    color: var(--text-title);
}

.css-6gnqd {
    margin-top: -151px;
}

.css-7rlina {
    padding: 50px 50px;
    width: 70%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 38px 0 38px 38px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.10);
}

@media (max-width: 767px) {
    .css-7rlina {
        width:auto;
        padding: 30px 30px;
    }
}

.css-1g6d40w {
    margin: 0;
    letter-spacing: 0.00938em;
    color: var(--color-text);
    font-family: "Poppins", system-ui;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .css-1g6d40w {
        font-size: 28px;
        margin-bottom:15px;
    }
}

.css-1bcnyal {
    color:var(--color-primary);
}

.css-wa1jsi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 582px;
    margin: 0 auto 0;
}

.css-mfd8fj {
    margin: 0;
    letter-spacing: 0.00938em;
    color: var(--color-text);
    font-family: "Poppins", system-ui;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 5px;
}

.css-1ap9aj7 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    width: calc(100% - 282px);
    position: relative;
}

@media (max-width: 767px) {
    .css-1ap9aj7 {
        width: 100%;
        margin-bottom: 15px;
    }
}

.css-15wtdb2 {
    position: absolute;
    width: 27px; 
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.css-wikliq {
    padding: 12px 15px 12px 45px;
    min-height: 55px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: var(--bg-input);
}

.css-wikliq .MuiInputBase-input {
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #909090;
    padding: 0px;
}

.css-wikliq::-webkit-input-placeholder {
    color: #909090;
    opacity: 1;
}

.css-wikliq::-moz-placeholder {
    color: #909090;
    opacity: 1;
}

.css-wikliq:-ms-input-placeholder {
    color: #909090;
    opacity: 1;
}

.css-wikliq::placeholder {
    color: #909090;
    opacity: 1;
}

.css-wikliq fieldset {
    display: none;
}

.css-5pk698 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    padding: 12px 15px 12px 45px;
    min-height: 55px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: var(--bg-input);
}

.css-5pk698 .MuiInputBase-input {
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    color: #909090;
    padding: 0px;
}

.css-5pk698::-webkit-input-placeholder {
    color: #909090;
    opacity: 1;
}

.css-5pk698::-moz-placeholder {
    color: #909090;
    opacity: 1;
}

.css-5pk698:-ms-input-placeholder {
    color: #909090;
    opacity: 1;
}

.css-5pk698::placeholder {
    color: #909090;
    opacity: 1;
}

.css-5pk698 fieldset {
    display: none;
}

.css-1v4ccyo {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}

.css-1v4ccyo.Mui-disabled {
    color: rgba(0, 0, 0, 0.38);
    cursor: default;
}

.css-1v4ccyo:hover .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.87);
}

@media (hover: none) {
    .css-1v4ccyo:hover .MuiOutlinedInput-notchedOutline {
        border-color: rgba(0, 0, 0, 0.23);
    }
}

.css-1v4ccyo.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #1976d2;
    border-width: 2px;
}

.css-1v4ccyo.Mui-error .MuiOutlinedInput-notchedOutline {
    border-color: #d32f2f;
}

.css-1v4ccyo.Mui-disabled .MuiOutlinedInput-notchedOutline {
    border-color: rgba(0, 0, 0, 0.26);
}

.css-1x5jdmq {
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}

.css-1x5jdmq::-webkit-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1x5jdmq::-moz-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1x5jdmq:-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1x5jdmq::-ms-input-placeholder {
    color: currentColor;
    opacity: 0.42;
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.css-1x5jdmq:focus {
    outline: 0;
}

.css-1x5jdmq:invalid {
    box-shadow: none;
}

.css-1x5jdmq::-webkit-search-decoration {
    -webkit-appearance: none;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq::-webkit-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq::-moz-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq:-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq::-ms-input-placeholder {
    opacity: 0 !important;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq:focus::-webkit-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq:focus::-moz-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq:focus:-ms-input-placeholder {
    opacity: 0.42;
}

label[data-shrink=false]+.MuiInputBase-formControl .css-1x5jdmq:focus::-ms-input-placeholder {
    opacity: 0.42;
}

.css-1x5jdmq.Mui-disabled {
    opacity: 1;
    -webkit-text-fill-color: rgba(0, 0, 0, 0.38);
}

.css-1x5jdmq:-webkit-autofill {
    -webkit-animation-duration: 5000s;
    animation-duration: 5000s;
    -webkit-animation-name: mui-auto-fill;
    animation-name: mui-auto-fill;
}

.css-1x5jdmq:-webkit-autofill {
    border-radius: inherit;
}

.css-19w1uun {
    border-color: rgba(0, 0, 0, 0.23);
}

.css-igs3ac {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}

.css-ihdtdm {
    float: unset;
    width: auto;
    overflow: hidden;
    padding: 0;
    line-height: 11px;
    -webkit-transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: width 150ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}

.check-bdy {  
    display: inline-block;
    width:23px;
    margin-bottom: -2px;
    margin-right:5px;
}

@media (max-width: 767px) {
    .css-o3bzrp {
        max-width: 100%;
        margin-left: 0px;
    }
}

.css-2i2sy2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-text-decoration: none;
    text-decoration: none;
    min-width: 64px;
    padding: 6px 16px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: var(--color-primary);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-primary-text);
    letter-spacing: 0;
    text-transform: capitalize;
    background: var(--color-primary); 
    padding: 10px 20px;
    border: 1px solid var(--color-primary-border); 
    border-radius: 10px;
    box-shadow: none;
    min-height: 55px;
    width: 100%;
    max-width: 272px;
    margin-left: 10px;
}

.css-2i2sy2::-moz-focus-inner {
    border-style: none;
}

.css-2i2sy2.Mui-disabled {
    pointer-events: none;
    cursor: default;
}

@media print {
    .css-2i2sy2 {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.body-button {
    font-weight: 600;
    color:var(--color-primary);
    background: var(--color-primary-text); 
    padding: 8px 18px;
    border: 3px solid var(--color-primary-border); 
    margin: 18px 0px;
} 

.css-2i2sy2:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #1565c0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.body-button:hover{
    color:var(--color-primary-dark);
    background-color: var(--color-primary-text) !important; 
    border: 3px solid var(--color-primary-dark); 
}

@media (hover: none) {
    .css-2i2sy2:hover {
        background-color: #1976d2;
    }
}

.css-2i2sy2:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.css-2i2sy2.Mui-focusVisible {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.css-2i2sy2.Mui-disabled {
    color: rgba(0, 0, 0, 0.26);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12);
}

.css-2i2sy2:hover {
    box-shadow: none;
    background: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

@media (max-width: 767px) {
    .css-2i2sy2 {
        max-width: 100%;
        margin-left: 0px;
    }
}
    /*- Animation Button- */
    .btn {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        background-color: var(--color-primary);
        color: white; 
        transition: color 1.5s ease;
    }

    .btn-border-reveal:hover {
        background-color: var(--color-primary-hover);
    }

    .btn-border-reveal::after {
        content: "";
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        background-color:var(--color-primary-dark);
        transition: width 0.8s ease;
        z-index: 0;
        /* Under the text */
    }

    .btn-border-reveal.clicked::after {  
        width: 100%;
    }

    /* Text wrapper to stay on top */
    .btn-border-reveal span {
        position: relative;
        z-index: 1;
    }

.body-button {
    display: block;
    margin:0 auto;
    max-width: 75%;
    margin-top: 25px;
}
/*- End Animation -*/

.css-1dlmw6c {
    padding: 50px 0 44px;
}

.css-1xn3edc {
    margin-bottom: 30px;
    margin-top: 45px;
}

.css-txxrwi {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}

@media (max-width: 767px) {
    .css-txxrwi {
        font-size: 20px !important;
        line-height: 1.2;
    }
    .css-1xn3edc {
        margin-bottom: 0px;
        margin-top: 45px;
    }
}

.css-ttcz2f {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}
.rsltpg .fback { 
    padding: 28px;
    line-height: 1.3; 
}
.rsltpg .fback a{
    color: var(--color-primary);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .css-ttcz2f {
        font-size: 22px;
    }
    .rsltpg .css-ttcz2f {
        font-size: 14px;
        line-height: 1.3;
        margin-top: 2px;
        padding: 10px;
        text-align: center;
    }
    .rsltpg .css-txxrwi {
        font-size: 21px !important;
        line-height: 1.2;
}
    .rsltpg .fback {
        padding: 28px;
        font-size: 19px;
        line-height: 1.3; 
    }
}

/*Loading modal*/
.lds-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15rem;
  }
  
  .lds-ellipsis {
    color: var(--color-primary);
  }
  
  .lds-ellipsis,
  .lds-ellipsis div {
    box-sizing: border-box;
  }
  
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 96px;
    height: 96px;
  }
  
  .lds-ellipsis div {
    position: absolute;
    top: 40px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: currentColor;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
    opacity: 0.3;
  }
  
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
    opacity: 0.7;
  }
  
  .lds-ellipsis div:nth-child(3) {
    left: 34px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  
  .lds-ellipsis div:nth-child(4) {
    left: 60px; 
    animation: lds-ellipsis3 0.6s infinite;
    opacity: 0.2;
  }
  
  @keyframes lds-ellipsis1 {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
  }
  
  @keyframes lds-ellipsis2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(26px, 0); } /* closer translation */
  }
  
  @keyframes lds-ellipsis3 {
    0% { transform: scale(1); }
    100% { transform: scale(0); }
  }


.css-6gkdkp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -12px;
}

.css-7blq {
    padding: 0px 12px;
}

.css-1o85dp9 {
    padding: 0px 12px;
}

@media (max-width: 767px) {
    .css-1o85dp9 {
        display: none;
    }
}

.css-1nrqn4x {
    padding: 60px 0px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .css-1nrqn4x {
        padding: 30px 0;
        background-color: #fff;
    }
    }

.css-1narzhh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.css-t2u2j9 {
    width: 100%;
    max-width: 50%;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .css-t2u2j9 {
        max-width: 100%;
    }
    .zhh1 {
        flex-direction: column-reverse;
    }
}

.css-hb5itp {
    max-width: 550px;
    margin-right: auto;
    position: relative;
}

.css-hb5itp img {
    max-width: 430px;
    border-radius: 20px;
}

.css-hb5itp::after {
    content: url(../images/star-ico.svg);
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: -20px;
    right: 4%;
    z-index: 2;
}

@media (max-width: 767px) {
    .css-hb5itp {
        max-width: 100%;
        margin-bottom: 30px;
        
    }
    .css-hb5itp::after {
        bottom: -40px;
    }
    .css-hb5itp img {
        max-width: 330px;
    }
}

.css-i17md {
    max-width: 550px;
    margin-left: auto;
    position: relative;
}
.css-i17md img {
max-width: 430px;
border-radius: 20px;
}

.css-1m7zqac {
    position: relative;
}
.css-1m7zqac::after {
    content: url(../images/star-ico.svg);
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    bottom: -20px;
    left: 9%;
    z-index: 2;
}

@media (max-width: 767px) {
    .css-i17md {
        max-width: 100%;
    }
    .css-1m7zqac::after {
        bottom:-37px;
    }
    .css-i17md img {
        max-width: 330px;
        border-radius: 20px;
        }
}

.css-yftsim {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 3.75rem;
    line-height: 1.2;
    letter-spacing: -0.00833em;
    color: var(--text-title);
    font-family: "Poppins", system-ui;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .css-yftsim {
        font-size: 26px;
        margin-top:25px;
    }
}

.css-1jipycp {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .css-1jipycp {
        font-size: 18px;
        line-height: 30px;
    }
}

.css-8weeu1 {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    .css-8weeu1 {
        font-size: 18px;
        line-height: 30px;
    }
}

.css-vuszud {
    width: 100%;
    max-width: 50%;
    padding: 0 12px;
}

@media (max-width: 767px) {
    .css-vuszud {
        max-width: 100%;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.css-dd9ykk {
    max-width: 550px;
    margin-right: auto;
}

@media (max-width: 767px) {
    .css-dd9ykk {
        max-width: 100%;
    }
}

.css-1m7zqac {
    width: 100%;
    max-width: 50%;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .css-1m7zqac {
        max-width: 100%;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }
}

.css-mrshpo {
    padding: 95px 15px;
}

.css-nnw3yv {
    margin: 0;
    color: var(--text-title);
    font-family: "Poppins", system-ui;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .css-nnw3yv {
        text-align: center;
    }
}

.css-1brv6lg {
    margin: 0;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.css-1924gyo {
    margin: 0;
    color: var(--color-text-dark);
    font-family: "Poppins", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.css-1cmkecm {
    padding: 25px 0;
    background: var(--bg-footer);
}

.css-iy59af {
    width: 100%;
    max-width: 100%;
    padding: 0 12px;
    text-align: center;
}

.css-17rn7m {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 10px;
}

.css-ci3sp7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    width: auto;
    margin: 6px 15px;
}

.css-ci3sp7.Mui-focusVisible {
    background-color: rgba(0, 0, 0, 0.12);
}

.css-ci3sp7.Mui-selected {
    background-color: rgba(25, 118, 210, 0.08);
}

.css-ci3sp7.Mui-selected.Mui-focusVisible {
    background-color: rgba(25, 118, 210, 0.2);
}

.css-ci3sp7.Mui-disabled {
    opacity: 0.38;
}

@media (max-width: 767px) {
    .css-ci3sp7 {
        margin: 0 15px;
    }
}

.css-1tcjpox {
    margin: 0;
    font: inherit;
    font-family: "Poppins", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
}

.css-1tcjpox:hover {
    text-decoration-color: inherit;
}

.css-1tcjpox:hover {
    color: #ffffff;
}

@media (max-width: 767px) {
    .css-1tcjpox {
        font-size: 14px;
    }
}

.css-huzvfi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    width: auto;
    margin: 6px 0px;
}

.css-huzvfi.Mui-focusVisible {
    background-color: rgba(0, 0, 0, 0.12);
}

.css-huzvfi.Mui-selected {
    background-color: rgba(25, 118, 210, 0.08);
}

.css-huzvfi.Mui-selected.Mui-focusVisible {
    background-color: rgba(25, 118, 210, 0.2);
}

.css-huzvfi.Mui-disabled {
    opacity: 0.38;
}

@media (max-width: 767px) {
    .css-huzvfi {
        margin: 0 0px;
    }
}

.css-1aaf32z {
    font-family: "Poppins", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--bg-color-main);
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
}

@media (max-width: 767px) {
    .css-1aaf32z {
        font-size: 14px;
    }
}

.css-10kn7d2 {
    margin: 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--text-footer);
    font-family: "Poppins", system-ui;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
} 

@media (max-width: 767px) {
    .css-10kn7d2 {
        font-size: 14px;
    }
}

/*services section*/
.css-bspt {
    padding: 70px 0px;
    background-color:#f9fafb;
}

.css-fftsim {text-align: center;
    margin: 0;
    color: var(--text-title);
    font-family: "Poppins", system-ui;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.css-ptpz2f {
    margin: 0;
    margin-bottom:3rem;
    line-height: 1.3;
    font-family: "Poppins", system-ui;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;}

.css-fnsiw {
    margin: 0;
    margin-bottom:3rem;
    margin-top: 1rem;
    line-height: 1.3;
    color:  var(--text-sub);
    font-family: "Poppins", system-ui;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;}

.service-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.service {
    flex: 1 1 calc(33% - 20px); /* 4 per row */
    box-sizing: border-box;
    text-align: center;
}

.service img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}
.service p {
    margin: 0;
    margin-top: 15px;
    color: var(--text-title);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Poppins", system-ui;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
}  

.highlight1 {
    font-weight: 600;
    color:var(--text-highlight); 
}


@media (max-width: 768px) {
    .css-bspt {
        padding: 40px 0px;
    }
    .service {
      flex: 1 1 calc(50% - 20px); /* 2 per row */
    }
    .css-fnsiw {
        margin-bottom: 0;
        margin-top: .5rem;
        padding: 0 .7rem;
        line-height: 1.3;
    }
    .css-fftsim {
        font-size: 28px;
    }
    .css-ptpz2f {
        font-size:20px;
        line-height: 1.3;
    }
}
/*services section End*/

/* Container (the flex parent) */
.result-container {
    display: flex;           
    flex-wrap: wrap;        
    gap: 1rem;               
    align-items: flex-start;
    /* optional: justify-content: space-around; or space-between, etc. */
  }
  /* Each individual â€œboxâ€ or â€œcardâ€ */
  .resultbox {
    box-sizing: border-box;  
    width: 100%;
    max-width: 32%;
    padding: 23px 17px;
    background-color: #fff;
    border-radius: 13px 0 13px 13px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 14px;
    margin-bottom: 24px;
    position: relative;
}
  .resultbox-img-wrap {   
    padding: 0px;
    text-align: center;
    margin-bottom: 15px;
}
  .resultbox-img-cont {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    overflow: hidden;
    user-select: none;
    color: rgb(255, 255, 255);
    background-color: rgb(189, 189, 189);
    border: 1px solid rgb(189, 189, 189);
    width: 90px;
    height: 90px;
    border-radius: 50px; 
    margin-left: auto;
    margin-right: auto;
}
 
  .resultbox h2 {
    font-size: ;
    margin-top: 0;         
    margin-bottom: 0.5rem;
    font-family: "Poppins", system-ui;
    font-size: 22px;
    font-weight: 600;
  }

  .resultbox p {
    margin: 0;
    line-height: 1.5;
  }

  .bttnquote {
    display: block;
    margin: 0 auto;
    max-width: 99%;
  }

  /* Expandable Paragraph */
  .expandable {
    width: auto;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
  }

  .expandable input.toggle {
    display: none;
  }

  .expandable .content {
    /* Set a max-height for the collapsed state */
    max-height: 4.3em; /* adjust as needed (3em ~ two lines) */
    overflow: hidden;
    transition: max-height 0.2s ease;
    font-family: "Poppins", system-ui;
  }

  .expandable input.toggle:checked ~ .content {
    max-height: 1000px; 
  }
 
  .toggle-label {
    display: block;
    font-family: "Poppins", system-ui;
    text-align: center;
    margin-top: .2em;
    margin-bottom:.8em;
    padding-top: 3px;
    cursor: pointer;
    text-decoration: none
    user-select: none;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0px -6px 6px #f7f7f7;
  }

  .toggle-label::after {
    content: "Read More +";
    color: var(--color-primary);
  }
  .expandable input.toggle:checked ~ .toggle-label::after {
    content: "Read Less -";
  }
  @media (max-width: 991px) {
    .resultbox { 
        max-width: 48.5%;}     
  }

  @media (max-width: 767px) {
    .result-container {
        display: flex;         
        flex-direction: column;  
        flex-wrap:wrap; 
        gap: 1rem;               
        align-items: flex-start;
        /* optional: justify-content: space-around; or space-between, etc. */
      }
      /* Each individual â€œboxâ€ or â€œcardâ€ */
      .resultbox {
        width: auto;
        max-width:100%;
      }
}

.result-list {
    display: flex;
    flex-direction: column;
    font-family: "Poppins", system-ui;
    margin: 20px 0 20px 0;
}
.list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}
.list-img {
    display: block;
    width:10%;
    text-align: center;
    margin-right: 3px;
}

.list-img img{
    width: 26px;
}

.list-text {
    display: block;
    width:90%;
}

.review-box {
    padding: 18px 12px 12px 12px;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
    margin-bottom: 20px;
}

.review-stats {
    display: inline-flex;
    font-family: "Poppins", system-ui;
    flex-direction: row;
    align-items: center;
    margin-bottom:15px;
    font-size: 14px;
}

.list-stars {
    display: flex;
    width:auto;
    margin-right: 10px;
    align-items: center;
}
.star {
    margin-right: 10px;
}
.star img {
    width:110px;
}

.review-count {
    display: flex;
    width:50%;
}

.review-box .toggle-label {
    display: block;
    font-family: "Poppins", system-ui;
    text-align: center;
    margin-top: .2em;
    margin-bottom:.8em;
    padding-top: 3px;
    cursor: pointer;
    text-decoration: none
    user-select: none;
    border-top: 1px solid #f0f0f0;
    box-shadow: 0px -6px 6px #eeeeee;
  }

    .reviews-carousel {
        position: relative;
        margin-top: 12px;
        padding: 5px 28px; 
        border: 1px solid #eee;
        border-radius: 8px;
        background: #f5f5f5;
        margin-bottom:15px;
    }

    /* holds all review-boxes */
    .reviews-carousel .review-track {
        position: relative;
    }

    .reviews-carousel .review-box {
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
        padding: 0;
        transition: opacity 0.2s ease-in-out;
    }

    .reviews-carousel .review-box.active {
        visibility: visible;
        opacity: 1;
        height: auto;
        overflow: visible;
        padding: 15px 2px 0px 12px;
    }

    .reviews-carousel .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #f4f3f3;
        border: 1px solid #fcfcfc;
        border-radius: 50%;
        width: 29px;
        height: 29px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 16px;
        user-select: none;
        z-index:0;
    }

    .reviews-carousel .arrow.prev {
        left: 4px;
    }

    .reviews-carousel .arrow.next {
        right: 4px;
    }

    .reviews-carousel .toggle { 
        display: none;
    }

    .reviews-carousel .toggle:checked ~ .content {
        max-height: 500px; /* enough for full review text */
    } 

    .reviews-carousel .toggle-label {
        display: block !important;
        margin-top: 5px;
        margin-bottom: .2rem;
        font-size: 14px;
        cursor: pointer;
    }

    .reviews-carousel .toggle-label::before {
        content: "";
    }

    .reviews-carousel .toggle:checked ~ .toggle-label::before {
        content: "";
    }

  .policy {
    display: block;
    font-family: "Poppins", system-ui;
    font-size: 16px;
    line-height: 1.2;
  }

/* CONTACT FORM STYLES */
.contact-form {
    max-width: 1000px;
    margin: 0rem auto;
    padding: 0rem 1.7rem;
    background: #fff;
    font-family: "Poppins", system-ui;
}

.contact-form h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.3rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    background: var(--bg-input);
    font-size: 1rem;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}

.form-feedback {
    margin-top: 1rem;
    text-align: center;
    color: green;
    font-weight: 600;
}

/* Highlight invalid fields */
.contact-form .invalid {
    border-color: #e74c3c !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.3);
}

/* Optional: Remove highlight as soon as user corrects it */
.contact-form input:valid,
.contact-form textarea:valid {
    border: 1px solid #E6E6E6;
    box-shadow: none;
}
