/* XXL: 1400px and up start*/
@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }




}

/* XXL: 1400px and up end */

/* XL: 1200px - 1399.98px start*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .container {
        max-width: 1260px;
    }


}

/* XL: 1200px - 1399.98px end*/

/* LG: 992px - 1199.98px start*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 1260px;
    }

    .precisionary-content {
        width: 75%;
    }

}

/* LG: 992px - 1199.98px end*/


/* MD: 768px - 991.98px start*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .precisionary-hero {
        padding: 50px 30px;
        min-height: auto;
        background-position: center;
    }

    .precisionary-content {
        width: 37%;
    }

    .precisionary-left {
        width: 84%;
        align-items: flex-start;
    }

    .precisionary-logo {
        width: 100%;
        margin-bottom: 35px;
    }

    .precisionary-logo img {
        width: 130px;
        margin: 0;
    }


    .precisionary-content h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .precisionary-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .precisionary-form-wrapper {
        width: 390px;
        right: 25px;
        top: 25px;
        padding: 10px;
    }

    .precisionary-form {
        min-height: auto;
        padding: 25px 20px 18px;
    }

    .precisionary-form h2 {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .workhorse-section {
        padding: 55px 0 45px;
    }

    .workhorse-dots {
        margin-bottom: 45px;
        gap: 35px 28px;
    }

    .workhorse-row {
        gap: 25px;
    }

    .workhorse-content h2 {
        font-size: 36px;
    }

    .workhorse-content p {
        font-size: 16px;
    }

    .workhorse-image img {
        max-width: 450px;
    }

    .cards-section {
        padding: 0px 60;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .card-img {
        height: 220px;
    }


}

/* MD: 768px - 991.98px end*/


/* SM: 576px - 767.98px start*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .precisionary-left {
        width: 100%;
        align-items: center;
    }

    .precisionary-logo {
        width: 100%;
        margin-bottom: 28px;
        text-align: center;
    }

    .precisionary-logo img {
        width: 125px;
        margin: 0 auto;
    }

    .precisionary-content {
        width: 100%;
        text-align: center;
    }

    .precisionary-content h1 {
        font-size: 28px;
        line-height: 1.22;
        letter-spacing: -0.4px;
        margin-bottom: 14px;
    }

    .precisionary-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .precisionary-text-bottom {
        margin-top: 16px !important;
    }

    .precisionary-demo-btn {
        width: 240px;
        height: 45px;
        margin: 20px auto 0;
        font-size: 13px;
    }

    /* FORM */
    .precisionary-form-wrapper {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        margin-top: 35px;
        padding: 9px;
        box-sizing: border-box;
        border-radius: 16px;
    }

    .precisionary-form {
        width: 100%;
        min-height: auto;
        padding: 24px 18px 18px;
        border-radius: 12px;
    }

    .precisionary-form h2 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .precisionary-field {
        margin-bottom: 12px;
    }

    .precisionary-field label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .precisionary-field input {
        height: 40px;
        font-size: 12px;
    }

    .precisionary-field select {
        height: 38px;
        font-size: 11px;
    }

    .precisionary-field textarea {
        height: 75px;
        font-size: 12px;
        border-radius: 11px;
    }

    .precisionary-submit {
        width: 130px;
        height: 38px;
        margin-top: 8px;
        font-size: 11px;
    }

    .workhorse-section {
        padding: 40px 15px 45px;
    }

    .workhorse-dots {
        width: 280px;
        margin: -20px auto 40px;
        gap: 25px 24px;
    }

    .workhorse-dots span {
        width: 5px;
        height: 5px;
    }

    .workhorse-row {
        display: flex;
        flex-direction: column !important;
        gap: 30px;
    }

    .workhorse-content {
        width: 100%;
        text-align: left;
    }

    .workhorse-content h2 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: -0.7px;
        margin-bottom: 18px;
    }

    .workhorse-content p {
        max-width: 100%;
        font-size: 15px;
        line-height: 1.65;
    }

    .workhorse-image {
        width: 100%;
    }

    .workhorse-image img {
        width: 100%;
        max-width: 500px;
    }

    .cards-section {
        padding: 0px 20px;
    }

    .section-heading {
        margin-bottom: 30px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .section-heading p {
        font-size: 14px;
    }

    .card-img {
        height: 230px;
    }

    .card-content {
        padding: 20px;
    }
}

/* SM: 576px - 767.98px end*/

/* XS: <576px start*/
@media (max-width: 575.98px) {

    .precisionary-left {
        width: 100%;
        align-items: center;
    }

    .precisionary-logo {
        width: 100%;
        margin-bottom: 28px;
        text-align: center;
    }

    .precisionary-logo img {
        width: 125px;
        margin: 0 auto;
    }

    .precisionary-content {
        width: 100%;
        text-align: center;
    }

    .precisionary-content h1 {
        font-size: 28px;
        line-height: 1.22;
        letter-spacing: -0.4px;
        margin-bottom: 14px;
    }

    .precisionary-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .precisionary-text-bottom {
        margin-top: 16px !important;
    }

    .precisionary-demo-btn {
        width: 240px;
        height: 45px;
        margin: 20px auto 0;
        font-size: 13px;
    }

    /* FORM */
    .precisionary-form-wrapper {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        margin-top: 35px;
        padding: 9px;
        box-sizing: border-box;
        border-radius: 16px;
    }

    .precisionary-logo-div {
        width: 84% !important;
    }

    .precisionary-form {
        width: 100%;
        min-height: auto;
        padding: 24px 18px 18px;
        border-radius: 12px;
    }

    .precisionary-form h2 {
        font-size: 21px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .precisionary-field {
        margin-bottom: 12px;
    }

    .precisionary-field label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .precisionary-field input {
        height: 40px;
        font-size: 12px;
    }

    .precisionary-field select {
        height: 38px;
        font-size: 11px;
    }

    .precisionary-field textarea {
        height: 75px;
        font-size: 12px;
        border-radius: 11px;
    }

    .precisionary-submit {
        width: 130px;
        height: 38px;
        margin-top: 8px;
        font-size: 11px;
    }

    .workhorse-row {
        display: flex;
        flex-direction: column !important;
        gap: 30px;
    }


    .workhorse-dots {
        width: 240px;
        gap: 22px 20px;
    }

    .workhorse-content h2 {
        font-size: 28px;
    }

    .workhorse-content p {
        font-size: 14px;
    }
}

/* XS: <576px end*/



/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .cards-section {
        padding: 60px 0;
    }

    .your-card .card-img {
        height: 230px;
    }

    .microtome-section {
        padding: 65px 0;
    }

    .microtome-title {
        font-size: 32px;
        margin-bottom: 38px;
    }

    .microtome-table {
        min-width: 820px;
    }

    .micron-trust-section {
        padding: 65px 0;
    }

    .micron-trust-content h2 {
        font-size: 31px;
    }

    .micron-trust-content p {
        font-size: 15px;
    }

    .micron-trust-image {
        min-height: 350px;
        padding: 20px;
    }

    .stats-section {
        padding: 60px 20px;
    }

    .stats-item {
        padding: 30px 15px;
    }

    .stat-item h2 {
        font-size: 40px;
    }

    .stat-item h2 span {
        font-size: 25px;
    }

    .testimonial-section {
        padding: 60px 20px;
    }

    .testimonial-card {
        max-width: 750px;

        padding: 50px 45px 32px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .cta-section {
        padding: 65px 20px;
    }

    .cta-section h2 {
        font-size: 32px;
    }

    .cta-section p {
        font-size: 14px;
    }

    .certificate-section {
        padding: 65px 0;
    }

    .certificate-heading h2 {
        font-size: 30px;
    }

    .certificate-button-prev {
        left: -8px;
    }

    .certificate-button-next {
        right: -8px;
    }

    .precisionary-logo-div {
        gap: 16px;
        margin-bottom: 35px;
        width: 54%;
    }

    .precisionary-logo {
        width: 125px;
        min-width: 125px;
    }

    .precisionary-logo img {
        width: 125px;
    }

    .logo-content h5 {
        font-size: 16px;
    }

    .logo-content p {
        font-size: 12px;
        line-height: 1.5;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .cards-section {
        padding: 50px 15px;
    }

    .your-card .card-img {
        height: 220px;
    }

    .your-card .card-content {
        padding: 22px 20px 24px;
    }

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

    .your-card .card-content p {
        font-size: 14px;
    }

    .microtome-section {
        padding: 50px 15px;
    }

    .microtome-title {
        font-size: 26px;
        margin-bottom: 28px;
    }

    .microtome-title::after {
        width: 45px;
        height: 3px;
        margin-top: 12px;
    }

    .microtome-table-wrapper {
        border-radius: 14px;
    }

    .microtome-table {
        min-width: 780px;
    }

    .microtome-table th {
        height: 55px;
        padding: 12px;
        font-size: 13px;
    }

    .microtome-table td {
        padding: 13px 12px;
        font-size: 12px;
    }

    .micron-trust-section {
        padding: 50px 15px;
    }

    .micron-trust-content {
        max-width: 100%;
        text-align: center;
    }

    .micron-trust-subtitle {
        font-size: 11px;
        letter-spacing: 1.5px;
    }

    .micron-trust-content h2 {
        font-size: 27px;
        line-height: 1.25;
    }

    .micron-trust-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .micron-trust-image {
        min-height: 280px;
        padding: 20px;
        border-radius: 16px;
    }

    .micron-trust-image img {
        width: 85%;
    }

    .stats-section {
        padding: 45px 15px;
    }

    .stats-box {
        display: block;

        padding: 8px;

        border-radius: 18px;
    }

    .stat-item {
        width: 100%;

        padding: 25px 15px;
    }

    .stat-item:not(:last-child)::after {
        right: 10%;
        bottom: 0;
        top: auto;

        width: 80%;
        height: 1px;
    }

    .stat-item h2 {
        font-size: 38px;
    }

    .stat-item h2 span {
        font-size: 24px;
    }

    .stat-item p {
        font-size: 13px;
    }

    .testimonial-section {
        padding: 50px 15px;
    }

    .testimonial-card {
        max-width: 100%;

        min-height: 250px;

        padding: 50px 25px 30px;

        border-radius: 17px;
    }

    .quote-icon {
        width: 50px;
        height: 50px;

        font-size: 34px;
    }

    .testimonial-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .testimonial-card h4 {
        font-size: 14px;
        margin-top: 18px;
    }

    .testimonial-card>span {
        font-size: 11px;
    }

    .cta-section {
        padding: 55px 15px;
    }

    .cta-section h2 {
        font-size: 27px;
        line-height: 1.3;
    }

    .cta-section h2::after {
        width: 45px;
        height: 3px;
        margin-top: 12px;
    }

    .cta-section p {
        width: 100%;
        max-width: 500px;

        margin-top: 15px;
        margin-bottom: 24px;

        font-size: 14px;
        line-height: 1.65;
    }

    .quote-btn {
        width: 200px;
        height: 46px;

        font-size: 12px;
    }

    .certificate-section {
        padding: 55px 0;
    }

    .certificate-heading {
        margin-bottom: 30px;
    }

    .certificate-heading h2 {
        font-size: 28px;
    }

    .certificate-heading p {
        font-size: 14px;
    }

    .certificate-button-prev,
    .certificate-button-next {
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .certificate-button-prev {
        left: 0;
    }

    .certificate-button-next {
        right: 0;
    }

    .precisionary-logo-div {
        width: 100%;
        gap: 14px;
        margin-bottom: 30px;
        align-items: center;
    }

    .precisionary-logo {
        width: 105px;
        min-width: 105px;
    }

    .precisionary-logo img {
        width: 105px;
    }

    .logo-content {
        flex: 1;
        width: auto;
    }

    .logo-content h5 {
        font-size: 15px;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .logo-content p {
        font-size: 10.5px;
        line-height: 1.45;
    }

    .precisionary-logo-div {
        gap: 16px;
        margin-bottom: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .logo-content{
        text-align: center;
    }

    .precisionary-logo {
        width: 125px;
        min-width: 125px;
    }

    .precisionary-logo img {
        width: 125px;
    }

    .logo-content h5 {
        font-size: 16px;
    }

    .logo-content p {
        font-size: 12px;
        line-height: 1.5;
    }


}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .cards-section {
        padding: 45px 12px;
    }

    .your-card .card-img {
        height: 200px;
    }

    .your-card .card-content {
        padding: 20px;
    }

    .microtome-section {
        padding: 45px 10px;
    }

    .microtome-title {
        font-size: 23px;
    }

    .micron-trust-section {
        padding: 45px 10px;
    }

    .micron-trust-content h2 {
        font-size: 24px;
    }

    .micron-trust-content p {
        font-size: 13px;
    }

    .micron-trust-image {
        min-height: 240px;
    }

    .stats-section {
        padding: 40px 12px;
    }

    .stat-item {
        padding: 22px 10px;
    }

    .stat-item h2 {
        font-size: 34px;
    }

    .stat-item h2 span {
        font-size: 21px;
    }

    .testimonial-section {
        padding: 45px 12px;
    }

    .testimonial-card {
        padding: 48px 20px 28px;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .quote-icon {
        width: 46px;
        height: 46px;

        font-size: 30px;
    }

    .cta-section {
        padding: 45px 15px;
    }

    .cta-section h2 {
        font-size: 24px;
    }

    .cta-section p {
        font-size: 13px;
        line-height: 1.65;
    }

    .quote-btn {
        width: 190px;
        height: 44px;
    }

    .certificate-heading h2 {
        font-size: 25px;
    }

    .precisionary-logo-div {
        gap: 12px;
        margin-bottom: 25px;
    }

    .precisionary-logo {
        width: 85px;
        min-width: 85px;
    }

    .precisionary-logo img {
        width: 85px;
    }

    .logo-content h5 {
        font-size: 13px;
        line-height: 1.3;
    }

    .logo-content p {
        font-size: 9.5px;
        line-height: 1.4;
    }

}
