

html, body {
  margin: 0 !important;
  padding: 0 !important;
}

.navbar {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.liquid-button {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #ff1493, #ff0080, #ff1493);
  border: none;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s ease;
  z-index: 1;

  outline: none;            
  box-shadow: none;         
  text-decoration: none;    
}


button:focus, .liquid-button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}


.liquid-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(90deg, #ff1493, #ff0099, #ff1493);
  animation: liquid-move 4s linear infinite;
  z-index: -1;
  opacity: 0.3;
  filter: blur(10px);
}

.liquid-button:hover {
  box-shadow: 0 0 12px #ff1493, 0 0 24px #ff0099;
  transform: scale(1.05);
}



 body {
      margin: 0;
      background: #0c0c0c;
      font-family: 'Poppins', sans-serif;
      color: white;
    }

    .hero-banner {
      background: linear-gradient(to right, #1a1a1a, #2e003e);
      padding: 30px 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      position: relative;
      overflow: hidden;
    }

    .hero-banner img.girl-left,
    .hero-banner img.girl-right {
      width: 200px;
      max-width: 100%;
      border-radius: 15px;
    }

    .hero-content {
      flex: 1;
      text-align: center;
      padding: 20px;
    }

    .hero-content h1 {
      font-size: 40px;
      color: #ff66cc;
      font-weight: bold;
      text-shadow: 2px 2px #000;
    }

    .hero-content h4 {
      color: gold;
      font-weight: 600;
      margin-top: 15px;
    }

    .hero-content p {
      font-size: 16px;
      margin-top: 10px;
      color: #ffffff;
    }
    
    p {
  margin-top: 20px; 
}
    
    


    .call-now {
      background: #0099ff;
      padding: 10px 20px;
      display: inline-block;
      color: #fff;
      border-radius: 30px;
      font-weight: bold;
      margin-top: 20px;
    }

    .call-now i {
      margin-right: 8px;
    }

    .badge {
      position: absolute;
      background: gold;
      color: black;
      padding: 5px 15px;
      border-radius: 20px;
      font-size: 14px;
      font-weight: bold;
      top: 10px;
    }

    .special-offer {
      right: 20px;
    }

    .vip-badge {
      left: 20px;
    }

    @media(max-width: 768px) {
      .hero-banner {
        flex-direction: column;
        text-align: center;
      }

      .hero-banner img {
        margin: 10px auto;
      }

      .badge {
        position: static;
        margin: 10px auto;
      }
    }


    

    .heading-underline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: white;
}

.heading-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 130px;
  height: 15px;
  background: url(images/Daco_4217642.png) no-repeat;
  background-size: contain;
}


    .navbar {
      background-color: #000;
    }

    .navbar-brand {
      font-weight: bold;
      color: #ff3399 !important;
      font-size: 22px;
    }

    .nav-item .liquid-button {
      position: relative;
      display: inline-block;
      padding: 8px 18px;
      color: white;
      font-size: 15px;
      border: none;
      background: transparent;
      cursor: pointer;
      z-index: 1;
      margin: 4px 0;
    }

    .liquid-button::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: linear-gradient(120deg, #ff0080, #ff6600, #2afadf);
      transition: transform 0.4s ease;
      z-index: -1;
      transform: scaleX(0);
      transform-origin: left;
      border-radius: 5px;
    }

    .liquid-button:hover::before {
      transform: scaleX(1);
    }

    .liquid-button span {
      position: relative;
      z-index: 2;
    }

    .navbar-toggler {
      border-color: #fff;
    }

    .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='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    @media (max-width: 576px) {
  .btn-sm {
    font-size: 13px;
    padding: 6px 8px;
  }
}


    
    @media (max-width: 992px) {
      .navbar-nav {
        text-align: center;
      }
    }


    /* Background pattern */
body {
  background-color: #1f002b;
  background-repeat: repeat;
  background-size: contain;
  font-family: 'Segoe UI', sans-serif;
  color: #330049;
  margin: 0;
  padding: 0;
}

/* Section container */
.section-content {
  max-width: 1000px;
  margin: auto;
  padding: 60px 20px;
  line-height: 1.8;
}

/* Heading Style */
.section-content h2,
.section-content h3 {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 15px;
  position: relative;
}

.section-content h2::after,
.section-content h3::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 12px;
  background-image: url('https://www.loconto.net/assets/images/under-line-yellow.png');
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10px;
  left: 0;
}


.section-content strong,
.section-content .highlight {
  color: #ffc107; 
  font-weight: 600;
}

.headlines-section {
  background-color: #1a001f; 
}

.headline-title {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 4px black;
}

.headline-box {
  background-color: #2c003b; 
  border-left: 4px solid #ff1493;
  transition: transform 0.3s ease;
}

.headline-box:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px #ff00cc88;
}

.hero-highlight {
  background: linear-gradient(to right, #1a001f, #330044);
}

.hero-title {
  font-weight: 700;
  text-shadow: 2px 2px 6px black;
}

.text-pink {
  color: #ff1493;
}

.hero-subtitle {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.7;
  animation: fadeInUp 1.5s ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.badge {
  font-size: 0.8rem;
  padding: 6px 10px;
  box-shadow: 0 0 6px #00ff00aa;
  border-radius: 10px;
}

.why-choose-us {
  background: linear-gradient(to right, #2c003b, #1a001f);
}

.section-heading {
  font-weight: 700;
  font-size: 2rem;
  text-shadow: 1px 1px 5px black;
}

.text-pink {
  color: #ff1493;
}

.feature-box {
  background-color: #3a004f;
  border-left: 4px solid #ff1493;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px #00000088;
}

.feature-box:hover {
  transform: scale(1.03);
  border-left-color: #00ffff;
  box-shadow: 0 0 20px #ff00cc88;
}

.animate-hover {
  animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.awaits-section {
  background: linear-gradient(to right, #1a001f, #330044);
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 1px 1px 5px black;
}

.await-card {
  background-color: #2c003b;
  border-left: 4px solid #ff1493;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px #00000088;
}

.await-card:hover {
  transform: scale(1.03);
  border-left-color: #00ffff;
  box-shadow: 0 0 20px #ff00cc88;
}

.animate-hover {
  animation: fadeInUp 1s ease-in-out;
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}


.escort-gallery {
  background-color: #1a001f;
}

.gallery-title {
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 2px 2px 8px #ff00cc;
  border-bottom: 3px solid #ff1493;
  display: inline-block;
  padding-bottom: 5px;
}

.text-pink {
  color: #ff1493;
}

.escort-card {
  background-color: #2c003b;
  border: 2px solid #ff1493;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.zoom-effect:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #ff00ccaa;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.table-pink th {
  background-color: #ff1493 !important;
  color: #fff;
  font-weight: 600;
}


  .category-card-link {
    text-decoration: none;
  }

  .category-card {
    background: #3a015b;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px #ff33cc;
  }

  .category-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
  }

  .category-card h5 {
    color: #ffcc00;
    margin: 0;
    padding: 12px 0;
    font-size: 16px;
  }

  .category-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px #ff33cc, 0 0 30px #ff33cc;
  }

  .category-card:hover img {
    transform: scale(1.05);
  }

  body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, .section-title {
  font-family: 'Playfair Display', serif;
}

.category-card h5, .escort-name {
  font-family: 'Montserrat', sans-serif;
}

.tagline, .quote {
  font-family: 'Great Vibes', cursive;
}
.table-dark-theme {
  width: 100%;
  background-color: #1c002a;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 0, 179, 0.4);
}

.table-dark-theme th {
  background: linear-gradient(90deg, #ff1493, #cc00ff);
  color: #ffffff;
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.table-dark-theme td {
  background-color: #29003d;
  padding: 12px;
  border-top: 1px solid #5a0075;
  font-size: 15px;
}

.table-dark-theme tr:hover td {
  background-color: #3b0057;
  transition: 0.3s ease;
}

@media (max-width: 576px) {
  .table-dark-theme th, .table-dark-theme td {
    font-size: 13px;
    padding: 10px;
  }
}



.floating-icons {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 10000;
}

.floating-icons a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #1a001f;
  padding: 10px;
  box-shadow: 0 0 10px hotpink;
  transition: all 0.3s ease;
}

/* Call Icon Animation */
.floating-icons a:first-child img {
  animation: bounce 2s infinite;
}

/* WhatsApp Icon Animation */
.floating-icons a:last-child img {
  animation: pulse-glow 2s infinite;
}

/* Hover effect for both */
.floating-icons a img:hover {
  transform: scale(1.15);
  box-shadow: 0 0 25px deeppink;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .floating-icons a img {
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}

/* Bounce keyframes */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Glow keyframes */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 10px #25D366, 0 0 20px #25D366;
  }
  50% {
    box-shadow: 0 0 20px #25D366, 0 0 40px #25D366;
  }
  100% {
    box-shadow: 0 0 10px #25D366, 0 0 20px #25D366;
  }
}

    body {
      background: #2b0057;
      padding: 40px 10px;
      color: white;
      font-family: 'Poppins', sans-serif;
    }

    .section-title {
      text-align: center;
      margin-bottom: 40px;
      animation: fadeIn 1.5s ease;
    }

    .section-title h2 {
      color: #ffc107;
      font-size: 30px;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
      text-shadow: 0 0 5px #ff1493, 0 0 10px #ff0;
      margin-bottom: 10px;
    }

    .underline-bar {
      width: 80px;
      height: 4px;
      background: #ffcc00;
      margin: 0 auto 10px auto;
      border-radius: 2px;
    }

    .subheading {
      color: #ffffff;
      font-size: 16px;
      font-family: 'Poppins', sans-serif;
      opacity: 0.8;
    }

    .escort-card {
      border: 2px solid gold;
      border-radius: 10px;
      overflow: hidden;
      background: #1c0033;
      box-shadow: 0 0 10px rgba(255, 255, 0, 0.2);
      margin-bottom: 30px;
      position: relative;
      transition: transform 0.3s ease;
    }

    .escort-card:hover {
      transform: scale(1.03);
    }

    .escort-card img {
      width: 100%;
      height: 300px;
      object-fit: cover;
    }

    .available-tag {
      position: absolute;
      top: 0;
      width: 100%;
      background: #00ff55;
      color: black;
      font-weight: bold;
      text-align: center;
      padding: 5px 0;
      font-size: 14px;
      animation: blink 1s infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }
    }

    .escort-info {
      padding: 15px;
      background: linear-gradient(to right, #000000a0, #1c0033);
    }

    .escort-name {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .escort-role {
      font-style: italic;
      color: #ffcc00;
      margin-bottom: 8px;
    }

    .stars {
      color: gold;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


    @media (max-width: 480px) {
      .section-title h2 {
        font-size: 22px;
      }

      .subheading {
        font-size: 14px;
        padding: 0 10px;
      }

      .underline-bar {
        width: 60px;
      }

      .escort-card img {
        height: 280px;
        border-bottom: 2px solid gold;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        object-position: top;
        object-fit: cover;
      }

      .escort-name {
        font-size: 18px;
      }

      .escort-role,
      .stars {
        font-size: 14px;
      }
    }

    .available-tag {
      background: rgba(0, 255, 85, 0.6);
      padding: 4px 0;
      font-size: 13px;
    }

    .text-pink {
      color: #ff1493;
    }

    .blink {
      animation: blink 1s infinite;
    }

    @keyframes blink {

      0%,
      100% {
        opacity: 1;
      }

      50% {
        opacity: 0;
      }
    }

    .escort-card {
      border: 2px solid #ff1493;
      transition: transform 0.3s ease;
    }

    .escort-card:hover {
      transform: scale(1.03);
      box-shadow: 0 0 15px rgba(255, 20, 147, 0.5);
    }

    .pink-underline-heading {
      display: inline-block;
      color: white;
      border-bottom: 3px solid hotpink;
      padding-bottom: 6px;
      text-shadow: 0 0 6px rgba(255, 255, 255, 0.2);
      animation: glowline 2s infinite alternate;
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
    }

    .text-pink {
      color: hotpink !important;
    }
 
    .category-card-link {
      text-decoration: none;
      color: inherit;
    }

    .category-card-link h5 {
      text-decoration: none;
      color: inherit;
    }
  
    body {
      background-color: #1b002a;
      font-family: 'Poppins', sans-serif;
      margin: 0;
      padding: 0;
    }

    .location-section {
      padding: 60px 20px;
      text-align: center;
      color: white;
    }

    .location-heading {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .location-heading .highlight {
      color: #ff00ff;
    }

    .location-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 16px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .location-card {
      background: linear-gradient(145deg, #2b003b, #1b002a);
      color: white;
      padding: 14px 20px;
      border-radius: 12px;
      font-weight: 600;
      box-shadow: 0 0 10px #ff00ff33;
      border: 1px solid transparent;
      transition: all 0.3s ease;
      min-width: 120px;
      text-align: center;
      cursor: pointer;
    }

    .location-card:hover {
      transform: scale(1.05);
      box-shadow: 0 0 20px #ff00ffaa;
      color: #ff00ff;
      border-color: #ff00ff;
    }


