/* Basic Reset */
* {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Poppins", sans-serif !important;
}

p,
li {
    font-size: 14px;
    line-height: 25px;
}

.brochure-fixed {
    position: fixed;
    z-index: 999;
    top: 53%;
    right: -73px;
    padding: 10px 20px;
    color: white;
    background-color: #d64f14 !important;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(90deg);
    border-radius: 5px;
}

.enquire-fixed {
    position: fixed;
    z-index: 999;
    top: 55%;
    left: -49px;
    padding: 10px 20px;
    color: white;
    background-color: #d64f14 !important;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(270deg);
    border-radius: 5px;
}

.header-button a {
    text-decoration: none;
    color: white;
    font-family: "Poppins", sans-serif;
}

.modal-footer button {
    border: 1px solid transparent;
    border-radius: 20px;
    background-color: #d64f14;
    color: white;
    padding: 5px 20px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}

.heading {
    color: #d64f14;
}

.head {
    color: #024f9b;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
    flex-wrap: wrap;
    background: #fff;
}

.logo {
    width: 300px;
}

.top-links {
    display: flex;
    gap: 10px;
    font-size: 14px;
    padding-left: 470px;
}

.top-links a {
    text-decoration: none;
    color: #024f9b;

    &:hover {
        text-decoration: underline;
    }
}

.top-links span {
    color: #024f9b;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons img {
    height: 35px;
    width: 35px;
    object-fit: cover;
}

.nav-link {
    padding: 4px !important;
}

.navbar {
    background: #024f9b;
    padding: 3px 0px !important;
}

.navbar ul li a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 13px !important;
    

    &:hover {
        background-color: white;
        color: #d64f14;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 3px 10px !important;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 13px !important;
        transition: transform 0.3s ease-in-out !important;
    }
}

.navbar ul li a:focus {
    color: #d64f14 !important;
}

.navbar ul li {
    padding: 0px 15px;
}


.about {
    background-color: #cee6f1;
}

.attribute-img {
    border: 1px solid #024f9b;
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}

.unique {
    background-color: #d64f14;
    border: 1px solid transparent;
    border-radius: 10px 40px;
    padding: 20px;
    height: 280px;
}

.links li {
    list-style-type: none;
    padding: 10px;
}

.links li a {
    text-decoration: none;
    color: white;

}

.c-footer-social ul li a {
    border: 1px solid black;
    border-radius: 50%;
    padding: 5px 9px;
}

#footer {
    background-color: black;
}

.footer ol, ul {
     padding-left: 0rem !important; 
}

.test-img {
    width: 400px;
    height: 400px;
    object-fit: cover !important;
}

.about-us {
    background-color: #cee6f1;
}

.tagline {
    font-size: 25px;
    font-weight: 600;
}

.year {
    border: 1px solid #024f9b;
    border-radius: 50%;
    background-color: #cee6f1;
    padding: 60px 10px;
    font-size: 40px !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testing {
    border: 1px solid transparent;
    border-radius: 20px 0px;
    background-color: #d64f14;
    color: white;
    padding: 20px;
}

.submit {
    border: 1px solid transparent;
    background-color: #024f9b;
    border-radius: 5px;
    color: white;
    padding: 5px 20px;
}

table,
table th,
table td {
    border: 1px solid black !important;
    border-collapse: collapse !important;
    text-align: center;
    padding: 10px;
}

.footer-bottom a {
    color: white;
}

.owl-nav button span {
    line-height: 8px;
    height: 50px;
    display: block;
    font-size: 37px;
    padding: 16px 20px;
    border-radius: 100%;
    margin-top: 20px;
    font-family: 'Montserrat';
    background-color: #d64f14;
    color: white !important;
}



.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.choose-txt {
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}

.testimonials {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/about-page.jpg') no-repeat top center;
    background-size: cover;
}

.raw-material {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/manufact1.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px;
}

.rolling {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/testing1.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px;
}

.german {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/testing2.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px;
}

.quenching {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/manufact3.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px;
}

.client-img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 10px;
}

th {
    background-color: #024f9b;
    color: white;
}

table {
    width: 70%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
}

.certificate {
    background: linear-gradient(rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0.795)),
        url('./images/about.jpg') no-repeat top center;
    background-size: cover;
    padding: 50px;
}

.certificate-img {
    border: 3px solid #d64f14;
    padding: 10px;
    border-radius: 20px;
}

.product-img {
    border: 2px solid #d64f14;
    border-radius: 50px;
}

.arrow {
    color: #d64f14;
}
.text{
    text-align: justify;
}
.tech-img{
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}



@media screen and (min-width:1000px) {
    .banner {
        padding-top: 165px;
    }

    .navbar-collapse {
        display: flex;
        justify-content: end;
    }

    .navbar-nav {
        margin-right: 80px;
    }

    .price {
        margin: 0px 222px;
    }
}

@media screen and (max-width: 767px) {
    .banner {
        padding-top: 100px;
    }

    .navbar {
        background: white;
    }

    .logo {
        width: 200px;
    }

    .social-icons img {
        height: 20px;
        width: 20px;
    }

    .navbar ul li a {
        color: black;

        &:hover {
            background-color: #2359a6;
            color: white;
            border: 1px solid transparent;
            border-radius: 5px;
            padding: 5px 10px;
        }
    }

    .nav-item {
        text-align: center;
    }

    .top-links {
        display: none;
    }

    .year {
        padding: 85px 10px;
    }

    .mobile-section {
        position: fixed;
        z-index: 1;
        display: flex;
        background-color: #d64f14;
        bottom: 0;
        text-align: center;
        width: 100%;
        padding: 15px 0px;

    }

    .mobile-btn a {
        text-decoration: none;
        color: white;
    }

    #footer {
        padding-bottom: 60px !important;
    }

    table {
        width: 100%;
        font-size: 12px !important;
    }

}

@media screen and (min-width:768px) and (max-width:999px) {
    .banner {
        padding-top: 100px;
    }

    .navbar {
        background: white;
    }

    .navbar ul li a {
        color: black;

        &:hover {
            background-color: #2359a6;
            color: white;
            border: 1px solid transparent;
            border-radius: 5px;
            padding: 5px 10px;
        }
    }

    .nav-item {
        text-align: center;
    }

    .year {
        padding: 90px 10px;
    }
}