*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}
/* ************************************************************** Header ******************************************************* */
/* Header width */
.header-width{
    background-color: #35685f;
    color: white; 
    padding: 10px 15px;
}

.header_head{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    align-items: center;
}

.header_head i{
    padding: 5px;
}

.call, .email, .location{
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-width p{
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}

.header-width span{
    margin: 0 10px;
}

/* Navbar */
.collapse{
    justify-content: center
}

.nav-item a{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: black !important;
}

.nav-link:hover{
    color: rgb(220, 87, 87) !important;
}

.navbar-nav{
    gap: 20px;
}

.navbar img{
    width: 100%;
    height: 60px;
}

@media (max-width: 576px) {
    .header-width{
        display: none;
    }

    .navbar img{
    width: 80%;
    height: 40px;
}

}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Optional smooth effect */
.dropdown-menu {
  display: none;
}

/* ****************************************************************** Footer *************************************************** */
.footer{
    background-color: #35685f;
    color: white;
    padding-top: 20px;
    margin-top: 50px;
}

.footer_data{
    margin-top: 50px;
    padding-bottom: 40px;
}

.footer h5{
    padding-bottom: 20px;
}

.socials i{
    background-color: rgb(220, 87, 87);
    border-radius: 20px !important;
    height: 25px;
    width: 30px;
    padding: 5px 6px;
}

/* footer width */
.footer-width{
    background-color: #ed3237;
    padding: 30px 15px;
    text-align: center;
    padding-top: 40px;
}

.footer-width a{
    text-decoration: none;
    color: white;
}

.footer-width a:hover{
    color: #35685f;
}

.products a, .links a{
    text-decoration: none;
    color: white;
}

.products a:hover, .links a:hover{
    color: #ed3237;
}

@media (max-width: 450px) {
    .footer h5{
        padding-top: 20px;
    }
}
/* ****************************************************** Index Page ******************************************************** */
/* Welcome to Swastik Metal */
.welcome{
    padding: 50px 0;
}

.welcome img{
    width: 100%;
    height: 500px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.para{
    font-family: lato;
    line-height: 26px;
}

.welcome h2{
    font-weight: 600;
    color: #35685f;
}

.welcome button{
    background-color: #35685f;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
}

@media (max-width: 450px) {
    .welcome h5{
        padding-top: 20px;
    }
}
/* Our Product */
.our_product h2{
    text-align: center;
    font-weight: 600;
}

.product {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
    text-align: center;
}

.product:hover {
    transform: translateY(-5px);
}

.product img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.product a {
    display: inline-block;
    margin-top: 15px;
    padding: 5px 15px 0px 15px;
    border: 1px solid #333;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.product a:hover {
    background-color: #35685f;
    color: #fff;
    border-color: #35685f;
}

.our_product button{
    background-color: #35685f;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
}

/* Stat section */

.stats-section {
    background-color: #3e6f63;
    color: #fff;
    margin: 50px 0px;
}

.stat-box {
    border: 2px solid #fff;
    padding: 25px 15px;
    border-radius: 15px;
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box h2 {
    font-size: 40px;
    font-weight: bold;
}

.stat-box p {
    margin-top: 10px;
    font-size: 18px;
}

@media (max-width: 576px) {
    .stat-box h2 {
        font-size: 30px;
    }

    .stat-box p {
        font-size: 16px;
    }
}
/* Why Choose Us*/
.why-choose h5{
    font-weight: 600;
    text-align: center;
}

.why-choose h2{
    font-weight: 600;
    color:#35685f;
    text-align: center;
    padding-bottom: 20px;
}

.choose{
    background: #fff;
    padding: 20px 20px;
    border: 1px solid black;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    height: 100%;
    transition: 0.3s;
}

.choose img {
    width: 70px;
    margin-bottom: 15px;
}

.choose h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: black;
}

.choose p {
    font-family: lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: black;
}

.choose:hover {
    transform: translateY(-5px);
}

.why-choose{
    margin-bottom: 50px;
}

@media (max-width: 450px) {
    .choose {
        padding: 20px;
    }
}
/* Our Testimonial */
.testimonial{
    background: linear-gradient( rgba(0, 0, 0, 0.5)), url('images/testimonial-bg.png');
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.testimonial h2{
    color: white;
    text-align: center;
    padding: 50px 0;
}

.testimonial-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.stars i {
    color: #f4c150;
}

.testimonial-box p {
    font-size: 16px;
    color: #555;
}

@media (max-width: 576px) {
    .testimonial-box {
        padding: 20px;
        margin-bottom: 20px;
    }
}
/* Gallery */
 .gallery-card {
    width: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: 3px solid #2c3e50;
  transition: 0.3s;
}
 
.gallery-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
 
.gallery-card:hover {
  transform: scale(1.05);
}
 
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
 
.custom-arrow {
  filter: invert(1); /* black arrow */
}
 
.read-btn{
  background: #3d6b63 !important;
  color: #fff !important;
  padding: 10px 30px !important;
  border-radius: 30px !important;
  transition: 0.3s !important;
}
 
.read-btn:hover {
  background: #2c4f49 !important;
  color: #fff !important;
}

/* Request Your Quote */
 .request {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                url('images/request.webp');
    background-size: cover;
    background-position: center;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.request_box {
    background: #35685f;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.request h5 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.request h2 {
    color: #fff;
    font-weight: 600;
}

@media (max-width: 576px) {
    .request {
        min-height: 300px;
        padding: 20px 10px;
    }

    .request_box {
        padding: 20px;
    }

    .request h2 {
        font-size: 20px;
    }
}
/* world's leading steel provider */
.world{
    text-align: center;
    padding-top: 50px;
}

.world h2{
    font-weight: 600;
}

.world p{
    font-family: lato;
    padding-top: 10px;
}

.world button{
    background-color: #35685f;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
}
/* ****************************************************** About Us ********************************************************** */
/* Image */
.about_us_image{
    background: linear-gradient(rgba(0, 0, 0, 0.4)), url('images/about-us.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.about_us_image h1{
    color: white;
    font-weight: 600;
    font-size: 44px;
    /* padding: 150px 200px; */
    margin: 0;
}

@media (max-width: 480px) {
    .about_us_image {
        min-height: 250px;
    }

    .about_us_image h1 {
        font-size: 24px;
    }
}
/* About Us section data */
.about_us_section{
    padding: 50px 0;
}

.about_us_section img{
    width: 100%;
    height: 500px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}

.para{
    font-family: lato;
    line-height: 26px;
}

.about_us_section h2{
    font-weight: 600;
    color: #35685f;
    padding: 20px 0;
}

@media (max-width: 450px) {
    .about_us_section h5{
        padding-top: 20px;
    }
}
/* Frequently Asked Questions */
.faq h2{
    font-weight: 600;
    text-align: center;
}

.questions{
    margin: 20px 0;
    padding-bottom: 20px;
}

.accordion-button{
    font-weight: 600;
}

.accordion p, ul li{
    font-family: lato;
}

.accordion-button{
    background-color: #35685f !important;
    color: white !important;
    box-shadow: unset !important;
}

.accordion-button {
    position: relative;
    padding-left: 40px !important; /* space for icon */
}

.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    content: "+";
    position: absolute;
    left: 15px;
    font-size: 20px;
    font-weight: bold;
}

.accordion-button:not(.collapsed)::before {
    content: "−";
}
/* ************************************************************ Gallery ******************************************************** */
/* Image */
.gallery_image{
    background: linear-gradient(rgba(0, 0, 0, 0.4)), url('images/about-us.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.gallery_image h1{
    color: white;
    font-weight: 600;
    font-size: 44px;
    margin: 0;
}

@media (max-width: 480px) {
    .gallery_image {
        min-height: 250px;
    }

    .gallery_image h1 {
        font-size: 24px;
    }
}

/* Multiple Images */
.project-card{
  width: 100%;
  border: 1px solid black;
  border-radius: 10px;
  overflow: hidden;

  position: relative;
  cursor: pointer;
}

.project-card img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: black;
  color: white;
  font-weight: 600;
    font-size: 32px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transition: 0.5s;
  text-align: center;
}

/* HOVER EFFECT */
.project-card:hover img {
  transform: scale(1.1);
}

.project-card:hover .hover {
  opacity: 0.5;
}

@media (max-width: 576px) {
    .project-card img {
        height: 160px;
    }
}
@media (max-width: 450px) {
    .project-card img {
        height: 160px;
    }
} 
/* ************************************************** Contact Us ************************************************************** */
/* Image */
.contact_us_image{
    background: linear-gradient(rgba(0, 0, 0, 0.4)), url('images/about-us.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contact_us_image h1{
    color: white;
    font-weight: 600;
    font-size: 44px;
    /* padding: 150px 200px; */
    margin: 0;
}

@media (max-width: 480px) {
    .contact_us_image{
        min-height: 250px;
    }

    .contact_us_image h1 {
        font-size: 24px;
    }
}

/* contact_form */
.contact_form{
    margin-top: 50px;
}

.contact_form h3{
    font-weight: 600;
    font-size: 26px;
}

.contact_form p{
    font-family: lato;
}

.contact_form h4{
    font-size: 20px;
}

.contact1{
    animation: moveFromRight 0.8s ease forwards;
}

@keyframes moveFromRight {
    from {
        transform: translateX(50px); /* start from right */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* normal position */
        opacity: 1;
    }
}

/* **************************************************** Brass & Copper ************************************************* */
/* Image */
.brass_copper_image{
    background: linear-gradient(rgba(0, 0, 0, 0.4)), url('images/about-us.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.brass_copper_image h1{
    color: white;
    font-weight: 600;
    font-size: 44px;
    /* padding: 150px 200px; */
    margin: 0;
}

@media (max-width: 480px) {
    .brass_copper_image{
        min-height: 250px;
    }

    .brass_copper_image h1 {
        font-size: 24px;
    }
}
/* Brass & Copper data */
.brass_copper_data{
    margin: 50px 0;
}

.brass_copper_data img{
    width: 60%;
    height: 350px;
}

.brass_copper_data h2{
    padding: 20px 0;
}

.brass_copper_data p{
    font-family: lato;
    line-height: 26px !important;
}

.brass_right h2{
    font-weight: 600;
    padding-left: 30px;
}

.brass_right ul{
    list-style: none;
}

.brass_right ul li{
    list-style: none;
    padding-bottom: 10px;
}

.brass_right ul li a{
    font-weight: 500;
    font-family: poppins;
    text-decoration: none;
    list-style: none;
    color: black;
}

.brass_right ul li a:hover{
    color: rgb(53, 104, 95);
}

.brass_right{
    border: 1px solid black;
    border-radius: 15px;
    animation: moveFromRight 0.8s ease forwards;
}

@media (max-width: 480px) {
    .brass_copper_data img{
        height: 200px;
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(50px); /* start from right */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* normal position */
        opacity: 1;
    }
}
/* ************************************************************** Carbon Tool Steel ***************************************** */
/* Image */
.carbon_tool_image{
    background: linear-gradient(rgba(0, 0, 0, 0.4)), url('images/about-us.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 400px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.carbon_tool_image h1{
    color: white;
    font-weight: 600;
    font-size: 44px;
    /* padding: 150px 200px; */
    margin: 0;
}

@media (max-width: 480px) {
    .carbon_tool_image{
        min-height: 250px;
    }

    .carbon_tool_image h1 {
        font-size: 24px;
    }
}

.carbon_tool_data{
    margin: 50px 0;
}

.carbon_tool_data img{
    width: 60%;
    height: 350px;
}

.carbon_tool_data h2{
    padding: 20px 0;
}

.carbon_tool_data p{
    font-family: lato;
    line-height: 26px;
}

.carbon_right h2{
    font-weight: 600;
    padding-left: 30px;
}

.carbon_right ul{
    list-style: none;
}

.carbon_right ul li{
    list-style: none;
    padding-bottom: 10px;
}

.carbon_right ul li a{
    font-weight: 500;
    font-family: poppins;
    text-decoration: none;
    list-style: none;
    color: black;
}

.carbon_right ul li a:hover{
    color: rgb(53, 104, 95);
}

.carbon_right{
    border: 1px solid black;
    border-radius: 15px;
    animation: moveFromRight 0.8s ease forwards;
}

@media (max-width: 480px) {
    .carbon_tool_data img{
        height: 200px;
    }
}

@keyframes moveFromRight {
    from {
        transform: translateX(50px); /* start from right */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* normal position */
        opacity: 1;
    }
}
/* ************************************************************* products *************************************************** */
.product_card{
    margin: 50px 0;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.product_card h2{
    font-weight: 600;
    text-align: center;
    align-items: center;
    padding-bottom: 50px;
}

.product_images{
    border: 2px solid #35685f;
    padding: 20px;
    border-radius: 15px;
}

.product_images img{
    width: 70%;
    height: 120px;
    border: 1px solid #35685f;
}

.product_images h3{
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0;
}

.product_images p{
    font-weight: 400;
    font-size: 16px;
    font-family: lato;
}

.product_images button{
    background-color: #35685f;
    color: white;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
    border: none;
}

@media(max-width: 450px){
   .product_images{
    margin-bottom: 20px;
   }
}

.product_row2, .product_row3, .product_row4{
    margin-top: 50px;
}

.product_row1:hover, .product_row2:hover, .product_row3:hover, .product_row4:hover{
    animation: moveFromRight 0.9s ease forwards;
    cursor: pointer;
}

/* .product_row2:hover{
    animation: moveFromRight 0.9s ease forwards;
    cursor: pointer;
} */

@keyframes moveFromRight {
    from {
        transform: translateX(50px); /* start from right */
        opacity: 0;
    }
    to {
        transform: translateX(0); /* normal position */
        opacity: 1;
    }
}

/* ******************************************************* D2 Cr12MOV flats ************************************************ */
.d2_flats{
    margin-top: 50px;
}

.d2_flats img{
    width: 80%; 
    height: 350px; 
    margin-left: 90px;
}

@media(max-width: 450px){
    .d2_flats img{
        height: 250px;
        margin-left: 40px;
    }

    .d2_flats h2{
        padding-top: 20px;
    }
}