{"id":3324,"date":"2025-07-09T19:37:50","date_gmt":"2025-07-09T17:37:50","guid":{"rendered":"https:\/\/villakevinhouse.com\/?page_id=3324"},"modified":"2026-08-05T17:08:51","modified_gmt":"2026-08-05T15:08:51","slug":"3-bedroom-apartment-in-lloret-de-mar","status":"publish","type":"page","link":"https:\/\/villakevinhouse.com\/en\/3-bedroom-apartment-in-lloret-de-mar\/","title":{"rendered":"Apartment B: 3 bedrooms"},"content":{"rendered":"\n<!-- bookingWidget requires jQuery and jQueryUI -->\n<!-- Include the following line ONCE ONLY on the page, preferably in the document head -->\n<script src='https:\/\/media.xmlcal.com\/widget\/1.01\/js\/bookWidget.min.js'><\/script>\n\n<!-- Place this div on your page where you want the widget to show -->\n<div id='bookWidget-150764-311628-649119-1785072492'> <\/div>\n\n<!-- The following will initialize the widget in the above div -->\n<script>\njQuery(document).ready(function() {\n\tjQuery('#bookWidget-150764-311628-649119-1785072492').bookWidget({\n\t\troomid:649119,\n\t\tavailableBackgroundColor:'#07f54b',\n\t\tbackgroundColor:'#fcf9f7',\n\t\tbuttonBackgroundColor:'#d8a187',\n\t\tbuttonColor:'#f7f2f0',\n\t\tdateSelection:1,\n\t\tdefaultNumNight:2,\n\t\tformAction:'https:\/\/beds24.com\/booking.php',\n\t\tmaxAdult:6,\n\t\tpeopleSelection:1,\n\t\tunavailableBackgroundColor:'#f31313',\n\t\twidgetLang:'en',\n\t\twidgetType:'BookingStrip'\n\t});\n});\n<\/script>\n\n\n\n<!-- CSS STYLES FOR APARTMENT B -->\n<style>\n  :root {\n    --primary-color: #d8a187;\n    --primary-dark: #c0876e;\n    --bg-light: #faf7f5;\n    --text-dark: #2c2c2c;\n    --text-muted: #666666;\n    --border-color: #e8e1dc;\n  }\n\n  .apartamento-container {\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n    color: var(--text-dark);\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 20px;\n  }\n\n  \/* Main Header *\/\n  .apartamento-header {\n    text-align: center;\n    background: linear-gradient(135deg, var(--bg-light) 0%, #ffffff 100%);\n    border: 1px solid var(--border-color);\n    border-radius: 12px;\n    padding: 25px 20px;\n    margin-bottom: 25px;\n  }\n\n  .apartamento-header p {\n    font-size: 1.15em;\n    color: var(--primary-color);\n    margin: 0 0 10px 0;\n    font-weight: 600;\n  }\n\n  \/* SEO Highlight Badges *\/\n  .badge-grid {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n    margin-top: 15px;\n  }\n\n  .badge-item {\n    background-color: var(--primary-color);\n    color: #ffffff;\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.88em;\n    font-weight: 600;\n  }\n\n  \/* Video Section *\/\n  .video-section {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .video-wrapper {\n    position: relative;\n    padding-bottom: 56.25%; \/* Ratio 16:9 *\/\n    height: 0;\n    overflow: hidden;\n    max-width: 900px;\n    margin: 0 auto;\n    border-radius: 12px;\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n  }\n\n  .video-wrapper iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: 0;\n  }\n\n  \/* CRO & SEO Features Grid *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 15px;\n    margin-bottom: 40px;\n  }\n\n  .feature-card {\n    background: #ffffff;\n    border: 1px solid var(--border-color);\n    border-left: 4px solid var(--primary-color);\n    padding: 12px 15px;\n    border-radius: 8px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 0.95em;\n  }\n\n  .feature-card span.icon {\n    color: var(--primary-color);\n    font-weight: bold;\n    font-size: 1.1em;\n  }\n\n  \/* Section Titles *\/\n  .section-title {\n    font-size: 1.5em;\n    color: var(--text-dark);\n    border-bottom: 2px solid var(--primary-color);\n    padding-bottom: 8px;\n    margin: 40px 0 20px 0;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  \/* Responsive Gallery *\/\n  .gallery-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n  }\n\n  .gallery-item {\n    background: #ffffff;\n    border: 1px solid var(--border-color);\n    border-radius: 10px;\n    overflow: hidden;\n    transition: transform 0.2s ease, box-shadow 0.2s ease;\n  }\n\n  .gallery-item:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 20px rgba(216, 161, 135, 0.2);\n  }\n\n  .gallery-item img {\n    width: 100%;\n    height: 220px;\n    object-fit: cover;\n    display: block;\n  }\n\n  .gallery-content {\n    padding: 15px;\n  }\n\n  .gallery-content h3 {\n    margin: 0 0 8px 0;\n    font-size: 1.1em;\n    color: var(--primary-color);\n  }\n\n  .gallery-content p {\n    margin: 0;\n    font-size: 0.88em;\n    color: var(--text-muted);\n    line-height: 1.4;\n  }\n\n  .seo-extended-text {\n    background: #fdfbf9;\n    border: 1px solid var(--border-color);\n    padding: 25px;\n    border-radius: 12px;\n    margin-top: 40px;\n    line-height: 1.7;\n    color: #444;\n  }\n\n  .seo-extended-text h2 {\n    color: var(--text-dark);\n    font-size: 1.3em;\n    margin-top: 20px;\n  }\n\n  \/* Mobile Adjustments *\/\n  @media (max-width: 768px) {\n    .gallery-item img {\n      height: 200px;\n    }\n    .features-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"apartamento-container\">\n\n  <!-- 1. HEADER WITH SEO BADGES -->\n  <header class=\"apartamento-header\">\n    <p>Villa Kevin House \u2014 Serra Brava, Lloret de Mar<\/p>\n    <div class=\"badge-grid\">\n      <span class=\"badge-item\">\ud83d\udccd Entrance at Av. Pla del Rosell n\u00ba 2<\/span>\n      <span class=\"badge-item\">\ud83c\udfca Pool &amp; Garden Views<\/span>\n      <span class=\"badge-item\">\ud83d\udecf\ufe0f 3 Bedrooms<\/span>\n      <span class=\"badge-item\">\ud83c\udfe1 Ground Floor Corner Apartment<\/span>\n      <span class=\"badge-item\">\u2728 Bed Linen &amp; Towels Included<\/span>\n    <\/div>\n  <\/header>\n\n  <!-- 2. FEATURED VIDEO (VIRTUAL TOUR) -->\n  <section class=\"video-section\">\n    <div class=\"video-wrapper\">\n      <iframe data-src=\"https:\/\/www.youtube.com\/embed\/msahAgu5lj4\" title=\"Tour of Apartment B at Kevin House Serra Brava in Lloret de Mar. 3-bedroom ground floor\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" data-load-mode=\"0\"><\/iframe>\n    <\/div>\n  <\/section>\n\n  <!-- 3. SEO-OPTIMIZED INTRODUCTORY DESCRIPTION (Short paragraphs for readability) -->\n  <p style=\"font-size: 1.05em; line-height: 1.6; text-align: justify; color: #444; margin-bottom: 15px;\">\n    <strong>3 bedroom apartment in lloret de mar<\/strong>: Looking for a comfortable holiday rental? Enjoy a wonderful stay at Apartment B of Villa Kevin House.\n  <\/p>\n  <p style=\"font-size: 1.05em; line-height: 1.6; text-align: justify; color: #444; margin-bottom: 15px;\">\n    Located on the ground floor in a corner position with access via <em>Avinguda del Pla del Rosell n\u00ba 2<\/em>, this functional accommodation stands out for its fantastic views of the communal pool.\n  <\/p>\n  <p style=\"font-size: 1.05em; line-height: 1.6; text-align: justify; color: #444; margin-bottom: 30px;\">\n    It offers a direct connection to the terrace and outdoor garden, featuring 3 bedrooms (two doubles and a third with 2 single beds), air conditioning, heating, and a fully equipped kitchen. You can also explore more details on our <a href=\"https:\/\/villakevinhouse.com\/\" target=\"_blank\" rel=\"noopener\" style=\"color: #d8a187; text-decoration: underline;\">main villa website<\/a>.\n  <\/p>\n\n  <!-- 4. AMENITIES & SERVICES (SEO KEYWORDS) -->\n  <h2 class=\"section-title\">\u2728 Amenities &amp; Included Services<\/h2>\n  <div class=\"features-grid\">\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Entrance via Av. Pla del Rosell n\u00ba 2<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Direct pool views<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Direct access to terrace and garden<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Air conditioning and Heating<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Private safe<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Smart TV<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Fully equipped open-plan kitchen<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Dishwasher<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Fridge and freezer<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Nespresso coffee machine<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Full bathroom with shower<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Hairdryer<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Iron and ironing board<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Bed linen included<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Towels included<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Bedroom with outdoor access<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Bedroom with 2 single beds<\/div>\n    <div class=\"feature-card\"><span class=\"icon\">\u2714<\/span> Communal pool and solarium<\/div>\n  <\/div>\n\n  <!-- 5. FULL PHOTO GALLERY -->\n  <h2 class=\"section-title\">\ud83d\uddbc\ufe0f Gallery of Apartment B<\/h2>\n  <div class=\"gallery-grid\">\n\n    <!-- Entrance to the Grounds -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/Ext-Kevin-House-Logo-1.jpg\" alt=\"3 bedroom apartment in lloret de mar - Entrance to the grounds at Avinguda del Pla del Rosell 2\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2244;\">\n      <div class=\"gallery-content\">\n        <h3>Entrance to the Grounds (Av. Pla del Rosell 2)<\/h3>\n        <p>Main access gate communicating with the entrance to the ground floor apartments.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Fully Equipped Open-Plan Kitchen -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-1.jpg\" alt=\"View of equipped open-plan kitchen apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Fully Equipped Open-Plan Kitchen<\/h3>\n        <p>Space prepared for cooking during your holiday, featuring a fridge, oven, and complete kitchenware.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Bright Living-Dining Room -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-4.jpg\" alt=\"Bright open-plan living-dining room apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Bright Living-Dining Room<\/h3>\n        <p>Spacious relaxation area with contemporary finishes and ambient ceiling lighting.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Hallway \/ Distributor -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-15.jpg\" alt=\"Hallway distributor to bedrooms and bathroom apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Hallway \/ Distributor<\/h3>\n        <p>Minimalist hallway with a decorative mirror that seamlessly connects the 3 bedrooms and the bathroom.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Double Bedroom with Terrace Access -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-10.jpg\" alt=\"Double bedroom with access to terrace and garden apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Double Bedroom with Garden Access<\/h3>\n        <p>Double bed, bed linen included, and a patio door with direct exit to the terrace and garden.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Corner Bedroom with Pool Views -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-7.jpg\" alt=\"Corner double bedroom with pool views apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Corner Bedroom with Pool Views<\/h3>\n        <p>Bright double bedroom located on the corner side of the ground floor overlooking the pool.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Bedroom with 2 Single Beds -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-16.jpg\" alt=\"Bedroom with two single beds and wardrobe apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Bedroom with 2 Single Beds<\/h3>\n        <p>Youth bedroom with two single beds and a wardrobe, located opposite the bathroom.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Full Bathroom -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/B-Kevin-House-Logo-18.jpg\" alt=\"Modern bathroom with shower, hairdryer, and towels apartment b\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Full Bathroom with Shower<\/h3>\n        <p>Modern design with a large walk-in shower tray, glass screen, hairdryer, and dispensers.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Terrace and Garden -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/Ext-Kevin-House-Logo-3.jpg\" alt=\"Private terrace and landscaped outdoor area villa kevin house\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Terrace &amp; Outdoor Garden<\/h3>\n        <p>Ideal outdoor area to relax, connect with the garden, and enjoy the fresh air.<\/p>\n      <\/div>\n    <\/article>\n\n    <!-- Communal Pool -->\n    <article class=\"gallery-item\">\n      <img decoding=\"async\" data-src=\"https:\/\/villakevinhouse.com\/wp-content\/uploads\/2025\/09\/Ext-Kevin-House-Logo-10.jpg\" alt=\"Communal outdoor pool with solarium and sun loungers\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 3000px; --smush-placeholder-aspect-ratio: 3000\/2000;\">\n      <div class=\"gallery-content\">\n        <h3>Communal Outdoor Pool<\/h3>\n        <p>Bathing area with non-slip tiled solarium, patio umbrellas, and comfortable sun loungers.<\/p>\n      <\/div>\n    <\/article>\n\n  <\/div>\n\n  <!-- 6. EXTENDED SEO TEXT BLOCK (>650 words total, split into short paragraphs) -->\n  <div class=\"seo-extended-text\">\n    <h2 class=\"section-title\" style=\"margin-top:0; border-bottom:none;\">Why choose this 3 bedroom apartment in lloret de mar?<\/h2>\n    <p style=\"margin-bottom: 15px;\">\n      Finding the right accommodation for a family vacation on the Costa Brava can sometimes feel demanding and challenging.\n    <\/p>\n    <p style=\"margin-bottom: 15px;\">\n      Our <strong>3 bedroom apartment in lloret de mar<\/strong> at Villa Kevin House offers an ideal layout, blending independent accessibility via Avinguda del Pla del Rosell with great shared amenities like the communal pool and garden solarium.\n    <\/p>\n    <h2 style=\"margin-top: 25px;\">Comfort, Space, and Costa Brava Lifestyle<\/h2>\n    <p style=\"margin-bottom: 15px;\">\n      Whether you plan to relax by the pool, cook in the fully equipped modern kitchen, or enjoy the nearby beaches, this ground-floor corner retreat provides a comfortable and convenient base.\n    <\/p>\n    <p style=\"margin-bottom: 15px;\">\n      Book directly to guarantee the best availability and enjoy a memorable stay in Serra Brava, Lloret de Mar. \n    <\/p>\n    <p style=\"margin-bottom: 15px;\">\n      Experience absolute tranquility, premium furnishings, and a spacious environment designed specifically for your ultimate comfort and relaxation during holidays.\n    <\/p>\n    <p style=\"margin-bottom: 0;\">\n      Our goal is to ensure you feel completely at home while discovering all the wonderful local attractions, scenic coastal paths, and vibrant culture that the beautiful Costa Brava region has to offer.\n    <\/p>\n  <\/div>\n\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e41869c wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-huge-font-size has-custom-font-size wp-element-button\" href=\"https:\/\/beds24.com\/booking.php?ownerid=150764&amp;propid=311628&amp;group=webKH\" target=\"_blank\" rel=\"noopener\">Book now<\/a><\/div>\n<\/div>\n\n\n\n<style type=\"text\/css\">\n  .vkh-footer-clean {\n    background-color: #ffffff; \/* Pure white background *\/\n    color: #333333;\n    font-family: Georgia, serif; \/* Same elegant typography *\/\n    padding: 40px 20px 20px 20px;\n    margin-top: 40px;\n    border-top: 1px solid #eaeaea;\n  }\n\n  \/* 3-COLUMN CENTERED GRID *\/\n  .vkh-footer-grid {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr); \/* 3 columns *\/\n    gap: 30px;\n    text-align: center; \/* Centered as in your image *\/\n  }\n\n  \/* TITLES WITH YOUR CORPORATE COLOR #d8a187 *\/\n  .vkh-footer-col h3 {\n    font-size: 1.25rem;\n    font-weight: normal;\n    color: #d8a187; \/* Corporate color *\/\n    margin-top: 0;\n    margin-bottom: 12px;\n  }\n\n  .vkh-footer-col p {\n    font-family: system-ui, -apple-system, sans-serif;\n    font-size: 0.9rem;\n    line-height: 1.5;\n    color: #555555;\n    margin: 4px 0;\n  }\n\n  \/* SOCIAL MEDIA LIST WITH YOUR COLOR *\/\n  .vkh-social-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .vkh-social-list li {\n    margin-bottom: 6px;\n  }\n\n  .vkh-social-list a {\n    font-family: system-ui, -apple-system, sans-serif;\n    color: #d8a187; \/* Corporate color *\/\n    text-decoration: underline;\n    font-size: 0.95rem;\n    transition: opacity 0.2s;\n  }\n\n  .vkh-social-list a:hover {\n    opacity: 0.8;\n  }\n\n  \/* CORPORATE LINKS AND BUTTONS *\/\n  .vkh-contact-link {\n    color: #d8a187; \/* Corporate color *\/\n    text-decoration: underline;\n    font-family: system-ui, -apple-system, sans-serif;\n    font-size: 0.9rem;\n  }\n\n  .vkh-action-btns {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    margin: 10px 0;\n  }\n\n  .vkh-btn-action {\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n    padding: 6px 14px;\n    border-radius: 4px;\n    font-family: system-ui, -apple-system, sans-serif;\n    font-size: 0.82rem;\n    font-weight: 600;\n    text-decoration: none !important;\n    background-color: #d8a187; \/* Buttons with corporate color *\/\n    color: #ffffff !important;\n    transition: opacity 0.2s, transform 0.2s;\n  }\n\n  .vkh-btn-action:hover {\n    opacity: 0.9;\n    transform: translateY(-1px);\n  }\n\n  \/* COPYRIGHT *\/\n  .vkh-footer-copy {\n    text-align: center;\n    font-family: system-ui, -apple-system, sans-serif;\n    font-size: 0.8rem;\n    color: #999999;\n    margin-top: 30px;\n    padding-top: 15px;\n    border-top: 1px solid #f0f0f0;\n  }\n\n  \/* MOBILE ADAPTATION *\/\n  @media (max-width: 768px) {\n    .vkh-footer-grid {\n      grid-template-columns: 1fr; \/* 1 column on mobile to prevent crowding *\/\n      gap: 25px;\n    }\n  }\n<\/style>\n\n<footer class=\"vkh-footer-clean\">\n  <div class=\"vkh-footer-grid\">\n    \n    <!-- COLUMN 1: ADDRESS -->\n    <div class=\"vkh-footer-col\">\n      <h3>Villa Kevin House Address<\/h3>\n      <p><strong>Apt. A:<\/strong> Avinguda de la Florada, 1<\/p>\n      <p><strong>S, B, and C:<\/strong> Av. del Pla del Rossell n\u00ba2<\/p>\n      <p>Serra Brava, Lloret de Mar 17310 (Girona)<\/p>\n    <\/div>\n\n    <!-- COLUMN 2: SOCIAL MEDIA -->\n    <div class=\"vkh-footer-col\">\n      <h3>Follow us on:<\/h3>\n      <ul class=\"vkh-social-list\">\n        <li><a href=\"https:\/\/www.facebook.com\/KevinHouseSerraBrava\" target=\"_blank\" rel=\"noopener\">Facebook<\/a><\/li>\n        <li><a href=\"https:\/\/www.instagram.com\/kevinhouseserrabrava\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a><\/li>\n        <li><a href=\"https:\/\/www.youtube.com\/@KevinHouseSerraBrava\" target=\"_blank\" rel=\"noopener\">YouTube<\/a><\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- COLUMN 3: CONTACT -->\n    <div class=\"vkh-footer-col\">\n      <h3>Contact<\/h3>\n      <p>T: +34601861860<\/p>\n      \n      <!-- CORPORATE BUTTONS #d8a187 -->\n      <div class=\"vkh-action-btns\">\n        <a href=\"tel:+34601861860\" class=\"vkh-btn-action\">\ud83d\udcde Call<\/a>\n        <a href=\"https:\/\/wa.me\/34601861860\" target=\"_blank\" rel=\"noopener\" class=\"vkh-btn-action\">\ud83d\udcac WhatsApp<\/a>\n      <\/div>\n\n      <p><a href=\"mailto:kevinhouselloretdemar@gmail.com\" class=\"vkh-contact-link\">kevinhouselloretdemar@gmail.com<\/a><\/p>\n      <p style=\"font-size: 0.85rem; color: #777; margin-top: 6px;\">HUTG-015292-11<\/p>\n    <\/div>\n\n  <\/div>\n\n  <div class=\"vkh-footer-copy\">\n    \u00a9 2026 Villa Kevin House \u00b7 Lloret de Mar\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>Villa Kevin House \u2014 Serra Brava, Lloret de Mar \ud83d\udccd Entrance at Av. Pla del Rosell n\u00ba 2 \ud83c\udfca Pool &amp; Garden Views \ud83d\udecf\ufe0f 3 Bedrooms \ud83c\udfe1 Ground Floor Corner Apartment \u2728 Bed Linen &amp; Towels Included 3 bedroom apartment in lloret de mar: Looking for a comfortable holiday rental? Enjoy a wonderful stay at<a class=\"more-link\" href=\"https:\/\/villakevinhouse.com\/en\/3-bedroom-apartment-in-lloret-de-mar\/\">Continue reading <span class=\"screen-reader-text\">&#8220;Apartment B: 3 bedrooms&#8221;<\/span><\/a><\/p>\n","protected":false},"author":267193274,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_wpcom_ai_launchpad_about_page":false,"_wpcom_ai_launchpad_gallery_page":false,"_wpcom_ai_launchpad_contact_page":false,"_wpcom_ai_launchpad_events_page":false,"_wpcom_ai_launchpad_video_page":false,"_wpcom_ai_launchpad_portfolio_piece":false,"footnotes":""},"class_list":["post-3324","page","type-page","status-publish","hentry","entry"],"featured_image_src":null,"jetpack_likes_enabled":true,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PgB9it-RC","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/pages\/3324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/users\/267193274"}],"replies":[{"embeddable":true,"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/comments?post=3324"}],"version-history":[{"count":7,"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/pages\/3324\/revisions"}],"predecessor-version":[{"id":4630,"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/pages\/3324\/revisions\/4630"}],"wp:attachment":[{"href":"https:\/\/villakevinhouse.com\/en\/wp-json\/wp\/v2\/media?parent=3324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}