body {
    line-height: 1.6;
}

.content-section,
.employee-content-section {
    width: 80vw;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
    height: auto
}

.background-gradient {
    background: linear-gradient(143deg, #ffffff 0%, #bfe1ff 100%);
}

.background-color {
    background-color: #f2f9ff;
}

.background-image {
    background-image: url(../images/background-image-for-consumer.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.gradient-header {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    gap: 2%;
    flex-direction: column;
}

.text-section ul {
    padding: 0px
}

.main-heading {
    font-weight: 700;
    font-size: 36px;
    margin: 0px 0px 21px 0px;
    line-height: 1.6;
}

.main-text {
    font-size: 20px;
    margin: 3% 0 3% 0;
    font-weight: 500;
    line-height: 1.6;
}

.image-section {
    flex: 1;
    display: flex;
    justify-content: center
}

.image-section img {
    width: 80%;
    height: auto
}

.flex2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
}

.flex {
    gap: 7px;
}

.center {
    text-align: center;
}

.relative {
    position: relative;
}

.margin {
    margin-top: 0px;
}

.absolute {
    position: absolute;
    top: -37px;
}

.secure-button,
.claim-button:hover {
    color: #2969c9;
    border: 2px solid #2969c9;
    background-color: white;
}

.secure-button,
.claim-button {
    border: 2px solid #2969c9;
    padding: 12px 21px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.claim-button,
.secure-button:hover {
    color: white;
    background-color: #2969c9;
}

/*feature*/
.feature-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

.feature-image img {
    width: 12vw;
    height: auto;
}

.traits-main-heading {
    text-align: center;
    font-size: 35px;
    margin: 2% 0
}

.traits-description {
    font-size: 32px;
    line-height: 1.6;
    margin: 1% 0 2% 0;
}

.para-text,
.cards-grid ul li {
    font-size: 18px;
    margin: 1% 0 2%;
    line-height: 1.5
}

/*why qoli*/
.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 10px;
    margin: 10px;
}

.cards-flex {
    padding: 30px 20px 20px 20px;
    margin: 30px 10px 22px 10px;
    border: 2px solid #63aadd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    align-items: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-color: white;
}

.cards-flex:nth-child(1) {
    border: 1px solid #639cab;
}

.cards-flex:nth-child(1) .traits-description {
    color: #639cab;
}

.cards-flex:nth-child(2) {
    border: 1px solid #6aa56e;
}

.cards-flex:nth-child(2) .traits-description {
    color: #6aa56e;
}

.cards-flex:nth-child(3) {
    border: 1px solid #926116;
}

.cards-flex:nth-child(3) .traits-description {
    color: #926116;
}

.cards-flex:nth-child(4) {
    border: 1px solid #9f8757;
}

.cards-flex:nth-child(4) .traits-description {
    color: #9f8757;
}

.cards-flex:nth-child(5) {
    border: 1px solid #72872c;
}

.cards-flex:nth-child(5) .traits-description {
    color: #72872c;
}

.cards-flex:nth-child(6) {
    border: 1px solid #00b8d1;
}

.cards-flex:nth-child(6) .traits-description {
    color: #00b8d1;
}



.cards-flex:hover {
    box-shadow: 0 0 15px 5px rgb(203 233 255);
    transform: translateY(-5px);
}

.cards-grid svg {
    flex-shrink: 0;
    width: 33%;
    height: auto;
    transition: all 0.3s ease;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.cards-flex svg {
    width: 80% !important;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: white;
    box-shadow: 0 0 10px #3986be;
    transition: all 0.3s ease;
}

.cards-grid h3 {
    font-size: 20px;
    margin: 1% 0px;
    font-weight: 700;
    text-align: center;
    color: #3986BE;
    transition: color 0.3s ease;
}

.cards-flex:hover h3 {
    color: #00b8d1;
}

.cards-grid ul {
    list-style-type: none;
    padding: 0px
}

.cards-grid ul li {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.cards-grid ul li img {
    margin-top: 6px;
    width: 16px;
    height: auto;
}

.cards {
    box-shadow: 0 2px 10px rgba(178, 211, 235, 0.3);
    border-radius: 8px;
    padding: 3% 5% 5% 5%;
    border: 1px solid #3986BE;
}

.svg-img {
    width: 25% !important;
}

/*user review*/
.testimonial-card {
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 344px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-card:hover {
    transform: scale(1.05);
}

.testimonial-card p {
    font-size: 18px;
    color: #333;
    margin: 0px 0px 15px;
    flex-grow: 1;
}

.testimonial-img img {
    width: 80px;
    height: auto;
    border-radius: 50%;
    background: #eaebeb;
    box-shadow: 2px 12px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-info {
    width: 100%;
}

.testimonial-info h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
}

.testimonial-info .rating {
    font-size: 16px;
    color: #f39c12;
    margin: 10px 0;
}

.testimonial-slide {
    flex: 0 0 auto;
    width: 20vw;
    margin: 10px;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
    width: 63vw;
}

.carousel-container>.testimonial-slide {
    scroll-snap-align: center;
}

.carousel-prev,
.carousel-next {
    font-size: 30px;
    color: #333;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}


/**/
.call-container {
    width: 65vw;
    display: grid;
    grid-template-columns: 290px 1fr;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}

.call-sidebar {
    width: 285px;
    padding: 20px 0px;
    border-radius: 10px;
}

.call-sidebar ul {
    list-style-type: none;
    padding: 0;
}

.call-sidebar-item {
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.call-sidebar-item svg {
    flex-shrink: 0;
}

.call-sidebar-item:hover,
.call-sidebar-item.active {
    background-color: #d5d6ea;
    border-radius: 50px;
}

.call-main-content {
    margin-left: 20px;
    flex-grow: 1;
}

#call-heading {
    font-size: 24px;
    color: #333;
}

#call-content {
    font-size: 16px;
    margin-top: 20px;
}

#image {
    width: 52%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

/*cta*/
.cta-class {
    padding: 3% 3% 5% 3%;
    text-align: center;
    background: linear-gradient(143deg, #c5deff 0%, #ffffff 100%);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.cta-heading {
    font-size: 30px;
    margin: 2% 0px;
}

.cta-para {
    font-size: 20px;
    margin-bottom: 41px;
}

.cta-class img {
    width: 5%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 13px;
}

.cta-class img:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    border-color: #ff7e5f;
}

/*faq*/
.faq-heading,
.faq-icon {
    text-align: center
}

.faq-item,
.white {
    background: #fff
}

.faq-container,
.faq-item {
    border-radius: 8px;
    overflow: hidden
}


.faq-section {
    margin: 2rem auto;
    padding: 0 20px
}

.faq-item {
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.faq-question {
    padding: 0 10px;
    cursor: pointer;
    transition: background-color .2s;
    background: var(--section-background);
    border: 1px solid var(--section-background);
    border-radius: 10px
}

.faq-question:hover {
    background-color: #e9ecef
}

.faq-question h3 {
    font-weight: 600;
}

.faq-question-content {
    display: flex;
    align-items: center
}

.faq-icon {
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 1rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    min-width: 20px
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s, padding .3s;
    background: var(--section-background)
}

.faq-answer p {
    margin: 0;
    padding: 1.5rem;
    color: #718093;
    line-height: 1.6
}

.faq-item.active .faq-answer {
    max-height: 500px
}

.no-text {
    font-size: 14px;
}

@media(max-width:1532px) and (min-width:1280px) {
    .main-text {
        font-size: 22px
    }

    .traits-description {
        font-size: 23px;
    }

    .para-text,
    .cards-grid ul li {
        font-size: 17px;
    }

}

@media(max-width:1440px) {
    .testimonial-card p {
        font-size: 17px;
    }

    .testimonial-img img {
        width: 70px;
    }

    .testimonial-info .rating {
        font-size: 13px;
        margin: 6px 0;
    }

    .testimonial-slide {
        width: 30vw;
    }

    .testimonial-card {
        height: 323px;
    }

}

@media(max-width:1280px) and (min-width:1024px) {

    .secure-button,
    .claim-button {
        padding: 7px 18px;
        font-size: 15px;
    }

    .main-text,
    .text-section ul li {
        font-size: 18px;
    }

    .main-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .traits-main-heading {
        font-size: 29px;
    }

    .traits-description {
        font-size: 25px;
    }

    .cta-para {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .cta-heading {
        font-size: 26px;
    }

    .para-text,
    .cards-grid ul li {
        font-size: 18px
    }

    .call-sidebar-item {
        padding: 8px;
        font-size: 16px;
    }

    .call-container {
        grid-template-columns: 280px 1fr;
    }

    .testimonial-card {
        height: 379px;
    }
}

@media(max-width:1024px) {

    .secure-button,
    .claim-button {
        padding: 7px 18px;
        font-size: 15px;
    }

    .main-heading {
        margin-bottom: 0px;
    }

    .feature-image img {
        width: 21vw;
    }

    .feature-image {
        gap: 2rem;
    }

    .traits-description {
        font-size: 24px;
    }

    .cards-grid {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-card p {
        font-size: 16px;
    }

    .testimonial-card {
        height: 290px;
    }

    .para-text,
    .cards-grid ul li {
        margin: 4% 0px;
    }

    .call-sidebar-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .call-sidebar {
        width: 97%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 20px 10px;
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .call-sidebar ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
    }

    .call-sidebar-item {
        padding: 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        cursor: pointer;
        margin-right: 20px;
        transition: background-color 0.3s ease, transform 0.3s ease;
    }

    .scroll-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        font-size: 20px;
        padding: 10px;
        cursor: pointer;
    }

    .scroll-button.left {
        left: 10px;
    }

    .scroll-button.right {
        right: 10px;
    }

    .call-container {
        grid-template-columns: 1fr;
    }

    #image {
        width: 87%;
        align-items: center;
        justify-content: center;
        display: flex;

    }

    .call-main-content {
        margin-left: 0px;
    }

    .cta-class img {
        width: 7%;
    }

}

@media(max-width:1024px) and (min-width:860px) {
    .main-heading {
        font-size: 28px;
        margin: 0px 0px 10px 0px;
    }

    .main-text {
        font-size: 18px;
        margin: 1% 0;
        font-weight: 500;
    }

    .traits-main-heading {
        font-size: 29px;
    }

    .traits-main-heading {
        font-size: 29px;
    }

    .cta-para {
        font-size: 18px;
        margin-bottom: 33px;
    }

    .cta-heading {
        font-size: 24px;
    }

    .para-text,
    .cards-grid ul li {
        font-size: 18px;
    }

    .testimonial-card {
        height: 335px;
    }

    .testimonial-card p {
        font-size: 15px;
    }

    .testimonial-info h4 {
        font-size: 15px;
    }
}

@media(max-width:860px) {
    .cards-grid h3 {
        font-size: 16px;
    }

    .testimonial-slide {
        width: 61vw;
    }

    .testimonial-card {
        height: 195px;
    }

    .content-section,
    .employee-content-section {
        width: 85vw;
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    #call-heading {
        font-size: 18px;
    }

}

@media (max-width:860px) and (min-width:640px) {
    .main-heading {
        font-size: 22px
    }

    .main-text {
        font-size: 18px
    }

    .traits-main-heading {
        font-size: 27px
    }

    .traits-main-heading {
        font-size: 27px
    }

    .cards-grid svg {
        width: 33%;
    }

    .cta-para {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .cta-heading {
        font-size: 24px;
    }

    .para-text,
    .cards-grid ul li {
        font-size: 16px
    }

    .testimonial-card {
        height: 225px;
    }
}

@media(max-width:640px) {

    .secure-button,
    .claim-button {
        padding: 5px 15px;
        font-size: 12px;
    }

    .main-heading {
        font-size: 20px;
    }

    .main-text {
        font-size: 16px;
    }

    .feature-image img {
        width: 35vw;
        height: auto;
    }

    .traits-description {
        font-size: 18px;
        line-height: 1.4
    }

    .cta-para {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .cta-heading {
        font-size: 18px;
    }

    .cta-class {
        padding: 6%;
    }

    .para-text,
    .cards-grid ul li {
        font-size: 16px
    }

    .call-sidebar-item svg {
        flex-shrink: 0;
        height: 77%;
    }

    .call-sidebar {
        padding: 4px 1px;
        border-radius: 8px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .call-sidebar-item {
        font-size: 14px;
        margin: 6px 0px;
        padding: 4px;
    }

    .cards-grid {
        padding: 10px;
        margin: 0px;
    }

    .flex2 {
        gap: 7px;
        margin: 6px 0px;
    }

    .cards-flex {
        margin: 29px 10px 0px 10px;
    }

    .no-text {
        font-size: 10px;
    }

    .image-section img {
        width: 100%;
    }

    .call-container {
        border: none;
        box-shadow: none;
        width: 80vw;
    }
}

@media(max-width:600px) {
    .testimonial-slide {
        width: 81vw;
    }

    .carousel-prev,
    .carousel-next {
        font-size: 19px;
    }



    .employee-content-section {
        width: 95vw
    }

    .carousel-container {
        width: 80vw;
    }

}

@media(max-width:640px) and (min-width:425px) {
    .traits-main-heading {
        font-size: 22px
    }

    .testimonial-card {
        height: 280px;
    }

    #image {
        width: 100%;
    }

}

@media(max-width:425px) {

    .main-heading {
        font-size: 16px;
    }

    .cards-grid ul li,
    .faq-question h3 {
        font-size: 14px;
    }

    .main-text,
    .para-text {
        font-size: 14px;
        margin: 1% 0;
    }

    .traits-main-heading {
        font-size: 14px;
    }

    .cta-heading {
        font-size: 14px;
    }

    .testimonial-card {
        height: 307px;
    }

    .testimonial-card p {
        font-size: 13px;
    }
}