.btn-pink {
  background-color: #ff2d89;
  color: white;
  border: none;
}
.btn-pink:hover {
  background-color: #e62076;
}

.cortra-logo {
  display: inline-block;
}
.cortra-logo img {
  max-width: 100%;
  height: auto;
}

.card img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 767px) {
  .card img {
    height: 200px;
  }
}

.pv-5 {
  padding: 90px 0px !important;
}
@media (max-width: 767px) {
  .pv-5 {
    padding: 50px 0px !important;
  }
}

.bg-primary {
  background-color: #2e368e !important;
}

.w-40 {
  width: 40% !important;
}

.how-image-container {
  position: relative;
  padding: 15px;
}
.how-image-container img {
  border-radius: 15px !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.how-image-container img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.text-pink {
  color: #ff2d89;
}

.step-item {
  position: relative;
  padding-left: 15px;
  border-left: 2px solid #f0f0f0;
}
.step-item:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ff2d89;
}

.step-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.step-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.step-description {
  color: #6c757d;
}

@media (max-width: 767px) {
  .how-image-container {
    margin-bottom: 30px;
  }
}
.filter-section {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.filter-section .dropdown-toggle {
  min-width: 120px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-section .btn-danger {
  background-color: #dc3545;
}

.results-badge .badge {
  font-size: 1rem;
  font-weight: 500;
}

.listing-card {
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
}
.listing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.listing-card .card-body {
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.listing-card .card-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.featured-listings {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.featured-heading {
  background-color: #28a745 !important;
  text-align: center;
  font-weight: 600;
  margin: -12px -12px 20px -12px;
}

.featured-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.featured-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.featured-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-item h6 {
  font-weight: 600;
}
.featured-item a {
  text-decoration: none;
}

.pagination .page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
}
.pagination .page-link {
  color: #343a40;
}

.free-badge {
  top: -10px;
  right: -10px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.free-badge .badge {
  font-size: 1rem;
  padding: 8px 15px !important;
}

.profile-card {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  max-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.profile-info {
  padding: 1.5rem;
}

.profile-tags .badge {
  background: #f0f0f0;
  color: #333;
  margin-right: 0.5rem;
  font-size: 0.95rem;
}

.about-section {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.tab-section {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.vital-stats {
  background: #fafafa;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  margin-top: 1.5rem;
  border: 1px solid #eee;
}

.sidebar-sticky {
  position: sticky;
  top: 20px;
}

@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
    top: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .profile-info {
    padding: 1rem;
  }
  .about-section, .tab-section {
    padding: 1rem;
  }
  .vital-stats {
    padding: 1rem;
  }
}
.category-letter {
  font-family: "Big Shoulders Inline", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
} /*# sourceMappingURL=style.css.map */