body {
    font-family: Arial, sans-serif;
}

.hero-img {
    height: 500px;
    object-fit: cover;
}

.profile-img {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 30px;
}

/* =========================================================== */
.banner-wrapper {
    width: 100%;
    overflow: hidden;
}

.banner-img {
    width: 100%;
    height: 600px;


}

/* Tablet */
@media (max-width: 991px) {
    .banner-img {
        height: 380px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .banner-img {
        height: 260px;
    }
}

/* ====================================================  About  === */
.escort-content-section {
    background: #6b0000;
    /* dark red */
    color: #ffffff;
    padding: 80px 15px;
}

.main-heading {
    color: #ffcc00;
    font-weight: 700;
    margin-bottom: 15px;
}

.sub-heading {
    color: #ffcc00;
    margin-bottom: 25px;
}

.divider {
    width: 80px;
    margin: 0 auto 30px;
    border-top: 2px solid #ffffff;
}

.escort-content-section p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.highlight-heading {
    color: #ffcc00;
    font-weight: 600;
    margin: 40px 0 20px;
}

.bottom-text {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .escort-content-section {
        padding: 50px 15px;
    }

    .main-heading {
        font-size: 26px;
    }

    .highlight-heading {
        font-size: 22px;
    }
}

/* ==================================  Profile   ============= */
.escort-section {
    background: #6a2c91;
}

/* SAME HEIGHT CARD FIX */
.escort-card {
    background: #6a2c91;
    border: 2px solid #ffcc00;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.escort-card:hover {
    transform: translateY(-6px);
}

.availability {
    background: #7b2fa1;
    color: #ffeb3b;
    font-weight: 700;
    text-align: center;
    padding: 8px;
    border-bottom: 2px solid #ffcc00;
}

.escort-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.escort-info {
    padding: 12px;
    color: #fff;
    margin-top: auto;
}

.escort-info h5 {
    margin: 0;
    font-weight: 700;
}

.escort-info p {
    margin: 4px 0;
    font-size: 14px;
}

.rating {
    color: #ffeb3b;
    font-size: 14px;
}


/* ===========================  ABout Us ==================== */
.about-escort {
    background: #7b0f6b; /* purple tone like image */
}

.about-escort p {
    font-size: 17px;
    line-height: 1.8;
}


/* ======================================================= */

.faq-section {
  background: #000;
  color: #fff;
}

.faq-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.faq-divider {
  width: 80px;
  margin: 0 auto 30px;
  border-top: 2px solid #fff;
}

.faq-item {
  background: transparent;
  border: 1px solid #444;
  margin-bottom: 10px;
}

.faq-btn {
  background: #000 !important;
  color: #fff !important;
  font-weight: 500;
}

.faq-btn::after {
  filter: invert(1); /* white + icon */
}

.faq-body {
  background: #000;
  color: #ddd;
  border-top: 1px solid #444;
}


/* =======================================0 */
.bottom-contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  font-weight: 600;
}

.bottom-contact-bar a {
  flex: 1;
  text-align: center;
  padding: 12px 0;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.call-btn {
  background: #b30000; /* red */
}

.whatsapp-btn {
  background: #1ebc57; /* whatsapp green */
}

.bottom-contact-bar a:hover {
  opacity: 0.9;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .bottom-contact-bar a {
    font-size: 14px;
    padding: 10px 0;
  }
}

body {
  padding-bottom: 48px;
}


/*================ */
.img-hig{
  height: 275px;
}