* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a{
      text-decoration: none !important;
  }
  body {
    /* background-color: #b93b22; */
  }
  .top_navbar {
    /* border: 1px solid black; */
    /* padding-left: 200px;
      padding-right: 200px; */
  }
  .container {
    /* border: 1px solid black; */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .left_container {
    width: 20%;
  }
  .mid_container {
    width: 50%;
  }
  .right_container {
    width: 25%;
  }
  .content_box {
    /* border: 1px solid black; */
    border-radius: 5px;
  }
  
  .imgBox {
    border: 1px solid black;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    align-self: center;
  }
  .Flex_item {
    /* border: 1px solid black; */
    border-radius: 5px;
    cursor: pointer;
    padding-left: 10px;
    padding-left: 10px;
  }
  .Flex_item:hover{
      background-color: #ebebeb;
  }
  .categSearch {
    background-color: #fff;
  }
  .Flex_item_bottom {
    /* border: 1px solid black; */
    border-radius: 5px;
    cursor: pointer;
  }
  .Flex_item_bottom:hover{
      background-color: #ebebeb;
  }
  .coverImg {
    height: 80px;
  }
  .userImg {
    /* border: 1px solid black; */
    width: 150px;
    height: 150px;
    border-radius: 100px;
    align-self: center;
    margin: 0 auto;
  overflow: hidden;
  background-size: cover;
  
  }
  .comment_box{
      border-radius: 30px;
      outline: none;
  }
  .link_item{
      cursor: pointer;
  }
  .link_item:hover{
      background-color: rgb(232, 232, 232);
  }
  .msg_box {
    margin-right: 20px;
    position: fixed;
    right: 11px;
    z-index: 10;
    top: 80%;
    padding: 8px;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
    border: 2px solid #00d757;
    background-color: #00d757;
    border-radius: 10px;
}
.msg_box:hover {
    width: 160px;
}
.msg_box a {
    align-items: center;
    display: flex;
    color: #ffffff;
}
.msg_box_mobile {
    display: none;
    margin-right: 20px;
    position: fixed;
    right: 11px;
    z-index: 10;
    top: 80%;
    padding: 8px;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto;
    border: 2px solid #00d757;
    background-color: #00d757;
    border-radius: 10px;
}
.msg_box_mobile a {
    align-items: center;
    display: flex;
    color: #ffffff;
}
.msg_box:hover a::after {
    content: "Chat with us";
    margin-left: 10px;
    white-space: nowrap;
    font-size: 16px;
}


.benefits-card {
  background-color: #f8f9fa;
  border-radius: 10px;
}

.benefits-list {
  text-align: justify;
  list-style-type: none;
  padding-left: 0;
}

.benefits-list li {
  padding: 8px 0;
  position: relative;
  padding-left: 30px;
}

.benefits-list li:before {
  content: "✓";
  color: #28a745;
  position: absolute;
  left: 0;
}

.industry-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  height: 100%;
  transition: transform 0.3s;
}

.industry-card:hover {
  transform: translateY(-5px);
}

.cta-section {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  color: white;
  border-radius: 10px;
}

.back-to-top
 {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 15px;
    z-index: 99;
}
.btn-secondary
 {
    background: #F57E57;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(245, 126, 87, 0.3);
}
.btn-secondary:hover
 {
     background: #03a4ed;
  color: #fff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px #03a4ed;
}
.bg-primary {
    background-color: #ff685f !important;
}
.hero-header {
    background: linear-gradient(rgb(9 10 11 / 85%), rgb(15 17 20 / 85%)), url(../images/aboutus.jpg) center center no-repeat;
    background-size: cover;
    min-height: 350px;
}