.bg-overlay-filter {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0.8));
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(6px);
}

.header-area {
    z-index: 15;
}

.banner-area {
    height: 100vh;
}

#sticky-header {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#sticky-header .container {
    
    min-height: 86px;
    margin-top: 5px;
    background-color: white;
    border-radius: 16px;
    border: 2px solid #f1f1f1;
}

@media screen and (max-width: 991px) {
    #sticky-header .container  {
        display: flex;
        align-items: center;
    }

    #sticky-header .container > .row {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }

    #sticky-header .container .row > .col-lg-12 {
        padding: 0 !important;
    }

    .slicknav_btn {
        right: -18px;
        top: -29px;
    }

    #sticky-header .btn.header-btn {
        margin-right: 34px;
    }
}

@media screen and (max-width: 500px ){
    .logo a img {
        height: 24px !important;
    }
}

.logo a img {
    height: 38px;
    width: auto !important;
}

.btn.header-btn {
    border-radius: 16px;
    background-color: #ce7c30;
    box-shadow: 0 20px 30px 0 rgb(204 141 37 / 20%);
}

.theme-btn-two{
    border-radius: 16px;
    background-color: #ce7c30;
    box-shadow: 0 20px 30px 0 rgb(204 141 37 / 20%);
}

.theme-btn-two:hover {
    background-color: #241e34;
    color: #fff;
}

.feature-wrap.wrap {
    border-radius: 16px !important;
    border: 2px solid #f1f1f1;
    box-shadow: none !important;
}

.feature-wrap .f-icon i {
    color: #ce7c30;
    font-size: 46px ;
}

.img-rounded {
    border-radius: 24px;
    border: 2px solid #f1f1f1;
}

.purchase-area img {
    height: 300px;
}

.bg-banner-sec {
    border-radius: 40px;
    border: 1px solid #f1f1f1;
    background-color: #f5f5ff;
}

.bg-banner-sec img {
    height: 80px;
    width: auto !important;
}

.gap-4 {
    gap: 36px;
}

.single-web-content .icon-area {
    color: #ce7c30;
}

.hover-web-content::before {
    background-color: #ce7c30;
}

.single-web-based-area {
    border-radius: 16px;
    border: 2px solid #f1f1f1;
}

.web-based-border > div {
    border: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    border-bottom: 0 solid transparent !important;
    border-top: 0 solid transparent !important;
}

.footer-contact-area.theme-bg {
    background-color: #241e34;
}

.theme-bg {
    background-color: #ce7c30;
}

.invert-btn {
    background-color: #241e34;
}

.invert-btn:hover {
    color: #241e34;
    background-color: white;
}

.single-review  {
    background-color: white;
    border: 2px solid #f1f1f1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: none !important;
}

.single-review-text {
    color: #ce7c30;
}

.single-review .reviewer::after {
    display: none !important;
}

.reviewer-thumb {
    height: 60px;
    min-width: 60px;
    border-radius: 16px;
    background-color: white;
    border: 2px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviewer-thumb i{
    color: #ce7c30;
    font-size: 24px;
}

.form-control {
    box-shadow: none !important;
    border: 2px solid #f1f1f1;
    height: 43px;
    border-radius: 16px !important;
}

.solid-btn-login {
    padding: 0 20px;
    height: 43px ;
    border-radius: 16px;
    background-color: #ce7c30;
    box-shadow: 0 20px 30px 0 rgb(204 141 37 / 20%);
    border: none !important;
}

.solid-btn-login:hover {
    background-color: #241e34;
}

.footer-logo img{
    height: 32px;
    width: auto !important;
    max-width: none !important;
}

#scrollUp {
    border-radius: 16px;
    background-color: #ce7c30;
    box-shadow: 0 20px 30px 0 rgb(204 141 37 / 20%);   
}

.slicknav_nav {
    border: 2px solid #f1f1f1;
    background-color: white;
    border-radius: 16px;
}

label.error {
    color: rgb(150, 43, 43);
    font-size: 12px;
}


#success {
    display: none;
    border: 1px solid #1ab21a;
    background-color: #6dd96d38;
    padding: 10px 20px;
    border-radius: 16px;
    color: #1ab21a;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 600;
}

#error {
    display: none;
    border: 1px solid #c00c0c;
    background-color: #d96d6d62;
    padding: 10px 20px;
    border-radius: 16px;
    color: #c00c0c;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}
