@charset "UTF-8";
/* ===== Design tokens ===== */
:root {
  --bg: #ffffff;
  --bg-dark: #0a0e1a;
  --surface-2: #f6f7fb;
  --text: #0a0e1a;
  --muted: #5a6478;
  --border: #e6e8ee;
  --accent: #ff6a00;
  --accent-hover: #e85a00;
  --accent-tint: rgba(255, 106, 0, 0.12);
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-lg: 0 20px 40px rgba(10, 14, 26, 0.12);
  --shadow-md: 0 4px 12px rgba(10, 14, 26, 0.08);
}

/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/** Import theme styles */
/*=====================================
=            MEDIA QUERIES            =
=====================================*/
/*=====  End of MEDIA QUERIES  ======*/
/*==============================
=            MIXINS            =
==============================*/
/*=====  End of MIXINS  ======*/
/*========================================
=            EXTEND SELECTORS            =
========================================*/
/*=====  End of EXTEND SELECTORS  ======*/
/* PROJECT MIXINS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.ios input,
.safari input {
  opacity: 1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sixing: border-box;
}

.comment-list ol {
  list-style: none;
}

/** Search form */
.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 15px auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 15px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 820px) and (orientation: landscape) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }
  .alignright {
    float: right;
    margin-left: 15px;
  }
}
/** Captions */
/** Text meant only for screen readers */
/* ===== Custom Premium Header ===== */
.banner-custom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: -webkit-linear-gradient(315deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  background: -o-linear-gradient(315deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  background: linear-gradient(135deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  z-index: 1000;
  -webkit-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Inter", -apple-system, sans-serif;
  /* Container-i i brendshëm mban përmbajtjen të rreshtuar */
}
.banner-custom .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banner-custom {
  /* Brand Logo */
}
.banner-custom .brand-logo {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.03em;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 1010;
}
.banner-custom .brand-logo .site-logo {
  max-width: 40px; /* Adjust this value based on your layout requirements */
  overflow: hidden;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1023px) {
  .banner-custom .brand-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; /* Locks logo to the far left side */
  }
}
@media (min-width: 768px) {
  .banner-custom .brand-logo {
    font-size: 24px;
  }
}
.banner-custom .brand-logo span {
  color: #df9d3f;
}
.banner-custom {
  /* Right Action Wrapper Element */
}
.banner-custom .header-actions-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  color: white;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-custom .header-actions-right svg {
  fill: white;
  -webkit-transition: ease-in-out;
  -o-transition: ease-in-out;
  transition: ease-in-out;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.banner-custom .header-actions-right svg:hover {
  fill: #df9d3f;
}
@media (max-width: 1023px) {
  .banner-custom .header-actions-right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto; /* Pushes the CTA elements cleanly to the right side next to toggle */
    margin-right: 15px;
  }
}
.banner-custom {
  /* =======================================================
     RESPONSIVE NAVIGATION ENGINE (MOBILE-FIRST CONTROL)
     ======================================================= */
}
@media (max-width: 1023px) {
  .banner-custom .nav-primary-custom {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid #edf2f7;
    border-radius: 24px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  }
}
.banner-custom .nav-primary-custom .nav-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .banner-custom .nav-primary-custom .nav-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .banner-custom .nav-primary-custom .nav-menu-list {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .banner-custom .nav-primary-custom .nav-menu-list li {
    width: 100%;
    border-bottom: 1px solid #edf2f7;
  }
  .banner-custom .nav-primary-custom .nav-menu-list li:last-child {
    border-bottom: none;
  }
}
.banner-custom .nav-primary-custom .nav-menu-list li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  /* Mobile color setup */
}
@media (max-width: 1023px) {
  .banner-custom .nav-primary-custom .nav-menu-list li a {
    color: #2b2b2b;
    padding: 14px 10px;
  }
}
.banner-custom .nav-primary-custom .nav-menu-list li a {
  /* Desktop color setup */
}
@media (min-width: 1024px) {
  .banner-custom .nav-primary-custom .nav-menu-list li a {
    color: rgba(255, 255, 255, 0.85);
  }
}
.banner-custom .nav-primary-custom .nav-menu-list li a:hover {
  color: #df9d3f;
}
.banner-custom .nav-primary-custom .nav-menu-list li.current-menu-item a {
  color: #df9d3f;
  font-weight: 600;
}
.banner-custom {
  /* Action CTA Phone Button */
}
.banner-custom .btn-header-phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1010;
}
@media (min-width: 768px) {
  .banner-custom .btn-header-phone {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .banner-custom .btn-header-phone span {
    display: none;
  }
  .banner-custom .btn-header-phone {
    padding: 10px;
  }
}
.banner-custom .btn-header-phone:hover {
  background: #df9d3f;
  border-color: #df9d3f;
  color: #0b2240;
}
.banner-custom {
  /* MODERN HAMBURGER TOGGLE BUTTON */
}
.banner-custom .menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 24px;
  height: 16px; /* Optimized height vector box for perfect alignment transitions */
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1010;
}
@media (max-width: 1023px) {
  .banner-custom .menu-toggle {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; /* Places toggle on the far right edge of the viewport wrapper */
  }
}
@media (min-width: 1024px) {
  .banner-custom .menu-toggle {
    display: none;
  }
}
.banner-custom .menu-toggle span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center; /* Shifted to absolute center layout for clean geometrical X transformations */
}
.banner-custom {
  /* =======================================================
     JS STATE HANDLING: MOBILE INTERFACE IS OPEN
     ======================================================= */
}
@media (max-width: 1023px) {
  .banner-custom.mobile-menu-open .nav-primary-custom {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
  }
  .banner-custom.mobile-menu-open {
    /* Transform Hamburger Lines into an Close "X" Symbol */
  }
  .banner-custom.mobile-menu-open .menu-toggle span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
         -o-transform: translateY(7px) rotate(45deg);
            transform: translateY(7px) rotate(45deg);
  }
  .banner-custom.mobile-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  .banner-custom.mobile-menu-open .menu-toggle span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
         -o-transform: translateY(-7px) rotate(-45deg);
            transform: translateY(-7px) rotate(-45deg);
  }
}
.banner-custom {
  /* =======================================================
     STILI I RI "FLOATING PILL" SCROLLED DESIGN
     ======================================================= */
}
.banner-custom.is-scrolled {
  top: 20px;
  left: 0;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  width: calc(100% - 40px);
  margin: 0 20px;
  max-width: none;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.banner-custom.is-scrolled .brand-logo {
  color: #0b2240;
}
.banner-custom.is-scrolled {
  /* Adapt Menu Toggle Lines for Scrolled White Background */
}
.banner-custom.is-scrolled .menu-toggle span {
  background-color: #0b2240;
}
.banner-custom.is-scrolled {
  /* Adapt Desktop Links for Scrolled Viewports */
}
@media (min-width: 1024px) {
  .banner-custom.is-scrolled .nav-primary-custom .nav-menu-list li a {
    color: #2b2b2b;
  }
  .banner-custom.is-scrolled .nav-primary-custom .nav-menu-list li a:hover {
    color: #df9d3f;
  }
}
.banner-custom.is-scrolled .btn-header-phone {
  color: #0b2240;
  background: rgba(11, 34, 64, 0.05);
  border-color: rgba(11, 34, 64, 0.1);
}
.banner-custom.is-scrolled .btn-header-phone:hover {
  background: #0b2240;
  border-color: #0b2240;
  color: #ffffff;
}
.banner-custom.is-scrolled .header-actions-right svg {
  stroke: #0b2240;
}
.banner-custom.is-scrolled .header-actions-right svg:hover {
  fill: #0b2240;
}

/* Default transparent vetëm në Front Page kur është në krye */
body.home .banner-custom:not(.is-scrolled) {
  background: transparent;
}

/* =======================================================
   STILI I VEÇANTË PËR SINGLE PRODUCT PAGE (GRADIENT OVERRIDES)
   ======================================================= */
body.single-product .banner-custom:not(.is-scrolled) {
  background: -webkit-linear-gradient(315deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  background: -o-linear-gradient(315deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  background: linear-gradient(135deg, #427AB5 0%, #406AAF 58%, #F7DD7D 100%);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}
body.single-product .banner-custom:not(.is-scrolled) .menu-toggle span {
  background-color: #ffffff;
}
body.single-product .banner-custom:not(.is-scrolled) .brand-logo {
  color: #ffffff;
}
body.single-product .banner-custom:not(.is-scrolled) .btn-header-phone {
  color: #ffffff;
  background: #df9d3f;
  border-color: #df9d3f;
}
body.single-product .banner-custom:not(.is-scrolled) .btn-header-phone:hover {
  background: #df9d3f;
  border-color: #df9d3f;
  color: #ffffff;
}

/* ==========================================================================
   PREMIUM DARK FOOTER - RENTE
   ========================================================================== */
.custom-premium-footer {
  background-color: #0b1120;
  color: #ffffff;
  font-family: "Inter", -apple-system, sans-serif;
  padding: 80px 0 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 15px;
  /* Container bounds (matches your global container) */
}
.custom-premium-footer .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-premium-footer {
  /* Grid Layout for Top Section */
}
.custom-premium-footer .footer-top-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  /* Mobile override: stack everything */
}
@media (max-width: 768px) {
  .custom-premium-footer .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 40px;
  }
}
.custom-premium-footer {
  /* Column 1: Brand Area */
}
.custom-premium-footer .footer-brand-col {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .custom-premium-footer .footer-brand-col {
    padding-right: 0;
  }
}
.custom-premium-footer .footer-brand-col .footer-logo {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-premium-footer .footer-brand-col .footer-logo .site-logo {
  max-width: 40px; /* Adjust this value based on your layout requirements */
  overflow: hidden;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom-premium-footer .footer-brand-col .footer-logo span {
  color: #df9d3f; /* Signature Gold Accent */
}
.custom-premium-footer .footer-brand-col .footer-logo:hover {
  opacity: 0.85;
}
.custom-premium-footer .footer-brand-col .footer-description {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  max-width: 320px;
  margin: 0;
}
.custom-premium-footer {
  /* Columns 2 & 3: Links */
}
.custom-premium-footer .footer-links-col .footer-heading {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px 0;
  letter-spacing: 0.02em;
}
.custom-premium-footer .footer-links-col .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.custom-premium-footer .footer-links-col .footer-menu li a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
.custom-premium-footer .footer-links-col .footer-menu li a:hover {
  color: #df9d3f; /* Highlights gold on hover */
  -webkit-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px); /* Subtle nudge effect */
}
.custom-premium-footer {
  /* Bottom Bar: Copyright & Meta */
}
.custom-premium-footer .footer-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  /* Mobile override: stack and center text */
}
@media (max-width: 768px) {
  .custom-premium-footer .footer-bottom-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 12px;
  }
}
.custom-premium-footer .footer-bottom-bar .copyright-text {
  font-weight: 400;
}
.custom-premium-footer .footer-bottom-bar .footer-meta-text {
  font-weight: 400;
}

body#tinymce {
  margin: 12px !important;
}

/* ===== Custom Front Page - Styled like CARS Punta Cana ===== */
/* ===== Animacioni Fade In për hapjen e faqes ===== */
@-webkit-keyframes webSiteFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-o-keyframes webSiteFadeIn {
  from {
    opacity: 0;
    -o-transform: translateY(15px);
       transform: translateY(15px);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}
@keyframes webSiteFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLocalVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeInLocalVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInLocalVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.front-page-wrapper {
  background-color: #fafafa;
  font-family: "Inter", -apple-system, sans-serif;
  color: #2b2b2b;
  width: 100%;
  /* Aplikimi i animacionit */
  opacity: 0;
  -webkit-animation: webSiteFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
       -o-animation: webSiteFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: webSiteFadeIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.front-page-wrapper .text-center {
  text-align: center;
}
.front-page-wrapper .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.front-page-wrapper {
  /* ===== Hero Section with Local Video ===== */
}
.front-page-wrapper .hero-section-custom {
  position: relative;
  padding: 160px 0 240px 0;
  color: #ffffff;
  text-align: left;
  overflow: hidden;
  /* FIX: Gradienti ekzakt që përdorëm te single-product */
  background: #c2e9fb; /* Fallback */
  background: -webkit-linear-gradient(315deg, #a1c4fd 0%, #c2e9fb 50%, #f5e6d3 100%);
  background: -o-linear-gradient(315deg, #a1c4fd 0%, #c2e9fb 50%, #f5e6d3 100%);
  background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 50%, #f5e6d3 100%);
  /* Stili i ri i thjeshtuar për videon lokale */
}
.front-page-wrapper .hero-section-custom .hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  /* Animacioni i zbehjes kur ngarkohet */
  opacity: 0;
  -webkit-animation: fadeInLocalVideo 1s ease-in-out forwards;
       -o-animation: fadeInLocalVideo 1s ease-in-out forwards;
          animation: fadeInLocalVideo 1s ease-in-out forwards;
}
.front-page-wrapper .hero-section-custom {
  /* Overlay i errët mbi video */
}
.front-page-wrapper .hero-section-custom .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  background: -o-linear-gradient(315deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  background: linear-gradient(135deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  z-index: 1;
}
.front-page-wrapper .hero-section-custom .hero-overlay-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.front-page-wrapper .hero-section-custom .relative-z {
  position: relative;
  z-index: 2;
}
.front-page-wrapper .hero-section-custom .hero-badge-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  backdrop-filter: blur(4px);
}
.front-page-wrapper .hero-section-custom .hero-badge-tag .dot {
  width: 8px;
  height: 8px;
  background-color: #df9d3f;
  border-radius: 50%;
}
.front-page-wrapper .hero-section-custom .hero-title {
  font-size: clamp(34px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.15;
  max-width: 850px;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
.front-page-wrapper .hero-section-custom .hero-title .accent-text {
  color: #df9d3f;
  font-weight: 600;
}
.front-page-wrapper .hero-section-custom .hero-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 650px;
  margin-bottom: 36px;
}
.front-page-wrapper .hero-section-custom .hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.front-page-wrapper .hero-section-custom .hero-trust-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  font-size: 14px;
  color: #fff;
}
.front-page-wrapper .hero-section-custom .hero-trust-badges .stars, .front-page-wrapper .hero-section-custom .hero-trust-badges .check {
  color: #df9d3f;
  font-weight: bold;
}
.front-page-wrapper .hero-section-custom .hero-trust-badges .badge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.front-page-wrapper {
  /* ===== Buttons ===== */
}
.front-page-wrapper .btn-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.front-page-wrapper .btn-pill.btn-reserve {
  background-color: #b37d32;
  background: -webkit-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: -o-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: linear-gradient(135deg, #0053CB 0%, #06213E 100%);
  color: #ffffff;
  border: none;
}
.front-page-wrapper .btn-pill.btn-reserve:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 141, 68, 0.4);
          box-shadow: 0 4px 15px rgba(192, 141, 68, 0.4);
}
.front-page-wrapper .btn-pill.btn-whatsapp {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
}
.front-page-wrapper .btn-pill.btn-whatsapp:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.front-page-wrapper .btn-pill.btn-outline-dark {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  background: transparent;
}
.front-page-wrapper .btn-pill.btn-outline-dark:hover {
  background: #2b2b2b;
  color: #fff;
}
.front-page-wrapper .btn-pill.btn-sm {
  padding: 8px 18px;
  font-size: 13px;
}
.front-page-wrapper {
  /* ===== Booking Widget ===== */
}
.front-page-wrapper .booking-widget-section {
  padding: 0;
  margin-top: -120px;
  position: relative;
  z-index: 10;
}
.front-page-wrapper .booking-widget-card-wrap {
  background: -webkit-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: -o-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: linear-gradient(135deg, #0053CB 0%, #06213E 100%);
  border-radius: 24px;
  padding: 35px 40px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  border: 8px solid rgb(255, 255, 255);
}
.front-page-wrapper .booking-widget-card-wrap .widget-header-text {
  text-align: center;
  margin-bottom: 25px;
}
.front-page-wrapper .booking-widget-card-wrap .widget-header-text h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 6px 0;
  color: #fff;
}
.front-page-wrapper .booking-widget-card-wrap .widget-header-text p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 14px;
}
.front-page-wrapper .booking-widget-card-wrap .widget-inner-form {
  /* Formati i brendshëm i data-booking-widget-it tend do t'i merr stilet nga plugin-i yt */
  min-height: 80px;
}
.front-page-wrapper .booking-widget-card-wrap .widget-footer-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.front-page-wrapper .booking-widget-card-wrap .widget-footer-features .w-feat {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.front-page-wrapper .booking-widget-card-wrap .widget-footer-features .w-feat .check {
  color: #52c41a;
  font-weight: bold;
}
.front-page-wrapper {
  /* ===== Features Section ===== */
}
.front-page-wrapper .features-section {
  padding: 80px 0;
}
.front-page-wrapper .features-section .section-head h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}
.front-page-wrapper .features-grid-custom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.front-page-wrapper .feature-card-custom {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
}
.front-page-wrapper .feature-card-custom .icon-wrap {
  width: 44px;
  height: 44px;
  background: #fdf6ec;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  color: #c08d44;
}
.front-page-wrapper .feature-card-custom h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.front-page-wrapper .feature-card-custom p {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.front-page-wrapper {
  /* ===== Featured Cars Section ===== */
}
.front-page-wrapper .section-featured-cars {
  background-color: #f3f4f6;
  padding: 80px 0;
}
.front-page-wrapper .section-featured-cars .row-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
.front-page-wrapper .section-featured-cars .row-between .title-area h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
}
.front-page-wrapper .cars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.front-page-wrapper .car-card-custom {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.front-page-wrapper .car-card-custom:hover {
  -webkit-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.front-page-wrapper .car-card-custom .img {
  aspect-ratio: 16/10;
  background: #f9fafb;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.front-page-wrapper .car-card-custom .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.front-page-wrapper .car-card-custom .body {
  padding: 20px;
}
.front-page-wrapper .car-card-custom .cat {
  font-size: 11px;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 600;
}
.front-page-wrapper .car-card-custom .name {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 12px 0;
}
.front-page-wrapper .car-card-custom .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6b7280;
}
.front-page-wrapper .car-card-custom .specs .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.front-page-wrapper .car-card-custom .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f3f4f6;
  padding-top: 15px;
}
.front-page-wrapper .car-card-custom .price .amt {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}
.front-page-wrapper {
  /* ===== Responsive Mobile ===== */
}
@media (max-width: 768px) {
  .front-page-wrapper .hero-section-custom {
    padding: 100px 0 160px 0;
  }
  .front-page-wrapper .booking-widget-section {
    margin-top: -80px;
  }
  .front-page-wrapper .booking-widget-card-wrap {
    padding: 24px 20px;
  }
  .front-page-wrapper .section-featured-cars .row-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/**
 * =========================================================================
 * PRETTIER MODERN RESPONSIVE CHECKOUT INTERFACE (SCSS)
 * =========================================================================
 */
form.checkout.woocommerce-checkout {
  max-width: 1140px;
  margin: 20px auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2d3748;
}
@media (min-width: 768px) {
  form.checkout.woocommerce-checkout {
    margin: 40px auto;
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: 1fr 400px;
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
form.checkout.woocommerce-checkout::before, form.checkout.woocommerce-checkout::after {
  display: none !important;
}
form.checkout.woocommerce-checkout {
  /* --- Typography & Fields Refinement --- */
}
form.checkout.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #1a202c;
  margin-bottom: 20px;
  border-bottom: 1px solid #edf2f7;
  padding-bottom: 10px;
}
form.checkout.woocommerce-checkout .form-row {
  margin-bottom: 15px;
}
form.checkout.woocommerce-checkout .form-row label {
  font-size: 13px;
  font-weight: 500;
  color: #4a5568;
  margin-bottom: 6px;
  display: block;
}
form.checkout.woocommerce-checkout .form-row {
  /* Sleek Minimalist Inputs */
}
form.checkout.woocommerce-checkout .form-row input.input-text,
form.checkout.woocommerce-checkout .form-row select,
form.checkout.woocommerce-checkout .form-row textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e0;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #2d3748;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form.checkout.woocommerce-checkout .form-row input.input-text:focus,
form.checkout.woocommerce-checkout .form-row select:focus,
form.checkout.woocommerce-checkout .form-row textarea:focus {
  border-color: #3182ce;
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
          box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
  outline: none;
}
form.checkout.woocommerce-checkout {
  /* --- Layout Structure Columns --- */
}
@media (min-width: 1024px) {
  form.checkout.woocommerce-checkout #customer_details {
    grid-column: 1;
  }
}
form.checkout.woocommerce-checkout #order_review_heading {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  form.checkout.woocommerce-checkout #order_review_heading {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
  }
}
form.checkout.woocommerce-checkout #order_review {
  background: #f7fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  form.checkout.woocommerce-checkout #order_review {
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  form.checkout.woocommerce-checkout #order_review {
    grid-column: 2;
    grid-row: 2;
    position: sticky;
    top: 30px;
    margin-bottom: 0;
  }
}
form.checkout.woocommerce-checkout #order_review {
  /* --- Clean Sidebar Order Preview Table --- */
}
form.checkout.woocommerce-checkout #order_review table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
form.checkout.woocommerce-checkout #order_review table.shop_table th, form.checkout.woocommerce-checkout #order_review table.shop_table td {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  font-size: 14px;
  background: transparent !important;
}
form.checkout.woocommerce-checkout #order_review table.shop_table th {
  color: #718096;
  font-weight: 500;
}
form.checkout.woocommerce-checkout #order_review table.shop_table td {
  text-align: right;
  font-weight: 600;
}
form.checkout.woocommerce-checkout #order_review table.shop_table .order-total th {
  font-size: 16px;
  color: #1a202c;
  font-weight: 700;
  border-bottom: none;
  padding-top: 18px;
}
form.checkout.woocommerce-checkout #order_review table.shop_table .order-total td {
  font-size: 18px;
  color: #2b6cb0;
  font-weight: 700;
  border-bottom: none;
  padding-top: 18px;
}
@media (min-width: 375px) {
  form.checkout.woocommerce-checkout #order_review table.shop_table .order-total td {
    font-size: 20px;
  }
}
form.checkout.woocommerce-checkout #order_review {
  /* --- Payment Gateway Panel Styling --- */
}
form.checkout.woocommerce-checkout #order_review #payment {
  background: transparent !important;
  padding: 0 !important;
}
form.checkout.woocommerce-checkout #order_review #payment ul.payment_methods {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
form.checkout.woocommerce-checkout #order_review #payment ul.payment_methods li {
  padding: 12px 0 !important;
}
form.checkout.woocommerce-checkout #order_review #payment div.payment_box {
  background: #edf2f7 !important;
  color: #4a5568 !important;
  border-radius: 6px !important;
  padding: 14px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin: 8px 0 0 0 !important;
}
form.checkout.woocommerce-checkout #order_review #payment div.payment_box::before {
  display: none !important;
}
form.checkout.woocommerce-checkout #order_review {
  /* --- Main Premium Checkout Action CTA Button --- */
}
form.checkout.woocommerce-checkout #order_review #place_order {
  width: 100% !important;
  padding: 14px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  background-color: #2b6cb0 !important;
  color: #fff !important;
  border: none !important;
  -webkit-transition: background 0.2s !important;
  -o-transition: background 0.2s !important;
  transition: background 0.2s !important;
}
form.checkout.woocommerce-checkout #order_review #place_order:hover {
  background-color: #2c5282 !important;
}

/**
 * =========================================================================
 * DRIVER'S LICENSE COMPONENT COUPLING
 * =========================================================================
 */
.car-rental-license-upload {
  margin: 25px 0;
  padding: 20px;
  border: 1px dashed #cbd5e0 !important;
  background: #fdfdfd !important;
  border-radius: 6px !important;
}
.car-rental-license-upload h3 {
  border-bottom: none !important;
  margin-bottom: 6px !important;
  padding-bottom: 0 !important;
}

#trigger_license_upload {
  background-color: #1a202c !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 10px 18px !important;
  border-radius: 6px !important;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
#trigger_license_upload:hover {
  background-color: #2d3748 !important;
}

/**
 * =========================================================================
 * BACKGROUND TRACKING SHIELD
 * =========================================================================
 */
.woocommerce-NoticeGroup-checkout ~ #wc-stripe-express-checkout__order-attribution-inputs {
  display: none !important;
}

.shop-page-wrapper {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .shop-page-wrapper {
    grid-template-columns: 1fr;
  }
}
.shop-page-wrapper {
  /* Filter Section */
}
.shop-page-wrapper .shop-filters .filter-group {
  margin-bottom: 30px;
}
.shop-page-wrapper .shop-filters label {
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}
.shop-page-wrapper .shop-filters .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.shop-page-wrapper .shop-filters .filter-btn {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.shop-page-wrapper .shop-filters .filter-btn.active {
  background: #0b2240;
  color: #fff;
  border-color: #0b2240;
}
.shop-page-wrapper {
  /* Grid Container */
}
.shop-page-wrapper .product-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.shop-page-wrapper .cars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.shop-page-wrapper .car-card-custom {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, -o-transform 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.shop-page-wrapper .car-card-custom .price {
  font-size: 20px;
  font-weight: 800;
  color: #111827;
}
.shop-page-wrapper .car-card-custom .btn-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.shop-page-wrapper .car-card-custom .btn-pill.btn-reserve {
  background-color: #b37d32;
  background: -webkit-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: -o-linear-gradient(315deg, #0053CB 0%, #06213E 100%);
  background: linear-gradient(135deg, #0053CB 0%, #06213E 100%);
  color: #ffffff;
  border: none;
}
.shop-page-wrapper .car-card-custom .btn-pill.btn-reserve:hover {
  -webkit-transform: translateY(-1px);
       -o-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 15px rgba(192, 141, 68, 0.4);
          box-shadow: 0 4px 15px rgba(192, 141, 68, 0.4);
}
.shop-page-wrapper .car-card-custom:hover {
  -webkit-transform: translateY(-4px);
       -o-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
.shop-page-wrapper .car-card-custom .img {
  aspect-ratio: 16/10;
  background: #f9fafb;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-page-wrapper .car-card-custom .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-page-wrapper .car-card-custom .body {
  padding: 20px;
}
.shop-page-wrapper .car-card-custom .cat {
  font-size: 11px;
  text-transform: uppercase;
  color: #9ca3af;
  font-weight: 600;
}
.shop-page-wrapper .car-card-custom .name {
  font-size: 20px;
  font-weight: 700;
  margin: 6px 0 12px 0;
}
.shop-page-wrapper .car-card-custom .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 13px;
  color: #6b7280;
}
.shop-page-wrapper .car-card-custom .specs .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.shop-page-wrapper .car-card-custom .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f3f4f6;
  padding-top: 15px;
}

.woocommerce-shop {
  padding-top: 10vh;
}

/* ==========================================================================
   RentE Premium Auth Page Styles (Fixes alignment from image_cbafc7.png)
   ========================================================================== */
.auth-page-container {
  width: 100%;
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 35px rgba(11, 34, 64, 0.04);
          box-shadow: 0 10px 35px rgba(11, 34, 64, 0.04);
  padding: 48px;
  max-width: 1060px;
  width: 100%;
  gap: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 820px) {
  .auth-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 32px 24px;
    gap: 32px;
  }
}

.auth-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.auth-box h2 {
  font-family: inherit;
  font-size: 28px;
  color: #0b2240; /* Your Brand Navy */
  margin: 0 0 8px 0;
  font-weight: 700;
}
.auth-box .subtitle {
  color: #6c757d;
  font-size: 14px;
  margin: 0 0 28px 0;
}

.auth-divider {
  width: 1px;
  background-color: #e9ecef;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media (max-width: 820px) {
  .auth-divider {
    width: 100%;
    height: 1px;
    margin: 8px 0;
  }
}

.form-group {
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
  text-align: left;
}
.form-group label .required {
  color: #dc3545;
}
.form-group .form-control {
  width: 100%;
  height: 48px;
  padding: 10px 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  font-size: 15px;
  background-color: #fff;
  color: #2d3748;
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form-group .form-control:focus {
  border-color: #0b2240;
  -webkit-box-shadow: 0 0 0 3px rgba(11, 34, 64, 0.1);
          box-shadow: 0 0 0 3px rgba(11, 34, 64, 0.1);
  outline: none;
}

.form-row-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .form-row-split {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 13px;
  width: 100%;
}
.form-actions .remember-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #4a5568;
}
.form-actions .remember-me input[type=checkbox] {
  margin: 0;
  cursor: pointer;
}
.form-actions .lost-password {
  color: #0b2240;
  text-decoration: none;
  font-weight: 500;
}
.form-actions .lost-password:hover {
  text-decoration: underline;
}

.btn-auth-submit {
  width: 100%;
  height: 48px;
  background-color: #0b2240;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.1s;
  transition: background-color 0.2s, -webkit-transform 0.1s;
  -o-transition: background-color 0.2s, -o-transform 0.1s;
  transition: background-color 0.2s, transform 0.1s;
  transition: background-color 0.2s, transform 0.1s, -webkit-transform 0.1s, -o-transform 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-auth-submit:hover {
  background-color: #11325d;
}
.btn-auth-submit:active {
  -webkit-transform: scale(0.99);
       -o-transform: scale(0.99);
          transform: scale(0.99);
}
.btn-auth-submit.btn-secondary {
  background-color: #ffffff;
  color: #0b2240;
  border: 2px solid #0b2240;
}
.btn-auth-submit.btn-secondary:hover {
  background-color: #0b2240;
  color: #ffffff;
}

.woocommerce-privacy-policy-text,
.register-box p {
  font-size: 13px;
  color: #718096;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left;
}
.woocommerce-privacy-policy-text a.privacy-policy-link,
.register-box p a.privacy-policy-link {
  color: #0b2240;
  text-decoration: underline;
  font-weight: 500;
}

/* ==========================================================================
   RentE Premium Logged-In Account Dashboard (Fixes layout in image_cc05fb.png)
   ========================================================================== */
/* ==========================================================================
   RentE Isolated Account Dashboard Layout (Fixes layout in image_cc0a74.png)
   ========================================================================== */
.woocommerce-account .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin: 60px auto;
  max-width: 1200px; /* Safe page constraint without touching framework classes */
  padding: 0 24px;
  padding-top: 2vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin: 40px auto;
  }
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: none !important;
}
.woocommerce-account {
  /* 1. Shielded Sidebar Menu Navigation Panel */
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
          box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
  padding: 24px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  color: #4a5568;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background-color: #f7fafc;
  color: #0b2240;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: #0b2240;
  color: #ffffff;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 12px rgba(11, 34, 64, 0.15);
          box-shadow: 0 4px 12px rgba(11, 34, 64, 0.15);
}
.woocommerce-account {
  /* 2. Primary Workspace Dashboard Viewport */
}
.woocommerce-account .woocommerce-MyAccount-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 320px); /* Ensures content gets full layout balance */
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
          box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
  padding: 40px;
  color: #2d3748;
  font-size: 15px;
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content p {
  margin-top: 0;
  margin-bottom: 24px;
  color: #4a5568;
  font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: #0b2240;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(11, 34, 64, 0.2);
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
  border-bottom-color: #0b2240;
  color: #11325d;
}
.woocommerce-account {
  /* 3. Orders List Data Display Tables */
}
.woocommerce-account .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.woocommerce-account .shop_table th {
  background-color: #f8fafc;
  color: #0b2240;
  font-weight: 600;
  text-align: left;
  padding: 14px 16px;
  font-size: 14px;
  border-bottom: 2px solid #e2e8f0;
}
.woocommerce-account .shop_table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #4a5568;
  font-size: 14px;
  vertical-align: middle;
}
.woocommerce-account .shop_table tr:last-child td {
  border-bottom: none;
}
.woocommerce-account .shop_table .woocommerce-button.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #0b2240;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.woocommerce-account .shop_table .woocommerce-button.button:hover {
  background-color: #11325d;
}

/* ==========================================================================
   RentE Custom Empty Cart Layout Styles
   ========================================================================== */
.empty-cart-page-container {
  width: 100%;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.empty-cart-page-container .empty-cart-card {
  max-width: 580px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eef2f5;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 35px rgba(11, 34, 64, 0.04);
          box-shadow: 0 10px 35px rgba(11, 34, 64, 0.04);
  padding: 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .empty-cart-page-container .empty-cart-card {
    padding: 32px 20px;
  }
}
.empty-cart-page-container .empty-cart-icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #f1f5f9;
  color: #94a3b8;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 24px auto;
}
.empty-cart-page-container .empty-cart-icon-wrapper .empty-cart-svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}
.empty-cart-page-container h2 {
  font-size: 26px;
  color: #0b2240; /* Brand Navy */
  margin: 0 0 12px 0;
  font-weight: 700;
}
.empty-cart-page-container .subtitle {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 32px 0;
}
.empty-cart-page-container .return-to-shop {
  width: 100%;
}
.empty-cart-page-container .return-to-shop a.btn-auth-submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  background-color: #0b2240;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.empty-cart-page-container .return-to-shop a.btn-auth-submit:hover {
  background-color: #11325d;
}

/* =========================================================================
   ABOUT US PAGE STYLES
   ========================================================================= */
.rente-hero--about {
  background-color: #0b2240;
  background-size: cover;
  background-position: center;
  padding: 120px 0 80px;
  color: #ffffff;
  text-align: left;
}
.rente-hero--about .location-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 24px;
}
.rente-hero--about .location-badge .dot {
  width: 8px;
  height: 8px;
  background-color: #df9d3f;
  border-radius: 50%;
  margin-right: 8px;
}
.rente-hero--about h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.rente-hero--about h1 .text-gold {
  color: #df9d3f;
}
.rente-hero--about .hero-subtitle {
  font-size: 1.25rem;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.about-intro {
  padding: 80px 0;
  background-color: #ffffff;
}
.about-intro .about-intro__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.about-intro .lead {
  font-size: 1.35rem;
  font-weight: 500;
  color: #0b2240;
  margin-bottom: 30px;
  line-height: 1.7;
}
.about-intro p {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 24px;
}

.about-features {
  padding: 80px 0 100px;
  background-color: #f8fafc;
}
.about-features .section-header {
  margin-bottom: 60px;
}
.about-features .section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0b2240;
  margin-bottom: 15px;
}
.about-features .section-header p {
  color: #4a5568;
  font-size: 1.1rem;
}
.about-features .features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .about-features .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .about-features .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.about-features .feature-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 32px 24px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease, -o-transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.about-features .feature-card:hover {
  -webkit-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
}
.about-features .feature-card .feature-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(223, 157, 63, 0.1);
  color: #df9d3f;
  border-radius: 12px;
  font-size: 24px;
  margin-bottom: 20px;
}
.about-features .feature-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0b2240;
  margin-bottom: 12px;
}
.about-features .feature-card p {
  color: #4a5568;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   SINGLE PRODUCT PAGE - RIVIERA SUMMER VIBE (MOBILE OPTIMIZED)
   ========================================================================== */
.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.custom-single-product-layout {
  background-color: #fafafa;
  font-family: "Inter", -apple-system, sans-serif;
  color: #2b2b2b;
  /* Global WooCommerce Notices */
}
.custom-single-product-layout .woocommerce-message {
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
  border-left: 4px solid #10b981 !important;
  color: #166534 !important;
  padding: 16px 20px !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  margin-bottom: 32px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 16px;
  /* Mobile Stack for Messages */
}
@media (max-width: 767px) {
  .custom-single-product-layout .woocommerce-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    text-align: center;
  }
}
.custom-single-product-layout .woocommerce-message .button.wc-forward {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #10b981 !important;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  -webkit-transition: background 0.15s ease !important;
  -o-transition: background 0.15s ease !important;
  transition: background 0.15s ease !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-single-product-layout .woocommerce-message .button.wc-forward:hover {
  background: #059669 !important;
}
.custom-single-product-layout {
  /* Product Hero Section - Deep Riviera Sunset Vibe */
}
.custom-single-product-layout .product-hero-section {
  position: relative;
  padding: 160px 0 80px 0;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(315deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  background: -o-linear-gradient(315deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  background: linear-gradient(135deg, #427AB5 0%, #406AAF 50%, #F7DD7D 100%);
  color: #ffffff;
  overflow: hidden;
  /* Mobile Padding Reduction */
}
@media (max-width: 767px) {
  .custom-single-product-layout .product-hero-section {
    padding: 120px 0 40px 0;
  }
}
.custom-single-product-layout .product-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #df9d3f;
  -webkit-box-shadow: 0 3px 15px rgba(223, 157, 63, 0.3);
          box-shadow: 0 3px 15px rgba(223, 157, 63, 0.3);
}
.custom-single-product-layout .product-hero-section .hero-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 16px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* Allows wrapping if category name is too long on mobile */
}
.custom-single-product-layout .product-hero-section .hero-tag a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.custom-single-product-layout .product-hero-section .hero-tag a:hover {
  color: #df9d3f;
}
.custom-single-product-layout .product-hero-section .hero-tag .accent-bread {
  color: #df9d3f;
  font-weight: 600;
}
.custom-single-product-layout .product-hero-section .hero-tag .dot {
  width: 8px;
  height: 8px;
  background-color: #df9d3f;
  border-radius: 50%;
}
.custom-single-product-layout .product-hero-section h1 {
  font-size: clamp(30px, 8vw, 46px); /* Adjusted vw for better mobile scaling */
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 14px 0;
  letter-spacing: -0.03em;
}
.custom-single-product-layout .product-hero-section .hero-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 650px;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .custom-single-product-layout .product-hero-section .hero-subtitle {
    font-size: 15px;
  }
}
.custom-single-product-layout {
  /* Main Flex Grid Content */
}
.custom-single-product-layout .product-main-content {
  display: grid;
  /* Default to 1 column for Mobile */
  grid-template-columns: 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
@media (min-width: 992px) {
  .custom-single-product-layout .product-main-content {
    /* Switches to fixed dual columns on Desktop */
    grid-template-columns: 2fr 1fr;
    gap: 32px;
  }
}
.custom-single-product-layout {
  /* White Premium Blocks */
}
.custom-single-product-layout .product-info-card {
  background: #ffffff;
  border: 1px solid rgba(11, 34, 64, 0.06);
  border-radius: 16px;
  padding: 32px;
  -webkit-box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
          box-shadow: 0 4px 20px rgba(11, 34, 64, 0.02);
  /* Mobile Padding Adjustment */
}
@media (max-width: 767px) {
  .custom-single-product-layout .product-info-card {
    padding: 20px;
  }
}
.custom-single-product-layout .product-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0b2240;
  margin-top: 0;
  margin-bottom: 6px;
}
.custom-single-product-layout .product-info-card .card-subtitle {
  color: #7a8ba0;
  font-size: 14px;
  margin-bottom: 24px;
}
.custom-single-product-layout {
  /* Image Display Container */
}
.custom-single-product-layout .product-image-wrapper {
  aspect-ratio: 16/10;
  background: -webkit-linear-gradient(315deg, #f4f6fa, #e6eaf3);
  background: -o-linear-gradient(315deg, #f4f6fa, #e6eaf3);
  background: linear-gradient(135deg, #f4f6fa, #e6eaf3);
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(11, 34, 64, 0.03);
}
.custom-single-product-layout .product-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
}
.custom-single-product-layout .product-image-wrapper img:hover {
  -webkit-transform: scale(1.03);
       -o-transform: scale(1.03);
          transform: scale(1.03);
}
.custom-single-product-layout {
  /* Specs Badges styled like front-page tags */
}
.custom-single-product-layout .product-specs-list {
  border-bottom: 1px solid #edf1f7;
  padding-bottom: 20px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Squeeze tags slightly on tiny phones */
}
@media (max-width: 480px) {
  .custom-single-product-layout .product-specs-list {
    gap: 8px;
  }
}
.custom-single-product-layout .product-specs-list .spec-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: #f4f6fa;
  color: #0b2240;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .custom-single-product-layout .product-specs-list .spec-item {
    padding: 6px 12px;
    font-size: 13px;
  }
}
.custom-single-product-layout .product-specs-list .spec-item svg {
  color: #df9d3f;
}
.custom-single-product-layout .product-description-text {
  color: #4a5568;
  line-height: 1.7;
  font-size: 15px;
}
.custom-single-product-layout {
  /* Rental Guarantees Grid */
}
.custom-single-product-layout .guarantees-grid {
  display: grid;
  /* Forces 1 column on phones, 2 columns on small tablets and up */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #3a4a60;
}
@media (max-width: 480px) {
  .custom-single-product-layout .guarantees-grid {
    grid-template-columns: 1fr;
  }
}
.custom-single-product-layout .guarantees-grid .guarantee-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fafbfe;
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid rgba(11, 34, 64, 0.03);
}
.custom-single-product-layout .guarantees-grid .guarantee-item svg {
  color: #df9d3f;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevents icons from squishing */
}
.custom-single-product-layout {
  /* Sidebar Sticky Checkout Form */
}
.custom-single-product-layout .product-checkout-sidebar {
  position: sticky;
  top: 110px;
  background: #ffffff;
  border: 1px solid rgba(11, 34, 64, 0.06);
  border-radius: 20px;
  padding: 32px;
  -webkit-box-shadow: 0 12px 40px rgba(11, 34, 64, 0.05);
          box-shadow: 0 12px 40px rgba(11, 34, 64, 0.05);
  /* Mobile Overrides */
}
@media (max-width: 991px) {
  .custom-single-product-layout .product-checkout-sidebar {
    position: static; /* Removes sticky behavior so it doesn't overlap on mobile */
    padding: 24px;
    margin-top: 12px;
  }
}
.custom-single-product-layout .product-checkout-sidebar .sidebar-header-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #edf1f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.custom-single-product-layout .product-checkout-sidebar .sidebar-header-product .sidebar-thumb {
  width: 72px;
  height: 50px;
  background: #f4f6fa;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevents squishing */
}
.custom-single-product-layout .product-checkout-sidebar .sidebar-header-product .sidebar-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-single-product-layout .product-checkout-sidebar .sidebar-header-product .sidebar-meta .cat-tag {
  font-size: 11px;
  text-transform: uppercase;
  color: #df9d3f;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.custom-single-product-layout .product-checkout-sidebar .sidebar-header-product .sidebar-meta h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0b2240;
  margin: 2px 0 0;
}
.custom-single-product-layout {
  /* WooCommerce Booking Fields Override */
}
.custom-single-product-layout .booking-plugin-container .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  margin-bottom: 20px;
  background: rgba(223, 157, 63, 0.08);
  padding: 12px 16px;
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-single-product-layout .booking-plugin-container .price .amount {
  font-size: 26px;
  font-weight: 800;
  color: #0b2240;
}
.custom-single-product-layout .booking-plugin-container .price del .amount {
  font-size: 16px;
  color: #7a8ba0;
  font-weight: 400;
}
.custom-single-product-layout .booking-plugin-container select,
.custom-single-product-layout .booking-plugin-container input[type=text],
.custom-single-product-layout .booking-plugin-container input[type=date],
.custom-single-product-layout .booking-plugin-container .picker__input {
  padding: 14px 16px !important;
  border: 1px solid #dde3ea !important;
  border-radius: 12px !important;
  font: inherit !important;
  background: #ffffff !important;
  color: #0b2240 !important;
  width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 16px !important; /* Prevents iOS Safari from auto-zooming on inputs */
}
.custom-single-product-layout .booking-plugin-container select:focus,
.custom-single-product-layout .booking-plugin-container input[type=text]:focus,
.custom-single-product-layout .booking-plugin-container input[type=date]:focus,
.custom-single-product-layout .booking-plugin-container .picker__input:focus {
  outline: none !important;
  border-color: #df9d3f !important;
  -webkit-box-shadow: 0 0 0 3px rgba(223, 157, 63, 0.15) !important;
          box-shadow: 0 0 0 3px rgba(223, 157, 63, 0.15) !important;
}
.custom-single-product-layout .booking-plugin-container {
  /* Form Buttons customized into sleek pills */
}
.custom-single-product-layout .booking-plugin-container .single_add_to_cart_button,
.custom-single-product-layout .booking-plugin-container .wc-bookings-booking-form-button,
.custom-single-product-layout .booking-plugin-container .button.alt {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  width: 100% !important;
  padding: 16px 28px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  background: #0b2240 !important;
  color: #fff !important;
  cursor: pointer !important;
  border: 0 !important;
  -webkit-transition: all 0.25s ease !important;
  -o-transition: all 0.25s ease !important;
  transition: all 0.25s ease !important;
  text-decoration: none !important;
  margin-top: 16px;
  -webkit-box-shadow: 0 4px 12px rgba(11, 34, 64, 0.15);
          box-shadow: 0 4px 12px rgba(11, 34, 64, 0.15);
}
.custom-single-product-layout .booking-plugin-container .single_add_to_cart_button:hover,
.custom-single-product-layout .booking-plugin-container .wc-bookings-booking-form-button:hover,
.custom-single-product-layout .booking-plugin-container .button.alt:hover {
  background: #df9d3f !important;
  color: #0b2240 !important;
  -webkit-box-shadow: 0 4px 16px rgba(223, 157, 63, 0.3);
          box-shadow: 0 4px 16px rgba(223, 157, 63, 0.3);
}

/*# sourceMappingURL=main.css.map*/