/* Global styles */
:root {
  --color-primary: #8A2BE2; /* Violet/Amethyst - Romantic, luxurious */
  --color-secondary: #FF69B4; /* Hot Pink - Lustful, vibrant */
  --color-accent: #FFD700; /* Gold - Elegant, alluring */
  --color-dark-bg: #1A001A; /* Deep Plum/Black - Mysterious, sensual */
  --color-light-text: #F0E6FA; /* Off-white - Soft, readable */
  --color-dark-text: #330033; /* Dark Purple - Contrast */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Montserrat', sans-serif;
}

body {
  margin: 0;
  font-family: var(--font-body);
  line-height: 1.6;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

/* Header Styles */
.site-header {
  background-color: rgba(0, 0, 0, 0.8); /* Slightly transparent for depth */
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.night-mail{
color: yellow!important;
font-weight: bold;  
}
.night-mail:hover{
color: var(--color-accent)!important;
}

.logo-wrap img {
  height: 60px; /* Slightly larger logo */
  filter: drop-shadow(0 0 5px #8a2be2); /* Subtle glow */
}

nav.desktop-nav ul {
  list-style: none;
  display: flex;
  gap: 30px; /* Increased gap */
  margin: 0;
  padding: 0;
}

nav.desktop-nav ul li a {
  color: var(--color-light-text);
  font-weight: 600;
  font-size: 17px; /* Slightly larger font */
  padding: 8px 15px;
  border-radius: 25px; /* More rounded buttons */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

nav.desktop-nav ul li a:hover,
nav.desktop-nav ul li a.active-page {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary)); /* Gradient hover */
  color: #fff!important;
  text-decoration: none!important;
  box-shadow: 0 0 15px rgba(255, 105, 180, 0.6); /* Glowing effect */
  transform: translateY(-2px);
}

/* Submenu styles */
.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  background-color: rgba(51, 0, 51, 0.95); /* Darker, slightly transparent */
  min-width: 180px; /* Wider submenu */
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
  z-index: 1;
  list-style: none;
  padding: 10px 0; /* More padding */
  margin: 0;
  border-radius: 10px; /* Rounded corners */
  max-height: 350px; /* Increased height */
  overflow-y: auto;
}

.submenu li a {
  color: var(--color-light-text);
  padding: 12px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.submenu li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.has-submenu:hover .submenu {
  display: block;
}

/* Search Box Popup */
.search-box-container {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.95); /* Slightly transparent white */
  z-index: 9999;
  padding: 25px; /* More padding */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border-radius: 15px; /* More rounded */
  display: none;
  flex-direction: column;
}

.search-box-container input {
  width: 100%;
  padding: 16px 20px; /* Larger input */
  font-size: 18px;
  border: 1px solid var(--color-primary); /* Themed border */
  border-radius: 8px;
  background-color: #f9f9f9;
  color: var(--color-dark-text);
}

.close-search {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  font-weight: bold;
  color: var(--color-primary);
  cursor: pointer;
}

/* Mobile + Desktop Icons */
.mobile-icons-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-search-trigger img {
  width: 25px; /* Slightly larger icon */
  height: 25px;
  cursor: pointer;
  filter: drop-shadow(0 0 3px var(--color-accent));
}

/* Mobile Drawer Menu */
.mobile-nav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(26, 0, 26, 0.98); /* Deep plum, almost opaque */
  overflow-x: hidden;
  transition: 0.5s; /* Slower transition */
  padding-top: 80px; /* More padding */
}

.mobile-nav a {
  padding: 18px 25px; /* More padding */
  font-size: 20px; /* Larger font */
  color: var(--color-light-text);
  display: block;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav a:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.mobile-nav .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 35px;
  color: var(--color-light-text);
  cursor: pointer;
}

/* Mobile submenu styles */
.mobile-submenu-trigger {
  padding: 18px 25px;
  font-size: 20px;
  color: var(--color-light-text);
  display: block;
  cursor: pointer;
  background-color: rgba(51, 0, 51, 0.9); /* Darker background */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-submenu {
  display: none;
  background-color: rgba(70, 0, 70, 0.9); /* Slightly lighter for contrast */
  padding-left: 30px; /* More indentation */
}

.mobile-submenu a {
  padding: 12px 25px;
  font-size: 18px;
  color: var(--color-light-text);
}

@media screen and (min-width: 1024px) {
    .mobile-menu-icon {
  display: none!important;
}
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  nav.desktop-nav {
    display: none;
  }
}
.mobile-menu-icon {
  font-size: 30px; /* Larger icon */
  color: var(--color-light-text);
  cursor: pointer;
  display: block;
}

/* Section spacing */
.section-mid-py {
  padding: 40px 0; /* More padding */
}

.section-mid-py p,
.section-mid-py h1,
.section-mid-py h2,
.section-mid-py h3 {
  margin-bottom: 0px;
}

/* Footer Styles */
footer {
  background-color: var(--color-dark-bg);
  text-align: center;
  padding: 40px 20px; /* More padding */
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6); /* Softer text color */
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer a {
  color: var(--color-secondary);
  margin: 0 8px;
}

footer a:hover {
  color: var(--color-accent);
}

/* Responsive adjustments */
@media (max-width: 767px) {
  nav.desktop-nav ul {
    flex-direction: column;
    gap: 15px;
  }

  header {
    padding: 15px 20px;
  }
}




/* header end  */
/* Content patna ka css hai ye   */
.section-big-py {
  max-width: 1200px;
  margin: 50px auto; /* More margin */
  padding: 30px 25px; /* More padding */
  color: var(--color-light-text);
  background-color: rgba(var(--color-primary), 0.1); /* Subtle background */
  border-radius: 15px; /* More rounded */
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.section-big-py h1.heading-title {
  font-family: var(--font-heading);
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--color-accent);
  font-size: 3em; /* Larger heading */
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.section-big-py p.heading-label-p {
  text-align: left;
  font-size: 1.1em; /* Slightly larger text */
  line-height: 1.8;
  margin-bottom: 20px;
  color: var(--color-light-text);
}

/*or add kr raha hu*/

.section-content-box {
  background-color: rgba(var(--color-primary), 0.2); /* Subtle background */
  color: var(--color-light-text);
  padding: 50px 30px; /* More padding */
  border-radius: 15px;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.content-container {

  margin: 0 auto;
}

.section-content-box h2  {
  font-family: var(--font-heading);
  font-size: 2.2em; /* Larger heading */
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-accent);
}
.section-content-box h1 {
    font-family: var(--font-heading);
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-accent);
}
.section-content-box p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: var(--color-light-text);
}

.section-image-box {
  padding:0px;
  text-align: center;
  background-color: transparent; /* No background color */
}

.image-container img {
  max-width: 100%; /* Slightly larger */
  height: auto;
  border-radius: 20px; /* More rounded */
  box-shadow: 0 15px 40px rgba(0,0,0,0.5); /* Stronger shadow */
  transition: transform 0.3s ease-in-out;
}




/* Content patna ka css hai ye  end */





.profile-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.grid.previous-girl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); /* Flexible columns */
  gap: 30px; /* Increased gap */
}


.card-col {
  background: rgba(var(--color-dark-bg), 0.7); /* Slightly transparent */
  border-radius: 15px; /* More rounded */
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-col:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.img-wrap {
  height: 400px; /* Taller images */
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.img-wrap img:hover {
  transform: scale(1.05);
}

.verified-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: linear-gradient(45deg, #00c853, #00a040); /* Green gradient */
  color: white;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 25px;
  font-family: var(--font-body);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.details-card-box {
  background-color: rgba(var(--color-primary), 0.3); /* Subtle themed background */
  padding: 15px;
  text-align: center;

}
.girl-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
  margin: 8px 0 5px;
}
.girl-city-age {
  font-size: 12px;
  color: var(--color-secondary);
  margin: 0 0 12px;
}

.girl-city-age a {
  color: var(--color-secondary);
  text-decoration: none;
}

.girl-city-age a:hover {
  text-decoration: none;
}

.girl-city-age span {
  color: var(--color-accent);
}

.star-rating-inline span {
  font-size: 20px;
  color: var(--color-accent);
  margin: 0px;
}
.contact-number-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.callnow, .whatapp {
  padding: 10px 20px;
  border-radius: 30px; /* Pill-shaped buttons */
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.callnow { background: linear-gradient(45deg, #D32F2F, #FF5252); }
.callnow:hover { background: linear-gradient(45deg, #FF5252, #D32F2F); transform: translateY(-2px); box-shadow: 0 6px 15px rgba(211, 47, 47, 0.4); }
.whatapp { background: linear-gradient(45deg, #2E7D32, #4CAF50); }
.whatapp:hover { background: linear-gradient(45deg, #4CAF50, #2E7D32); transform: translateY(-2px); box-shadow: 0 6px 15px rgba(46, 125, 50, 0.4); }



  /* Blog Cards CSS */
  
  
  
  body {
  background: var(--color-dark-bg);
  color: var(--color-light-text);
  font-family: var(--font-body);
  margin: 0;
  padding: 0;
}

#blog-section {
  padding: 3rem 1.5rem; /* More padding */
  max-width: 1200px;
  margin: auto;
}

#blog-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px; /* Increased gap */
  justify-content: center;
}

.blog-card {
  background: var(--color-light-text); /* Light background */
  color: var(--color-dark-text);
  width: 100%;
  max-width: 350px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.5);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.blog-content {
  padding: 1.5rem;
  flex-grow: 1;
}

.blog-category {
  font-size: 0.9em;
  color: var(--color-dark-text);
  margin: 0 0 10px;
}

.blog-title {
  font-family: var(--font-heading);
  font-size: 1.4em;
  margin: 0 0 15px;
  color: var(--color-primary);
}

.blog-buttons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 0 1.5rem 1.5rem;
}

.blog-buttons a {
  padding: 0.8rem 1.2rem;
  border-radius: 30px; /* Pill-shaped buttons */
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  font-size: 0.95em;
  text-align: center;
  flex: 1;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.read-more-btn {
  background: linear-gradient(45deg, #415ef0, #1e90ff);
}
.read-more-btn:hover {
  background: linear-gradient(45deg, #1e90ff, #415ef0);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(65, 94, 240, 0.4);
}

.whatsapp-btn {
  background: linear-gradient(45deg, #25D366, #34AF50);
}
.whatsapp-btn:hover {
  background: linear-gradient(45deg, #34AF50, #25D366);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

#view-more-container {
  text-align: center;
  margin-top: 40px;
}

#view-more-container a {
  display: inline-block;
  padding: 15px 35px;
  background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

#view-more-container a:hover {
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

@media(max-width: 768px) {
  #blog-container {
    flex-direction: column;
    align-items: center;
  }

  .blog-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .blog-buttons a {
    width: 100%;
  }
}


/* patna content ka full text */

.section-big-py {
  background-color: rgba(var(--color-primary), 0.15); /* Dark navy blue */
  color: var(--color-light-text);
  padding: 50px 30px;
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.content-container {
  padding: 20px;
  line-height: 1.8;
}

.section-big-py h1,
.section-big-py h2 {
  font-family: var(--font-heading);
  color: var(--color-accent);
  margin-bottom: 20px;
  text-align: left;
}

.section-big-py h1 {
  font-size: 2.8em;
  border-bottom: 2px solid var(--color-secondary);
  padding-bottom: 10px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.section-big-py h2 {
  font-size: 2.2em;
  margin-top: 40px;
  color: var(--color-light-text);
  border-left: 5px solid var(--color-secondary);
  padding-left: 15px;
}

.section-big-py p {
  color: rgba(var(--color-light-text), 0.9);
  margin-bottom: 20px;
  text-align: justify;
  font-size: 1.1em;
}

/* Emphasized keywords or phrases */
.section-big-py strong,
.section-big-py b {
  color: var(--color-accent);
  font-weight: bold;
}

/* Optional: highlight inline code-like labels */
.section-big-py mark {
  background: var(--color-secondary);
  color: var(--color-dark-text);
  padding: 3px 8px;
  border-radius: 5px;
}

/* Tag highlight inline code-like labels */
.seo-tag-section {
  background-color: rgba(var(--color-dark-bg), 0.7);
  padding: 50px 30px;
  color: var(--color-light-text);
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.seo-tag-heading {
  font-family: var(--font-heading);
  font-size: 2.5em;
  margin-bottom: 30px;
  border-left: 5px solid var(--color-secondary);
  padding-left: 15px;
  color: var(--color-accent);
}

.seo-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.seo-tag {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 1.05em;
  color: var(--color-dark-text);
  background-color: var(--color-light-text);
  font-weight: 600;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.seo-tag:hover {
  transform: translateY(-3px) scale(1.05); /* Slightly more pronounced lift and scale */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4); /* Stronger shadow */
}

/* Color Themes for tags - adjust to new palette */
.seo-tag.peach { background: #FFC0CB; } /* Light Pink */
.seo-tag.sky { background: #ADD8E6; } /* Light Blue */
.seo-tag.green { background: #90EE90; } /* Light Green */
.seo-tag.purple { background: #DDA0DD; } /* Plum */
.seo-tag.violet { background: #EE82EE; color: var(--color-dark-text); } /* Violet */
.seo-tag.blue { background: #87CEEB; } /* Sky Blue */
.seo-tag.pink { background: #FFB6C1; } /* Light Pink */
.seo-tag.lavender { background: #E6E6FA; } /* Lavender */


/* location ka css code  */ 

.service-locations-box {
 
  padding: 50px 30px;
  max-width: 1200px;
  margin: 50px auto;
  border-radius: 20px;
  color: var(--color-dark-text);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.service-locations-box h2 {
  font-family: var(--font-heading);
  margin-bottom: 30px;
  font-size: 2.5em;
  font-weight: 600;
  color: var(--color-primary);
  text-align: center;
}

.location-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.location-tag-container .tag {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 30px;
  font-size: 1.05em;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Color Variants - adjust to new palette */
.tag.orange { background: linear-gradient(45deg, #FF8C00, #FFA500); } /* Dark Orange */
.tag.green { background: linear-gradient(45deg, #32CD32, #00FF7F); } /* Lime Green */
.tag.blue { background: linear-gradient(45deg, #4169E1, #6495ED); } /* Royal Blue */
.tag.pink { background: linear-gradient(45deg, #FF1493, #FF69B4); } /* Deep Pink */

.location-tag-container .tag:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}


/* Toggle switch button style */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666;
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  transform: translateX(24px);
}

/* Light & Dark themes */


body.dark-mode {
  background-color: var(--color-dark-bg);
  color: var(--color-light-text);
}

body.dark-mode .section-big-py,
body.dark-mode .seo-tag-section,
body.dark-mode .service-locations-box {
  background-color: rgba(var(--color-primary), 0.15);
  color: var(--color-light-text);
}

/* price section  */

.pricing-section {

  color: white;
  padding: 50px 30px;
  border-radius: 20px;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
 box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.pricing-section .section-title {
  font-family: var(--font-heading);
  color: var(--color-primary);
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 25px;
  text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
}

.pricing-section p {
  color: white;
  font-size: 1.1em;
  margin-bottom: 25px;
  line-height: 1.8;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  color: var(--color-dark-text);
  background-color: rgba(var(--color-primary), 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.pricing-table thead th {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  padding: 15px;
  font-weight: bold;
  font-size: 1.1em;
  color: #ffffff!important; 
}

.pricing-table tbody td {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1em;
}

.whatsapp-btn {
  display: inline-block;
  background: linear-gradient(45deg, #A020F0, #C71585); /* Purple to Magenta */
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.whatsapp-btn:hover {
  background: linear-gradient(45deg, #C71585, #A020F0);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(160, 32, 240, 0.4);
}

/* serach box on header   */

/* Search Toggle Icon */
.header-search-trigger {
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
}

/* Search Box Popup */
.search-box-container {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  background: rgba(var(--color-dark-bg), 0.98); /* Darker, almost opaque */
  z-index: 9999;
  padding: 25px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  border-radius: 15px;
  display: none;
}

/* Input Styling */
.search-box-container input {
  width: 100%;
  padding: 15px 20px;
  font-size: 1.1em;
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  outline: none;
  color: var(--color-dark-text);
}

/* Close Button */
.close-search {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 2em;
  font-weight: bold;
  color: var(--color-primary);
  cursor: pointer;
}


.city-search-section h2,
.city-search-section p {
  color: var(--color-dark-text);
}

.city-search-box {
  display: flex;
  justify-content: center;
  max-width: 700px;
  margin: auto;
  background: rgba(var(--color-dark-bg), 0.9); /* Darker, slightly transparent */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.city-search-box select {
  flex: 1;
  padding: 16px 20px;
  font-size: 1.1em;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  color: var(--color-light-text);
}

.city-search-box button {
  background: var(--color-primary);
  color: white;
  border: none;
  padding: 0 30px;
  font-size: 1.5em;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.city-search-box button:hover {
  background: var(--color-secondary);
}

@media (max-width: 576px) {
  .city-search-box {
    flex-direction: column;
  }

  .city-search-box select,
  .city-search-box button {
    width: 100%;
    padding: 15px;
    font-size: 1em;
  }

  .city-search-box button {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}

/* Rate Chart Section */
.rate-chart-section {
  background-color: rgba(var(--color-dark-bg), 0.7);
  color: var(--color-light-text);
  padding: 50px 30px;
  font-family: var(--font-body);
  border-radius: 20px;
  max-width: 1200px;
  margin: 50px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.rate-chart-section h3 {
  font-family: var(--font-heading);
  font-size: 2.2em;
  text-align: center;
  color: var(--color-accent);
  margin: 30px 0 20px;
  line-height: 1.4;
}

.rate-chart-section h3 small {
  display: block;
  font-size: 0.8em;
  color: rgba(var(--color-light-text), 0.7);
  margin-top: 5px;
}

.responsive-table {
  max-width: 1100px;
  margin: 0 auto 40px;
  background-color: rgba(var(--color-primary), 0.3);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.responsive-table table {
  width: 100%;
  border-collapse: collapse;
  color: var(--color-light-text);
}

.responsive-table thead {
  background-color: var(--color-secondary);
  color: #fff;
}

.responsive-table thead th {
  padding: 15px;
  text-align: left;
  font-size: 1.1em;
  font-weight: bold;
}

.responsive-table tbody td {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1em;
}

/* Responsive Design for tables */
@media (max-width: 768px) {
  .responsive-table table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
    width: 100%;
  }

  .responsive-table thead {
    display: none;
  }

  .responsive-table tbody tr {
    background: rgba(var(--color-primary), 0.2);
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    padding: 15px;
  }

  .responsive-table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.95em;
  }

  .responsive-table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-basis: 50%;
    color: var(--color-accent);
  }

  .responsive-table tbody td:last-child {
    border-bottom: none;
  }
}

.ex-content-section {
  background: rgba(var(--color-dark-bg), 0.8);
  color: var(--color-light-text);
  padding: 50px 30px;
  font-family: var(--font-body);
  border-radius: 20px;
  max-width: 1200px;
  margin: 50px auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ex-content-section .ex-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.ex-content-section h2 {
  font-family: var(--font-heading);
  font-size: 2.5em;
  color: var(--color-accent);
  margin-bottom: 20px;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.ex-content-section p {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 25px;
  color: rgba(var(--color-light-text), 0.9);
}

@media screen and (max-width: 768px) {
  .ex-content-section {
    padding: 30px 15px;
  }
  .ex-content-section h2 {
    font-size: 1.8em;
  }
  .ex-content-section p {
    font-size: 1em;
  }
}
/* premium Design */

/* Target only premium card section */
.always-blur-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

@media (max-width: 1024px) {
  .always-blur-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .always-blur-card-grid {
    grid-template-columns: 1fr; /* Single column on small mobile */
  }
}

.always-blur-card {
  background: rgba(var(--color-dark-bg), 0.7);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.always-blur-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.6);
}

.blur-img-wrap {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.blur-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(8px); /* More blur */
  pointer-events: none;
  user-select: none;
}

.premium-ribbon {
  position: absolute;
  top: 15px;
  left: -45px;
  width: 160px;
  background: linear-gradient(45deg, #C62828, #FF0000); /* Red gradient */
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 0;
  transform: rotate(-45deg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 3;
}



.details-card-box {
  background-color: rgba(var(--color-primary), 0.3);
  padding: 15px;
  text-align: center;

}

.girl-name {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
  margin: 8px 0 5px;
}

.girl-city-age {
  font-size: 12px;
  color: var(--color-secondary);
  margin-bottom: 12px;
}

.girl-city-age a {
  color: var(--color-secondary);
  text-decoration: none;
}

.girl-city-age a:hover {
  text-decoration: underline;
}

.girl-city-age span {
  color: var(--color-accent);
}

.star-rating-inline {
  margin-bottom: 15px;
}

.star-rating-inline span {
  font-size: 16px;
  color: var(--color-accent);
  margin: 0 2px;
}

.contact-number-wrap {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.callnow, .whatapp {
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.callnow { background: linear-gradient(45deg, #D32F2F, #FF5252); }
.callnow:hover { background: linear-gradient(45deg, #FF5252, #D32F2F); transform: translateY(-2px); box-shadow: 0 6px 15px rgba(211, 47, 47, 0.4); }
.whatapp { background: linear-gradient(45deg, #2E7D32, #4CAF50); }
.whatapp:hover { background: linear-gradient(45deg, #4CAF50, #2E7D32); transform: translateY(-2px); box-shadow: 0 6px 15px rgba(46, 125, 50, 0.4); }

@media (max-width: 480px) {
  .premium-ribbon {
    top: 12px;
    left: -40px;
    width: 140px;
    font-size: 12px;
  }
 .always-blur-card-grid {
    grid-template-columns: 1fr;
  }

}

.Hd-content-section {
  padding-bottom: 0;
}

.Hd-content-section h2 {
  font-family: var(--font-heading);
  color: var(--color-accent);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.5em;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
  .Hd-content-section h2 {
    font-size: 2.2em;
  }
}

/* faq ke liye Responsive */

.faq-section {
  
    padding: 50px 30px;
    color: white;
    border-radius: 20px;
    max-width: 1200px;
    margin: 50px auto;
    box-shadow: 0 10px 30px rgba(138, 43, 226, 0.5);
  }
  .faq-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  .faq-title {
    font-family: var(--font-heading);
    text-align: center;
    font-size: 3em;
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 40px;
    text-shadow: 0 0 10px rgba(138, 43, 226, 0.5);
  }
  .faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
  }
  .faq-box {
    background-color: rgba(var(--color-primary), 0.1);
    border: 2px solid var(--color-primary);
    border-radius: 15px;
    padding: 25px;
    color: var(--color-dark-text);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .faq-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  }
  .faq-box h3 {
    font-family: var(--font-heading);
    font-size: 1.5em;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 15px;
  }
  .faq-box p {
    font-size: 1.05em;
    line-height: 1.6;
    color: var(--color-dark-text);
  }
  @media(max-width: 480px) {
    .faq-title {
      font-size: 2.2em;
    }
    .faq-box h3 {
      font-size: 1.2em;
    }
    .faq-box p {
      font-size: 0.95em;
    }
  }
  
/* btton botm ke liye Responsive */
  
  .fixed-contact-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  z-index: 9999;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.5);
}

.call-box,
.whatsapp-box {
  flex: 1;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.call-box {
  background: linear-gradient(45deg, #D32F2F, #FF5252);
}
.call-box:hover {
  background: linear-gradient(45deg, #FF5252, #D32F2F);
  transform: translateY(-2px);
}

.whatsapp-box {
  background: linear-gradient(45deg, #25D366, #34AF50);
}
.whatsapp-box:hover {
  background: linear-gradient(45deg, #34AF50, #25D366);
  transform: translateY(-2px);
}

.call-box i,
.whatsapp-box i {
  margin-right: 10px;
  font-size: 1.3em;
}

/* Mobile font scaling */
@media (max-width: 600px) {
  .call-box, .whatsapp-box {
    font-size: 1em;
    padding: 12px 5px;
  }
}

/* Fade-in-up animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.appear {
  opacity: 1;
  transform: translateY(0);
}



.premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px;
}

.premium-card {
  border: 2px solid gold;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(to bottom, #1a1a1a, #000);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
}

.img-wrap img.blur-load {
  filter: blur(0px);
  transition: filter 0.5s ease-in-out;
}

.img-wrap img.blur-load:loaded,
.img-wrap img.blur-load.loaded {
  filter: blur(0);
}

.ribbon {
  width: 100%;
  background: linear-gradient(to right, #ffd700, #ffa500);
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 0;
}

.verified-check {
  /* color: #00c853; */
    color: gold !important;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
}

.premium-card:hover {
  border-color: gold !important;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.4); /* Optional gold glow */
}

.video-banner-section {
  width: 100%;
  position: relative;
      margin-top: 80px;
  overflow: hidden;
}

.video-banner {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Optional: Responsive height (like hero section) */
@media (min-width: 768px) {
  .video-banner {

  }
}
@media (max-width: 767px) {
  .video-banner {
  
  }
}


/* 18+ banner styles
.age-banner{
  position: fixed; inset: auto 0 0 0; z-index: 9999;
  background: #fff; border-top: 3px solid #e10600;
  box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.age-wrap{
  max-width: 1200px; margin: 0 auto; padding: 14px 16px;
  display: flex; gap: 14px; align-items: center; justify-content: space-between;
}
.age-badge{
  height: 40px; width: auto; flex: 0 0 auto;
  display:block; object-fit: contain;
}
.age-text{
  margin: 0; color:#111; line-height:1.45; font-weight:500;
  flex: 1 1 auto;
}
.age-actions{ display:flex; gap:10px; flex: 0 0 auto; }
.age-btn{
  display:inline-block; padding:10px 14px; border-radius:999px; text-decoration:none;
  font-weight:700; font-size:14px; line-height:1;
  border:1px solid #e10600;
}
.age-btn.ok{ background:#e10600; color:#fff; }
.age-btn.exit{ background:#fff; color:#e10600; }

@media (max-width: 768px){
  .age-wrap{ flex-wrap: wrap; gap:10px; }
  .age-badge{ height:34px; }
  .age-text{ font-size:14px; }
  .age-actions{ width:100%; justify-content:flex-end; }
} */
.footer-logos {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 10px 20px;

}

.footer-logo img {
  /* max-width: 80px;*/
      height: 60px !important;

  display: block;
}

.footer-logo.left { justify-self: start; }
.footer-logo.center { justify-self: center; }
.footer-logo.right { justify-self: end; }

/* Responsive tweak */
@media (max-width: 480px) {
  .footer-logo img {
    /* max-width: 60px; */
        height: 40px !important;
  }
}
