{"id":28886,"date":"2026-06-05T21:13:30","date_gmt":"2026-06-05T19:13:30","guid":{"rendered":"https:\/\/brac-home.com\/?page_id=28886"},"modified":"2026-06-08T11:15:32","modified_gmt":"2026-06-08T09:15:32","slug":"rent-a-car-brac","status":"publish","type":"page","link":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/","title":{"rendered":"Rent a Car"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"28886\" class=\"elementor elementor-28886 elementor-28884\">\n\t\t\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-e059ce7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e059ce7\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-363bcf8\" data-id=\"363bcf8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ccfb59 elementor-widget elementor-widget-heading\" data-id=\"1ccfb59\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Rent a Car Bra\u010d<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-803f00b elementor-widget elementor-widget-text-editor\" data-id=\"803f00b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p>Looking for a car rental on the island of Bra\u010d? Choose from our range of small cars, SUVs, or vans for your vacation. Book your ideal car online today!<\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28fd140 elementor-widget elementor-widget-text-editor\" data-id=\"28fd140\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15b73cb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15b73cb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9551564\" data-id=\"9551564\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a353ed elementor-widget elementor-widget-html\" data-id=\"9a353ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<div class=\"category-buttons\">\r\n  <button class=\"btn-cat active\" onclick=\"filterSections('all')\">All cars<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-small')\">Small cars<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-family')\">Family<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-convertible')\">Convertible<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-suv')\">SUV<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-7seater')\">7 - seater<\/button>\r\n  <button class=\"btn-cat\" onclick=\"filterSections('section-9seater')\">9 - seater<\/button>\r\n<\/div>\r\n\r\n<script>\r\nfunction filterSections(sectionId) {\r\n  \/\/ Toggle active (pressed) button\r\n  let buttons = document.querySelectorAll('.btn-cat');\r\n  buttons.forEach(btn => btn.classList.remove('active'));\r\n  event.target.classList.add('active');\r\n\r\n  \/\/ Find all car sections on the page\r\n  let sections = document.querySelectorAll('.auto-section');\r\n  \r\n  sections.forEach(section => {\r\n    if (sectionId === 'all') {\r\n      section.style.display = 'block'; \/\/ Show all sections\r\n    } else {\r\n      if (section.id === sectionId) {\r\n        section.style.display = 'block'; \/\/ Show only the correct section\r\n      } else {\r\n        section.style.display = 'none';  \/\/ Hide other sections completely\r\n      }\r\n    }\r\n  });\r\n}\r\n<\/script>\r\n\r\n<style>\r\n  \/* Button container - arranges them side-by-side and centers them *\/\r\n  .category-buttons {\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    justify-content: center;\r\n    gap: 15px; \/* Spacing between buttons *\/\r\n    margin: 20px 0;\r\n    font-family: sans-serif;\r\n  }\r\n\r\n  \/* Button appearance (Default gray state when not active) *\/\r\n  .btn-cat {\r\n    display: inline-block;\r\n    background: #f2f2f2; \r\n    color: #000000; \/* Black text *\/\r\n    border: none;\r\n    cursor: pointer;\r\n    text-decoration: none;\r\n    text-transform: uppercase;\r\n    font-weight: bold;\r\n    font-size: 14px;\r\n    padding: 12px 24px;\r\n    border-radius: 8px; \/* Rounded corners *\/\r\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); \/* Soft shadow *\/\r\n    transition: all 0.3s ease;\r\n    text-align: center;\r\n  }\r\n\r\n  \/* Your orange gradient - triggers on hover and active state *\/\r\n  .btn-cat:hover, .btn-cat.active {\r\n    background: linear-gradient(135deg, #ffb347, #ffcc00); \r\n    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); \/* Stronger shadow *\/\r\n  }\r\n  \r\n  .btn-cat:hover {\r\n    transform: translateY(-2px); \/* Slight lift on mouseover *\/\r\n  }\r\n\r\n  \/* Mobile optimization *\/\r\n  @media (max-width: 600px) {\r\n    .category-buttons {\r\n      flex-direction: column;\r\n      align-items: center;\r\n    }\r\n    .btn-cat {\r\n      width: 80%; \/* Buttons will be wider and stacked on mobile *\/\r\n    }\r\n  }\r\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-41ec8a9 auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"41ec8a9\" data-element_type=\"section\" id=\"section-small\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7799f8f\" data-id=\"7799f8f\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-370bf57 elementor-widget elementor-widget-image\" data-id=\"370bf57\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"rent-a-car-supetar-brac-2\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg3MDMsInVybCI6Imh0dHBzOlwvXC9icmFjLWhvbWUuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvcmVudC1hLWNhci1zdXBldGFyLWJyYWMtMi5wbmcifQ%3D%3D\" data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2-1024x682.png\" class=\"elementor-animation-grow attachment-large size-large\" alt=\"\" srcset=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2-1024x682.png 1024w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2-300x200.png 300w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2-768x512.png 768w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2-353x235.png 353w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-2.png 1448w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f37d2e5 elementor-widget elementor-widget-heading\" data-id=\"f37d2e5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Fiat 500 AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af2157c elementor-widget elementor-widget-html\" data-id=\"af2157c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12e9ec0 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"12e9ec0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-0b3d5c0\" data-id=\"0b3d5c0\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f7dc13 elementor-widget elementor-widget-image\" data-id=\"7f7dc13\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"rent-a-car-supetar-brac-3\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg3MDcsInVybCI6Imh0dHBzOlwvXC9icmFjLWhvbWUuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvcmVudC1hLWNhci1zdXBldGFyLWJyYWMtMy5qcGcifQ%3D%3D\" data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3-1024x683.jpg\" class=\"elementor-animation-grow attachment-large size-large\" alt=\"\" srcset=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3-1024x683.jpg 1024w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3-300x200.jpg 300w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3-768x512.jpg 768w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3-353x235.jpg 353w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-3.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc25796 elementor-widget elementor-widget-heading\" data-id=\"bc25796\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Opel Corsa AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbb64d8 elementor-widget elementor-widget-html\" data-id=\"fbb64d8\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c3800ea elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"c3800ea\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-124a37a\" data-id=\"124a37a\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52284aa elementor-widget elementor-widget-image\" data-id=\"52284aa\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"rent-a-car-supetar-brac-4\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg3MTEsInVybCI6Imh0dHBzOlwvXC9icmFjLWhvbWUuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvcmVudC1hLWNhci1zdXBldGFyLWJyYWMtNC5qcGcifQ%3D%3D\" data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4-1024x683.jpg\" class=\"elementor-animation-grow attachment-large size-large\" alt=\"\" srcset=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4-1024x683.jpg 1024w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4-300x200.jpg 300w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4-768x512.jpg 768w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4-353x235.jpg 353w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-4.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de5c813 elementor-widget elementor-widget-heading\" data-id=\"de5c813\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suzuki IGNIS AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caf85e7 elementor-widget elementor-widget-html\" data-id=\"caf85e7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f5db08 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2f5db08\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0767ae5 auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0767ae5\" data-element_type=\"section\" id=\"section-small\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4f1c555\" data-id=\"4f1c555\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6bfbf0f elementor-widget elementor-widget-image\" data-id=\"6bfbf0f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-5.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-3\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-5.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9a966d elementor-widget elementor-widget-heading\" data-id=\"f9a966d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suzuki Swift AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ff506f elementor-widget elementor-widget-html\" data-id=\"1ff506f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ebede0 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1ebede0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-04ad5bf\" data-id=\"04ad5bf\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d11d56 elementor-widget elementor-widget-image\" data-id=\"2d11d56\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-1-1.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-4\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-1-1.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-142aa41 elementor-widget elementor-widget-heading\" data-id=\"142aa41\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Mitsubishi Space Star AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c358859 elementor-widget elementor-widget-html\" data-id=\"c358859\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a6a80a0 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a6a80a0\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9798069\" data-id=\"9798069\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3650bde auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3650bde\" data-element_type=\"section\" id=\"section-family\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-21dfcee\" data-id=\"21dfcee\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fe47666 elementor-widget elementor-widget-image\" data-id=\"fe47666\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"rent-a-car-supetar-brac\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjg2ODEsInVybCI6Imh0dHBzOlwvXC9icmFjLWhvbWUuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvcmVudC1hLWNhci1zdXBldGFyLWJyYWMuanBnIn0%3D\" data-rel=\"lightbox-image-5\" data-rl_title=\"\" data-rl_caption=\"\" title=\"\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-1024x683.jpg\" class=\"elementor-animation-grow attachment-large size-large\" alt=\"\" srcset=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-1024x683.jpg 1024w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-300x200.jpg 300w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-768x512.jpg 768w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-353x235.jpg 353w, https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac.jpg 1449w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aef0906 elementor-widget elementor-widget-heading\" data-id=\"aef0906\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Peugeot 308 SW.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f192768 elementor-widget elementor-widget-html\" data-id=\"f192768\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 85 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 90 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19f07c1 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"19f07c1\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4972db3\" data-id=\"4972db3\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b692c50 elementor-widget elementor-widget-image\" data-id=\"b692c50\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-7.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-6\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-7.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-808fd02 elementor-widget elementor-widget-heading\" data-id=\"808fd02\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Citroen C4 Cactus AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c04237 elementor-widget elementor-widget-html\" data-id=\"0c04237\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93b421e elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"93b421e\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e625a5b\" data-id=\"e625a5b\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-021b6ba elementor-widget elementor-widget-image\" data-id=\"021b6ba\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-8.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-7\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-8.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b09dccd elementor-widget elementor-widget-heading\" data-id=\"b09dccd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Opel ASTRA AC automatic<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-717c077 elementor-widget elementor-widget-html\" data-id=\"717c077\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 85 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 90 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a9cf63 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"9a9cf63\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-001d56f auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"001d56f\" data-element_type=\"section\" id=\"section-family\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f1be5ba\" data-id=\"f1be5ba\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c1abc2a elementor-widget elementor-widget-image\" data-id=\"c1abc2a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-13.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-8\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-13.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e458bde elementor-widget elementor-widget-heading\" data-id=\"e458bde\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Opel Crossland AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bef9c33 elementor-widget elementor-widget-html\" data-id=\"bef9c33\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 85 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 90 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39f8d23 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"39f8d23\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6c7e1b1\" data-id=\"6c7e1b1\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-068847a elementor-widget elementor-widget-image\" data-id=\"068847a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-14.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-9\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-14.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e093fd7 elementor-widget elementor-widget-heading\" data-id=\"e093fd7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Citroen C3 AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15ea098 elementor-widget elementor-widget-html\" data-id=\"15ea098\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cebbc33 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"cebbc33\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4f80319\" data-id=\"4f80319\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f0b172a elementor-widget elementor-widget-image\" data-id=\"f0b172a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-6.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-10\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-6.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-612c668 elementor-widget elementor-widget-heading\" data-id=\"612c668\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Toyota Yaris Hybride AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97cf35b elementor-widget elementor-widget-html\" data-id=\"97cf35b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 75 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adfdff3 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"adfdff3\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ba46dad auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"ba46dad\" data-element_type=\"section\" id=\"section-family\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a87bc7b\" data-id=\"a87bc7b\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a461e7d elementor-widget elementor-widget-image\" data-id=\"a461e7d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-15.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-11\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-15.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7c6d5f elementor-widget elementor-widget-heading\" data-id=\"f7c6d5f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Toyota Corolla automatic<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fff1aa4 elementor-widget elementor-widget-html\" data-id=\"fff1aa4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 85 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 90 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-43e0b38 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"43e0b38\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-59fe1dd\" data-id=\"59fe1dd\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-88e6f2e\" data-id=\"88e6f2e\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d63946b auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d63946b\" data-element_type=\"section\" id=\"section-convertible\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7d44c9e\" data-id=\"7d44c9e\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9b066fe elementor-widget elementor-widget-image\" data-id=\"9b066fe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-9.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-12\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-9.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b49ad72 elementor-widget elementor-widget-heading\" data-id=\"b49ad72\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VW GOLF VI cabrio AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e3604a elementor-widget elementor-widget-html\" data-id=\"2e3604a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-adc3a66 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"adc3a66\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-33558b6\" data-id=\"33558b6\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-880a73f elementor-widget elementor-widget-image\" data-id=\"880a73f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-10.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-13\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-10.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cf73e2e elementor-widget elementor-widget-heading\" data-id=\"cf73e2e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VW Beetle Cabrio<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-efe8a1b elementor-widget elementor-widget-html\" data-id=\"efe8a1b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 60 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ca2db32 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ca2db32\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-68c3789\" data-id=\"68c3789\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0619c12 elementor-widget elementor-widget-image\" data-id=\"0619c12\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-11.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-14\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-11.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af5ec62 elementor-widget elementor-widget-heading\" data-id=\"af5ec62\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MINI cooper AC CABRIO<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-485b9a4 elementor-widget elementor-widget-html\" data-id=\"485b9a4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 50 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 65 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 80 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2607bc elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a2607bc\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fc70aea auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fc70aea\" data-element_type=\"section\" id=\"section-suv\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8218009\" data-id=\"8218009\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-79e4afe elementor-widget elementor-widget-image\" data-id=\"79e4afe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-19.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-15\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-19.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8a53aec elementor-widget elementor-widget-heading\" data-id=\"8a53aec\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Mitsubishi Outlander AC hybrid aut.<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ed6c79 elementor-widget elementor-widget-html\" data-id=\"5ed6c79\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 150 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 150 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 180 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2aa298c elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"2aa298c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8897307\" data-id=\"8897307\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-abc3958 elementor-widget elementor-widget-image\" data-id=\"abc3958\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-18.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-16\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-18.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f266f5d elementor-widget elementor-widget-heading\" data-id=\"f266f5d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LANDROVER AC autm 7seater<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-be89b55 elementor-widget elementor-widget-html\" data-id=\"be89b55\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 150 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 150 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 180 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a31a046 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"a31a046\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-97e0ad9\" data-id=\"97e0ad9\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9cf9835 elementor-widget elementor-widget-image\" data-id=\"9cf9835\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-20.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-17\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-20.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31113aa elementor-widget elementor-widget-heading\" data-id=\"31113aa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Suzuki VITARA AC<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bd3e7c elementor-widget elementor-widget-html\" data-id=\"2bd3e7c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 70 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 85 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 90 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8951d8 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"b8951d8\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-73ec9fc auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"73ec9fc\" data-element_type=\"section\" id=\"section-7seater\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-a7f27b8\" data-id=\"a7f27b8\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9c8d92c elementor-widget elementor-widget-image\" data-id=\"9c8d92c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-16-1.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-18\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-16-1.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5b999f5 elementor-widget elementor-widget-heading\" data-id=\"5b999f5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FORD S MAX 7 seater<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6b5f67 elementor-widget elementor-widget-html\" data-id=\"b6b5f67\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 100 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 135 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 135 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cef882d elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"cef882d\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f6d1d23\" data-id=\"f6d1d23\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cabcd4d elementor-widget elementor-widget-image\" data-id=\"cabcd4d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-17-2.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-19\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-17-2.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-427287d elementor-widget elementor-widget-heading\" data-id=\"427287d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Opel Zafira ac 7 seater<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3ea45e4 elementor-widget elementor-widget-html\" data-id=\"3ea45e4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 100 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 135 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 135 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1512b elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"1f1512b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f88ae1c\" data-id=\"f88ae1c\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-277e513 auto-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"277e513\" data-element_type=\"section\" id=\"section-9seater\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-wide\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d5bc6f6\" data-id=\"d5bc6f6\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d44fc13 elementor-widget elementor-widget-image\" data-id=\"d44fc13\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-12.jpg\" data-elementor-open-lightbox=\"yes\" e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DW10%3D\" data-rel=\"lightbox-image-20\" data-rl_title=\"\" data-rl_caption=\"\">\n\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/rent-a-car-supetar-brac-12.jpg\" title=\"\" alt=\"\" class=\"elementor-animation-grow\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29041b5 elementor-widget elementor-widget-heading\" data-id=\"29041b5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Mercedes Vito 9 seate<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c78f1ed elementor-widget elementor-widget-html\" data-id=\"c78f1ed\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\r\n  .pricing-wrapper { font-family: sans-serif; display: flex; flex-direction: column; gap: 8px; }\r\n  .price-box { padding: 12px; border-radius: 8px; text-align: center; }\r\n  \r\n  \/* Larger font for titles and prices *\/\r\n  .title { font-weight: 800; font-size: 14px; text-transform: uppercase; margin-bottom: 4px; }\r\n  .date { font-size: 11px; margin-bottom: 6px; opacity: 0.8; font-weight: 500; }\r\n  .price { font-weight: 700; font-size: 16px; }\r\n  \r\n  \/* Box colors *\/\r\n  .box-1 { background-color: #fdf2e9; color: #d35400; } \/* Off-season *\/\r\n  .box-2 { background-color: #f4f4f4; color: #555; }    \/* Pre-season *\/\r\n  .box-3 { background-color: #eaf2f8; color: #2980b9; } \/* High season *\/\r\n<\/style>\r\n\r\n<div class=\"pricing-wrapper\">\r\n  <div class=\"price-box box-1\">\r\n    <div class=\"title\">OFF-SEASON<\/div>\r\n    <div class=\"date\">01.01 - 15.06 | 01.09 - 31.12<\/div>\r\n    <div class=\"price\">from 180 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-2\">\r\n    <div class=\"title\">PRE-SEASON<\/div>\r\n    <div class=\"date\">15.06 - 31.07<\/div>\r\n    <div class=\"price\">from 200 \u20ac \/ day<\/div>\r\n  <\/div>\r\n  <div class=\"price-box box-3\">\r\n    <div class=\"title\">HIGH SEASON<\/div>\r\n    <div class=\"date\">01.08 - 31.08<\/div>\r\n    <div class=\"price\">from 200 \u20ac \/ day<\/div>\r\n  <\/div>\r\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d451085 elementor-mobile-align-center elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d451085\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"#reservationcar\" class=\"elementor-button-link elementor-button elementor-size-sm elementor-animation-float\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Inquiry<\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9eef694\" data-id=\"9eef694\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-af511c7\" data-id=\"af511c7\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5cb7ab0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5cb7ab0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-063c19d\" data-id=\"063c19d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9ff540 elementor-widget elementor-widget-heading\" data-id=\"a9ff540\" data-element_type=\"widget\" id=\"reservationcar\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Non-binding inquiry<\/h1>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-880edce elementor-widget elementor-widget-text-editor\" data-id=\"880edce\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<p><strong>Send us a request and we will respond within 24 hours with a quote tailored to your needs.<\/strong><\/p>\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cc5602 fluentform-widget-submit-button-center fluent-form-widget-step-header-yes fluent-form-widget-step-progressbar-yes fluentform-widget-submit-button-custom elementor-widget elementor-widget-fluent-form-widget\" data-id=\"3cc5602\" data-element_type=\"widget\" data-widget_type=\"fluent-form-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\n            <div class=\"fluentform-widget-wrapper fluentform-widget-align-default\">\n\n            \n            <div class='fluentform ff-default fluentform_wrapper_3 ffs_custom_wrap'><form data-form_id=\"3\" id=\"fluentform_3\" class=\"frm-fluent-form fluent_form_3 ff-el-form-top ff_form_instance_3_1 ff-form-loading ffs_custom\" data-form_instance=\"ff_form_instance_3_1\" method=\"POST\" ><fieldset  style=\"border: none!important;margin: 0!important;padding: 0!important;background-color: transparent!important;box-shadow: none!important;outline: none!important; min-inline-size: 100%;\">\n                    <legend class=\"ff_screen_reader_title\" style=\"display: block; margin: 0!important;padding: 0!important;height: 0!important;text-indent: -999999px;width: 0!important;overflow:hidden;\">Rent a Car<\/legend><input type='hidden' name='__fluent_form_embded_post_id' value='28886' \/><input type=\"hidden\" id=\"_fluentform_3_fluentformnonce\" name=\"_fluentform_3_fluentformnonce\" value=\"acc49e5df6\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/28886\" \/><div data-name=\"ff_cn_id_1\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div data-type=\"name-element\" data-name=\"names\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_names_first_name_' id='label_ff_3_names_first_name_' >Name<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names[first_name]\" id=\"ff_3_names_first_name_\" class=\"ff-el-form-control\" placeholder=\"Enter your name\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div data-type=\"name-element\" data-name=\"names_1\" class=\" ff-field_container ff-name-field-wrapper\" ><div class='ff-t-container'><div class='ff-t-cell '><div class='ff-el-group ff-el-form-top'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_names_1_last_name_' id='label_ff_3_names_1_last_name_' >Surname<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"names_1[last_name]\" id=\"ff_3_names_1_last_name_\" class=\"ff-el-form-control\" placeholder=\"Enter your surname\" aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_2\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_email' id='label_ff_3_email' aria-label=\"E-mail\">E-mail<\/label><\/div><div class='ff-el-input--content'><input type=\"email\" name=\"email\" id=\"ff_3_email\" class=\"ff-el-form-control\" placeholder=\"Enter your e-mail\" data-name=\"email\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_input_text' id='label_ff_3_input_text' aria-label=\"Phone number\">Phone number<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text\" class=\"ff-el-form-control\" placeholder=\"e.g. +421 900 123 456\" data-name=\"input_text\" id=\"ff_3_input_text\"  aria-invalid=\"false\" aria-required=true><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_3\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_dropdown' id='label_ff_3_dropdown' aria-label=\"Car category\">Car category<\/label><\/div><div class='ff-el-input--content'><select name=\"dropdown\" id=\"ff_3_dropdown\" class=\"ff-el-form-control\" data-name=\"dropdown\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_3_dropdown\"><option value=\"\">-- Select car category --<\/option><option value=\"Small Cars\"  >Small Cars<\/option><option value=\"Family Cars\"  >Family Cars<\/option><option value=\"Cabrio\/Convertible\"  >Cabrio\/Convertible<\/option><option value=\"SUV\"  >SUV<\/option><option value=\"7 - Seater\"  >7 - Seater<\/option><option value=\"9 - Seater\"  >9 - Seater<\/option><\/select><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_text_1' id='label_ff_3_input_text_1' aria-label=\"Exact car model\">Exact car model<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_1\" class=\"ff-el-form-control\" placeholder=\"e.g. Fiat 500, Opel Corsa...\" data-name=\"input_text_1\" id=\"ff_3_input_text_1\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_4\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_datetime' id='label_ff_3_datetime' aria-label=\"Pick-up date and time\">Pick-up date and time<\/label><\/div><div class='ff-el-input--content'><input  aria-label='Pick-up date and time Use arrow keys to navigate dates. Press enter to select a date.'  aria-haspopup='dialog' data-type-datepicker data-format='d\/m\/Y H:i' type=\"text\" name=\"datetime\" id=\"ff_3_datetime\" class=\"ff-el-form-control ff-el-datepicker\" data-name=\"datetime\"  aria-invalid='false' aria-required=false><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_datetime_1' id='label_ff_3_datetime_1' aria-label=\"Drop-off date and time\">Drop-off date and time<\/label><\/div><div class='ff-el-input--content'><input  aria-label='Drop-off date and time Use arrow keys to navigate dates. Press enter to select a date.'  aria-haspopup='dialog' data-type-datepicker data-format='d\/m\/Y H:i' type=\"text\" name=\"datetime_1\" id=\"ff_3_datetime_1\" class=\"ff-el-form-control ff-el-datepicker\" data-name=\"datetime_1\"  aria-invalid='false' aria-required=false><\/div><\/div><\/div><\/div><div data-name=\"ff_cn_id_5\"  class='ff-t-container ff-column-container ff_columns_total_2 '><div class='ff-t-cell ff-t-column-1' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_dropdown_1' id='label_ff_3_dropdown_1' aria-label=\"Pick-up location\">Pick-up location<\/label><div class=\"ff-el-tooltip\" data-content=\"Delivery fee to the selected location will be calculated after you submit your inquiry.\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><select name=\"dropdown_1\" id=\"ff_3_dropdown_1\" class=\"ff-el-form-control\" data-name=\"dropdown_1\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_3_dropdown_1\"><option value=\"\">- Select -<\/option><option value=\"Supetar Ferry Port\"  >Supetar Ferry Port<\/option><option value=\"Postira\"  >Postira<\/option><option value=\"Sutivan\"  >Sutivan<\/option><option value=\"Nere\u017ei\u0161\u0107a\"  >Nere\u017ei\u0161\u0107a<\/option><option value=\"Milna\"  >Milna<\/option><option value=\"Bol\"  >Bol<\/option><option value=\"Pu\u010di\u0161\u0107a\"  >Pu\u010di\u0161\u0107a<\/option><option value=\"Selca\"  >Selca<\/option><option value=\"Airport Bra\u010d\"  >Airport Bra\u010d<\/option><\/select><\/div><\/div><\/div><div class='ff-t-cell ff-t-column-2' style='flex-basis: 50%;'><div class='ff-el-group'><div class=\"ff-el-input--label ff-el-is-required asterisk-right\"><label for='ff_3_dropdown_3' id='label_ff_3_dropdown_3' aria-label=\"Drop-off location\">Drop-off location<\/label><div class=\"ff-el-tooltip\" data-content=\"Delivery fee to the selected location will be calculated after you submit your inquiry.\"><svg width=\"16\" height=\"16\" viewbox=\"0 0 25 25\"><path d=\"m329 393l0-46c0-2-1-4-2-6-2-2-4-3-7-3l-27 0 0-146c0-3-1-5-3-7-2-1-4-2-7-2l-91 0c-3 0-5 1-7 2-1 2-2 4-2 7l0 46c0 2 1 5 2 6 2 2 4 3 7 3l27 0 0 91-27 0c-3 0-5 1-7 3-1 2-2 4-2 6l0 46c0 3 1 5 2 7 2 1 4 2 7 2l128 0c3 0 5-1 7-2 1-2 2-4 2-7z m-36-256l0-46c0-2-1-4-3-6-2-2-4-3-7-3l-54 0c-3 0-5 1-7 3-2 2-3 4-3 6l0 46c0 3 1 5 3 7 2 1 4 2 7 2l54 0c3 0 5-1 7-2 2-2 3-4 3-7z m182 119c0 40-9 77-29 110-20 34-46 60-80 80-33 20-70 29-110 29-40 0-77-9-110-29-34-20-60-46-80-80-20-33-29-70-29-110 0-40 9-77 29-110 20-34 46-60 80-80 33-20 70-29 110-29 40 0 77 9 110 29 34 20 60 46 80 80 20 33 29 70 29 110z\" transform=\"scale(0.046875 0.046875)\"><\/path><\/svg><\/div><\/div><div class='ff-el-input--content'><select name=\"dropdown_3\" id=\"ff_3_dropdown_3\" class=\"ff-el-form-control\" data-name=\"dropdown_3\" data-calc_value=\"0\"  aria-invalid=\"false\" aria-required=\"true\" aria-labelledby=\"label_ff_3_dropdown_3\"><option value=\"\">- Select -<\/option><option value=\"Supetar Ferry Port\"  >Supetar Ferry Port<\/option><option value=\"Postira\"  >Postira<\/option><option value=\"Sutivan\"  >Sutivan<\/option><option value=\"Nere\u017ei\u0161\u0107a\"  >Nere\u017ei\u0161\u0107a<\/option><option value=\"Milna\"  >Milna<\/option><option value=\"Bol\"  >Bol<\/option><option value=\"Pu\u010di\u0161\u0107a\"  >Pu\u010di\u0161\u0107a<\/option><option value=\"Selca\"  >Selca<\/option><option value=\"Airport Bra\u010d\"  >Airport Bra\u010d<\/option><\/select><\/div><\/div><\/div><\/div><div class='ff-el-group'><div class=\"ff-el-input--label asterisk-right\"><label for='ff_3_input_text_2' id='label_ff_3_input_text_2' aria-label=\"Your Message\">Your Message<\/label><\/div><div class='ff-el-input--content'><input type=\"text\" name=\"input_text_2\" class=\"ff-el-form-control\" data-name=\"input_text_2\" id=\"ff_3_input_text_2\"  aria-invalid=\"false\" aria-required=false><\/div><\/div><div class='ff-el-group    ff-el-input--content'><div class='ff-el-form-check ff-el-tc'><label aria-label='I agree to the Terms and Conditions and Privacy Policy.' class='ff-el-form-check-label ff_tc_label' for=terms-n-condition_1_e6d3ffe7b2e234f7cc98aa8aaa3bab76><span class='ff_tc_checkbox'><input type=\"checkbox\" name=\"terms-n-condition_1\" class=\"ff-el-form-check-input\" data-name=\"terms-n-condition_1\" id=\"terms-n-condition_1_e6d3ffe7b2e234f7cc98aa8aaa3bab76\"  value='on' aria-invalid='false' aria-required=true><\/span> <div class='ff_t_c'><p style=\"text-align: left\">I agree to the Terms and Conditions and Privacy Policy.<\/p><\/div><\/label><\/div><\/div><div class='ff-el-group ff-text-left ff_submit_btn_wrapper'><button type=\"submit\" class=\"ff-btn ff-btn-submit ff-btn-md ff_btn_style\"  aria-label=\"SEND INQUIRY\">SEND INQUIRY<\/button><\/div><\/fieldset><\/form><div id='fluentform_3_errors' class='ff-errors-in-stack ff_form_instance_3_1 ff-form-loading_errors ff_form_instance_3_1_errors'><\/div><\/div>            <script type=\"text\/javascript\">\n                window.fluent_form_ff_form_instance_3_1 = {\"id\":\"3\",\"ajaxUrl\":\"https:\\\/\\\/brac-home.com\\\/wp-admin\\\/admin-ajax.php\",\"settings\":{\"layout\":{\"labelPlacement\":\"top\",\"asteriskPlacement\":\"asterisk-right\",\"helpMessagePlacement\":\"with_label\",\"errorMessagePlacement\":\"inline\",\"cssClassName\":\"\"},\"restrictions\":{\"denyEmptySubmission\":{\"enabled\":false}}},\"form_instance\":\"ff_form_instance_3_1\",\"form_id_selector\":\"fluentform_3\",\"rules\":{\"names[first_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names[last_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names_1[first_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names_1[middle_name]\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"names_1[last_name]\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"email\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true},\"email\":{\"value\":true,\"message\":\"This field must contain a valid email\",\"global_message\":\"This field must contain a valid email\",\"global\":true}},\"input_text\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_1\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"datetime\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"datetime_1\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown_1\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"dropdown_3\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"input_text_2\":{\"required\":{\"value\":false,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}},\"terms-n-condition_1\":{\"required\":{\"value\":true,\"message\":\"This field is required\",\"global_message\":\"This field is required\",\"global\":true}}},\"debounce_time\":300,\"conditionals\":{\"datetime\":{\"type\":\"all\",\"status\":true,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]},\"datetime_1\":{\"type\":\"all\",\"status\":true,\"conditions\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"condition_groups\":[{\"rules\":[{\"field\":\"\",\"value\":\"\",\"operator\":\"\"}],\"title\":\"\",\"isEditingTitle\":false,\"isPreviewOpen\":false,\"isGroupOpen\":true}]}},\"file_upload_settings\":[]};\n                            <\/script>\n                        <\/div>\n\n            \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Rent a Car Bra\u010d Looking for a car rental on the island of Bra\u010d? Choose from our range of small cars, SUVs, or vans for your vacation. Book your ideal car online today! All cars Small cars Family Convertible SUV 7 &#8211; seater 9 &#8211; seater Fiat 500 AC OFF-SEASON 01.01 &#8211; 15.06 | 01.09 &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\"> <span class=\"screen-reader-text\">Rent a Car<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":3,"featured_media":27275,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-28886","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.10 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d<\/title>\n<meta name=\"description\" content=\"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d\" \/>\n<meta property=\"og:description\" content=\"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\" \/>\n<meta property=\"og:site_name\" content=\"BRAC-HOME.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Magical-Island-Home-105588281777189\/?ref=py_c\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-08T09:15:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/Trip-by-car-to-croatia.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1728\" \/>\n\t<meta property=\"og:image:height\" content=\"1152\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d\" \/>\n<meta name=\"twitter:description\" content=\"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/Trip-by-car-to-croatia.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"17 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\",\"url\":\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\",\"name\":\"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d\",\"isPartOf\":{\"@id\":\"https:\/\/brac-home.com\/en\/#website\"},\"datePublished\":\"2026-06-05T19:13:30+00:00\",\"dateModified\":\"2026-06-08T09:15:32+00:00\",\"description\":\"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!\",\"breadcrumb\":{\"@id\":\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/brac-home.com\/en\/rent-a-car-brac\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Domovsk\u00e1 str\u00e1nka\",\"item\":\"https:\/\/brac-home.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rent a Car\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/brac-home.com\/en\/#website\",\"url\":\"https:\/\/brac-home.com\/en\/\",\"name\":\"BRAC-HOME.com\",\"description\":\"Accommodation in Croatia, island Brac\",\"publisher\":{\"@id\":\"https:\/\/brac-home.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/brac-home.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/brac-home.com\/en\/#organization\",\"name\":\"BRAC-HOME.com\",\"url\":\"https:\/\/brac-home.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brac-home.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/brac-home.com\/wp-content\/uploads\/2022\/02\/Brac-Home_FINAL-2.png\",\"contentUrl\":\"https:\/\/brac-home.com\/wp-content\/uploads\/2022\/02\/Brac-Home_FINAL-2.png\",\"width\":405,\"height\":293,\"caption\":\"BRAC-HOME.com\"},\"image\":{\"@id\":\"https:\/\/brac-home.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/brac_home\/\",\"https:\/\/www.youtube.com\/channel\/UCwhl2AVDxYKgUtssqaxfH6A\",\"https:\/\/www.facebook.com\/Magical-Island-Home-105588281777189\/?ref=py_c\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d","description":"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/","og_locale":"en_US","og_type":"article","og_title":"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d","og_description":"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!","og_url":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/","og_site_name":"BRAC-HOME.com","article_publisher":"https:\/\/www.facebook.com\/Magical-Island-Home-105588281777189\/?ref=py_c","article_modified_time":"2026-06-08T09:15:32+00:00","og_image":[{"width":1728,"height":1152,"url":"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/Trip-by-car-to-croatia.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_title":"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d","twitter_description":"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!","twitter_image":"https:\/\/brac-home.com\/wp-content\/uploads\/2026\/05\/Trip-by-car-to-croatia.jpg","twitter_misc":{"Est. reading time":"17 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/","url":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/","name":"Rent a Car Bra\u010d | Car Rental on the Island of Bra\u010d","isPartOf":{"@id":"https:\/\/brac-home.com\/en\/#website"},"datePublished":"2026-06-05T19:13:30+00:00","dateModified":"2026-06-08T09:15:32+00:00","description":"Looking for a rent a car on Bra\u010d? Choose from a range of small cars, SUVs, or vans for your holiday. Book your ideal vehicle online with us right now!","breadcrumb":{"@id":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brac-home.com\/en\/rent-a-car-brac\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/brac-home.com\/en\/rent-a-car-brac\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Domovsk\u00e1 str\u00e1nka","item":"https:\/\/brac-home.com\/en\/"},{"@type":"ListItem","position":2,"name":"Rent a Car"}]},{"@type":"WebSite","@id":"https:\/\/brac-home.com\/en\/#website","url":"https:\/\/brac-home.com\/en\/","name":"BRAC-HOME.com","description":"Accommodation in Croatia, island Brac","publisher":{"@id":"https:\/\/brac-home.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brac-home.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/brac-home.com\/en\/#organization","name":"BRAC-HOME.com","url":"https:\/\/brac-home.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brac-home.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/brac-home.com\/wp-content\/uploads\/2022\/02\/Brac-Home_FINAL-2.png","contentUrl":"https:\/\/brac-home.com\/wp-content\/uploads\/2022\/02\/Brac-Home_FINAL-2.png","width":405,"height":293,"caption":"BRAC-HOME.com"},"image":{"@id":"https:\/\/brac-home.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/brac_home\/","https:\/\/www.youtube.com\/channel\/UCwhl2AVDxYKgUtssqaxfH6A","https:\/\/www.facebook.com\/Magical-Island-Home-105588281777189\/?ref=py_c"]}]}},"_links":{"self":[{"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/pages\/28886","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/comments?post=28886"}],"version-history":[{"count":23,"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/pages\/28886\/revisions"}],"predecessor-version":[{"id":29155,"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/pages\/28886\/revisions\/29155"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/media\/27275"}],"wp:attachment":[{"href":"https:\/\/brac-home.com\/en\/wp-json\/wp\/v2\/media?parent=28886"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}