#password-strength {
    display: block !important;
    border-radius: 20px;
    position: relative;
    padding-top: 5px;
    font-weight: 600;
    color: #888;
    display: none;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

div#password-strength:after {
    display: none;
}

div#password-strength:before{
    display: none;
}
nav.vv-nav-menu a {
    font-size: 16px;
}

/** Vendor Profile Shortcode User View Dynamic Version **/


.vp-profile-header {
			max-width: 1296px;
			margin: 30px auto;
			background-color: #fff;
			border-radius: 8px;
			overflow: hidden;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
			position: relative;
		}

		.vp-cover {
			width: 100%;
			height: 200px;
			background: url('http://vibrantvends.tarunsoft.com/wp-content/uploads/2025/05/Frame-1618873395.png') center/cover no-repeat;
		}

		.vp-profile-info {
			display: flex;
			align-items: center;
			padding: 20px;
			position: relative;
		}

		.vp-profile-avatar {
			width: 100px;
			height: 100px;
			border: 4px solid #fff;
			border-radius: 50%;
			overflow: hidden;
			position: absolute;
			top: -50px;
			left: 20px;
			background: #eee;
		}

		.vp-profile-avatar img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.vp-profile-details {
			margin-left: 140px;
			flex: 1;
		}

		.vp-profile-details h1 {
			font-size: 24px;
			margin-bottom: 8px;
		}

		.vp-profile-details p {
			color: #666;
			font-size: 14px;
			margin-bottom: 12px;
		}

		.vp-ratings {
			display: flex;
			align-items: center;
			font-size: 14px;
			color: #444;
		}

		.vp-ratings span {
			display: flex;
			align-items: center;
			margin-right: 8px;
		}

		.vp-ratings img {
			width: 16px;
			height: 16px;
			margin-right: 4px;
		}

		.vp-actions {
			display: flex;
			gap: 10px;
			margin-top: 16px;
		}

		.vp-actions .vp-btn {
			flex: 1;
		}

		.vp-btn {
			padding: 10px 20px;
			font-size: 14px;
			border-radius: 4px;
			border: none;
			cursor: pointer;
			transition: background-color 0.2s, color 0.2s;
			white-space: nowrap;
		}

		.vp-btn-follow {
			background-color: #00bfa6;
			color: #fff;
		}

		.vp-btn-follow:hover {
			background-color: #009f8f;
		}

		.vp-btn-message {
			background-color: transparent;
			color: #00bfa6;
			border: 2px solid #00bfa6;
		}

		.vp-btn-message:hover {
			background-color: #00bfa6;
			color: #fff;
		}

		.vp-container {
			font-family: "Inter Display", sans-serif;
			display: flex;
			max-width: 1296px;
			margin: 30px auto;
			gap: 20px;
		}

		/* Sidebar */
		.vp-sidebar {
			flex: 0 0 300px;
			display: flex;
			flex-direction: column;
			gap: 20px;
		}

		.vp-card {
			background: #fff;
			border-radius: 8px;
			padding: 20px;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		}

		.vp-card h2 {
			font-size: 18px;
			margin-bottom: 16px;
		}

		.vp-badges {
			display: flex;
			justify-content: center;
			gap: 10px;
			margin-bottom: 16px;
			background-color: #FAF7F8;
			padding: 15px;
		}

		.vp-badges img {
			width: 80px;
			height: 80px;
			object-fit: contain;
		}

		.vp-stats {
			display: flex;
			justify-content: space-between;
			font-size: 14px;
			color: #555;
		}

		.vp-stats div {
			text-align: center;
		}

		.vp-stats div span {
			display: block;
			font-size: 24px;
			font-weight: bold;
			margin-top: 4px;
		}

		.vp-contact-list {
			font-size: 14px;
			color: #555;
			margin-top: 12px;
		}

		.vp-contact-list li {
			margin-bottom: 6px;
		}

		.vp-map {
			width: 100%;
			height: 150px;
			background: #ddd url('http://vibrantvends.tarunsoft.com/wp-content/uploads/2025/05/Screenshot-2025-02-04-at-5.26.30â€¯PM-1.png') center/cover no-repeat;
			border-radius: 4px;
		}

		.vp-btn-direction {
			display: inline-flex;
			align-items: center;
			gap: 6px;
			margin-top: 12px;
			padding: 10px 16px;
			background: #00bfa6;
			color: #fff;
			border: none;
			border-radius: 4px;
			cursor: pointer;
			font-size: 14px;
		}

		.vp-social-links {
			display: flex;
			gap: 12px;
		}

		.vp-social-links a {
			width: 40px;
			height: 40px;
			background: #e8fdf8;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			text-decoration: none;
		}

		.vp-social-links img {
			width: 20px;
			height: 20px;
		}

		/* Main Feed */
		.vp-feed {
			flex: 1;
			display: flex;
			flex-direction: column;
			gap: 20px;
		}

		.vp-post {
			background: #fff;
			border-radius: 8px;
			padding: 20px;
			box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		}

		.vp-post-header {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.vp-user-info {
			display: flex;
			align-items: center;
			gap: 12px;
		}

		.vp-user-info img {
			width: 40px;
			height: 40px;
			border-radius: 50%;
		}

		.vp-user-info .vp-details {
			font-size: 14px;
			color: #555;
		}

		.vp-user-info .vp-details strong {
			color: #000;
		}

		.vp-post-images {
			display: flex;
			gap: 10px;
			margin: 12px 0;
		}

		.vp-post-images img {
			flex: 1;
			height: 200px;
			object-fit: cover;
			border-radius: 4px;
		}

		.vp-post-footer {
			display: flex;
			align-items: center;
			justify-content: space-between;
			font-size: 14px;
			color: #555;
		}

		.vp-actions {
			display: flex;
			gap: 20px;
			align-items: center;
		}

		.vp-actions span {
			display: flex;
			align-items: center;
			gap: 6px;
			cursor: pointer;
		}

		.vp-actions img {
			width: 16px;
			height: 16px;
		}

		.vp-bookmark img {
			width: 16px;
			height: 16px;
		}

		.vp-menu {
			cursor: pointer;
			font-size: 24px;
			line-height: 1;
		}

		.vpu-status-card {
			display: flex;
			align-items: center;
			/*     background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    padding: 12px 16px; */
		}

		.vpu-status-avatar {
			width: 48px;
			height: 48px;
			border-radius: 50%;
			object-fit: cover;
			margin-right: 12px;
		}

		.vpu-status-content {
			position: relative;
			flex: 1;

		}

		.vpu-status-input {
			margin-top: 18px !important;
			width: 100%;
			border: none;
			background: transparent;
			font-size: 16px;
			color: #606770;
			outline: none;
		}

		.vpu-status-emoji {
			position: absolute;
			top: 50%;
			right: 12px;
			transform: translateY(-50%);
			background: none;
			border: none;
			padding: 0;
			cursor: pointer;
		}

		.vpu-status-emoji img {
			width: 24px;
			height: 24px;
		}

		/* Responsive */
		@media (max-width: 768px) {
			.vp-container {
				flex-direction: column;
			}

			.vp-sidebar {
				flex: none;
			}

			.vp-post-images {
				flex-direction: column;
			}

			.vp-post-images img {
				height: auto;
			}
		}

		/* Mobile styles */
		@media (max-width: 600px) {
			.vp-cover {
				height: 150px;
			}

			.vp-profile-info {
				flex-direction: column;
				align-items: center;
				padding-top: 60px;
			}

			.vp-profile-avatar {
				position: absolute;
				left: 50%;
				transform: translateX(-50%);
				margin: 0;
			}

			.vp-profile-details {
				margin: 0;
				text-align: center;
				padding: 0 20px;
			}

			.vp-ratings {
				justify-content: center;
				margin: 8px 0;
			}

			.vp-actions {
				width: 100%;
				justify-content: center;
				padding: 0 20px;
			}

			.vp-actions .vp-btn {
				flex: none;
				width: calc(50% - 5px);
			}
		}


.vp-card {
            max-width: 1100px;
            margin: auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            background: #fff;
            border-radius: 14px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            padding: 30px;
            gap: 40px;
            align-items: center;
        }

        .vp-left {
            text-align: center;
            border-right: 1px solid #EDEDED;
            padding-right: 10px;
        }

        .vp-avatar {
            width: 130px;
            height: 130px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 10px;
        }

        .vp-name {
            font-size: 24px;
            margin: 8px 0;
            color: #1a1a1a;
        }

        .vp-desc {
            font-size: 15px;
            color: #444;
            margin-bottom: 15px;
            max-width: 360px;
            margin-inline: auto;
        }

        .vp-socials {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-bottom: 10px;
        }

        .vp-meta {
            font-size: 14px;
            color: #666;
        }

        .vp-right {
            display: grid;
            gap: 25px;
        }

        .vp-badges {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            background-color: #FAF7F8;
            padding: 15px;
        }

        .vp-badge {
            text-align: center;
            font-size: 14px;
            color: #111;
        }

        .vp-badge img {
            width: 80px;
            height: 80px;
            margin-bottom: 6px;
        }

        .vp-stats {
            display: flex;
            justify-content: center;
            gap: 50px;
            flex-wrap: wrap;
        }

        .vp-stats h2 {
            font-size: 24px;
            margin: 0;
            color: #000;
        }

        .vp-stats p {
            font-size: 14px;
            color: #555;
            margin: 0;
        }

        @media (max-width: 768px) {
            .vp-card {
                grid-template-columns: 1fr;
                text-align: center;
            }

            .vp-left {
                border-right: none;
                padding-right: 0;
            }

            .vp-right {
                border-top: 1px solid #EDEDED;
                padding-top: 10px;
            }

            .vp-badges {
                background: none;
            }
        }

/* === SignUp Style === */
.vp-signup-testimonial-area {
    position: relative;
    background-color: #FAF7F8;
}
.vp-form-container {
    background-color: #ffffff;
    padding: 40px 40px 15px 40px;
    border-radius: 5px;
    margin-top: 80px;
}
.vp-form-container.vp_signup_setp_1 {
    text-align: center;
}
.vp-signup-head h2 {
    font-size: 32px;
    color: #111827;
    font-weight: 700;
}
.vp-signup-head p {
    color: #6B7280;
    font-size: 16px;
    font-weight: 500;
}
.vp-signup-head a.vp-others-login {
    border: 1px solid #E5E7EB;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #374151;
    background-color: #FAF7F8;
    margin-bottom: 8px;
    font-weight: 600;
}
.vp-signup-head a i {
    margin-right: 5px;
    font-size: 16px;
}
input.vp-form-control {
    border: 1px solid #E5E7EB;
}
input.vp-form-control::placeholder {
    font-size: 15px;
    color: #6B7280;
    font-weight: 500;
}
.vp-form-container button {
    display: block;
    margin: auto;
    background-color: #00B8B3;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 35px;
}
.vp-testi-bg {
    background-image: url('http://vibrantvends.tarunsoft.com/wp-content/uploads/2025/07/testi_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    height: 988px;
    width: 56%;
}
.vp-signup-head p a {
    color: #00837F;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
}
.vp-form-container .mb-3 {
    position: relative;
}
.vp-form-container .mb-3 i {
    position: absolute;
    font-size: 18px;
    color: #6B7280;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
}
.vp-signup-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vp-signup-footer p {
    color: #374151;
    margin: 0;
}
.vp-signup-footer a {
    font-size: 14px;
    margin-left: 5px;
    color: #00837F;
    font-weight: 600;
}
.vp-signup-testimonial-area {
    padding-bottom: 305px;
}
.vp-testimonial-sing-wrap {
    height: 100%;
}

.vp-signup-testimonial {
    position: absolute;
    width: 586px;
    background-color: rgba(236, 238, 238, 0.7);
    bottom: -150px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 24px;
}

.vp-sp-teste-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.vp-testi-author {
    display: flex;
    align-items: center;
}

.vt-testi-thumb img {
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.vp-testi-author-info h5 {
    margin: 0;
    color: #111827;
    font-size: 20px;
    font-weight: 600;
}

.vp-testi-author-info p {
    margin: 0;
    font-size: 16px;
    color: #374151;
}

.vp-testi-review span i {
    color: #FBAF00;
    font-size: 18px;
}

.vp-testi-review span {
    font-size: 18px;
    color: #111827;
    font-weight: 600;
}

.vp-testi-body h5 {
    font-size: 18px;
    color: #111827;
    font-weight: 600;
    margin-bottom: 15px;
}

.vp-testi-body p {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    line-height: 26px;
}
.vp-list-available {
    display: inline-block;
    margin-bottom: 40px;
}

.vp-list-available .item {border: 1px solid #E5E7EB;color: #374151;padding: 10px 20px;font-size: 14px;display: inline-block;margin-bottom: 10px;margin-right: 10px;cursor: pointer;}
button.vp-btn.vp-btn-skip {
    background: transparent;
    color: #6B7280;
}

.vp_signup_setp_3 .vp-form-container button.vp-btn.vp-btn-primary {
    margin-bottom: 10px;
}

a.vr-back {
    color: #374151;
    font-size: 16px;
}

a.vr-back i {
    margin: 3px;
}

.vp-signup-head-step-4 p {
    color: #6B7280;
    font-size: 16px;
}

.vp-signup-head-step-4 a {
    color: #111827;
    font-weight: 600;
}

.vp-form-container h2 {
    font-weight: 700;
    font-size: 32px;
}

.vp-radio-step-4 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.vp-radio-content h5 {
    color: #374151;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.vp-radio-content p {
    font-size: 14px;
    color: #6B7280;
    margin: 0;
}
.vp-select-item .item {
    display: inline-block;
    background-color: rgba(230, 248, 247, 0.5);
    font-size: 14px;
    color: #00B8B3;
    border: 1px solid #00B8B3;
    padding: 10px 20px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vp-select-item {
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.vp-signup-head-step-2, .vp-signup-head-step-3 h2, .vp-signup-head-step-4 h2, .vp-signup-head-step-5 h2 {
    margin-bottom: 30px;
}
.vp-checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
    margin-top: 30px;
}

.vp-checkbox-group input {
    box-shadow: none;
    width: 20px;
    height: 20px;
}

.vp-checkbox-group label {
    margin: 0;
}

.vp-signup-head-step-5 p {
    color: #374151;
}

.vp-signup-head-step-5 a {color: #111827;font-weight: 600;}

.vp_signup_setp_5 .mb-3 span {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #6B7280;
    font-family: 'Inter Display';
}

.vp_signup_setp_5 .mb-3 input {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 40px;
}

button.vp-btn.vp-btn-another {
    background-color: transparent;
    font-size: 16px;
    color: #6B7280;
}


.vp_signup_setp_5 button.vp-btn.vp-btn-primary {
    margin-bottom: 15px;
}
.vp-checkbox-group label a {
    color: #00B8B3;
    font-weight: 600;
}

.vp-checkbox-group .modal-header {
    padding: 35px 10px;
    border: none;
    border-radius: 0;
}

.vp-check-modal-head h5 {
    font-size: 20px;
    color: #111827;
    margin: 0;
}

.vp-checkbox-group button.btn-close {
    width: 20px;
    color: #374151;
    background-color: transparent;
}

.vp-check-modal-head p {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
    line-height: 14px;
}

.vp-check-box-modal-body.modal-body h5 {
    font-size: 16px;
    color: #111827;
    font-weight: 600;
}

.vp-check-box-modal-body.modal-body ul li {font-size: 16px;list-style: disc;color: #6B7280;margin-bottom: 5px;}
.vp-checkbox-group .modal-content {
    max-height: 512px;
    overflow-x: auto;
}

.vp_signup_setp_5 .modal-body {
    padding: 64px 40px 40px 40px;
}


.vp_signup_setp_5 .check-icon {
    text-align: center;
    margin-bottom: 30px;
}

.vp_signup_setp_5 .check-icon i {
    width: 70px;
    height: 70px;
    background: #00B8B3;
    border-radius: 50%;
    line-height: 70px;
    font-size: 36px;
    color: #fff;
}

.vp_signup_setp_5 .progress {
    margin-bottom: 40px;
    height: 5px;
    --bs-progress-bar-bg: #00B8B3;
}

.vp_signup_setp_5 h4.mt-3 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #111827;
}

.vp_signup_setp_5 p.text-muted {
    text-align: center;
    color: #374151;
}

.vp_signup_setp_5 a.btn.btn-custom {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #00B8B3;
    font-weight: 600;
}
.vp-comment-replies {
    margin-left: 40px;
padding: 10px 0;
}
.vp-single-reply.vp-comments-reply-meta-top {
 
    border-top: 1px solid #ffffff30;
    padding: 15px 0;
}

.custom-rating-slider {
  max-width: 1400px;
  margin: 0 auto;
}

.custom-rating-slider .slide {
  width: 415px;
  margin: 0 12px;
  position: relative;
  overflow: hidden;
}

.custom-rating-slider .slide img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

/* Gradient Overlay */
.custom-rating-slider .slide::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  z-index: 1;
  pointer-events: none;
}

.custom-rating-slider .ratings {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 6px 12px;
  border-radius: 8px;
  z-index:999;
}

.custom-rating-slider .ratings img {
  max-width: 16px;
  height: auto;
  vertical-align: middle;
}

/* Slide Container */
.custom-rating-slider .slick-slide {
  box-sizing: border-box;
}

/* Slick Dots Styling */
.custom-rating-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 10px;
/*   padding: 20px 0; */
  list-style: none;
  margin: 0;
}

.custom-rating-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
}

.custom-rating-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.custom-rating-slider .slick-dots li button:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.custom-rating-slider .slick-dots li.slick-active button:before {
  background-color: #00BFA6;
}
	.slick-dots li.slick-active:after{
		opacity:0;	
	}

/* (Optional) Hide arrows just in case */
.custom-rating-slider .slick-prev,
.custom-rating-slider .slick-next {
  display: none !important;
}

        .masonry-image-grid {
            width: 100%;
            display: block;
            margin: 0 auto;
            font-family: 'Inter Display', sans-serif;
        }

        .masonry {
            column-count: 2;
            column-gap: 24px;
        }

        @media (min-width: 767px) {
            .masonry {
                column-count: 1;
            }
        }

        @media (min-width: 768px) {
            .masonry {
                column-count: 2;
            }
        }

        @media (min-width: 992px) {
            .masonry {
                column-count: 3;
            }
        }

        .brick {
            position: relative;
            box-sizing: border-box;
            break-inside: avoid;
            margin-bottom: 24px;
            counter-increment: brick-counter;
            padding: 10px 0px;
        }

        .brick img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .image-heart {
            position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(18, 18, 18, 0.4);
    border-radius: 50%;
    padding: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
        }

        .image-heart img {
            width: 100%;
        }

 .image-gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
  z-index: 1;
	 margin-bottom:9px;
}


.brick-bot {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 2; /* ABOVE the overlay */
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}


        .image-author {
            display: block;
            padding-bottom: 6px;
            font-size: 20px;
            line-height: 28px;
            font-weight: 600;
        }

        .image-ratings {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .image-ratings img {
            max-width: 16px;
            height: auto;
            vertical-align: middle;
        }

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.container-fluid {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FAF7F8;
}

.container-fluid h3 {
    text-align: center;
    padding-bottom: 50px;
}

.vi_home_category_ {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.vi_home_category_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 206px;
    height: 140px; /* Increased to accommodate text below icon */
    padding: 20px;
    cursor: pointer;
    color: #6c757d;
    border-radius: 8px;
}

.icon-box {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 8px;
    background-color: #fff;
}

.icon-box:hover {
    background-color: #00B8B3;
}

.icon-box i {
    font-size: 40px;
    line-height: 40px;
    color: #6c757d;
}

.icon-box:hover i {
    color: white;
}

.nav-label {
    font-size: 16px !important;
    font-weight: 500;
    margin: 12px 0 0;
    line-height: 28px;
    color: #6c757d;
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .vi_home_category_ {
        max-width: 100%;
        justify-content: center;
    }

    .vi_home_category_box {
        width: calc(100% / 4 - 12px); /* 4 boxes per row */
        min-width: 160px;
        height: auto;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .vi_home_category_box {
        width: calc(100% / 3 - 12px); /* 3 boxes per row */
        min-width: 140px;
        padding: 12px;
    }

    .container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container-fluid h3 {
        font-size: 1.5rem;
        padding-bottom: 30px;
    }

    .icon-box {
        width: 60px;
        height: 60px;
    }

    .icon-box i {
        font-size: 30px;
        line-height: 30px;
    }

    .nav-label {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {
    .vi_home_category_box {
        width: calc(100% / 2 - 12px); /* 2 boxes per row */
        min-width: 120px;
        padding: 10px;
    }

    .container-fluid {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .container-fluid h3 {
        font-size: 1.2rem;
        padding-bottom: 20px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
    }

    .icon-box i {
        font-size: 25px;
        line-height: 25px;
    }

    .nav-label {
        font-size: 14px;
        line-height: 20px;
    }
}

.card {
      border: none;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s ease-in-out;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card-body {
      padding: 15px;
    }

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

    .replies-badge {
      background-color: #f8f9fa;
      color: #6c757d;
      border-radius: 20px;
      padding: 5px 10px;
      font-size: 0.8rem;
    }

    .blue-background {
      background-color: #004e6d; /* Dark blue background */
    }

    .light-blue-border {
      border-top: 4px solid #007bff; /* Light blue border */
    }
section.listings-container.margin-top-45 .copyrights.margin-top-0, .listing-share.margin-top-40.margin-bottom-40.no-border {
    display: none;
}
.vibe-link {
    background-color: #20b2aa;
    color: white;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.arrow {
    margin-left: 8px;
    font-size: 18px;
}

.vibe-link:hover {
    background-color: #1c9e98;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    color: white;
}

.vibe-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vibe-link:visited {
    color: white;
}


.no-listings-message {
    padding: 20px;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px dashed #ced4da;
    border-radius: 10px;
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
}

.custom-rating-slider {
    visibility: hidden;
}

.custom-rating-slider.slick-slider {
    visibility: visible;
}


.fs-container {
    display: flex;
    gap: 20px;
    align-items: stretch;
    min-height: 600px;
}

.fs-inner-container.content {
    flex: 1;
    padding-right: 10px;
}

/* Map container: fixed width */


#map {
    width: 100%;
    height: 100%;
}

/* .fs-inner-container.map-fixed {
  
    position: relative !important;
} */


.fs-inner-container.map-fixed {
    width: 35% !important; /* Adjust the width as needed */    
    position: sticky !important;
    top: 0px;
    height: calc(100vh - 80px);
    overflow: hidden;
    background: #FAF7F8;
    border: none;
}

.fs-container section.search {
    width: 100%;
}

.fs-inner-container.map-fixed.hide-map-on-mobile {
    margin-top: 34px;
}

/* Signin page - started */
@media (min-width: 767px) {
    .vlogin-container {
        padding-left: 100px;
    }
}

.vlogin-left .vlogin-form-box {
    max-width: 575px
}

.vlogin-form-box>p {
    text-align: center;
    font-weight: 600;
}

.vlogin-form-box input {
    font-size: 16px !important;
}

/* Signin page - ended */



/* Signup Page - started */
.container-fluid.vp-custom-container {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.signup-img img {
    width: 100%;
}

.signup-form-area .g_id_signin iframe {
    margin: auto !important;
}

.signup-form-area .apple-signin-wrapper {
    margin: 1rem 0 0 0 !important;
}

.signup-form-area .or {
    margin: 2rem 0;
}

.vp-form-container .mb-3 i {
    top: 50% !important;
    right: 30px !important;
}

.vp-signup-testimonial-area {
    padding-bottom: 0;
}

.vp-form-container {
    margin: 0;
}

.signup-form-area {
    display: flex;
    align-items: center;
    height: 100%;
}

.signup-form-area form {
    width: 100%;
}

#password-strength {
    margin-bottom: 1rem
}

.signup-form-area input.vp-form-control {
    font-size: 16px;
}

.swal2-popup .swal2-actions {
    background: #00B8B3;
}

.signup-divider span {
    font-size: 15px;
    color: #888;
    font-weight: 600;
}

.vr-category-dropdown {
    z-index: 9999 !important;
}

.vr-category-dropdown>div {
    font-size: 15px;
}

.page-template-page-vendor-signup input {
    font-size: 15px;
}

/* Signup Page - ended */


/* Dashboard design - started */
#dashboard {
    padding-top: 0;
}

.dashboard-content>a {
    background: #00B8B3 !important
}

.my-profile input[type="submit"] {
    background: #00B8B3 !important
}

body.light-dashboard.page-template-template-dashboard .dashboard-nav ul li a i {
    color: #00B8B3 !important;
}

.waiting-booking .bookings .inner h3 span.booking-status {
    background-color: #00B8B3;
}

@media (min-width: 992px) {
    .page-template-template-dashboard .ekit-template-content-header {
        position: fixed;
        z-index: 999;
        width: 100%
    }

    body.light-dashboard .dashboard-nav ul:not(.dokan-dashboard-menu):first-child,
    .page-template-template-dashboard .dashboard-content {
        padding-top: 155px;
    }
}

.page-template-template-dashboard .ekit-template-content-footer {
    width: 100%;
    margin-top: 75px;
}

#dashboard .copyrights {
    display: none !important;
}

.ekit-template-content-header {
    z-index: 9999 !important
}

.pricing-package [type='radio']:checked+label {
    background: #00B8B3 !important;
    border-color: inherit;
}

.best-value-plan {
    border: 1px solid #00B8B3;
}

.best-value-plan .pricing-package-header,
.owned-packages label input:checked+span i {
    background-color: #00B8B325;
}

.pricing-package-header * {
    color: #00B8B3 !important;
}

/* Dashboard design - ended */


/* Homepage's Featured sec slider - started */
.home .feature {
    background: transparent;
}

.home .feature .feature-card {
    background: #fff;
}

@media (max-width: 767px) {
    .masonry-image-grid .masonry {
        column-count: 1;
    }

    span.replies-badge {
        margin-left: 0;
    }
}

.reviews-section {
    padding: 30px 0 20px 0;
}

@media (max-width: 767px) {
    .vp-home-popular-tag ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 9px;
    }

    .vp-home-popular-tag ul li {
        margin: 0 !important;
    }

    .vi_home_category_ {
        gap: 5px;
        padding: 0 9px;
    }
}

@media (max-width: 415px) {
    .main-search-input {
        width: 285px !important;
    }
}

/* Homepage's Featured sec slider - ended */


/* Search details /  All Listing page - started */
.search .panel-dropdown.active a:after {
    color: #fff !important;
}

.search .panel-dropdown.active a {
    background: #00b4b3 !important;
    color: #fff;
}

.marker-cluster-small div {
    background-color: #00b4b3 !important;
}

.marker-cluster div:before {
    border: 7px solid #00b4b3;
    opacity: 0.2;
    box-shadow: inset 0 0 0 4px #00b4b3;
}

/* Search details /  All Listing page - started */


/* Main user profile - started */
.vp-post-card.vp_post_wrap .vp-user-name {
    font-family: 'Inter Display', sans-serif;
    font-weight: 600 !important;
    font-size: 16px;
}

.vp-user-name {
    font-size: 10px !important;
}

.vp-post-card.vp_post_wrap .vp-vp-post-info .category span {
    font-weight: 600;
}

@media (max-width: 767px) {
    .vp-post-save-btn a {
        font-size: 12px !important;
        padding: 1rem 9px;
        display: block;
    }

    .vp-post-save-btn img {
        width: 13px;
    }

    .vp-post-card.vp_post_wrap .vp-vp-post-info .vp-post-meta span {
        font-size: 13px
    }
}

/* Main user profile - ended */


/* Community forum - started */
.container-fluid.vp-custom-container {
    padding-right: 75px !important;
}

#createPostModal {
    z-index: 99999 !important;
}

h3#createPostModalLabel {
    padding: 0;
    margin-left: 1rem;
}

button.btn-close.vp-close-popup {
    font-size: 15px;
    opacity: 1;
    margin-right: 1rem;
}

/* Community forum - ended */


/* My Vends page - started */
.vp_mv-collections h3.vp_mv-card__title a {
    color: #00B8B3
}

.vp_mv-collections span.vp_mv-card__count {
    margin: 2px 9px 0 0;
}

.vp_mv-collections button.delete-folder-btn {
    background: #00B8B3 !important;
    height: 21px !important;
    ;
    width: 21px !important;
}

/* My Vends page - ended */


/* Vendor profile - started */
form#vp-profile-upload-form input[type="file"] {
    font-size: 13px;
    box-shadow: none;
    border: none;
}

form#vp-profile-upload-form input[type="submit"] {
    background: #00B8B3 !important;
}

.vp-user-reply span:first-child {
    color: #000 !important;
    margin: 0 1rem;
}

/* Vendor profile - ended */


/* Account setting page - started */
.vv-profile-top button#updateProfileImageBtn {
    background: #00B8B3;
    border: none;
    color: #fff;
    padding: 9px 15px;
    border-radius: 99px;
    font-size: 15px;
    margin-top: 15px;
}

.vv-sidebar li.vv-tab-btn {
    font-size: 14px;
}

/* Account setting page - ended */


/* Footer - started */
.ekit-template-content-footer .email-form {
    margin: 30px 0;
}

/* Footer - ended */

.archive.post-type-archive.post-type-archive-listing .ekit-template-content-header {
    z-index: unset !important;
}


.fs-container section.search .row.with-forms {
    width: 100%;
}


@media (max-width: 992px) {

.fs-inner-container.map-fixed.hide-map-on-mobile {
        height: 100% !important;
        width: 100% !important;
    }
}


@media (max-width: 992px) {
    .fs-container.fs-top-header {
        display: flex;
        flex-direction: column;
    }

    .fs-container.fs-top-header>section.search:first-of-type {
        order: 1;
    }

    .fs-container.fs-top-header>section.search:last-of-type {
        order: 2;
        padding-top:0 !important
    }
}
@media (max-width: 767px) {
.listing-item-container.list-layout .listing-item {
        height: auto !important;
    }
}


.fs-listings .pagination-container {
    top: 100% !important;
    position: absolute !important;
}

.fs-container {
    padding-bottom: 100px;
}

.fs-container #map-container {
    height: 98% !important;
}
@media (max-width: 1008px) {
    .fs-container #map-container {
        height: 500px !important;
        max-height: 500px;
    }
}


.listing-item-container.list-layout .listing-item {
    height: 100%;
    width: 100%;
}

#my-vends span.vp-hurt.likePostbutton {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

#my-vends span.vp-hurt.unvibe-button {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

#my-vends span.vp-hurt.likePostbuttonn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

#my-vends span.vp-hurt.unvibe-buttonn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

.chart-button a {
    background: #00B8B3 !important;
}

.listing-type-icon {
    background-color: #00B8B3 !important;
    box-shadow: 0 0 0 8px rgb(0 0 0 / 10%) !important;
}

.listing-type h3 {

    color: #00B8B3 !important;
}

.listing-type:hover {
    background-color: #00B8B3 !important;
}

.listing-type:hover h3 {
    color: #fff !important;
}
.listing-type:hover svg path {
    fill: #fff !important;
}
i.tip {
    background: #00B8B3;
}

/* .comment-by-listing a:hover,
.browse-all-user-listings a i,
.hosted-by-title h4 a:hover,
.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active,
.fp-accordion .accordion h3.ui-accordion-header-active i.fa-angle-down,
.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
#posts-nav li a:hover,
.plan.featured .listing-badge,
.post-content h3 a:hover,
.add-review-photos i,
.show-more-button i,
.listing-details-sidebar li a,
.star-rating .rating-counter a:hover,
.more-search-options-trigger:after,
.header-widget .sign-in:hover,
#footer a,
#footer .footer-links li a:hover,
#navigation.style-1 .current,
#navigation.style-1 ul li:hover a,
.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name,
.main-search-input-item.location a:hover,
.chosen-container .chosen-results li.highlighted,
.input-with-icon.location a i:hover,
.sort-by .chosen-container-single .chosen-single div:after,
.sort-by .chosen-container-single .chosen-default,
.panel-dropdown a:after,
.post-content a.read-more,
.post-meta li a:hover,
.widget-text h5 a:hover,
.about-author a,
button.button.border.white:hover,
a.button.border.white:hover,
.icon-box-2 i,
button.button.border,
a.button.border,
.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover,
.plan.featured .listing-badges .featured,
.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before,
.info-box h4,
.testimonial-carousel .slick-slide.slick-active .testimonial:before,
.sign-in-form .tabs-nav li a:hover,
.sign-in-form .tabs-nav li.active a,
.lost_password:hover a,
#top-bar .social-icons li a:hover i,
.listing-share .social-icons li a:hover i,
.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i,
.headline span i,
vc_tta.vc_tta-style-tabs-style-1 .vc_tta-tab.vc_active a,
.vc_tta.vc_tta-style-tabs-style-2 .vc_tta-tab.vc_active a,
.tabs-nav li.active a,
.wc-tabs li.active a.custom-caption,
#backtotop a,
.trigger.active a,
.post-categories li a,
.vc_tta.vc_tta-style-tabs-style-3.vc_general .vc_tta-tab a:hover,
.vc_tta.vc_tta-style-tabs-style-3.vc_general .vc_tta-tab.vc_active a,
.wc-tabs li a:hover,
.tabs-nav li a:hover,
.tabs-nav li.active a,
.wc-tabs li a:hover,
.wc-tabs li.active a,
.testimonial-author h4,
.widget-button:hover,
.widget-text h5 a:hover,
a,
a.button.border,
a.button.border.white:hover,
button.button.border,
button.button.border.white:hover,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-tabs-style-1 .vc_tta-tab.vc_active>a,
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-tabs-style-2 .vc_tta-tab.vc_active>a,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th,
.uploadButton .uploadButton-button:before,
.time-slot input~label:hover,
.time-slot label:hover span,
#titlebar.listing-titlebar span.listing-tag a,
.rating-box-footer h5 a:hover,
.panel-wrapper .drilldown-menu .menu-toggle:before,
.drilldown-menu .menu-item:hover .arrow,
.drilldown-menu .menu-item:hover .arrow:before,
.drilldown-menu .menu-item.selected:after,
.booking-loading-icon {
    color: #00B8B3 !important;
} */


label.uploadButton-button.ripple-effect:hover {
    background: #00B8B3;
}


.listing-item-container.listing-geo-data.list-layout.listing-type-service {
    display: flex;
}

@media (max-width: 1008px) {
    .listing-item-container.listing-geo-data.list-layout.listing-type-service {
            display: block !important;
        }
}

.listing-item-container.compact.order-summary-widget {
    height: auto !important;
}

a.button.booking-confirmation-btn.margin-top-20 {
    background: #00B8B3;
}

a.button.listeo-booking-widget-apply_new_coupon {
    background: #00B8B3;
}

.opening-hours.summary li.total-costs {
    color: #00B8B3;
}

.opening-hours.summary li:hover,
.opening-hours.summary li.total-costs span {
    color: #00B8B3 !important;
}
a#listeo-coupon-link {
    color: #00B8B3 !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="button"],
input[type="submit"],
button,
button.button,
a.button,
#tiptip_content {
    font-family: 'TASA Orbiter Display', sans-serif;
    font-size: 16px !important;
}

.panel-dropdown.time-slots-dropdown {
    width: 300px;
}

.footer-link a{
    color:#fff !important;
}



.related-vive span.vp-hurt.likePostbuttonn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

.related-vive span.vp-hurt.unvibe-buttonn {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(18, 18, 18, 0.2);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}