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

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

.key-baner-div img {
    width: 100%;
    height: 340px;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 7px;
}

.key-head {
    font-weight: 600;
    font-size: 35px;
}

.key-about {
    background: linear-gradient(135deg, #cb741e, #ff9933);
    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 #ffffff; */
    color: #ffffff;
}

.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: linear-gradient(135deg, #cb741e, #ff9933);
    /* 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 #db972f; */
}

.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: 15px;
    padding: 8px;
    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, #cb741e, #ff9933);
    /* 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 #db972f; */
}

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

.beauty-main-title {
    font-size: 35px;
    font-weight: 700 !important;
    margin-bottom: 15px;
    /* letter-spacing: 0.3px; */
    color: #0b4f9c;
    font-family: "Cinzel", serif;
}

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

.beauty-pro li {
    color: #2b2b2b;
    font-weight: 600;
    line-height: 2rem;
}

.beauty-pro li i {
    color: #c97a67;
    padding-right: 20px;
}








.portable-products-section {
    background: #f5f7fa;
}



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

.portable-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
    transition: .35s;
    border-top: 5px solid #f39c12;
}

.portable-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .15);
}

.portable-icon {
    /*width: 90px;
    height: 80px;
    background: #f39c12;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;*/
    /*margin-bottom: 25px;*/

    width: 60px;
    height: 60px;
    background: #f39c12;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.portable-card h3 {
    font-size: 14px;
    color: #1b1b1b;
    /* margin-bottom: 15px; */
    margin-top: 10px;
}

.portable-card p {
    color: #666;
    line-height: 28px;
    margin-bottom: 20px;
}

.portable-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.portable-card ul li {
    position: relative;
    padding-left: 24px;
    color: #444;
    font-size: 15px;
    line-height: 24px;
}

.portable-card ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #f39c12;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:768px) {

    .portable-card {
        padding: 25px;
    }

    .portable-card ul {
        grid-template-columns: 1fr;
    }

}



.portable-box {
    display: flex;
    gap: 10px;
}









.engineering-table-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.engineering-spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 850px;
}

.engineering-spec-table thead {
    background: linear-gradient(135deg, #1d3557, #2f6690);
}

.engineering-spec-table thead th {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 18px 20px;
    text-align: left;
    letter-spacing: .4px;
}

.engineering-spec-table tbody tr {
    transition: .3s;
}

.engineering-spec-table tbody tr:nth-child(even) {
    background: #f8fbff;
}

.engineering-spec-table tbody tr:hover {
    background: #eef7ff;
}

.engineering-spec-table tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid #e7edf4;
    color: #444;
    font-size: 15px;
    vertical-align: middle;
}

.engineering-spec-table tbody td:first-child {
    font-weight: 600;
    color: #183153;
    width: 28%;
}

.engineering-spec-table tbody td:nth-child(2) {
    color: #2d5d89;
    width: 36%;
}

.engineering-spec-table tbody td:last-child {
    width: 36%;
}

/* Responsive */

@media(max-width:768px) {

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

    .engineering-spec-table thead th,
    .engineering-spec-table tbody td {
        padding: 15px;
        font-size: 14px;
    }

}



.engineering-elements-section {
    padding: 80px 0;
    background: #f6f8fb;
}

.engineering-heading {
    text-align: center;
    margin-bottom: 50px;
}

.engineering-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 12px;
}

.engineering-heading p {
    max-width: 750px;
    margin: auto;
    color: #666;
    line-height: 28px;
}

.engineering-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.engineering-card {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    border-left: 6px solid #0d6efd;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .07);
    transition: .35s;
}

.engineering-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .12);
}

.engineering-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

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

.engineering-content h4 {
    margin: 0;
    font-size: 22px;
    color: #222;
    font-weight: 700;
}

.engineering-content span {
    display: block;
    color: #0d6efd;
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 10px;
}

.engineering-content p {
    margin: 0;
    color: #666;
    line-height: 26px;
    font-size: 15px;
}

@media(max-width:991px) {

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

}

@media(max-width:576px) {

    .engineering-elements-section {
        padding: 60px 0;
    }

    .engineering-card {
        flex-direction: column;
        text-align: center;
    }

    .engineering-icon {
        margin: 0 auto 20px;
    }

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

}










.cabin-mistakes-section {
    padding: 80px 0;
    background: #f5f7fb;
}

.cabin-mistakes-wrapper {
    /* display:grid;
    grid-template-columns:380px 1fr; */
    gap: 45px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.cabin-mistakes-left {
    position: sticky;
    top: 30px;
}

.mistake-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #0d6efd;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.cabin-mistakes-left h2 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.cabin-mistakes-left h2 span {
    color: #0d6efd;
}

.cabin-mistakes-left p {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

.cabin-mistakes-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.mistake-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(15px);
    border-radius: 18px;
    border: 1px solid rgb(255 153 51 / 22%);
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.mistake-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(13, 110, 253, .15);
    border-color: #ce7c2a;
}

.mistake-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff9933, #ce7c2a);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mistake-icon i {
    color: #fff;
    font-size: 26px;
}

.mistake-item h4 {
    font-size: 20px;
    margin-top: 8px;
    color: #222;
}

.mistake-item p {
    margin: 0;
    color: #666;
    line-height: 1.7;
    font-size: 15px;
}

@media(max-width:991px) {

    .cabin-mistakes-wrapper {
        grid-template-columns: 1fr;
    }

    .cabin-mistakes-left {
        position: relative;
        top: 0;
    }

    .cabin-mistakes-right {
        grid-template-columns: 1fr;
    }

    .cabin-mistakes-left h2 {
        font-size: 32px;
    }

}

@media(max-width:576px) {

    .cabin-mistakes-section {
        padding: 60px 0;
    }

    .cabin-mistakes-left h2 {
        font-size: 28px;
    }

    .mistake-item {
        padding: 22px;
    }

    .mistake-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .mistake-icon i {
        font-size: 22px;
    }

}







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

.faq-item {
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    box-shadow: rgb(255 153 51 / 13%) 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;
}

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

.portable-list li {
    line-height: 2rem;
    font-weight: 700;
}

.portable-list li i {
    color: #ff9933;
    padding-right: 22px;
}







.industries-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.industry-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: .35s;
    border: 1px solid #e8edf5;
    position: relative;
    overflow: hidden;
}

.industry-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #033d80;
    transform: scaleX(0);
    transition: .35s;
}

.industry-card:hover::before {
    transform: scaleX(1);
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.industry-card .icon {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #eef5ff;
    color: #033d80;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    transition: .35s;
}

.industry-card:hover .icon {
    background: #033d80;
    color: #fff;
    transform: rotateY(180deg);
}

.industry-card h4 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.5;
}

@media(max-width:1199px) {

    .industries-grid {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media(max-width:991px) {

    .industries-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .section-title h2 {
        font-size: 34px;
    }

}

@media(max-width:767px) {

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

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

    .industry-card {
        padding: 10px;
    }

    .industry-card h4 {
        font-size: 16px;
    }

}

/* @media(max-width:480px){

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

} */






.engineering-features-section {
    background: #f7f9fc;
    position: relative;
    overflow: hidden;
}

.engineering-features-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(255, 132, 0, .08);
    border-radius: 50%;
    top: -120px;
    left: -120px;
}

.engineering-features-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(0, 86, 179, .06);
    border-radius: 50%;
    right: -100px;
    bottom: -100px;
}


.engineering-feature-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

.engineering-feature-card:hover::before {
    transform: scaleX(1);
}

.engineering-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.engineering-feature-card h5 {
    font-size: 19px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin: 0;
}

@media(max-width:991px) {}

@media(max-width:767px) {

    .engineering-features-section {
        padding: 70px 0;
    }

    .engineering-feature-card {
        padding: 12px;
    }

    .engineering-feature-card h5 {
        font-size: 17px;
    }

}





.comparison-title {
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 40px;
}

.comparison-table-wrap {
    overflow-x: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px;
    background: #fff;
}

.comparison-table thead th {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.comparison-table thead th:first-child {
    background: #dc2626;
}

.comparison-table thead th:last-child {
    background: #0f766e;
}

.comparison-table tbody td {
    padding: 18px 20px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #e5e7eb;
    color: #374151;
    font-weight: 500;
}

.comparison-table tbody tr:nth-child(even) {
    background: #f9fafb;
}

.comparison-table tbody td:first-child {
    color: #b91c1c;
    font-weight: 600;
}

.comparison-table tbody td:last-child {
    color: #047857;
    font-weight: 600;
}

@media (max-width:768px) {

    .comparison-title {
        font-size: 28px;
    }

    .comparison-table thead th,
    .comparison-table tbody td {
        padding: 14px;
        font-size: 15px;
    }
}








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

.industry-card-s {
    background: #fff;
    border-radius: 18px;
    padding: 13px;
    text-align: center;
    transition: .4s;
    border: 1px solid #eef2f7;
    position: relative;
    overflow: hidden;
}

.industry-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-bottom: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #ff7b00, #ffb703);
    color: #fff;
    font-size: 27px;
    transition: .4s;
}

.industry-card-s h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0;
}



@media(max-width:767px) {


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

    .industry-card-s {
        padding: 25px 15px;
    }

    .industry-icon {
        width: 65px;
        height: 65px;
        font-size: 28px;
    }

    .industry-card-s h4 {
        font-size: 16px;
    }

}




.security-cabin-section {
    background: #f8fafc;
}

.security-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.security-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff6b00, #ffb703);
    transition: .4s;
}

.security-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
}

.security-card:hover::before {
    height: 100%;
    opacity: .05;
}



.security-card h4 {
    font-size: 23px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}

.security-card p {
    color: #64748b;
    font-size: 15.5px;
    line-height: 1.8;
    margin-bottom: 0;
}

@media(max-width:768px) {

    .security-cabin-section {
        padding: 60px 0;
    }

    .security-card {
        padding: 28px 22px;
    }

    .security-card h4 {
        font-size: 20px;
    }

}



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

    .mob-text {
        font-size: 25px;
    }

    .key-baner-div img {
        width: 100%;
        height: auto;
        /* margin-bottom: 30px; */
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 7px;
    }

    .key-baner-div {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .beauty-main-title {
        font-size: 22px;
    }

    .fouji-wy {
        font-size: 23px;
    }

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

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

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

}