
/* Definire variabile globale */
:root {
  --primary-color: #0d47a1;
  --primary-hover: #1565c0;
  --secondary-color: #1e88e5;
  --secondary-hover: #42a5f5;
  --accent-color: #ff6d00;
  --accent-hover: #ff8f00;
  --success-color: #0ca75e;
  --success-hover: #08964e;
  --danger-color: #e63946;
  --danger-hover: #c32f39;
  --warning-color: #ffc24d;
  --warning-hover: #e0a800;
  --info-color: #17a2b8;
  --info-hover: #138496;
  --light-color: #f8f9fa;
  --dark-color: #343a40;
  --body-font:"Alexandria", serif;
  --heading-font: "Alexandria", serif;
}

.bg-primary {
  background: var(--primary-color) !important;
}

.bg-lt-blue {
  background: #F3F6FB;
}

.text-gray {
  color: var(--bs-gray);
}

.text-dark {
  color:var(--dark-color) !important
}

.text-success {
  color: #0CA75E !important;
}

.btn-accent {
  background: var(--accent-color);
  color:#fff;
}

.text-accent {
  color:var(--accent-color)
}

.form-control:focus {
  /* border: 1px solid #ddd; */
  box-shadow: 0 0 0 1px #9d9d9d;
  transition: none;
}

.bg-success {
  background: var(--success-color) !important;
}

img {
  max-width: 100%;
}

.category-badge {
  font-size: 12px;
  padding: 0.4rem .4rem;
  border-radius: 4px;
  font-weight: 400;
  display: flex;
  align-items: center;
  background:#3E69B2;
  color:#fff;
}

.category-badge:hover {
  color:#fff;
}

.category-badge img {
  width: 20px;
  max-width: 100%;
  margin-right: 4px;
}


/* Category icons */
.category-case .c-i::before {
  content: "\f422" !important;
}

.category-terenuri .c-i::before {
  content: "\f5e1" !important;
}

.category-garsoniere .c-i::before {
  content: "\f1dd" !important;
}

.category-apartamente .c-i::before {
  content: "\f1dd" !important;
}

.category-spatii-comerciale .c-i::before {
  content: "\f543" !important;
}
/* Category icons */

/* New categories */
.category-piese-si-accesorii {
  background: #0091D0;
}

.category-autoturisme {
  background: #00B4CD;
}

.category-autoutilitare {
  background: #0053d0;
}

.category-moto {
  background: #1166ac;
}

.category-case {
  background: #4CA55F;
}

.category-apartamente {
  background: #089570;
}

.category-garsoniere {
  background: #00827A;
}

.category-terenuri {
  background: #006F78;
}

.category-spatii-comerciale {
  background: #1b5b6c;
}

.category-casa-si-gradina {
  background: #D27B43;
}

.category-constructii-si-renovari {
  background: #E14B00;
}

.category-juridic-si-legal {
  background: #FFA700;
}

.category-foto-video-evenimente {
  background: #FF453C;
}

.category-financiar-contabile {
  background: #FF6647;
}

.category-constructii {
  background: #BA5CAF;
}

.category-educatie {
  background: #B047A4;
}

.category-horeca {
  background: #7C5398;
}

.category-ingrijire {
  background: #8b3e82;
}

.category-it {
  background: #a33174;
}
 
.category-sanatate {
  background: #ab47d8;
}

.category-transport {
  background: #d946a6;
}

/* New categories */


.fw-600 {
  font-weight: 600;
} 

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fs-7 {
  font-size: .8rem;
}

.fs-8 {
  font-size: .6rem;
}

a {
  text-decoration: none;
}

.btn-link {
	text-decoration: none;
}

.text-primary {
  color: var(--primary-color) !important;
}


body {
  font-family: var(--body-font);
  font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
  font-family: var(--body-font);
  letter-spacing: -.5px;
}

p {
  letter-spacing: -.3px;
}


.btn {
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}


.btn-primary {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}


.btn-secondary {
  background-color: var(--secondary-color);
  color: #fff;
  border: none;
}

.btn-secondary:hover {
  background-color: var(--secondary-hover);
  transform: translateY(-1px);
}


.btn-success {
  background-color: var(--success-color);
  color: #fff;
  border: none;
}

.btn-success:hover {
  background-color: var(--success-hover);
  transform: translateY(-1px);
}


.btn-danger {
  background-color: var(--danger-color);
  color: #fff;
  border: none;
}

.btn-danger:hover {
  background-color: var(--danger-hover);
  transform: translateY(-1px);
}


.btn-warning {
  background-color: var(--warning-color);
  color: #212529; /* Gri închis */
  border: none;
}

.btn-warning:hover {
  background-color: var(--warning-hover);
  transform: translateY(-1px);
}


.btn-info {
  background-color: var(--info-color);
  color: #fff;
  border: none;
}

.btn-info:hover {
  background-color: var(--info-hover);
  transform: translateY(-1px);
}


.btn-light {
  background-color: var(--light-color);
  color: #212529;
  border: 1px solid #e0e0e0;
}

.btn-light:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}


.btn-dark {
  background-color: var(--dark-color);
  color: #fff;
  border: none;
}

.btn-dark:hover {
  background-color: #23272b;
  transform: translateY(-1px);
}


.btn-outline-primary {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-outline-secondary {
  background-color: transparent;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.btn-outline-secondary:hover {
  background-color: var(--secondary-color);
  color: #fff;
}

.btn-outline-success {
  background-color: transparent;
  color: var(--success-color);
  border: 1px solid var(--success-color);
}

.btn-outline-success:hover {
  background-color: var(--success-color);
  color: #fff;
}

.btn-outline-danger {
  background-color: transparent;
  color: var(--danger-color);
  border: 1px solid var(--danger-color);
}

.btn-outline-danger:hover {
  background-color: var(--danger-color);
  color: #fff;
}

.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  border-radius: 6px;
}

.btn-lg {
  padding: 0.8rem 1.6rem;
  font-size: 1.1rem;
  border-radius: 12px;
}

 
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
}

.btn-icon:hover {
  transform: translateY(-1px);
}

.slick-dots li.slick-active button {
  transition: width .4s ease, background .4s ease;
  width: 24px;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background: var(--primary-color);
}

.slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: .4s all;
}

.slick-dots {
  position: absolute;
  display: flex !important;
  justify-content: center;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 15px;
  border-radius: 50px;
  margin-bottom: 0;
  gap: 5px;
  list-style: none;
}

.category-home {
  background: linear-gradient(180deg, #F8F8F8, #fff);
  padding: 0;
}

.category-home .slick-track {
  padding:5px 0;
}

.category-slider {
  position: relative;
}

.main-category-card {
  overflow: hidden;
  background: #fff;
  padding: 10px;
  display: block;
}

.bg-header {
  background: #fff;
}


.btn-header {
	background: var(--secondary-color);
}

.btn-header img {
	max-width: 20px;
	filter: invert(1) brightness(100);
}

.badge-counter {
	position: absolute;
	top: 0;
	right: 1px;
	line-height: 1;
	padding: 5px;
	background: #F42A54 !important;
	color: #fff;
	font-weight: bold;
	font-size: .75em;
	white-space: nowrap;
	border-radius: 3rem;
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #324086;
}

.navbar {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}


.navbar-nav .nav-link {
  color: #fff;
  padding: 0.5rem 1.5rem;
  margin: 0 0.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-hover);
  transform: scale(1.03);
}

.navbar-nav .nav-link.active {
  color: var(--primary-hover);
  font-weight: bold;
  border-bottom: 2px solid var(--primary-hover);
}
.btn-light .badge {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
}

.d-flex .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.home-hero-section h1 {
	letter-spacing: -1px;
}

.home-hero-section h1 i {
  position: relative;
  top: -2px;
}

/* Stil pentru butonul Favorite */
.favorite-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px; /* Colțuri rotunjite */
  background-color: #fff; /* Fundal deschis */
  border: 1px solid #bbb; /* Bordură subtilă */
  box-shadow: none; /* Fără umbră */
  position: relative;
}

.favorite-btn:hover {
  background-color: #e9ecef; /* Fundal gri deschis pe hover */
  border-color: #bbb; /* Bordură mai închisă pe hover */
}

.favorite-btn i {
  font-size: 1.25rem; /* Dimensiune standard pentru inimioară */
}

/* Stil pentru badge */
.favorite-btn .badge {
  font-size: 0.55rem;
  padding: 0.3rem 0.5rem;
  color: #fff; /* Text alb */
  background-color: #e63946; /* Roșu intens */
  border: none; /* Fără bordură suplimentară */
}


/* Butonul Consultanță */
.navbar .btn-primary {
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.6rem 1.5rem;
  border-radius: 50px;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease, transform 0.3s ease;
  color: #fff;
  border: none;
}

.navbar .btn-primary:hover {
  background-color: var(--primary-hover);
  transform: scale(1.05);
}

/* Badge "Gratuită" */
.navbar .badge {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  background-color: var(--primary-color);
  color: #fff;
  transform: scale(0.9);
}

.navbar .badge:hover {
  transform: scale(1);
}

/* Elemente Pagination */
.pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(62, 105, 178, 0.4);
}

.pagination .page-link {
  color: var(--primary-color);
}

.pagination .page-link:hover {
  background-color: var(--primary-hover);
  color: #fff;
}




/* Secțiune Hero */
.home-hero-section {
  position: relative;
  padding-bottom: 150px;
  position: relative;
  background-image: url('/templates/frontend/assets/images/img-1.png');
  background-size: 900px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #F3F6FB;
  min-height: 600px;
}

.home-hero-section {

}

/*
.hero-section.home-hero-section::after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF30 0%, rgba(255, 255, 255, 0.623) 100%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
  */

/*
.home-hero-section::before {
	content: "";
	background: url('/assets/images/bg-dots1.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.02;
	background-size: contain;
}

.home-hero-section::after {
	content: "";
	background: url('/assets/images/banner-bg-1.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-size: 1200px;
	background-repeat: no-repeat;
	background-position: right center;

}
*/

.parallax-bg {
  background: url('/assets/images/4106.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed; /* Parallax fix */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2; /* Fundal sub overlay */
}

.hero-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1)); /* Gradient de jos în sus */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Sub conținut, peste fundal */
}

/* Conținut */
.hero-section .container {
  z-index: 1; /* Conținutul deasupra fundalului și overlay-ului */
}



.hero-section .container {
  z-index: 2; /* Ridică conținutul peste overlay */
}


.hero-section p {
  font-size: 1.25rem; /* Dimensiune plăcută pentru text */

}

.badge-custom {
	top: 16px;
	left: 8px;
	background-color: #FFC107;
	color: #222;
	padding: 0.1rem 0.5rem;
	font-size: 0.875rem;
	font-weight: 600;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	z-index: 10;
	position: absolute;
	top: -26px;
}



.form-container {
  padding: 1rem 1.5rem 1.5rem;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 85.36956521739121, 255, 0.08);
  z-index: 1;
}

.search-accordion {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.sc-item img {
  width: 15px;
  margin-right: 5px;
  
}

.sc-item {
  display: inline-flex;
  align-items: center;
  background: #ff8260;
  padding: 9px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 400;
  transition: .2s all;
  flex-shrink: 0;
  color: #fff;
}

.sc-item:hover {
  background:#EBECED;
  transition: .2s all;
}

.sc-item.bg-primary:hover {
  background: #EBECED !important;
}

.sc-item.active {
  background:var(--primary-color);
  color:#fff;
  transition: .2s all;
}

.sc-item img {
  filter:invert(1)
}

.sc-item a {
  cursor: pointer;
}

.pc-message {
  color: var(--primary-color);
  background: #EBECED;
  padding: 5px 8px;
}

/* Responsivitate pentru ecrane mici */
@media (max-width: 768px) {
  .form-container {
    max-width: 100%; /* Lățime completă pe ecrane mici */
    min-width: unset; /* Elimină lățimea minimă */
  }
}

.top-bar {
  background: #706cff;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 0;
  background: linear-gradient(90deg, rgba(112, 108, 255, 1) 0%, rgba(70, 81, 251, 1) 35%, rgba(0, 42, 202, 1) 100%);
}

.top-bar-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-icons {
  display: flex;
  margin-left: 1rem;
  align-items: center;
  gap: 5px;
}

.app-icons img {
  height: 26px;
}

.btn.btn-head img {
  max-width: 28px;
  margin-right: 5px;
  background: #B9AE04;
  padding: 5px;
  filter: invert(1);
  border-radius: 4px;
}

.btn.btn-head {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.btn.btn-head i {
  font-size: 1rem;
}

/* Mobile navigation */
.mobile-nav-list ul {
  padding: 0.5rem 0;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  color: #333;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: background 0.15s;
}

.mobile-nav-item:hover {
  background: #f5f5f5;
  color: var(--primary-color);
}

.mobile-nav-item i {
  font-size: 1.1rem;
  width: 22px;
  text-align: center;
}

.mobile-nav-divider {
  height: 1px;
  background: #eee;
  margin: 0.35rem 1rem;
}

.main-hero-badge {
  background: var(--accent-color);
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.cautari-populare {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.cautari-populare p {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 10px;
}

.cautari-links {
  display: flex;
  gap: 10px;
}

.cautari-links span {
  color: #888888;
  font-size: 13px;
  font-weight: 400;
}

.category-slider .slick-slide {
  margin: 0 10px;
}

.category-picker a {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 0;
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  width:100%;
  border:1px solid transparent
}

.category-picker a img {
  max-width: 100px;
  margin-right: 25px;
  background: #F5F6F9;
  padding: 10px;
  border-radius: 5px;
}

.category-picker {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.category-picker-item .cat-title {
  font-weight: 600;
  font-size: 18px;
  color: #1F295F;
}

.category-picker-item .cat-descr {
  font-weight: 300;
  font-size: 13px;
  color: #797F9F;
}

.cat-picker-button {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  color: #797F9F;
  font-size: 12px;
  font-weight: 400;
  box-shadow: 0 1px 2px 0 rgba(33, 37, 41, 0.09);
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.cat-picker-button span {
  width: 13px;
  height: 13px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.category-picker:hover a {
  opacity: .6;
  transition: .2s all;
}

.category-picker a:hover .cat-picker-button span {
  background: #0050E5;
  border-color:#0050E5;
  box-shadow: none;
  transition:.2s all
}

.category-picker a .cat-picker-button span {
  transition: .2s all
}

.category-picker:hover a:hover {
  opacity: 1;
  transition: .2s all;
  border:1px solid #0051E5;
}

.category-picker:hover a:hover .cat-picker-button {
  color:#0051E5
}


.category-picker h2 {
  font-size: 24px;
  color: #0051E5;
  font-weight: 600;
  margin-bottom: 0px;
}

.category-picker>p {
  font-weight: 300;
  font-size: 15px;
  color: #797F9F;
  margin-bottom: 20px;
}

#backCats {
  background: none;
  border: none;
  font-size: 13px;
  margin-bottom: 10px;
  color: #767676;
  display: flex;
  align-items: center;
  margin:15px 0;
}

#backCats i {
  background: #f4f4f4;
  color: #0050E5;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.feature-item:not(.feature-facilities_property) {
  margin-bottom: 15px;
}

#badgeContainerProperty .feature-item {
  margin-bottom: 0;
}



.feature-item .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #F2F3F6;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
  background: #F2F3F6;
  padding: 11px;
}

.feature-item .select2-container--focus .select2-selection--multiple {
  border: 1px solid #AAA !important;;
  background-color: rgb(242, 243, 246);
  border: medium;
  padding: 11px;
}

.select2-dropdown.select2-dropdown--below li {
  font-size: 13px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color);
  color: white;
}

.announcement-card.offer-unread {
  border-color: #FF5252 !important;
  box-shadow: 0 0 3px #FF5252A1;
}

/* Responsivitate */
@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 1.5rem;
  }

  .hero-section h1 {
    font-size: 2rem; /* Dimensiune mai mică pe mobil */
  }

  .hero-section p {
    font-size: 1rem; /* Text mai compact */
  }

  #main-form .form-control {
    font-size: 1rem;
  }

  #main-form .btn-warning {
    font-size: 0.9rem;
    width:100%;
  }
  #main-form .badge-custom {
    background-color: #1F295E;
    color: #fff;
    z-index: -1;
    top: -23px;
  }
}


/* Stil pentru secțiunea titlului */
.title-section {
  text-align: center;
  margin-bottom: 3rem;
}

/* Stil pentru titlu */
.title-section h2 {
  font-size: 2.1rem; /* Dimensiune mare pentru titlu */
  font-weight: 700; /* Font bold */
  color: #3E69B2; /* Culoare albastră primară */
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem; /* Spațiu pentru linia de sub titlu */
}

.title-section h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 50%; /* Lungimea liniei */
  height: 4px; /* Grosimea liniei */
  background: #ffc107;
  border-radius: 3px; /* Rotunjire pentru linie */
}

/* Stil pentru subtitlu */
.title-section p {
  font-size: 1.25rem; /* Dimensiune moderată */
  color: #6c757d; /* Gri subtil */
  line-height: 1.6; /* Spațiere între rânduri */
  width: 50%; /* Lățime limitată la 50% pe ecrane mari */
  margin: 0 auto; /* Centrare pe orizontală */
}

/* Responsivitate */
@media (max-width: 768px) {
  .title-section p {
    width: 100%; /* Lățime completă pe ecrane mici */
  }
}

.benefits img {
	max-width: 70px;
	background: #F7F7F7;
	padding: 10px;
	border-radius: 5px;
}

.benefit-title {
	color: rgb(31, 41, 94);
  font-size: 18px;
}
.benefits p {
	font-size: 14px;
	color: #3b3b3b;
}

/* Stil pentru secțiunea categorii */
.categories-section {
  font-family: 'Segoe UI', Tahoma, Geneva, sans-serif;
}

.footer-category-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-category-items .main-submenu {
  color: #3E69B2; /* Culoare albastră primară */
  font-size: 1rem; /* Dimensiune redusă */
  text-transform: uppercase; /* Text majuscule */
  margin-bottom: 0.5rem; /* Spațiu sub titlu */
}

.footer-category-items .subsubmenus {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap; /* Permite alinierea pe mai multe rânduri */
  gap: 0.5rem; /* Spațiu între elementele din rând */
}

.footer-category-items .subsubmenus li {
  line-height: 1.5; /* Spațiere între rânduri */
  position: relative;
}

/* Adaugă virgula după fiecare link */
.footer-category-items .subsubmenus li:not(:last-child)::after {
  content: ","; /* Adaugă o virgulă */
  color: #6c757d; /* Gri modern */
  margin-left: 0.15rem; /* Spațiu mic după text */
}

/* Stil pentru link-uri */
.footer-category-items .subsubmenus a {
  text-decoration: none; /* Elimină sublinierea implicită */
  color: #6c757d; /* Gri modern */
  font-size: 0.875rem; /* Dimensiune mai mică */
  font-weight: 500; /* Greutate moderată */
  transition: color 0.3s ease, transform 0.2s ease; /* Efecte de tranziție */
}

.footer-category-items .subsubmenus a:hover {
  color: #3E69B2; /* Schimbă culoarea pe hover */
  transform: translateY(-2px); /* Efect de ridicare pe hover */
}

.footer-category-items .subsubmenus li:not(:last-child)::after:hover {
  color: #3E69B2; /* Schimbă și culoarea virgulei pe hover */
}


.bg-black {
  background: #000;
}

.bg-footer {
  background: #fff;
}

/* Linkuri din footer */
.footer-link {
  text-decoration: none;
  color: var(--bs-gray);
  transition: color 0.3s ease;
  font-weight: 400;
  font-size: 14px;
}

.footer-link:hover {
}

/* Iconițe Social Media */
.footer-social {
  color: #272D82;
  font-size: 1.3rem;
  transition: color 0.3s ease;
  background: #F3F6FB;
  padding: 2px 10px;
  border-radius: 3px;
  margin-top: 1rem;
}

.footer-social:hover {
  color: #ffc107; /* Galben pe hover */
}

/* Titluri secțiuni din footer */
footer h5 {
  font-size: 1.125rem; /* Dimensiune medie */
}

/* Linie separator */
footer hr {
  border-color: #6c757d; /* Gri închis */
}

/* Spațiere între elemente */
footer p, footer ul {
  margin-bottom: 1rem;
}


#announcements-section {
	padding: 2rem 0;
}

.announcement-card h5 a {
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow: ellipsis;
  min-height: 50px;
}

#announcements-section .announcement-card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#announcements-section .announcement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

#announcements-section .announcement-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

#announcements-section .announcement-card.show {
  opacity: 1;
  transform: translateY(0);
}

#announcements-section p {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}

#announcements-section ul {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}

#announcements-section ul li {
  margin-bottom: 0;
  font-size: 0.9rem;
  color: #495057;
}

#announcements-section ul li strong {
  color: #3E69B2;
  font-weight: 600;
}

#announcements-section a.btn {
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

#announcements-section a.btn-outline-primary {
  color: #3E69B2;
  border-color: #3E69B2;
}

#announcements-section a.btn-outline-primary:hover {
  background-color: #3E69B2;
  color: #fff;
}

#announcements-section i {
  margin-right: 5px;
}

.announcement-postedby {
  color: #959595;
  font-size: 11px;
  font-weight: 400;
}

.list-description {
  min-height: 45px;
}

.listing-buttons {
	display: flex;
	align-items: center;
	gap: 10px;
}

.save-listing {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	border: 1px solid #E04F98;
	font-size: 0.9rem;
	padding: 0.6rem 1rem;
	border-radius: 5px;
}


#announcements-section .announcement-card h5 {
	color: #222;
	font-weight: 400 !important;
	margin-bottom: 0 !important;
}

#announcements-section .announcement-card p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #6c757d;
}

#announcements-section .announcement-card small {
  color: #6c757d;
}
#announcements-section .announcement-card ul li i {
  font-size: 1rem;
  vertical-align: middle;
}
#announcements-section .announcement-card ul li strong {
  font-weight: 600;
  color: #3E69B2;
}
#announcements-section .announcement-card span.badge {
  margin-bottom: 0.5rem;
}

#announcements-section .announcement-card ul {
  margin-bottom: 1.5rem;
}
.announcement-card .fa-clock {
    font-size: 0.9rem;
}

.announcement-card .h6.fw-light {
    color: #6c757d; /* Gri subtil */
    font-size: 0.875rem; /* Ajustare dimensiune */
}

/*
.published-by {
	font-weight: 500;
	color: rgb(34, 34, 34);
	background: rgba(255, 192, 89, 0.07);
	padding: 2px 5px;
	border-left: 2px solid rgba(255, 180, 57, 0.43);
	border-radius: 4px;
}
  */

  .published-by {
    font-weight: 500;
    color: rgb(34, 34, 34);
    background-color: #fff;
    border-radius: 6px;
    font-size: 16px;
  }

/* Pagina categorie anunturi */


/* Stiluri specifice pentru secțiunea "my-announcements-section" */
#my-announcements-section {
    padding: 2rem 0;
}

/* Stiluri pentru cardurile din secțiune */
#my-announcements-section .announcement-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px; /* Colțuri rotunjite */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#my-announcements-section .announcement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* Badge */
#my-announcements-section .badge {
    font-size: 0.9rem;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #fff;
}

/* Titlu anunț */
#my-announcements-section h5 {
    font-size: 1.25rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Text descriptiv */
#my-announcements-section p {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

/* Lista de detalii */
#my-announcements-section ul {
    padding: 0;
    margin: 0 0 1rem 0;
    list-style: none;
}

#my-announcements-section ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #495057;
}

#my-announcements-section ul li strong {
    color: var(--primary-color);
    font-weight: 600;
}

/* Buton */
#my-announcements-section a.btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#my-announcements-section a.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

#my-announcements-section a.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

/* Iconițe */
#my-announcements-section i {
    margin-right: 5px;
}



.sort-section label {
  font-size: 1rem; 
  font-weight: 500; 
  color: var(--primary-color);
}

.sort-section .form-select, 
.sort-section .btn {
  height: 38px;
  border-radius: 4px
}


.sort-section .btn {
  line-height: 1.2; 
}



.filter-section {
  padding-bottom: 30px;
}

.ui-menu {
  border:1px solid #F2F3F6 !important;
  border-radius:6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding:10px;
}



.filter-section .filter-input,
.filter-section .filter-select {
  border: none;
  border-radius: 4px;
  height: 51px;
  color: #495057;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  font-weight: 300;
  font-size: 14px;
  background-color: #F2F3F6;
  padding: .375rem .75rem .375rem 1.5rem;
}

/* Stil pentru input la focus */
.filter-section .filter-input:focus,
.filter-section .filter-select:focus {
  border-color: var(--primary-hover); /* Culoare mai închisă la focus */
  box-shadow: 0 0 4px rgba(62, 105, 178, 0.5); /* Umbră subtilă */
  outline: none; /* Elimină conturul implicit */
}

.filter-section .filter-button {
  /* height: 42px; */
  font-size: 13px;
  font-weight: 400;
  transition: background-color 0.3s ease, transform 0.2s ease;
  padding: 14px 12px;
  border-radius: 4px;
}

.filter-section .filter-button:hover {
  background-color: var(--primary-hover); /* Fundal pe hover */
  transform: translateY(-1px); /* Efect de ridicare */
}

/* min max filters */
.filter-custom-dropdown { position: relative;}
.filter-item-selected {
	padding: 0px;
	border-radius: 4px;
	cursor: pointer;
	height: 100%;
	display: flex;
	align-items: center;
}
.filter-custom-selected span {
	margin-left: 4px;
}
.filter-item-item {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid #F2F3F6;
	border-top: none;
	background: #fff;
	max-height: 350px;
	overflow-y: auto;
	display: none;
	z-index: 100;
	border-radius: 6px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.filter-item-options li {
	padding: 8px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}

.filter-item-options li:hover {
	font-weight: 600;
}

.ui-menu .ui-menu-item {
  font-size:14px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  font-weight: 600;
  background: none !important;
  background-color:none !important;
  border: none !important;
  color: #495057 !important
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 8px;
}

.filter-item-options {
	padding-left: 0;
  list-style: none;
	margin-bottom: 0;
}
/* min max filters */

.reset-filter {
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	color: #DC3545;
}

/* Responsivitate */
@media (max-width: 768px) {
  .filter-section {
    padding: 2rem 1rem; /* Spațiu mai compact pe dispozitive mici */
  }
  
  .filter-section .filter-input,
  .filter-section .filter-select,
  .filter-section .filter-button {
    font-size: 0.85rem; /* Text mai mic pe ecrane mici */
  }
}

.available-categories {
	display: flex;
	gap: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.ac-item span {
  font-weight: 600;
  color:var(--primary-color);
  font-size:11px;
  transition: .1s all;
}

.ac-item {
  font-size: 13px;
  font-weight: 400;
  color: #6c757d;
  cursor: pointer;
  transition: .1s all;
  padding: 3px 9px;
  border-radius: 4px;
}

.ac-item.active {
  background: #0050E5;
  color:#fff;
  transition: .1s all;
}

.ac-item.active span {
	color: #222;
	transition: .1s all;
	background: #9CBFFF;
	padding: 0 3px;
  border-radius: 2px;
}

.breadcrumb {
  font-size: 0.9rem; /* Dimensiune moderată */
  font-weight: 400; /* Bold moderat */
  color: #6c757d; /* Gri subtil */
}

.breadcrumb a {
  color: var(--primary-color); /* Culoarea primară pentru linkuri */
  transition: color 0.3s ease; /* Efect de tranziție pentru hover */
}

.breadcrumb a:hover {
  color: var(--primary-hover); /* Culoare mai închisă la hover */
}

.breadcrumb-item.active {
  color: #495057; /* Gri închis pentru elementul activ */
  font-weight: 600; /* Bold pentru evidențiere */
}

/* Stil pentru separator */
.breadcrumb-item+.breadcrumb-item::before {
  content: "›"; /* Înlocuirea separatorului implicit cu › */
  color: #adb5bd; /* Gri subtil pentru separator */
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.8rem; /* Dimensiune mai mică pentru separator */
}

/* Iconița de casă */
.breadcrumb i.bi-house {
  font-size: 1rem; /* Dimensiune pentru iconiță */
  vertical-align: middle; /* Aliniere verticală cu textul */
}

/* Asigurare aliniere iconiță + text */
.breadcrumb-item a {
  display: inline-flex; /* Flex pentru aliniere perfectă */
  align-items: center; /* Centrare verticală */
}

.breadcrumb i.bi-house {
  font-size: 1.1rem; /* Dimensiune ușor mai mare pentru echilibru */
  margin-right: 0.4rem; /* Spațiu între iconiță și text */
  vertical-align: middle; /* Aliniere implicită */
}


/* Secțiune Hero pentru Categorie */
.hero-section-category {
  position: relative;
  padding: 80px 0;
  background: url('/assets/images/banner-bg.png') no-repeat center bottom;
  background-size: cover;
}

/* Gradient Overlay */
.hero-section-category .hero-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Titlu Evidențiat */
.hero-section-category .hero-title {
  font-size: 3.5rem; /* Dimensiune mare pentru titlu */
  display: inline-block;
}

/* Subtitlu */
.hero-section-category p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Butoane */
.hero-section-category .btn {
  font-size: 1.1rem;
  padding: 10px 20px;
  border-radius: 50px; /* Colțuri rotunde pentru un aspect modern */
  transition: all 0.3s ease;
}

.hero-section-category .btn-primary {
  background-color: var(--primary-color);
  border: none;
}

.hero-section-category .btn-primary:hover {
  background-color: var(--primary-hover);
}

.hero-section-category .btn-outline-light {
  color: #fff;
  border-color: #fff;
}

.hero-section-category .btn-outline-light:hover {
  background-color: #fff;
  color: var(--primary-color);
}



/* Secțiune Hero pentru Pagina Anunțului */

.hero-section-listing {
  position: relative;
  padding: 80px 0;
  background: url('/assets/images/banner-bg.png') no-repeat center bottom;
  background-size: cover;
}

/* Gradient Overlay */
.hero-section-listing .hero-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Titlu Hero */
.hero-section-listing .hero-title {
  font-size: 2.5rem;
  display: inline-block;
}

/* Informații de publicare */
.hero-section-listing .publication-info {
  font-size: 1.1rem;
}

.hero-section-listing .publication-info i {
  font-size: 1.2rem;
  vertical-align: middle;
}

.hero-section-listing .publication-info span {
  color: #fff;
  font-weight: 600;
}

/* Responsivitate */
@media (max-width: 768px) {
  .hero-section-listing {
    padding: 60px 0;
  }

  .hero-section-listing .hero-title {
    font-size: 2rem;
  }

  .hero-section-listing .publication-info {
    font-size: 1rem;
  }
}



/* Stil general pentru secțiunea comentarii */

/* Cardul secțiunii */
#comments-section .card {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px; /* Colțuri rotunjite */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#comments-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}


#comments-section .card-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

/* Badge în header */
#comments-section .card-header .badge {
  background-color: #3E69B2;
  color: #fff;
  padding: 0.4rem 0.6rem;
  font-size: 0.85rem;
  border-radius: 8px;
}

/* Zona de comentarii */
#comments-section .card-body {
  padding: 1.5rem;
}

/* Comentariu */
#comments-section .comment {
  padding-bottom: 0;
  position: relative;
}

.card-single-comment {
  border-bottom: 1px solid #e0e0e0;
}

/* Ultimul comentariu fără bordură */
#comments-section .comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Avatar utilizator */
#comments-section .comment img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.comment-author-image {
  background: gray;
  font-size: 12px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: bold;
}

/* Nume utilizator */
.comment-author {
  font-size: 13px;
  color: #3E69B2;
  font-weight: 400;
  margin-bottom: 10px;
}

/* Timp comentariu */
#comments-section .comment small {
  font-size: 10px;
  color: #888 !important;
  display: block;
  font-weight: 400;
  /* margin-top: 10px; */
}

/* Text comentariu */
#comments-section .comment p {
  font-size: 0.9rem;
  color: #333; /* Gri mai închis */
}

.author-comment .reply-to {
  font-style: italic;
  font-size: 12px;
  padding: 4px 10px;
  color: #777;
  font-weight: 500;
  background: #FFF;
  display: inline-block;
  border-radius: 9px;
  position: relative;
}

.remove_reply_to {
  background: var(--danger-color);
  color: #f0f0f0;
  font-size: 9px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  top: 6px;
  right: -17px;
  justify-content: center;
  position: absolute;
  font-style: normal;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
}



.comment-text {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 15px 15px 15px 0;
  background: #f0f2f5;
  font-weight: 300;
  position: relative;
  min-width:250px;
}

.comment-text p {
  color: #222 !important;
  font-weight: 300;
}

.comment-text::before {
  background: #F0F2F5;
  left: 0;
  content: "";
  position: absolute;
  left: -11px;
  bottom: 0;
  width: 12px;
  height: 27px;
  border-radius: 5px 5px 0 5px;
}

.comment-text::after {
  content: "";
  background: #fff;
  width: 16px;
  height: 33px;
  display: block;
  position: absolute;
  left: -16px;
  bottom: 0;
  border-radius: 10px;
}

.author-comment {
  padding: 10px;
  border-radius: 15px;
  background: #f0f2f5;
  font-weight: 300;
  width: 100%;
}

.author-comment .form-control {
  background: none;
  border: none !important;
}

.author-comment textarea:focus {
  border: none;
  box-shadow: none;
}

.author-comment-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px 0;
}

.comment-section-footer {
  display: flex;
  justify-content: space-between;
  margin:5px 0 20px
}

.comment-section-buttons button {
  background: none;
  border: none;
  font-size: 13px;
}

.comment-section-buttons .report-comment {
  color: var(--danger-color);
  /* border-bottom: 1px solid; */
  padding-bottom: 1px;
  font-size: 10px;
}

.in-reply-to {
  margin-bottom: .5rem;
  font-style: italic;
  color: #666 !important;
  font-weight: 300;
}

.image-attach {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  cursor: pointer;
}

.btn-send-offer {
  font-size: 13px;
  font-weight: 400;
  color: #111;
  background: none;
  border: none;
}

.comment.has-reply::before {
  content: "";
  border-left: 2px solid #C0D5F3;
  position: absolute;
  top: 12px;
  left: 13px;
  height: calc(107%);
  width: 1px;
  z-index: 0;
  display: none;
}


.image-attach i, .btn-send-offer i {
  color: #75ABFF;
}

.other-listings .slick-dots {
  bottom:-20px
}

#anunturi-similare .text-success {
  font-weight: 500;
}

.online-dot {
	right: 0;
	bottom: 0;
}

/* Galerie imagini */
#comments-section .comment .gallery img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Butoane interacțiune */
#comments-section .comment .btn-link {
  font-size: 0.85rem;
  color: #3E69B2;
  padding: 0;
}

#comments-section .comment .btn-link:hover {
  text-decoration: underline;
  color: #274b8b;
}

/* Răspunsuri la comentarii */
#comments-section .replies {
  margin-top: 1rem;
  padding-left: 2rem;
  /* border-left: 2px solid #0ca75e; */
  position: relative;
}

/* Formular comentarii */
#comments-section .card-footer {
  background-color: #f8f9fa; /* Gri deschis */
  padding: 1rem 1.5rem;
  border-top: 1px solid #e0e0e0;
}

#comments-section .card-footer .form-control {
  font-size: 0.9rem;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

#comments-section .card-footer .btn-primary {
  font-size: 0.9rem;
  border-radius: 8px;
  padding: 0.5rem 1.5rem;
}

/* Buton atașare imagine */
#comments-section .card-footer label.btn-outline-secondary {
  border-radius: 8px;
  padding: 0.5rem;
  font-size: 0.9rem;
}
/* Emoji Picker Container */
#emoji-picker {
  max-width: 300px;
  font-size: 1.2rem;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  text-align: center;
}

/* Titlu Picker */
#emoji-picker .emoji-picker-title {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
}

/* Emoji Items */
#emoji-picker .emoji-picker-list span {
  cursor: pointer;
  padding: 5px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}

#emoji-picker .emoji-picker-list span:hover {
  background-color: #f0f0f0;
}


#anunt-head {
}

.listing-details .list-group-item {
  border: none;
  background: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.listing-details .list-group-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.listing-details .list-group-item .feature-value {
  font-weight: 500;
}

.listing-details {
  padding: 15px;
  background: #FCFCFC;
}

.report-listing {
  color: var(--danger-color);
  font-weight: 400;
  font-size: 13px;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}

.listing-id {
  font-weight: 400;
  font-size: 13px;
}

#anunt-head .card-body {
  background-color: #fff;
}

#anunt-head .card-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

#anunt-head h2 {
  color: var(--primary-color);
}

#anunt-head .list-unstyled li i {
  font-size: 1rem;
}

.badge.total-listings {
	background: #FFEFCA;
	color: #222;
	position: absolute;
	top: -10px;
	font-weight: 500;
	padding: 4px 10px;
	border-radius: 3px;
}

.main-category-card {
  overflow: hidden;
}

.main-category-card .caption {
  position: relative;
}

.category-text {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 0;
}

.main-category-card small {
	color: #3E69B2;
	font-weight: 300;
	font-size: 13px;
}

@media(max-width:767px) {
  .home-hero-section::after {
    opacity: .1;
  }
  #main-form .form-control {
    height: 55px;
    width:100%;
  }
}

.select2-selection__choice { display: none !important}

.no-results img {
  max-width: 200px;
}

.no-results-text {
  text-align: center;
  margin-top: 20px;
}

.no-results-text p {
  margin-bottom: 0;
}

.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.z-index-1 {
  z-index: 1;
}

/* Adauga anunt */
#postare-anunt-container {
	background: #F5F6F9;
}

.add-new-post {
  .form-control {
    background-color: #F2F3F6;
    border: none;
    padding: 14px;
    font-size: 14px;
  }
  label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    color: #343434;
  }
  .form-text {
    font-size: 13px;
    color: rgba(33, 37, 41, 0.63);
  }
  .custom-checkbox .btn-outline-primary {
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 5px;
    border: 1px solid rgb(206, 206, 206);
    font-size: 14px;
  }
}
/* Adauga anunt */

#deactivation-form {
  width: 45%;
}
#deactivation-form h3 {
  margin-bottom: 1.5rem;
  color: var(--primary-color);
  font-weight: 600;
}
#deactivation-form label {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  margin-top: .5rem;
  background: #fff;
  padding: 7px 16px;
  border-radius: 5px;
}
#deactivation-form label.background-none {
  background: none;
  padding-left: 0;
}
#deactivation-form button {
  color: #fff;
  width: 100%;
  border: 1px solid var(--danger-color);
  background: var(--danger-color);
  padding: 6px 18px;
  font-size: 15px;
  margin-top: .5rem;
  border-radius: 5px;
}
#deactivation-form button:hover {
  border: 1px solid var(--danger-hover);
  background: var(--danger-hover);
}
#deactivation-form textarea::placeholder {
  font-size: 14px;
}

.grecaptcha-badge {
  right: -100% !important;
}

.right-sticky {
  top:20px
}

.not-logged-in {
  background: #FFC107;
  padding: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #FBBC00;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  /* color: #fff; */
}

.not-logged-in a {
  border-bottom: 1px dotted;
  font-weight: 600;
  color:#000;
}

.descriere-anunt {

}

.desc-bg {
  background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
    padding: 100px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.not-found img {
  max-width: 250px;
}

.page-404 {
  height: 600px;
}

#anunturi-similare {
  display:none
}

.share-block {
  flex-shrink: 0;
}

.reset-filters {
  background: none;
  border: none;
  color: #C32B1C;
}

.reset-filters {
  background: none;
  /* border: none; */
  color: #FE3649;
  font-weight: 400;
  font-size: 13px !important;
  line-height: 1;
  padding: 13px 4px !important;
  margin-left: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

.reset-filters i {
  font-size: 20px;
  line-height: 1;
}

.is-no-user .card-single-comment {
  position: relative;
}
.is-no-user .card-single-comment::before {
  background: linear-gradient(transparent, rgba(255, 255, 255, 0.97), rgb(255, 255, 255));
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0px;
  z-index: 10;
  left: 0px;
}

.more-comments-fade {
  position: absolute;
  z-index: 10;
  text-align: center;
  font-weight: 300;
  max-width: 250px;
  margin: 0 auto;
  bottom: 19px;
  font-weight: 600;
  left: 50%;
  transform: translate(-50%);
}

.more-comments-fade img {
  max-width: 40px;
  margin-bottom: 10px;
}

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2321325b'%3e%3cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23377dff'%3e%3cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3e%3c/svg%3e");
}



.w-lg-60 {
  max-width:65%;
}

#accordionFAQ {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.accordion-item {
  width: calc(100% / 2 - 10px);
}

.faq-section .accordion-button {
  color: rgb(31, 41, 94);
  font-weight: 500;
  font-size: 1.2rem;
  padding: .25rem 0;
}

.faq-section .accordion-item {
  padding: 1rem;
  margin-bottom: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 85.36956521739121, 255, 0.08);
}

.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background-color: transparent;
  box-shadow: none;
}

.accordion-body {
  padding: 0 0 20px;
  color: #51596c;
}

.replied-message {
  background: #fff;
  padding: 8px 8px 8px 18px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.replied-message span {
  display: block;
  font-weight: 500;
}

.replied-message::before {
  content: "";
  width: 5px;
  height: 80%;
  top: 10%;
  background: rgb(191, 191, 191);
  display: block;
  left: 4px;
  position: absolute;
  border-radius: 5px;
  /* margin-right: 10px; */
}

.form-container .form-control::placeholder {
  color:#222;
  font-size:15px;
  font-weight: 500 !important;
}

.form-container .btn {
  font-size: 15px;
  font-weight: 500;
  border-radius: 11px !important;
}


/* New CSS */
.search-field input,
.search-field button {
  width: 100%;
  padding: 5px;
}

.options {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: all 0.3s ease;
  position: absolute;
  background: #fff;
  border: 1px solid #DDE9FF !important;
  padding: 20px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 5px;
  max-height: 400px;
  overflow: auto;
  border-radius: 10px;
}

.options.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.search-field {
  position: relative;
}

#switch-btn {
  font-size: 22px;
  width: auto;
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color:var(--primary-color)
}

#switch-btn:focus {
  box-shadow: none;
  color:#222;
}

.options .option-item,
.options li {
  padding: 5px;
  cursor: pointer;
}

.options .option-item:hover,
.options li:hover {
  background: #F4F5F6;
  border-radius: 5px;
}

.option-item {
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 10px !important;
}

.option-item i {
  font-size: 15px;
  color: var(--primary-color);
}

.options .option-item small {
  display: block;
  color:#747474;
  font-size:13px;
}

.search-btn {
  padding: 5px 15px;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.search-field .search-input-item {
  padding: 10px 12px 10px 43px;
  /* border-radius: 8px; */
  font-size: 1.1rem;
  height: 52px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid #d7dadc;
}

button.trigger.search-input-item {
  border: 1px solid #d7dadc;
}

.passengers-picker {
  display: flex;
  align-items: center;
  gap: 5px;
}

.btn-q {
  background: var(--primary-color);
  color: #fff;
  border: none;
  width: 30px !important;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex-shrink: 0;
  font-size: 23px;
}

.passengers-picker input {
  text-align: center;
  border: none;
}

.passengers-picker input:focus {
  box-shadow: none;
}

.sf-image {
  max-width: 20px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

body.search-active {
  position: relative;
  transition: .2s all;
}

.overlay {
  transition: .2s all;
}

.overlay.search-active {
  background: #0000003d;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: .2s all;
}


.form-container.overlay-active {
  z-index: 20;
  position: relative;
}

.form-container .form-label {
  font-weight: 500;
  font-size: 12px;
  padding-left: 0;
  margin-bottom: 0.25rem;
  color: rgb(26, 26, 26);
}

.search-field .search-input-item::placeholder {
  font-weight: 400 !important;
  color: #828080;
}

.search-field .search-input-item:focus {
  border: 1px solid var(--primary-color) !important;
  box-shadow: 0 0 0 1px var(--primary-color);
  transition: none;
}

.advanced-filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.advanced-filters.active {
  max-height: 500px;
  transition: max-height 0.4s ease;
  
}

.advanced-filters .d-flex.align-items-center {
  display: flex;
  align-items: center;
  gap: 30px;
}

.showFilters img {
  max-width: 21px;
  margin-right: 5px;
}

.showFilters {
  font-weight: 400;
  font-size: 13px;
  margin-top: 15px;
  cursor: pointer;
}

.advanced-filters.active .search-field {
  max-width: 300px;
}

.advanced-filters .options {
  padding:0;
}

.options.show p {
  font-weight: 500;
  font-size: 15px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #F4F5F6;
}

.advanced-filters .options .hours {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.advanced-filters .options .hours {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 400;
}

.advanced-filters .options .hour-item {
  width: calc(100% / 2 - 10px);
  background: #F4F5F6;
  padding:10px;
  text-align: center;
  border-radius: 10px;
  transition: .2s all;
}

.advanced-filters .options .hour-item:hover {
  background: #EBECED;
  transition: .2s all;
}

/* Datepicker CSS */
.ui-widget.ui-widget-content {
  border: none !important;
  padding: 30px !important;
  font-family: Alexandria, sans-serif !important;
  border: 1px solid #DDE9FF !important;
  padding: 20px;
  z-index: 10;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
  margin-top: 5px !important;
  border-radius: 10px !important;
  min-width: 900px;
  left: 50% !important;
  transform: translateX(-50%);
}


.ui-widget-header{
  border: none !important;
  background: #fff !important;
  color: #333 !important;
  font-weight: bold !important;
}

.ui-datepicker th {
  font-weight: 300 !important;
  border: 0 !important;
}

.ui-widget.ui-widget-content {
  padding: 30px !important;
  font-family: Alexandria, sans-serif !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  border: none !important;
  background: none !important;
  font-weight: normal !important;
  color: #222 !important;
  text-align: center !important;
  padding: 8px !important;
}

.ui-datepicker-calendar thead {
  border-bottom: 1px solid #F1F2F3 !important;
}

.ui-state-default.ui-state-highlight {
  color: #fff !important;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 8px !important;
  line-height: 1 !important;
  background: var(--primary-color) !important;
}

.ui-datepicker-unselectable.ui-state-disabled span {
  font-weight: 300;
}

.ui-state-default {
  font-weight: 500 !important;
}
/* Datepicker CSS */
/* New CSS */

.bi-title {
  font-weight: bold;
  color: #222;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bi-text {
  color: var(--bs-gray);
  font-weight: 400;
  font-size: .85rem;
  text-align: center;
}

.bi-title img {
  background: #F3F4F7;
  border-radius: 14px;
  max-width: 48px;
  padding: 6px;
  margin-bottom: 5px;
}

.route-item a {
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  color: #222;
  background: #F3F6FB;
}

.route-city {
  display: flex;
  flex-direction: column;
  position: relative;
}

.route-city::before {
  content: "";
  border-left: 2px dotted;
  width: 2px;
  height: calc(100% - 20px);
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
}

.rc-span {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 144px;
}

.rc-span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #F3F6FB;
}

.rc-start.rc-span {
  margin-bottom: 5px;
}

/* ===== Ride Card v2 ===== */
.ride-card {
  padding: 0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid #F0F1F3;
  overflow: hidden;
}

.ride-card:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
  transform: translateY(-2px);
}

.rc-link {
  text-decoration: none !important;
  color: inherit !important;
}

.ride-card-list {
  display: flex;
  align-items: stretch;
  min-height: 100px;
}

/* Left Section: Time + Route */
.rc-left {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 1.1rem 0 1.1rem 1.25rem;
  gap: 1.25rem;
  min-width: 0;
}

.rc-time-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  min-width: 52px;
}

.rc-time-value {
  font-size: 1.35rem;
  font-weight: 700;
  color: #212529;
  line-height: 1;
  letter-spacing: -0.5px;
}

.rc-time-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #adb5bd;
  font-weight: 600;
  margin-top: 3px;
}

/* Date group headers */
.date-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 0 4px;
}
.date-group-header::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #DEE2E6;
}
.date-group-text {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-shrink: 0;
}
.date-group-day {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: capitalize;
}
.date-group-date {
  font-size: 12px;
  color: #9CA3AF;
  font-weight: 400;
  text-transform: capitalize;
}
.date-group-count {
  font-size: 11px;
  font-weight: 600;
  color: #9CA3AF;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Route Timeline */
.rc-route {
  display: flex;
  align-items: stretch;
  gap: 0.65rem;
  min-width: 0;
  flex: 1;
}

.rc-route-timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3px 0;
  flex-shrink: 0;
  width: 12px;
}

.rc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.rc-dot-start {
  background: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(70,81,251,0.15);
}

.rc-dot-end {
  background: #dc3545;
  box-shadow: 0 0 0 3px rgba(220,53,69,0.12);
}

.rc-route-line {
  flex: 1;
  width: 2px;
  background: repeating-linear-gradient(
    to bottom,
    #dee2e6 0px,
    #dee2e6 4px,
    transparent 4px,
    transparent 8px
  );
  min-height: 12px;
}

.rc-route-locations {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex: 1;
  padding: 0;
}

.rc-loc {
  font-size: 0.9rem;
  font-weight: 600;
  color: #212529;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.rc-loc-from {
  color: #212529;
}

.rc-loc-to {
  color: #495057;
}

/* Segment: pre-origin (actual trip start before your pickup) */
.rc-dot-pre {
  width: 8px;
  height: 8px;
  background: #D1D5DB;
  box-shadow: none;
}
.rc-line-pre {
  background: repeating-linear-gradient(
    to bottom,
    #D1D5DB 0px,
    #D1D5DB 3px,
    transparent 3px,
    transparent 6px
  ) !important;
  min-height: 8px;
  flex: 0 0 auto !important;
  height: 8px;
}
.rc-loc-pre {
  font-size: 0.68rem;
  color: #9CA3AF;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-bottom: 1px;
}
.rc-segment-badge {
  background: #EEF2FF !important;
  color: var(--primary-color) !important;
  font-size: 0.65rem;
}
.rc-segment-badge i {
  font-size: 0.6rem;
}

.rc-arr-time {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  margin-right: 4px;
}

.rc-duration {
  font-size: 0.72rem;
  color: #adb5bd;
  font-weight: 500;
  padding: 1px 0;
}

/* Center Section: Features */
.rc-center {
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
  flex-shrink: 0;
}

.rc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}

.rc-feat {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F9FA;
  border-radius: 8px;
  transition: background 0.15s;
}

.rc-feat:hover {
  background: #E9ECEF;
}

.rc-feat img {
  width: 16px;
  height: 16px;
  opacity: 0.65;
}

/* Right Section: Price + Driver */
.rc-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  flex-shrink: 0;
  border-left: 1px solid #F0F1F3;
  background: #FAFBFC;
}

.rc-price-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}

.rc-price-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary-color);
  line-height: 1;
  letter-spacing: -0.5px;
}

.rc-price-value small {
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0.7;
}

.rc-seats-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  color: #495057;
  background: #E9ECEF;
  padding: 2px 8px;
  border-radius: 50px;
  margin-top: 5px;
  white-space: nowrap;
}

/* Driver Section */
.rc-driver {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  flex-shrink: 0;
  min-width: 48px;
}

.rc-driver:hover .rc-driver-name {
  color: var(--primary-color);
}

.rc-driver-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.rc-driver-name {
  font-size: 0.7rem;
  font-weight: 600;
  color: #495057;
  text-align: center;
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.15s;
}

/* Featured card */

/* Responsive */
@media (max-width: 767px) {
  .ride-card-list {
    flex-wrap: wrap;
  }

  .rc-left {
    width: 100%;
    padding: 1rem 1rem 0.5rem;
  }

  .rc-center {
    display: none;
  }

  .rc-right {
    width: 100%;
    border-left: none;
    border-top: 1px solid #F0F1F3;
    background: #FAFBFC;
    padding: 0.75rem 1rem;
    justify-content: space-between;
    border-radius: 0 0 16px 16px;
  }

  .rc-price-block {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }

  .rc-seats-badge {
    margin-top: 0;
  }

  .rc-driver {
    flex-direction: row;
    gap: 8px;
  }

  .rc-driver-avatar {
    width: 32px;
    height: 32px;
  }

  .rc-driver-name {
    font-size: 0.8rem;
  }
}

#announcements-section a {
  color: initial;
  text-decoration: none;
}

/* Card entrance animation */
#announcements-section .ride-card {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

#announcements-section .ride-card.show {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Ride Card v2 End ===== */

/* Category filters start */
.filter-item {
  background: #fff;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  padding: 1rem;
}
.categories-view .search-accordion {
  display: none;
}

.categories-view .form-container {
  box-shadow: none;
  padding: 0;
}

.categories-view .showFilters {
  display: none;
}

.filter-item h5 {
  color:#222;
  font-size: 16px;
}

.filter-item .form-check-input {
  margin-top: 0;
}

.badge.badge-filter {
  background: #4651FB14;
  color: #222;
  font-weight: 400;
}

.filter-item .form-check-label {
  font-size: 15px;
  font-weight: 400;
  color: #4F4F4F;
}
/* Category filters start */

.listings-header h2 {
  color: var(--primary-color);
}

.seemore-routes img {
  width: 16px !important;
  margin-right: 5px;
}

.seemore-routes {
  font-weight: 500;
  font-size: 14px;
}

.btn-new-account img {
  max-width: 20px;
  margin-right: 5px;
  filter:invert(1)
}

/* Single listing css */
.route-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.route-card .rcr-location {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 5px;
}

.location-point {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

.route-card .rcr-item::after {
  width: 100%;
  content: "";
  height: 5px;
  left: 100%;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 10px;
}

.rcr-start.rcr-item.done::after {
  width: 100%;
  content: "";
  height: 5px;
  left: 100%;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 10px;
}

.rcr-item.done .rcr-marker {
  border: 2px solid var(--primary-color);
}

.rcr-start.rcr-item.endpoint::after {
  display: none;
} 

.route-card .rcr-item {
  width: 100%;
  position: relative;
  justify-content: center;
   
}

.rcr-start.rcr-item.endpoint {
  justify-content: end;
}

.rcr-start.rcr-item.startpoint {
  justify-content: start;
}

.route-card .rcr-location {
  opacity: .7;
}

.route-card .active .rcr-location {
  opacity: 1;
}

.route-card .rcr-info {
  position: relative;
  z-index: 1;
  padding: 5px 10px 5px 0;
}

.rcr-item.active:not(.done) .rcr-marker {
  /* box-shadow: 0 0 0 0 rgba(3,171,19,0.7); */
  transform: scale(1);
  animation: pulse-black 1.7s infinite;
  position: relative;
  z-index: 2;
  border: 2px solid #20BF55;
}


@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(3, 171, 19, 0.7);

  }

  40% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(3, 171, 19, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(3, 171, 19, 0);
  }
}

.route-page-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.route-page-title small {
  font-size: 16px;
}
.ride-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ride-info-item img {
  max-width: 20px;
  margin-right: 20px;
  opacity: .6;
}

.ride-info-item p {
  margin-bottom: 0;
  font-weight: 400;
}

.passenger-img {
  max-width: 70px;
  border-radius: 50%;
}

.passenger-meta {
  font-weight: 600;
  font-size: 18px;
}

.passenger-route {
  font-weight: 400;
  font-size: 15px;
}

.ride-buttons a img {
  max-width: 32px;
  margin-right: 10px;
}

.ride-buttons {
  margin-top: 20px;
}

.ride-buttons a {
  display: flex;
  align-items: center;
  align-items: center;
  border-radius: 50px;
  padding: 8px;
  justify-content: center;
}

.btn.btn-book {
  background: var(--primary-color);
  color: #fff;
  margin-top: 10px;
}

.btn.btn-book img {
  filter:invert(1)
}

.btn.btn-chat {
  background: #fff;
  border:2px solid var(--primary-color);
  color: var(--primary-color);
  margin-top: 10px;
}
/* Single listing css */

.review-card {
  border-radius: 15px;
  padding: 20px;
  background: #F3F6FB;
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.review-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.stats-section {
  background: #F3F6FB;
  padding: 40px 0;
  text-align: center;
}


.stats-number {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}}

.stats-label {
  font-size: 0.9rem;
  color: #6c757d;
}

.si-image img {
  max-width: 80px;
}

.stats-item .ride-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Global star color */
.bi-star-fill.text-warning,
.bi-star-half.text-warning,
.bi-star.text-warning {
  color: #f59e0b !important;
}