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

.key-about {
    background: #000000;
    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: 2px solid #e14a01;
}

.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;
    font-family: "Lora", serif;
}

.key-links {
    background: #000000;
    border: 2px solid #e14a01;
    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;
}

.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;
    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: #000000;
    border: 2px solid #e14a01;
    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;
}

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

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

.key-main h2 {
    text-align: left;
    color: #f92400;
}


.carrer-para {
    font-size: 28px;
}

.font-head {
    font-size: 39px !important;
}

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

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

.approach li i {
    padding-right: 25px;
    color: #e24900;
}

.engine h4 {
    color: #ffffff;
    margin-bottom: 15px;
}

.engine p {
    color: #ffffff;
}





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

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


.head-key {
    font-size: 40px;
    font-weight: 600 !important;
    margin-bottom: 26px;
    font-family: "Cinzel", serif;
}


.engine-img {
    height: 100%;
    width: 100%;
}

.engine-img img {
    height: 480px;
    width: 100%;
}

.steps {
    /* border: 1px solid red; */
    padding: 10px;
    border-radius: 20px;
    background: white;
    margin-bottom: 15px;

}

.steps p {
    margin-bottom: 0rem !important;
    font-size: 18px;
    font-weight: 700;
    color: black;
}

.steps i {
    padding-right: 30px;
    color: red;
    padding-left: 10px;
}





/* Testimonial css */
.testimonial-section {
    width: 100%;
    background: linear-gradient(135deg, #0d1117, #1f2a44);
    padding: 30px;
    border-radius: 15px;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonial {
    display: none;
    animation: fade 0.5s ease-in-out;
}

.testimonial.active {
    display: block;
}

.testimonial img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #e34a00;
    margin-bottom: 10px;
}

.testimonial h3 {
    margin: 10px 0 5px;
    color: #ffffff;
}

.stars {
    color: gold;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial p {
    font-size: 14px;
    line-height: 1.6;
    color: #d1d1d1;
}

.controls {
    margin-top: 15px;
}

.controls button {
    background: #e34a00;
    border: none;
    color: white;
    font-size: 20px;
    padding: 8px 14px;
    margin: 5px;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
}

.controls button:hover {
    background: #008fcc;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Responsive */
@media(max-width: 500px) {
    .testimonial-section {
        width: 90%;
    }
}



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

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

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

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

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

    .head-key {
        font-size: 25px;
    }

    .align-items-stretch {
        display: grid;
    }

    .engine-img img {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .hymac-reliability-card {
        text-align: left !important;
    }

    .font-head {
        font-size: 25px;
    }
}