/* Ancient Oak & Amber Architecture Studio Theme */

:root {
  --primary-color: #2C1810;
  --secondary-color: #8B6F47;
  --accent-amber: #D4A574;
  --light-oak: #F5EDE4;
  --dark-oak: #1A0F0A;
  --transition: all 0.3s ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: var(--light-oak);
  color: var(--primary-color);
  line-height: 1.8;
  overflow-x: hidden;
}

/* Navbar Styles */
.navbar {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-oak) 100%) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(44, 24, 16, 0.3);
  padding: 1rem 0;
  transition: var(--transition);
  z-index: 1000;
}

.navbar-dark {
  background-color: var(--primary-color) !important;
}

.navbar.fixed-top {
  border-bottom: 2px solid var(--secondary-color);
}

.navbar-brand {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  color: var(--accent-amber) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: var(--transition);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.navbar-brand:hover {
  color: var(--light-oak) !important;
  transform: scale(1.05);
}

.navbar-toggler {
  border: 2px solid var(--accent-amber) !important;
  background-color: rgba(212, 165, 116, 0.2) !important;
  padding: 0.5rem 0.75rem !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 165, 116, 0.5) !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23D4A574' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-link {
  color: var(--light-oak) !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding: 0.5rem 1.2rem !important;
  margin: 0 0.2rem;
  border-radius: 5px;
  transition: var(--transition);
  position: relative;
  text-transform: capitalize;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--accent-amber);
  transition: var(--transition);
  transform: translateX(-50%);
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent-amber) !important;
  background-color: rgba(212, 165, 116, 0.1) !important;
  transform: translateY(-2px);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 80%;
}

/* Hero Section */
.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--dark-oak) 0%, var(--primary-color) 50%, var(--secondary-color) 100%);
  position: relative;
  padding-top: 100px;
  display: flex;
  align-items: center;
}

.parallax-bg {
  background-image: 
    linear-gradient(rgba(44, 24, 16, 0.7), rgba(26, 15, 10, 0.8)),
    url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z" fill="%238B6F47" fill-opacity="0.1" fill-rule="evenodd"/%3E%3C/svg%3E');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  animation: parallaxMove 20s ease-in-out infinite;
  z-index: 0;
}

@keyframes parallaxMove {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.05) translateY(-10px); }
}

.hero-section .display-1 {
  font-size: clamp(2.5rem, 8vw, 5rem) !important;
  font-weight: 700 !important;
  color: var(--light-oak) !important;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 2rem !important;
  animation: fadeInUp 1s ease-out;
  letter-spacing: 3px;
}

.hero-section .lead {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem) !important;
  color: var(--accent-amber) !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  animation: fadeInUp 1.2s ease-out;
  max-width: 800px;
  margin: 0 auto 3rem !important;
  font-style: italic;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.btn {
  font-weight: 600 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px !important;
  transition: var(--transition);
  border: none !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
  z-index: -1;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn-lg {
  padding: 1rem 3rem !important;
  font-size: 1.1rem !important;
}

.btn-lg.px-5 {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-amber) 100%) !important;
  color: var(--primary-color) !important;
  box-shadow: 0 5px 20px rgba(139, 111, 71, 0.4);
  font-weight: 700 !important;
}

.btn-lg.px-5:hover {
  background: linear-gradient(135deg, var(--accent-amber) 0%, var(--secondary-color) 100%) !important;
  color: var(--light-oak) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(139, 111, 71, 0.6);
}

.btn-outline-light {
  border: 2px solid var(--light-oak) !important;
  color: var(--light-oak) !important;
  background: transparent !important;
}

.btn-outline-light:hover {
  background: var(--light-oak) !important;
  color: var(--primary-color) !important;
  border-color: var(--light-oak) !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(245, 237, 228, 0.3);
}

.btn-sm {
  padding: 0.5rem 1.5rem !important;
  font-size: 0.9rem !important;
  background-color: var(--secondary-color) !important;
  color: var(--light-oak) !important;
}

.btn-sm:hover {
  background-color: var(--accent-amber) !important;
  color: var(--primary-color) !important;
  transform: translateY(-2px);
}

/* Sections */
.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-4 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 3rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

/* Images */
.img-fluid {
  border-radius: 15px;
  transition: var(--transition);
  width: 100%;
  height: auto;
}

.img-fluid:hover {
  transform: scale(1.05);
}

.shadow-lg {
  box-shadow: 0 15px 40px rgba(44, 24, 16, 0.3) !important;
}

.shadow {
  box-shadow: 0 10px 30px rgba(44, 24, 16, 0.2) !important;
}

/* Typography */
.display-1 {
  font-size: clamp(2.5rem, 6vw, 4.5rem) !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1.5rem !important;
  line-height: 1.2 !important;
}

.display-2 {
  font-size: clamp(2rem, 5vw, 3.5rem) !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1.5rem !important;
}

.display-3 {
  font-size: clamp(1.8rem, 4vw, 3rem) !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1.5rem !important;
}

.display-4 {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1.5rem !important;
}

.display-5 {
  font-size: clamp(1.3rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
  color: var(--primary-color) !important;
}

.lead {
  font-size: 1.25rem !important;
  color: var(--secondary-color) !important;
  line-height: 1.8 !important;
}

.fst-italic {
  font-style: italic !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.text-light {
  color: var(--light-oak) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-muted {
  color: var(--secondary-color) !important;
  opacity: 0.8;
}

/* Cards */
.card {
  border: none !important;
  border-radius: 15px !important;
  overflow: hidden;
  transition: var(--transition);
  background: linear-gradient(135deg, var(--light-oak) 0%, #FFFFFF 100%) !important;
  box-shadow: 0 5px 20px rgba(44, 24, 16, 0.1);
  height: 100%;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(44, 24, 16, 0.3) !important;
}

.card-img-top {
  border-radius: 0 !important;
  transition: var(--transition);
  height: 250px;
  object-fit: cover;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card-body {
  padding: 2rem !important;
  background: var(--light-oak) !important;
}

.card-title {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: var(--primary-color) !important;
  margin-bottom: 1rem !important;
}

.card-text {
  color: var(--secondary-color) !important;
  line-height: 1.8 !important;
  font-size: 1rem !important;
}

.card-header {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-amber) 100%) !important;
  color: var(--light-oak) !important;
  font-weight: 600 !important;
  border: none !important;
  padding: 1rem 1.5rem !important;
}

.card-footer {
  background: var(--light-oak) !important;
  border: none !important;
  padding: 1.5rem !important;
  border-top: 2px solid var(--accent-amber) !important;
}

.room-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.room-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(44, 24, 16, 0.9), transparent);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  transition: var(--transition);
  opacity: 0;
}

.room-card:hover .room-overlay {
  opacity: 1;
}

/* Timeline */
.timeline-line {
  position: relative;
  padding-left: 3rem;
}

.timeline-line::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--secondary-color), var(--accent-amber));
}

/* Forms */
.form-control,
.form-select {
  border: 2px solid var(--secondary-color) !important;
  border-radius: 10px !important;
  padding: 0.75rem 1rem !important;
  background: var(--light-oak) !important;
  color: var(--primary-color) !important;
  transition: var(--transition);
  font-size: 1rem !important;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent-amber) !important;
  box-shadow: 0 0 0 0.25rem rgba(212, 165, 116, 0.25) !important;
  background: #FFFFFF !important;
}

.form-control::placeholder {
  color: var(--secondary-color) !important;
  opacity: 0.7;
}

.form-label {
  color: var(--primary-color) !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  font-size: 1rem !important;
}

.needs-validation {
  background: rgba(245, 237, 228, 0.5);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

/* Accordion */
.accordion {
  border-radius: 15px;
  overflow: hidden;
}

.accordion-item {
  border: none !important;
  margin-bottom: 1rem;
  border-radius: 10px !important;
  overflow: hidden;
  background: var(--light-oak) !important;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-button {
  background: linear-gradient(135deg, var(--secondary-color) 0%, var(--accent-amber) 100%) !important;
  color: var(--light-oak) !important;
  font-weight: 600 !important;
  padding: 1.25rem 1.5rem !important;
  border: none !important;
  font-size: 1.1rem !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--accent-amber) 0%, var(--secondary-color) 100%) !important;
  color: var(--primary-color) !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  border: none !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0);
}

.accordion-body {
  padding: 1.5rem !important;
  background: var(--light-oak) !important;
  color: var(--primary-color) !important;
  line-height: 1.8;
}

.accordion-collapse {
  border: none !important;
}

/* Carousel */
.carousel {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(44, 24, 16, 0.3);
}

.carousel-inner {
  border-radius: 15px;
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
  height: 500px;
}

.carousel-item img {
  height: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  opacity: 0;
  transition: var(--transition);
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(139, 111, 71, 0.8);
  border-radius: 50%;
  padding: 0.5rem;
}

.carousel-indicators {
  margin-bottom: 2rem;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--accent-amber);
  border: none;
  margin: 0 5px;
}

/* Bootstrap Icons */
.bi {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}

.bi-geo-alt-fill,
.bi-telephone-fill,
.bi-envelope-fill,
.bi-facebook,
.bi-instagram,
.bi-twitter,
.bi-clock,
.bi-car-front,
.bi-wifi,
.bi-credit-card,
.bi-airplane,
.bi-bus-front,
.bi-signpost-2,
.bi-person,
.bi-arrows-fullscreen,
.bi-fire,
.bi-droplet,
.bi-book,
.bi-eye,
.bi-flower1,
.bi-door-open,
.bi-cup-hot,
.bi-tv,
.bi-lock,
.bi-thermometer-half,
.bi-moon-stars,
.bi-telephone,
.bi-snow,
.bi-geo-alt,
.bi-quote,
.bi-archive,
.bi-cup-straw {
  color: var(--accent-amber) !important;
  transition: var(--transition);
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

/* Lists */
.list-unstyled {
  padding-left: 0 !important;
  list-style: none !important;
}

.list-unstyled li {
  padding: 0.5rem 0;
  color: var(--primary-color) !important;
  transition: var(--transition);
}

.list-unstyled li:hover {
  padding-left: 10px;
  color: var(--accent-amber) !important;
}

/* Utility Classes */
.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky,
.sticky-top {
  position: sticky !important;
  top: 80px !important;
  z-index: 100;
}

.fixed-top {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 1030 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-md-start {
  text-align: left !important;
}

.text-md-end {
  text-align: right !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.g-0 {
  --bs-gutter-x: 0 !important;
  --bs-gutter-y: 0 !important;
}

.g-3 {
  --bs-gutter-x: 1rem !important;
  --bs-gutter-y: 1rem !important;
}

.g-4 {
  --bs-gutter-x: 1.5rem !important;
  --bs-gutter-y: 1.5rem !important;
}

.border-0 {
  border: none !important;
}

.border-top {
  border-top: 1px solid rgba(139, 111, 71, 0.2) !important;
}

.text-decoration-none {
  text-decoration: none !important;
  color: inherit !important;
}

.text-decoration-none:hover {
  color: var(--accent-amber) !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.ms-auto {
  margin-left: auto !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-lg-5 {
  padding-left: 3rem !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-lg-0 {
  margin-bottom: 0 !important;
}

.mb-md-0 {
  margin-bottom: 0 !important;
}

.small {
  font-size: 0.875rem !important;
}

/* Background Sections */
section {
  position: relative;
  z-index: 1;
}

section:nth-child(even) {
  background: var(--light-oak);
}

section:nth-child(odd) {
  background: linear-gradient(135deg, #FFFFFF 0%, var(--light-oak) 100%);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .navbar-collapse {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-oak) 100%);
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(44, 24, 16, 0.3);
  }
  
  .nav-link {
    padding: 0.75rem 1rem !important;
    margin: 0.25rem 0;
  }
  
  .hero-section {
    padding-top: 80px;
  }
  
  .display-1 {
    font-size: 2.5rem !important;
  }
  
  .display-2 {
    font-size: 2rem !important;
  }
  
  .carousel-item {
    height: 350px;
  }
  
  .sticky-top {
    top: 60px !important;
  }
  
  .order-lg-1 {
    order: 1 !important;
  }
  
  .order-lg-2 {
    order: 2 !important;
  }
  
  .ps-lg-5 {
    padding-left: 1rem !important;
  }
  
  .text-lg-end {
    text-align: left !important;
  }
  
  .mt-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section .display-1 {
    font-size: 2rem !important;
  }
  
  .hero-section .lead {
    font-size: 1rem !important;
  }
  
  .btn-lg {
    padding: 0.75rem 2rem !important;
    font-size: 1rem !important;
  }
  
  .card-img-top {
    height: 200px;
  }
  
  .carousel-item {
    height: 250px;
  }
  
  .py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    margin-bottom: 2rem;
  }
  
  .text-md-start,
  .text-md-end {
    text-align: center !important;
  }
  
  .pe-5 {
    padding-right: 1rem !important;
  }
  
  .ps-5 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  
  .px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  
  .navbar-brand {
    font-size: 1.4rem !important;
  }
  
  .display-1 {
    font-size: 1.8rem !important;
  }
  
  .display-2 {
    font-size: 1.6rem !important;
  }
  
  .display-3 {
    font-size: 1.5rem !important;
  }
  
  .btn-lg.px-5 {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .col-6 {
    width: 100% !important;
  }
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--light-oak);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, var(--secondary-color), var(--accent-amber));
  border-radius: 10px;
  border: 2px solid var(--light-oak);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(to bottom, var(--accent-amber), var(--secondary-color));
}

/* Selection */
::selection {
  background: var(--accent-amber);
  color: var(--primary-color);
}

::-moz-selection {
  background: var(--accent-amber);
  color: var(--primary-color);
}

/* Focus Visible */
*:focus-visible {
  outline: 3px solid var(--accent-amber);
  outline-offset: 3px;
}

/* Loading Animation */
.loading {
  pointer-events: none;
  opacity: 0.6;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 4px solid var(--light-oak);
  border-top-color: var(--accent-amber);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}