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

.key-about {
    background-color: #372c54;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 100%;
    /* 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 #ff8a17;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

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

.key-links {
    background-color: #372c54;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 100%;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
    /* 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 #ff8a17;
    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-color: #372c54;
    /* soft background */
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 100%;
    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 #ff8a17;
    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;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-main h2 {
    font-weight: 700;
    /* margin-bottom: 12px; */
    font-size: 39px;
    color: #372c54;
}

.main-key-head {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 6px;
    /* color: #372c56; */
    margin-bottom: 0px;
}




/* FAQ Section */
.faq-section {
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* .faq-section h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
    color: #222;
} */

/* FAQ Item */
.faq-item {
    border-radius: 10px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* Question */
.faq-question {
    padding: 18px 22px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 4px solid #ff8a17;
    border-radius: 10px;
}

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

/* Icon */
.faq-question span {
    font-size: 24px;
    transition: transform 0.3s ease;
}

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

.faq-answer p {
    padding: 18px 22px;
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

/* Active State */
.faq-item.active .faq-answer {
    max-height: 300px;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}





/* Why choose section */
.comparison-section {
    background: #f5f7fa;
}

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

.comparison-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.comparison-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.comparison-card .icon {
    font-size: 35px;
    color: #372c54;
    margin-bottom: 15px;
}

.comparison-card h6 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #222;
}

.comparison-card p {
    font-size: 14px;
    color: #555;
    margin: 5px 0;
    line-height: 1.6;
}

.comparison-card p strong {
    color: #001f4d;
}








.plans {
    /* width: 90%;
    margin: auto;
    padding: 20px 0; */
    display: flex;
    flex-wrap: wrap;
}

.card-section {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
    margin: 10px;
}

.card-section:hover {
    transform: translateY(-5px);
}

.card-header {
    background: #372c54;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    /* margin: 6px; */
    height: 82px;
}

.card-content {
    display: none;
    padding: 15px;
    color: #333;
}

/* ul {
    padding-left: 20px;
} */

button {
    margin-top: 10px;
    padding: 10px 15px;
    border: none;
    background: #0a2a43;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #145a86;
}




/* Table section */
/* .container {
        max-width: 900px;
        margin: auto;
    } */

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #372c54;
    color: #fff;
    font-weight: 600;
}

tr:hover {
    background-color: #f1f1f1;
}

.section-title {
    background-color: #1abc9c;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 600px) {

    th,
    td {
        padding: 10px;
        font-size: 14px;
    }
}



.manufacture {
    margin: 25px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
}

.over-w {
    list-style: none;
    padding-left: 0rem;
    line-height: 2rem;
}

.over-w i {
    color: #ff8a17;
    padding-right: 25px;
}


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






.equipment-container {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.equipment-container h2 {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}

.equipment-list {
    list-style: none;
    padding: 0;
}

.equipment-list li {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.equipment-list li:hover {
    background-color: #f0f8ff;
}

.equipment-list i {
    font-size: 27px;
    color: #ff8a17;
    width: 50px;

}

.equipment-list .equipment-name {
    font-size: 18px;
    color: #555;
}

.equipment-list .equipment-capacity {
    margin-left: auto;
    font-weight: bold;
    color: #333;
}


.fabric {
    background: #fafafa;
}






.applications {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.applications h3 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #333;
}

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

.app-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.app-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.app-item i {
    font-size: 40px;
    color: #ff6600;
    margin-bottom: 15px;
}

.app-item p {
    font-size: 1.1em;
    color: #555;
    font-weight: 500;
}




/* .arrow-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.arrow-circle i {
    font-size: 17px;
    transition: transform 0.3s ease;
    color: #ffffff;
}

/* Rotate on active */
.card-header.active .arrow-circle i {
    transform: rotate(180deg);
}


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

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

    .key-main h2 {
        font-size: 30px;
    }

    .main-key-head {
        font-size: 28px;
    }

    .plans {
        display: grid;
        /* flex-wrap: wrap; */
    }

    .card-header {
        height: auto;
    }
}