/* Text overrides for Bratislava Apartments website */

/* Hide original text and replace with new content using ::after pseudo-elements */
.text-override-bratislava {
  color: transparent;
  position: relative;
}

.text-override-bratislava::after {
  color: inherit;
  content: attr(data-new-text);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

/* Add custom class for specific text replacements */
.about-bratislava-apartments::after {
  content: "Experience the best of Bratislava living in our modern, light-filled apartments with stunning city views. Located in the most desirable neighborhoods, our newly renovated properties offer both short-term and long-term rental options. Each apartment features contemporary design, premium finishes, and all the comforts of home, perfect for your stay in Slovakia's beautiful capital.";
}

.bratislava-living::after {
  content: "Enjoy the perfect balance of comfort and luxury in our Bratislava apartments. With breathtaking views of the city skyline and the Danube River, our prime location puts you minutes away from business centers, cultural attractions, and shopping districts. Whether you're looking for a short vacation stay or a long-term residence, our apartments provide the ideal home base in Slovakia's vibrant capital.";
}

.bratislava-benefits::after {
  content: "Our Bratislava apartments offer the perfect combination of location, comfort, and value. Situated in the city's most sought-after neighborhoods, each property features stunning views, modern amenities, and flexible rental terms. Choose from short-term vacation stays or long-term leases, with fully furnished options available. Experience the best of Bratislava living with our premium apartment rentals.";
}
