.layout-grey{
	background: #f7f7f7;
}
.form-white{
	background: #fff;
	padding: 50px;
	border-radius: 20px;
}
.anchor-color{
	color: #F3A763;
}
.text-right{
	text-align: right;
}
.footer-style-light {
	background: #fff;
}
.footer-style-light .footer-widget .info-title , .footer-style-light .link-style1 a{
	color: #000;
}
.link-style1 a{
	font-size: 16px;
}
.footer-style-light .copyright-text {
	font-weight: 600;
	margin-bottom: 0px;
}
.link-style1 h6{
	font-weight: 600;
}
.social-style1 i{
	background: #000;
	color: #fff;
}
.social-style1 a{
	display: inline-block;
}
.w-35{
	width: 35%;
}
.social-style1 {
	padding: 20px 0px 0px;
	border-top: 1px solid #ededed;
}
.footer-style1 .white-bdrt1{
	border-top: 1px solid #ededed;
}
.link-style1 ul li a img {
	height: 15px;
	margin-right: 6px;
	position: relative;
	bottom: 2px;
}
.color-red{
	color: #F23B3B;
}
.table-style3 .t-body th{
	padding-bottom: 0px !important;
}
.home-style2 {
	padding: 70px 0px;
}
.fz25{
	font-size: 25px;
}
.info-box-detail {
	background: #FFF2E7;
	border-radius: 10px;
	width: 130px;
}
.info-box-detail img{
	height: 30px;
}
.fs17{
	font-size: 17px;
}
.w150{
	width: 150px;
	display: inline-block;
}
.single-property-content ul{
	padding-left: 0px;
}
.single-property-content ul li{
	list-style: inside;
}
.info-box-detail p.fs13 {
	line-height: 1.3;
	font-weight: 600;
}
.info-box-detail-2 img{
	height: 35px;
	margin-right: 5px;
}
.info-box-detail-2{
	width: 150px;
}
.align-items-center{
	align-items: center;
}
.single-property-content h3.mt-4 {
	margin-top: 50px !important;
}
.bg-purple {
	background: #6E55FF !important;
	color: #fff !important;
}
#infoButtons span{
	font-weight: 600;
}
.bg-warning{
	border: 1px solid #F3A763;
	background: #FFF4EB !important;
	color: black !important;
}
#expertHelp , #calculate{
	border: 1px solid #DADADA;
	border-radius: 15px;
	margin-top: 50px;
}
#topBar-help {
	background: #FFFBF6;
	padding: 30px 15px;
	border-radius: 15px;
	text-align: center;
}
.btn-black{
	background: #000000;
	border-radius: 150px;
	border-color: #000000;
}
.mb20 label{
	font-size: 13px;
	font-weight: 500;
}
.bg-black{
	background: #000;
	color: #fff !important;
}
.bg-theme{
	background: #F3A763 !important;
	color: #fff !important;
}
#expertHelp .pending-style{
	padding: 10px 15px;
}
#expertHelp img{
	position: relative;
	bottom: 2px;
	margin-right: 2px;
}
.theme-color{
	color: #F3A763;
	font-size: 20px;
	font-weight: 700;
}
#calculate hr{
	margin: 20px 0px 20px;
}

.ps-v6-slider .owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.nav_none.owl-theme.owl-carousel .owl-nav {
	display: block !important;

	top: 0;
	bottom: 0;
	height: 100%;
	vertical-align: middle;
	align-content: center;

}
.nav_none.owl-theme.owl-carousel .owl-nav .owl-next,.nav_none.owl-theme.owl-carousel .owl-nav .owl-prev{
	right: 10px;
	position: absolute;
	background: rgba(256,256,256,0.5);
	height: 60px;
	width: 60px;
	border-radius: 50%;
	top: 45%;
}
.nav_none.owl-theme.owl-carousel .owl-nav .owl-prev{
	left:10px;
}
.nav_none.owl-theme.owl-carousel .owl-nav .owl-next i,.nav_none.owl-theme.owl-carousel .owl-nav .owl-prev i{
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	line-height: 60px;
}
.owl-carousel .owl-item img{
	height: 495px;
}
.ps-v6-slider button.owl-dot{
	border: 2px solid #F3A763;
	height: 57px !important;
}
#breadcrumb img{
	position: relative;
	bottom: 2px;
	margin-right: 5px;
}
#breadcrumb p a {
	margin: 0px 5px;
}
.home-banner-inner {
	background-image: url("../images/icons/inner-breadcrumb.png");
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	/* background-size: cover; */
	background-attachment: fixed;
}
header.nav-homepage-style.stricky.stricky-fixed .header-logo.logo1{
	display: block;
}
.list-meta img{
	width: auto !important;
	padding: 0px !important;
}
.listing-car .list-meta a {
	font-family: var(--title-font-family);
	font-size: 12px;
	margin-right: 5px;
	font-weight: 700;
	color: #7D7D7D;
}
.bb {
	border-bottom: 1px solid #ededed;
}
.mt-75{
    margin-top: -75px;
}
.profile-links-active:hover{
    color: #FFFFFF;
}
.profile-links-active{
    color: #FFFFFF;
}

/* Transaction Styling */

.transaction-heading {
    font-size: 19px;
}

.card-section {
    background: white;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.transactions-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.transaction-card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 15px;
    width: calc(25% - 12px); /* 4 cards per row */
    box-sizing: border-box;
    height: 30%;
    border: 1px solid #D0D0D0;
}

.transaction-card p {
    margin-bottom: 0;
}

.transaction-card .badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    color: white;
}

.badge.paid {
    background-color: #00AE00;
}

.badge.pending {
    background-color: #FFCC00;
}

.badge.failed {
    background-color: #E20000;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.option {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.option img {
    height: 20px;
}

.option.selected {
    border-color: #F3A763;
    background: #FFFFFF;
    justify-content: space-between;
    width: 100%;
}

.option-title {
    display: flex;
    gap: .2rem;
}

.payment-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #DADADA;
    font-size: 14px;
    color: #000000;
}

.transaction-box {
    width: 75%;
}

::placeholder {
    color: black;
}
@media only screen and (max-width: 991px) {
    .transaction-box {
        width: 100%;
    }
    .transaction-card{
        width: calc(100% - 0px);
    }
    .pay-border{
        border-bottom: 0 !important;
        border-left: 0 !important;
    }
}

/* Book Your Car Styling */

.book-car-container .breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.book-car-container .breadcrumb span {
    margin: 0 5px;
    color: #999;
}

.book-car-container .layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.book-car-container .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.book-car-container .car-card {
    display: flex;
    gap: 20px;
    flex-direction: unset;
}

.car-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}

.book-car-container .car-image {
    width: 150px;
    border-radius: 8px;
}

.book-car-container .car-details h2 {
    margin: 0;
    font-size: 20px;
}

.book-car-container .car-details p {
    margin: 3px 0;
    font-size: 14px;
    color: #555;
}

.book-car-container .price {
    font-weight: bold;
    color: #4B4B4B;
}

.book-car-container .btn-group {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.book-car-container .btn {
    padding: 8px 15px;
    border: 1px solid #7A5039;
    border-radius: 20px !important;
    cursor: pointer;
    font-size: 15px;
}

.book-car-container .btn.active {
    background-color: #7A5039;
    color: white;
}

.book-car-container .btn:not(.active) {
    background-color: #FFFFFF;
    color: #000000;
}

.book-car-container .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.book-car-container .input-group input,
.book-car-container .input-group textarea {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.book-car-container .time-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555;
    font-size: 14px;
}

.book-car-container .summary-card {
    font-size: 14px;
}

.book-car-container .summary-card p {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.book-car-container .summary-card .total {
    font-weight: bold;
    font-size: 16px;
}

.book-car-container .promo {
    display: flex;
    margin-top: 10px;
}

.book-car-container .promo input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
}

.book-car-container .promo button {
    background-color: #7A5039;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 0 6px 6px 0;
}

.book-car-container .pay-btn {
    background-color: #7A5039;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
.text-gray{
    color: #565656 !important;
}

.fs-15{
    font-size: 15px;
}
@media only screen and (max-width: 991px) {
    .book-car-container .car-card {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }
    .book-car-container .layout-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* Preview Your Order Styling */

.preview-car-container .breadcrumb {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.preview-car-container .breadcrumb span {
    margin: 0 5px;
    color: #999;
}

.preview-car-container .layout-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.preview-car-container .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
}

.preview-car-container .car-card {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.car-icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
}

.preview-car-container .car-image {
    width: 150px;
    border-radius: 8px;
}

.preview-car-container .car-details h2 {
    margin: 0;
    font-size: 20px;
}

.preview-car-container .car-details p {
    margin: 3px 0;
    font-size: 14px;
    color: #555;
}

.preview-car-container .price {
    font-weight: bold;
    color: #4B4B4B;
}

.preview-car-container .summary-card {
    font-size: 14px;
}

.preview-car-container .summary-card p {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.preview-car-container .summary-card .total {
    font-weight: bold;
    font-size: 16px;
}

.preview-car-container .promo {
    display: flex;
    margin-top: 10px;
}

.preview-car-container .promo input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
}

.preview-car-container .promo button {
    background-color: #7A5039;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 0 6px 6px 0;
}

.preview-car-container .pay-btn {
    background-color: #7A5039;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
}
.text-gray{
    color: #565656 !important;
}

.fs-15{
    font-size: 15px;
}
.fw-500{
    font-weight: 500;
}
.text-light-green{
    color: #009C41;
}
.text-brown{
    color: #7A5039;
}
.custom-width{
    width: 50%;
}
@media only screen and (max-width: 991px) {
    .preview-car-container .car-card-detail{
        flex-wrap: wrap;
    }
    .preview-car-container .layout-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .preview-car-container .car-bottom-detail {
        flex-wrap: wrap;
        gap: 1rem !important;
    }
    .custom_checkbox{
        line-height: 20px;
    }
    .custom-width{
        width: 100%;
    }
}

/* Confirmation Card Styling */

.booking-confirm-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    text-align: left;
}

.booking-confirm-card .checkmark-icon {
    background-color: #00b050;
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    position: absolute;
    top: -45px;
    left: 30px;
}

.booking-confirm-card h2 {
    color: #00b050;
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 0;
}

.booking-confirm-card p.subtitle {
    color: #00b050;
    font-weight: 500;
    margin-bottom: 15px;
}

.booking-confirm-card .booking-details {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 0;
}

.booking-confirm-card .booking-details span {
    display: inline-block;
    width: 140px;
}

.booking-bottom-card {
    max-width: 500px;
    margin: 40px auto;
    position: relative;
    text-align: left;
}

.booking-bottom-card .button-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.booking-bottom-card .btn {
    border: 2px solid #000;
    padding: 10px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    background: white;
    transition: all 0.3s ease;
}

.booking-bottom-card .btn:hover {
    background: #000;
    color: white;
}

@media only screen and (max-width: 991px) {
    .booking-confirm-card h2{
        font-size: 20px;
    }
    .booking-confirm-card p.subtitle{
        font-size: 12px;
    }
    .booking-confirm-card .booking-details{
        font-size: 12px;
    }
    .booking-bottom-card .button-row{
        gap: 1rem;
    }
    .booking-bottom-card .btn{
        width: 100%;
    }
}

/* Notification Styling */

.notifications-box {
    width: 75%;
}
.notifications-heading {
    color: #000000;
    font-family: urbanist;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.notifications-card {
    margin: auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 25px 30px;
    margin-left: 15px;
}

.notifications-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.notification-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}

.notification-item.peach-bg {
    background-color: #FFFBF5;
}

.notification-icon img {
    width: 25px;
    height: 25px;
    margin-top: 4px;
}

.notification-content{
    line-height: 10px;
}

.notification-content h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.notification-content p {
    margin: 5px 0 0;
    font-size: 15px;
    color: #000000;
}

.notification-content .date {
    font-size: 14px;
    color: #000000;
    margin-top: 4px;
}

@media (max-width: 768px) {
    .notifications-box{
        width: 100%;
    }
    .notifications-card {
        width: 100%;
        padding: 20px;
        margin-left: 0;
    }

    .notifications-heading{
        padding-left: 0 !important;
    }

    .notification-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .notification-icon {
        margin-bottom: 10px;
    }
}

.header-element {
    display: flex;
    align-items: stretch;
}
.avatar.avatar-sm {
    width: 2rem;
    height: 2rem;
    line-height: 1.75rem;
    font-size: 0.65rem;
}
.header-element .dropdown-toggle::after {
    display: none;
}
.avatar.avatar-rounded {
    border-radius: 50%;
}
.border-black{
    border: 1px solid #000000;
}

