.page-wrapper::before {
    position: absolute;
    content: '';
    background-color: #0000003b;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.backdrop::before {
    /* opacity: 1;
    pointer-events: all; */
}
.search-page {
    background: #F9F9FF;
    position: relative;
    display: block;
    z-index: 1;
}
.search-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-image: url('../../images/icons/search-wave-bg.webp');
}
.search-page .search-box-wrapper {
    min-height: calc( 100vh - 100px );
    padding: 100px 0;
}
.demo-btn i{
    font-weight: bold;
}
.search-container, .demo-btn {
    max-width: 800px;
    margin: 0 auto;
    z-index: 999;
}
.demo-btn {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.search-page .search-bar {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
    padding: 4px 5px;
    position: relative;
    box-shadow: 7px 7px 40px #5cb73e69;
    border: 1px solid var(--primary);
    z-index: 2;
}
.search-bar button {
    z-index: 2;
}
.search-page .search-bar input {
    flex-grow: 1;
    border: 0;
    padding: 15px 10px 15px 55px;
    background-color: transparent;
    position: relative;
    outline: 0;
    z-index: 2;
    color: #2c3628;
    font-weight: 600;
}
.search-page .search-bar::before {
    content: '\f002';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    font-size: 19px;
    color: #5CB73E;
    z-index: 3;
    font-weight: bold;
}

/* ====================================== *\
            Services Section 
\* ====================================== */
.services {
    padding: 0;
}
.services .list-sm .item {
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 16%);
    border-radius: 16px;
    padding: 35px 40px;
    height: 100%;
}
.services .list-sm .item .title {
    font-size: 22px;
    line-height: 36px;
    padding-right: 52px;
}
.services .icon {
    width: fit-content;
    height: fit-content;
    padding: 15px;
    border-radius: 0px 15px 15px 15px;
}
.services .icon img {
    height: 30px;
}
.services .list-sm div:nth-child(1) .icon {
    background-color: #5F4BDB;
}
.services .list-sm div:nth-child(2) .icon {
    background-color: #EEAE08;
}
.services .list-sm div:nth-child(3) .icon {
    background-color: #298AF1;
}
.services .list-lg {
    margin-top: 120px;
    background: #FFFFFF;
    box-shadow: 7px 8px 41px rgb(78 95 255 / 5%);
    border-radius: 10px;
    overflow: hidden;
}
.services .list-lg .item {
    padding: 32px 30px;
}
.services .list-lg .icon {
    border-radius: 14px;
}
.services .list-lg div:nth-child(1) .icon {
    background-color: #54b435;
}
.services .list-lg div:nth-child(2) .icon {
    background-color: #EEAE08;
}
.services .list-lg div:nth-child(3) .icon {
    background-color: #5F4BDB;
}
.services .list-lg h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}
.services .list-lg h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
}
.services .list-lg div:nth-child(2) .item::after, .services .list-lg div:nth-child(2) .item::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: 0;
    right: 0;
    transform: translateY(50%);
}
.services .list-lg div:nth-child(2) .item::before {
    right: unset;
    left: 0;
}
/* Text Js */
.search-bar .auto-type {
    background-color: #fff;
    height: 100%;
    width: 100%;
    padding: 15px 10px 15px 60px;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 2;
}
.search-bar .text-js {
    border: 0;
    background-color: transparent;
    position: relative;
    outline: 0;
    color: #2c3628;
    font-size: 16px;
    margin: 0;
    color: #000;
    font-weight: 600;
}
.cursor{
    display: block;
    position: absolute;
    height: 90%;
    top: 0;
    right: -2px;
    width: 1px;
    background-color: #704343;
    z-index: 2;
    animation: flash 0.5s none infinite alternate;
}
@keyframes flash{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
}
.search-results {
    position: absolute;
    top: 0;
    left: 0;
    height: 405px;
    border-radius: 10px;
    width: 100%;
    background: #fff;
    top: -130%;
    z-index: 1;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transition-delay: 0.3s;
    box-shadow: 7px 7px 40px #5cb73e66;
    max-height: fit-content;
}
.search-results li {
    padding: 10px 60px;
    letter-spacing: 1px;
    transform: translateY(40px);
    transition: all 0.25s ease-in-out;
    opacity: 0;
    color: #000;
    font-weight: bold;
}
.search-results li span {
    color: rgb(73, 73, 73);
    font-weight: normal;
}
.spinner {
    display: flex;
}
.spinner .spinner-border {
    border-color: var(--primary);
    border-right-color: transparent;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    transition-delay: 0.6s;
}
.searching .spinner-border  {
    opacity: 1;
}
.searching .search-results {
    top: 135%;
    opacity: 1;
}
.searched .spinner {
    display: none;
}
.search-results ul {
    opacity: 0;
}
.searched ul {
    opacity: 1;
}
.searched .search-results li {
    transform: unset;
    opacity: 1;
    cursor: pointer;
    transition-delay: 0s;
}
.searched .search-results li:nth-child(1) {
    transition-delay: 0.1s;
}
.searched .search-results li:nth-child(2) {
    transition-delay: 0.2s;
}
.searched .search-results li:nth-child(3) {
    transition-delay: 0.3s;
}
.searched .search-results li:nth-child(4) {
    transition-delay: 0.4s;
}
.searched .search-results li:nth-child(5) {
    transition-delay: 0.5s;
}
.searched .search-results li:nth-child(6) {
    transition-delay: 0.6s;
}
.searched .search-results li:nth-child(7) {
    transition-delay: 0.7s;
}
.searched .search-results li:nth-child(8) {
    transition-delay: 0.8s;
}
.searched .search-results li:nth-child(9) {
    transition-delay: 0.9s;
}
.searched .search-results li:nth-child(10) {
    transition-delay: 1.0s;
}
.search-container .demo-btn {
    font-weight: 600;
}
.search-container .demo-btn i {
    font-size: 15px;
}
.demo-over .search-results, .demo-over .auto-type {
    display: none;
}
.searched .search-results li:hover {
    background-color: rgb(248, 248, 248);
    transition-delay: 0s;
}
@media screen and (max-width: 767px) {
    .search-bar .auto-type {
        background-color: #fff;
        width: 96%;
        left: 6px;
        top: 5px;
        height: 59px;
      }
    .searching .search-results {
        top: 50%;
        opacity: 1;
        z-index: 9;
    }
}
@media screen and (max-width: 991px) { 
    .services .list-lg div:nth-child(2) .item::after, .services .list-lg div:nth-child(2) .item::before {
        height: 1px;
        width: 90%;
        bottom: 0;
        right: 0;
        left: 0;
        top: unset;
        margin: auto;
    }
    .services .list-lg div:nth-child(2) .item::before {
        top: 0;
        bottom: unset;
    }
}
@media screen and (max-width: 767px) {
    .search-page .search-bar {
        box-shadow: unset;
        border: unset;
        background-color: unset;
        overflow: unset;
    }
    .search-page .search-bar input {
        width: 100%;
        box-shadow: 2px 2px 10px #5cb73e69;
        border: 1px solid var(--primary);
        background-color: #fff;
    }
    .search-page .search-bar::before {
        top: 31px;
    }
}