:root {
  --gw-green: #143d2b;
  --gw-green-2: #1d6a46;
  --gw-green-3: #6da24a;
  --gw-navy: #143d2b;
  --gw-navy-2: #1d6a46;
  --gw-gold: #c99b52;
  --gw-gold-2: #e4bd76;
  --gw-cream: #fbf5ea;
  --gw-bg: #fffaf3;
  --gw-text: #1e2b27;
  --gw-muted: #66736e;
  --gw-border: #eee4d5;
  --gw-shadow: 0 22px 60px rgba(20, 61, 43, .15);
  --gw-radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--gw-text);
  background: #fff;
  line-height: 1.55;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.screen-reader-text { position: absolute; left: -9999px; }
.skip-link:focus { left: 18px; top: 18px; z-index: 10000; background: #fff; padding: 10px 16px; border-radius: 8px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(238,228,213,.85);
  box-shadow: 0 8px 30px rgba(20,61,43,.06);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand-wrap { flex: 0 0 auto; }
.site-logo img, .custom-logo-link img { width: 250px; max-height: 72px; object-fit: contain; }
.primary-nav { flex: 1 1 auto; }
.nav-menu { list-style: none; display: flex; justify-content: center; align-items: center; gap: 22px; padding: 0; margin: 0; }
.nav-menu a { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; color: var(--gw-navy); transition: color .2s ease; }
.nav-menu a:hover { color: var(--gw-gold); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.phone-link { display: flex; align-items: center; gap: 8px; color: var(--gw-navy); font-weight: 800; font-size: 13px; }
.phone-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: #f5ead7; color: var(--gw-gold); }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; margin-left: auto; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--gw-navy); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .06em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(20,61,43,.16); }
.btn-primary { background: var(--gw-navy); color: #fff; }
.btn-gold { background: linear-gradient(135deg, var(--gw-gold), var(--gw-gold-2)); color: #fff; }
.btn-dark { background: var(--gw-navy); color: #fff; }
.btn-light { background: #fff; color: var(--gw-navy); }

.hero-section {
  position: relative;
  min-height: 680px;
  color: #fff;
  background: var(--hero-bg) center/cover no-repeat;
  overflow: visible;
  padding-top: 88px;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,61,43,.78) 0%, rgba(20,61,43,.52) 42%, rgba(20,61,43,.12) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-copy { width: min(620px, 100%); padding: 36px 0 130px; }
.eyebrow { color: #f4d38e; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; font-size: 13px; }
.hero-copy h1 {
  margin: 0;
  font-family: Inter, sans-serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .93;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
}
.script-line {
  margin: 12px 0 16px;
  font-family: "Great Vibes", cursive;
  font-size: clamp(30px, 4vw, 52px);
  color: var(--gw-gold-2);
}
.hero-description { max-width: 610px; color: rgba(255,255,255,.92); font-size: 16px; }
.trust-badges { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 30px; }
.trust-item { display: flex; align-items: center; gap: 10px; min-width: 150px; }
.trust-item span { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: rgba(255,255,255,.08); }
.trust-item strong { display: block; font-size: 13px; line-height: 1.1; }
.trust-item small { display: block; color: rgba(255,255,255,.75); font-size: 12px; }
.hero-arrow { position: absolute; top: 42%; z-index: 2; width: 42px; height: 42px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; font-size: 38px; line-height: 1; cursor: pointer; }
.hero-prev { left: 22px; }
.hero-next { right: 22px; }

.booking-shell { position: relative; z-index: 4; margin-top: -86px; }
.booking-card {
  background: rgba(255,255,255,.97);
  box-shadow: var(--gw-shadow);
  border-radius: 14px;
  overflow: hidden;
  color: var(--gw-text);
  border: 1px solid rgba(255,255,255,.7);
}
.booking-tabs { display: flex; align-items: center; gap: 0; border-bottom: 1px solid var(--gw-border); overflow-x: auto; }
.booking-tab {
  min-width: 155px;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  color: #53635c;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.booking-tab.active { background: var(--gw-navy); color: #fff; }
.booking-fields { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr auto; gap: 0; align-items: end; }
.booking-fields label { padding: 18px 20px; border-right: 1px solid var(--gw-border); }
.booking-fields span { display: block; font-weight: 800; color: var(--gw-navy); font-size: 12px; margin-bottom: 6px; }
.booking-fields input, .booking-fields select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #66736e;
  min-height: 36px;
}
.booking-fields .btn { margin: 18px 18px 18px 0; min-width: 170px; }

.section { padding: 92px 0; }
.section-heading { text-align: center; max-width: 720px; margin: 0 auto 42px; }
.section-heading span, .script-mini {
  display: inline-block;
  font-family: "Great Vibes", cursive;
  color: var(--gw-gold);
  font-size: 30px;
  margin-bottom: 0;
}
.section-heading h2, .kerala-copy h2, .enquiry-grid h2 { margin: 0; font-size: clamp(30px, 4vw, 45px); line-height: 1.1; color: var(--gw-navy); text-transform: uppercase; letter-spacing: .02em; }
.section-heading p { color: var(--gw-muted); margin: 14px auto 0; }
.section-heading.compact { margin-bottom: 34px; }
.align-left { text-align: left; margin-left: 0; }

.destinations { background: linear-gradient(180deg, #fff 0%, #fffaf3 100%); padding-top: 118px; }
/* Homepage destination/package cards: 4 per row on desktop */
.destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.destination-card {
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(20,61,43,.07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.destination-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(20,61,43,.12); }
.destination-image { height: 205px; background-size: cover; background-position: center; }
.destination-body { padding: 17px 17px 20px; }
.destination-body h3 { margin: 0 0 5px; color: var(--gw-navy); font-size: 16px; text-transform: uppercase; }
.destination-body p { margin: 0 0 14px; color: var(--gw-muted); font-size: 13px; }
.destination-body strong { color: var(--gw-gold); }
.center-button { text-align: center; margin-top: 36px; }

.kerala-feature { background: #fff; }
.kerala-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 52px; align-items: center; }
.kerala-copy p { color: var(--gw-muted); font-size: 17px; }
.kerala-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0 30px; }
.kerala-pills span { padding: 9px 14px; background: #edf7ef; color: var(--gw-green); border-radius: 999px; font-weight: 800; font-size: 13px; }
.kerala-cards { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; min-height: 420px; }
.small-photo { position: relative; border-radius: 24px; overflow: hidden; min-height: 200px; background-size: cover; background-position: center; box-shadow: var(--gw-shadow); }
.small-photo.tall { min-height: 420px; }
.small-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.58)); }
.small-photo span { position: absolute; z-index: 2; left: 22px; bottom: 20px; color: #fff; font-size: 24px; font-weight: 800; }

.services { background: #fffaf3; }
.service-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; }
.service-card {
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 12px;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(20,61,43,.09); }
.service-icon { font-size: 32px; color: var(--gw-gold); margin-bottom: 10px; }
.service-card h3 { margin: 0; font-size: 13px; line-height: 1.25; text-transform: uppercase; color: var(--gw-navy); }

.family-cta { padding: 25px 0 0; background: #fffaf3; }
.family-card {
  position: relative;
  min-height: 275px;
  border-radius: 22px;
  overflow: hidden;
  background: var(--family-bg) left center/cover no-repeat;
  box-shadow: 0 20px 45px rgba(20,61,43,.10);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
}
.family-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.96) 42%, rgba(255,255,255,.98) 100%); }
.family-copy, .family-icons { position: relative; z-index: 2; }
.family-copy { grid-column: 2; padding: 42px 38px; }
.family-copy h2 { color: var(--gw-navy); font-size: clamp(27px, 3vw, 38px); line-height: 1.1; margin: 0; }
.family-copy h2 span { display: block; font-family: "Great Vibes", cursive; text-transform: none; color: var(--gw-green); font-size: 42px; font-weight: 400; }
.family-copy p { color: var(--gw-muted); }
.family-icons { grid-column: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0 38px 34px; }
.family-icons div { background: rgba(255,255,255,.78); border: 1px solid var(--gw-border); border-radius: 12px; padding: 12px; text-align: center; font-size: 12px; color: var(--gw-navy); font-weight: 800; }
.family-icons strong { display: block; color: var(--gw-gold); font-size: 22px; }

.stats-strip { background: var(--gw-navy); color: #fff; padding: 22px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stats-grid div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 58px; }
.stats-grid span { font-size: 28px; color: var(--gw-gold-2); }
.stats-grid strong { display: block; font-size: 24px; line-height: 1; }
.stats-grid small { display: block; text-transform: uppercase; color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .06em; }

.enquiry-section { background: #fff; }
.enquiry-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: start; }
.enquiry-grid p { color: var(--gw-muted); }
.enquiry-form { display: grid; gap: 14px; background: #fffaf3; border: 1px solid var(--gw-border); border-radius: 18px; padding: 26px; box-shadow: 0 14px 40px rgba(20,61,43,.08); }
.enquiry-form input, .enquiry-form textarea { border: 1px solid #e8dccb; background: #fff; border-radius: 10px; padding: 14px 16px; outline: 0; }
.enquiry-form input:focus, .enquiry-form textarea:focus { border-color: var(--gw-gold); box-shadow: 0 0 0 4px rgba(201,155,82,.12); }

.site-footer { background: #0f2c22; color: #dbe8df; padding-top: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .9fr 1fr; gap: 34px; }
.footer-logo { width: 245px; background: #fff; border-radius: 14px; padding: 8px; margin-bottom: 18px; }
.footer-brand p, .footer-contact p, .footer-widget-area p { color: rgba(255,255,255,.72); }
.social-row { display: flex; gap: 10px; }
.social-row a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.10); display: inline-flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; }
.footer-links h3, .footer-contact h3, .footer-widget-title, .footer-widget-area h3 { margin-top: 0; color: #fff; }
.footer-menu { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-menu a, .footer-contact a { color: rgba(255,255,255,.78); }
.footer-menu a:hover, .footer-contact a:hover { color: var(--gw-gold-2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); margin-top: 48px; padding: 20px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.58); font-size: 13px; }

.content-area { background: #fffaf3; min-height: 55vh; }
.content-layout, .narrow-container { width: min(980px, calc(100% - 36px)); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.post-card, .page-content, .single-content, .empty-state { background: #fff; border: 1px solid var(--gw-border); border-radius: 18px; box-shadow: 0 16px 40px rgba(20,61,43,.07); overflow: hidden; }
.post-thumb img { width: 100%; height: 250px; object-fit: cover; }
.post-card-body, .page-content, .single-content, .empty-state { padding: 30px; }
.post-card h2, .page-content h1, .single-content h1, .empty-state h1 { color: var(--gw-navy); margin-top: 0; }
.post-meta { color: var(--gw-gold); font-weight: 700; }
.read-more { color: var(--gw-green); font-weight: 800; }
.page-featured { margin: 20px 0; border-radius: 14px; overflow: hidden; }
.entry-content a { color: var(--gw-green); font-weight: 700; }
.entry-content img { border-radius: 14px; }
.text-center { text-align: center; }

@media (max-width: 1080px) {
  .header-actions { display: none; }
  .nav-menu { gap: 14px; }
  .destination-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .booking-fields { grid-template-columns: repeat(2, 1fr); }
  .booking-fields .btn { grid-column: span 2; margin: 18px; }
}

@media (max-width: 860px) {
  .header-inner { min-height: 76px; }
  .site-logo img, .custom-logo-link img { width: 210px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid var(--gw-border); padding: 0 18px 18px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: all .2s ease; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-menu { flex-direction: column; align-items: flex-start; gap: 0; }
  .nav-menu li { width: 100%; border-bottom: 1px solid #f1e7d8; }
  .nav-menu a { display: block; padding: 15px 0; }
  .hero-section { min-height: 640px; padding-top: 50px; }
  .hero-copy { padding-bottom: 150px; }
  .trust-badges { gap: 12px; }
  .booking-shell { margin-top: -95px; }
  .booking-fields { grid-template-columns: 1fr; }
  .booking-fields label { border-right: 0; border-bottom: 1px solid var(--gw-border); }
  .booking-fields .btn { grid-column: auto; width: calc(100% - 36px); }
  .destination-grid, .kerala-grid, .enquiry-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .family-card { grid-template-columns: 1fr; background-position: left center; }
  .family-card::before { background: rgba(255,255,255,.92); }
  .family-copy, .family-icons { grid-column: 1; }
  .family-icons { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom-inner { flex-direction: column; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .hero-copy h1 { font-size: 50px; }
  .script-line { font-size: 36px; }
  .trust-item { width: 100%; }
  .hero-arrow { display: none; }
  .destination-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .kerala-cards { grid-template-columns: 1fr; min-height: auto; }
  .small-photo.tall { min-height: 280px; }
  .family-copy { padding: 30px 24px; }
  .family-icons { padding: 0 24px 28px; grid-template-columns: 1fr; }
  .stats-grid, .post-grid, .footer-grid { grid-template-columns: 1fr; }
  .booking-tab { min-width: 160px; }
  .site-logo img, .custom-logo-link img { width: 185px; }
}

/* Green Way Tour Manager integration */
.booking-fields select,
.enquiry-form select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #66736e;
  min-height: 36px;
}
.enquiry-form select {
  border: 1px solid #e8dccb;
  background: #fff;
  border-radius: 10px;
  padding: 14px 16px;
}
.enquiry-form select:focus {
  border-color: var(--gw-gold);
  box-shadow: 0 0 0 4px rgba(201,155,82,.12);
}
.greenway-alert {
  margin: 18px 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-weight: 800;
}
.greenway-alert-success {
  background: #eaf6ee;
  color: var(--gw-green);
  border: 1px solid rgba(25,79,53,.16);
}
.greenway-alert-error {
  background: #fff0ed;
  color: #8a2c1c;
  border: 1px solid rgba(138,44,28,.18);
}
.greenway-hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.tour-package-card .destination-body h3 a:hover {
  color: var(--gw-gold);
}
.package-excerpt {
  min-height: 64px;
}
.package-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.package-link,
.package-enquire {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.package-link {
  background: #edf7ef;
  color: var(--gw-green);
}
.package-enquire {
  background: var(--gw-navy);
  color: #fff;
}
.package-link:hover,
.package-enquire:hover {
  transform: translateY(-1px);
}
.package-archive-page {
  background: #fffaf3;
}
.package-results-layout {
  width: min(1180px, calc(100% - 36px));
}
.package-search-card {
  margin-bottom: 34px;
}
.package-result-count {
  color: var(--gw-navy);
  font-weight: 700;
  margin: 22px 0;
}
.package-results-grid {
  margin-top: 18px;
}
.package-meta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0;
}
.package-meta-row div {
  background: #fffaf3;
  border: 1px solid var(--gw-border);
  border-radius: 14px;
  padding: 16px;
}
.package-meta-row strong,
.package-meta-row span {
  display: block;
}
.package-meta-row strong {
  color: var(--gw-gold);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .07em;
}
.package-meta-row span {
  color: var(--gw-navy);
  font-size: 20px;
  font-weight: 900;
}
.package-hero-image img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
}
.single-package-template .enquiry-section {
  padding-bottom: 0;
}
.pagination-wrap .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  padding: 8px 12px;
  margin: 4px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--gw-border);
  color: var(--gw-navy);
  font-weight: 800;
}
.pagination-wrap .current {
  background: var(--gw-navy);
  color: #fff;
}
@media (max-width: 860px) {
  .package-meta-row { grid-template-columns: 1fr; }
}

/* Green Way Holidays premium blog listing page */
.blog-page-template {
  background: #fffaf3;
}
.blog-hero {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--blog-hero-bg) center/cover no-repeat;
  overflow: hidden;
}
.blog-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20,61,43,.82) 0%, rgba(20,61,43,.58) 48%, rgba(20,61,43,.22) 100%);
}
.blog-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
  padding: 88px 0;
}
.blog-hero .eyebrow {
  display: inline-block;
  margin-bottom: 12px;
}
.blog-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fff;
}
.blog-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
  font-size: 18px;
}
.blog-listing {
  background: linear-gradient(180deg, #fff 0%, #fffaf3 100%);
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.blog-card {
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(20,61,43,.08);
  transition: transform .2s ease, box-shadow .2s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 58px rgba(20,61,43,.14);
}
.blog-card-image {
  display: block;
  height: 235px;
  overflow: hidden;
  background: #edf7ef;
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.04);
}
.blog-card-body {
  padding: 22px;
}
.blog-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: var(--gw-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.blog-meta a {
  color: var(--gw-gold);
}
.blog-meta a:hover {
  color: var(--gw-navy);
}
.blog-card h2 {
  margin: 0 0 12px;
  color: var(--gw-navy);
  font-size: 22px;
  line-height: 1.18;
}
.blog-card h2 a {
  color: inherit;
}
.blog-card h2 a:hover {
  color: var(--gw-gold);
}
.blog-card p {
  margin: 0 0 18px;
  color: var(--gw-muted);
}
.blog-read-more {
  display: inline-flex;
  align-items: center;
  color: var(--gw-navy);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.blog-read-more::after {
  content: "→";
  margin-left: 8px;
  color: var(--gw-gold);
  transition: transform .2s ease;
}
.blog-read-more:hover::after {
  transform: translateX(4px);
}
.blog-pagination {
  margin-top: 44px;
  text-align: center;
}
.blog-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-empty-state {
  text-align: center;
  background: #fff;
  border: 1px solid var(--gw-border);
  border-radius: 18px;
  padding: 42px;
  box-shadow: var(--gw-shadow);
}
.blog-empty-state h2 {
  margin-top: 0;
  color: var(--gw-navy);
}
.blog-empty-state p {
  color: var(--gw-muted);
}
@media (max-width: 1050px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-card-image {
    height: 225px;
  }
}
@media (max-width: 640px) {
  .blog-hero {
    min-height: 310px;
  }
  .blog-hero-content {
    padding: 70px 0;
  }
  .blog-hero p {
    font-size: 16px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card-image {
    height: 220px;
  }
  .blog-card-body {
    padding: 20px;
  }
}

/* Kerala feature right-side single favicon display */
.kerala-logo-showcase {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 54px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf5 100%);
  border: 1px solid var(--gw-border);
  border-radius: 28px;
  box-shadow: var(--gw-shadow);
  overflow: hidden;
}

.kerala-logo-showcase::before {
  content: '';
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 79, 53, .10) 0%, rgba(25, 79, 53, .04) 42%, transparent 70%);
}

.kerala-logo-showcase img {
  position: relative;
  z-index: 2;
  width: min(300px, 78%);
  max-height: 300px;
  object-fit: contain;
}

@media (max-width: 860px) {
  .kerala-logo-showcase {
    min-height: 340px;
    padding: 42px;
  }

  .kerala-logo-showcase img {
    width: min(250px, 76%);
  }
}

@media (max-width: 560px) {
  .kerala-logo-showcase {
    min-height: 280px;
    padding: 34px;
  }

  .kerala-logo-showcase img {
    width: min(210px, 78%);
  }
}
