@import url('https://test.bhrproperties.in/admin/public/api/export-css-variables');


.partner-section {
    background-color: #1c1c1c !important;
}

.partner-section .section-title h2 {
    color: white !important;
}

.nav-logo .logo {
    padding: 30px 0 !important;
}

.navbar {
    padding: 0.8rem 0rem !important;
}

.list-group {
    margin-bottom: 50px !important;
}

.list-group-item.active {
    background-color: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 16px;
    padding: 10px 20px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    border-radius: var(--radius) !important;

    box-shadow: var(--shadow) !important;
    transform: translateZ(0);
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
    /* border: 1px solid var(--primary_color); */
}

/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ffffff !important;
    background: #265199;
    border-radius: 5px;
} */

.site-btn {
    font-size: 16px !important;
    padding: 10px 20px 10px !important;
    border-radius: var(--radius) !important;

    color: var(--primary_color);
    /* backdrop-filter: saturate(150%) blur(20px); */
    /* -webkit-backdrop-filter: saturate(150%) blur(20px); */
    background-color: unset !important;

    transform: translateZ(0);
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

.site-btn:focus {
    color: unset !important;
}

.site-btn:hover {
    color: #fff !important;
    background-color: var(--primary_color) !important;
    box-shadow: var(--shadow) !important;
    /* box-shadow: 0px 4px 10px rgba(0,0,234, 0.5); */
}

.dropdown-menu {
    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    background-color: rgba(255, 255, 255, 0.90) !important;
    border: 0px !important;
}

.dropdown-item {
    font-size: 16px !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: var(--primary_color) !important;
    border-bottom: 1px solid var(--primary_color) !important;
}

.navbar-light .navbar-toggler {
    border: 0px !important;
    color: var(--primary_color) !important;
}

.thumbs {
    height: auto !important;
}

header {
    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    background-color: rgba(255, 255, 255, 0.85) !important;

    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

.header-margin {
    margin-top: 70px !important;
}

.filter-form .nice-select,
.filter-form button.search-btn {
    border-radius: var(--radius) !important;
}

/* Card Shadow */
.row .col-lg-4 .card {
    /* box-shadow: -1px 0px 0px 1px var(--secondary_color); */
    margin-bottom: 0.25rem;
}

.section-title {
    margin-bottom: 10px !important;
}

/* Heading changes */
.section-title h2 {
    font-size: 30px !important;
    margin: auto !important;
    padding-bottom: 28px !important;
    font-weight: 500 !important;
}

.single-howit-works h4 {
    font-weight: 500 !important;
}

/* Our Projects */
.top-properties-section .top-property-all {
    color: white !important;
    margin-left: 5px !important;
    border-radius: var(--radius) !important;
    background-color: var(--primary_color) !important;
    border: var(--primary_color);
    padding: 5px 10px !important;
    float: none !important;
    margin-top: 0px;
    box-shadow: var(--shadow) !important;
}

.top-properties-section .side-btns .active,
.top-properties-section .top-property-all:hover {
    color: white !important;
    background-color: var(--secondary_color) !important;
    box-shadow: var(--shadow) !important;
    transform: translateZ(0);
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}

/* Images and Carousels */
.feature-carousel .feature-item .fi-pic {
    border-radius: var(--radius) var(--radius) 0 0 !important;
}

.feature-carousel .feature-item .fi-text .room-features {
    border-radius: 0 0 var(--radius) var(--radius) !important;
    background-color: var(--primary_color) !important;
}

.feature-carousel .feature-item .fi-text .room-features li i {
    color: #ffffff !important;
}

.feature-carousel .feature-item .fi-text .inside-text {
    border: 1px solid #dfdfdf;
}

.feature-carousel .feature-item .fi-text .inside-text h4 {
    font-size: 20px !important;
}


/* New Life Styles */
.fi-text .inside-text h4 {

    color: whitesmoke;
}

.fi-text .inside-text ul li {
    color: #777777;
    list-style: none;
}

/* Projects, Sell and Rent Sections */
.top-properties-section .section-title {
    margin-bottom: 0px !important;
}

.section-title h2:after {
    height: 4px !important;
    width: none !important;
}

.breadcrumb-text h2 {
    font-size: 30px !important;
    font-weight: 500 !important;
}

.property-sidebar h4 {
    font-weight: 500 !important;
}

.single-blog-item .sb-text h4 a {
    font-weight: 500 !important;
}

/* Contact  */
.contact-section {
    background-color: #fff !important;
}

.footer-text .footer-widget ul.contact-option li,
.footer-text .footer-widget ul li i {
    color: #fff !important;
}

.footer-text .footer-widget ul.social li i {
    color: #fff !important;
}

.footer-text-white {
    color: #e1e1e1 !important;
}

.single-hero-item {
    height: 500px !important;
}

.search-div {
    padding: 20px;
    /* background-color: #fff !important; */
    border-radius: var(--radius) !important;

    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.search-div .nav-pills .nav-link {
    color: #000000 !important;
    padding: 10px 25px;
    border-radius: var(--radius) !important;
    margin-right: 5px !important;
}

.search-div .nav-pills .nav-link:hover {
    color: #fff !important;
    background-color: var(--secondary_color);
}

.search-div .nav-link.active {
    color: #fff !important;
    background-color: var(--secondary_color);
    padding: 10px 25px;
    box-shadow: var(--shadow) !important;
}

.search-div .tab-content {
    padding-top: 20px;
    background-color: unset !important;
}

.search-div input,
.search-div select {
    border-radius: var(--radius);
}

.search-div .input-group .btn {
    background-color: var(--primary_color);
    color: #fff;
}

.search-div .input-group .location-btn {
    border-radius: var(--radius) 0px 0px var(--radius);
    padding: 10px;
}

.search-div .input-group .search-btn {
    border-radius: 0px var(--radius) var(--radius) 0px;
    padding: 10px;
}

.search-div .input-group input {
    padding: 22px !important;
}

.howit-works .card {
    /* border: 0px !important; */
    border-radius: var(--radius) !important;
}

.howit-works .card:hover {
    box-shadow: var(--shadow) !important;
    transform: translateZ(0);
    transition: box-shadow 0.5s ease;
    -webkit-transition: box-shadow 0.5s ease;
}

.service-img {
    min-height: 200px;
    /* max-height: 200px; */
}

/* Footer */

.footer-section {
    background-color: #f2f4f5 !important;
}

.footer-text .footer-widget ul.contact-option li,
.footer-text .footer-widget ul li i,
.footer-text .footer-widget ul li a,
.footer-text-white,
.footer-text .footer-widget ul.social li i {
    color: #707079 !important;
}


.footer-text .footer-widget h4 {
    color: #000 !important;
}

.search-form {
    top: 250px !important;
    position: absolute !important;
    width: 100% !important;
}

.header-icons {
    text-align: center !important;
}

.header-icons i {
    padding: 10px;
    font-size: 30px !important;
    color: var(--primary_color) !important;
    text-align: center !important;
}

.header-icons a:hover,
.header-icons i:hover {
    color: var(--hover_color) !important;
    text-decoration: none;
}

.single-blog-item .sb-pic img {
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
}

/* sidenav */
/* The side navigation menu */
.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    /* background-color: #111; */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    box-shadow: var(--shadow) !important;

    backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    background-color: rgba(255, 255, 255, 0.90) !important;
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #000 !important;
    display: block;
    transition: 0.3s;
}

.sidenav a i {
    font-size: 20px !important;
}

.sidenav .site-btn {
    color: var(--primary_color) !important;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .site-btn:hover {
    color: #fff !important;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .dropdown-item {
    font-size: 22px !important;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sidenav-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 999999;
    transition: 0.5s;
}

.testimonial-section .section-title h2 {
    color: #000 !important;
}

.testimonial-slider .ts-item p,
.testimonial-slider .ts-item .ti-author span {
    color: #707079 !important;
}

.testimonial-slider.owl-carousel .owl-dots button {
    background: rgb(0 0 0 / 20%) !important;
}

.about-content a {
    text-decoration: underline;
}

.toggles i {
    padding: 5px;
    font-size: 25px;
    margin-left: 10px;
    border-radius: var(--radius);
}

.toggles i:hover {
    box-shadow: var(--shadow);
    cursor: pointer;
}

.toggles .active {
    background-color: var(--primary_color) !important;
    color: #fff !important;
}

.contact-form input,
.contact-form p {
    border-radius: var(--radius);
}

.contact-form p {
    color: white;
    background-color: var(--secondary_color);
    padding: 5px;
}


/*Our Blog */

.property-sidebar {
    position: sticky;
    top: 100px;
}

/* Explore With Slider */

.explore-section {
    background-color: #F2F4F5 !important;
}

.explore-slider .slick-prev:before,
.explore-slider .slick-next:before {
    color: #b4b4b4 !important;
}

.explore-slider .slick-slide img {
    width: 80px !important;
}

.explore-slider .card {
    padding: 10px !important;
}

.explore-slider .card:hover {
    background-color: #fff !important;
    border-radius: var(--radius) !important;
    cursor: pointer;
}

.explore-slider .card-title {
    color: var(--primary_color) !important;
}

.explore-slider .card-desc {
    color: var(--secondary_color) !important;
    margin-bottom: 0px !important;
}

/* Hero Slider */

.hero-items .explore-slider .slick-slide img {
    width: 100% !important;
    /* height: 500px !important; */
}

.single-hero-item {
    padding-top: 10px !important;
}

/* What We DO Page */

/* Hero Section */
.hero-section {
    text-align: center;
    /* background-color: #f8f9fa; */
}

.about-hero-section {
    padding: 40px;
    text-align: center;
}

.about-hero-section h3 {
    color: var(--primary_color);
}

/* Card Section */
.card-section {
    padding: 50px 0;
}

.flip-card {
    perspective: 1000px;
    height: 400px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: var(--radius);
}

.flip-card-inner {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    height: 100%;
    border-radius: var(--radius);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
}

.flip-card-front {
    background-size: cover;
}

.flip-card-front img {
    width: 100%;
    height: 300px;
    border-radius: var(--radius) var(--radius) 0 0;
}

.flip-card-front h4 {
    padding: 20px 40px !important;
}


.flip-card-back {
    transform: rotateY(180deg);
    background-color: #ffffff;
    color: #333333;
    padding: 0px;
    border-radius: var(--radius);
}

.flip-card-back h4 {
    border-bottom: 1px solid black;
    padding: 30px;
    background-color: var(--primary_color);
    color: white;
    border-radius: var(--radius) var(--radius) 0 0;
}

.flip-card-back p {
    padding: 30px;
}

/* Detail Section */
.detail-section {
    padding: 50px 0;
}

.detail-card {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    position: relative;
    z-index: 1;
}

.rounded-image {
    border-radius: 0 0 50% 50%;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.border-bottom-left .img-fluid {
    border-bottom-left-radius: 300px;
}

.border-bottom-right .img-fluid {
    border-bottom-right-radius: 300px;
}

/* image section */
.image-section {
    position: relative;
    overflow: hidden;
}

.image-section img {
    width: 100%;
    height: auto;
    display: block;
}

.card-overlay {
    position: relative;
    /* top: 24%; */
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    /* left: -20%; */
    /* right: -150px; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* border-radius: 10px; */
}

.card-overlay-left {
    left: -20%;
}

.card-overlay-right {
    right: -20%;
}


.card-overlay h2 {
    margin: 0;
    color: #333333;
}

.card-overlay p {
    margin: 10px 0 0;
    color: #666666;
}


@media (max-width: 576px) {

    .about-hero-section {
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .card-overlay {
        position: relative;
        top: 0;
    }

    .card-overlay-left,
    .card-overlay-right {
        left: 0;
        right: 0;
    }

    .border-bottom-left .img-fluid {
        border-bottom-left-radius: 0px;
    }

    .border-bottom-right .img-fluid {
        border-bottom-right-radius: 0px;
    }

}

@media (min-width: 576px) and (max-width: 768px) {

    .about-hero-section {
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
        padding-left: 0px;
    }

    .card-overlay {
        position: relative;
        top: 0;
    }

    .card-overlay-left,
    .card-overlay-right {
        left: 0;
        right: 0;
    }

    .border-bottom-left .img-fluid {
        border-bottom-left-radius: 0px;
    }

    .border-bottom-right .img-fluid {
        border-bottom-right-radius: 0px;
    }
}

/* Our Projects Page  */

.projects-section .section-title {
    text-align: left;
    float: left;
    margin-bottom: 50px;
}

.projects-section .section-title h2:after {
    margin: 0;
}

.projects-section .active {
    background-color: var(--primary_color) !important;
    color: white !important;
}

/* Our Projects List View */

.property-list .single-property-item {
    padding-bottom: 40px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    margin-bottom: 40px !important;
}

/* Project Details */

.projects-details-header {
    height: 60vh;
    /* background-image: url('https://placehold.co/600x400/orange/white'); */
    /* Replace 'your-image.jpg' with the path to your background image */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-align: center;
}

.projects-details-tagline {
    /* font-style: italic; */
    margin-top: 10px;
}


.project-details-card {
    /* position: absolute; */
    /* top: 70%; */
    /* height: 50vh; */
    top: -60px;
    border-radius: 20px;
    padding: 20px;
    width: 100%;
    color: rgb(0, 0, 0);
    text-align: center;
    margin-top: 20px;
    border: 0;
}

.project-details-card h2,
.project-details-gallery-container h2,
.project-details-highlight-section h2 {
    font-size: 30px !important;
    color: var(--primary_color) !important;
}

.project-details-card p {
    margin-top: 20px;
    font-size: 18px !important;
    color: #707079 !important;
}

.project-details-highlight-section {
    background-color: #f2f4f5 !important;
    padding: 60px 0px !important;
}


/* Custom styles for the gallery */
.project-details-gallery-container {
    /* margin: 20px 0; */
    padding-top: 20px;
}

.project-details-gallery-item {
    margin-bottom: 30px;
}

/* Responsive styles for different screen sizes */

@media only screen and (max-width: 320px) {
    .single-hero-item {
        padding-bottom: 0px;
        height: 200px !important;
    }

    .howit-works {
        padding-top: 30px;
    }

    .spad {
        padding-top: 30px;
    }

    .blog-page .blog-section .spad {
        padding-top: 10px !important;
    }

    .search-form {
        top: 0px !important;
        position: relative !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
    .single-hero-item {
        padding-bottom: 0px;
        height: 200px !important;
    }

    .howit-works {
        padding-top: 50px;
    }

    .spad {
        padding-top: 50px;
    }

    .top-properties-section .top-property-all {
        margin-top: 5px;
    }

    .search-form {
        top: 0px !important;
        position: relative !important;
    }

    .blog-page .blog-section .spad {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .single-hero-item {
        padding-bottom: 0px;
        height: 500px !important;
    }

    .howit-works {
        padding-top: 50px;
    }

    .spad {
        padding-top: 50px;
    }

    .top-properties-section .top-property-all {
        margin-top: 5px;
    }

    .search-form {
        top: 0px !important;
        position: relative !important;
    }
}

/* Custom styles for the project highlight section */

.project-details-highlight-icon-container {
    /* position: relative; */
    display: inline-block;
    /* margin-bottom: 20px; */
}

.project-details-highlight-icon {
    font-size: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 15px;
    /* position: relative; */
    /* z-index: 1; */
}

/* .project-details-highlight-bubble {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background-color: gray;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} */

.project-details-highlight-name {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.pdh1 h2,
.pdh1 p {
    color: #fff;
}

.projects-details-bottom-title {
    margin-top: auto;
}

/* Custom styles for the project plan section */

.project-details-plan-section {
    /* margin: 20px 0; */
    padding-top: 10vh;

}

.project-details-download-btn {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Custom styles for the property agent banner */
.project-details-agent-banner {
    background-color: #f2f4f5;
    color: var(--primary_color);
    padding: 60px 0px;
    text-align: center;
}

.project-details-facility-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary_color);
}

.project-details-facility-name {
    font-size: 14px;
    font-weight: bold;
    /* margin-bottom: 10px; */
}


/* Custom styles for the contact section */
.project-details-contact-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.project-details-card-column {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

.project-details-form-group {
    margin-bottom: 20px;
}

.property-pagination .active {
    background: var(--primary_color);
    border-color: var(--primary_color);
    color: #ffffff;
}

.list-group-item:first-child:hover,
.list-group-item+.list-group-item:hover,
.list-group-item+.list-group-item:focus {
    background-color: var(--primary_color) !important;
    border-color: var(--primary_color) !important;
    color: #fff !important;
}

.list-group-item {
    color: var(--primary_color) !important;
}

.list-group .active {
    color: #fff !important;
}

.breadcrumb-section {
    padding: 120px 0 100px !important;
}

.breadcrumb-text h2,
.breadcrumb-text .breadcrumb-option a,
.breadcrumb-text .breadcrumb-option span,
.breadcrumb-text .breadcrumb-option a i {
    color: #fff !important;
}

.blog-details-social .social-list button {
    display: inline-block;
    font-size: 16px;
    background-color: #fff !important;
    color: #aaaab3 !important;
    width: 40px;
    height: 40px;
    border: 1px solid #ebebeb !important;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blog-details-social .social-list button:hover {
    background: var(--primary_color) !important;
    color: #ffffff !important;
}

.blog-details-social {
    position: sticky;
    top: 100px;
    padding-top: 0px !important;
}

.fixed-right-div {
    position: fixed !important;
    right: 0;
    width: 80px;
    top: 40%;
    margin-top: auto;
}

.property-sidebar .best-agents .ba-item {
    border-bottom: 1px solid #aaaab3 !important;
    padding-bottom: 20px;
}

.property-sidebar .best-agents .ba-item .ba-pic img {
    height: 80px !important;
    object-fit: cover !important;
    border-radius: var(--radius) !important;
    box-shadow: var(--shadow) !important;
}

/*  Social Icons Float*/

.floating-icons {
    position: fixed;
    right: 10px;
    top: 30vh
}

.footer-message {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    background-color: #ffc107;
    width: 100%;
    left: 0;
    padding: 15px;
    text-align: center;
    box-shadow: var(--shadow);
}

/* Search Properties */

.select-search {
    width: 100%;
    padding: 2px;
    margin: 2px;
    border-radius: 5px;
}

.slider-search {
    width: 100%;
    height: 5px;
    /* or as per your design */
    background-color: #ddd;
    position: relative;
}

.slider-search::before {
    content: '';
    width: 100%;
    height: 5px;
    /* or as per your design */
    background-color: #007bff;
    /* or your desired color */
    position: fixed;
    top: 0;
    left: 0;
}

.slider-search input[type=range] {
    width: 100%;
    margin: 0;
    opacity: 0;
}

.slider-search input[type=range]::-webkit-slider-thumb {
    width: 25px;
    /* or as per your design */
    height: 25px;
    /* or as per your design */
    background-color: #007bff;
    /* or your desired color */
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
}

.slider-search input[type=range]:focus {
    outline: none;
}

.slider-search input[type=range]::-webkit-slider-runnable-track {
    background: #fff;
    border: none;
    border-radius: 5px;
    /* or as per your design */
}

.slider-search input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
}

/* Below are some optional styles to make the text indicating the price more visible */
.price-text {
    top: -25px;
    /* or as per your design */
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.price-text label {
    color: #007bff;
    /* or your desired color */
}

.price-text input[type=text] {
    border: none;
    background-color: transparent;
    width: 50px;
    /* or as per your design */
    text-align: center;
}