@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: 60% !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%;
    width: 70%;
}

.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;
}

/* What is section */
.what-is {
    margin: 64px 0px 70px 0px;
    background-color: #fff !important;
}

.what-conatiner {
    border-radius: 32px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    background: #F7F7F7;
    min-height: 433px;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.what-conatiner h2 {
    color: #213C68 !important;
    font-family: Poppins !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: -0.96px !important;
    width: 100% !important;
    text-transform: inherit !important;
    margin-bottom: 12px;
}

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

/* How it Works */
.how-it-works {
    padding: 20px 0px;
}

.how-it-works h2 {
    color: #213C68;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 57.6px */
    margin-bottom: 40px;
    width: 100%;
    text-transform: inherit;
}

.how-it-work-card {
    display: flex;
    min-height: 310px;
    padding: 42px 32px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    background: #F7F7F7;
}

.card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-content h3 {
    color: #213C68;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.84px;
    width: 100%;
}

.card-content p {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.48px;
}

.owl-dots {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    background: #ccc !important;
    border-radius: 50%;
    margin: 5px;
    display: block;
}

.owl-dot.active span {
    background: #25AAE1 !important;
}

/* Achieve section */
.achieve {
    padding: 40px 0px;
}

.achieve h2 {
    color: #213C68;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 63%;
    text-transform: inherit;
}

.achieve-inner {
    display: flex;
    justify-content: center;
    align-items: start;
    align-content: center;
    gap: 69px 100px;
    flex-wrap: wrap;
}

.achieve-card {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 17px;
    width: 45%;
}

.achieve-card-contebr h3 {
    color: #213C68;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.63px;
    width: 100%;
    margin: 0;
    padding-bottom: 4px;
}

/* 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;
}

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

/* Industry Section */
.industry {
    margin: 80px 0px;
}

.industry-container {
    display: flex;
    min-height: 374.257px;
    padding: 25.427px;
    flex-direction: column;
    align-items: center;
    border-radius: 15.892px;
    background: #F7F7F7;
}

.industry-container h2 {
    color: #213C68 !important;
    text-align: center !important;
    font-family: Poppins !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    text-transform: inherit !important;
}

.industry-link a {
    display: flex;
    min-height: 36.552px;
    padding: 9.535px 19.07px;
    justify-content: center;
    align-items: center;
    gap: 7.946px;
    border-radius: 25.427px;
    background: #25AAE1;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    width: 180px;
	transition: all .3s ease;
}
.industry-link a:hover{
	background-color: #213C68;
}
.industry-link {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-direction: column;
    width: 80%;
}

.upper-lik {
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

.lowe-link {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.more-industries {
    margin-top: 60px;
}

.more-industries a {
    color: #25AAE1;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 18px */
    letter-spacing: -0.45px;
    text-decoration-line: underline !important;
    text-decoration-style: solid !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: 52%;
    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: center;
    gap: 32px;
    align-self: stretch;
    margin-top: 64px;
}

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

.popular-card {
    border-radius: 16px;
    border: 1px solid #25AAE1;
    background: #F7F7F7;
    position: relative;
}

.popular-card .badge {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: #25AAE1;
    position: absolute;
    right: 20px;
}

.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: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #D9D9D9 transparent;
    width: 100%;
}

.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;
}

.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%;
}

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

.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 */
}

/* 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%;
    /* 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%);
    }
}

/* Post Section */
.post-section 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%;
}

.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;
}

.post-section {
    margin-bottom: 90px;
    margin-top: 60px;
}

.blog-image img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
    border-radius: 20px;
}

h3.blog-title {
    color: #213C68 !important;
    font-family: Poppins;
    font-size: 25.718px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100% !important;
    text-align: left;
    margin-top: 20px !important;
}

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

.blog-carousel.owl-carousel.owl-loaded.owl-drag {
    margin-top: 50px;
}

.blog-content a {
    color: #213C68 !important;
}

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

.cta-container {
    background: url(https://simplicant.com/wp-content/uploads/2025/09/Group-28.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    height: 272px;
    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%;
}

/* FAQS */
.faqs {
    padding-top: 40px;
}

.faqs h2 {
    color: #213C68;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    user-select: none;
    margin: 10px 0px;
    border: 1px solid;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F7F7F7;
}

.accordion-header:hover {
    background: #e9ecef;
}

.accordion-header.active {
    background: #f7f7f7;
    color: #213C68;
}

.accordion-header h3 {
    color: #213C68;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 100%;
    padding: 0;
}

.accordion-icon {
    transition: transform 0.3s ease;
    font-size: 20px;
    font-weight: bold;
}

.accordion-header.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-header.active h3 {
    color: #213C68;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f7f7f7;
}

.accordion-content ul li {
    margin-left: 38px !important;
    font-size: 16px !important;
}

.accordion-content.active {
    padding: 20px;
    max-height: 300px !important;
}

.accordion-content p {
    color: rgba(3, 10, 10, 0.70);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 20px;
    min-height: 30px !important;
}

/* Talent Section */
.top-talent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.top-talent h2 {
    color: #213C68;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    width: 87%;
    text-transform: inherit;
    margin: 0px;
    margin-bottom: 30px;
}

.talent-container {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}

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

.talent-card h3 {
    color: #213C68;
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.63px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    transition: all 0.2s ease;
}

.talent-card 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%;
    /* 24px */
    letter-spacing: -0.48px;
}

.talent-card h3,
.talent-card p {
    transition: color 0.3s ease;
}

.talent-card:hover {
    background: #25AAE1;
}

.talent-card:hover h3,
.talent-card:hover p {
    color: #fff;
}

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

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

    .top-talent h2 {
        font-size: 46px !important;
        width: 76%;
    }

    .how-it-works h2 {
        font-size: 46px !important;
    }

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

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

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

    .how-it-works h2 {
        font-size: 45px !important;
    }

    .achieve h2 {
        font-size: 45px !important;
        width: 59%;
    }

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

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

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

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

    .talent-card h5 {
        font-size: 46px !important;
    }

}

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

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

    .how-it-works h2 {
        font-size: 41px !important;
    }

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

    .achieve h2 {
        font-size: 41px !important;
        width: 57%;
    }

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

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

    h3.blog-title {
        font-size: 20px;
    }

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

    .talent-card h5 {
        font-size: 45px !important;
    }

}

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

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

    .hero p {
        width: 90%;
    }

    .what-conatiner h2 {
        font-size: 29px;
    }

    .top-talent {
        padding: 20px 10px !important;
    }

    .top-talent h2 {
        font-size: 41px !important;
        width: 87%;
    }

    .how-it-works h2 {
        font-size: 41px !important;
    }

    .achieve h2 {
        font-size: 41px !important;
        width: 64%;
    }

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

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

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

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

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

    .rev-container {
        height: 497px;
    }

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

    .top-talent {
        padding: 50px 10px !important;
    }

    .talent-card {
        padding: 40px 10px;
    }

    .talent-card h5 {
        font-size: 41px !important;
    }
}

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

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

    .what-is {
        margin: 70px 0px 45px 0px;
    }

    .what-is-image img {
        width: 100%;
    }

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

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

    .how-it-works h2 {
        font-size: 33px !important;
    }

    .card-image img {
        width: 100%;
    }

    .achieve h2 {
        font-size: 33px !important;
        width: 63%;
    }

    .achieve-card {
        width: 40%;
    }

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

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

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

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

    .industry-link {
        gap: 20px;
    }

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

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

    .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: 100% !important;
        margin-bottom: 0px !important;
    }

    .accordion-header h3 {
        font-size: 18px;
    }

    .talent-card p {
        font-size: 16px;
    }

    .talent-card h5 {
        font-size: 33px !important;
    }

    .upper-lik {
        gap: 30px;
        flex-wrap: wrap;
    }
}

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

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

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

    .how-it-works h2 {
        font-size: 30px !important;
    }

    .card-content h3 {
        font-size: 25px;
    }

    .how-it-work-card {
        flex-direction: column;
        gap: 10px;
    }

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

    .achieve-card {
        width: 80%;
    }

    .achieve-inner {
        gap: 25px 40px;
        flex-direction: column;
    }

    .achieve {
        padding: 70px 0px;
    }

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

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

    .feature-card {
        width: 49%;
    }

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

    .what-is-content {
        padding: 10px 0px;
    }

    .industry-container {
        height: 304.257px;
        padding: 25.427px !important;
    }

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

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

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

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

    .rviews-banner {
        margin-top: 30px;
    }

    .rviews-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
    }

    .reviews-inner {
        margin-top: 95px;
    }

    .reviews {
        height: auto;
        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;
    }

    h3.blog-title {
        font-size: 18px;
    }

    .faqs {
        margin-top: 60px;
    }

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

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

    .talent-card {
        width: 100% !important;
    }

    .talent-container {
        gap: 10px;
    }

    .talent-card h5 {
        width: 163px;
        padding: 44px 69px;
    }

    .talent-card h5 {
        font-size: 30px !important;
    }
}

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

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

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

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

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

    .achieve-card {
        width: 100%;
    }

    .achieve {
        padding: 70px 0px;
    }

    .talent-container {
        flex-direction: column;
    }

    .talent-card {
        min-height: 340px;
    }

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

    .what-conatiner {
        flex-direction: column;
    }

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

    .how-it-works h2 {
        font-size: 27px !important;
    }

    .how-it-work-card {
        padding: 25px 5px;
    }


    .feature-card {
        width: 100%;
    }

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

    .industry-link {
        flex-direction: column;
    }

    .industry-container h2 {
        font-size: 22px !important
    }

    .upper-lik {
        flex-direction: column;
        gap: 20px;
    }

    .lowe-link {
        flex-direction: column;
        gap: 20px;
    }

    .industry-container {
        height: fit-content;
    }

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

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

    .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;
    }

    .accordion-content.active {
        padding: 20px;
        max-height: 360px !important;
    }

    .accordion-header h3 {
        font-size: 15px;
    }

    .talent-card h5 {
        font-size: 30px !important;
    }

    .talent-card h5 {
        width: 110px;
        padding: 35px 20px;
        display: flex;
        align-items: center;
    }

    .top-talent {
        padding: 30px 10px !important;
    }

    .talent-card p {
        height: 100px;
        padding: 1px 7px;
    }

    .talent-card h5 {
        width: 110px;
        padding: 49px 34px;
        display: flex;
        align-items: center;
        height: 100px;
    }

    .industry-link a {
        width: 260px;
    }
}

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

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

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

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

    .how-it-works h2 {
        font-size: 25px !important;
    }

    .card-content h3 {
        font-size: 20px;
    }

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

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

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

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

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

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

    .talent-card p {
        height: 130px;
        padding: 1px 7px;
    }
}