.text-justify {
    text-align: justify;
}

.key-about {
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199));
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    /* font-family: "Lora", serif; */
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    justify-content: center;
    align-items: center;
    /* padding-left:40%; */
    margin: auto;
    /* font-family: "Lora", serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
}

.key-about p {
    color: #ffffff;
}

.key-links {
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199)) !important;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    background-image: url();
    object-fit: cover;
    /* border: 1px solid #188d40; */
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #ffffff;
    color: #000000;
    transform: translateX(5px);
}

.key-contact {
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199));
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* border: 1px solid #188d40; */
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /* Ensures horizontal centering */
    text-align: center;
    /* Ensures the text is centered inside the <h3> */
    /* font-family: "Lora", serif; */
}

.key-contact p a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}



.key-baner-div {
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.key-baner-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}



.key-head {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 18px;
}


.smart-value-keyword h2 {
    font-size: 35px;
    color: #15b5ff;
    margin-bottom: 18px;
    font-weight: 700;

}

.right-side-color {
    color: #234583 !important;
}

.key-main {
    font-size: 30px;
    margin-bottom: 18px;
    color: #0e3c74 !important;
    font-weight: 700;
}

.sky-key-section {
    /* background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%); */
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/light-background.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.manufacture {
    list-style: none;
    padding-left: 0rem;
    color: black;
    font-weight: 600;
}

.manufacture li {
    line-height: 2rem;
}

.manufacture li i {
    color: #203b73;
    padding-right: 22px;
}


.sky-key-content {
    font-size: 16px;
    /* line-height: 1.9;
    color: #49505a; */
    margin-bottom: 25px;
}

.key-image {
    height: 100%;
    width: 100%;
}

.key-image img {
    height: 375px;
    width: 100%;
}





/* FAQ css */
.faq-contain {
    max-width: 800px;
    margin: auto;
}

.faq-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    color: #222;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.faq-question:hover {
    background: #f1f1f1;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '-';
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fafafa;
    transition: max-height 0.4s ease;
}

.faq-answer p {
    padding: 15px 20px;
    margin: 0;
    color: #555;
}

.cost {
    font-size: 20px;
}

.rocket i {
    font-size: 45px;
    color: #0786cf;
}







.table-container {
    margin: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.tab-le {
    width: 100%;
    border-collapse: collapse;
}

.tab-le thead {
    background: linear-gradient(135deg, #1b2a57, #2f6fc7);
    color: #fff;
}

.tab-le th,
td {
    padding: 16px 18px;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

tbody tr:nth-child(even) {
    background: #f9fbfd;
}

tbody tr:hover {
    background: #eef5ff;
    transition: 0.2s;
}

th {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

td {
    font-size: 14px;
    color: #333;
}





.product-key-section {
    background: linear-gradient(135deg, #eef3f9, #ffffff);
    font-family: Arial, sans-serif;
}








.jkrai-whychoose {
    background: linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}


.jkrai-grid {
    display: flex;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.jkrai-card {
    background: #fff;
    padding: 35px 28px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: .4s ease;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
}

.jkrai-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199));
}

.jkrai-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.jkrai-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.jkrai-icon i {
    color: #fff;
    font-size: 28px;
}

.jkrai-card h5 {
    font-size: 18px;
    color: #111 !important;
    margin-bottom: 12px;
    line-height: 1.4;
    font-weight: 600;
}

.jkrai-card p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.jkrai-address {
    background: linear-gradient(135deg, rgb(27, 42, 87), rgb(47, 111, 199));
}

.jkrai-address h3,
.jkrai-address p {
    color: #fff;
}

.jkrai-address .jkrai-icon {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
}

@media(max-width:1100px) {
    .jkrai-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:768px) {
    .jkrai-heading h2 {
        font-size: 30px;
    }

    .jkrai-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .jkrai-card {
        padding: 30px 22px;
    }
}


.nearby {
    height: 310px;
}






.process-timeline {
    position: relative;
}

.process-timeline::before {
    content: "";
    position: absolute;
    left: 33px;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #1b2a57, #2f6fc7) !important;
}

.process-step {
    display: flex;
    gap: 30px;
    position: relative;
    margin-bottom: 35px;
}

.step-number {
    min-width: 70px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #1b2a57, #2f6fc7);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

.step-content {
    flex: 1;
    background: #fff;
    padding: 25px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.step-content:hover {
    transform: translateY(-5px);
}

.step-content h6 {
    margin-bottom: 10px;
    color: #1f2937 !important;
    font-size: 22px;
}

.step-content p {
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

@media(max-width:768px) {

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

    .process-timeline::before {
        left: 25px;
    }

    .process-step {
        gap: 20px;
    }

    .step-number {
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .step-content {
        padding: 20px;
    }

    .step-content h3 {
        font-size: 18px;
    }
}









.jk-certification-card {
    background: #fff;
    padding: 40px 35px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    height: 100%;
}

.jk-cert-icon {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 25px;
}

.jk-certification-card h3 {
    color: #1c2434;
    margin-bottom: 15px;
    font-size: 26px;
}

.jk-certification-card p {
    color: #666;
    line-height: 1.9;
}

.jk-quality-right {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}

.jk-quality-right h3 {
    font-size: 28px;
    color: #1c2434;
    margin-bottom: 30px;
}

.jk-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.jk-quality-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    background: #f5f8ff;
    border-radius: 12px;
    transition: 0.3s ease;
}

.jk-quality-item:hover {
    transform: translateY(-4px);
}

.jk-quality-item i {
    color: #15b5ff;
    font-size: 20px;
}

.jk-quality-item span {
    font-weight: 600;
    color: #333;
}

.jk-quality-note {
    margin-top: 30px;
    padding: 20px;
    border-left: 4px solid #15b5ff;
    background: #f8fbff;
    border-radius: 10px;
}

.jk-quality-note p {
    margin: 0;
    color: #555;
    line-height: 1.8;
}

@media(max-width:991px) {

    .jk-quality-content {
        grid-template-columns: 1fr;
    }

    .jk-quality-header h2 {
        font-size: 32px;
    }
}

@media(max-width:576px) {

    .jk-quality-grid {
        grid-template-columns: 1fr;
    }

    .jk-quality-right,
    .jk-certification-card {
        padding: 25px;
    }

    .jk-quality-header h2 {
        font-size: 28px;
    }
}







.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.feature-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #234583;
}

.eng-h {
    height: 145px;
}

.feature-icon {
    font-size: 30px;
    margin-bottom: 12px;
    color: #234583;
}

.feature-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1f2a44;
}

.feature-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.protect {
    list-style: none;
    padding-left: 0rem;
}

.protect li i {
    color: #203c73;
    padding-right: 23px;
}

.feature-h {
    height: 195px;
}

.why-c {
    height: 190px;
}

.adv-h {
    height: 160px;
}






.client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.client-card {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease;
}

.client-card:hover {
    transform: translateY(-5px);
    background: #e0f2fe;
    border-color: #38bdf8;
}

.client-card h4 {
    font-size: 16px;
    color: #0f172a;
    margin: 0;
}

.info-box {
    margin-top: 40px;
    background: #0f172a;
    color: #ffffff;
    padding: 25px;
    border-radius: 12px;
    line-height: 1.7;
}

.info-box p {
    margin: 0;
    color: #cbd5e1;
    font-size: 15px;
}

@media(max-width: 600px) {
    .section-title h2 {
        font-size: 24px;
    }
}


.why-choice {
    height: 280px;
}





/* Mobile responsive */
@media(max-width:768px) {
    .key-baner-div img {
        width: 100%;
        height: auto;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
    }

    .smart-value-keyword h2 {
        font-size: 25px;
    }

    .key-main {
        font-size: 24px;
    }


    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .mission-vision-wrapper .card-mv {
        height: auto;
    }

    .eng-h {
        height: auto;
    }

    .features-grid {
        display: flex;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 20px;
    }

    .nearby {
        height: auto;
    }

    .high-du {
        font-size: 30px;
    }

    .feature-h {
        height: auto;
    }

    .why-c {
        height: auto;
    }

    .adv-h {
        height: auto;
    }

    .why-choice {
        height: auto;
    }

    .key-image img {
        height: auto;
        width: 100%;
    }
}




.inter-link {
    color: #0879d7;
}

.inter-link:hover {
    color: #234583;
}