:root{
  --primary-color: #FF851B;
  --secondary-color: #0074D9;
}

#header-form{
  margin-left: 30px;
  width: 100%;
}

#header-form input{
  border: none;
  font-size: 18px;
}

.header-area .main-navbar{
  padding: 20px 0;
}

.header-area .navbar-nav {
  margin-inline-end: 20px;
}

.logo .navbar-brand{
  max-width: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-banner.hero-banner_v7{
  padding: 250px 16px;
}
.hero-banner .overlay{
  opacity: 0.3;
}

.hero-banner .banner-content{
  max-width: 100%;
  text-align: center;
}

.hero-banner .banner-content h1{
  font-size: 64px;
  color: var(--primary-color);
}

.hero-banner .banner-content .text{
  font-size: 36px;
  color: #fff;
  max-width: 100%;
}

.hero-banner .banner-filter-form{
  max-width: 700px !important;
  margin: 0 auto !important;;
}

.footer-area{
  background-color: #222;
}
.footer-widget .title{
  margin-bottom: 15px !important;
}
.footer-widget .title, .footer-widget .sub-title, .footer-social-links-wrapper .title{
  color: var(--primary-color) !important;
}

.footer-widget .sub-title{
  margin-bottom: 10px;
}

.footer-widget .footer-links a{
  color: #fff !important;
}
.footer-widget .footer-links a:hover{
  text-decoration: underline;
}

.footer-social-links-wrapper{
  border-top: 1px solid #fff;
}
.footer-social-links{
  display: flex;
  gap: 10px;
}
.footer-social-links a{
  color: #fff;
}
.footer-social-links a:hover{
  text-decoration: underline;
}
.footer-social-links a span{
  color: #fff !important;
  margin-left: 8px;
}


.category-slider .card a{
  border-radius: 6px;
  color: #fff;
}
.category-slider .card a:hover{
  background: hsl(28, 100%, 45%);
}

.testimonial-area{
  background-color: var(--primary-color);
}
.testimonial-area .section-title.title-center p{
  max-width: 700px;
}
.breadcrumbs-area{
  padding: 60px 0;
}


/*==== Admin Styles ====*/

.user-dashboard .card-box.box-1::after {
  content: unset;
}

