body {
    background: #f8f8f8;
}
.story-circle img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.escort-card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 12px;
}
.escort-card img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.escort-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
}
.escort-card .badge-custom {
    position: absolute;
    top: 10px;
    left: 10px;
}
.footer {
    background: #fff;
    padding: 40px 0;
    border-top: 1px solid #ddd;
}
.footer .form-control {
    max-width: 300px;
}

.btn-whatsapp{
    background-color: #25D366;
    color: #fff;
    font-weight: bold;
}
.btn-telegram{
    background-color: #0088cc;
    color: #fff;
    font-weight: bold;
}

.btn-call{
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.details-list{
    list-style: none;
    padding: ;
    margin: 0;
}
.details-list li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}


.blog-card .card-img-top {
    height: 300px;
    object-fit: cover;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.blog-card .card-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.blog-card .card-footer {
    text-align: right;
}



.escort-img-grid img {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
    }
    .profile-sidebar {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .profile-label { font-weight: bold; }
    .about-section, .services-section, .reviews-section, .recommended-section {
      background: #fff;
      padding: 25px;
      margin-bottom: 30px;
      border-radius: 12px;
    }
    .badge-custom { margin-left: 10px; }
    .rating-stars i { color: gold; }
