/*Hero Section Filter Bar  */
.jet-date-range__inputs > input{
        max-width: 100% !important;
        gap: 10px;
    } 
.h-filter .jet-date-range__inputs{
            gap: 20px;
        }
        
@media (max-width: 930px){
            .h-filter .jet-date-range__inputs{
        max-width: 100% !important;
    }
            .h-filter .elementor-widget-container{
        margin-right: 0 !important;
    }
        
    }
@media (max-width: 768px) {
    .h-filter .jet-date-range__inputs {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-right: -204px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .h-filter .elementor-widget-container{
        margin-right: 0 !important;
    }
}
/* WCPA */
.wcpa_price_summary .wcpa_options_total{
	font-weight: 600;
}
.wcpa_tooltip_icon{
	--color: #00000065;
	color: var(--color);
	border-color: var(--color);
}
/* Product Archive Page */
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator{
	background: transparent !important;
	border-color: black;
}
/* Select Filter */
.auto-width-select select,
select.auto-width-select {
    transition: width .2s ease;
}
.auto-width-select select option,
select.auto-width-select option {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: unset !important;
}
/*Single Product Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	margin: 0;
	border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper h2:first-of-type {
    display: none;
}
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper h3{
    font-size: 20px;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel{
	border: 1px solid;
}
 /*--------------------------*/
/* ── Product Gallery: Vertical Thumbnails on the Left ── */

/* 1. Make the gallery a horizontal flex container */
.woocommerce div.product div.images.woocommerce-product-gallery {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

/* 2. Thumbnail nav: move to the left, stack vertically */
.woocommerce div.product div.images .flex-control-thumbs {
  order: -1;                /* push before the main image  */
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80px;              /* fixed thumbnail column width */
  min-width: 80px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-y: auto;
  max-height: 500px;        /* scroll if many thumbnails   */
}

/* 3. Individual thumbnail items */
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0;
  flex-shrink: 0;
}

/* 4. Thumbnail images */
.woocommerce div.product div.images .flex-control-thumbs li img {
  width: 100%;
  height: auto;
  display: block;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s, border-color 0.3s;
}

/* 5. Active / hovered thumbnail */
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
  border-color: #333;
}

/* 6. Main image takes remaining space */
.woocommerce div.product div.images .flex-viewport,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  flex: 1;
  width: auto !important;
}

/* 7. Hide default FlexSlider direction nav arrows (optional) */
.woocommerce div.product div.images .flex-direction-nav {
  display: none;
}

/* ── Responsive: stack normally on small screens ── */
@media (max-width: 768px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    flex-direction: column;
		height: 100% !important;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    order: 1;                 /* thumbnails back below image */
    flex-direction: row;
		flex-wrap: wrap;
    width: 100% !important;
    min-width: unset;
    max-height: none;
    overflow-y: visible !important;
    overflow-x: auto !important;
		-webkit-overflow-scrolling: touch;     /* ← momentum / smooth scrolling on iOS */
    -ms-overflow-style: -ms-autohiding-scrollbar;  /* cleaner on Edge/IE mobile if needed */
    scrollbar-width: thin;                 /* Firefox mobile */
    scroll-snap-type: x proximity;         /* optional: nicer snap feel */
    padding: 8px 0;                        /* give some touch area */
    -webkit-overflow-scrolling: touch;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 60px !important;
    flex-shrink: 0;
  }
}
/*=========================*/
body, p, h1, h2, h3, h4, h5, h6, li, a, span, div {
    font-family: 'Helvetica, DM Sans', sans-serif !important;
}
ul.wcpa_cart_meta {
    padding: 0px;
}
span.woocs_special_price_code {
    display: flex;
    gap: 5px;
    flex-direction: row;
    flex-wrap: wrap;
}
a.woocommerce-Button.button {
    color: #fff !important;
}
td.product-name {
    max-width: 90% !important;
    padding-right: 20px !important;
}
li.wcpa_cart_meta_item p, p.wcpa_cart_meta_item-label {
    line-height: 15px;
	font-size:13px !important;
}
address {
    font-style: normal;
}
li.wcpa_cart_meta_item {
    display: flex;
    flex-direction: row;
    gap: 0px;
    flex-wrap: wrap;
}
td.product-total,tfoot td {
   
      max-width: 140px !important;
    text-align: end;
}
td.product-thumbnail {
    min-width: 120px !important;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    object-fit: contain;
}
.woosb-products .woosb-product .woosb-title .woosb-name a {
  text-decoration: none;
  box-shadow: none;
  color: #E89CCB !important;
}

.elementor-1731 .elementor-element.elementor-element-142fe50.elementor-wc-products ul.products li.product {
padding: 6px;
padding-bottom: 10px;
}

.elementor-8 .elementor-element.elementor-element-2de6eac .elementor-headline-dynamic-text {
    background: #fff;
    padding: 0px 6px !important;
}


.elementor-336 .elementor-element.elementor-element-716c39d img {
    object-fit: cover ; 
    object-position: center center;
	  max-width: 100%;
	  display: block; 
    border-radius: 15px 15px 15px 15px;
}

/* Ensure proper spacing between items */
.qodef-e-text-wrapper {
    margin-bottom: 20px;  
}


.qodef-e-text-wrapper:nth-child(1) {
    background-color: #BF8ADF9E;
    padding: 20px; 
	  border-radius:10px;
}

.qodef-e-text-wrapper:nth-child(2) {
    background-color: #BF8ADF9E;
    padding: 20px; 
	  border-radius:10px;
}

.qodef-e-text-wrapper:nth-child(3) {
     background-color: #BF8ADF9E;
    padding: 20px; 
	  border-radius:10px;
}

.elementor-widget-container del {
  display: none !important;
}

.jet-abaf-product-services {
  padding-top: 15px;
  padding-bottom: 15px;
}

label[for="jet_abaf_guests"] {
  padding-bottom: 5px; 
  display: inline-block;
}

/* Home Filter Search */

.elementor-8 .elementor-element.elementor-element-a1cc9cc .jet-search-filter__input {
  border-style: none;
  margin-right: -90px;
}

.elementor-8 .elementor-element.elementor-element-2888b25 .jet-date-range__inputs {
  max-width: 80%;
  width: 80%;
	margin-left: -70px;
}

.jet-abaf-product-total {
  padding: 15px 0px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.elementor-311 .elementor-element.elementor-element-b888408 .e-cart-totals .woocommerce-shipping-destination {
  font-size: 14px !important;
  line-height: 25px !important;
}

.elementor-8 .elementor-element.elementor-element-2888b25 .jet-date-range__inputs > input {
    max-width: 60%;
    border-style: none;
}

@media (max-width: 768px) {
  .elementor-8 .elementor-element.elementor-element-76f7783 .jet-date-range__inputs > input {
    max-width: 48%;
    border-style: none;
    padding: 8px 15px;
    border-radius: 6px;
  }
}

@media (max-width: 768px) {
	
	.jet-date-range__inputs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-right: -204px !important;
    width: 390px !important;
  }

  .jet-date-range__from,
  .jet-date-range__to {
    width: 100%; 
  }
	.jet-smart-filters-select .jet-select__control {
  width: 100%;
  display: block;
  height: auto;
  min-height: auto;
	width: 176px !important;
  margin-left: -10px;
}
	.elementor-8 .elementor-element.elementor-element-76f7783 .jet-date-range__inputs > input {
  max-width: 48%;
  border-style: none;
	padding: 6px 12px !important;
} 
	
}

@media (max-width: 768px) {
  .jet-smart-filters-search .jet-search-filter__input {
  width: 63% !important;
}
}


/* Small mobile phones – e.g. portrait up to ~480px */
@media only screen and (max-width: 480px) {
  .elementor-8 .elementor-element.elementor-element-1f467bc .jet-select__control {
    padding: 11px 15px !important;
  }

  .elementor-8 .elementor-element.elementor-element-a06c742 .jet-select__control {
    padding: 11px 15px !important;
  }

  .jet-date-range__control {
    padding: 9px 15px !important;
  }
}

/* Mobile landscape & larger phones – from 481px up to ~767px */

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .elementor-8 .elementor-element.elementor-element-1f467bc .jet-select__control {
    padding: 10px 15px !important;
  }

  .elementor-8 .elementor-element.elementor-element-a06c742 .jet-select__control {
    padding: 10px 15px !important;
  }

  .jet-date-range__control {
    padding: 9px 15px !important;
  }
}

/* Checkout page */

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
  line-height: 35px;
  font-weight: 500;
}

.woocommerce td.product-name dl.variation:last-child {
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 500;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
  color: #648DCB !important;
  font-size: 17px !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
 font-weight: 700;
 margin-left: 40px;
}

.elementor-313 .elementor-element.elementor-element-078abc4 .woocommerce-breadcrumb {
    padding: 30px;
}

.woocommerce form .form-row .input-text {
width: 100%;
}


.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label {
  font-weight: 400;
  font-size: 15px !important;
}

@media(max-width:769px){
		span.elementor-headline-dynamic-wrapper.elementor-headline-text-wrapper span {
    background: #fff;
    padding: 3px 6px;
}
}
/* Mobile */

@media(max-width: 767px) {

	.woocommerce form .form-row .input-text {
    width: 100%;
}
	
	.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
 margin-left: -1px !important;
}
}

@media(max-width: 479px) {
	.woocommerce form .form-row .input-text {
  width: 100%;
}
	
		.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
 margin-left: -1px !important;
}
	
}

/* Overflow style */

html, body {
  overflow-x: hidden;
}

.product-quantity {
  display: none !important;
}

/* Multishipping plugin css */



/* Hide the 'Quantity' header */
.multi-shipping-table th:nth-child(2) {
  display: none;
}

/* Hide the 'Quantity' column data */

.multi-shipping-table td:nth-child(2) {
  display: none;
}

/* Footer form style */

/* subscribe */

#mlb2-25108777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  font-size: 14px !important;
  font-weight: 600;
}

#mlb2-25108777.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: rgba(0, 0, 0, 0.02) !important; 
  border-width: 0px;
  border-color: transparent;
}

#mlb2-25108777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  font-family: Helvetica !important;
  font-size: 13px !important;
}

#mlb2-25108777.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
  width: 260px;
  margin-bottom: 10px;
}


/* Mobile: stack input on top, button below */

@media (max-width: 767px) {
  .ml-form-formContent.horozintalForm .ml-form-horizontalRow {
    flex-direction: column !important;
    align-items: center !important; /* centers content horizontally */
  }

  /* Input takes full width */
  .ml-form-formContent.horozintalForm .horizontal-fields {
    width: 100% !important;
    margin-bottom: 12px !important; /* spacing below input */
  }

  .ml-form-formContent.horozintalForm .ml-field-email input {
    width: 100% !important;
    max-width: 320px; /* keeps it from being too wide */
    margin: 0 auto;
    display: block;
  }

  /* Button below, centered */
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    width: 100% !important;
    text-align: center !important;
  }

  .ml-form-formContent.horozintalForm .ml-button-horizontal button {
    width: 100% !important;
    max-width: 200px; /* button not overly wide */
    margin: 0 auto;
    display: block;
  }
}





.woocommerce-Price-amount,
.woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.woocommerce-Price-amount .woocs_price,
.woocs_price span,
.woocommerce-Price-amount span {
    text-decoration: none !important;
    border-bottom: none !important;
}

/*Jet Booking Single Product form style  */

.jet-abaf-timepicker {
  display: block !important;  
  margin-top: 60px; 
}

#check-in-time {
  margin-left: -227px !important;
  width: 120px !important;
}

#check-out-time {
  margin-left: -157px !important;
  width: 120px !important;
}

.jet-abaf-field--has-timepicker .jet-abaf-timepicker select{
 padding: 15px 28px 15px 8px;
}

.jet-abaf-product-user-email.form-field label {
  display: block;
  margin-bottom: 6px; /* space under the label */
  font-weight: 500;   /* optional: make label bold */
}

.jet-abaf-product-user-email.form-field input[type="email"] {
  display: block;
  width: 100%;      
  max-width: 227px;  
  padding: 8px;
  box-sizing: border-box;
}

/* #jet_abaf_guests {
  max-width: 225px;
} */

.jet-abaf-product-total {
  display: flex;
  align-items: center;
  justify-content: flex-start !important; 
  gap: 30px !important; 
}

::placeholder {
  color: #000000;
  opacity: 1; /* Ensures it's not faded */
}

/* For better browser compatibility */
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

/* Tablet + Mobile (≤1024px) */
@media (max-width: 1024px) {
  .jet-abaf-product-user-email.form-field input[type="email"] {
    width: 340px !important;
    max-width: 100% !important;
  }
	#jet_abaf_guests {
		
		width: 340px !important;
    max-width: 100% !important;
}
	
}

@media (max-width: 768px) { /* target tablets & phones */
	
    #jet_abaf_guests {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
        display: block;
    }
}


/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .jet-abaf-product-user-email.form-field input[type="email"] {
    width: 100% !important;

	}
		
   #jet_abaf_guests {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block;
  }
	
}



@media(min-width: 480px) and (max-width: 767px) and (orientation: landscape) { 

	.jet-abaf-field--has-timepicker .jet-abaf-timepicker select {
  padding: 15px 20px 15px 10px !important;
}	
}


/* Base styles (common for all screen sizes) */
.jet-abaf-timepicker {
  display: block !important;
  margin-top: 60px;
  margin-left: 0; 
}

#check-in-time, #check-out-time {
  width: 100px !important;
}


#jet_abaf_guests {
  padding: 12px 12px;
 border-radius: 6px;
	background-color:#fff;
	border: 1px solid #00000040;
}

.woocommerce div.product form.cart .variations select {
border-radius: 6px;
border: 1px solid #00000040;
}

.jet-abaf-product-check-in-out .jet-abaf-field__input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
	border: 1px solid #00000040;
}

#jet_abaf_user_email {

 padding: 10px 12px;
  border-radius: 6px;
	border: 1px solid #00000040;
}

abaf-product-user-email, .jet-booking-form .form-field {
  margin-bottom: 10px;
  padding-top: 10px;
}

.jet-abaf-field--has-timepicker .jet-abaf-timepicker select {
	
	background-color:#fff;
}



@media(min-width: 1024px) {
  #check-in-time {
    margin-left: -228px !important;
		border-radius: 6px !important;
    padding: 8px 12px !important;
		border: 1px solid #00000040;
  }

  #check-out-time {
    margin-left: -182px !important;
		border-radius: 6px !important;
    padding: 8px 12px !important;
		border: 1px solid #00000040;
  }
}


@media(min-width: 768px) and (max-width: 1023px) {
	
  #check-in-time{
    margin-left: 0 !important; 
    width: auto; 
  }
	
	#check-out-time {
    margin-left: 0 !important; 
    width: auto; 
  }
	
}



/* Mobile landscape (small screens, landscape mode) */

@media(min-width: 480px) and (max-width: 767px) and (orientation: landscape) { 
	
	.jet-abaf-timepicker {
  margin-top: 20px !important;
}
	
}

/* Mobile */

@media(max-width: 767px) {
  #check-in-time, #check-out-time     {
    margin-left: 0 !important;
    width: 100% !important; 
    } 
	
	.jet-abaf-timepicker {
  display: block !important;
  margin-top: 20px;
  margin-bottom: 10px;
   }
}

/* Mobile portrait (small screens) */
@media(max-width: 479px) {

#check-in-time, #check-out-time     {
    margin-left: 0 !important;
    width: 100% !important; 
    line-height: 2;
	  font-size:14px;
			border-radius: 6px !important;
    padding: 8px 12px !important;
    } 
	
.jet-abaf-timepicker {
  display: block !important;
  margin-top: 20px;
  margin-bottom: 10px;
   }
	
}

.wcpa_wrap .wcpa_field_label {
  font-weight: 600 !important;
  padding: 5px 0 !important;
}

.wcpa_wrap .wcpa_image img {
  box-shadow: 10px 10px gray;
}

.wcpa_wrap .wcpa_image .wcpa_image_label {
  padding: 10px 0 !important;
  font-size: 12px;
  text-align: center;
}
	
.wcpa_wrap .wcpa_upload_custom_1 .wcpa_file_style .wcpa_choose_button {
  background-color: #648dcb !important;
}


.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #B9E185 !important;
}

.woocommerce-message {
  border-top-color: #fff !important;
}


/* Timeline */

.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .day.first-date-selected {
  background-color: #648DCB !important;
  color: #fff;
}

.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .day.last-date-selected {
  background-color: #648DCB !important;
  color: #fff;
}

.jet-timeline-item .timeline-item__card-content {
  padding: 13px !important;
}

/* in stock on single page */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #648dcb !important;
  font-weight: 600;
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)) {
  margin-top: 0;
  font-weight: 600;
  font-family: helvetica;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button {
  
	font-weight: 500;
  border-radius: 6px !important;
  left: auto;
  color: #fff;
  background-color: #648dcb;
  border: 0;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover {
	color: #fff;
  background-color: #648dcb;
}
.woocommerce ul.products li.product .price {
  font-size: 1.1em;
	color: #1E1E1E !important;
}

.elementor-1731 .elementor-element.elementor-element-142fe50.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  color: #1E1E1E;
  font-size: 18px;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
  content: attr(data-title) " " !important;
}

@media only screen and (max-width:780px){
.woocommerce ul.products li.product .price {
  font-size: .9em;
}
	.elementor-1731 .elementor-element.elementor-element-142fe50.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
}
	
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: #648dcb !important;
  font-size: 1.25em;
  padding: 5px;
  padding-bottom: 10px;
}


/* hide side cart pop up on cart page  */

body.woocommerce-cart .xoo-wsc-markup {
    display: none !important;
}

.elementor-menu-cart__product-price {
  color: black !important;
  font-weight: 400;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
   color: black !important;
}

/* Elementor nav Cart menu */

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  background-color: #648dcb !important;
  
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{
  background-color: #648dcb !important;
  
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
 background-color: #648dcb !important;
}


.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
	background-color: #648dcb !important;
	
}

.elementor-widget-woocommerce-checkout-page a {
  color: #648dcb;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
  background-color: #648dcb;
  border-radius: #648dcb);
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
  background-color: #648dcb;
  border-radius: #648dcb);
}

/* Search pop  */

#searchwp-form-1 input[type="submit"] {
  background-color: #648dcb !important;
  color: #fff !important ;
  border-color: #648dcb !important;
}


@media (max-width: 600px) {
  select, 
  textarea {
    font-family: inherit;
    font-size: 0.8rem;
    line-height: 0.8;
  }
}

.woosb-products .woosb-product .woosb-title .woosb-name a {
    text-decoration: none;
    box-shadow: none;
    color: #648dcb !important;
}

/* Thank you page  */

.thankyou-error{
    color: #648dcb !important;
    text-align: center;
    margin-top: 1.4em;
    font-size: 16px;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .elementor-8 .elementor-element.elementor-element-b03df59 .jet-select__control {
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-c26d784);
    border-style: none;
    padding: 11px 12px;
    border-radius: 6px;
  }

  .elementor-8 .elementor-element.elementor-element-d9aefba .jet-select__control {
    color: var(--e-global-color-text);
    background-color: var(--e-global-color-c26d784);
    border-style: none;
    padding: 11px 12px;
    border-radius: 6px;
  }
}

/* cart page mobile  */

@media only screen and (max-width:780px){
.woocommerce table.shop_table_responsive td.product-thumbnail{
    display: inline-block !important;
    width: 50% !important;
    text-align: right !important;
}
.woocommerce table.shop_table_responsive td.product-remove{
        display: inline-block !important;
    width: 45% !important;
    text-align: left !important;
}
}

select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
}

/* My account */

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2 {
margin-bottom: 1px !important ;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns {
  margin-top: 1px !important;
}
@media (max-width: 767px) {
  .elementor-313 .elementor-element.elementor-element-078abc4 .woocommerce-breadcrumb {
    font-size: 25px;
    text-align: initial;
    font-weight: 600;
  }
}

#searchwp-form-1 .swp-input {
  border: 1px solid #00000087;
  border-radius: 5px;
}

a {
  background-color: transparent;
  color: #7398d0;
  text-decoration: none;
}

.wpforms-container input.wpforms-field-medium {
max-width: 100% !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
  padding-top: 10px;
	color: #000;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]) {
  color: #000;
  font-size: 15px;
  margin-top: 10px;
  font-family: helvetica;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {

   background: #648dcb;
  background-color: var( --e-global-color-407e685 );
  font-family: "Inter", Helvetic;
  font-size: 16px;
  font-weight: 700;
  fill: #000000;
  color: white;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #648DCB;
  border-radius: 8px;
  padding: 10px 20px 10px 20px;

}


.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text {
  background: #f9fafa;
 border: 1px solid #00000040;
  border-radius: 6px;
  color: var(--forms-fields-normal-color,#69727d);
  font-size: 14px;
  padding: var(--forms-fields-padding,16px);
}

.my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
  color: #000;
  margin-bottom: var(--forms-label-spacing,0);
  font-size: 16px;
  padding: 5px 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]) {
  color: var(--login-messages-color,#69727d);
  font-size: 15px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .elementor-227 .elementor-element.elementor-element-3bc34a8 {
    z-index: 9;
  }
}



/* available at */

.elementor-441 .elementor-element.elementor-element-8a7888d .elementor-icon-list-item > .elementor-icon-list-text, .elementor-441 .elementor-element.elementor-element-8a7888d .elementor-icon-list-item > a { font-family: "Helvetica", Helvetic; font-size: 15px; font-weight: 600; line-height: 28px; letter-spacing: 0.5px; display: flex ; 
}

.elementor-icon-list-text a + a::before {
  content: "";
}

.elementor-icon-list-text a::after {
  content: "";
}


/* checkout field style */

.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text {
background-color: #f9fafa;
  border: 1px solid #00000040;
  border-radius: 6px;
}


/* single page booking button inactive disable style */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #648dcb;
  color: #fff;
}



.jet-abaf-field.jet-abaf-field--has-timepicker {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap !important;
    gap: 20px;
}


input#jet_abaf_field {
    width: 100% !important;
    flex: 100% !important;
}

.jet-abaf-timepicker-fields {
    width: 100% !important;
}

select#check-in-time {
    margin: 0px !important;
    width: 100% !important;
}

select#check-out-time, input#jet_abaf_user_email {
    margin: 0px !important;
    width: 100% !important;
	max-width:100% !important;
}

.jet-abaf-timepicker {
    margin: 0px;
}
.jet-abaf-product-check-in-out {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
}
/* Code Added by Muhammad Zeeshan 
  
* Calendar UI Enhancements
*/

.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .day{
	margin: 2px;
	border: 1px solid #00000020 ! important;
	border-radius: 6px;
	font-size: 12px !important;
	padding: 12px !important;
	background: #f9f9f9;
}
table .day.real-today{
	font-weight: bold;
}
.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .day:hover{
	background: #cdecfa;
}
 .jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .caption{
	background: #eee;
}
.caption th:first-child{
	border-radius: 6px 0 0 6px !important;
}
.caption th:last-child{
	border-radius: 0 6px 6px 0 !important;
}
.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .caption .next,.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .caption .prev{
	background: white;
	padding: 8px 10px !important;
	border-radius: 4px;
	font-size: 14px;
}
.jet-abaf-product-check-in-out .date-picker-wrapper.no-shortcuts{
	border: 1px solid #00000040;
	border-radius: 10px;
}
/* Mobile Responsive Calendar */
@media screen and (max-width: 479px){
		.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper{
		flex-direction: column;
	}
	.jet-abaf-product-check-in-out .date-picker-wrapper, 	.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table{
		max-width: 100% !important;
		width: 100% !important;
	}
	.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .caption .next,.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table .caption .prev{
		padding: 10px 30% !important;
	}
	#check-in-time, #check-out-time{
		border: 1px solid #00000040;
	}
}
select#check-in-time, select#check-out-time{
	color: #000000;
	}

@media screen and (min-width: 480px){
.jet-form .date-picker-wrapper .month-wrapper table,
.jet-form-builder .date-picker-wrapper .month-wrapper table,
.jet-booking-calendar__container .date-picker-wrapper .month-wrapper table,
.jet-abaf-details__booking-dates .date-picker-wrapper .month-wrapper table,
.jet-abaf-product-check-in-out .date-picker-wrapper .month-wrapper table {
    max-width: 300px !important;
    -ms-flex: 0 0 300px !important;
    flex: 0 0 300px !important;
    min-height: 250px !important;
	}}
@media screen and (min-width: 1024px){
/* Booking Form */
	.jet-booking-form{
		width: 100%;
	}
.jet-abaf-field.jet-abaf-field--has-timepicker{
	flex-direction: column;
	flex-wrap: nowrap !important;
	gap: 10px;
}
input#jet_abaf_field{
	flex: 1 1 50% !important;
}
	select#check-in-time, select#check-out-time{
	color: #000000;
	padding-right: 20px !important;
}
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --black:   #0c0c0c;
    --nav-bg:  #111111;
    --white:   #ffffff;
    --body-bg: #ffffff;
    --text:    #333333;
    --text-mid:#515151;
    --text-light: #767676;
    --blue:    #648dcb;
    --blue-dark: #4e74ae;
    --blue-light: #e8eff9;
    --lavender-bg: #ede9f7;
    --lavender-card: rgba(181,165,216,0.18);
    --border:  #e5e7eb;
    --radius:  8px;
    --radius-lg: 16px;
    --radius-xl: 24px;
    --font: 'DM Sans', 'Helvetica Neue', Helvetica, sans-serif;
  }

  html { scroll-behavior: smooth; }
  body { background: var(--body-bg); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

/* ============================================================
   RENT-ANYTHING B2B PAGE — CSS FIXES
   Paste into: WP Admin → Appearance → Customize → Additional CSS
   ============================================================ */

/* ----------------------------------------------------------
   1. HERO — full-screen black cover
   ---------------------------------------------------------- */
.hero {
  min-height: 100vh;
  background: #0c0c0c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 40px 80px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?w=1600&q=50') center/cover no-repeat;
  opacity: 0.12;
}
.hero-content {
  position: relative;
  max-width: 820px;
  width: 100%;
}
.hero-tag {
  display: inline-block;
  background: #648dcb;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.hero h1 em {
  font-style: italic;
  font-weight: 700;
  background: #648dcb;
  padding: 2px 14px;
  border-radius: 6px;
}
.hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  max-width: 580px;
  margin: 0 auto 48px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
.hero-stats {
  display: flex;
  justify-content: center;
  gap: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.hero-stat-num {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.hero-stat-label {
  font-size: 13px;
  color: rgba(255,255,255,0.48);
  margin-top: 4px;
}

/* ----------------------------------------------------------
   2. BUTTONS
   ---------------------------------------------------------- */
.btn-primary {
  background: #648dcb;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  border: 1px solid #648dcb;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: background 0.18s;
}
.btn-primary:hover { background: #4e74ae; }

.btn-outline {
  background: transparent;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 8px;
  border: 1.5px solid rgba(255,255,255,0.35);
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  transition: border-color 0.18s;
}
.btn-outline:hover { border-color: rgba(255,255,255,0.7); }

.nav-cta {
  background: #648dcb;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  border: 1px solid #648dcb;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.18s;
  flex-shrink: 0;
}
.nav-cta:hover { background: #4e74ae; }

/* ----------------------------------------------------------
   3. NAV
   ---------------------------------------------------------- */
nav.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: #111;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  gap: 24px;
}
.nav-logo { flex-shrink: 0; display: flex; align-items: center; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-size: 15px;
  font-weight: 500;
  color: #fff !important;
  text-decoration: none !important;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background 0.18s;
}
.nav-links a:hover { background: rgba(255,255,255,0.1); }

/* ----------------------------------------------------------
   4. LAYOUT — section wrapper
   ---------------------------------------------------------- */
.section {
  padding: 88px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.section-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #648dcb;
  margin-bottom: 14px;
  display: block;
}
.section-title {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.section-title em { font-style: italic; font-weight: 700; }
.section-sub {
  font-size: 17px;
  color: #515151;
  max-width: 560px;
  line-height: 1.7;
}

/* ----------------------------------------------------------
   5. MARQUEE
   ---------------------------------------------------------- */
.marquee-wrap { background: #0c0c0c; padding: 18px 0; overflow: hidden; }
.marquee-track { display: flex; width: max-content; animation: marquee 22s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.marquee-item::after { content: '·'; color: #648dcb; font-size: 20px; margin-left: 28px; }

/* ----------------------------------------------------------
   6. TRUST STRIP
   ---------------------------------------------------------- */
.trust-strip {
  background: #e8eff9;
  padding: 36px 40px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.trust-item { display: flex; align-items: center; gap: 12px; }
.trust-icon {
  width: 40px; height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.trust-text strong { display: block; font-size: 14px; font-weight: 600; color: #333; }
.trust-text span { font-size: 12px; color: #767676; }

/* ----------------------------------------------------------
   7. CATEGORIES — fix alignment
   ---------------------------------------------------------- */
.categories-bg { background: #fff; }
.categories-grid {
  display: flex !important;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 0;
  list-style: none;
}
.category-item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  text-decoration: none !important;
  color: #333;
  transition: transform 0.2s;
  width: 160px;
}
.category-item:hover { transform: translateY(-4px); }
.category-circle {
  width: 160px; height: 160px;
  border-radius: 50%;
  background: #ede9f7;
  display: flex; align-items: center; justify-content: center;
  font-size: 56px;
  overflow: hidden;
  flex-shrink: 0;
}
.category-name { font-size: 15px; font-style: italic; text-align: center; }

/* ----------------------------------------------------------
   8. CATALOG — fix featured card on desktop
   ---------------------------------------------------------- */
.catalog-bg { background: #f9f9fb; }
.catalog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 56px;
}
.catalog-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  text-decoration: none !important;
  color: #333;
  display: block;
}
.catalog-card:hover { box-shadow: 0 8px 32px rgba(100,141,203,0.15); transform: translateY(-3px); }

/* Featured card: spans 2 columns, side-by-side layout */
.catalog-card.featured {
  grid-column: span 2;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}
.catalog-card.featured .card-img {
  height: 100%;
  min-height: 260px;
  border-radius: 0;
}

.card-img {
  height: 180px;
  background: #ede9f7;
  display: flex; align-items: center; justify-content: center;
  font-size: 72px;
  position: relative;
}
.card-badge {
  position: absolute; top: 14px; left: 14px;
  background: #648dcb; color: #fff;
  font-size: 11px; font-weight: 600;
  padding: 4px 12px; border-radius: 999px;
}
.card-body { padding: 24px; }
.card-title { font-size: 20px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.01em; }
.card-desc { font-size: 14px; color: #515151; line-height: 1.65; margin-bottom: 20px; }
.card-specs { border-top: 1px solid #e5e7eb; padding-top: 16px; display: flex; flex-direction: column; gap: 8px; }
.spec-row { display: flex; justify-content: space-between; font-size: 13px; }
.spec-key { color: #767676; }
.spec-val { font-weight: 600; }
.card-cta {
  display: block; margin-top: 20px;
  background: #648dcb; color: #fff !important;
  font-size: 14px; font-weight: 600;
  padding: 11px 20px; border-radius: 8px;
  text-align: center; text-decoration: none !important;
  transition: background 0.18s;
}
.card-cta:hover { background: #4e74ae; }

/* ----------------------------------------------------------
   9. SECTORS — CSS-only tab system
   ---------------------------------------------------------- */
.sectors-bg { background: #fff; }
.sector-tabs-css {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  margin: 48px 0 0;
  overflow-x: auto;
  gap: 0;
}
.sector-tab-link {
  font-size: 15px; font-weight: 500;
  color: #515151 !important;
  padding: 14px 28px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  white-space: nowrap;
  text-decoration: none !important;
  transition: all 0.2s;
}
.sector-tab-link:hover { color: #648dcb !important; border-bottom-color: #648dcb; }
.sector-tab-link:target { color: #648dcb !important; border-bottom-color: #648dcb; }

.sector-panel-wrap { position: relative; }
.sector-panel {
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.sector-visual {
  background: #ede9f7;
  border-radius: 24px;
  height: 380px;
  display: flex; align-items: center; justify-content: center;
  font-size: 110px;
}
.sector-info h3 { font-size: 36px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 14px; }
.sector-info h3 em { font-style: italic; font-weight: 700; }
.sector-info p { font-size: 16px; color: #515151; line-height: 1.7; margin-bottom: 28px; }
.sector-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 36px; padding: 0; }
.sector-list li { font-size: 15px; display: flex; align-items: flex-start; gap: 10px; }
.sector-list li::before { content: ''; width: 8px; height: 8px; background: #648dcb; border-radius: 50%; flex-shrink: 0; margin-top: 7px; }

/* ----------------------------------------------------------
   10. HOW IT WORKS
   ---------------------------------------------------------- */
.how-bg { background: #f9f9fb; }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 56px; }
.how-img { border-radius: 24px; background: #ede9f7; height: 400px; display: flex; align-items: center; justify-content: center; font-size: 100px; }
.how-steps { display: flex; flex-direction: column; gap: 16px; }
.how-step {
  background: rgba(181,165,216,0.18);
  border: 1px solid rgba(181,165,216,0.3);
  border-radius: 16px;
  padding: 24px 24px 24px 20px;
  display: flex; gap: 18px; align-items: flex-start;
}
.step-num {
  width: 40px; height: 40px;
  background: #648dcb; color: #fff;
  font-size: 18px; font-weight: 700;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.step-body h4 { font-size: 17px; font-weight: 600; margin-bottom: 6px; font-style: italic; }
.step-body p { font-size: 14px; color: #515151; line-height: 1.6; }

/* ----------------------------------------------------------
   11. QUOTE SECTION — dark bg + integrated form
   ---------------------------------------------------------- */
.quote-bg { background: #0c0c0c; }
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.quote-info .section-title { color: #fff; }
.quote-info .section-sub { color: rgba(255,255,255,0.58); max-width: 100%; }
.info-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.info-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 20px 22px;
}
.info-card h4 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 6px; font-style: italic; }
.info-card p { font-size: 14px; color: rgba(255,255,255,0.52); line-height: 1.65; }
.contact-list { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.contact-item { display: flex; align-items: center; gap: 14px; }
.contact-icon-wrap {
  width: 44px; height: 44px;
  background: rgba(100,141,203,0.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}
.contact-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.38); font-weight: 600; margin-bottom: 2px; }
.contact-val { font-size: 15px; font-weight: 500; color: #fff; }
.contact-val a { color: #fff !important; text-decoration: none !important; }

/* Quote form — dark-glass card that blends with the section */
.quote-form {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 36px;
}
.form-title { font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: #fff; }

/* WPForms overrides — make the form match the dark theme */
.quote-form .wpforms-form .wpforms-field-label,
.quote-form .wpforms-form label {
  color: rgba(255,255,255,0.65) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}
.quote-form .wpforms-form input[type="text"],
.quote-form .wpforms-form input[type="email"],
.quote-form .wpforms-form input[type="tel"],
.quote-form .wpforms-form input[type="number"],
.quote-form .wpforms-form select,
.quote-form .wpforms-form textarea {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 11px 14px !important;
  transition: border-color 0.18s, background 0.18s !important;
}
.quote-form .wpforms-form input::placeholder,
.quote-form .wpforms-form textarea::placeholder {
  color: rgba(255,255,255,0.3) !important;
}
.quote-form .wpforms-form input:focus,
.quote-form .wpforms-form select:focus,
.quote-form .wpforms-form textarea:focus {
  border-color: #648dcb !important;
  background: rgba(100,141,203,0.1) !important;
  outline: none !important;
}
.quote-form .wpforms-form select option {
  background: #1a1a2e;
  color: #fff;
}
.quote-form .wpforms-submit-container button[type="submit"],
.quote-form .wpforms-form .wpforms-submit {
  background: #648dcb !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 13px 28px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: background 0.18s !important;
  margin-top: 8px !important;
}
.quote-form .wpforms-submit-container button[type="submit"]:hover,
.quote-form .wpforms-form .wpforms-submit:hover {
  background: #4e74ae !important;
}
/* reCAPTCHA badge */
.quote-form .wpforms-recaptcha-container { margin-top: 12px; }

/* ----------------------------------------------------------
   12. FOOTER
   ---------------------------------------------------------- */
footer { background: #111; color: rgba(255,255,255,0.5); padding: 64px 40px 36px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: 0.8; margin-bottom: 16px; display: block; }
.footer-tagline { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.42); max-width: 260px; }
.footer-col h5 { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; padding: 0; margin: 0; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,0.42) !important; text-decoration: none !important; transition: color 0.18s; }
.footer-col a:hover { color: #fff !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 13px; }
.footer-badge { font-size: 13px; color: #648dcb; font-weight: 600; }

/* ----------------------------------------------------------
   13. RESPONSIVE
   ---------------------------------------------------------- */
@media (max-width: 960px) {
  .catalog-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .catalog-card.featured { grid-column: span 2; grid-template-columns: 1fr !important; }
  .catalog-card.featured .card-img { height: 200px; }
  .sector-panel { grid-template-columns: 1fr !important; }
  .sector-visual { display: none; }
  .how-grid { grid-template-columns: 1fr !important; }
  .how-img { display: none; }
  .quote-layout { grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr 1fr !important; }
  .hero-stats { gap: 28px; }
  nav.site-nav { padding: 0 20px; }
  .section { padding: 64px 20px; }
  .trust-strip { padding: 28px 20px; gap: 24px; }
}
@media (max-width: 600px) {
  .catalog-grid { grid-template-columns: 1fr !important; }
  .catalog-card.featured { grid-column: span 1 !important; grid-template-columns: 1fr !important; }
  .footer-top { grid-template-columns: 1fr !important; }
  .nav-links { display: none; }
  .category-circle { width: 110px; height: 110px; font-size: 40px; }
  .category-item { width: 110px; }
}


/* ============================================================
   LUGGAGE CONCIERGE LISBON — CSS
   Paste into: WP Admin → Appearance → Customize → Additional CSS
   Page: rent-anything.com/concierge/
   All classes prefixed lc- to avoid theme conflicts
   ============================================================ */

/* BASE */
.lc-hero, .lc-problem, .lc-how, .lc-services, .lc-trust,
.lc-reviews, .lc-pricing, .lc-cta, .lc-footer {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}
.lc-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* BUTTONS */
.lc-btn {
  display: inline-block;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 100px;
  cursor: pointer;
  border: none;
  transition: opacity .2s, transform .2s;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
}
.lc-btn:hover { opacity: .88; transform: translateY(-1px); }
.lc-btn-black { background: #000; color: #fff !important; }
.lc-btn-blue { background: #648DCB; color: #fff !important; }
.lc-btn-outline { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,.35); }
.lc-btn-lg { padding: 18px 40px; font-size: 16px; }
.lc-full { width: 100%; display: block; text-align: center; }

/* HEADER */
.lc-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #000;
  height: 80px;
  display: flex;
  align-items: center;
}
.lc-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.lc-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.0;
  gap: 1px;
  text-decoration: none;
}
.lc-logo span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: .02em;
}
.lc-logo em { color: #F5C842; font-style: normal; }
.lc-nav ul { display: flex; align-items: center; gap: 36px; list-style: none; margin: 0; padding: 0; }
.lc-nav a { color: #fff; font-size: 15px; font-weight: 500; text-decoration: none; transition: opacity .18s; }
.lc-nav a:hover { opacity: .7; }
.lc-header-right { display: flex; align-items: center; gap: 20px; }
.lc-currency { display: flex; border-radius: 100px; overflow: hidden; border: 1px solid rgba(255,255,255,.3); }
.lc-currency span { padding: 5px 12px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.6); cursor: pointer; }
.lc-currency span.active { background: rgba(255,255,255,.15); color: #fff; }
.lc-cart { color: #fff; font-size: 13px; text-decoration: none; }

/* HERO */
.lc-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: #1a1a1a;
}
.lc-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.52) 0%, rgba(0,0,0,.38) 60%, rgba(0,0,0,.55) 100%),
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1800&q=80') center/cover no-repeat;
  z-index: 0;
}
.lc-hero-content { position: relative; z-index: 2; max-width: 860px; padding: 0 30px; }
.lc-hero-title {
  font-size: clamp(38px, 5.5vw, 64px);
  font-weight: 500;
  color: #fff;
  line-height: 1.18;
  margin-bottom: 16px;
  letter-spacing: -.01em;
}
.lc-hero-title em { font-style: italic; }
.lc-hero-sub {
  font-size: clamp(16px, 1.8vw, 20px);
  color: rgba(255,255,255,.88);
  margin: 0 auto 36px;
  max-width: 640px;
  line-height: 1.6;
}
.lc-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  gap: 8px;
  max-width: 640px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
}
.lc-search select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #333;
  outline: none;
  flex: 1;
  min-width: 0;
  padding: 8px 12px;
  border-right: 1px solid #e0e0e0;
  -webkit-appearance: none;
  cursor: pointer;
}
.lc-search-btn {
  background: #648DCB;
  color: #fff !important;
  text-decoration: none;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  transition: background .2s;
}
.lc-search-btn:hover { background: #507ab8; }

/* SECTION TITLES */
.lc-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 500;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.25;
}
.lc-title em { font-style: italic; }
.lc-sub {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  color: #555;
  font-size: 16px;
  line-height: 1.65;
}

/* GRIDS */
.lc-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 16px;
}
.lc-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* PROBLEM */
.lc-problem { background: #fff; padding: 80px 0; }
.lc-card {
  background: #F7F7F7;
  border-radius: 12px;
  padding: 32px 28px;
  text-align: center;
}
.lc-emoji { font-size: 2.4rem; margin-bottom: 16px; display: block; }
.lc-card h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; color: #000; }
.lc-card p { font-size: 14px; color: #555; line-height: 1.6; margin: 0; }

/* HOW IT WORKS */
.lc-how { background: #F7F7F7; padding: 80px 0; }
.lc-how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; margin-top: 48px; }
.lc-how-photo { border-radius: 12px; overflow: hidden; height: 480px; }
.lc-how-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lc-steps { display: flex; flex-direction: column; gap: 4px; }
.lc-step { display: flex; align-items: flex-start; gap: 24px; }
.lc-step-col { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.lc-bubble {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: #C29DDA;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  font-style: italic;
}
.lc-line { width: 2px; height: 28px; background: rgba(194,157,218,.5); }
.lc-step-card {
  background: #C29DDA;
  border-radius: 12px;
  padding: 20px 24px;
  flex: 1;
  margin-bottom: 12px;
}
.lc-step-card h3 { font-size: 16px; font-weight: 700; font-style: italic; color: #000; margin-bottom: 8px; }
.lc-step-card p { font-size: 14px; color: #2a2a2a; line-height: 1.6; font-style: italic; margin: 0; }
.lc-how-cta { text-align: left; margin-top: 16px; }

/* SERVICES */
.lc-services { background: #fff; padding: 80px 0; }
.lc-svc {
  border: 1.5px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}
.lc-svc:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); transform: translateY(-3px); }
.lc-svc-top { padding: 30px 26px 24px; background: #000; position: relative; }
.lc-svc-blue { background: #648DCB !important; }
.lc-svc-badge {
  position: absolute; top: 16px; right: 16px;
  background: #648DCB; color: #fff; font-size: 11px; font-weight: 700;
  padding: 4px 10px; border-radius: 100px;
}
.lc-svc-icon { font-size: 2rem; margin-bottom: 12px; display: block; }
.lc-svc-top h3 { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 4px; }
.lc-svc-top p { font-size: 13px; color: rgba(255,255,255,.65); margin: 0; }
.lc-svc-price { font-size: 28px; font-weight: 700; color: #fff; margin-top: 14px; }
.lc-svc-price sub { font-size: 14px; font-weight: 400; opacity: .7; }
.lc-svc-body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.lc-svc-body > p { font-size: 14px; color: #555; line-height: 1.65; margin-bottom: 18px; }
.lc-features { list-style: none; margin-bottom: 22px; padding: 0; }
.lc-features li {
  font-size: 13.5px; color: #444; padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex; gap: 8px; align-items: flex-start;
}
.lc-features li:last-child { border-bottom: none; }
.lc-features li::before { content: "✓"; color: #648DCB; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.lc-svc-body .lc-btn { margin-top: auto; }

/* TRUST */
.lc-trust { background: #F7F7F7; padding: 80px 0; }
.lc-trust-card { background: #fff; border-radius: 12px; padding: 28px 22px; text-align: center; }
.lc-trust-card h4 { font-size: 15px; font-weight: 600; color: #000; margin-bottom: 8px; }
.lc-trust-card p { font-size: 13px; color: #666; line-height: 1.55; margin: 0; }

/* REVIEWS */
.lc-reviews { background: #fff; padding: 80px 0; }
.lc-review {
  background: #F7F7F7; border-radius: 14px; padding: 28px 22px;
  display: flex; flex-direction: column; gap: 14px;
}
.lc-stars { color: #F5C842; font-size: 14px; letter-spacing: 1px; }
.lc-review p { font-size: 13.5px; color: #444; line-height: 1.65; font-style: italic; flex: 1; margin: 0; }
.lc-reviewer { border-top: 1px solid #e5e5e5; padding-top: 14px; }
.lc-reviewer strong { display: block; font-size: 14px; font-weight: 600; color: #000; }
.lc-reviewer span { font-size: 12px; color: #888; }

/* PRICING */
.lc-pricing { background: #F7F7F7; padding: 80px 0; }
.lc-pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; max-width: 900px; margin: 40px auto 0;
}
.lc-price-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  border: 1.5px solid #e8e8e8;
  transition: box-shadow .25s, transform .25s;
}
.lc-price-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.09); transform: translateY(-3px); }
.lc-price-card.lc-featured { border-color: #648DCB; box-shadow: 0 4px 20px rgba(100,141,203,.2); }
.lc-price-top { background: #000; padding: 28px 24px 22px; position: relative; }
.lc-price-card.lc-featured .lc-price-top { background: #648DCB; }
.lc-pop-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: #F5C842; color: #000; font-size: 10px; font-weight: 700;
  padding: 4px 14px; border-radius: 0 0 8px 8px;
  letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.lc-price-top h3 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 14px; }
.lc-price-num { font-size: 44px; font-weight: 700; color: #fff; line-height: 1; }
.lc-price-num sup { font-size: 20px; vertical-align: top; margin-top: 6px; }
.lc-price-unit { font-size: 13px; color: rgba(255,255,255,.65); margin-top: 4px; }
.lc-price-body { padding: 22px 24px 26px; }
.lc-price-body .lc-features { margin-bottom: 22px; }
.lc-price-body .lc-features li { border-bottom-color: #f2f2f2; padding: 6px 0; }
.lc-note { text-align: center; margin-top: 28px; font-size: 13px; color: #888; }

/* CTA */
.lc-cta { background: #000; padding: 80px 0; text-align: center; color: #fff; }
.lc-cta-inner { max-width: 700px; }
.lc-cta-icon { font-size: 52px; margin-bottom: 16px; }
.lc-cta h2 { font-size: clamp(28px, 4vw, 48px); font-weight: 500; color: #fff; margin-bottom: 16px; line-height: 1.2; }
.lc-cta h2 em { font-style: italic; }
.lc-cta p { font-size: 17px; color: rgba(255,255,255,.75); margin-bottom: 12px; }
.lc-promo {
  display: inline-block; background: rgba(255,255,255,.1);
  border: 1px dashed rgba(255,255,255,.35); border-radius: 8px;
  padding: 10px 22px; font-size: 14px; color: rgba(255,255,255,.8);
  margin-bottom: 36px;
}
.lc-promo strong { color: #F5C842; }
.lc-cta-btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

/* FOOTER */
.lc-footer { background: #000; padding: 60px 0 0; color: rgba(255,255,255,.7); border-top: 1px solid rgba(255,255,255,.08); }
.lc-footer-grid { display: grid; grid-template-columns: 200px 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; }
.lc-footer-logo { display: flex; flex-direction: column; line-height: 1.0; gap: 2px; margin-bottom: 16px; }
.lc-footer-logo span { font-size: 14px; font-weight: 700; color: #fff; }
.lc-footer-logo em { color: #F5C842; font-style: normal; }
.lc-socials { display: flex; gap: 10px; margin-top: 8px; }
.lc-socials span {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.1); display: flex; align-items: center;
  justify-content: center; font-size: 14px; color: #fff; cursor: pointer;
}
.lc-fcol h4 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 16px; font-style: italic; }
.lc-fcol ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.lc-fcol ul li a { font-size: 13.5px; color: rgba(255,255,255,.6); text-decoration: none; font-style: italic; transition: color .18s; }
.lc-fcol ul li a:hover { color: #fff; }
.lc-fcol p { font-size: 13px; color: rgba(255,255,255,.5); font-style: italic; margin-bottom: 12px; }
.lc-newsletter { display: flex; gap: 8px; }
.lc-newsletter input {
  flex: 1; padding: 10px 14px; border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08);
  color: #fff; font-size: 13px; outline: none;
}
.lc-newsletter .lc-btn { padding: 10px 18px; font-size: 13px; border-radius: 8px; }
.lc-footer-loc { background: rgba(255,255,255,.05); border-top: 1px solid rgba(255,255,255,.08); padding: 16px 0; text-align: center; margin: 0 -30px; }
.lc-footer-loc p { font-size: 13px; color: rgba(255,255,255,.45); font-style: italic; }
.lc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0;
  display: flex; justify-content: space-between; align-items: center;
}
.lc-footer-bottom p { font-size: 12px; color: rgba(255,255,255,.4); font-style: italic; }
.lc-footer-links { display: flex; gap: 16px; }
.lc-footer-links a { font-size: 12px; color: rgba(255,255,255,.4); font-style: italic; text-decoration: none; transition: color .18s; }
.lc-footer-links a:hover { color: rgba(255,255,255,.7); }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .lc-4col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .lc-nav { display: none; }
  .lc-how-grid { grid-template-columns: 1fr; }
  .lc-how-photo { height: 260px; }
  .lc-3col, .lc-pricing-grid { grid-template-columns: 1fr; }
  .lc-4col { grid-template-columns: repeat(2, 1fr); }
  .lc-footer-grid { grid-template-columns: 1fr 1fr; }
  .lc-search { flex-wrap: wrap; border-radius: 16px; padding: 12px; }
  .lc-search select { border-right: none; border-bottom: 1px solid #e0e0e0; width: 100%; }
  .lc-search-btn { width: 100%; border-radius: 10px; text-align: center; }
  .lc-cta-btns { flex-direction: column; align-items: center; }
}
@media (max-width: 480px) {
  .lc-footer-grid { grid-template-columns: 1fr; }
  .lc-4col { grid-template-columns: 1fr; }
}
/* ============================================================
   LUGGAGE CONCIERGE — Search Bar CSS
   APPEND to existing CSS in Appearance → Customize → Additional CSS
   ============================================================ */

/* Search bar — mirrors RA homepage pill style */
/* .lc-sbar {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 100px;
  padding: 8px 8px 8px 24px;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
} */

/* .lc-sbar-field {
  flex: 1;
  min-width: 0;
  padding: 6px 12px;
  cursor: pointer;
  text-align: left;
}

.lc-sbar-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #333;
  letter-spacing: .01em;
  margin-bottom: 2px;
  white-space: nowrap;
} */

/* .lc-sbar-val {
  display: block;
  font-size: 13px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lc-sbar-muted {
  color: #aaa;
}

.lc-sbar-divider {
  width: 1px;
  height: 32px;
  background: #e0e0e0;
  flex-shrink: 0;
}

.lc-sbar-btn {
  background: #648DCB;
  border: none;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background .2s;
  text-decoration: none;
  margin-left: 8px;
}

.lc-sbar-btn:hover {
  background: #507ab8;
}

.lc-sbar-btn svg {
  display: block;
}

/* Responsive */
/*@media (max-width: 768px) {
  .lc-sbar {
    flex-direction: column;
    border-radius: 16px;
    padding: 12px;
    gap: 4px;
    align-items: stretch;
  }
  .lc-sbar-field {
    padding: 8px 4px;
    border-bottom: 1px solid #e0e0e0;
  }
  .lc-sbar-field:last-of-type {
    border-bottom: none;
  }
  .lc-sbar-divider {
    display: none;
  }
  .lc-sbar-btn {
    width: 100%;
    border-radius: 10px;
    height: 44px;
    margin-left: 0;
    margin-top: 4px;
  }
} */

/* ============================================================ 
   JOBS / CAREERS PAGE — CSS
   Paste into: WP Admin → Appearance → Customize → Additional CSS
   Page: rent-anything.com/jobs-at-rent-anything/
   (To change slug to /jobs/ go to WP Admin → Pages → Quick Edit)
   ============================================================ */

/* Google Fonts @import REMOVED 2026-08-17.
   DM Sans was never actually rendering: line ~317 sets
   `font-family: 'Helvetica, DM Sans', sans-serif !important` on
   body/p/h1-h6/li/a/span/div, and quoting two family names as one string makes
   it a family literally called "Helvetica, DM Sans", which does not exist - so
   every element fell through to generic sans-serif. Measured 2026-08-17:
   rendered text width 251.27px, identical to sans-serif, vs 259.28px for real
   DM Sans. That was true in the 2026-08-13 snapshot too, so the "regression"
   recorded below was already the permanent state.
   The site therefore downloaded DM Sans three ways (this @import, Perfmatters
   Local Google Fonts, and a self-hosted @font-face set) and applied it to
   nothing. Removing all three is a pure saving with no visual change.
   TO BRING DM SANS BACK: see docs/FONTS-REVERT.md - the font files are still
   on the server, so it is a CSS-only change. */

.ra-page { font-family: 'DM Sans', Helvetica, sans-serif; color: #222; line-height: 1.6; }

/* HERO */
.ra-hero {
  background: #111;
  color: #fff;
  padding: 88px 48px 80px;
  position: relative;
  overflow: hidden;
}
.ra-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 420px; height: 420px;
  border-radius: 50%;
  background: rgba(115,152,208,0.12);
  pointer-events: none;
}
.ra-hero-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.ra-hero h1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.1;
  max-width: 640px;
  margin-bottom: 20px;
  color: #fff;
}
.ra-hero h1 em {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
}
.ra-hero p {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  max-width: 500px;
  margin-bottom: 40px;
  font-weight: 300;
}
.ra-btn-primary {
  display: inline-block;
  background: #7398D0;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 30px;
  text-decoration: none !important;
  letter-spacing: 0.02em;
}
.ra-btn-outline {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px;
  font-weight: 400;
  padding: 13px 28px;
  border-radius: 30px;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,0.25);
  margin-left: 12px;
  letter-spacing: 0.02em;
}

/* SECTIONS */
.ra-section { padding: 72px 48px; }
.ra-section-alt { background: #f9f9f9; }
.ra-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7398D0;
  margin-bottom: 14px;
}
.ra-section-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #111;
}
.ra-section-title em {
  font-family: 'DM Serif Display', serif;
  font-style: italic;
  font-weight: 400;
}
.ra-section-sub {
  font-size: 16px;
  color: #666;
  max-width: 540px;
  margin-bottom: 48px;
  font-weight: 300;
}

/* VALUES */
.ra-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.ra-value-card {
  background: #fff;
  border: 0.5px solid #e8e8e8;
  border-radius: 16px;
  padding: 32px 28px;
}
.ra-value-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.ra-value-icon.blue { background: #e8f0fb; }
.ra-value-icon.lavender { background: #ede9fc; }
.ra-value-icon.warm { background: #fdf3e0; }
.ra-value-card h3 { font-size: 16px; font-weight: 500; margin-bottom: 8px; color: #111; }
.ra-value-card p { font-size: 14px; color: #777; line-height: 1.65; margin: 0; }

/* PERKS */
.ra-perks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.ra-perk {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  border: 0.5px solid #e8e8e8;
}
.ra-perk-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #7398D0;
  margin-top: 6px;
  flex-shrink: 0;
}
.ra-perk p { font-size: 14px; color: #444; line-height: 1.55; margin: 0; }
.ra-perk strong { color: #111; font-weight: 500; display: block; margin-bottom: 4px; font-size: 14px; }

/* JOB CARDS */
.ra-jobs-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.ra-job-card {
  background: #fff;
  border: 0.5px solid #e2e2e2;
  border-radius: 14px;
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: border-color 0.2s;
  text-decoration: none !important;
  color: inherit !important;
}
.ra-job-card:hover { border-color: #7398D0; }
.ra-job-title { font-size: 16px; font-weight: 500; color: #111; margin-bottom: 6px; }
.ra-job-meta { display: flex; gap: 10px; flex-wrap: wrap; }
.ra-tag { font-size: 12px; padding: 3px 10px; border-radius: 20px; font-weight: 400; }
.ra-tag.city { background: #eef2fa; color: #4a6da3; }
.ra-tag.type { background: #f0fdf5; color: #2e7d50; }
.ra-tag.dept { background: #f5f0fe; color: #6741c0; }
.ra-job-arrow { color: #bbb; font-size: 20px; flex-shrink: 0; }

/* TEAM QUOTES */
.ra-team-section { background: #111; color: #fff; padding: 72px 48px; }
.ra-team-section .ra-eyebrow { color: rgba(255,255,255,0.4); }
.ra-team-section .ra-section-title { color: #fff; }
.ra-team-section .ra-section-sub { color: rgba(255,255,255,0.55); max-width: 540px; margin-bottom: 0; }
.ra-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.ra-quote-card {
  background: rgba(255,255,255,0.05);
  border: 0.5px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 28px;
}
.ra-quote-text {
  font-family: 'DM Serif Display', serif;
  font-size: 15px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 20px;
}
.ra-quote-author { display: flex; align-items: center; gap: 12px; }
.ra-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500;
  flex-shrink: 0;
}
.av-a { background: #7398D0; color: #fff; }
.av-b { background: #C29FDA; color: #4a2d6a; }
.av-c { background: #7eb890; color: #1d4a2b; }
.ra-quote-name { font-size: 13px; font-weight: 500; color: #fff; margin-bottom: 2px; }
.ra-quote-role { font-size: 12px; color: rgba(255,255,255,0.4); }

/* CITIES */
.ra-cities { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.ra-city-card {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding: 40px 32px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.ra-city-card.lisbon {
  background: linear-gradient(135deg, #1a2a4a 0%, #2a3a5a 100%);
  border: 0.5px solid rgba(115,152,208,0.3);
}
.ra-city-card.paris {
  background: linear-gradient(135deg, #2a1a3a 0%, #3a2a4a 100%);
  border: 0.5px solid rgba(194,157,218,0.3);
}
.ra-city-dot { width: 6px; height: 6px; border-radius: 50%; margin-bottom: 12px; }
.lisbon .ra-city-dot { background: #7398D0; }
.paris .ra-city-dot { background: #C29FDA; }
.ra-city-name { font-size: 24px; font-weight: 300; color: #fff; margin-bottom: 6px; }
.ra-city-desc { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }

/* CTA BAND */
.ra-cta-band { background: #7398D0; padding: 64px 48px; text-align: center; }
.ra-cta-band h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 12px;
}
.ra-cta-band h2 em { font-family: 'DM Serif Display', serif; font-style: italic; }
.ra-cta-band p { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.ra-btn-white {
  display: inline-block;
  background: #fff;
  color: #4a6da3 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none !important;
  letter-spacing: 0.02em;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ra-hero { padding: 60px 24px; }
  .ra-hero h1 { font-size: 36px; }
  .ra-section { padding: 48px 24px; }
  .ra-values-grid { grid-template-columns: 1fr; }
  .ra-perks-grid { grid-template-columns: 1fr; }
  .ra-quotes { grid-template-columns: 1fr; }
  .ra-cities { grid-template-columns: 1fr; }
  .ra-team-section { padding: 48px 24px; }
  .ra-cta-band { padding: 48px 24px; }
  .ra-btn-outline { margin-left: 0; margin-top: 12px; display: inline-block; }
}
/* ---------------------------------------------------------------------------
 * Availability block (ra-availability-block.php v1.4.0)
 *
 * Visible to visitors since 2026-08-17. It was hidden in v1.2.0 because it
 * rendered as raw unstyled text; these rules are what makes unhiding safe, so
 * do not remove them without hiding the block again first.
 * ------------------------------------------------------------------------ */

.ra-availability {
  margin: 2rem 0;
  padding: 1.25rem;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fafafa;
}

.ra-availability__definition { margin: 0 0 1.25rem; }

.ra-availability__title,
.ra-availability__subtitle,
.ra-availability__summary-title {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 1.5rem 0 .5rem;
}
.ra-availability__title { margin-top: 0; }

.ra-availability__open strong { color: #1a7f37; }
.ra-availability__booked strong { color: #9a3412; }

/* Both tables scroll inside their own box. Without this the rate table pushes
 * the whole page sideways on a 375px screen. */
.ra-availability__rates,
.ra-availability__terms-table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: .75rem 0;
}

.ra-availability__rates caption,
.ra-availability__terms-table caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: .4rem;
}

.ra-availability__rates th,
.ra-availability__rates td,
.ra-availability__terms-table th,
.ra-availability__terms-table td {
  padding: .5rem .75rem;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  white-space: nowrap;
}

.ra-availability__terms-table td { white-space: normal; }

.ra-availability__note { font-size: .9rem; color: #555; }
.ra-availability__summary { margin: .5rem 0 0; padding-left: 1.25rem; }
.ra-availability__summary li { margin-bottom: .35rem; }
.ra-availability__checked { font-size: .85rem; color: #666; margin-top: 1rem; }

@media (max-width: 480px) {
  .ra-availability { padding: 1rem; }
  .ra-availability__title,
  .ra-availability__subtitle,
  .ra-availability__summary-title { font-size: 1.05rem; }
}

/* Added 2026-08-17, second pass: classes emitted by ra-availability-block.php
 * v1.4.1 that the first pass missed. The glossary, the two extra headings and
 * the provenance line were added to the PHP after the CSS was written, so they
 * were rendering with browser defaults - the __glossary-title and __terms-title
 * H2s in particular did not match the other headings in the same block. */

.ra-availability__glossary-title,
.ra-availability__terms-title {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 1.5rem 0 .5rem;
}

.ra-availability__glossary {
  margin: 0 0 1.25rem;
  padding: 0;
}
.ra-availability__glossary dt {
  font-weight: 600;
  margin-top: .75rem;
}
.ra-availability__glossary dd {
  margin: .2rem 0 0;
  padding-left: 0;
}

.ra-availability__rate-answer,
.ra-availability__min-answer,
.ra-availability__delivery-answer,
.ra-availability__cancel-answer {
  margin: 0 0 .75rem;
}

.ra-availability__summary-lead {
  margin: 0 0 .5rem;
  font-weight: 600;
}

.ra-availability__provenance {
  font-size: .85rem;
  color: #666;
  margin-top: .75rem;
}

@media (max-width: 480px) {
  .ra-availability__glossary-title,
  .ra-availability__terms-title { font-size: 1.05rem; }
}

/* ---------------------------------------------------------------------------
 * Prose defaults inside product descriptions
 *
 * WHY: line ~1259 of this file carries an unscoped reset
 *   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 * It arrived as the first line of a self-contained page design - the :root
 * token block and the .ra-hero / .ra-cta-band / .ra-values-grid rules sit
 * directly below it, so it was written for one page and pasted into the
 * site-wide stylesheet. `*` does not respect that intent. It strips ul's
 * default padding-inline-start and p's default margins on EVERY page.
 *
 * Symptom reported 2026-08-17: list bullets flush against the left edge of the
 * text in product descriptions, and paragraphs running together with no gaps.
 *
 * The real repair is to scope that reset to the page it was written for, but
 * that cannot be done blind - the About page may now depend on it, and a
 * global change is how this site went down before.
 *
 * WHY :where() - the availability block renders INSIDE this same panel (it
 * appends to the_content), so a plain `.woocommerce-Tabs-panel h2` at
 * specificity (0,1,1) would beat `.ra-availability__title` at (0,1,0) and
 * clobber the block's own spacing. :where() contributes zero specificity, so
 * these land at (0,0,1): enough to beat the `*` reset at (0,0,0), never enough
 * to beat a component that styles itself. They behave like browser defaults,
 * which is exactly what they are restoring.
 * ------------------------------------------------------------------------ */

:where(.woocommerce-Tabs-panel, .woocommerce-product-details__short-description) p {
  margin: 0 0 1em;
}

:where(.woocommerce-Tabs-panel, .woocommerce-product-details__short-description) ul,
:where(.woocommerce-Tabs-panel, .woocommerce-product-details__short-description) ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;   /* the reset zeroed this; it is why bullets sat flush left */
}

:where(.woocommerce-Tabs-panel) ul { list-style: disc outside; }
:where(.woocommerce-Tabs-panel) ol { list-style: decimal outside; }

:where(.woocommerce-Tabs-panel, .woocommerce-product-details__short-description) li {
  margin-bottom: .4em;
  line-height: 1.55;
}

/* Nested lists keep indenting rather than collapsing onto the parent. */
:where(.woocommerce-Tabs-panel) li > ul,
:where(.woocommerce-Tabs-panel) li > ol {
  margin: .4em 0;
}

/* Headings lost their margins to the same reset, which is most of the
 * "sandwiched" feel - a heading sitting directly on the paragraph above it. */
:where(.woocommerce-Tabs-panel) h2,
:where(.woocommerce-Tabs-panel) h3,
:where(.woocommerce-Tabs-panel) h4 {
  margin: 1.75em 0 .5em;
  line-height: 1.3;
}
:where(.woocommerce-Tabs-panel) > h2:first-child { margin-top: 0; }

/* The description was pasted from an AI chat export and carries stray
 * ds-markdown-paragraph classes on some <p> and <li>. They have no rules
 * anywhere on this site - noted here so the next person who greps finds an
 * explanation rather than a mystery. Worth stripping from the post content. */
:where(.woocommerce-Tabs-panel) .ds-markdown-paragraph { margin-bottom: .4em; }

/* ---------------------------------------------------------------------------
 * Colour contrast fixes (WCAG 2.1 AA, 4.5:1 for normal text)
 *
 * Lighthouse accessibility 2026-08-17 flagged five elements. Each replacement
 * below is a value ALREADY DEFINED in this file's own :root token block, so
 * this aligns the site with its own design system rather than inventing colours:
 *
 *   #7a7a7a  4.29:1  ->  #767676 (--text-light)  4.54:1
 *   #7398d0  2.94:1  ->  #4e74ae (--blue-dark)   4.74:1
 *   white on #648dcb 3.37:1 -> white on #4e74ae  4.74:1
 *
 * Scoped to the flagged contexts rather than replacing #648dcb globally: it
 * appears in six places as both a background and a text colour, and a
 * project-wide colour swap is the kind of cascading change CLAUDE.md warns
 * against. Widen these selectors only with a fresh Lighthouse run to justify it.
 * ------------------------------------------------------------------------ */

/* 1. Body copy inside Elementor text widgets (was #7a7a7a on white).
 *    Excludes .ra-availability: that block sits on #fafafa, where #767676 is
 *    only 4.35:1, and its content is primary rather than secondary anyway. */
.elementor-widget-container p:not(.ra-availability p),
.elementor-widget-text-editor p:not(.ra-availability p) {
  color: #767676;
}

/* The availability block is primary content on a #fafafa panel. --text at
 * #333333 is ~11:1 there, and reads better than a secondary grey. */
.ra-availability,
.ra-availability p,
.ra-availability li,
.ra-availability td,
.ra-availability th,
.ra-availability dd,
.ra-availability dt {
  color: #333333;
}
.ra-availability__note,
.ra-availability__checked,
.ra-availability__provenance,
.ra-availability__sources {
  color: #595959;   /* 6.4:1 on #fafafa - secondary, still comfortably AA */
}

/* 2. Links inside the product description tab (was #7398d0, 2.94:1 - the worst
 *    offender on the page, and link text must reach 4.5:1 like any other text).
 *
 *    The underline is not decoration. Darkening the link colour alone made links
 *    only 1.04:1 against the surrounding body text, which fails "links rely on
 *    colour to be distinguishable" - colour must never be the only signal. An
 *    underline satisfies it regardless of what either colour later becomes. */
.woocommerce-Tabs-panel a,
#tab-description a {
  color: #4e74ae;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 3. Form field text and placeholder (was #7a7a7a). Placeholders are commonly
 *    left at a failing contrast because they look "secondary"; they are still
 *    text a user has to read. */
.elementor-field-textual,
input.elementor-field,
.elementor-field-textual::placeholder,
input.elementor-field::placeholder {
  color: #767676;
}

/* 4. Button text on the brand blue. White on #648dcb is 3.37:1; the same white
 *    on --blue-dark is 4.74:1. Applied to the button background rather than
 *    lightening the text, so the label stays white. */
.elementor-button,
button.elementor-button,
.elementor-field-group button[type="submit"] {
  background-color: #4e74ae;
}

/* Keep the focus ring visible and high-contrast. Never remove it: a keyboard
 * user who cannot see focus cannot use the page. :focus-visible so it appears
 * for keyboard users without firing on mouse clicks. */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #4e74ae;
  outline-offset: 2px;
}

/* Newsletter form: Elementor scopes its own colours per element
 * (.elementor-element-XXXX .elementor-field), which outranks the rules above.
 * !important here matches how the rest of this file already overrides Elementor,
 * and is scoped to .elementor-form so it cannot leak to unrelated buttons. */
.elementor-form .elementor-field,
.elementor-form input.elementor-field,
.elementor-form .elementor-field-textual {
  color: #767676 !important;
}
.elementor-form .elementor-field::placeholder,
.elementor-form input.elementor-field::placeholder {
  color: #767676 !important;
  opacity: 1;            /* Firefox dims placeholders by default, undoing the fix */
}
.elementor-form .elementor-button,
.elementor-form button.elementor-button {
  background-color: #4e74ae !important;   /* white text -> 4.74:1 */
}

/* ---------------------------------------------------------------------------
 * Shop archive clarity block (ra-shop-clarity.php v1.0.0), added 2026-08-18
 *
 * /shop scored 54 (F), the worst page on the site, because its 1130 words were
 * card titles, filter labels and the footer - no prose under any heading. The
 * plugin adds a headed, question-framed section after the product grid. These
 * rules are what stop it rendering as raw text, the same way the availability
 * block's rules do; the two share a visual language on purpose, since a reader
 * moving from /shop to a product page should recognise the same component.
 * ------------------------------------------------------------------------ */

.ra-shop-clarity {
  margin: 2.5rem 0 1rem;
  padding: 1.25rem;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  background: #fafafa;
}

.ra-shop-clarity h2 {
  font-size: 1.15rem;
  line-height: 1.3;
  margin: 1.5rem 0 .5rem;
}
.ra-shop-clarity h2:first-child { margin-top: 0; }

.ra-shop-clarity p { margin: 0 0 .85rem; }
.ra-shop-clarity ul { margin: .5rem 0 0; padding-left: 1.25rem; }
.ra-shop-clarity li { margin-bottom: .35rem; }

/* Scrolls inside its own box. A three-column table with a city name and a
 * currency figure still overflows a 375px screen without this. */
.ra-shop-clarity__table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin: .75rem 0 1.25rem;
}

.ra-shop-clarity__table caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: .4rem;
}

.ra-shop-clarity__table th,
.ra-shop-clarity__table td {
  padding: .5rem .75rem;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  white-space: nowrap;
}

.ra-shop-clarity__byline {
  font-size: .85rem;
  color: #555;
  margin-top: 1.25rem;
}

@media (max-width: 480px) {
  .ra-shop-clarity { padding: 1rem; }
  .ra-shop-clarity h2 { font-size: 1.05rem; }
}

/* The block renders from elementor/theme/after_do_archive, which sits OUTSIDE
 * Elementor's content container, so without a width it spans the full viewport
 * and looks nothing like the rest of the page. 1140px is Elementor's default
 * container width. Harmless if the block is ever nested inside a container
 * instead (via the [ra_shop_clarity] shortcode), since max-width only ever
 * shrinks it. */
.ra-shop-clarity {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------------------------
 * Browse Rentals mega-menu contrast fix, added 2026-08-18
 *
 * The new header template (Elementor template 8764) renders a nested mega-menu
 * whose panel background is #648DCB. Measured in a real browser with the menu
 * open, compositing translucent layers over their ancestors:
 *
 *   49 of 50 text elements failed WCAG AA
 *   white on #648DCB              3.38:1  (needs 4.5)
 *   #E0E0E0 labels on #648DCB     2.56:1  (needs 4.5)
 *   white on the translucent cards 2.58:1 (needs 4.5)
 *
 * Recolouring the panel to near-black takes that to 1 failure of 50 and needs no
 * text changes at all, because the menu's text is already white. It also matches
 * the black site header, so the dropdown reads as part of it.
 *
 * White was tried and rejected: it scored worse (26 failures) because the
 * template's own text colours out-specify an override, so every label, heading
 * and link would need one - more CSS for a worse result.
 *
 * Selectors are Elementor element ids, which is brittle by nature: if the
 * developer rebuilds the menu these stop matching and the blue returns. Re-check
 * with tooling/render-check.mjs after any header change.
 *
 *   952c2c0  the menu panel itself
 *   1bf5baa  the Express Booking sub-panel   (was rgba(255,255,255,.125))
 *   b7a7938  the Recently rented cards       (was rgba(255,255,255,.19))
 * ------------------------------------------------------------------------ */

.e-n-menu-content .elementor-element-952c2c0 {
  background-color: #111 !important;
}

.e-n-menu-content .elementor-element-1bf5baa,
.e-n-menu-content .elementor-element-b7a7938 {
  background-color: rgba(255, 255, 255, .10) !important;
}
