@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@media (min-width: 1300px) {
    .container {
        width: 1320px;
        padding: 0px;
    }
}

a {
    text-decoration: none !important;
}

body {
    background-color: #fff !important;
}

.navbar {
    border-bottom: 0px solid #e7e7e7;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

/* Hero section Start */
.hero {
    padding: 120px 0px 10px 0px;
    background-color: #fff;
}

.hero-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.hero h1 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    width: 92% !important;
    /* 57.6px */
}

.hero p {
    color: rgba(3, 10, 10, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.hero a {
    height: 46px;
    padding: 12px 24px;
    border-radius: 32px;
    background: #25AAE1;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: center;
    transition: all .3s ease;
}

.hero a:hover {
    background-color: #213C68;
}
.new-cta a{
	  background: #213C68 !important;
}
.new-cta a:hover{
	  background: #25AAE1 !important;
}
/* Pricing Section */
.pricing {
    margin: 80px 0px;
}

.pricing h2 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    width: 65%;
    text-transform: inherit !important;
}

.pricing-tab {
    display: flex;
    height: 56px;
    padding: 8px 20px 8px 8px;
    align-items: center;
    gap: 16px;
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: #F7F7F7;
    justify-content: center;
    margin: 0px 42%;
}

.monthly-pricing-table {
    display: flex;
    align-items: start;
    gap: 32px;
    align-self: stretch;
    margin-top: 64px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.pricing-card h3 {
    color: #213C68 !important;
    font-family: Poppins !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    width: 100% !important;
}

.pricing-card p {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.pricing-card h5 {
    color: #213C68;
    font-family: Poppins;
    font-size: 72px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2.16px;
}

.pricing-card h5 span {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.42px;
}

.features-list ul {
    list-style: none;
}

.features-list ul li {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
    display: flex;
    align-items: self-end;
    gap: 4px;
    padding: 5px 0px;
}


.features-list {
    height: 585px;
/*     overflow-y: scroll; */
/*     scrollbar-width: thin;
    scrollbar-color: #D9D9D9 transparent; */
    width: 100%;
    transition: all .3s ease;
}
/* .features-list.expanded {
    height: 1100px;
}

.features-list::-webkit-scrollbar {
    width: 7.19px;
}

.features-list::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 10px;
    min-height: 55px;
}

.features-list::-webkit-scrollbar-track {
    background: transparent;
} */
span.featuresplus {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #213c68;
    text-transform: uppercase;
}

/* .features-list::-webkit-scrollbar {
    width: 7.19px;
}

.features-list::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 10px;
    min-height: 55px;
}

.features-list::-webkit-scrollbar-track {
    background: transparent;
}
 */
.pricebtn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.pricebtn a {
    width: 100%;
}

.pricing-card a {
    display: flex;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 32px;
    background: #213C68;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.pricebtn a:nth-child(1) {
    background-color: #25AAE1;
}

.pricebtn a:nth-child(2) {
    background-color: #213C68;
}

.pricebtn a:nth-child(1):hover {
    background-color: #213C68;
}

.pricebtn a:nth-child(2):hover {
    background-color: #25AAE1;
}

.pricing-card a:hover {
    background-color: #25AAE1;
}

.popular-card a:hover {
    background-color: #213C68;
}

.pricing-tab h4 {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    text-transform: inherit;
}

.pricing-tab h4.active {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    border-radius: 32px;
    background: #25AAE1;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
}

.pricing p {
    color: rgba(3, 10, 10, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.monthly-pricing-table p {
    text-align: left;
}

/* Feature Section */
.feature {
    margin: 40px 0px 120px 0px !important;
}

.feature h2 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-transform: inherit !important;
    width: 78% !important;
}

.feature p {
    color: rgba(3, 10, 10, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 20px 0px;
}

.feature-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}

.feature-card-row {
    display: flex;
    gap: 10px;
}

.feature-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: #F7F7F7;
    width: 25%;
	transition: all .3s ease;
}
.feature-card:hover {
    box-shadow: 0px 5px 10px #5958581c;
}
.feature-card h3 {
    color: #213C68;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.63px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}

.feature-card p {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    text-align: left;
	min-height:85px;
}

/* Testimonials section */
.testimonails {
    margin: 120px 0px 80px 0px;
}

.testimonails h2 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    width: 100%;
    text-transform: inherit;
    text-align: center;
    margin-bottom: 64px;
}

.rviews-banner img {
    width: 100%;
}

.reviews {
    display: flex;
    width: 442px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 32px;
}

.review-card {
    display: flex;
    width: 425px;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    border-radius: 16px;
    background: #F7F7F7;
}

.review-card p {
    color: rgba(2, 8, 24, 0.70);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
	text-align:left !important;
    /* 24px */
}

.review-card h5 {
    color: #020818;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    /* 17.6px */
    letter-spacing: -0.32px;
}

.review-card h6 {
    color: rgba(2, 8, 24, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.review-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.rev-container {
    display: flex;
    justify-content: space-between;
    height: 553px;
    overflow: hidden;
}

.reviews {
    position: relative;
    height: 1500px;
    overflow: hidden;
    width: 442px;
}

.reviews-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    animation: scroll-up 15s linear infinite;
}

@keyframes scroll-up {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* Footer CTA Section */
.footer-cta {
    margin: 80px 0px 80px 0px;
}

.cta-container {
    background: url(https://simplicant.com/wp-content/uploads/2025/09/CTA.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    height: 310px;
    padding: 32px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.cta-container h2 {
    color: #FFF !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-transform: inherit !important;
    margin: 0px !important;
    width: 100% !important;
}

.cta-container p {
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
    letter-spacing: -0.6px;
}

.cta-container a {
    display: inline-flex;
    height: 46px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: #25AAE1;
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
    line-height: 150%;
}

/* Feature Section */
.feature {
    margin: 30px 0px 80px 0px;
}

.feature h2 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-transform: inherit !important;
    width: 68% !important;
}

.feature p {
    color: rgba(3, 10, 10, 0.70);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 20px 0px;
}

.feature-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 50px;
}

.feature-card-row {
    display: flex;
    gap: 32px;
}

.feature-card {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: #F7F7F7;
    width: 25%;
}

.feature-card h3 {
    color: #213C68;
    font-family: Poppins;
    font-size: 21px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.63px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px;
}

.feature-card p {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
    text-align: left;
}

span.featuresplus {
    font-size: 17px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #213c68;
    text-transform: uppercase;
}

.feature-card a {
    color: #25AAE1;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.42px;
}

.feature-card a:hover {
    text-decoration: underline;
}

.form-left {
    margin-top: 50px;
}

.footer-form {
    margin: 80px 0px 0px 0px;
    padding: 80px 0px;
    background: url(https://simplicant.com/wp-content/uploads/2025/11/Group-137-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 800px;
}

.form-left h2 {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 38.577px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    text-transform: inherit;
    margin: 0px 0px 20px 0px;
}

.form-left p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.form-right {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 50px;
}

.footer-form form label {
    color: #213C68;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
}

.footer-form form input {
    display: flex;
    width: 560px;
    height: 46px;
    padding: 12px 24px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: rgba(37, 170, 225, 0.15);
}

.footer-form input[type=submit] {
    cursor: pointer;
    border-radius: 32px !important;
    background: #25AAE1 !important;
    color: #FFF;
    font-family: Poppins !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: fit-content !important;
    transition: all .3s ease;
}

.footer-form input[type=submit]:hover {
    background-color: #213C68 !important;
}

.cta-container a:hover {
    background-color: #213C68;
}

/* Media Queries */
@media (max-width:1550px) {
    .hero h1 {
        font-size: 46px !important;
        width: 80% !important;
    }

    .feature h2 {
        font-size: 46px !important;
    }
}

@media (max-width:1440px) {
    .hero h1 {
        font-size: 45px !important;
    }

    .feature h2 {
        font-size: 45px !important;
    }

    .testimonails h2 {
        font-size: 46px !important;
    }

    .cta-container h2 {
        font-size: 46px !important;
    }

    .pricing h2 {
        font-size: 46px !important;
        width: 65%;
    }

}

@media (max-width:1360px) {
    .hero h1 {
        font-size: 41px !important;
        width: 70% !important;
    }

    .feature h2 {
        font-size: 41px !important;
    }

    .pricing h2 {
        font-size: 45px !important;
        width: 70% !important;
    }

    .cta-container h2 {
        font-size: 45px !important;
    }

}

@media (max-width:1280px) {
    .container {
        width: 1200px;
        padding: 0px 15px;
    }

    .footer-form form input {
        width: 480px;
    }

    .hero h1 {
        font-size: 41px !important;
        width: 80% !important;
    }

    .feature h2 {
        font-size: 41px !important;
    }

    .feature-card h3 {
        font-size: 18px;
    }

    .pricing h2 {
        font-size: 41px !important;
        width: 70%;
    }

    .pricing-card h5 {
        font-size: 50px;
    }

    .testimonails h2 {
        font-size: 41px !important;
    }

    .rev-container {
        height: 497px;
    }

    .cta-container h2 {
        font-size: 41px !important;
    }
}

@media (max-width: 1024px) {
    .container {
        width: 970px;
        padding: 0px 0px;
    }

    .hero h1 {
        font-size: 33px !important;
    }

    .feature h2 {
        font-size: 33px !important;
    }

    .feature-card-row {
        gap: 5px;
    }

    .feature {
        margin: 50px 0px 80px 0px;
    }

    .pricing h2 {
        font-size: 33px !important;
    }

    .popular-card .badge {
        top: 3px;
    }

    .pricebtn {
        flex-direction: column;
    }

    .features-list ul li {
        font-size: 14px;
    }

    .pricing-tab {
        margin: 0px 39%;
    }

    .testimonails h2 {
        font-size: 33px !important;
    }

    .rev-container {
        height: 400px;
    }

    .cta-container h2 {
        font-size: 33px !important;
    }

    .cta-container {
        width: 90% !important;
        margin-bottom: 0px;
    }

    .footer-form form input {
        width: 388px;
    }
}

@media (max-width:768px) {
    .container {
        width: 750px;
        padding: 0px 15px;
    }

    .hero h1 {
        font-size: 30px !important;
    }

    .feature h2 {
        font-size: 30px !important;
        width: 70%;
    }

    .feature-card-row {
        flex-wrap: wrap;
    }

    .feature-card {
        width: 49%;
    }

    .feature {
        margin: 80px 0px 80px 0px;
    }

    .features-list {
        height: fit-content;
    }

    .pricing h2 {
        font-size: 30px !important;
        width: 80%;
    }

    .monthly-pricing-table {
        flex-direction: column;
    }

    .testimonails h2 {
        font-size: 30px !important;
    }

    .rev-container {
        height: 980px;
        flex-direction: column;
    }

    .rviews-banner img {
        margin-top: 50px;
    }

    .reviews {
        height: 320px;
        max-width: 100%;
        width: 100%;
    }

    .reviews-inner {
        flex-direction: row;
        animation: scroll-left 15s linear infinite;
    }

    .review-card {
        flex: 0 0 auto;
        width: 80%;
        margin-right: 16px;
    }

    @keyframes scroll-left {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    .testimonails h2 {
        margin-bottom: 30px;
    }

    .cta-container h2 {
        font-size: 30px !important;
    }

    .cta-container {
        width: 91% !important;
        margin-bottom: 89px;
        height: 245px;
    }

    .footer-form form input {
        width: 610px;
    }
}

@media (max-width:570px) {
    .container {
        width: 400px;
        padding: 0px 15px;
    }

    .pricing h2 {
        font-size: 30px !important;
        width: 100% !important;
    }

    .hero h1 {
        font-size: 30px !important;
        width: 100% !important;
    }

    .feature h2 {
        font-size: 30px !important;
    }

    .feature h2 {
        font-size: 27px !important;
        width: 100% !important;
    }

    .what-conatiner h2 {
        font-size: 27px !important;
    }

    .features-list {
        height: fit-content;
    }

    .feature-card {
        width: 100%;
    }

    .feature-card-row {
        gap: 25px;
    }

    .testimonails h2 {
        font-size: 30px !important;
    }

    .rev-container {
        height: 650px;
    }

    .testimonails h2 {
        margin-bottom: 15px;
    }

    .cta-container h2 {
        font-size: 30px !important;
    }

    .cta-container {
        height: 280px;
    }

    .cta-container p {
        font-size: 17px;
    }

    .cta-container {
        width: 95% !important;
        margin-bottom: 0px !important;
    }

    .feature h2 {
        width: 100%;
    }

    .footer-form form input {
        width: 100%;
    }

    .form-right {
        padding: 40px 20px;
    }

    .cta-container {
        height: 330px;
    }

    .form-left h2 {
        font-size: 30px !important;
    }
}

@media (max-width: 400px) {
    .container {
        width: 95%;
        padding: 0px 5px;
    }

    .hero h1 {
        font-size: 27px !important;
        width: 100% !important;
    }

    .feature h2 {
        font-size: 25px !important;
    }

    .pricing h2 {
        font-size: 27px !important;
        width: 100%;
    }

    .testimonails h2 {
        font-size: 27px !important;
    }

    .cta-container h2 {
        font-size: 27px !important;
    }
}