h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

body {
  font-family: 'Poppins', sans-serif;
}


body {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
  padding-top: 70px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}


.navbar {
  background-color: #ffcc00;
}

.navbar-brand {
  font-weight: bold;
  color: #000;
}

.navbar-nav .nav-link {
  color: #000;
  font-weight: 500;
}

.nav-button {
  background-color: red;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  font-weight: bold;
}

.hero-section {
  position: relative;
  background: url('images/Adobe Express - file.jpg') no-repeat center center / cover;
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: white;
  padding: 40px 0;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.3);
  padding: 25px 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.btn-yellow {
  background-color: #ffcc00;
  color: black;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
}

.btn-red {
  background-color: red;
  color: white;
  font-weight: bold;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
}

h1.display-6 {
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.3;
}

.hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, #000);
  z-index: 1;
}

/* Content Section */
.content-section {
  background-color: #000;
}

.content-section h2 {
  font-size: 24px;
  font-weight: 700 !important;
}

.content-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.btn-danger, .btn-warning {
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

/* Escort Card Wrapper */
.escort-card-simple {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #ff1a1a;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #000;
}

.escort-card-simple:hover {
  transform: scale(1.03);
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.5);
}

/* Image Styling */
.escort-img-new {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* HOT Badge */
.escort-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 12px;
  border-radius: 20px;
  z-index: 2;
  box-shadow: 0 0 10px red;
  letter-spacing: 0.5px;
}

/* Text Overlay (Bottom Left) */
.escort-overlay-text {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  border-radius: 10px;
  backdrop-filter: blur(3px);
}



.escort-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  color: #ffc107;
}

.escort-category {
  font-size: 12px;
  background: #ff0040;
  color: white;
  padding: 2px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 4px;
}

/* Glass Section Base */
.content-section-black {
  background-color: #000;
  color: white;
}

/* Title Styling */
.section-title {
  font-size: 34px;
  font-weight: 800;
  color: white;
  line-height: 1.4;
}

.highlight-title {
  color: #ff0000;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 5px;
}

.section-subtitle {
  font-size: 18px;
  color: #ccc;
  margin-top: 8px;
  font-weight: 500;
}

.intro-text {
  font-size: 17px;
  color: #ddd;
  max-width: 800px;
  margin: auto;
  line-height: 1.8;
}

/* Glass Box */
.glass-box {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  border: 1px solid rgba(255, 0, 0, 0.3);
  padding: 30px;
  max-width: 900px;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.2);
}

/* Each Icon Line */
.info-line {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.7;
  color: white;
}

/* Icon Glow */
.icon-glow {
  font-size: 18px;
  color: #ffc107;
  margin-right: 12px;
  text-shadow: 0 0 6px #ffc107;
}

/* Section Background */
.feature-section {
  background: #000;
  color: white;
  padding: 60px 20px;
}

/* Heading */
.section-title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: red;
}

.highlight-title {
  display: inline-block;
  border-bottom: 3px solid yellow;
  padding-bottom: 4px;
}

.section-intro {
  max-width: 900px;
  margin: auto;
  font-size: 16px;
  color: #ccc;
  line-height: 1.7;
}

/* Feature Cards */
.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 26px 24px;
  box-shadow: 0 0 14px rgba(255, 0, 0, 0.2);
  backdrop-filter: blur(6px);
  transition: 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 18px rgba(255, 0, 0, 0.3);
}

/* Gradient Pill Icon */
.feature-icon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff0040, #ffc107);
  color: white;
  font-size: 16px;
  margin-right: 14px;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.5);
}

/* Text Styling */
.feature-heading {
  font-size: 18px;
  font-weight: 600;
  color: #ff0000;
}

.feature-text {
  font-size: 15.2px;
  color: #eee;
  line-height: 1.7;
}

body.cards-body {
  margin: 0;
  background: #000;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.section-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #ffc107;
  padding: 2rem 1rem;
  text-shadow: 0 0 10px red;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding: 0 1.5rem 3rem;
  max-width: 1200px;
  margin: auto;
}

.flip-card {
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 370px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease-in-out;
}

.flip-card:hover .flip-inner,
.flip-card.flip .flip-inner {
  transform: rotateY(180deg);
}

.flip-front, .flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 2px solid red;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px red;
}

.flip-front {
  background: #111;
  z-index: 2;
}

.flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-info {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 10px;
  text-align: center;
}

.front-info h3 {
  color: #ffc107;
  margin: 0;
  font-size: 1.2rem;
}

.front-info p {
  font-size: 0.9rem;
  color: #fff;
}

.flip-back {
  background: #111;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.flip-back h3 {
  color: #ffc107;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.flip-back p {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 15px;
  color: #eee;
}

.book-btn {
  background: linear-gradient(45deg, red, yellow);
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  box-shadow: 0 0 10px yellow;
  transition: all 0.3s ease;
}

.book-btn:hover {
  background: linear-gradient(45deg, yellow, red);
  box-shadow: 0 0 20px red;
}

/* Mobile Tap Flip */
@media (hover: none) and (pointer: coarse) {
  .flip-card {
    cursor: pointer;
  }
  .flip-card:active .flip-inner {
    transform: rotateY(180deg);
  }
}

.experience-section {
  background-color: #000;
  color: #fff;
}

.experience-section h2,
.experience-section h3 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
}

.experience-section ul li {
  color: #ffc107;
  font-size: 1.05rem;
}

.location-section {
  background-color: #000;
}

.location-card {
  background: rgba(20, 20, 20, 0.9);
  border: 2px solid red;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 15px red;
  transition: all 0.4s ease;
  height: 100%;
}

.location-card h3 {
  color: #ffc107;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.location-card p {
  font-size: 1.05rem;
  color: #ddd;
  margin-bottom: 15px;
}

.location-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-card ul li {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #ffc107;
}

.card-girl-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: auto;
  opacity: 0.9;
  transition: transform 0.4s ease, opacity 0.3s;
}

.location-card:hover .card-girl-img {
  transform: scale(1.1);
  opacity: 1;
}


.glow-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 0 25px yellow;
  border-color: yellow;
}

.gold-divider {
  height: 3px;
  background: #ffc107;
  margin: 40px auto;
  border-radius: 2px;
}

/* Floating WhatsApp & Call Buttons */
/* Circle container for icon */
.float-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px yellow;
  animation: pulse 2s infinite;
}

.float-icon {
  width: 28px;
  height: 28px;
  fill: white;
}

.float-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 90px;
  z-index: 9999;
}

.float-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: red;
  box-shadow: 0 0 15px yellow;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); box-shadow: 0 0 10px yellow; }
  50% { transform: scale(1.1); box-shadow: 0 0 25px red; }
  100% { transform: scale(1); box-shadow: 0 0 10px yellow; }
}

.navbar {
  transition: background 0.3s, box-shadow 0.3s;
}

.navbar.scrolled {
  box-shadow: 0 4px 15px rgba(255, 0, 0, 0.4);
}
