/* =========================
   GOOGLE FONTS
========================= */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

:root {
    --color-background: #ffffff;
    --color-text: #111111;
    --color-accent: #0073aa;
    --color-primary: #4E21A4;
    --content-max-width: 1100px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif; /* CHANGED */
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-background);
}

/* HEADINGS FONT */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

a {
    color: var(--color-accent);
    text-decoration: none;
}

/* a:hover,
a:focus {
    text-decoration: underline;
} */

img,
video {
    max-width: 100%;
    height: auto;
}

main {
    /* width: min(100%, var(--content-max-width)); */
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* =========================
   GLOBAL CONTAINER
========================= */
.container {
  width: min(1720px, 92%);
  margin: 0 auto;
}

/* =========================
   HEADER
========================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  background: #fefefe;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-bottom: 1px solid rgba(17, 36, 59, 0.06);
}

.header-wrapper {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.site-logo img,
.custom-logo {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
}

.site-title-wrap {
  display: flex;
  align-items: center;
}

.site-title {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
  color: #1f8b49;
  letter-spacing: -0.4px;
  font-family: 'Inter', sans-serif; /* keep logo text clean */
}

.main-navigation {
  margin-left: auto;
}

.main-navigation .nav-menu {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-navigation .nav-menu li {
  list-style: none;
}

.main-navigation .nav-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #6c7570;
  transition: all 0.25s ease;
}

.main-navigation .nav-menu li.active > a {
  background: #d8ede0;
  color: #2d8a53;
}

.main-navigation .nav-menu li.current-menu-item > a {
  background: #d8ede0;
  color: #2d8a53;
}

.main-navigation .nav-menu li a:hover {
  background: #ffffff;
  color: #1f8b49;
}

/* =========================
   FOOTER
========================= */
.site-footer {
  background: #1A4D2F;
  color: #ffffff;
  padding-top: 58px;
  padding-bottom: 34px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.2fr 0.9fr;
  gap: 70px;
  align-items: start;
  padding-bottom: 54px;
}

.footer-col {
  min-width: 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.footer-logo img,
.footer-brand .custom-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.footer-brand h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.footer-about p {
  max-width: 420px;
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.footer-col h4 {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.footer-menu,
.footer-contact {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu li,
.footer-contact li {
  margin-bottom: 4px;
}

.footer-menu li:last-child,
.footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-menu li a,
.footer-contact li,
.footer-col p {
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  align-items: center;
  gap:10px;
}

.footer-menu li a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 22px;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}


.footer-contact-icon {
  width: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.82);
}

.footer-contact-icon svg {
  width: 14px;
  height: 14px;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
}

/* Hover efekt nice */
.social-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .site-title {
    font-size: 14px;
  }

  .main-navigation .nav-menu {
    gap: 8px;
  }

  .main-navigation .nav-menu li a {
    padding: 12px 14px;
    font-size: 16px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }
}

@media (max-width: 768px) {
  .header-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .main-navigation {
    width: 100%;
    margin-left: 0;
  }

  .main-navigation .nav-menu {
    flex-wrap: wrap;
    gap: 10px;
  }

  .site-title {
    font-size: 18px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .footer-about p,
  .footer-menu li a,
  .footer-contact li,
  .footer-col p {
    font-size: 17px;
  }
}

/* =========================
   RESET MAIN (IMPORTANT)
========================= */
.site-main {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* =========================
   HERO SECTION
========================= */
.hero-section {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Overlay (shadow nga dashboard) */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(16, 86, 45, var(--hero-overlay-opacity, 0.55));
  z-index: 1;
}

/* Container */
.hero-container {
  position: relative;
  z-index: 2;
  width: min(1720px, 92%);
  margin: 0 auto;
}

/* Content */
.hero-content {
  max-width: 860px;
  padding-top: 110px;
  padding-bottom: 110px;
}

/* =========================
   TITLE
========================= */
.hero-title {
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 60px;              /* ✔ si kërkove */
  line-height: 1.05;
  font-weight: 700;             /* ✔ */
  color: #f6f3ee;
  letter-spacing: -0.6px;
}

/* =========================
   DESCRIPTION
========================= */
.hero-description {
  max-width: 760px;
  margin: 0 0 34px;
  font-family: "Inter", sans-serif;
  font-size: 18px;              /* ✔ si kërkove */
  line-height: 28px;            /* ✔ */
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

/* =========================
   BUTTON
========================= */
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 164px;
  height: 54px;
  padding: 16px 28px;
  border-radius: 14px;
  background: #1fa85b;

  font-family: "Inter", sans-serif;
  font-size: 14px;              /* ✔ si kërkove */
  line-height: 20px;            /* ✔ */
  font-weight: 500;             /* ✔ */

  color: #ffffff;
  text-decoration: none;

  transition: all 0.25s ease;
}

.hero-button:hover {
  background: #18894a;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1200px) {
  .hero-section {
    min-height: 680px;
  }

  .hero-content {
    max-width: 760px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-title {
    font-size: 52px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 560px;
  }

  .hero-content {
    max-width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.1;
  }

  .hero-description {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-button {
    min-width: 150px;
    height: 50px;
    padding: 14px 22px;
  }
}
/* =========================
   ABOUT SECTION
========================= */
.about-section {
  background:#EDF3EF;
  padding: 96px 0;
}

.about-container {
  width: min(1720px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
}

.about-section.content-right .about-content {
  order: 2;
}

.about-section.content-right .about-image-wrap {
  order: 1;
}

.about-heading {
  margin-bottom: 42px;
}

.about-title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #11243b;
}

.about-title-line {
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 16px;
  background: #1e8549;
  border-radius: 999px;
}

.about-description,
.about-secondary-text {
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #5f6f67;
}

.about-description {
  margin-bottom: 26px;
}

.about-secondary-text {
  margin-bottom: 34px;
}

.about-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 15px 20px;
  border: 1px solid #d9dfdb;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #11243b;
  text-decoration: none;
  transition: all 0.25s ease;
}

.about-button:hover {
  background: #f8faf8;
  color: #11243b;
  text-decoration: none;
  transform: translateY(-1px);
}

.about-button-arrow {
  font-size: 22px;
  line-height: 1;
}

.about-image-wrap {
  width: 100%;
}

.about-image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 0 12px 28px rgba(16, 35, 24, 0.10);
}

@media (max-width: 1100px) {
  .about-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-section.content-right .about-content,
  .about-section.content-right .about-image-wrap {
    order: unset;
  }

  .about-image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .about-section {
    padding: 72px 0;
  }

  .about-title {
    font-size: 30px;
    line-height: 36px;
  }

  .about-description,
  .about-secondary-text {
    font-size: 16px;
    line-height: 1.75;
  }

  .about-image {
    height: 280px;
    border-radius: 18px;
  }
}
/* =========================
   SERVICES SECTION
========================= */
.services-section {
  padding: 96px 0;
  background: #f3f6f4;
}

.services-container {
  width: min(1720px, 92%);
  margin: 0 auto;
}

.services-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.services-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #11243b;
  text-align: center;
}

.services-description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
  text-align: center;
}

.services-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 28px 32px;
  background: #f8faf8;
  border: 1px solid #dfe7e1;
  border-radius: 20px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

a.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 35, 24, 0.08);
  border-color: #d1dfd6;
  text-decoration: none;
}

.service-card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: #dfeee4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.service-card-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
  color: #11243b;
  text-align: center;
}

.service-card-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #5f6f67;
  text-align: center;
}

.services-footer-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.services-main-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 15px 20px;
  border: 1px solid #d9dfdb;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #11243b;
  text-decoration: none;
  transition: all 0.25s ease;
}

.services-main-button:hover {
  background: #f8faf8;
  color: #11243b;
  text-decoration: none;
  transform: translateY(-1px);
}

.services-main-button-arrow {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-section {
    padding: 72px 0;
  }

  .services-title {
    font-size: 30px;
    line-height: 36px;
  }

  .services-description {
    font-size: 16px;
    line-height: 26px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .service-card-title {
    font-size: 22px;
  }
}

/* =========================
   LATEST NEWS SECTION
========================= */
.latest-news-section {
  padding: 96px 0;
  background: #edf3ef;
}

.latest-news-container {
  width: min(1720px, 92%);
  margin: 0 auto;
}

.latest-news-heading {
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}

.latest-news-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #11243b;
  text-align: center;
}

.latest-news-description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
  text-align: center;
}

.latest-news-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

.latest-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.latest-news-card {
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 4px 14px rgba(16, 35, 24, 0.04);
}

.latest-news-date {
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1e8549;
}

.latest-news-card-title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.latest-news-card-title a {
  color: inherit;
  text-decoration: none;
}

.latest-news-card-title a:hover {
  color: #11243b;
  text-decoration: none;
}

.latest-news-card-excerpt {
  margin-bottom: 24px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #5f6f67;
}

.latest-news-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1e8549;
  text-decoration: none;
}

.latest-news-readmore:hover {
  color: #14673a;
  text-decoration: none;
}

.latest-news-footer-button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.latest-news-main-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 15px 20px;
  border: 1px solid #d9dfdb;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #11243b;
  text-decoration: none;
  transition: all 0.25s ease;
}

.latest-news-main-button:hover {
  background: #f8faf8;
  color: #11243b;
  text-decoration: none;
  transform: translateY(-1px);
}

.latest-news-main-button-arrow {
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .latest-news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .latest-news-section {
    padding: 72px 0;
  }

  .latest-news-title {
    font-size: 30px;
    line-height: 36px;
  }

  .latest-news-description {
    font-size: 16px;
    line-height: 26px;
  }

  .latest-news-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .latest-news-card-title {
    font-size: 22px;
  }
}

/* =========================
   SINGLE NEWS PAGE
========================= */
.single-news-page {
  background: #ffffff;
  padding: 0 0 80px;
}

.single-news-wrapper {
  width: min(1720px, 92%);
  margin: 0 auto;
}

.single-news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 56px;
  align-items: start;
  padding-top: 32px;
}

.single-news-content {
  min-width: 0;
}

.single-news-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  padding: 22px 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #607066;
}

.single-news-breadcrumbs a {
  color: #607066;
  text-decoration: none;
}

.single-news-breadcrumbs a:hover {
  color: #1e8549;
  text-decoration: none;
}

.single-news-meta {
  margin-bottom: 14px;
}

.single-news-date {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #6d7a73;
}

.single-news-title {
  margin: 0 0 28px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 52px;
  line-height: 1.08;
  font-weight: 700;
  color: #11243b;
}

.single-news-image {
  margin-bottom: 34px;
  border-radius: 24px;
  overflow: hidden;
}

.single-news-image img {
  width: 100%;
  height: auto;
  display: block;
}

.single-news-excerpt {
  margin-bottom: 42px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #23352f;
}

.single-news-excerpt p {
  margin: 0 0 18px;
}

.single-news-attachment-block {
  padding-top: 28px;
  border-top: 1px solid #dfe7e1;
}

.single-news-attachment-heading {
  margin: 0 0 24px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.single-news-attachment-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid #dfe7e1;
  border-radius: 18px;
  background: #f8faf8;
}

.single-news-attachment-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.single-news-file-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 32px;
  padding: 0 10px;
  border-radius: 10px;
  background: #ffe9e7;
  color: #d54d45;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-news-file-info {
  min-width: 0;
}

.single-news-file-title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #11243b;
}

.single-news-file-size {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #6d7a73;
}

.single-news-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 122px;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid #d9dfdb;
  border-radius: 14px;
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #11243b;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}

.single-news-download-btn:hover {
  background: #f3f6f4;
  color: #11243b;
  text-decoration: none;
}

.single-news-back-link-wrap {
  margin-top: 40px;
}

.single-news-back-link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #5f6f67;
  text-decoration: none;
}

.single-news-back-link:hover {
  color: #1e8549;
  text-decoration: none;
}

/* SIDEBAR */
.single-news-sidebar {
  position: sticky;
  top: 110px;
}

.single-news-sidebar-card {
  padding: 30px;
  border: 1px solid #dfe7e1;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 6px 20px rgba(16, 35, 24, 0.04);
}

.single-news-sidebar-title {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dfe7e1;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.single-news-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.single-news-sidebar-item {
  display: block;
  text-decoration: none;
}

.single-news-sidebar-item-title {
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #23352f;
}

.single-news-sidebar-item-date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #7b8780;
}

.single-news-sidebar-item:hover .single-news-sidebar-item-title {
  color: #1e8549;
}

.single-news-sidebar-footer {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #dfe7e1;
}

.single-news-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 18px;
  border: 1px solid #d9dfdb;
  border-radius: 14px;
  background: #f8faf8;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  color: #11243b;
  text-decoration: none;
  transition: all 0.25s ease;
}

.single-news-all-btn:hover {
  background: #f1f6f2;
  color: #11243b;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .single-news-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .single-news-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .single-news-title {
    font-size: 38px;
  }

  .single-news-attachment-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .single-news-download-btn {
    width: 100%;
  }

  .single-news-sidebar-card {
    padding: 24px 20px;
  }
}

.ankesa-page {
  padding: 80px 0;
  background: #f7faf8;
}

.ankesa-container {
  width: min(900px, 92%);
  margin: 0 auto;
}

.ankesa-intro {
  text-align: center;
  margin-bottom: 34px;
}

.ankesa-title {
  margin: 0 0 14px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 700;
  color: #11243b;
}

.ankesa-text {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #5f6f67;
}

.ankesa-form-wrap {
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 24px;
}

.ankesa-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ankesa-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ankesa-field label {
  display: block;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #11243b;
}

.ankesa-field input,
.ankesa-field select,
.ankesa-field textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #d9dfdb;
  border-radius: 16px;
  background: #f9fbfa;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #23352f;
  outline: none;
}

.ankesa-field input:focus,
.ankesa-field select:focus,
.ankesa-field textarea:focus {
  border-color: #1e8549;
  box-shadow: 0 0 0 2px rgba(30, 133, 73, 0.08);
}

.ankesa-field textarea {
  resize: vertical;
  min-height: 160px;
}

.ankesa-submit-btn {
  width: 100%;
  min-height: 56px;
  border: none;
  border-radius: 16px;
  background: #1e8549;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
}

.ankesa-submit-btn:hover {
  background: #17693a;
}

.ankesa-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.ankesa-alert-success {
  background: #e9f6ee;
  color: #17693a;
}

.ankesa-alert-error {
  background: #fdecec;
  color: #b42318;
}

@media (max-width: 768px) {
  .ankesa-page {
    padding: 56px 0;
  }

  .ankesa-form-wrap {
    padding: 24px 18px;
  }

  .ankesa-form-row {
    grid-template-columns: 1fr;
  }

  .ankesa-title {
    font-size: 34px;
  }
}
.ankesa-divider {
  display: block;
  width: 64px;
  height: 4px;
  background: #1e8549;
  margin: 16px auto 0;
  border-radius: 2px;
}

/* =========================
   RRETH NESH PAGE
========================= */

.rreth-nesh-page {
  background: #ffffff;
  padding: 0;
}

/* HERO */
.rreth-hero {
  background: #edf3ef;
  padding: 96px 0;
  text-align: center;
}

.rreth-hero__title,
.rreth-about__title,
.rreth-values__title,
.value-card h3 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  color: #11243b;
}

.rreth-hero__title {
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 18px;
}

.rreth-hero__text {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
}

.rreth-hero .section-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

/* KUSH JEMI */
.rreth-about {
  background: #ffffff;
  padding: 96px 0;
}

.rreth-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 72px;
}

.rreth-about__content {
  min-width: 0;
}

.rreth-about__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.rreth-about__title::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: 16px;
  margin-bottom: 28px;
  background: #1e8549;
  border-radius: 999px;
}

.rreth-about__text {
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #5f6f67;
}

.rreth-about__text p {
  margin: 0 0 24px;
}

.rreth-about__text p:last-child {
  margin-bottom: 0;
}

.rreth-about__image-wrap {
  width: 100%;
  min-width: 0;
}

.rreth-about__image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 0 12px 28px rgba(16, 35, 24, 0.10);
}

/* VLERAT TONA */
.rreth-values {
  background: #edf3ef;
  padding: 96px 0;
}

.rreth-values__heading {
  text-align: center;
  margin-bottom: 48px;
}

.rreth-values__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}

.rreth-values__heading .section-line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 0 auto;
  background: #1e8549;
  border-radius: 999px;
}

.rreth-values__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.value-card {
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 20px;
  padding: 30px 28px 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 4px 14px rgba(16, 35, 24, 0.04);
  min-width: 0;
}

.value-card__icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 999px;
  background: #dfeee4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-card__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.value-card__content {
  flex: 1;
  min-width: 0;
}

.value-card h3 {
  margin: 0 0 14px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.value-card p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  color: #5f6f67;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .rreth-values__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .rreth-about__grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rreth-about__image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .rreth-hero,
  .rreth-about,
  .rreth-values {
    padding: 72px 0;
  }

  .rreth-hero__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .rreth-about__title,
  .rreth-values__title {
    font-size: 30px;
    line-height: 36px;
  }

  .rreth-hero__text,
  .rreth-about__text,
  .value-card p {
    font-size: 16px;
    line-height: 26px;
  }

  .rreth-about__image {
    height: 280px;
    border-radius: 18px;
  }

  .value-card {
    padding: 26px 20px;
    border-radius: 18px;
  }

  .value-card h3 {
    font-size: 22px;
  }

  .value-card__icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .value-card__icon img {
    width: 28px;
    height: 28px;
  }
}

/* =========================
   SERVICES PAGE
========================= */

.services-page {
  background: #ffffff;
  padding: 0;
}

.services-page-hero {
  background: #edf3ef;
  padding: 96px 0;
  text-align: center;
}

.services-page-hero__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #11243b;
}

.services-page-hero__text {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
}

.services-page-hero__line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

.services-page-content {
  background: #ffffff;
  padding: 96px 0;
}

.services-page-content .container {
  display: flex;
  flex-direction: column;
  gap: 84px;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.service-block.image-left .service-block__image-wrap {
  order: 1;
}

.service-block.image-left .service-block__text {
  order: 2;
}

.service-block.image-right .service-block__text {
  order: 1;
}

.service-block.image-right .service-block__image-wrap {
  order: 2;
}

.service-block__text {
  min-width: 0;
}

.service-block__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
}

.service-block__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 999px;
  background: #dfeee4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-block__icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}

.service-block__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.service-block__description {
  max-width: 720px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  color: #5f6f67;
}

.service-block__description p {
  margin: 0 0 18px;
}

.service-block__description p:last-child {
  margin-bottom: 0;
}

.service-block__image-wrap {
  width: 100%;
  min-width: 0;
}

.service-block__image {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  box-shadow: 0 12px 28px rgba(16, 35, 24, 0.10);
}

/* optional card if no image */
.service-block__image-wrap:empty {
  display: none;
}

@media (max-width: 1100px) {
  .service-block {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .service-block.image-left .service-block__image-wrap,
  .service-block.image-left .service-block__text,
  .service-block.image-right .service-block__text,
  .service-block.image-right .service-block__image-wrap {
    order: unset;
  }

  .service-block__image {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .services-page-hero,
  .services-page-content {
    padding: 72px 0;
  }

  .services-page-hero__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .services-page-hero__text,
  .service-block__description {
    font-size: 16px;
    line-height: 26px;
  }

  .service-block__title {
    font-size: 22px;
  }

  .service-block__heading {
    gap: 14px;
    margin-bottom: 18px;
  }

  .service-block__icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .service-block__icon img {
    width: 22px;
    height: 22px;
  }

  .service-block__image {
    height: 280px;
    border-radius: 18px;
  }

  .services-page-content .container {
    gap: 64px;
  }
}
/* =========================
   NJOFTIME PAGE
========================= */

.njoftime-page {
  background: #ffffff;
  padding: 0;
}

.njoftime-hero {
  background: #edf3ef;
  padding: 96px 0;
  text-align: center;
}

.njoftime-hero__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #11243b;
}

.njoftime-hero__text {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
}

.njoftime-hero__line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

.njoftime-list-section {
  background: #ffffff;
  padding: 96px 0;
}

.njoftime-list {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.njoftim-card {
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(16, 35, 24, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.njoftim-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(16, 35, 24, 0.07);
}

.njoftim-card__link {
  display: block;
  padding: 30px 30px 32px;
  color: inherit;
  text-decoration: none;
}

.njoftim-card__link:hover {
  text-decoration: none;
  color: inherit;
}

.njoftim-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.njoftim-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #d8ede0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #1e8549;
}

.njoftim-card__date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #607066;
}

.njoftim-card__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #11243b;
}

.njoftim-card__excerpt {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  color: #5f6f67;
}

.njoftime-empty {
  text-align: center;
  font-size: 18px;
  color: #5f6f67;
}

.njoftime-pagination {
  margin-top: 40px;
  text-align: center;
}

.njoftime-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  margin: 0 4px;
  padding: 0 12px;
  border: 1px solid #dfe7e1;
  border-radius: 10px;
  background: #ffffff;
  color: #11243b;
  text-decoration: none;
  font-weight: 600;
}

.njoftime-pagination .page-numbers.current {
  background: #d8ede0;
  color: #1e8549;
  border-color: #d8ede0;
}

@media (max-width: 768px) {
  .njoftime-hero,
  .njoftime-list-section {
    padding: 72px 0;
  }

  .njoftime-hero__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .njoftime-hero__text,
  .njoftim-card__excerpt {
    font-size: 16px;
    line-height: 26px;
  }

  .njoftim-card__title {
    font-size: 22px;
  }

  .njoftim-card__link {
    padding: 24px 20px 26px;
  }
}

/* =========================
   KONTAKTI PAGE
========================= */

.kontakti-page {
  background: #ffffff;
  padding: 0;
}

.kontakti-hero {
  background: #edf3ef;
  padding: 96px 0;
  text-align: center;
}

.kontakti-hero__title {
  margin: 0 0 18px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 700;
  color: #11243b;
}

.kontakti-hero__text {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #5f6f67;
}

.kontakti-hero__text p {
  margin: 0;
}

.kontakti-hero__line {
  display: block;
  width: 64px;
  height: 4px;
  margin: 16px auto 0;
  background: #1e8549;
  border-radius: 999px;
}

.kontakti-content {
  background: #ffffff;
  padding: 96px 0;
}

.kontakti-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.kontakti-left {
  min-width: 0;
}

.kontakti-right {
  min-width: 0;
}

.kontakti-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.kontakti-card {
  background: #ffffff;
  border: 1px solid #dfe7e1;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 188px;
  box-shadow: 0 4px 14px rgba(16, 35, 24, 0.04);
}

.kontakti-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 999px;
  background: #dfeee4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e8549;
}

.kontakti-card__icon svg {
  width: 26px;
  height: 26px;
}

.kontakti-card__content h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #11243b;
}

.kontakti-card__content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #5f6f67;
}

.kontakti-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dfe7e1;
  box-shadow: 0 4px 14px rgba(16, 35, 24, 0.04);
  min-height: 398px;
}

.kontakti-map iframe {
  width: 100%;
  height: 100%;
  min-height: 398px;
  border: 0;
  display: block;
}

@media (max-width: 1200px) {
  .kontakti-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .kontakti-hero,
  .kontakti-content {
    padding: 72px 0;
  }

  .kontakti-hero__title {
    font-size: 38px;
    line-height: 1.1;
  }

  .kontakti-hero__text {
    font-size: 16px;
    line-height: 26px;
  }

  .kontakti-cards {
    grid-template-columns: 1fr;
  }

  .kontakti-card {
    padding: 24px 20px;
    min-height: auto;
  }

  .kontakti-card__content h2 {
    font-size: 22px;
  }

  .kontakti-map,
  .kontakti-map iframe {
    min-height: 320px;
  }
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid #dfe7e1;
  border-radius: 10px;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #11243b;
  border-radius: 999px;
  transition: all 0.25s ease;
}

@media (max-width: 768px) {
  .header-wrapper {
    min-height: 64px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    position: relative;
    padding: 12px 0;
  }

  .site-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
  }

  .site-logo img,
  .custom-logo {
    width: 44px;
    height: 44px;
  }

  .site-title {
    font-size: 15px;
    line-height: 1.1;
  }

  .menu-toggle {
    display: inline-flex;
    flex-shrink: 0;
  }

  .main-navigation {
    display: none;
    width: 100%;
    margin-left: 0;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #ffffff;
    border: 1px solid #dfe7e1;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 12px 28px rgba(16, 35, 24, 0.08);
    z-index: 999;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation .nav-menu {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin: 0;
    padding: 0;
  }

  .main-navigation .nav-menu li a {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 14px 16px;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}