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

.key-about {
    /* background-color: #78350f; */
    background: linear-gradient(to right, rgba(0, 84, 95, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/count-card.webp) center center no-repeat;
    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;
    /* font-family: "Lora", serif; */
}

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

.key-links {
    /* background-color: #78350f; */
    background: linear-gradient(to right, rgba(0, 84, 95, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/count-card.webp) center center no-repeat;
    /* 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-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-color: #78350f; */
    background: linear-gradient(to right, rgba(0, 84, 95, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/count-card.webp) center center no-repeat;
    /* 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;
    /* 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: 35px;
    color: #013f87;
}


.key-sub-head {
    color: #013f87;
    font-size: 30px;
}


.common-k {
    font-size: 20px;
}


.icon-key i {
    font-size: 35px;
    color: #013f87;
    padding-top: 10px;
    padding-bottom: 10px;
}




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

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

thead {
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
}

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

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

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

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

.tag {
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.medium {
    background: #fff3cd;
    color: #856404;
}

.high {
    background: #d1e7dd;
    color: #0f5132;
}

.veryhigh {
    background: #cfe2ff;
    color: #084298;
}








.section-wrapper {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.container-box {
    /* max-width:1100px; */
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.left-content {
    flex: 1;
    padding: 40px;
    /* background:linear-gradient(135deg, #1e3c72, #2a5298); */
    background: linear-gradient(135deg, #013f87, #15b5ff);
    color: #fff;
    min-width: 300px;
}

.left-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.left-content p {
    font-size: 15px;
    opacity: 0.9;
    line-height: 1.6;
}

.right-content {
    flex: 1;
    padding: 40px;
    min-width: 300px;
}

.feature {
    margin-top: 18px;
    padding-left: 18px;
    position: relative;
}

.feature-title {
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
}

.feature-title i {

    color: #2a5298;
    font-weight: bold;
}

.feature-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

@media(max-width:768px) {
    .container-box {
        flex-direction: column;
    }

    .left-content,
    .right-content {
        padding: 25px;
    }
}









.grid-line {
    display: flex;
    /* grid-template-columns: 1.2fr 1fr; */
    gap: 30px;
}

.box-key {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    width: 100%;
}

.box-key h5 {
    margin-top: 0;
    color: #1f2a44 !important;
    font-size: 20px;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.card-box {
    background: #f9fbff;
    border: 1px solid #e3e9f5;
    padding: 15px;
    border-radius: 10px;
    transition: 0.3s;
}

.card-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.card-box h6 {
    margin: 0 0 5px;
    color: #1f2a44 !important;
    font-size: 16px !important;
}

/* Responsive */
@media(max-width:768px) {
    .grid-line {
        grid-template-columns: 1fr;
    }
}





.common-box {
    padding: 25px;
    border: 2px solid #0786cf;
    border-radius: 10px;
    margin-bottom: 20px;

}

.common-text {
    height: 375px;
}

.industrial {
    height: 185px;
}






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

.client-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.client-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #013f87, #15b5ff);
}

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

.client-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #013f87, #15b5ff);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.client-card .icon i {
    font-size: 30px;
    color: #fff;
}

.client-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.client-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.client-card ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    color: #475569;
}

.client-card ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #15b5ff;
    font-weight: 700;
}

@media(max-width:768px) {

    .RoofWaterproofingClients {
        padding: 60px 0;
    }

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

    .client-card {
        padding: 25px;
    }
}

.benefit-list li {
    line-height: 2rem;
}

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

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





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

.water-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    border-top: 4px solid #1e88e5;
    margin-bottom: 20px;
}

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

.water-card h3 {
    font-size: 18px;
    color: #1e88e5;
    margin-bottom: 10px;
}

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

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





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

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

    .key-sub-head {
        color: #013f87;
        font-size: 22px;
    }

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

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

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

    .mission-vision-wrapper .card-mv {
        margin-bottom: unset !important;
    }

    .common-text {
        height: auto;
    }

    .left-content h2 {
        font-size: 20px;
    }

    .all-key {
        font-size: 28px;
    }

    .industrial {
        height: auto;
    }
}