body {
    margin: 0;
    padding: 0;
    background-color: #8d4444;
}
h1 {
    font-weight: 600;
    line-height: 43px;
    margin: 0;
    margin-bottom: 24px;
    font-family: Georgia;
    color:#00ffff;
    font-size:28px;
}
h2 {
    font-size: 26px;
    color: #edff00;
    line-height: 43px;
    margin-bottom: 22px;
}
h3 {
	font-size: 26px;
    font-weight: 600;
    line-height: 43px;
    margin: 0;
    margin-bottom: 20px;
    font-family: Georgia;
    color: #df0069;
}
header {
    display: flex;
    justify-content: space-between;
    background-image: url('img/rubipune-call-girls.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 20px;
    color: white;
}
header .logo img {
    height: 50px;
}
header nav ul {
    display: flex;
    list-style-type: none;
}
header nav ul li {
    margin-left: 20px;
}
header nav ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}
/* Hero Image */
.banner img {
    width: 100%;
    height: auto;
}
/* pune-call-girl-content Section */
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh;  Full screen height */
  background: #000; /* Optional: background behind content */
}
.pune-call-girl-content {
  text-align: center;
  padding: 20px 30px;
  background: #011421;
  color: #ffffff;
  max-width: 1200px;
  margin: 0 auto; /* This centers the div horizontally */
  border-radius: 12px; /* Optional: Rounded corners */
}
.pune-call-girl-content p {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 26px;
    font-weight: 400;
    color: #ffff;
}
/* profile Section */
.profiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 40px 20px;
    background-color: #e56f43;
}
.profile {
  text-align: center;
  border: 1px solid #810303;
  padding: 2px;
  background-color: #0a284f;
  border-radius: 5px;
}
.profile img {
    width: 100%;
    height: auto;
}
.profile h3 {
  margin: 10px 0;
  font-size: 1.2em;
  color: #00f3ff;
}
.profile .rating {
  color: #ff9f00;
  padding: 5px;
}
.profile .price {
  color: #ffe8e8;
  font-size: 1.0em;
  margin-top: 10px;
}
.profile .description {
  color: #18010d;
  font-size: 20px;
  padding: 5px;
  background-color: #e8e8e8;
}
.link-contact {
    background-color: #0a1c35;
    color: white;
    padding: 40px 20px;
}
.footer-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
}
.footer-column h4 {
    margin-bottom: 10px;
    color: #f200ff;
    padding: 10px 10px;
}

.footer-column ul {
    list-style-type: none;
}
.footer-column ul li {
    margin-bottom: 10px;
}
.footer-column ul li a {
    text-decoration: none;
    color: white;
    font-size: 22px;
}
.footer-bottom {
    text-align: center;
    padding: 5px;
    background-color: #33045f;
    color: #ffee00;
}
@media (max-width: 768px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }
    header nav ul {
        flex-direction: column;
        margin-top: 10px;
    }
    header nav ul li {
        margin: 10px 0;
    }
    .profiles {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-columns {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 480px) {
    .profiles {
        grid-template-columns: 1fr;
    }
}
table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }

        table, th, td {
            border: 1px solid #388d91;
        }

        th, td {
            padding: 10px;
            text-align: center;
        }
        th {
            background: linear-gradient(45deg, #6d0505, #50730b94);
        }

        th {
            background-color: #0a1167;
        }

        /* Make the table scrollable on small screens */
        @media screen and (max-width: 600px) {
            table {
                
                overflow-x: auto;
                white-space: nowrap;
            }

            th, td {
                white-space: nowrap;
            }
        }
        
.contact-details {
	font-size:28px;
}
.escort-locations {
    background: #000000;
    padding: 20px 20px;
    /* max-width: 900px; */
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}
.section-heading {
    text-align: center;
    font-size: 28px;
    color: #fdd94e;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.location-item h3 {
  font-size: 20px;
  color: #d81b60;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-item p {
    font-size: 15px;
    color: #fbfdfd;
    margin: 0;
    padding-left: 28px;
}

.fa-map-marker {
  color: #d81b60;
}
.escort-locations {
  padding: 40px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
}

.section-heading {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #111;
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.location-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #333;
  gap: 8px;
  line-height: 1.5;
}

.location-item i {
  color: #d81b60;
  font-size: 18px;
  margin-right: 6px;
}

.location-item h3 {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  display: inline;
}

.location-item h3 a {
  color: #d81b60;
  text-decoration: none;
  transition: color 0.3s ease;
}

.location-item h3 a:hover {
  color: #b9004b;
  text-decoration: underline;
}

.location-item p {
  margin: 0;
  font-size: 16px;
  color: #555;
  display: inline;
}
.floating-buttons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      z-index: 1000;
    }

    .floating-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background-color: #25d366;
      color: white;
      text-decoration: none;
      font-size: 24px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      transition: transform 0.2s;
    }

    .floating-buttons a.call-btn {
      background-color: #0a66c2;
    }

    .floating-buttons a:hover {
      transform: scale(1.1);
    }

    /* Optional: Show tooltip on hover */
    .floating-buttons a::after {
      content: attr(data-tooltip);
      position: absolute;
      right: 65px;
      background: #333;
      color: #fff;
      padding: 4px 8px;
      font-size: 13px;
      border-radius: 4px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s;
      white-space: nowrap;
    }

    .floating-buttons a:hover::after {
      opacity: 1;
    }