/*
Theme Name: limoservice
Theme URI: https://www.privatecarserviceparis.pro
Description: Private Car Service Paris Theme
Author: Private Car Service Paris
Author URI: https://www.privatecarserviceparis.pro
Version: 1.0
Check: V2
*/

@font-face { font-family: Montserrat; src: url(https://www.privatecarserviceparis.pro/wp-content/themes/limoservice/fonts/Montserrat/Montserrat-VariableFont_wght.ttf); font-weight: normal; }

/* Theme variables */
:root {
  --primary-bg: #1A1F2C;
  --secondary-bg: #2A3040;
  --accent-color: #9b87f5;
  --text-primary: #ffffff;
  --text-secondary: #d1d5db;
  --footer-bg: var(--primary-bg);
}

/* Footer Styles */
footer {
  background-color: var(--footer-bg);
  color: var(--text-primary);
  padding: 2rem 0;
}

.footer-widget {
  background-color: var(--footer-bg);
  color: var(--text-primary);
}

.footer-bottom {
  background-color: var(--secondary-bg);
  color: var(--text-secondary);
  padding: 1rem 0;
}

/* Background colors */
.bg-black {
  background-color: #000000;
}
.bg-\[\#1A1F2C\] {
  background-color: var(--primary-bg);
}
.bg-\[\#2A3040\] {
  background-color: var(--secondary-bg);
}
.bg-\[\#9b87f5\] {
  background-color: var(--accent-color);
}
.bg-white {
  background-color: white;
}

/* Text colors */
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.text-gray-300 {
  color: #d1d5db;
}
.text-gray-400 {
  color: #9ca3af;
}
.text-gray-500 {
  color: #6b7280;
}
.text-\[\#9b87f5\] {
  color: var(--accent-color);
}
.text-\[\#1A1F2C\] {
  color: var(--primary-bg);
}
.text-\[\#1877F2\] {
  color: #1877F2;
}
.text-\[\#0A66C2\] {
  color: #0A66C2;
}
.text-\[\#E4405F\] {
  color: #E4405F;
}
.text-\[\#FF0000\] {
  color: #FF0000;
}
.text-\[\#00aa6c\] {
  color: #00aa6c;
}

/* Hover text colors */
.hover\:text-\[\#9b87f5\]:hover {
  color: var(--accent-color);
}
.hover\:text-\[\#7E69AB\]:hover {
  color: #7E69AB;
}
.hover\:text-white:hover {
  color: white;
}
.hover\:text-\[\#1877F2\]\/80:hover {
  color: rgba(24, 119, 242, 0.8);
}
.hover\:text-\[\#0A66C2\]\/80:hover {
  color: rgba(10, 102, 194, 0.8);
}
.hover\:text-\[\#E4405F\]\/80:hover {
  color: rgba(228, 64, 95, 0.8);
}
.hover\:text-\[\#FF0000\]\/80:hover {
  color: rgba(255, 0, 0, 0.8);
}
.hover\:text-\[\#00aa6c\]\/80:hover {
  color: rgba(0, 170, 108, 0.8);
}

/* Font size */
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* Font weight */
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}

/* Spacing */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.max-w-7xl {
  max-width: 80rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-1 {
  padding: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.pt-8 {
  padding-top: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.75rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  margin-left: 1rem;
}

/* Display & Alignment */
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.text-center {
  text-align: center;
}

/* Borders */
.border-t {
  border-top-width: 1px;
}
.border-gray-700 {
  border-color: #374151;
}
.border-gray-800 {
  border-color: #1f2937;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}

/* Width & Height */
.w-5 {
  width: 1.25rem;
}
.h-5 {
  height: 1.25rem;
}

/* Flexbox & Grid */
.shrink-0 {
  flex-shrink: 0;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

/* Transitions */
.transition-colors {
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}

/* Responsive */
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
