span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 1em;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f27c22;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:1em;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f27c22;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f27c22;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f27c22;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#f27c22;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f27c22;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f27c22
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f27c22
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f27c22
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f27c22
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f27c22
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f27c22
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.product-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 100%; /* Optional: for rounded icons */
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: #fff;
  padding: 10px;
}
.lishanoma-footer-dark {
    padding: 50px 0;
    color: #f0f9ff;
    background-color: #282d32;
  }
  
  .lishanoma-footer-dark h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: white;
  }
  
  .lishanoma-footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .lishanoma-footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
  }
  
  .lishanoma-footer-dark ul a:hover {
    opacity: 0.8;
  }
  
  @media (max-width: 767px) {
    .lishanoma-footer-dark .lishanoma-item:not(.lishanoma-social) {
      text-align: center;
      padding-bottom: 20px;
    }
  }
  
  .lishanoma-footer-dark .lishanoma-item.lishanoma-text {
    margin-bottom: 36px;
  }
  
  @media (max-width: 767px) {
    .lishanoma-footer-dark .lishanoma-item.lishanoma-text {
      margin-bottom: 0;
    }
  }
  
  .lishanoma-footer-dark .lishanoma-item.lishanoma-text p {
    opacity: 0.6;
    margin-bottom: 0;
    color: #cccccc;
  }
  
  .lishanoma-footer-dark .lishanoma-item.lishanoma-social {
    text-align: center;
  }
  
  @media (max-width: 991px) {
    .lishanoma-footer-dark .lishanoma-item.lishanoma-social {
      text-align: center;
      margin-top: 20px;
    }
  }
  
  .lishanoma-footer-dark .lishanoma-item.lishanoma-social > a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
    transition: all 0.3s ease;
  }  
  
  .lishanoma-footer-dark .lishanoma-item.lishanoma-social > a:hover {
    opacity: 0.9;
  }
  
  .lishanoma-footer-dark .lishanoma-credit {
    text-align: center;
    padding-top: 24px;
    opacity: 0.3;
    font-size: 13px;
    margin-bottom: 0;
  }
  .card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    cursor: pointer;
  }
  
  .card-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  }
  
  .card-hover:active {
    transform: translateY(0px) scale(0.98);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }  
  .product-name {
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    display: inline-block;
  }
  
  .product-name:hover {
    color: #f27c22;
    transform: scale(1.03);
  }
  .submit-button{
    background-color: #f27c22;
    border-color: white;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
  }
  .button-color{
    background-color: #f27c22;
  }
  .testimony-item{
    background-color: #f27c22 !important;
  }
 