* {
    margin: 0;
    padding: 0;
    font-family: "Gabarito", sans-serif;
    box-sizing: border-box;
    letter-spacing: 0.6px;
}

a {
    text-decoration: none;
}

ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #017eff;
    margin-bottom: 12px;
}

/* login page css start */

.login-34 {
    padding: 25px 0;
    z-index: 999;
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-34 .login-box {
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 15px 15px;
}

.login-34 .pad-0 {
    padding: 0;
}

.login-34 .info {
    max-width: 500px;
    margin: 0 auto;
    align-self: center !important;
}

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

.login-34 .login-box .form-info {
    background-image: linear-gradient(to bottom, #0066ff, #37d1ff);
    border-radius: 0 15px 15px 0;
}

.login-34 .form-section {
    text-align: center;
    padding: 80px 40px 40px;
    border-radius: 10px 0 0 10px;
    position: relative;
}

.login-34 .form-section h1 {
    font-size: 30px;
    color: #fff;
}

.login-34 .form-section h3 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
}

.login-34 .btn-section {
    border-radius: 50px;
    margin-bottom: 0;
    display: inline-block;
    top: 20px;
    position: absolute;
    right: 20px;
}

.login-34 .btn-section .link-btn {
    font-size: 14px;
    float: left;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-decoration: blink;
    width: 100px;
    padding: 8px 5px;
    margin-right: 5px;
    color: #fff;
    border-radius: 3px;
    background: #0000002e;
}

.login-34 .form-section .form-group {
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    position: relative;
}

.login-34 label {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.login-34 .form-section .form-control {
    padding: 10px 20px;
    font-size: 15px;
    outline: none;
    height: 50px;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.login-34 .form-section .btn-theme {
    background: #ff2f2f;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border: none;
    color: #fff;
}

.login-34 .form-section .form-check {
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}

.login-34 .form-section .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.login-34
    .form-section
    .checkbox-theme
    input[type="checkbox"]:checked
    + label::before {
    background-color: #ff2f2f;
    border-color: #ff2f2f;
}

.login-34 .form-section input[type="checkbox"]:checked + label:before {
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    font-size: 14px;
    content: "\2713";
    padding-left: 3px;
}

.login-34 .form-section .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #fff;
}

.login-34 .form-section a.forgot-password {
    font-size: 16px;
    color: #fff;
    float: right;
}

.login-34 .form-section .btn-md {
    cursor: pointer;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    border-radius: 3px;
}

.login-34 .form-section .checkbox {
    font-size: 14px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.login-34 .form-section .form-box {
    width: 100%;
    text-align: left;
    position: relative;
}

input#rememberMe {
    display: none;
}

/* login page css end */

/* Header Section css start */

header.main-navbar-area {
    padding: 10px 0;
}

.logo img {
    max-width: 120px;
}

span.mobile-toggle {
    display: none;
}

.nav-list-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.nav-list-area ul li.nav-list a {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.6px;
    font-weight: 500;
}

.right-btn-navbar {
    display: flex;
    position: relative;
    justify-content: end;
}

.right-btn-navbar a.btn-type {
    border: 1.5px solid hsl(20 5.9% 90%);
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 500;
    color: #017eff;
}

.right-btn-navbar a.btn-type.register-btn {
    margin-left: 12px;
    background-color: #017eff;
    border: none;
    color: #fff;
}

/* Header Section css end */

/* Banner Section css Start */

section.banner-area {
    position: relative;
    background-image: url(../assets/images/banner-bg-33.jpg);
    background-size: cover;
    background-position: center;
    height: 570px;
    /* height: 100%; */
    align-content: center;
}

.banner-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}

.banner-content {
    width: 100%;
}

.banner-content h1 {
    color: #fff;
    text-align: center;
    font-size: 70px;
    max-width: 500px;
    margin: 0 auto 24px;
}

.banner-content p {
    max-width: 550px;
    text-align: center;
    margin: 0 auto 48px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.6px;
}

.banner-form {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 20px;
    max-width: 896px;
    margin: 0 auto;
}

form.grid-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-box-text {
    display: inline-block;
    width: 35%;
}

.banner-form .form-box-text input {
    box-shadow: none;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid hsl(20 5.9% 90%) !important;
}

.select-category {
    display: inline-block;
    width: 25%;
}

.banner-form .select-category select.form-select {
    box-shadow: none;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid hsl(20 5.9% 90%) !important;
}

.location-select {
    display: inline-block;
    width: 25%;
}

.banner-form .location-select input {
    box-shadow: none;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid hsl(20 5.9% 90%) !important;
}

.submit-btn {
    width: 12%;
}

button.search-btn {
    padding: 8px 30px;
    border: none;
    border-radius: 6px;
    background-color: #017eff;
    color: #fff;
    font-size: 14px;
}

.banner-content h1 span {
    color: #ffee00;
}

/* Banner Section css end */

/* Category Section css Start */

section.category-area {
    position: relative;
    padding: 60px 0;
}

.section-heading {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.section-heading p {
    margin-bottom: 0;
    color: #64748b;
    font-weight: 300;
}

.category-wrapper {
    position: relative;
}

.category-item.bg-1 {
    background: linear-gradient(to top, #dbeafe, #eef2ff);
}

.category-item.bg-2 {
    background: linear-gradient(to top, #d1fae5, #f0fdf4);
}

.category-item.bg-3 {
    background: linear-gradient(to top, #fef9c3, #fff7ed);
}

.category-item.bg-4 {
    background: linear-gradient(to top, #fce7f3, #fdf2f8);
}

.category-item.bg-5 {
    background: linear-gradient(to top, #ede9fe, #f5f3ff);
}

.category-item {
    background-image: linear-gradient(to bottom right, #eff6ff, #e0e7ff);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    padding: 20px;
    margin: 8px;
}

.category-item .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 16px;
    background-image: linear-gradient(to bottom right, #9333ea, #017eff);
}

.category-item .icon i {
    color: #fff;
    font-size: 22px;
}

.category-item .details h3 {
    font-size: 15px;
    color: #000;
    margin-bottom: 3px;
    font-weight: 500;
}

.category-item .details p {
    font-size: 13px;
    color: rgb(75 85 99);
    margin-bottom: 0;
}

/* Category Section css end */

/* cities Section css start */

.explore-city-area {
    padding: 60px 0;
    background-color: #f8fafc;
}
.explore-city-area .col-md-4 {
    flex: 1;
    min-width: 300px;
    padding: 0;
}
.city-grid {
    position: relative;
    margin: 5px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.city-img {
    border-radius: 6px;
    overflow: hidden;
}
.city-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.city-grid:hover .city-img img {
    transform: scale(1.05);
}
.city-grid.city-grid-normal-height .city-img img {
    border-radius: 6px;
    height: 245px;
    object-fit: cover;
    width: 100%;
}
.city-grid.city-grid-normal-height {
    margin-bottom: 10px;
}
.city-grid::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    z-index: 1;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
.city-grid:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}
.city-grid.city-grid-normal-height::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    z-index: 1;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}
.city-grid.city-grid-normal-height:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
}
.city-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.city-title h3 {
    margin: 0;
}
.city-title h3 a {
    color: white;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    transition: color 0.3s ease;
}
.city-title h3 a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.city-grid.city-grid-normal-height .city-title h3 a {
    font-size: 1.4rem;
}
.listings-count {
    margin-bottom: 10px;
}
.count-number {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    display: block;
    line-height: 1;
}
.count-text {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 2px;
}
@media (max-width: 1024px) {
    .explore-city-area .row {
        flex-direction: column;
    }
    .explore-city-area .col-md-4 {
        min-width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .city-img img {
        height: 300px;
    }
    .city-grid::before {
        height: 300px;
    }
    .city-grid.city-grid-normal-height .city-img img {
        height: 200px;
    }
    .city-grid.city-grid-normal-height::before {
        height: 200px;
    }
}

/* cities Section css end */

/* Features Section css Start */

.claim-section {
    padding: 5rem 0;
    display: block;
}

.claim-header {
    text-align: center;
    margin-bottom: 4rem;
}

.claim-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.claim-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.step-card {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: block;
}

.step-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #1d4ed8);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.step-card:hover::before {
    transform: scaleX(1);
}

.step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.step-icon {
    margin-bottom: 2rem;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.claim-icon .icon-circle {
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.promote-icon .icon-circle {
    background: linear-gradient(135deg, #017eff, #2563eb);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
}

.convert-icon .icon-circle {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.3);
}

.icon-circle i {
    font-size: 2rem;
    color: white;
    z-index: 2;
}

.icon-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.step-card:hover .icon-circle::before {
    width: 100px;
    height: 100px;
}

.step-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.step-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
}

.learn-more {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.learn-more:hover {
    color: #1d4ed8;
    gap: 0.75rem;
}

.learn-more i {
    transition: transform 0.3s ease;
}

.learn-more:hover i {
    transform: translateX(3px);
}

.step-card .step-content {
    padding: 0;
}

/* Features Section css end */

/* Footer Section css Start */

.footer-top-wrap {
    background-color: #1a1a1a;
    padding: 4.6875rem 0 2.875rem;
}

.footer-box-layout1 {
    margin-bottom: 1.875rem;
}

.footer-box-layout1 .footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    filter: brightness(0) invert(1);
    max-width: 130px;
}

.footer-box-layout1 p {
    font-size: 0.9375rem;
    color: #a5a5a5;
    margin-bottom: 1.25rem;
}

.footer-box-layout1 .footer-social li {
    display: inline-block;
    margin-right: 0.25rem;
    margin-bottom: 0.3125rem;
}

.footer-box-layout1 .footer-social li a {
    display: block;
    text-align: center;
    height: 2.375rem;
    width: 2.375rem;
    line-height: 2.375rem;
    background-color: rgba(255, 255, 255, 0.19);
    border-radius: 50%;
    color: #a5a5a5;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-box-layout1 .footer-social li a:hover {
    color: #fff;
    background-color: #017eff;
}

.footer-box-layout1 .footer-title {
    margin-bottom: 1.75rem;
    padding-bottom: 1.5rem;
    position: relative;
}

.footer-box-layout1 .footer-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color: #ffffff;
}

.footer-box-layout1 .footer-title:after {
    content: "";
    height: 0.1875rem;
    width: 2.5rem;
    background-color: #017eff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-box-layout1 .footer-menu-box ul li {
    margin-bottom: 0.375rem;
}

.footer-box-layout1 .footer-menu-box ul li a {
    font-size: 0.9375rem;
    color: #a5a5a5;
    padding: 0.3125rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-box-layout1 .footer-menu-box ul li a:hover {
    color: #ffffff;
}

.footer-bottom-wrap {
    background-color: #111212;
    padding: 1.5625rem 0;
}

.footer-bottom-wrap .copyright-text {
    color: #ababab;
    text-align: center;
}

.footer-bottom-wrap .copyright-text a {
    color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Footer Section css End */

/* Feature Listing Section css Start */

section.features-listing {
    position: relative;
    padding: 60px 0;
    background: #f8fafc;
}

.restaurant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}

.restaurant-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.card-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.action-buttons {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}

.action-btn {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #374151;
}

.ad-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #f59e0b;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge.closed {
    color: #dc2626;
}

.status-badge.open {
    color: #16a34a;
}

.status-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    gap: 6px;
}

.card-content {
    padding: 24px;
}

.restaurant-header {
    margin-bottom: 20px;
}

.restaurant-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.restaurant-title h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}

.restaurant-title h3 a {
    color: #000000;
}

.restaurant-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.restaurant-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
}

.restaurant-meta > div {
    display: flex;
    align-items: center;
    gap: 4px;
}

.rating i {
    color: #f59e0b;
}

.rating span {
    font-weight: 600;
    color: #374151;
}

.category-badge {
    background: #dbeafe;
    color: #017eff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.testimonial {
    background: #f9fafb;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.testimonial-content {
    display: flex;
    gap: 12px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    flex-shrink: 0;
}

.testimonial-text p {
    font-size: 14px;
    color: #374151;
    font-style: italic;
    margin-bottom: 4px;
    line-height: 1.4;
}

.testimonial-author {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.location {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 14px;
}

.location i {
    color: #9ca3af;
}

/* Feature Listing Section css End */

/* Add Listing Section css Start */

.hero {
    background: linear-gradient(135deg, #017eff 0%, #2563eb 100%);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-content p {
    font-size: 1.25rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.form-wrapper {
    max-width: 1250px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.progress-container {
    margin-bottom: 2rem;
}

.progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}

.step.active,
.step.completed {
    opacity: 1;
}

.step-connector {
    flex: 1;
    height: 2px;
    background-color: #e5e7eb;
    margin: 0 1rem;
    margin-top: 1.25rem;
    min-width: 2rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0.5;
    transition: all 0.3s ease;
    cursor: pointer;
}

.step.active .step-circle {
    background-color: #017eff;
    color: white;
}

.step-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.step.active .step-label,
.step.completed .step-label {
    color: #1f2937;
}

.step-label {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    text-align: center;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.form-container {
    background: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.form-step {
    animation: fadeIn 0.3s ease-in-out;
}

.step-content {
    padding: 2rem;
}

.step-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #017eff;
    margin-bottom: 1.5rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.form-main {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
    cursor: auto;
}

.required {
    color: #ef4444;
}

.form-group input,
.form-group textarea,
.form-group .form-select {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: white;
    box-shadow: none !important;
    outline: none !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.form-select::placeholder {
    color: #71717a !important;
    font-weight: 400;
}

.form-select {
    color: #71717a !important;
    font-weight: 400;
}

.form-sidebar {
    display: flex;
    flex-direction: column;
}

.sticky-content {
    position: sticky;
    top: 2rem;
}

.logo-upload {
    margin-top: 0.5rem;
}

.upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-content p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.logo-preview {
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}

.logo-preview img {
    width: 100%;
    height: 8rem;
    object-fit: contain;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.remove-btn {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.form-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background-color: #f9fafb;
    border-top: 1px solid #e5e7eb;
}
.nav-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 0.875rem;
}
.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.nav-btn-secondary {
    background: none;
    color: #374151;
    border: 1px solid #d1d5db;
}
.nav-btn-secondary:hover:not(:disabled) {
    background-color: #f3f4f6;
}
.nav-btn-primary {
    background: #3b82f6;
    color: white;
}
.nav-btn-primary:hover:not(:disabled) {
    background: #2563eb;
}
.nav-btn-success {
    background: #10b981;
    color: white;
}
.nav-btn-success:hover:not(:disabled) {
    background: #059669;
}

.step.completed .step-circle {
    background-color: #10b981;
    color: white;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
}

.social-icon.facebook {
    color: #1877f2;
}

.social-icon.instagram {
    color: #e4405f;
}

.social-icon.youtube {
    color: #e4405f;
}

.social-icon.snapchat {
    color: #000;
}

.social-icon.twitter {
    color: #1da1f2;
}

.social-icon.linkedin {
    color: #0077b5;
}

.social-media-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.step.completed + .step-connector {
    background-color: #10b981;
}

.upload-icon {
    font-size: 3rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.upload-area:hover {
    border-color: #3b82f6;
    background-color: #eff6ff;
}

.form-row .form-group {
    margin-bottom: 10px;
}

.social-media-section h3 {
    color: #017eff;
}

.hours-container {
    background-color: #f9fafb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.hours-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hour-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    background: white;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.day-label {
    width: 6rem;
    font-weight: 500;
    color: #374151;
}

.checkbox-group {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.checkbox-group input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.125rem;
}

.checkbox-group input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-group label {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    cursor: pointer;
}

.time-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.time-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.time-input {
    width: 8rem;
    padding: 0.5rem;
    font-size: 0.875rem;
}
.time-separator {
    color: #6b7280;
    font-size: 0.875rem;
}
.closed-label {
    color: #6b7280;
    font-size: 0.875rem;
}
.hours-actions {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
}
.copy-hours-btn {
    background: none;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}
.copy-hours-btn:hover {
    background-color: #f9fafb;
}

.services-section {
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    flex-wrap: wrap;
    transition: all 0.2s ease;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}
.service-item:hover {
    background-color: #f9fafb;
}
.service-name {
    flex: 1;
}
.service-price {
    width: 8rem;
}
.remove-service-btn {
    background: none;
    border: none;
    color: #ef4444;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}
.remove-service-btn:hover {
    color: #dc2626;
    background-color: #fef2f2;
}
.add-btn {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}
.add-btn:hover {
    background: #2563eb;
}
.add-btn-outline {
    background: none;
    color: #374151;
    border: 1px solid #d1d5db;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}
.add-btn-outline:hover {
    background-color: #f9fafb;
}

.gallery-section {
    margin-bottom: 2rem;
}
.upload-area-large {
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.upload-area-large:hover {
    border-color: #3b82f6;
    background-color: #eff6ff;
}
.upload-icon-large {
    font-size: 4rem;
    color: #9ca3af;
    margin-bottom: 1rem;
}
.upload-area-large h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}
.upload-area-large p {
    color: #6b7280;
    margin-bottom: 1rem;
}
.upload-btn {
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s ease;
}
.upload-btn:hover {
    background: #2563eb;
}
.gallery-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}
.gallery-item {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.2s ease;
}
.gallery-item:hover {
    transform: scale(1.02);
}
.gallery-item img {
    width: 100%;
    height: 8rem;
    object-fit: cover;
}
.gallery-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}
.gallery-item:hover .gallery-item-overlay {
    opacity: 1;
}
.gallery-remove-btn {
    background: #ef4444;
    color: white;
    border: none;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
}
.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 0.5rem;
    font-size: 0.75rem;
    border: none;
}
.gallery-caption::placeholder {
    color: #d1d5db;
}
.media-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.video-section,
.tour-section {
    display: flex;
    flex-direction: column;
}
.review-sections {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.review-card {
    background-color: #f9fafb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.review-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
}
.edit-btn {
    background: none;
    border: none;
    color: #3b82f6;
    cursor: pointer;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.edit-btn:hover {
    color: #2563eb;
    background-color: #eff6ff;
}
.review-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    font-size: 0.875rem;
}
.review-item {
    display: flex;
    gap: 0.25rem;
}
.review-label {
    font-weight: 500;
    color: #374151;
}
.review-value {
    color: #6b7280;
}
.review-full-width {
    grid-column: 1 / -1;
}
.terms-section {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}
.checkbox-group input[type="checkbox"] {
    margin-right: 0.75rem;
    margin-top: 0.125rem;
}
.checkbox-group label {
    font-size: 0.875rem;
    color: #374151;
    line-height: 1.5;
    cursor: pointer;
}
.link {
    color: #3b82f6;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.listing-options {
    background-color: #f9fafb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.radio-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.radio-option {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}
.radio-option input[type="radio"] {
    margin-top: 0.125rem;
}
.radio-option label {
    display: block;
    cursor: pointer;
}
.option-title {
    font-weight: 500;
    color: #374151;
    display: block;
    margin-bottom: 5px;
}
.option-description {
    font-size: 0.875rem;
    color: #6b7280;
}

.nav-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 0.875rem;
}
.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.nav-btn-secondary {
    background: none;
    color: #374151;
    border: 1px solid #d1d5db;
}
.nav-btn-secondary:hover:not(:disabled) {
    background-color: #f3f4f6;
}
.nav-btn-primary {
    background: #3b82f6;
    color: white;
}
.nav-btn-primary:hover:not(:disabled) {
    background: #2563eb;
}
.nav-btn-success {
    background: #10b981;
    color: white;
}
.nav-btn-success:hover:not(:disabled) {
    background: #059669;
}
.step-counter {
    font-size: 0.875rem;
    color: #6b7280;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal.show {
    display: flex;
}
.modal-content {
    background: white;
    border-radius: 0.75rem;
    max-width: 28rem;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.modal-header {
    text-align: center;
    padding: 2rem 2rem 1rem;
}
.success-icon {
    width: 4rem;
    height: 4rem;
    background-color: #d1fae5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}
.success-icon i {
    font-size: 2rem;
    color: #10b981;
}
.modal-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
}
.modal-body {
    padding: 0 2rem 2rem;
    text-align: center;
}
.modal-body p {
    color: #6b7280;
    margin-bottom: 1.5rem;
}
.modal-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.modal-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    font-size: 0.875rem;
}
.modal-btn-primary {
    background: #3b82f6;
    color: white;
}
.modal-btn-primary:hover {
    background: #2563eb;
}
.modal-btn-secondary {
    background: none;
    color: #374151;
    border: 1px solid #d1d5db;
}
.modal-btn-secondary:hover {
    background-color: #f9fafb;
}
@media (max-width: 768px) {
    .nav {
        display: none;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .progress-steps {
        padding: 0 1rem;
    }
    .step {
        flex-direction: row;
        margin-bottom: 0;
    }
    .step-circle {
        width: 1.875rem;
        height: 1.875rem;
        margin-bottom: 0;
        margin-right: 0.5rem;
        font-size: 0.75rem;
    }
    .step-label {
        display: none;
    }
    .step-connector {
        margin-top: 0;
        margin: 0 0.25rem;
        min-width: 1rem;
    }
    .form-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .step-content {
        padding: 1.5rem 1rem;
    }
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    .media-options {
        grid-template-columns: 1fr;
    }
    .review-content {
        grid-template-columns: 1fr;
    }
    .form-navigation {
        padding: 1rem;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .step-counter {
        order: -1;
        width: 100%;
        text-align: center;
    }
}
.form-step {
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.loading {
    opacity: 0.6;
    pointer-events: none;
}
.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.75rem 0 0 -0.75rem;
    border: 2px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

ul.review-list {
    list-style: disc;
    margin: 5px 0 5px 20px;
    padding: 0;
}

ul.review-list li {
    margin-bottom: 4px;
}

/* Add Listing Section css End */
.feature-btn {
    background-color: #fff;
    border: 2px solid #007bff;
    color: #007bff;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.feature-btn:hover {
    background-color: #007bff;
    color: #fff;
}

.feature-btn.active {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
}

.review-content.basic-info {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.logo-show {
    width: 50%;
}

.logo-show img {
    max-width: 210px;
}
/*  */

.review-gallery {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px;
}

.rg-item {
    position: relative;
    flex-basis: 340px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.rg-item:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.rg-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rg-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 12px;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.55) 80%
    );
}

.rg-caption {
    color: #fff;
    font-size: 0.92rem;
    line-height: 1.2;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-review .review-content {
    display: block;
    font-size: 0.875rem;
}

/* listing page details css start */

.hero-gallery {
    background: #fff;
    padding: 2rem 0;
}

.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.gallery-main {
    position: relative;
    height: 400px;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-nav.prev {
    left: 20px;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.gallery-nav.next {
    right: 20px;
}

.gallery-thumbnails {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 10px;
}

.thumbnail.active {
    border-color: #2563eb;
}

.thumbnail {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.main-content {
    padding: 32px 0;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.left-column {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.property-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.property-actions {
    display: flex;
    gap: 1rem;
}

.property-title h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.property-subtitle {
    color: #64748b;
    font-size: 1.1rem;
}

.btn-share,
.btn-save {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.property-stats {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.rating-badge {
    background: #16a34a;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
}

.property-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
}

.property-location i {
    color: #2563eb;
}

.property-description {
    margin-bottom: 2rem;
}

.property-description h3 {
    margin-bottom: 1rem;
    color: #1e293b;
}

.property-description p {
    margin-bottom: 1rem;
    color: #64748b;
    line-height: 1.7;
}
.property-features {
    margin-bottom: 2rem;
}

.property-features h3 {
    margin-bottom: 1rem;
    color: #1e293b;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.feature-item i {
    color: #2563eb;
    font-size: 1.2rem;
}

.reviews-section h3 {
    margin-bottom: 1.5rem;
    color: #1e293b;
}


.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.review-header {
    margin-bottom: 1rem;
}

.review-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    font-size: 0.875rem;
}

.reviewer-info {
    display: flex;
    gap: 1rem;
}

.reviewer-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-details h4 {
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.stars {
    color: #fbbf24;
}

.rating-text {
    font-weight: 600;
    color: #16a34a;
}

.review-date {
    color: #64748b;
    font-size: 0.9rem;
}

.review-content h5 {
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.review-content p {
    color: #64748b;
    line-height: 1.6;
}
.review-form-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.review-form-section h4 {
    margin-bottom: 1rem;
    color: #1e293b;
}

.rating-input {
    margin-bottom: 1rem;
}

.rating-input label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

label {
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.star-rating {
    display: flex;
    gap: 0.25rem;
}

.star-rating i {
    font-size: 1.5rem;
    color: #e2e8f0;
    cursor: pointer;
    transition: color 0.3s ease;
}

.star-rating i:hover,
.star-rating i.active {
    color: #fbbf24;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background-color: white;
    box-shadow: none !important;
}

.btn-primary {
    background: #2563eb;
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.right-column {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-card,
.map-card,
.price-card,
.agent-card,
.additional-details {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contact-header {
    margin-bottom: 1.5rem;
}
.contact-header h3 {
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.contact-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #64748b;
}

.status-dot.open {
    background: #16a34a;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #16a34a;
}

.contact-info {
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.contact-item i {
    color: #2563eb;
    font-size: 1.2rem;
    margin-top: 0.25rem;
}

.contact-item p {
    margin-bottom: 0.25rem;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link.facebook {
    background: #1877f2;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-link.twitter {
    background: #1da1f2;
}

.social-link.instagram {
    background: #e4405f;
}

.social-link.linkedin {
    background: #0a66c2;
}

.social-link.youtube {
    background: #ff0000;
}

.social-link:hover {
    transform: scale(1.1);
}

.map-container {
    height: 200px;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

.map-placeholder {
    text-align: center;
    color: #64748b;
}

.map-placeholder i {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #2563eb;
}

.agent-info {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.agent-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.agent-details h4 {
    margin-bottom: 0.25rem;
    color: #1e293b;
}

.agent-details p {
    color: #64748b;
    margin-bottom: 0.5rem;
}

.agent-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.agent-rating .stars {
    color: #fbbf24;
}

.agent-rating span {
    color: #16a34a;
    font-weight: 600;
}

.contact-form h4 {
    margin-bottom: 1rem;
    color: #1e293b;
}

.property-logo img {
    max-width: 160px;
}
/* listing page details css End */
