/* === GLOBAL TYPOGRAPHY === */

/* Body font */
body {
  font-family: "Overpass", sans-serif;
}

/* Titles, Hero headings, Navbar branding */
h1, h2, h3, h4, h5, h6,
.navbar-brand,
.hero .heading,
.hero h1 {
  font-family: "Regus Saint", serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* === FOOTER === */
/* Pali's social footer – colour + spacing */
.social-footer {
  background-color: #124A34;      /* same Furni green as hero/nav */
  margin-top: 0 !important;       /* remove extra gap above */
  padding-top: 12px;              /* tighter vertical space */
  padding-bottom: 12px;
}

/* Icon colours */
.social-footer .social-link {
  color: #ffffff;
}

.social-footer .social-link:hover {
  color: #f9bf29;                 /* yellow highlight on hover */
}

/* Footer text */
.social-footer p {
  color: rgba(255, 255, 255, 0.7);
}

/* === IMAGE === */
/* HERO BASE */
.hero {
  background-color: #124A34 !important; /* Furni green background */
  width: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-img-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Final override for Palis logo size */
.custom-navbar .navbar-brand img {
  height: 70px !important;
  width: auto !important;
}

.custom-navbar {
  padding-top: 2px !important;
  padding-bottom: 4px !important;
}

/* HERO IMAGE ON RIGHT (Furni style) */
.hero-image-wrapper {
  position: relative;
  text-align: right;   /* push image to the right side of its column */
}

/* Image itself */
.hero-image {
  width: 100%;          /* tweak 80–100% to taste */
  max-width: 700px;    /* prevents it from becoming huge on large screens */
  height: auto;
  object-fit: contain;
  display: inline-block;
}
/* --- CONTACT PAGE --- */

/* Top band like hero on home */
.contact-hero {
  background-color: #124A34;  /* Pali's green, same as navbar/hero */
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Hero text in white, like home hero */
.contact-hero h1,
.contact-hero p {
  color: #ffffff;
}

/* Body area: same light background as main content on home */
.contact-section {
  background-color: #eff2f1;
}

/* Headings in contact section */
.contact-section h3,
.contact-info-item h5 {
  color: #124A34;
  font-weight: 600;
}

.contact-info-item p {
  color: #333333;
}

/* Social icons on contact page */
.contact-social-icons .social-link {
  font-size: 24px;
  color: #124A34;
  transition: 0.2s ease-in-out;
}

.contact-social-icons .social-link:hover {
  color: #f9bf29;   /* same yellow accent as elsewhere */
}
/* Contact form fonts & button, to match home page */
.contact-section .form-control,
.contact-section .form-label {
  font-family: "Overpass", sans-serif;
}

.contact-section .btn-primary {
  background-color: #E9DFC8;   /* Pali's beige, same as buttons on home */
  border-color: #E9DFC8;
  color: #124A34;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-section .btn-primary:hover {
  background-color: #314d43;
  border-color: #314d43;
  color: #ffffff;
}

/* --- CONTACT PAGE FONT SIZE MATCHING --- */

/* Make "Get in Touch" same size as homepage hero heading */
.contact-hero h1 {
  font-family: "Regus Saint", serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

/* Subtitle under Get in Touch */
.contact-hero p {
  font-size: 1.1rem;
  opacity: 0.9;
}
/* Paragraph styling override (match home page typography) */
p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333333;   /* less grey, more readable */
}

/* Section headings (e.g., “Contact Information”, “Send us a message”) */
.contact-section h3 {
  font-size: 1.6rem;
  font-weight: 700;
}

/* Contact labels & text */
.contact-section p,
.contact-section .form-label,
.contact-section .form-control {
  font-size: 1rem;
}
/* Match the home page intro paragraph exactly */
.contact-hero p {
  font-size: 1.1rem !important;       /* same as home page base */
  font-weight: 400 !important;        /* same weight */
  line-height: 1.7 !important;        /* same line height */
  color: rgba(255,255,255,0.8) !important; /* same home-page-style white tint */
}
/* Reduce the green section height on Contact Page */
.contact-hero {
  padding-top: 2rem !important;
  padding-bottom: 1rem !important;
}

/* --- CONTACT HERO: match Home hero typography --- */

/* Section background & spacing – same feel as .hero */
.contact-hero {
  background-color: #124A34;        /* Pali's green */
  padding: calc(4rem - 30px) 0 4rem 0;
}

/* "Get in Touch" heading – match hero H1 */
.contact-hero h1 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  /* hero H1 grows on very large screens, so mimic that */
}
@media (min-width: 1400px) {
  .contact-hero h1 {
    font-size: 54px;
  }
}

/* Paragraph under Get in Touch – override .lead */
.contact-hero p.lead {
  font-size: 1rem;                  /* same as home hero paragraph */
  line-height: 1.7;
  font-weight: 400;                 /* cancel Bootstrap's light .lead */
  color: rgba(255, 255, 255, 0.75); /* same white-on-green feel */
  max-width: 42rem;                 /* nice readable width */
  margin-bottom: 0;                 /* optional: tighten spacing */
}

/* Form tweaks */
form .form-control {
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #ccc;
}

form .btn-primary {
  background-color: #f9bf29;
  border: none;
  color: #000;
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

form .btn-primary:hover {
  background-color: #e4a821;
}
/* === PRODUCTS PAGE === */

.products-hero {
  background-color: #f2f4f3;   /* same light tone as contact lower section */
}

.products-hero h1 {
  color: #124A34;              /* deep green, matches navbar */
}

.products-hero p {
  color: #333333;
}

.products-section {
  background-color: #ffffff;
}

/* Product cards */
.product-card {
  background-color: #fdfbf8;
  border-radius: 16px;
  padding: 18px 14px 20px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.product-image-wrap {
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card img {
  max-height: 120px;
  width: auto;
}

.product-card h5 {
  font-weight: 600;
  color: #124A34;
}

.product-meta {
  color: #666666;
}

.product-tag {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7b5a32;              /* peanut-butter brown accent */
}

/* Note block */
.products-note {
  background-color: #E9DFC8;   /* your beige accent */
  border-radius: 16px;
  padding: 20px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.products-note h5 {
  margin-bottom: 8px;
  color: #124A34;
}
