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

@media only screen and (max-width: 767px) {

    .about-manufacturing {
        padding: 70px 0;
    }

    .section-tag {
        font-size: 14px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .section-title {
        font-size: 42px;
        line-height: 1.1;
        margin-bottom: 25px;
    }

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

    .section-content p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
    }

    .why-choose-section {
        padding: 0px 0 80px;
    }

    .about-btn {
        font-size: 20px;
        margin-top: 10px;
        gap: 10px;
    }

    .sub-heading {
        font-size: 22px;
        line-height: 1.5;
        margin-top: 40px;
        padding: 0 20px;
    }

    .stats-grid {
        gap: 20px;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .circle {
        width: 180px;
        height: 180px;
    }

    .circle h3 {
        font-size: 42px;
        margin-bottom: 8px;
    }

    .circle p {
        font-size: 15px;
        line-height: 1.4;
    }

    .footer-cta {
        padding: 70px 20px;
    }

    .footer-cta h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .footer-cta p {
        font-size: 15px;
    }

    .cta-btn {
        padding: 14px 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-col {
        padding: 40px 25px;
        text-align: left;
    }

    .footer-links-grid{
        gap: 0;
    }
    .footer-col:nth-child(2) {
        border: none;
    }

    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .social-grid {
        grid-template-columns: 1fr;
    }

    .footer-center img {
        max-width: 140px;
    }

    .why-wrapper {
        flex-direction: column;
        padding: 30px 10px;
        width: fit-content;
    }

    .why-image img {
        width: 100%;
        display: block;
        position: relative;
        right: 0px;
        top: 0px;
    }

    .feature-grid {
        left: 0;
    }

    .process-wrapper {
        flex-direction: column;
        padding-top: 50px;
    }
    .copyright {
        text-align: center;
        padding: 30px 10px;
        border-top: 1px solid #ddd;
        color: #555;
    }
    .why-content {
        width: 100%;
    }

    .why-content h2 {
        font-size: 40px;
    }

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

    .why-image {
        width: 100%;
        transform: none;
        margin-top: 30px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

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

    .process-flow {
        flex-direction: column;
        gap: 40px;
    }

    .process-item {
        width: 100%;
        margin: auto;
        /* display: contents; */
    }

    .process-circle {
        /* width:220px;
        height:220px; */
    }

    .process-item.reverse .process-circle svg {
        transform: rotate(90deg);
    }

    .process-item:nth-child(odd) svg {
        transform: rotate(-90deg);
    }

    .process-item.reverse .step-no {
        position: absolute;
        right: 188px;
        top: 100%;
        transform: translateY(-50%);
        width: 42px;
        height: 42px;
        background: #2f2f2f;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        z-index: 999999;
    }

    .step-no {
        position: absolute;
        right: 188px;
        top: 100%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #2f2f2f;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    .process-number {
        right: 50%;
        top: auto;
        bottom: -20px;
        transform: translateX(50%);
    }

    .process-item::after {
        display: none;
    }

    .kd-logo img {
        height: 65px;
        position: absolute;
        top: 9px;
        height: 50px;
    }

    .kd-header.sticky .kd-logo img {
        height: 50px;
        position: absolute;
        top: 10px;
    }

    .why-image {
        width: 100%;
        transform: none;
        margin-top: 20px;
        padding: 10px;
    }
    .process-item {
        position: relative;
        left: 23px;
    }
    .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}
}


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

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .about-manufacturing {
        padding: 90px 0;
    }

    .section-tag {
        font-size: 16px;
    }

    .kd-logo img {
        height: 55px;
        position: absolute;
        top: 5px;
    }
    .kd-header.sticky .kd-logo img {
        height: 50px;
        position: absolute;
        top: 15px;
    }
    .feature-grid{
        left: 0;
    }

    .section-title {
        font-size: 58px;
        line-height: 1.1;
        margin-bottom: 35px;
    }

    .section-content {
        max-width: 90%;
        margin: auto;
    }

    .section-content p {
        font-size: 18px;
        line-height: 1.8;
    }

    .about-btn {
        font-size: 24px;
    }

    .sub-heading {
        font-size: 28px;
        margin-top: 50px;
    }

    .stats-grid {
        gap: 10px;
        justify-content: center;
    }

    .circle {
        width: 170px;
        height: 170px;
    }

    .circle h3 {
        font-size: 30px;
    }

    .circle p {
        font-size: 15px;
    }

    .why-wrapper {
        flex-direction: column;
        padding: 50px 10px;
        width: auto;
    }

    .why-image img {
        width: 100%;
        display: block;
        position: relative;
        right: 0px;
        top: 80px
    }
    .circle-content h3 {
    font-size: 10px;
    line-height: 1.4;
    color: #444;
    margin: 0;
    font-weight: 500;
}
    .why-image {
        width: 100%;
    }
    .why-content {
        width: 100%;
    }



    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .process-flow {
        flex-wrap: wrap;
        gap: 30px;
    }

    .process-item {
        width: 45%;
    }

    .process-item::after {
        display: none;
    }

    .footer-cta h2 {
        font-size: 52px;
    }

    .footer-cta p {
        font-size: 18px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-col {
    padding: 50px 20px 50px 20px;
    text-align: left;
}

    .footer-col:nth-child(2) {
        border: none;
    }
    .process-circle {
    width: 125px;
    height: 125px;
    position: relative;
}
.circle-content img {
    width: 50px;
    margin-bottom: 20px;
}
.process-item.reverse .step-no {
    position: absolute;
    right: -7px;
    top: 50%;
   
}
.step-no {
    position: absolute;
    top: 50%;
    right: -7px;
   
}
.video-banner {
    width: 100%;
    height: 60vh;
    overflow: hidden;
}
.why-choose-section{
    padding-top: 0;
}
.footer-cta {
    padding: 50px 20px;
    text-align: center;
    background: url(../img/Pattern.png) center center;
}
.process-section {
    padding: 50px 10px;
    /* background: #f8f8f8; */
    position: relative;
    overflow: hidden;
}
h2{
    font-size: 40px !important;
}
}