
    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background-color: #000;
    }

    .navbar {
      background-color: #0a0a0a;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }


    .navbar-brand {
      color: #00ffff;
      font-weight: 700;
      font-size: 1.6rem;
      text-shadow: 0 0 8px #00ffff;
    }

    .navbar-brand:hover {
      color: #00ffff;
    }

    .nav-link {
      color: #ffffff;
      font-weight: 500;
      margin-left: 15px;
      position: relative;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      left: 0;
      bottom: -4px;
      background-color: #ff2f91;
      transition: width 0.3s ease;
    }

    .nav-link:hover::after {
      width: 100%;
    }

    .nav-link:hover {
      color: #ff2f91;
    }

    .navbar-toggler {
      border: none;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='aqua' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
  

.hero-bg-img {
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
}


  .hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
  }

  .hero-section .container {
    position: relative;
    z-index: 2;
  }

  .hero-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00ffff;
    text-shadow: 0 0 15px #00ffff;
  }

  .hero-subtitle {
    font-size: 1.1rem;
    color: #ddd;
    max-width: 600px;
    margin: 0 auto;
  }

  .btn-glow {
    background: linear-gradient(45deg, #00f0ff, #00ffc8);
    border: none;
    color: #000;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 0 12px #00ffff, 0 0 24px #00ffff6e;
  }

  .btn-glow:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #00ffff, 0 0 40px #00ffffa6;
  }

  .btn-glow.whatsapp {
    background: linear-gradient(45deg, #25d366, #128c7e);
    color: #fff;
  }

  @media (max-width: 768px) {
    .hero-title {
      font-size: 1.8rem;
    }
    .hero-subtitle {
      font-size: 1rem;
    }
    .btn-glow {
      padding: 10px 22px;
    }
  }


  .goa-intro-section {
    background-color: black;
    position: relative;
    z-index: 1;
  }

  .goa-intro-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }

  .category-box {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
  }

  .category-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ff2f91, 0 0 25px #ff2f91;
  }

  .bg-pink {
    background-color: #ff2f91;
  }

  .bg-purple {
    background-color: #8e44ad;
  }

  @media (max-width: 768px) {
    .category-box {
      font-size: 0.60rem;
      padding: 14px;
    }
  }

  .escort-category-cards {
    background: rgba(0, 0, 20, 0.8);
    position: relative;
    z-index: 1;
  }

  .escort-category-cards::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
  }

  .escort-card {
    background-color: #111;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px #00ffff22;
  }

  .escort-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #ff2f91aa;
  }

  .escort-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: top;
  }

  .escort-info {
    padding: 10px;
    text-align: center;
  }

  .escort-info h5 {
    margin: 0;
    font-size: 1rem;
    color: #00ffff;
    font-weight: 600;
    text-shadow: 0 0 6px #00ffff;
  }

  @media (max-width: 768px) {
    .escort-card img {
      height: 200px;
    }
    .escort-info h5 {
      font-size: 0.95rem;
    }
  }


  .vip-highlight-section {
    background: #000;
  }

  .content-side {
    background: linear-gradient(to bottom, #0c0010, #000010);
  }

  .btn-cta-glow {
    background: linear-gradient(45deg, #ff2f91, #ff66c4);
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 0 12px #ff2f91, 0 0 20px #ff2f91aa;
  }

  .btn-cta-glow:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #ff2f91, 0 0 30px #ff2f91cc;
  }

  .vip-bg-img {
    background-image: url("images/rights1.jpeg"); 
    background-size: cover;
    background-position: top;
    min-height: 400px;
    width: 100%;
    filter: grayscale(0.1) brightness(0.7);
    
  }

  @media (max-width: 768px) {
    .content-side, .vip-bg-img {
      text-align: center;
      padding: 30px;
    }
    .vip-bg-img {
      min-height: 300px;
    }
  }

  
    .why-choose-section {
      background: linear-gradient(to right, #000015, #000020);
    }

    .photo-grid {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .main-img {
      width: 100%;
      border-radius: 10px;
      object-fit: cover;
      height: 300px;
    }

    .grid-row {
      display: flex;
      gap: 15px;
    }

    .small-img {
      width: 50%;
      height: 150px;
      object-fit: cover;
      border-radius: 10px;
    }

    .glow-title {
      font-size: 2rem;
      font-weight: 700;
      color: #00ffff;
      text-shadow: 0 0 10px #00ffff;
    }

    .info-box {
      background: rgba(255, 255, 255, 0.05);
      padding: 15px;
      border-radius: 12px;
      backdrop-filter: blur(3px);
      border-left: 3px solid #ff2f91;
      transition: 0.3s;
    }

    .info-box:hover {
      background: rgba(255, 255, 255, 0.08);
      transform: translateY(-3px);
    }

    .info-box .icon {
      font-size: 28px;
      margin-bottom: 8px;
      color: #ff66c4;
    }

    .info-box h5 {
      color: #fff;
      margin-bottom: 5px;
    }

    .info-box p {
      font-size: 0.95rem;
      color: #ccc;
    }

    @media (max-width: 768px) {
      .main-img {
        height: 200px;
      }

      .small-img {
        height: 120px;
      }
    }

    .experience-full-bg {
  background: url('goa-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.experience-full-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 20, 0.85); /* dark overlay */
  z-index: -1;
}

.glow-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 12px #00ffff, 0 0 20px #00ffff66;
}

.glow-subtitle {
  font-size: 1.4rem;
  color: #ff66c4;
  font-weight: 600;
  text-shadow: 0 0 6px #ff2f91aa;
}

.experience-full-bg p {
  font-size: 1.05rem;
  color: #eee;
}

@media (max-width: 768px) {
  .experience-full-bg {
    background-attachment: scroll;
    padding: 60px 20px;
  }

  .glow-title,
  .glow-subtitle,
  .experience-full-bg p {
    text-align: left;
  }
}

.category-card-section {
  background: url("images/bg1.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}


.category-card-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 20, 0.8); /* dark overlay for glow effect */
  z-index: -1;
}

.glow-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 10px #00ffffaa;
}

.simple-card {
  position: relative;
  height: 220px;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  border: 2px solid transparent;
}

.simple-card:hover {
  border-color: #ff2f91;
  box-shadow: 0 0 14px #ff2f91cc;
  transform: scale(1.03);
}

.card-overlay {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  border-radius: 12px;
}

.card-overlay h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #00ffff;
  margin-bottom: 3px;
}

.card-overlay span {
  color: #ff66c4;
  font-size: 0.9rem;
}


.escort-contact-table {
  background: linear-gradient(to right, #0a0017, #000021);
}

.glow-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 10px #00ffffaa;
}

.custom-table th {
  color: #ff66c4;
  font-size: 1rem;
  border-bottom: 2px solid #ff2f91aa;
}

.custom-table td {
  color: #eee;
  vertical-align: middle;
  font-size: 1rem;
}

.call-link {
  color: #00ffff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
}

.call-link:hover {
  text-decoration: underline;
  color: #ff66c4;
}

@media (max-width: 576px) {
  .custom-table th, .custom-table td {
    font-size: 0.95rem;
    white-space: nowrap;
  }
}
.escort-contact-table {
  background: linear-gradient(to right, #000011, #000011);
  position: relative;
  z-index: 2;
}
.top-rated-escorts {
  background: url('images/glow-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.top-rated-escorts::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 0, 20, 0.8); /* Dark overlay for readability */
  z-index: -1;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffffaa;
}

.girl-row {
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 20px;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  transition: 0.3s ease-in-out;
}

.girl-row:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-3px);
}

.girl-img img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50% / 40%;
  border: 2px dotted #fff;
  transition: transform 0.3s ease;
}

.girl-img img:hover {
  transform: scale(1.05);
}

.girl-info h5 {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
}

@media (max-width: 768px) {
  .girl-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .girl-img img {
    width: 80px;
    height: 80px;
  }
}


.goa-content-section {
  background-color: #000; 
  color: #fff; 
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
}

.goa-content-section h2,
.goa-content-section h4 {
  color: #fff;
}

.goa-content-section span {
  color: #00ffff; 
}

.client-reviews {
  background: url('images/testimonial-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}

.client-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 20, 0.8);
  z-index: -1;
}

.review-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s;
}

.review-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.review-text {
  font-size: 0.95rem;
  color: #ddd;
  margin-bottom: 15px;
  font-style: italic;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviewer img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
}

.section-title {
  color: #00ffff;
  text-shadow: 0 0 8px #00ffff99;
  font-size: 2rem;
  font-weight: bold;
}

.booking-form-section {
  background: url('images/booking-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}

.booking-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 20, 0.85); 
  z-index: -1;
}

.booking-form .form-control {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #444;
  color: #fff;
}

.booking-form .form-control:focus {
  border-color: #00ffff;
  box-shadow: 0 0 5px #00ffff66;
  background: rgba(255, 255, 255, 0.08);
}

.form-label {
  color: #ccc;
  font-weight: 500;
}

.book-btn {
  background: linear-gradient(to right, #ff2f91, #00ffff);
  border: none;
  padding: 12px 30px;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
  box-shadow: 0 0 15px #00ffffaa;
}

.book-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ff2f91aa;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffffaa;
}

.escort-services {
  background: url('images/services-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}

.escort-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 30, 0.9);
  z-index: -1;
}

.service-card {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px 20px;
  border-radius: 12px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px #00ffffaa;
  transform: translateY(-5px);
}

.service-card i {
  font-size: 2rem;
  color: #00ffff;
  margin-bottom: 15px;
}

.service-card h5 {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.service-card p {
  color: #ccc;
  font-size: 0.95rem;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffffaa;
}

.escort-faq {
  background: url('images/faq-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}

.escort-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 10, 0.959);
  z-index: -1;
}

.faq-item {
  background: rgba(255, 255, 255, 0.04);
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border-left: 4px solid #00ffff;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.1);
  transition: 0.3s ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: scale(1.01);
}

.faq-item h5 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #00ffff;
  margin-bottom: 8px;
}

.faq-item p {
  color: #ccc;
  margin: 0;
  font-size: 0.95rem;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffff99;
}

.goa-map-section {
  background: url('images/goa-night-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: #fff;
}

.goa-map-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 30, 0.88);
  z-index: -1;
}

.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 8px #00ffffaa;
}


.final-cta {
  background: url('images/cta-bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
  z-index: 1;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 30, 0.88);
  z-index: -1;
}

.cta-heading {
  font-size: 2rem;
  font-weight: bold;
  color: #00ffff;
  text-shadow: 0 0 10px #ff2f91aa;
}

.cta-text {
  font-size: 1rem;
  color: #ddd;
  margin: 0 auto;
  text-align: left;
}

.cta-btn {
  padding: 12px 30px;
  background: linear-gradient(to right, #ff2f91, #00ffff);
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 0 15px #00ffff99;
  text-decoration: none;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #ff2f91aa;
}


.dark-footer {
  background: url('images/footer-bg-pattern.png') repeat top center #000;
  color: #fff;
  font-size: 0.95rem;
  position: relative;
}

.footer-title {
  font-weight: bold;
  color: #00ffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-list {
  list-style: none;
  padding-left: 0;
}

.footer-list li {
  margin-bottom: 6px;
}

.footer-list a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-list a:hover {
  color: #ff2f91;
  text-decoration: underline;
}

.dark-footer img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .footer-title {
    margin-top: 20px;
    text-align: center;
  }

  .footer-list li {
    text-align: center;
  }

  .dark-footer .text-md-end {
    text-align: center !important;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  font-size: 24px;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 0 15px rgba(0, 255, 255, 0.6);
  transition: 0.3s ease-in-out;
}

.float-call {
  background: linear-gradient(135deg, #ff2f91, #00ffc8);
}

.float-whatsapp {
  background: linear-gradient(135deg, #25d366, #128c7e);
}

.floating-buttons a:hover {
  transform: scale(1.1);
  box-shadow: 0 0 25px #00ffffaa;
}


.age-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.95);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

.age-popup-inner {
  max-width: 400px;
  text-align: center;
  padding: 30px;
  background: #111;
  border: 2px solid #ff2f91;
  border-radius: 15px;
  box-shadow: 0 0 30px #ff2f91aa;
}

.age-popup h2 {
  color: #ff2f91;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.age-popup p {
  font-size: 1rem;
  margin-bottom: 25px;
}

.age-btns button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s ease;
}

.yes-btn {
  background: linear-gradient(135deg, #00ffff, #ff2f91);
  color: #000;
  box-shadow: 0 0 10px #00ffff;
}

.no-btn {
  background: #444;
  color: #fff;
}

.yes-btn:hover {
  transform: scale(1.05);
}

.no-btn:hover {
  opacity: 0.7;
}

.glow-heading {
  animation: neonGlow 2s ease-in-out infinite alternate;
}

@keyframes neonGlow {
  from {
    text-shadow: 0 0 10px #00f2ff, 0 0 20px #00f2ff;
  }
  to {
    text-shadow: 0 0 20px #00f2ff, 0 0 30px #00f2ff;
  }
}

body {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2px;
  background-color: #000;
  color: #fff;
}

h2 {
  font-weight: 700;
}

p {
  margin-bottom: 1.4rem;
}

a {
  font-family: 'Poppins', sans-serif;
  color: #00ffff;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: #ff2f91;
  text-decoration: underline;
}
