@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Inter:wght@400;500&display=swap');
@import 'https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css';
@import 'theme.css';


/* Custom CSS Classes */
:root {
  --primary: #6F9E97;
  --primary-dark: #5E8D86;
  --secondary: #B7D1CB;
  --background: #F3F2E3;
  --footer-bg: #5B564F;
  --accent: #8FAF9F;
  --text-dark: #3A3A3A;
  --text-light: #FFFFFF;
  --color-white: #FFFFFF;
  --color-black: #000000;
}

/* Custom Utility Classes */
.min-h-screen {
  min-height: 100vh;
}

.font-\[\'Inter\'\] {
  font-family: 'Inter', sans-serif;
}

.font-\[\'Poppins\'\] {
  font-family: 'Poppins', sans-serif;
}

.pt-\[105px\] {
  padding-top: 105px;
}

.relative {
  position: relative;
}

.h-\[80vh\] {
  height: 80vh;
}

.text-\[#1f2d2b\]{
  color: #1F2D2B;
}

.min-h-\[600px\] {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

.bg-\[\#6F9E97\]\/20 {
  background-color: rgba(111, 158, 151, 0.2);
}

.max-w-7xl {
  max-width: 1280px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sm\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.lg\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex {
  display: flex;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.text-5xl {
  font-size: 3rem;
}

.md\:text-6xl {
  font-size: 3.75rem;
}

.font-bold {
  font-weight: 700;
}

.text-white {
  color: #FFFFFF;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.leading-tight {
  line-height: 1.25;
}

.text-xl {
  font-size: 1.25rem;
}

.md\:text-2xl {
  font-size: 1.5rem;
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.mb-8 {
  margin-bottom: 2rem;
}

.bg-\[\#6F9E97\] {
  background-color: #6F9E97;
}

.text-\[\#FFFFFF\] {
  color: #FFFFFF;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.hover\:bg-\[\#5E8D86\]:hover {
  background-color: #5E8D86;
}

.hover\:text-\[\#FFFFFF\]:hover {
  color: #FFFFFF;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.font-medium {
  font-weight: 500;
}

.text-lg {
  font-size: 1.125rem;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.inline-block {
  display: inline-block;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.-z-10 {
  z-index: -10;
}

.bg-white\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}

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

.text-4xl {
  font-size: 2.25rem;
}

.md\:text-5xl {
  font-size: 3rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-\[\#FFF\] {
  color: #FFF;
}

.max-w-2xl {
  max-width: 42rem;
}

.bg-\[\#F3F2E3\] {
  background-color: #F3F2E3;
}

.bg-white {
  background-color: #FFFFFF;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.grid {
  display: grid;
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-12 {
  gap: 3rem;
}

.md\:flex-row-reverse {
  flex-direction: row-reverse;
}

.h-\[420px\] {
  height: 420px;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.group {
  position: relative;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.group-hover\:scale-105:hover {
  transform: scale(1.05);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/30 {
  --tw-gradient-from: rgba(0, 0, 0, 0.3);
  --tw-gradient-to: rgba(0, 0, 0, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent;
}

.inline-flex {
  display: inline-flex;
}

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

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

.w-12 {
  width: 3rem;
}

.h-12 {
  height: 3rem;
}

.bg-\[\#6F9E97\] {
  background-color: #6F9E97;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

.h-5 {
  height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.font-semibold {
  font-weight: 600;
}

.text-\[\#2B2B2B\] {
  color: #2B2B2B;
}

.text-\[\#6F6F6F\] {
  color: #6F6F6F;
}

.leading-relaxed {
  line-height: 1.625;
}

.mb-8 {
  margin-bottom: 2rem;
}

.space-y-2>*+* {
  margin-top: 0.5rem;
}

.text-\[\#2B2B2B\] {
  color: #2B2B2B;
}

.flex {
  display: flex;
}

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

.gap-2 {
  gap: 0.5rem;
}

.text-\[\#6F9E97\] {
  color: #6F9E97;
}

.mt-0 {
  margin-top: 0;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.lg\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-16 {
  gap: 4rem;
}

.h-\[420px\] {
  height: 420px;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-6 {
  left: -1.5rem;
}

.w-32 {
  width: 8rem;
}

.h-32 {
  height: 8rem;
}

.bg-\[\#A47148\]\/10 {
  background-color: rgba(164, 113, 72, 0.1);
}

.-z-10 {
  z-index: -10;
}

.inline-block {
  display: inline-block;
}

.mb-4 {
  margin-bottom: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.uppercase {
  text-transform: uppercase;
}

.text-gray-900 {
  color: #111827;
}

.text-gray-600 {
  color: #4B5563;
}

.text-gray-800 {
  color: #1F2937;
}

.bg-\[\#f3f4e5\] {
  background-color: #f3f4e5;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-14 {
  gap: 3.5rem;
}

.md\:block {
  display: block;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.w-\[3px\] {
  width: 3px;
}

.bg-\[\#6F9E97\] {
  background-color: #6F9E97;
}

.pl-0 {
  padding-left: 0;
}

.md\:pl-10 {
  padding-left: 2.5rem;
}

.text-\[\#1F2D2B\] {
  color: #1F2D2B;
}

.text-\[\#5F6F6A\] {
  color: #5F6F6A;
}

.max-w-xl {
  max-width: 36rem;
}

.space-y-2>*+* {
  margin-top: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.text-lg {
  font-size: 1.125rem;
}

.leading-none {
  line-height: 1;
}

.h-\[360px\] {
  height: 360px;
}

/* Header-specific classes */
.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-50 {
  z-index: 50;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.bg-white\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.h-\[105px\] {
  height: 105px;
}

.logo-height {
  height: 100px;
  width: auto;
  object-fit: contain;
}

.text-2xl {
  font-size: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.hover\:text-\[\#6F9E97\]:hover {
  color: #6F9E97;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.p-2 {
  padding: 0.5rem;
}

/* Footer-specific classes */
.bg-\[\#5E8D86\] {
  background-color: #5E8D86;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.sm\:px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.lg\:px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.p-10 {
  padding: 2.5rem;
}

.md\:p-16 {
  padding: 4rem;
}

.bg-\[\#639892\]\/95 {
  background-color: rgba(99, 152, 146, 0.95);
}

.z-10 {
  z-index: 10;
}

.text-3xl {
  font-size: 1.875rem;
}

.md\:text-4xl {
  font-size: 2.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gap-6 {
  gap: 1.5rem;
}

.relative {
  position: relative;
}

.left-3 {
  left: 0.75rem;
}

.top-1\/2 {
  top: 50%;
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.text-gray-400 {
  color: #9CA3AF;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  border-color: #E5E7EB;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#A47148\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 113 72 / var(--tw-ring-opacity));
}

.top-4 {
  top: 1rem;
}

.resize-none {
  resize: none;
}

.bg-\[\#486e69\] {
  background-color: #486e69;
}

.hover\:bg-\[\#3d615c\]:hover {
  background-color: #3d615c;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.md\:col-span-2 {
  grid-column: span 2 / span 2;
}

.md\:col-span-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.gap-12 {
  gap: 3rem;
}

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

.md\:text-left {
  text-align: left;
}

.md\:col-span-2 {
  grid-column: span 2 / span 2;
}

.flex-col {
  flex-direction: column;
}

.md\:items-start {
  align-items: flex-start;
}

.max-w-lg {
  max-width: 32rem;
}

.md\:flex-row {
  flex-direction: row;
}

.object-contain {
  object-fit: contain;
}

.text-lg {
  font-size: 1.125rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.mt-1 {
  margin-top: 0.25rem;
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.leading-relaxed {
  line-height: 1.625;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.md\:justify-start {
  justify-content: flex-start;
}

.w-9 {
  width: 2.25rem;
}

.h-9 {
  height: 2.25rem;
}

.bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.rounded-lg {
  border-radius: 0.5rem;
}

.md\:col-span-1 {
  grid-column: span 1 / span 1;
}

.space-y-3>*+* {
  margin-top: 0.75rem;
}

.text-white\/90 {
  color: rgba(255, 255, 255, 0.9);
}

.text-sm {
  font-size: 0.875rem;
}

.hover\:text-white:hover {
  color: #FFFFFF;
}

.space-y-4>*+* {
  margin-top: 1rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.border-t {
  border-top-width: 1px;
}

.border-white\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.mt-12 {
  margin-top: 3rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-white\/70 {
  color: rgba(255, 255, 255, 0.7);
}

/* Mobile menu classes */
.bg-white {
  background-color: #FFFFFF;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.space-y-4>*+* {
  margin-top: 1rem;
}

.block {
  display: block;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

/* Hero slider custom styles */
.hero-slider .slick-dots {
  bottom: 30px;
}

.hero-slider .slick-dots li button:before {
  font-size: 12px;
  color: white;
  opacity: 0.5;
}

.hero-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  width: 50px;
  height: 50px;
  z-index: 10;
}

.hero-slider .slick-prev {
  left: 30px;
}

.hero-slider .slick-next {
  right: 30px;
}

.hero-slider .slick-prev:before,
.hero-slider .slick-next:before {
  font-size: 50px;
  opacity: 0.7;
}

.hero-slider .slick-prev:hover:before,
.hero-slider .slick-next:hover:before {
  opacity: 1;
}

/* Header scroll effect */
header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Media Queries */
@media (min-width: 640px) {
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
}

/* Additional utility classes that might be needed */

/* Flex utilities */
.justify-between {
  justify-content: space-between;
}

/* Text utilities */
.uppercase {
  text-transform: uppercase;
}

/* Color utilities */
.bg-\[\#a1c1be\] {
  background-color: #a1c1be;
}

.bg-\[\#e6e8c9\] {
  background-color: #e6e8c9;
}

/* Border utilities */
.border-bottom-left-radius-15 {
  border-bottom-left-radius: 15px;
}

.border-bottom-right-radius-15 {
  border-bottom-right-radius: 15px;
}

.border-top-left-radius-15 {
  border-top-left-radius: 15px;
}

.border-top-right-radius-15 {
  border-top-right-radius: 15px;
}

/* Custom border styles */
.border-5-solid-white {
  border: 5px solid #FFFFFF;
  border-radius: 15px;
}

.border-5-solid-primary {
  border: 5px solid #6F9E97;
  border-radius: 15px;
}

/* Background opacity */
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

/* Transform utilities */
.scale-105 {
  transform: scale(1.05);
}

/* Transition utilities */
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-500 {
  transition-duration: 500ms;
}

/* Z-index utilities */
.-z-20 {
  z-index: -20;
}

/* Padding utilities */
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

/* Grid responsive classes */
.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}

/* For screens 768px and above, show 2 columns */
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* For screens 1024px and above (optional, if you still want lg breakpoint) */
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Ensure items are stacked on mobile */
@media (max-width: 767px) {
  .md\:flex-row-reverse {
    flex-direction: column;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  /* Make sure images and content stack properly on mobile */
  .grid>* {
    width: 100%;
  }
}

/* ========== FIX 1: MOBILE MENU ========== */
/* Force hamburger menu to show on mobile */
@media (max-width: 1023px) {
  .mobile-menu-btn {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 100;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-btn svg {
    width: 24px;
    height: 24px;
    color: #2B2B2B;
  }

  /* Hide desktop nav on mobile */
  nav.lg\:flex {
    display: none !important;
  }

  /* Show hamburger button */
  .lg\:hidden {
    display: flex !important;
  }
}

/* Mobile menu proper styling */
.mobile-menu {
  position: fixed;
  top: 105px;
  left: 0;
  right: 0;
  background: white;
  z-index: 9999;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
}

.mobile-menu.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  overflow-y: auto;
}

/* Mobile menu content */
.mobile-menu>div {
  padding: 1rem;
}

.mobile-menu a {
  display: block;
  padding: 0.75rem 1rem;
  color: #2B2B2B;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.375rem;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.mobile-menu a:hover {
  color: #6F9E97;
  background-color: #f3f3f3;
}

.mobile-menu a:last-child {
  background-color: #6F9E97;
  color: white;
  text-align: center;
  margin-top: 1rem;
}

.mobile-menu a:last-child:hover {
  background-color: #5E8D86;
}

.md\:grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* ========== FIX 2: FOOTER RESPONSIVE ========== */
/* Footer grid responsive */
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .md\:col-span-2,
  .md\:col-span-1 {
    grid-column: span 1 !important;
  }

  /* Center all footer content on mobile */
  footer .grid>div {
    text-align: center !important;
    align-items: center !important;
  }

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

  .md\:items-start {
    align-items: center !important;
  }

  .md\:justify-start {
    justify-content: center !important;
  }

  .md\:flex-row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  /* Center contact info on mobile */
  .contact-info li {
    justify-content: center !important;
    text-align: center !important;
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Center social icons */
  .social-icons {
    justify-content: center !important;
  }
}

/* Desktop footer styles */
@media (min-width: 768px) {
  footer .grid>div {
    text-align: left;
    align-items: flex-start;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:flex-row {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* ========== FIX 3: LARGE ANIMALS SECTION RESPONSIVE ========== */
@media (max-width: 767px) {

  /* Make animals section stack properly */
  .animals-section .grid-cols-1 {
    grid-template-columns: 1fr !important;
    display: flex;
    flex-direction: column;
  }

  /* Ensure text comes first on mobile */
  .animals-section .grid-cols-1>div:first-child {
    order: 1;
  }

  .animals-section .grid-cols-1>div:last-child {
    order: 2;
    margin-top: 2rem;
  }

  /* Remove left padding on mobile */
  .md\:pl-10,
  .pl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Hide accent line on mobile */
  .hidden.md\:block {
    display: none !important;
  }

  /* Adjust text alignment on mobile */
  .animals-content {
    text-align: center;
    width: 100%;
  }

  .animals-content .inline-flex {
    margin-left: auto;
    margin-right: auto;
  }

  /* Center the list items */
  .animals-list-item {
    justify-content: center;
    text-align: center;
  }

  .animals-list-item span {
    text-align: center;
  }

  /* Make sure text is visible */
  .text-\[\#5F6F6A\],
  .text-\[\#1F2D2B\] {
    color: #5F6F6A !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Fix image container */
  .animals-image-container {
    width: 100%;
  }

  .animals-image {
    width: 100%;
  }

  .rounded-2xl {
    border-radius: 0.75rem;
  }

  #animals {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* ========== ADDITIONAL MOBILE FIXES ========== */
@media (max-width: 767px) {

  /* Ensure all sections stack properly on mobile */
  .grid-cols-1 {
    grid-template-columns: 1fr !important;
  }

  /* Fix order for reverse sections on mobile */
  .md\:order-1,
  .md\:order-2 {
    order: 1 !important;
  }


  .min-h-\[600px\] {
    min-height: 400px !important;
  }

  .h-\[80vh\] {
    height: 70vh !important;
  }

  /* Fix text sizes on mobile */
  .text-5xl,
  .text-4xl {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  .text-3xl {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .text-xl,
  .text-lg {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  /* Center text on mobile */
  .text-left,
  .md\:text-left {
    text-align: center !important;
  }


  /* Fix service section borders */
  .services-section>div:last-child {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
  }
}

/* ========== FIX FOR HAMBURGER MENU BUTTON SPECIFIC ========== */
.mobile-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: none;
  /* Hidden by default on desktop */
}

@media (max-width: 1023px) {
  .mobile-menu-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}

/* Ensure hamburger icon is visible */
.mobile-menu-btn svg {
  width: 24px;
  height: 24px;
  color: #2B2B2B;
}

/* ========== FIX FOR SMOOTH SCROLLING WITH FIXED HEADER ========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  /* Adjust based on your header height */
}

/* ========== FIX FOR SERVICES SECTION ON MOBILE ========== */
@media (max-width: 767px) {
  .services-section .grid>div {
    margin-bottom: 2rem;
  }

  .services-section .py-16 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services-section .gap-12 {
    gap: 2rem;
  }

  .form-card {
    padding: 2rem;
  }
}

/* ========== FIX FOR ABOUT SECTION ON MOBILE ========== */
@media (max-width: 767px) {
  .about-section .gap-16 {
    gap: 2rem;
  }

  .about-section .py-24 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

/* ========== IMPORTANT: OVERRIDE TAILWIND HIDDEN CLASS FOR MOBILE MENU ========== */
.mobile-menu {
  display: block !important;
  /* Force display block */
}

.mobile-menu.hidden {
  display: block !important;
  /* Override Tailwind */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  max-height: 0;
}

.mobile-menu:not(.active) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  max-height: 0;
}

/* ---------- White wash utilities ---------- */
.bg-white-wash {
  background: rgba(255, 255, 255, 0.85);
}

.bg-green-overlay {
  background: rgba(111, 158, 151, 0.25);
}

/* ---------- Animations ---------- */
.fade-up,
.fade-left,
.fade-right,
.fade-in {
  opacity: 0;
  transition: all 0.8s ease;
}

.fade-up {
  transform: translateY(30px);
}

.fade-left {
  transform: translateX(-40px);
}

.fade-right {
  transform: translateX(40px);
}

.fade-in {
  transform: none;
}

.in-view {
  opacity: 1;
  transform: translate(0, 0);
}


/* ---------- Cards ---------- */
.service-card {
  transition: transform .35s ease, box-shadow .35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0, 0, 0, .08);
}

/* ---------- Icon styling ---------- */
.icon-circle {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2d2b;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 16px;
}

/* ---------- HERO (General Practice) ---------- */
.gp-hero {
  position: relative;
  height: 25vh;
  min-height: 250px;
  background: url("images/page-hero.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

/* soft green overlay using EXISTING palette */
.gp-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(111, 158, 151, 0.75);
  z-index: 1;
}

.gp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0 24px;
}

.gp-hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.gp-hero-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.gp-hours-section {
  background: var(--secondary);
  padding: 100px 0;
}

.gp-hours-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT COLUMN */
.gp-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.gp-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* CTA */
.gp-cta {
  background: #fff;
  padding: 40px 36px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gp-cta h3 {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.gp-cta p {
  color: var(--text-dark);
  opacity: 0.8;
  margin-bottom: 24px;
  line-height: 1.6;
}

.gp-cta a {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 14px 34px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
}

/* HOURS */
.gp-hours {
  background: var(--background);
  padding: 52px 54px;
  border-radius: 26px;
}

.gp-hours h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: var(--text-dark);
}

.gp-hours .intro {
  margin-bottom: 32px;
  opacity: 0.8;
}

.hours-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 32px;
  font-size: 1.05rem;
}

.hours-grid span:nth-child(odd) {
  font-weight: 600;
}

.note {
  margin-top: 26px;
  font-size: 0.95rem;
  opacity: 0.75;
}

.gp-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #fff;
  padding: 14px 34px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gp-call-btn i {
  font-size: 1rem;
}

.gp-call-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


/* MOBILE ORDER FIX */
@media (max-width: 900px) {
  .gp-hours-wrap {
    grid-template-columns: 1fr;
  }

  .gp-hours {
    order: 1;
  }

  .gp-left {
    order: 2;
  }

  .gp-image img {
    height: 300px;
  }
}

.other-page #contact {
  padding: 0;
  margin-bottom: 50px;
}

.other-page #contact .contact-wrapper {
  max-width: 100%;
  padding: 0;
}

.other-page #contact .form-card {
  border-radius: 0;
}


/* ---------- HERO ---------- */
.surgery-hero {
  position: relative;
  height: 25vh;
  min-height: 250px;
  background: url("images/page-hero.jpg") center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.team-hero{
  background: url("images/team.jpg") center / cover no-repeat;
  min-height: 300px;
}

.surgery-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(111, 158, 151, 0.75);
  z-index: 1;
}

.team-hero .surgery-hero-overlay{
  background: rgba(111, 158, 151, 0.75);
}

.surgery-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0 24px;
}

.surgery-hero-content h1 {
  font-size: clamp(2.6rem, 5vw, 3.8rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.surgery-hero-content p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
}

.mid-sec-bg{
  background-image: url("images/bg-3.jpg");
  background-size: cover;
  background-position: center;
}
.mid-sec-bg .mid-sec-overlay{
  background: rgba(255, 255, 255, 1);
}
.mid-sec-bg .card p{
  text-align: center;
}

.hidden{
  display: none !important;
}
