
.why-choose {
font-family: 'Playfair Display', serif;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', serif;
  background-color: #000;
  color: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #000;
  padding: 15px 30px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-img {
  height: 40px;
  width: auto;
  margin-right: 10px;
}

.logo-text {
  color: #fff;
  line-height: 1.2;
}

.logo-text .pink {
  color: #c2185b;
  font-weight: bold;
}

.logo-text .tagline {
  font-size: 14px;
  letter-spacing: 1px;
}

.menu a {
  text-decoration: none;
  color: #fff;
  margin-left: 25px;
  font-weight: 600;
}

.menu a.active {
  color: #e91e63;
}
.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 30px;
  background: linear-gradient(to right, #fceabb, #f8b500);
  color: #561010;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  max-width: 600px;
}

.hero-text h1 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #333;
}

.hero-buttons .btn {
  display: inline-block;
  background: #3c0b0b;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  margin-right: 15px;
  border-radius: 5px;
  font-weight: bold;
}

.hero-image img {
  height: 300px; /* 👈 Increase this to make it taller */
  width: auto;   /* 👈 Maintain original aspect ratio */
  object-fit: cover;
}

.hero-image {
  flex: 1;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-image .caption {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #7b1fa2;
  background: rgba(255,255,255,0.7);
  padding: 5px 10px;
  border-radius: 5px;
}

.why-choose {
  background: linear-gradient(to bottom, #05001a, #140024);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.why-choose h2 {
  font-size: 42px;
  color: #ff4ecb;
  margin-bottom: 10px;
}

.why-choose .subtitle {
  font-size: 18px;
  margin-bottom: 40px;
  color: #eee;
}

.why-choose .highlight {
  color: #e91e63;
  font-weight: bold;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.card {
  background: #111;
  border: 2px solid transparent;
  padding: 30px 25px;
  width: 350px; /* 👈 Increased width */
  height: 100%;  /* Let height grow naturally */
  text-align: center; /* 👈 Center text inside */
  color: #ddd;
  position: relative;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(255, 0, 255, 0.4);
  background-image: linear-gradient(#111, #111), linear-gradient(135deg, #ff00ff, #00ffff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* 👈 Vertically center */
  align-items: center;      /* 👈 Horizontally center */
}


.card h3 {
  color: #ffd700;
  margin-bottom: 12px;
  font-size: 20px;
}

.card .card-sub {
  color: #ff3399;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 15px;
}

.card p {
  font-size: 14px;
  line-height: 1.6;
}
.card {
  min-height: 240px;
}
.profiles {
  padding: 40px 20px;
  background: #fff;
}
.profile-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  border: 2px solid #e91e63;
  padding: 20px;
  margin: 25px auto;
  max-width: 1100px;
  border-radius: 10px;
  background: #fff;
}

.profile-card img {
  width: 160px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.profile-content {
  flex: 1;
}

.profile-content h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #222;
  font-weight: bold;
}

.profile-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 10px 0;
  text-align: justify;
}

.tags {
  margin-top: 10px;
}

.tag {
  display: inline-block;
  background: #4caf50;
  color: #fff;
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 20px;
  margin-right: 4px;
  margin-bottom: 5px;
}

.buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.btn {
  padding: 8px 14px;
  font-size: 11px;
  font-weight: 100;
  border-radius: 20px;
  text-decoration: none;
  color: white;
}

.btn.whatsapp {
  background: #0a66c2;
}

.btn.call {
  background: #e91e63;
}

/* Combined tag + button row */
.tag-button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  margin-top: 10px;
}
.content-paragraph {
  background: linear-gradient(to bottom, #fefefe, #eaeaea);
  color: #333;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Georgia', serif;
}

.content-paragraph h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #c2185b;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;


}
.content-paragraph p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
  margin-bottom: 20px; 
  text-align: justify;
}

.content-paragraph strong {
  color: #e91e63;
}
.gallery {
  padding: 30px 20px;
  background: #f8f8f8;
  text-align: center;
}

.gallery h2 {
  font-size: 25px;
  margin-bottom: 30px;
  color: #c2185b;
  font-family: 'Georgia', serif;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  justify-content: center;
}

.gallery-item {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(200, 0, 100, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
}

.gallery-item img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 300px;
}

.caption {
  margin-top: 10px;
  background: #e91e63;
  color: #fff;
  padding: 6px 12px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}

.table-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px;
  overflow-x: auto;      /* enables horizontal scroll if needed */
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;      /* force table to scroll on small devices */
}

.rates-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #111;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  min-width: 600px;
}

.rates-table th,
.rates-table td {
  border: 1px solid #444;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
}

.rates-table th {
  background-color: #222;
  color: #ffcc00;
  font-weight: bold;
}

.rates-table tr:nth-child(even) {
  background-color: #1a1a1a;
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 28px;
  }

  .rates-table th,
  .rates-table td {
    font-size: 13px;
    padding: 10px;
  }
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}

.contact-info {
  flex: 1;
  background: #ccd0e6;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  min-width: 280px;
  max-width: 450px;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #111;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.info-box i {
  font-size: 24px;
  color: #fff;
}

.contact-map {
  flex: 2;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}


/* Responsiv */

@media (max-width: 768px) {
  .profile-top {
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    gap: 15px;
  }

  .profile-top img {
    width: 100px;
    height: 120px;
  }

  .profile-heading h3 {
    font-size: 16px;
  }

  .buttons {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}


@media (max-width: 768px) {
  .hero {
    flex-direction: column;
  }
  .hero-image img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}
.footer {
  background-color: #002c6a;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 20px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
}

.footer-item {
  flex: 1 1 200px;
  margin: 10px 15px;
}

.footer-item strong {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-item span {
  font-size: 14px;
}

.footer-item .highlight {
  color: #ffa500;
  font-weight: bold;
}

.footer-item.social a {
  display: inline-block;
  margin-right: 10px;
}

.footer-item.social img {
  height: 28px;
  width: 28px;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item img {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

  .contact-info,
  .contact-map {
    width: 100%;
    max-width: 100%;
  }

  .contact-map {
    height: 300px;
  }
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 15px;
  padding: 20px;
  background-color: #2a2a2a; /* Dark background similar to screenshot */
}

.location-grid a {
  display: block;
  background-color: #7c1aa8;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 10px;
  text-align: center;
  border-radius: 20px 10px 10px 20px;
  border: 1px solid #b85ee0;
  font-family: Arial, sans-serif;
  font-size: 15px;
  transition: 0.3s ease;
}

.location-grid a:hover {
  background-color: #a800d1;
  transform: scale(1.04);
}
