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

.key-about {
    background: linear-gradient(90deg, #9e0000, #ff4d4d);
    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(90deg, #9e0000, #ff4d4d) !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(90deg, #9e0000, #ff4d4d);
    /* 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: 42px;
    color: #0e3c74;
    margin-bottom: 18px;
    font-weight: 700;

}

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








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






.table-container {
    max-width: 900px;
    margin: auto;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: linear-gradient(90deg, #9e0000, #ff4d4d);
    color: #fff;
}

thead th {
    padding: 15px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
}

tbody td {
    padding: 14px 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    color: #333;
}

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

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

.feature {
    font-weight: 600;
    color: #1f4e79;
}

@media (max-width:600px) {

    thead {
        display: none;
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        width: 100%;
    }

    tbody td {
        padding: 10px;
        position: relative;
    }

    tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        color: #1f4e79;
        margin-bottom: 5px;
    }
}


.camera-list {
    color: rgba(255, 255, 255, 0.82);
    padding-left: 1rem;
    margin-top: 10px;
}








.why-choose-section {
    background: #f5f7fa;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.feature-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: .4s;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;

}

.business {
    height: 330px;
}

.feature-card:hover {
    transform: translateY(-8px);
}

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

.icon-box {
    width: 70px;
    height: 70px;
    background: #ffebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.icon-box i {
    font-size: 28px;
    color: #ff0000;
}

.feature-card h5 {
    font-size: 22px;
    color: #0b1f3a !important;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
}




.feature-list i {
    color: #0d6efd;
    margin-top: 4px;
}

@media(max-width:768px) {

    .feature-card {
        padding: 25px;
    }

}


.smart {
    /* background: linear-gradient(90deg, #9e0000, #ff4d4d);  */
    background: linear-gradient(90deg, #ffffff 10%, #d01919 100%);
}



.print {
    display: flex;

}

.finger {
    padding-left: 1rem !important;
}

.f-print {
    height: 430px;
}


.bio-m {
    list-style: none;
    padding-left: 0rem !important;
}

.bio-m li i {
    color: #ff0000;
    padding-right: 25px;
}








/* TIMELINE */
.timeline {
    position: relative;
    margin: 0;
    padding: 0;
}

/* CENTER LINE */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: #d0d7e2;
    transform: translateX(-50%);
}

/* ITEM */
.timeline-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

/* LEFT & RIGHT BOX */
.timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* STEP NUMBER */
.step {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: #1e2a38;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 2;
}

/* HEADINGS */
.timeline-content h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: #1e2a38;
}

.timeline-content p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* LEFT RIGHT ALTERNATE */
.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        flex-direction: column;
        padding-left: 40px;
    }

    .timeline-content {
        width: 100%;
    }

    .step {
        left: 20px;
        transform: none;
    }
}


.access {
    padding: 20px;
    border-left: 5px solid #ff0000;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 20px;
}

.access p {
    font-size: 20px;
    font-weight: 700;
    color: black;
}



.control {
    height: 100px;
}

.tool-print {
    height: 276px;
}

.wireless {
    height: 380px;
}

.imagine {
    list-style: none;
    padding-left: 0rem !important;
}

.imagine li i {
    color: #e60000;
    padding-right: 22px;
}

.control-high {
    height: 120px;
}

.virtual {
    height: 380px;
}

.end-to li {
    color: #ffffff;
}





.vr-section {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: white;
}

.vr-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 10px;
}

.vr-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #cbd5e1;
    line-height: 1.6;
}

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

.card-sec {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: 14px;
    transition: 0.3s ease;
    backdrop-filter: blur(10px);
}

.card-sec:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.12);
}

.icon-sub {
    font-size: 28px;
    color: #ff0000;
    margin-bottom: 12px;
}

.card-sec h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff;
}

.card-sec ul {
    padding-left: 18px;
    margin: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.6;
}









/* Mobile responsive */
@media(max-width:768px) {

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

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

    .virtual {
        height: auto;
    }

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

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

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

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

    .f-print {
        height: auto;
    }

    .business {
        height: auto;
    }

    .control {
        height: auto;
    }

    .tool-print {
        height: auto;
    }

    .wireless {
        height: auto;
    }

    .control-high {
        height: auto;
    }
}