.hero {
    position: relative;
  
    display: flex;
    flex-direction: column;
    justify-content: center;
         position: relative;
  /* width: 100vw; */
    width: 100%;
  min-height: 1050px;
  /* background: url("../images/Landing_page_slider.png") no-repeat center center; */
  background-size:cover;
  overflow: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 90px 0 0;
    background-size: cover;
    background-position: center;
    

}

    .hero-image{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2;
        width: 100%;

        
    }

    .hero-image-down{
        position: absolute;
        left: 0;
        right: 0;
        bottom: -130px;
        z-index: 2;
        width: 100%;
    }

    @media (min-width: 2000px) {
        .hero-image-down{
            bottom: -14vw;
        }
    }

    @media (max-width: 768px) {
        .hero-image {
            display: none;
        }
        .hero-image-down{
            display: none;
        }
    }

.hero {
    position: relative;
    display: flex;
    flex-direction: column;

    width: 100%;

    background-size: cover;

    overflow: hidden;

    padding-top: 90px;
}
/* 
.home-bbg {
     position: relative;
  width: 100%;
  padding: 0;
     min-height: 100vh; 

  background: url("../images/sechw.png") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  z-index:-2
}   */
 .home-bbg {
  position: relative;
}

.home-bbg::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url("../images/sechw.png") no-repeat center center; */
  background-size: cover;
  z-index: -1;
}
  
.chase-bg {
 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;

} 
/* 
.home-bbg {
  position: relative;
  min-height: 100vh;
  z-index: 3;
}

.home-bbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/landpw.png") no-repeat center center;
  background-size: cover;
  opacity: 0.85;      
  z-index: 3;
}
.colored-section {
  position: relative;
  background: transparent;
  z-index: 2;
}

 */

.bgg-overlay{
    background: transparent;
}

.blob{
    opacity: 0.25;
    mix-blend-mode: screen;
}

.orbit {
   position: absolute;
  inset: -15%;
  animation: rotateOrbit 30s infinite alternate ease-in-out;
  transform-origin: center;
  transform: rotate(0deg) scale(1.05);
}

.blob {
    position: absolute;
    width: 850px;
    height: 850px;
    border-radius: 50%;
    filter: blur(800px);
    opacity: 0.25;
    mix-blend-mode: multiply;
}

.blob-1 {
    background: #f8992c;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-2 {
    background: #44bda4;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}

.blob-3 {
    background: #8379b8;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.blob-4 {
    background: #fe2c55;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
.home-bbg >*{
  position: relative;
  z-index: 10;
}
/* .color-overlay {
  position: absolute;
  inset: 0;
  background: #F5F5F5; 
  z-index: 1;
} */

/* .diff-ind{
    position: relative;
  z-index: 10;
} */

@media (max-width:931px) {
.blob-hero  {
  position: absolute;
  width: 200px;
  height:200px;
  border-radius: 50%;
  filter: blur(400px);
  opacity: 0.25;
  mix-blend-mode:screen;
}}
@media (max-width: 992px) {
    .hero {
        padding: 150px 0 40px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding: 120px 0 30px;
    }
}
.hero-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
.hero-content-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 982px;
    margin: 0 auto;
    padding-bottom: 80px;
    padding-top: 50px;
}
@media (max-width: 1200px) {
    .hero-content-center {
        max-width: 900px;
    }
}
@media (max-width: 992px) {
    .hero-content-center {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .hero-content-center {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    .hero-content-center {
        max-width: 100%;
        padding: 0 15px;
    }
}
.hero-label {
    margin-bottom: 15px;
    margin-top: 20px;
}
.hero-label span {
    font-size: calmp(14px, 1.5vw, 18px);
    font-weight: 400;
    letter-spacing: 2px;
    color: #8379b8;
    text-transform: uppercase;
    position: relative;
}
.hero-title {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 700;
    color: #231f20;
    margin-bottom: 6px;
    line-height: 1.2;
}
.hero-title .text-accent {
    color: #f05271;
    position: relative;
    display: inline-block;
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .hero-title {
        font-size: 28px;
    }
}
.hero-subtitle {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.6;
    font-weight: 500;
    color: #00000080;
    margin-bottom: 20px;
}
.hero-search {
    margin-bottom: 30px;
    width: 100%;
}
.hero-search .search-form {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 5px;
}
@media (max-width: 576px) {
    .hero-search .search-form {
        border-radius: 10px;
        align-items: stretch;
    }
}
.hero-search .search-form .form-group {
    position: relative;
}
.hero-search .search-form .form-group label {
    position: absolute;
    top: 5px;
    font-size: 12px;
    color: #8379b8;
}
[dir="rtl"] .hero-search .search-form .form-group label {
    right: 22px !important;
    text-align: right !important;
}
.hero-search .search-form .form-group.category-group {
    flex: 0 0 30%;
    border-right: 1px solid #f8e0e0;
}
[dir="rtl"] .hero-search .search-form .form-group.category-group {
    border-right: none;
    border-left: 1px solid #eee;
}
@media (max-width: 768px) {
    .hero-search .search-form .form-group.category-group {
        flex: 0 0 40%;
    }
}
@media (max-width: 576px) {
    .hero-search .search-form .form-group.category-group {
        flex: 1;
        border-right: none;
        border-bottom: 1px solid #eee;
    }
    [dir="rtl"] .hero-search .search-form .form-group.category-group {
        border-left: none;
    }
}
.hero-search .search-form .form-group.service-group {
    flex: 1;
}
.hero-search .search-form .form-control {
    width: 60%;
    height: 50px;
    border: none;
    background: transparent;
    padding: 25px 20px 10px;
    font-size: 14px;
    color: #8379b8;
    outline: none;
}
.hero-search .search-form .form-group label {
    position: absolute;
    top: 5px;
    font-size: 15px;
    font-weight: 600;
}
html[lang="en"] .hero-search .search-form .form-group label {
    position: absolute;
    top: 5px;
    left: 18 !important;
}
.hero-search .search-form .form-control:focus {
    outline: none;
    box-shadow: none;
}
.hero-search .search-form .form-control::placeholder {
    color: #aaa;
    font-size: 14px;
}
.hero-search .search-form select.form-control {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.hero-search .search-form .dropdown.bootstrap-select {
    position: relative;
    width: 100%;
}
.hero-search .search-form .dropdown.bootstrap-select .btn.dropdown-toggle {
    width: 50% !important;
    height: 50px;
    background-color: transparent;
    border: none;
    padding: 25px 20px 10px;
    text-align: left;
    position: relative;
    color: #333;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;

    height: 56px;
    padding: 10px;
}
.hero-search .search-form .dropdown.bootstrap-select .btn.dropdown-toggle:focus,
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .btn.dropdown-toggle:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .btn.dropdown-toggle
    .filter-option {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.3607843137);
    font-size: 15px;
    font-weight: 600;
}
/* [dir=rtl] .hero-search .search-form .dropdown.bootstrap-select .btn.dropdown-toggle {
  text-align: right;
} */
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .btn.dropdown-toggle::after {
    display: none;
}
.hero-search .search-form .dropdown.bootstrap-select .select-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #8379b8;
    border-bottom: 2px solid #8379b8;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-left: 10px;
    margin-top: -5px;
    position: absolute;

    top: 25%;
    pointer-events: none;
}

.hero-search .search-form .dropdown.bootstrap-select:hover .select-arrow {
    border-color: #f05271;
}
.hero-search .search-form .dropdown.bootstrap-select .dropdown-menu {
    width: 50%;
    padding: 10px 0;
    margin: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    z-index: 1000;
}
.hero-search .search-form .dropdown.bootstrap-select .dropdown-menu .inner {
    max-height: 280px;
    overflow-y: auto;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .inner::-webkit-scrollbar {
    width: 5px;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .inner
    .dropdown-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease;
    text-align: start;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .dropdown-item:hover,
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .dropdown-item:focus {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
.hero-search
    .search-form
    .dropdown.bootstrap-select
    .dropdown-menu
    .dropdown-item.active {
    background-color: rgba(240, 82, 113, 0.1);
    color: #f05271;
}
.hero-search .search-form .dropdown.bootstrap-select.show .dropdown-toggle {
    background-color: transparent;
}
.hero-search .search-form .dropdown.bootstrap-select.show .select-arrow {
    transform: rotate(-135deg);
    border-color: #f05271;
}
[dir="rtl"]
    .hero-search
    .search-form
    .dropdown.bootstrap-select.show
    .select-arrow {
    transform: rotate(180deg);
}
.hero-search .search-form .dropdown.bootstrap-select.show .dropdown-menu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    overflow-y: auto;
    transform: translateY(0);
}
.hero-search .search-form .search-btn {
    min-width: 100px;
    height: 40px;
    background: #f05271;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}
html[lang="ar"] .hero-search .search-form .search-btn {
    margin-left: 10px;
}
html[lang="en"] .hero-search .search-form .search-btn {
    margin-right: 10px;
}
.hero-search .search-form .search-btn:hover {
    background: #8379b8;
    box-shadow: 0 5px 15px rgba(240, 82, 113, 0.3);
}
.hero-search .search-form .search-btn:active {
    transform: translateY(0);
}
@media (max-width: 576px) {
    .hero-search .search-form {
        flex-direction: column;
        padding: 10px;
    }
    .hero-search .search-form .form-group {
        margin-bottom: 10px;
    }
    .hero-search .search-form .search-btn {
        width: 100%;
        margin-top: 10px;
    }
}
.hero-search .search-form .form-control {
    height: 56px; /* بدل 50px */
    padding: 28px 20px 8px; /* خلي النص أنزل شوية */
}
.hero-search .search-form .dropdown.bootstrap-select .btn.dropdown-toggle {
    height: 56px;
    padding: 28px 20px 8px;
}

.hero-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-filters .filter-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 15px;
    box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.1490196078);
    cursor: pointer;
    transition: all 0.3s ease;
}
.hero-filters .filter-tag:hover:nth-child(1) {
    span{
        color: #F05271;
    }

    svg path {
        fill: #F05271;
        fill-opacity: 1;
    }
}

.hero-filters .filter-tag:hover:nth-child(2) {
    span{
        color: #F8992C;
    }

    svg path {
        fill: #F8992C;
        fill-opacity: 1;
    }
}

.hero-filters .filter-tag:hover:nth-child(3) {
    span{
        color: #38BEA5;
    }

    svg path {
        fill: #38BEA5;
        fill-opacity: 1;
    }
}

.hero-filters .filter-tag svg {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-filters .filter-tag span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 700;
}
.hero-bottom-text {
    text-align: center;
    margin-bottom: 10px;
    height: 60px;
}
.hero-bottom-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
}
.hero-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}
.hero-cta .play-btn-wrapper {
    position: relative;
}
.hero-cta .play-btn-wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background-color: rgba(240, 82, 113, 0.1);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.hero-cta .play-btn {
    width: 57px;
    height: 57px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}
.hero-cta .play-btn:hover {
    transform: scale(1.05);
}
.hero-cta .play-btn svg {
    width: 57px;
    height: 57px;
}
.hero-cta .get-started-btn {
    height: 50px;
    padding: 26px 30px;
    background: #f05271;
    color: #fff;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1490196078);
    display: flex;
    align-items: center;
    text-decoration: none;
}
.hero-cta .get-started-btn:hover {
    transform: translateY(-2px);
    background: #8379b8;
}
.hero-cta .get-started-btn:active {
    transform: translateY(0);
}
.hero-cta .app-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.hero-cta .app-download .app-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
.hero-cta .app-download .app-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.hero-cta .app-download .app-link:hover {
    transform: translateY(-2px);
}
.hero-cta .app-download .app-link svg {
    width: 100%;
    height: 100%;
}
.hero-cta .app-download .download-text {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
@media (max-width: 576px) {
    .hero-cta {
        flex-direction: column;
        gap: 15px;
    }
    .hero-cta .get-started-btn {
        width: 100%;
        text-align: center;
    }
    .hero-cta .app-download {
        width: 100%;
        justify-content: center;
    }
}
.text-ccu {
    font-size: clamp(34px, 14vw, 48px);
    font-weight: 700;
    color: #f05271;
}
.htext-ccu {
    font-size: clamp(34px, 14vw, 48px);
    font-weight: 700;
    color: #00000080;
}
.hero-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.hero-images .director-chair {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 150px;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
@media (max-width: 992px) {
    .hero-images .director-chair {
        width: 120px;
        height: 200px;
    }
}
@media (max-width: 768px) {
    .hero-images .director-chair {
        display: none;
    }
}
.hero-images .camera-left {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 180px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-images .camera-left {
        width: 140px;
        height: 140px;
        left: 10%;
    }
}
@media (max-width: 768px) {
    .hero-images .camera-left {
        display: none;
    }
}
.hero-images .camera-right {
    position: absolute;
    bottom: 5%;
    right: 10%;
    width: 220px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-images .camera-right {
        width: 160px;
        height: 160px;
    }
}
@media (max-width: 768px) {
    .hero-images .camera-right {
        display: none;
    }
}
.hero-images .spotlight-left {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 100px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-images .spotlight-left {
        width: 80px;
        height: 120px;
    }
}
@media (max-width: 768px) {
    .hero-images .spotlight-left {
        display: none;
    }
}
.hero-images .spotlight-right {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 120px;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-images .spotlight-right {
        width: 100px;
        height: 150px;
    }
}
@media (max-width: 768px) {
    .hero-images .spotlight-right {
        display: none;
    }
}
.hero-images .clapperboard {
    position: absolute;
    bottom: 15%;
    right: 25%;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 992px) {
    .hero-images .clapperboard {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 768px) {
    .hero-images .clapperboard {
        display: none;
    }
}
.hero-images .sparkle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'%3E%3C/polygon%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    animation: twinkle 3s infinite;
}
.hero-images .sparkle.sparkle-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}
.hero-images .sparkle.sparkle-2 {
    top: 15%;
    right: 20%;
    animation-delay: 0.5s;
}
.hero-images .sparkle.sparkle-3 {
    top: 40%;
    left: 30%;
    animation-delay: 1s;
}
.hero-images .sparkle.sparkle-4 {
    top: 60%;
    right: 15%;
    animation-delay: 1.5s;
}
.hero-images .sparkle.sparkle-5 {
    top: 70%;
    left: 40%;
    animation-delay: 2s;
}

[dir="rtl"] .hero-title .text-accent:after {
    transform: skewX(10deg);
}

@keyframes heroGradientShift {
    0% {
        opacity: 0.3;
        transform: scale(1.3);
    }
    25% {
        opacity: 0.2;
        transform: scale(1.2);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.3);
    }
    75% {
        opacity: 0.2;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.4;
        transform: scale(1.4);
    }
}
@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
        transform: rotate(0deg);
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@keyframes twinkle {
    0% {
        opacity: 0.2;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.2;
        transform: scale(0.8);
    }
}
/* [dir=rtl] .dropdown-menu {
  right: 0;
  left: auto;
} */
[dir="rtl"].hero-search
    .search-form
    .dropdown.bootstrap-select
    .btn.dropdown-toggle {
    width: 50% !important;
    height: 50px;
    background-color: transparent;
    border: none;
    padding: 25px 20px 10px;
    text-align: right;
    position: relative;
    color: #333;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;

    height: 56px;
    padding: 10px;
}
[dir="rtl"].hero-search .search-form .dropdown.bootstrap-select .select-arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #8379b8;
    border-bottom: 2px solid #8379b8;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    margin-top: -5px;
    position: absolute;

    top: 25%;
    pointer-events: none;
}
[dir="rtl"] .dropdown-menu {
    right: 0;
    left: auto;
}
.hero-search .select-arrow {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

[dir="rtl"] .hero-search .dropdown.bootstrap-select.show .select-arrow {
    transform: rotate(-135deg) !important;
}

.category-group {
    padding-left: 30px;
}

.select-arrow {
    left: 100px;
}

.hero-search .search-form .form-group .search-type {
    left: 50px;
}

@media (max-width: 576px) {
    .hero-search .search-form .form-group .search-type {
        left: 20px;
    }

    .category-group {
        padding-left: 0px;
    }
}
.hero-search .search-form .search-btn {
    font-size: 20px;
}

.search-form .dropdown.bootstrap-select.show .dropdown-menu {
    width: 100%;
}

.hero-filters {
    margin-top: 5px;
}

.hero-filters a {
    text-decoration: none;
}

.hero-filters a {
    text-decoration: none;
}

/*# sourceMappingURL=header.css.map */
