:root{
  --rxp-bg: #050506;
  --rxp-panel: rgba(255,255,255,0.04);
  --rxp-panel-strong: rgba(255,255,255,0.08);
  --rxp-border: rgba(255,255,255,0.08);
  --rxp-text: #f7f7fa;
  --rxp-muted: #a9abb2;
  --rxp-yellow: #f7c843;
  --rxp-yellow-2: #ffdf77;
  --rxp-hero-image: url("../images/gallery-3.jpg");
  --rxp-hero-car: url("../images/hero_image.png");
}

*{ box-sizing:border-box; }

body.rxp-body{
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1200px 680px at 15% 0%, rgba(247,200,67,0.12), transparent 55%),
    radial-gradient(1100px 700px at 85% 10%, rgba(247,200,67,0.06), transparent 60%),
    linear-gradient(180deg, #080809 0%, #050506 32%, #050506 100%);
  color: var(--rxp-text);
}

h1, h2, h3, h4, h5{
  color: #fdfdfd;
  font-weight: 700;
}

p, .text-muted{
  color: var(--rxp-muted) !important;
}

.rxp-topbar{
  background: rgba(0,0,0,0.45);
  border-bottom: 1px solid var(--rxp-border);
  color: var(--rxp-muted);
}

.rxp-navbar{
  background: linear-gradient(90deg, rgba(0,0,0,0.92), rgba(10,10,10,0.82));
  border-bottom: 1px solid var(--rxp-border);
  box-shadow: 0 16px 60px rgba(0,0,0,0.45);
}

.rxp-logo{
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--rxp-border);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
.navbar-brand span{
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.015em;
}

.navbar .nav-link{
  color: rgba(255,255,255,0.76);
  font-weight: 500;
  letter-spacing: 0.01em;
}
.navbar .nav-link:hover,
.navbar .nav-link.active{
  color: #fff;
}
.rxp-link{
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}
.rxp-link:hover{ color: #fff; }

.rxp-btn-primary{
  background: var(--rxp-yellow);
  color: #121212;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(247,200,67,0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.rxp-btn-primary:hover{
  background: var(--rxp-yellow-2);
  color: #111;
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(247,200,67,0.45);
}

.rxp-btn-outline{
  border: 1px solid var(--rxp-border);
  color: #fff;
  border-radius: 14px;
  padding: 12px 18px;
  font-weight: 700;
  background: rgba(255,255,255,0.04);
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.rxp-btn-outline:hover{
  border-color: rgba(247,200,67,0.65);
  transform: translateY(-1px);
}

.rxp-hotline-badge{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(247,200,67,0.16);
  border: 1px solid rgba(247,200,67,0.36);
  color: #fff;
  box-shadow: 0 12px 28px rgba(247,200,67,0.28);
}
.rxp-hotline-badge i{
  font-size: 24px;
  color: var(--rxp-yellow);
}
.rxp-hotline-badge .letter{
  letter-spacing: 0.12em;
}

.rxp-section{
  padding: 76px 0;
}
.rxp-kicker{
  color: rgba(247,200,67,0.95);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
}
.rxp-hero .rxp-kicker{
  font-size: 16px;
  letter-spacing: 0.2em;
}

.rxp-card{
  background: var(--rxp-panel);
  border: 1px solid var(--rxp-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0,0,0,0.45);
  backdrop-filter: blur(10px);
}

.rxp-card.soft{
  background: var(--rxp-panel-strong);
}

.rxp-card.ghost{
  background: rgba(255,255,255,0.03);
  border-style: dashed;
}

.rxp-hero{
  position: relative;
  padding: 110px 0 90px;
  border-bottom: 1px solid var(--rxp-border);
  overflow: hidden;
}
.rxp-hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(115deg, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.70) 48%, rgba(0,0,0,0.35) 100%),
    var(--rxp-hero-image, url("../images/hero.jpg")) center/cover no-repeat;
  opacity: 0.9;
}
.rxp-hero::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(900px 520px at 75% 10%, rgba(247,200,67,0.10), transparent 60%);
  pointer-events:none;
}
.rxp-hero .container{ position:relative; z-index: 2; }

.rxp-hero h1{
  font-size: clamp(40px, 4.8vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  text-shadow: 0 10px 26px rgba(0,0,0,0.55);
}
.rxp-hero p{
  color: var(--rxp-muted);
  max-width: 56ch;
}

.rxp-hero-pills{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.rxp-hero-pill{
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 16px 36px rgba(0,0,0,0.35);
}

.rxp-hero-figure{
  position: relative;
  width: 120%;
  height: 560px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
  perspective: 1400px;
  pointer-events: none;
  margin-right: -12%;
}
.rxp-hero-car{
  position: relative;
  width: 160%;
  max-width: 900px;
  height: 520px;
  background: var(--rxp-hero-car) center/contain no-repeat;
  filter: drop-shadow(0 32px 52px rgba(0,0,0,0.65));
  transform: translate(-16%, 16px) scale(1.25) rotateY(-10deg) rotate(-2deg);
}
.rxp-hero-figure::after{
  content:"";
  position:absolute;
  right: 0%;
  bottom: 0px;
  width: 88%;
  max-width: 720px;
  aspect-ratio: 3 / 1;
  background: radial-gradient(ellipse at center, rgba(247,200,67,0.34), rgba(0,0,0,0));
  filter: blur(46px);
  opacity: 0.94;
}

.rxp-hero .rxp-hero-meta{
  color: rgba(255,255,255,0.82);
}

.rxp-icon-badge{
  width: 46px; height: 46px;
  border-radius: 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: rgba(247,200,67,0.14);
  border: 1px solid rgba(247,200,67,0.32);
  color: var(--rxp-yellow);
  font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.02);
}

.rxp-pill-link{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.rxp-pill-link:hover{ color: var(--rxp-yellow-2); }

.rxp-fab{
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(145deg, #21d16a, #0fb456);
  color: white;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(0,0,0,0.5);
  z-index: 999;
}
.rxp-fab i{ font-size: 30px; }
.rxp-fab:hover{ filter: brightness(1.08); color: white; transform: translateY(-2px); }

.rxp-hr{
  border-color: var(--rxp-border);
}

.rxp-footer{
  border-top: 1px solid rgba(0,0,0,0.08);
  background: linear-gradient(180deg, #ffd76a 0%, #f7c843 100%);
  color: #111;
}
.rxp-footer .rxp-hr{
  border-color: rgba(0,0,0,0.18);
}
.rxp-footer .rxp-link,
.rxp-footer .text-muted,
.rxp-footer p,
.rxp-footer li,
.rxp-footer h5,
.rxp-footer h6,
.rxp-footer small{
  color: #111 !important;
}

.rxp-social{
  width: 42px; height: 42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.18);
  color: #111;
  text-decoration:none;
  background: rgba(0,0,0,0.06);
}
.rxp-social:hover{
  border-color: rgba(0,0,0,0.26);
  color: #000;
}

.rxp-input, .rxp-select, .rxp-textarea{
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid var(--rxp-border) !important;
  color: white !important;
  border-radius: 14px !important;
}
.rxp-select option{
  background: #0a0a0c;
  color: #f7f7fa;
}
.rxp-input::placeholder, .rxp-textarea::placeholder{ color: rgba(255,255,255,0.5); }

.rxp-map{
  width:100%;
  height:320px;
  border:0;
  border-radius: 18px;
  overflow:hidden;
  filter: grayscale(0.25) contrast(1.08);
}

.rxp-cta-banner{
  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.12);
}

.rxp-section-heading{
  text-align: center;
  max-width: 640px;
  margin: 0 auto 28px auto;
}

.rxp-divider{
  position: relative;
  padding-top: 48px;
}
.rxp-divider::before{
  content:"";
  position:absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 6px;
  background: linear-gradient(90deg, rgba(247,200,67,0.08), rgba(247,200,67,0.55), rgba(247,200,67,0.08));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(247,200,67,0.22);
  opacity: 0.9;
  pointer-events: none;
}
.rxp-divider > *{
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.rxp-service-card{
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.rxp-service-card:hover{
  transform: translateY(-3px);
  border-color: rgba(247,200,67,0.35);
}

.rxp-testimonial-stars{
  color: #ffc24b;
}

.rxp-booking-card{
  background: rgba(255,255,255,0.05);
}

.rxp-gallery-strip{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 14px;
  overflow-x: auto;
  padding: 6px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}
.rxp-gallery-strip::-webkit-scrollbar{
  height: 8px;
}
.rxp-gallery-strip::-webkit-scrollbar-thumb{
  background: rgba(247,200,67,0.35);
  border-radius: 999px;
}
.rxp-gallery-card{
  display: block;
  min-width: 220px;
  height: 170px;
  scroll-snap-align: start;
  overflow: hidden;
}
.rxp-gallery-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.rxp-gallery-card:hover img{
  transform: scale(1.03);
}

.rxp-gallery-vertical{
  display: grid;
  gap: 20px;
  scroll-snap-type: y proximity;
  width: 100%;
  max-width: 1380px;
  padding: 0 28px;
  margin: 0 auto;
  justify-items: center;
}
.rxp-gallery-block{
  background: linear-gradient(140deg, rgba(255,255,255,0.03), rgba(255,255,255,0.06));
  border:1px solid var(--rxp-border);
  border-radius:16px;
  padding:26px;
  scroll-snap-align:start;
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.rxp-pill{
  border:1px solid var(--rxp-border);
  border-radius:999px;
  padding:6px 12px;
  color: var(--rxp-muted);
  font-size:13px;
}
.rxp-gallery-subgrid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap:14px;
}
.rxp-gallery-subcard{
  display:flex;
  gap:12px;
  padding:12px;
  align-items:center;
  text-decoration:none;
  color: inherit;
  border:1px solid var(--rxp-border);
  border-radius:14px;
  background: rgba(255,255,255,0.02);
  transition: transform 0.15s ease, border-color 0.15s ease;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.rxp-gallery-subcard:hover{
  transform: translateY(-2px);
  border-color: rgba(247,200,67,0.45);
}
.rxp-gallery-subcard:focus-visible{
  outline: 2px solid var(--rxp-yellow);
}
.rxp-gallery-thumb{
  width:88px;
  height:72px;
  background-size:cover;
  background-position:center;
  border-radius:10px;
  border:1px solid var(--rxp-border);
}
.rxp-gallery-thumb.lg{
  width:100%;
  height:240px;
  margin-bottom:12px;
}
.rxp-project-stack{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.rxp-project-card{
  border:1px solid var(--rxp-border);
  border-radius:14px;
  padding:14px;
  background: rgba(255,255,255,0.02);
}
.rxp-thumb-row{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:6px;
  scroll-snap-type:x proximity;
  scrollbar-width: thin;
  justify-content: center;
}
.rxp-thumb-row::-webkit-scrollbar{
  height:8px;
}
.rxp-thumb-row::-webkit-scrollbar-thumb{
  background: rgba(247,200,67,0.35);
  border-radius: 999px;
}
.rxp-thumb{
  border:1px solid var(--rxp-border);
  border-radius:10px;
  overflow:hidden;
  padding:0;
  background: rgba(255,255,255,0.02);
  scroll-snap-align:start;
  cursor:pointer;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.rxp-thumb img{
  display:block;
  width:200px;
  height:138px;
  object-fit:cover;
}
.rxp-thumb:hover{
  transform: translateY(-2px);
  border-color: rgba(247,200,67,0.45);
}

/* Coverflow styling */
.rxp-coverflow-row{
  gap: 0;
}
.rxp-coverflow-card{
  position: relative;
  margin-right: -56px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
  z-index: 1;
}
.rxp-coverflow-card img{
  width: 220px;
  height: 150px;
}
.rxp-coverflow-card.is-active{
  transform: translateY(-8px) scale(1.12);
  z-index: 3;
  box-shadow: 0 18px 48px rgba(0,0,0,0.5);
  border-color: rgba(247,200,67,0.55);
}
.rxp-coverflow-card.is-prev,
.rxp-coverflow-card.is-next{
  transform: translateY(-4px) scale(1.06);
  z-index: 2;
}
.rxp-coverflow-card:focus-visible{
  outline: 2px solid var(--rxp-yellow);
  outline-offset: 3px;
}
.rxp-gallery-single{
  display:grid;
  grid-template-columns: 1.5fr 1fr auto;
  gap:14px;
  align-items:center;
}

.rxp-lightbox{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.78);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 9999;
}
.rxp-lightbox[hidden]{ display: none; }
.rxp-lightbox-inner{
  background: #0b0b0f;
  border: 1px solid var(--rxp-border);
  border-radius: 16px;
  padding: 16px;
  max-width: min(960px, 92vw);
  width: 100%;
  position: relative;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
.rxp-lightbox img{
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 12px;
  background: #111;
}
.rxp-lightbox-caption{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.rxp-lightbox-controls{
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}
.rxp-lightbox-controls button,
.rxp-lightbox-close{
  background: rgba(255,255,255,0.08);
  color: #fff;
  border: 1px solid var(--rxp-border);
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.rxp-lightbox-controls button:hover,
.rxp-lightbox-close:hover{
  background: rgba(247,200,67,0.25);
  transform: translateY(-1px);
}
.rxp-lightbox-close{
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 768px){
  .rxp-gallery-single{ grid-template-columns: 1fr; }
  .rxp-gallery-thumb.lg{ height:200px; }
}

.rxp-avatar{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(247,200,67,0.28), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.18);
  color: #111;
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}
.rxp-avatar i{
  font-size: 22px;
}

@media (max-width: 991px){
  .rxp-hero{
    padding: 88px 0 64px;
  }
  .rxp-hero::before{
    background:
      linear-gradient(120deg, rgba(0,0,0,0.88), rgba(0,0,0,0.70)),
      var(--rxp-hero-image, url("../images/hero.jpg")) center/cover no-repeat;
  }

  .rxp-hero-figure{
    height: 340px;
    justify-content: center;
    margin-top: 18px;
    width: 110%;
    margin-right: -10%;
  }
  .rxp-hero-car{
    width: 150%;
    max-width: 520px;
    height: 320px;
    transform: translate(-10%, 12px) scale(1.18) rotateY(-8deg) rotate(-2deg);
  }
}
