/*!
 * Pink City Tours & Taxi — Yellow + White theme
 */

:root {
  --pct-yellow: #f5c400;
  --pct-yellow-dark: #d4a300;
  --pct-yellow-light: #fff8e1;
  --pct-ink: #1a1a1a;
  --pct-sand: #ffffff;
  --pct-muted: #5c5c5c;
  --pct-font-display: "Fraunces", Georgia, serif;
  --pct-font-body: "Manrope", system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body,
body.home,
body.wp-theme-rentalx,
body.pct-theme {
  font-family: var(--pct-font-body) !important;
  background: #ffffff !important;
  color: var(--pct-ink);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, .title-font, .heading_font, .font_shadow_family {
  font-family: var(--pct-font-display) !important;
  letter-spacing: -0.02em;
}

/* Theme color = taxi yellow */
.bg-theme_color,
.group:hover .group-hover\:bg-theme_color_700 {
  background-color: var(--pct-yellow) !important;
  color: #1a1a1a !important;
}

.hover\:bg-theme_color_700:hover,
.group:hover .group-hover\:bg-theme_color_700 {
  background-color: var(--pct-yellow-dark) !important;
  color: #1a1a1a !important;
}

.bg-theme_color_300 {
  background-color: var(--pct-yellow-light) !important;
}

.bg-theme_dark_color {
  background: linear-gradient(160deg, #1a1a1a 0%, #2b2b2b 100%) !important;
}

.text-theme_color,
.hover\:text-theme_color_700:hover,
.group:hover .group-hover\:text-theme_color_700,
.text-theme_color_700 {
  color: var(--pct-yellow-dark) !important;
}

.group:hover .group-hover\:fill-theme_color {
  fill: var(--pct-yellow) !important;
}

.border-theme_color {
  border-color: var(--pct-yellow) !important;
}

.text_shadow_line {
  color: var(--pct-yellow-dark) !important;
}

.text_block {
  color: var(--pct-yellow-dark) !important;
}

/* Buttons on yellow need dark text */
.bg-theme_color,
a.bg-theme_color,
button.bg-theme_color,
.primary_cta.bg-theme_color {
  color: #1a1a1a !important;
}

.bg-theme_color.text-white,
a.bg-theme_color.text-white {
  color: #1a1a1a !important;
}

/* Header */
.top_header {
  background: #ffffff !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245, 196, 0, 0.35);
  position: sticky;
  top: 0;
  z-index: 50;
}

.top_header ul li a:hover,
.top_header ul .current-menu-item a {
  color: var(--pct-yellow-dark) !important;
}

.pct-brand-logo {
  max-height: 56px;
  width: auto;
  max-width: min(280px, 70vw);
  object-fit: contain;
}

@media (min-width: 768px) {
  .pct-brand-logo {
    max-height: 64px;
    max-width: 320px;
  }
}

@media (min-width: 1280px) {
  .pct-brand-logo {
    max-height: 72px;
    max-width: 380px;
  }
}

/* Banner / heroes — pure white, no pink column */
.banner_bg_sec,
.pct-service-hero {
  background: #ffffff !important;
}

.banner_bg_sec h1,
.pct-service-hero h1 {
  color: var(--pct-ink) !important;
}

.primary_cta {
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(245, 196, 0, 0.35);
  letter-spacing: 0.02em;
  color: #1a1a1a !important;
}

.primary_cta:hover {
  transform: translateY(-1px);
}

.hover_sec:hover > span {
  background: var(--pct-yellow) !important;
}

/* Service hero buttons — clear left stack alignment */
.pct-service-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .pct-service-hero__actions {
    justify-content: flex-start;
  }
}

.pct-service-hero__actions .pct-btn-primary {
  background: var(--pct-yellow) !important;
  color: #1a1a1a !important;
  border: 2px solid var(--pct-yellow);
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  transition: 0.25s ease;
}

.pct-service-hero__actions .pct-btn-primary:hover {
  background: var(--pct-yellow-dark) !important;
  border-color: var(--pct-yellow-dark);
}

.pct-service-hero__actions .pct-btn-secondary {
  background: #fff !important;
  color: #1a1a1a !important;
  border: 2px solid var(--pct-yellow);
  padding: 0.75rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  transition: 0.25s ease;
}

.pct-service-hero__actions .pct-btn-secondary:hover {
  background: var(--pct-yellow-light) !important;
}

.pct-service-hero__media {
  min-height: 220px;
  background: transparent !important;
}

.pct-service-hero__glow {
  display: none !important;
}

.pct-service-hero__media img {
  background: transparent !important;
  mix-blend-mode: normal;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
}

@media (min-width: 768px) {
  .pct-service-hero__media {
    min-height: 300px;
  }
}

/* Cars / taxi cards */
.list_car_details,
.pct-taxi-card {
  border-color: rgba(245, 196, 0, 0.35) !important;
  border-radius: 18px !important;
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.list_car_details:hover,
.pct-taxi-card:hover {
  border-color: var(--pct-yellow) !important;
  box-shadow: 0 16px 40px rgba(245, 196, 0, 0.18);
  transform: translateY(-4px);
}

.pct-taxi-card__media {
  background: #fff8e1 !important;
  min-height: 150px;
  border-radius: 14px;
}

.pct-taxi-default-img {
  margin: 0 auto;
  display: block;
}

.pct-drop-badge {
  display: inline-block;
  background: var(--pct-yellow-light);
  color: #7a6200;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  margin: 0.15rem;
}

/* Features section */
.car_rental_feature_sec {
  background-image: none !important;
  background: linear-gradient(145deg, #1a1a1a 0%, #2a2a2a 100%) !important;
}

.car_rental_feature_sec::before {
  opacity: 0 !important;
}

.about_feature ul li::before {
  background-color: var(--pct-yellow) !important;
  background-image: none !important;
  content: "✓" !important;
  color: #1a1a1a;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}

.about_image_sec::before {
  border-color: var(--pct-yellow) !important;
}

.testimonials__inner_content {
  border-radius: 16px;
  border-top: 3px solid var(--pct-yellow);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.testimonial-pagination .swiper-pagination-bullet,
.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.list_tab_inner.active a svg .cls-1 {
  background: var(--pct-yellow) !important;
  fill: var(--pct-yellow) !important;
}

footer .title-font {
  color: var(--pct-yellow) !important;
}

footer svg path[fill="#f6990c"],
footer svg path[fill="#F6990C"],
footer svg path[fill="#C9A227"],
footer svg path[fill="#C2185B"] {
  fill: var(--pct-yellow) !important;
}

.sticky.bottom-0 svg path[fill="#f6990c"],
.sticky.bottom-0 svg path[fill="#C2185B"],
.sticky.bottom-0 svg[fill="#C2185B"] {
  fill: var(--pct-yellow-dark) !important;
}

.sticky.bottom-0 .border-theme_color {
  border-color: var(--pct-yellow) !important;
}

.ap_icon_box {
  background: var(--pct-yellow) !important;
  color: #1a1a1a !important;
}

.call_icn_self > span.pct-call-icon {
  background: var(--pct-yellow) !important;
  color: #1a1a1a;
}

.call_icn_self .pct-phone-text {
  background: transparent !important;
  color: var(--pct-yellow-dark) !important;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .top_header .call_icn_self .pct-phone-text.pct-phone-desktop {
    display: none !important;
  }

  .banner_bg_sec h1 {
    font-size: clamp(1.85rem, 8vw, 2.4rem) !important;
    line-height: 1.15 !important;
  }

  .desktop_booking_btn.hidden.xl\:block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .top_header .call_icn_self .pct-phone-text.pct-phone-desktop {
    display: inline-block !important;
  }
}

.primary_cta span svg path {
  fill: var(--pct-yellow-dark);
}

@keyframes pct-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

.banner_bg_sec .slider-title,
.banner_bg_sec .slider-img {
  animation: pct-fade-up 0.7s ease both;
}

.banner_bg_sec .slider-img {
  animation-delay: 0.15s;
}
