/* Bigger Paragraphs for Mobile */

@media (max-width: 576px) {

  .big-mobile-text {

    font-size: 1.2rem !important;
    /* ~19px */

    line-height: 1.8 !important;

    letter-spacing: 0.2px;

  }

}



/* Global Font */

body {

  margin: 0;

  padding: 0;

  font-family: 'Poppins', Helvetica, Arial, sans-serif;



  background-color: #000;

  color: #fff;

  scroll-behavior: smooth;

}

/* General link style */
a:not(.btn):not(.footer-link):not(.whatsapp-btn):not(.call-btn):not(.assistant-toggle-btn):not(.type-card):not(.category-card):not(.footer-whatsapp):not(.navbar-brand):not(.whatsapp-float-sm) {
  color: #ff2c5c !important;
  font-family: 'Poppins', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: 0.5px;
  transition: color 0.3s, text-shadow 0.3s;
}

a:not(.btn):hover,
a:not(.btn):focus {
  color: #fff !important;
  text-shadow: 0 0 8px #ff2c5c;
  text-decoration: none;
}


/* Navbar Scroll */

.navbar {

  transition: background-color 0.4s ease, box-shadow 0.4s ease;

}

.navbar.scrolled {

  background-color: #000;

  box-shadow: 0 2px 10px rgba(255, 0, 0, 0.3);

}

.navbar-nav .nav-link {
  text-decoration: none !important;
}

/* Hero Section */

.hero-section {

  background: url('images/herosecr.webp') no-repeat center center/cover;

  height: 100vh;

  position: relative;

  display: flex;

  align-items: flex-end;

  justify-content: flex-start;

  padding-left: 60px;

  padding-right: 30px;

  padding-bottom: 120px;

  text-align: left;

  box-sizing: border-box;

}



/* Dark overlay for hero image */

.hero-section::after {

  content: '';

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));

  z-index: 1;

}



/* Hero Text Container */

.hero-text-left {

  position: relative;

  z-index: 2;

  max-width: 500px;

}



/* Hero Text Styling */

.hero-text-left h1,

.hero-text-left p {

  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7);
  min-height: 3em;
}



html,
body {

  max-width: 100%;

  overflow-x: hidden;

}



/* Wrapping block prevents scroll */

.typewriter-wrapper {

  width: 100%;

  max-width: 100%;

  overflow: hidden;

  display: block;

}



/* Typewriter text only */

.typewriter {

  display: inline-block;

  font-size: 1.1rem;

  color: #fff;

  border-right: 2px solid #ff4d88;

  white-space: nowrap;

  overflow: hidden;

  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;

  max-width: 100%;

}



/* Typing animation */

@keyframes typing {

  from {
    width: 0;
  }

  to {
    width: 100%;
  }

}



/* Blinking cursor */

@keyframes blink-caret {

  50% {

    border-color: transparent;

  }

}





/* Prevent horizontal scroll on all devices */

body {

  overflow-x: hidden;

}



.escort-types {

  background-color: #1b1b1b;

  border-top: 2px solid #d52842;

  border-bottom: 2px solid #d52842;

  text-align: center;

}



.escort-types {
  background-color: #1b1b1b;
  color: #fff;
  border-top: 2px solid #ff2c5c;
  border-bottom: 2px solid #ff2c5c;
  text-align: center;
}

/* Unified all headings inside escort-types */
.escort-types .section-title,
.escort-types-title {
  font-size: 2rem;
  font-weight: 700;
  color: #ff2c5c;
  text-align: left;
  margin-bottom: 10px;
}

/* Unified subtitle inside escort-types */
.escort-types .subtitle,
.escort-types-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  text-align: left;
  margin-bottom: 25px;
}

/* Grid for type cards */
.types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

/* Card styles */
.type-card {
  display: block;
  background-color: #2a2a2a;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
  border: 1px solid #444;
}

.type-card:hover {
  background-color: #ff2c5c;
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 44, 92, 0.7);
  transform: translateY(-3px);
}






.escort-content {

  font-size: 1.05rem;

  line-height: 1.7;

  text-align: left;

}



@media (max-width: 576px) {

  .escort-content {

    font-size: 1rem !important;

    line-height: 1.85 !important;

  }

}





.escort-content em {

  font-style: italic;

  color: #ff7b9a;

}



.escort-content strong {

  font-weight: 600;

  color: #fff;

}



/* 2 section */

.fantasy-section {

  background-color: #1b1b1b;

  color: #ffffff;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

}



.fantasy-title {

  font-size: 2rem;

  font-weight: 700;

  color: #ff2c5c;

  text-align: left;

  margin-bottom: 10px;

}



.fantasy-subtitle {

  font-size: 1rem;

  color: #ccc;

  text-align: left;

  margin-bottom: 30px;

}



.fantasy-content {

  max-width: 800px;

  text-align: left;

  font-size: 1rem;

  line-height: 1.7;

}



.fantasy-content em {

  font-style: italic;

  color: #ff7b9a;

}



.fantasy-content strong {

  font-weight: 600;

  color: #fff;

}



.fantasy-content .call-to-action {

  margin-top: 30px;

  font-size: 1.1rem;

  font-weight: 600;

  color: #ff2c5c;

}



.escort-intro-block {

  max-width: 800px;

  margin-bottom: 40px;

  text-align: left;

}



/* card content */

/* General body & text */

body {

  background: #000;

  color: #e6e6e6;

  font-family: 'Poppins', sans-serif;

}



/* Swiper container */

.escort-grid {

  display: flex;

  flex-wrap: wrap;

  gap: 20px;

  justify-content: center;

}



.escort-card {

  background: #111;

  border-radius: 12px;

  overflow: hidden;

  flex: 0 0 calc(50% - 20px);
  /* 2 on mobile */

  box-shadow: 0 0 10px transparent;

  transition: box-shadow 0.3s;

}



.escort-card:hover {

  box-shadow: 0 0 12px #ff2c5c;

}



@media (min-width: 768px) {

  .escort-card {

    flex: 0 0 calc(25% - 20px);
    /* 4 on PC */

  }

}



/* Image inside card */

.escort-img-wrapper {

  position: relative;

  width: 100%;

  height: 300px;

  overflow: hidden;

}



.escort-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: transform 0.3s;

}



.escort-card:hover .escort-img {

  transform: scale(1.05);

}



/* Hot ribbon stays */

.hot-ribbon-inside {

  position: absolute;

  top: 10px;

  left: 10px;

  background: #ff2c5c;

  color: white;

  font-size: 11px;

  font-weight: bold;

  padding: 4px 10px;

  border-radius: 4px;

  z-index: 2;

}



/* Overlay info stays */

.escort-card-overlay {

  padding: 12px;

  background: rgba(0, 0, 0, 0.6);

  color: #fff;

}



/* Name, rate, location */

.escort-name {
  font-size: 1rem;
  font-weight: 700;
}

.escort-rate {
  font-size: 0.95rem;
  font-weight: 600;
  color: #ff2c5c;
}

.escort-location {
  font-size: 0.9rem;
  color: #ccc;
}



.whatsapp-float-sm {

  background: #25d366;

  color: white;

  border-radius: 50%;

  padding: 8px;

  font-size: 16px;

  text-decoration: none;

  transition: background 0.3s;

}



.whatsapp-float-sm:hover {

  background: #1ebe5d;

}



/* side content */

.mood-selector-box {

  background-color: #111;

  border: 1px solid #ff2c5c;

  border-radius: 12px;

  padding: 20px;

  color: #fff;

  box-shadow: 0 0 10px rgba(255, 44, 92, 0.2);

  margin-top: 30px;

}



.mood-title {

  font-size: 1.1rem;

  font-weight: 600;

  margin-bottom: 15px;

  color: #ff2c5c;

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);

}



.mood-list {

  list-style: none;

  padding: 0;

  margin: 0 0 10px;

}



.mood-list li {

  font-size: 1rem;

  padding: 8px 0;

  display: flex;

  align-items: center;

  border-bottom: 1px dashed #333;

}



.mood-list li span {

  margin-left: 10px;

  font-weight: 500;

  color: #ccc;

}



.mood-subtext {

  font-size: 0.9rem;

  color: #aaa;

  margin-top: 10px;

}



/* Highlight & glow styles */

.text-glow {

  color: #ff2c5c;

  text-shadow: 1px 1px 8px rgba(255, 44, 92, 0.4);

}



.highlight-pink {

  color: #ff2c5c;

}



.bold-pink {

  color: #ff2c5c;

  font-weight: 600;

}



.underline-fade {

  border-bottom: 1px dashed #ff2c5c;

  padding-bottom: 2px;

}



/* Content block styling */

.styled-content {

  font-size: 1.05rem;

  line-height: 1.75;

  color: #e6e6e6;

}



.styled-content .intro-line {

  font-size: 1.1rem;

  font-weight: 500;

  margin-bottom: 20px;

}



.styled-lines span {

  display: inline-block;

  margin: 10px 0;

  font-size: 1rem;

}



/* Responsive columns if needed */

.two-column-mobile {

  display: grid;

  grid-template-columns: 1fr;

  gap: 20px;

}



@media (min-width: 768px) {

  .two-column-mobile {

    grid-template-columns: 1fr 1fr;

  }

}



@media (max-width: 767px) {

  .styled-lines {

    text-align: center;

    padding: 15px 0;

  }

}



.fantasy-title::after {

  content: "";

  display: block;

  width: 80px;

  height: 2px;

  background: #ff2c5c;

  margin-top: 10px;

}



.bold-pink:hover,

.underline-fade:hover {

  color: #fff;

  text-shadow: 0 0 6px rgba(255, 44, 92, 0.6);

  transition: 0.3s ease;

}



.styled-content p {

  margin-bottom: 20px;

}



.escort-content-section {

  background: linear-gradient(to right, #0d0d0d, #1a1a1a);

  padding-top: 60px;

  padding-bottom: 60px;

}



.assistant-help-section {

  background-color: #111;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

  color: #eee;

}



.assistant-help-title {

  font-size: 1.8rem;

  font-weight: 700;

  color: #ff2c5c;

  margin-bottom: 20px;

  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);

}



.assistant-help-content {

  font-size: 1rem;

  line-height: 1.75;

  color: #ffffff;

}



.assistant-help-content strong {

  color: #fff;

  font-weight: 600;

}



.assistant-help-img {

  width: 100%;

  max-width: 300px;

  border-radius: 16px;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);

  transition: transform 0.3s ease;

}



.assistant-help-img:hover {

  transform: scale(1.03);

}



@media (max-width: 767px) {

  .assistant-help-title {

    text-align: center;

  }

  .assistant-help-content {

    text-align: center;

  }

}



.assistant-quote {

  font-size: 0.95rem;

  background: #1a1a1a;

  color: #ff7d9c;

  padding: 14px 16px;

  border-radius: 14px;

  max-width: 240px;

  margin: 12px auto;

  box-shadow: 0 0 12px rgba(255, 0, 100, 0.3);

  font-weight: 500;

  line-height: 1.45;

  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: all 0.3s ease;

}



.assistant-quote strong {

  color: #fff;

  display: block;

  margin-top: 4px;

  font-weight: 600;

}



.assistant-quote {

  animation: fadeInUp 0.8s ease-in-out;

}



@keyframes fadeInUp {

  0% {

    opacity: 0;

    transform: translateY(12px);

  }

  100% {

    opacity: 1;

    transform: translateY(0);

  }

}



.why-return-section {

  background-color: #1b1b1b;

  color: #fff;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

}



.testimonial-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));

  gap: 20px;

}



.testimonial-box {

  background-color: #2a2a2a;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0 4px 12px rgba(255, 0, 90, 0.1);

  transition: transform 0.3s ease;

}



.testimonial-box:hover {

  transform: translateY(-5px);

  box-shadow: 0 0 15px rgba(255, 44, 92, 0.3);

}



.testimonial-quote {

  font-style: italic;

  font-size: 1.20rem;

  color: #e8e8e8;

  margin-bottom: 10px;

}



.testimonial-author {

  font-size: 0.9rem;

  color: #ff7b9a;

  font-weight: 600;

}



.premium-experience-section {

  background-color: #1b1b1b;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

  color: #fff;

}



.feature-grid {

  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));

  gap: 20px;

}



.feature-box {

  background: #2a2a2a;

  padding: 24px;

  border-radius: 12px;

  text-align: center;

  transition: transform 0.3s ease;

  box-shadow: 0 0 8px rgba(255, 0, 100, 0.1);

}



.feature-box:hover {

  transform: translateY(-5px);

  box-shadow: 0 0 15px rgba(255, 44, 92, 0.3);

}



.feature-icon {

  font-size: 2rem;

  margin-bottom: 10px;

  color: #ff2c5c;

}



.feature-title {

  font-size: 1.1rem;

  color: #fff;

  font-weight: 600;

  margin-bottom: 8px;

}



.feature-text {

  color: #ccc;

  font-size: 1rem;

  line-height: 1.6;

}



.fantasy-content.styled-content {

  font-size: 1rem;

  line-height: 1.8;

  max-width: 820px;

  margin-left: 0;

  margin-right: auto;

  text-align: left;

}



.fantasy-content .lead-line {

  font-size: 1.2rem;

  color: #ff7b9a;

  font-weight: 500;

  margin-bottom: 20px;

}



.fantasy-content .bold-pink {

  font-weight: 600;

  color: #ff2c5c;

  font-size: 1.1rem;

  margin-top: 30px;

}



.underline-fade {

  position: relative;

  display: inline-block;

}



.underline-fade::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 2px;

  background: #ff2c5c;

  bottom: -3px;

  left: 0;

  opacity: 0.6;

}



.escort-categories-section {

  background: #111;

  color: #fff;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

}



.category-card {

  position: relative;

  overflow: hidden;

  border-radius: 12px;

  cursor: pointer;

  transition: transform 0.3s ease;

}



.category-card img {

  width: 100%;

  height: 280px;

  object-fit: cover;

  border-radius: 12px;

  transition: transform 0.3s ease;

}



.category-card:hover img {

  transform: scale(1.05);

}



.category-label {

  position: absolute;

  bottom: 0;

  width: 100%;

  text-align: center;

  padding: 10px 0;

  background: rgba(0, 0, 0, 0.6);

  color: #fff;

  font-weight: 600;

  font-size: 1rem;

  border-bottom-left-radius: 12px;

  border-bottom-right-radius: 12px;

}



.escort-category-section {

  background: #1b1b1b;

  border-top: 2px solid #ff2c5c;

  border-bottom: 2px solid #ff2c5c;

  color: #fff;

}



.category-card {

  position: relative;

  overflow: hidden;

  border-radius: 12px;

  transition: transform 0.3s ease;

  cursor: pointer;

}



.category-card img {

  width: 100%;

  height: 260px;

  object-fit: cover;

  border-radius: 12px;

  transition: transform 0.3s ease;

}



.category-card:hover img {

  transform: scale(1.05);

}



.category-label {

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 10px 0;

  background: rgba(0, 0, 0, 0.6);

  color: #fff;

  font-weight: 600;

  font-size: 1rem;

  text-align: center;

  border-bottom-left-radius: 12px;

  border-bottom-right-radius: 12px;

}



.escort-category-intro {

  font-size: 1rem;

  color: #ffffff;

  margin-top: 20px;

  line-height: 1.7;

}



.final-call-section {

  background: #1b1b1b;

  color: #fff;

  border-top: 2px solid #ff2c5c;

}



.final-call-section .fantasy-title {

  color: #ff2c5c;

  font-size: 2rem;

  margin-bottom: 20px;

}



.final-call-section .btn-danger {

  font-size: 1.1rem;

  padding: 12px 28px;

  border-radius: 30px;

  box-shadow: 0 0 12px rgba(255, 44, 92, 0.5);

}



.final-call-section .btn-danger:hover {

  background: #cc002f;

}



.final-assistant-img {

  max-width: 100%;

  height: auto;

  border-radius: 12px;

  box-shadow: 0 0 12px rgba(255, 44, 92, 0.3);

}



.assistant-caption {

  font-size: 1rem;

  color: #ccc;

  font-style: italic;

}



.site-footer {

  background: #111;

  color: #eee;

  font-size: 0.95rem;

}



.footer-logo {

  font-size: 1.6rem;

}



.footer-links li {

  margin-bottom: 6px;

}



.footer-link {

  color: #ccc;

  text-decoration: none;

  transition: color 0.3s ease;

}



.footer-link:hover {

  color: #ff2c5c;

}



.footer-heading {

  color: #ff2c5c;

}



.footer-whatsapp {

  color: #ff2c5c;

  font-weight: 600;

}



.footer-whatsapp:hover {

  text-decoration: underline;

}



.footer-divider {

  border-color: rgba(255, 44, 92, 0.5);

}



/* myth buster*/

.myth-buster-box {

  background: #1e1e1e;

  border: 1px solid #ff2c5c;

  padding: 20px 25px;

  border-radius: 10px;

  color: #eee;

  box-shadow: 0 0 15px rgba(255, 44, 92, 0.2);

  font-size: 0.95rem;

  line-height: 1.6;

}



.myth-title {

  color: #ff2c5c;

  font-size: 1.2rem;

  font-weight: 700;

  margin-bottom: 15px;

  text-align: left;

}



.myth-list {

  list-style: none;

  padding: 0;

  margin: 0;

}



.myth-list li {

  margin-bottom: 15px;

}



.myth-list strong {

  color: #fff;

}



.myth-list li::before {

  content: '💭';

  margin-right: 8px;

  color: #ff5a7c;

}



.escort-content {

  font-size: 1rem;

  line-height: 1.7;

}





@media (max-width: 576px) {

  html body .escort-content {

    font-size: 1rem !important;

    line-height: 1.85 !important;

  }

}



.assistant-popup {
  display: none;
  position: fixed;
  bottom: 110px;
  right: 20px;
  background: #1c1c1c;
  color: #fff;
  padding: 15px;
  width: 270px;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(255, 0, 85, 0.6);
  z-index: 9998;
  font-family: sans-serif;
}

.agent-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.agent-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff0055;
}

.agent-status {
  font-size: 12px;
  color: #ccc;
}

.agent-message {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.agent-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.whatsapp-btn,
.call-btn {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}

.whatsapp-btn {
  background-color: #25D366;
}

.call-btn {
  background-color: #e91e63;
}

.assistant-toggle-btn {
  position: fixed;
  bottom: 50px;
  right: 24px;
  background-color: #ff0055;
  color: #fff;
  font-size: 20px;
  padding: 12px 14px;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 0, 85, 0.6);
  z-index: 9999;
}



/* Online dot style */
.online-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00ff66;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  animation: pulseDot 1.5s infinite;
}

@keyframes pulseDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
  100% { transform: scale(1); opacity: 1; }
}

