* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* cursor: pointer; */
}

main {
    width: 100%;
    height: 100vh;
}

/* -------------------------------------------<! first section-------->-------------------------------------------------------- */

.section.category-header-area, .bg-blue{
    background-color: unset !important;
}
.section.category-header-area{
    padding: 0% 1rem;
    background-image: url(../img/productheader.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    opacity: 1.0;
}
/*.image-placeholder-1 {
    padding: 0% 1rem;
    background-image: url(../img/headerbackground.jpg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    opacity: 0.5;
}

.image-placeholder-1::before {
    z-index: -1;
}*/



.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

.header a {
    text-decoration: none;
color: #080202;
}

.logo img {
    width: 220px;
    z-index: 2;
    margin-left: 50px;
    margin-top: 30px;
}

.navbar {
    display: flex;
    align-items: center;
}

/* _____________close btn__________________ */

.nav-list {
    list-style: none;
    display: flex;
}

.navbar ul li a {
    text-decoration: none;

}

.nav-list li {
    margin-right: 40px;
}

/* Media queries for responsiveness */

@media screen and (max-width: 1000px) {
    .menu-icon {
        display: block;
    }

    .nav-list {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        background-color: transparent;
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .nav-list.active {
        display: flex;
    }

    .nav-list li {
        margin: 10px 0;
        width: 100%;
        padding: 10px;
        background-color: #faf6f6;
    }

    .material-symbols-outlined {
        color: #fefafa;
        position: absolute;
        top: 45px;
        right: 53px;
        display: none;
    }

    span {
        /* color: #df5f0f; */
    }

    .text {
        width: 100%;
        height: 100%;
    }

}

.contant {
    align-items: center;
    text-align: center;
    color: #fff;
    font-family: 'DM Sans',sans-serif;
    font-weight: 400;
    padding-top: 5%;

}


.index-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}
/* -------------------------------------------second section & fourth section---------------------------------------------------------------- */
.third {
    justify-content: center;
    padding-top: 5%;
    position: relative;
}
.contant h1 {
    font-size: 3.5rem;
    text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
margin-top: -30px;
}

.section-tittle {
    text-align: center;
    position: relative;
}

.col {
    border-radius: 5%;
    height: 300%;
    width: 100%;
    color: black;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}

.single-cat {
    width: 50%;
    float: left;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 5%;
    background: #faf8f8;
    padding: 40px 21px;
    transition: all .4s ease-out 0s;
    position: relative;
    box-shadow: 0 25px 35px rgba(68, 162, 255, 0.1)
}

.cat-icon {
    width: 50px;
    height: 50px;
    align-items: center;
    background-color: #C76919;
    color: black;
    border-radius: 50px;
    font-size: 10px;
    line-height: 45px;
    text-align: center;
}

.cat-cap {
    text-align: left;
    margin-top: 15%;
}

.single-cat:hover {
    background-color: #C76919;
    color: #fff;

    .cat-icon {
        background-color: #fff;
    }
}

.third-contant {
    display: flex;
    justify-content: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: #3d3d3d;
}

/* -------------------------------------------third section---------------------------------------------------------------- */
.elementor-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* padding-top: 10%; */
    background-image: url(../img/background-99.jpg);
    /*padding-top: 5%;
    padding-bottom: 5%;*/
    padding-top: 0%;
    padding-bottom: 0%;
    background-size: cover;
}
/* @media screen and (max-width: 768px) {
    .elementor-container {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@media screen and (max-width: 480px) {
    .elementor-container {
        padding-top: 0%;
        padding-bottom: 0%;
    }
} */

.header-underline-2 {
    position: relative;
}

.container {
    display: flex;
    width: 100%;
    padding: 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 25px 0px 25px 0px;
}

@media screen and (max-width: 1000px) {
    .container {
        /* padding: 15px 0; */
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .container {
        padding: 10px 0;
    }
}
/* .text {

    width: 25%;
} */
.circle-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #c76919;
    border-radius: 50%;
}
.text1{
    display: flex;
    margin: 15px 15px 15px 15px;
    --e-column-margin-right: 15px;
    --e-column-margin-left: 15px;
    padding: 25px 10px 25px 10px;
}
.section-3-paragraph {
    padding: 0px 20px;
}
.section-3-p-h {
    font-size: 1.25rem;
    color: #2e3847;
}
.section-3-p {
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
    margin-left: 2px;
    color: #111111;
}

/* -------------------------------------------fourth section---------------------------------------------------------------- */
.personinfo {
    padding: 2% 2% 4% 2%;
}
.personinfo section-2-contain{
    flex-wrap: wrap;
}
.container1 {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.container-content {
    display: flex;
    width: 50%;
    margin-bottom: 15px;
}
.col1 {
    padding: 2px 30px 2px 10px;
}
.col1-h {
    font-size: 1.25rem;
    color: #2e3847;
}
.col1-p {
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
    color: #3d3d3d;
    text-align: justify;
}

@media screen and (max-width: 920px) {
    .container-content {
        width: 50%;

    }
}
@media screen and (max-width: 768px) {
    .container1 {
        display: block;
    }

    .container-content {
        width: 70%;
        margin-left: 20px;
    }

    .contact-container
    .img {
        width: 10%;
    }
}

/* -------------------------------------------footer---------------------------------------------------------------- */
.footer-div {
    display: flex;
    justify-content: space-between;
    background-color: #44546A;
    color: #fff;
    align-items: center;
    padding: 20px 8px 20px 5px;
}
.footer {
    display: flex;
    align-items: center;
}
.footer-list {
    list-style: none;
    display: flex;
    padding-left: 100px;
    padding-top: 15px;
}

.footer ul li a {
    text-decoration: none;
    color: #ffffff;
}

.footer-list li {
    margin-right: 20px;
}
.footer-list li:last-child {
    margin-right: 0;
}





/* product */
.product-page {
    font-family: 'Roboto', sans-serif;
}

.product-container {
    padding: 0% 1rem;
    background-image: url(/company-1/image/workshop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    opacity: 0.5;
}
.product-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.section-1 {
    margin-top: 1rem;
}
.section-1-h {
    /*padding-left: 100px;*/
    color: #1e1810;
    /*width: 100%;*/
    display: flex;
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
}
@media screen and (max-width: 1200px) {
    .section-1-h {
        margin-left: 15px;
    }
}
.section-1-paragraph {
    padding: 0px 20px;
}
.section-1-p-h {
    font-size: 1.25rem;
    color: #44546A;
    line-height: 1.5em;
}
.section-1-p {
    padding-top: 5px;
    font-size: 14px;
    text-align: left;
    margin-left: 2px;
    color: #111111;
}
.section-2 {
    margin-top: 2rem;
}
.section-2-h {
    /* padding-left: 100px; */
    color: #1e1810;
    /* padding-top: 50px; */
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .section-2-h {
        margin-left: 15px;
    }

}
.section-2-contain{
    display: flex;
    margin-right: auto;
    margin-left: auto;
    /* position: relative; */
    max-width: 1140px;
    width: auto;
}
@media screen and (max-width: 1200px) {

    .section-2-contain {
        margin-left: 20px;
    }
}
.section-2-cards {
    display: grid;
   /* grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    width: 80%;
    margin-left: 10%;*/
}
.card-container {
    color: #080202;
    padding: 0px;
    height: max-content;
}
.card-section {
    margin: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.5);
}
.card {
    width: 250px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    /*background-color: #7A7A7A;*/
    background-color: #f7f7f7;
    /*height: 100%;*/
    min-height: 310px;
  }

  .card img {
    max-width: 100%;
    /* height: 100%; */
        height: 150px;
  }

  .card-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
  }

  .card-content {
    display: table-row;
    margin-top: 10px;
    padding: 0px 10px;
  }

  .card-count {
    /* margin-top: auto; */
    font-size: 14px;
    font-weight: bolder;
    color: #141414;
    padding: 0px 10px 0px 10px;
    /* bottom: 3px; */
  }

  .card-container {
    display: contents;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card-section {
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
  }

  .section-3 {
    padding: 0% 1rem;
    background-image: url(../img/background-3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 5rem;
    height: 550px;
    opacity: 0.5;
  }
  .section-3-content {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  .section-3-h-p{
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 500;
    z-index: 1;
  }
  .form-div {
    margin-left: 20%;
    margin-top: 50px;
  }

  .form-container {
    display: flex;
    align-items: center;
  }

  .input-field {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    width: 30%;
    outline: none;
    margin-bottom: 8rem;
  }

  .submit-button {
    border: none;
    border-radius: 20px;
    background-color: #ff7a3d;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    margin-bottom: 8rem;
  }





  /* Contact */

  .contact-page {
    font-family: 'Roboto', sans-serif;
}

.contact-container {
    background-image: url(/company-1/image/contact.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-size: cover;
    height: 400px;
    opacity: 0.4;
}
.contact-header {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

.contact-section-1 {
    margin-top: 3rem;
}
.contact-section-1-div2 {
    margin-bottom: 3rem;
}
.contact-section-1-div2 {
    justify-content: space-between;
    color: #3d3d3d;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}
.contact-form-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

.contact-input-field {
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 10px;
    margin-right: 10px;
    width: 30%;
    outline: none;
    margin: 5px;
  }

  @media screen and (max-width: 1200px) {
    .contact-input-field {
        width: 40%;
    }
}

.send-button {
    border: none;
    border-radius: 20px;
    background-color: #ff7a3d;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    /*margin-left: -18rem;*/
    margin-top: 5px;
}
.fa-screwdriver-wrench:before, .fa-tools:before {
    content: "\f7d9";
}
#show_message span.error{
    display: block;
}
.categories-carousel .carousel-control-next {
    right: -5px;
}
.categories-carousel .carousel-control-next, .categories-carousel .carousel-control-prev{
    z-index: 1;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    top: calc( 50% - 0px);
    margin-right: 5px !Important;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    padding: 0px;
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
    opacity: 1;
}