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

.key-about {
    background-color: #2062b6;
    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; */
    margin-bottom: 20px;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #1b2224;
    padding-bottom: 5px;
    /* font-family: "Lora", serif; */
}

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

.key-links {
    background-color: #2062b6;
    /* 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; */
    margin-bottom: 20px;
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #1b2224;
    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: #2062b6;
    /* 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; */
    margin-bottom: 20px;
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #ffffff;
    margin-bottom: 15px;
    border-bottom: 2px solid #1b2224;
    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: #0f1934;
}




.mild-steel {
    padding-bottom: 30px;
    padding-top: 45px;
}

.eng-head {
    font-size: 30px;
}

.icon-top {
        bottom: 195px !important;
}
.box-h {
    height: 170px !important;
}
.why-bg {
        background: #f7f9fc;
}


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

/* 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 #2062b8;
    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);
}






.ms-angle-section{
padding:45px 45px;
background:#f7f9fc;
}

.structure{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}


.item{
background:#fff;
padding:30px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:0.3s;
}

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

.item i{
font-size:38px;
color:#2c7be5;
margin-bottom:15px;
}

.item h3{
font-size:20px;
margin-bottom:10px;
color:#222;
}

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

.manufactur{
    padding: 20px;
    border-left: 5px solid #0f1934;
    background: white;
    margin-bottom: 20px;
    height: 95px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.manufactur h4{
    color: #000;
}

.certi-fied {
    margin-top: 30px;
}

.box-m {
    height: 110px;
}
.hot-roll {
        height: 270px;
}





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

        .step-card {
            background-color: #ffffff;
            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .step-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }

        .step-number {
            font-size: 28px;
            font-weight: bold;
            color: #f97316;
            background-color: #fff3e0;
            display: inline-block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            border-radius: 50%;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 18px;
            font-weight: 600;
            color: #1e3a8a;
            margin-bottom: 10px;
        }

        .step-desc {
            font-size: 15px;
            color: #374151;
            line-height: 1.6;
        }

        @media (max-width: 600px) {
            .step-card {
                padding: 20px;
            }
        }


        .batch {
            margin-top: 20px;
        }


/* Mobile Responsive */

@media(max-width:992px){
.container{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.container{
grid-template-columns:1fr;
}
}

@media(max-width:768px){
.structure {
    display: unset;
}

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

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

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

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

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

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

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

.item {
    margin-bottom: 20px;
}

.icon-top {
    bottom: 128px !important;
}

.manufactur {
    height: auto;
}

.box-h {
    height: auto !important;
}
.hot-roll {
    height: auto;
}
}




