*,
*::before,
*::after {
  box-sizing: border-box;
}

:root{
  /* ===== Pastel Mint Base Theme ===== */
  --bg: #0b2a1f; /* lighter than before */
  --panel: rgba(255, 255, 255, 0.07);
  --panel-2: rgba(255, 255, 255, 0.11);
  --text: rgba(255, 255, 255, 0.92);
   --muted: rgba(255,255,255,0.78);
  --border: rgba(255, 255, 255, 0.18);

  --green: #28c76f;   /* slightly brighter */
  --green-2: #7ee2b8; /* pastel mint highlight */

  --shadow: 0 12px 40px rgba(0,0,0,0.25);

  --radius: 16px;
  --radius-sm: 12px;

  --container: 1020px;
}

*{ box-sizing: border-box; }
html, body{ height: 100%; }



body{
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  color: var(--text);
   background: linear-gradient(180deg, #0a1510 0%, #07130c 100%);
}

a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; display: block; }

.headerLogo_1 {
  width: 170px;
  margin: 0 auto;
}

.container{
  width: min(var(--container), calc(100% - 2rem));
  margin-inline: auto;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link{
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 12px;
  background: #000;
  color: #fff;
  border-radius: 10px;
  z-index: 9999;
}
.skip-link:focus{ left: 12px; }

/* ===== Header (lighter glass) ===== */
.site-header{
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(80px);
  background: rgba(255,255,255,0.08); /* was 0.06 */
  border-bottom: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}

.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}

.brand{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark{
  height: 60px;
  width: auto;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.25));
}

.brand-text{
  display: grid;
  gap: 2px;
}

.brand-name{
  font-weight: 700;
  line-height: 1.1;
}

.brand-tagline{
  font-size: 13px;
  color: var(--muted);
  line-height: 1.2;
  opacity: 0.9;
}

.nav{
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-list{
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  margin: 0;
}

.nav-link{
  font-size: 14px;
  font-weight: bold;
  color: rgba(255,255,255,0.78);
  padding: 10px 10px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.nav-link:hover{
  background: rgba(255,255,255,0.08);
  color: var(--text);
}

.nav-link.is-active{
  background: rgba(40,199,111,0.18);
  color: var(--text);
  border: 1px solid rgba(126,226,184,0.35);
}

.nav-toggle{
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
}

.burger{
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  position: relative;
  margin: 0 auto;
}

.burger::before,
.burger::after{
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: var(--text);
}

.burger::before{ top: -6px; }
.burger::after{ top: 6px; }

/* btns */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  font-weight: 650;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.1s ease, background 0.2s ease, border 0.2s ease;
}

.btn:active{ transform: translateY(1px); }

.btn-primary {
  background: linear-gradient(
    135deg,
    #1f6a4f,
    #174e3b
  );
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.btn-primary:hover {
  background: linear-gradient(
    135deg,
    #247a5a,
    #1b5a44
  );
  transform: translateY(-1px);
}

.btn-ghost{
  color: var(--text);
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.18);
}

.btn-full {
  background: linear-gradient(180deg, #f2f2f2, #e6e6e6);
  border-color: rgba(16,38,29,0.14);
  color: #10261d;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
}

.btn-full:hover {
  background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
}

.BF1 {
  width: 100%
}

.btnOnline {
  width: 135px;
}

.btnSend {
  width: 135px
}

/* ===== Hero (updated clean version) ===== */
.hero{
  padding: 64px 0 56px;
  position: relative;
  background: linear-gradient(
    180deg,
    #1f5e45 0%,
    #184c38 100%
  );
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.hero::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255,255,255,0.06);
}

.hero-inner{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: start;
}

.hero-copy{
  position: relative;
  max-width: 760px;
  z-index: 1;
}

.hero-copy > *:not(.hero-watermark){
  position: relative;
  z-index: 2;
}

.hero-watermark{
  position: absolute;
  left: -15px;
  top: 12px;
  width: 270px;
  height: auto;
  opacity: 0.10;
  pointer-events: none;
  z-index: 1;
}

.hero-title{
  max-width: 760px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin: 14px 0 12px;
  letter-spacing: -0.5px;
}

.hero-text{
  max-width: 550px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--muted);
  margin: 35px 0 35px;
}

.hero-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 14px 0 18px;
  justify-content: flex-start;
  align-items: center;
}

.hero-actions .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ===== Existing supporting styles ===== */

.pill{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text);
  background: rgba(126,226,184,0.14);
  border: 1px solid rgba(126,226,184,0.28);
  padding: 8px 12px;
  border-radius: 999px;
}

.h2{
  font-size: 20px;
  margin: 0 0 10px;
}

.trust{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 14px;
}

.hero-card{
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.05));
  border: 1px solid rgba(255,255,255,0.18);
}

.muted{
  color: var(--muted);
}

.small{
  font-size: 13px;
}

.mini-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 14px 0 14px;
}

.mini{
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius-sm);
  padding: 10px 12px;
}

.mini-label{
  font-size: 12px;
  color: var(--muted);
  margin: 0 0 6px;
}

.mini-value{
  margin: 0;
  font-weight: 700;
}

.fineprint{
  font-size: 12px;
  color: rgba(255,255,255,0.66);
  line-height: 1.5;
  margin: 12px 0 0;
}
.site-footer{
  border-top: 1px solid rgba(255,255,255,0.12);
  /* soft lift so footer isn't a heavy black band */
  background: #1d6848;
}

.footer-inner{
  display: ;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}


/* ===== IVAN Services – Chat UI (Concept 2) ===== */
:root{
  --ivan-bg: #06110c;
  --ivan-panel: #071b13;
  --ivan-panel2: #0b231a;
  --ivan-line: rgba(180, 255, 210, 0.12);
  --ivan-text: rgba(255,255,255,0.92);
  --ivan-muted: rgba(255,255,255,0.68);
  --ivan-dim: rgba(255,255,255,0.48);
  --ivan-accent: #2fa36b;
  --ivan-accent2: #a8e6c1;
  --ivan-shadow: 0 18px 45px rgba(0,0,0,0.45);
  --ivan-radius: 16px;
  --ivan-font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.ivan-chat{
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  font-family: var(--ivan-font);
}

.ivan-chat__body{
  padding-bottom: 8px;
}

/* Launcher */
.ivan-chat__launcher{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid var(--ivan-line);
  background: radial-gradient(120% 120% at 30% 30%, rgba(47,163,107,0.25), rgba(7,27,19,1));
  box-shadow: var(--ivan-shadow);
  color: var(--ivan-text);
  display: grid;
  place-items: center;
  cursor: pointer;
   border-color: rgba(255,255,255,0.22);
}

.ivan-chat__launcher:hover{
  border-color: rgba(168,230,193,0.35);
}

.ivan-chat__launcher-icon{
  width: 35px;
  height: 35px;
  color: rgba(255,255,255,0.92);
}

/* Hide launcher when chat is open */
.ivan-chat.ivan-chat--open .ivan-chat__launcher{
  opacity: 0;
  pointer-events: none;
  transform: scale(0.95);
}

/* Panel */
.ivan-chat__panel{
  display: none;
  width: 360px;
  height: 520px;
  margin-bottom: 12px;
  border-radius: var(--ivan-radius);
  border: 1px solid rgba(0,0,0,0.10);
  background: linear-gradient(180deg, #f4f8f5, #e9f1ec);
  box-shadow: 0 18px 45px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(47, 163, 107, 0.15);
  overflow: hidden;

  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease;
}

.ivan-chat.ivan-chat--open .ivan-chat__panel{
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Header */
.ivan-chat__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  background: linear-gradient(180deg, #133629, #0e2a1f);
  border-bottom: 1px solid var(--ivan-line);
}

.ivan-chat__header-left{
  display: flex;
  align-items: center;
  gap: 10px;
}

.ivan-chat__header-icon{
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(47,163,107,0.10);
  border: 1px solid rgba(47,163,107,0.22);
  font-size: 16px;
}

.ivan-chat__titles{ line-height: 1.1; }

.ivan-chat__title{
  font-weight: 700;
  color: var(--ivan-text);
  font-size: 14px;
  letter-spacing: 0.2px;
}

.ivan-chat__subtitle{
  margin-top: 4px;
  font-size: 12px;
  color: var(--ivan-muted);
}

.ivan-chat__shamrock{
  color: var(--ivan-accent2);
  text-shadow: 0 0 12px rgba(168,230,193,0.25);
}

.ivan-chat__close{
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--ivan-line);
  background: rgba(255,255,255,0.03);
  color: var(--ivan-muted);
  cursor: pointer;
}

.ivan-chat__close:hover{
  color: var(--ivan-text);
  border-color: rgba(168,230,193,0.35);
}

/* Body */
.ivan-chat__body{
  height: calc(100% - 130px);
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ivan-chat__welcome{
  border: 1px solid rgba(47,163,107,0.18);
  background: linear-gradient(180deg, #133629, #0e2a1f);
  border-radius: 14px;
  padding: 12px;
}

.ivan-chat__welcome-title{
  font-weight: 700;
  color: var(--ivan-text);
  font-size: 13px;
}

.ivan-chat__welcome-text{
  margin-top: 6px;
  color: var(--ivan-muted);
  font-size: 12px;
  line-height: 1.35;
}

/* Messages */
.ivan-chat__messages{
  flex: 1;
  overflow: auto;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ivan-chat__messages::-webkit-scrollbar{ width: 8px; }
.ivan-chat__messages::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}

.ivan-chat__msg{ display: flex; flex-direction: column; gap: 5px; }

.ivan-chat__msg--bot .ivan-chat__bubble{
  background: rgba(11,35,26,0.82);
  border: 1px solid rgba(180,255,210,0.12);
  color: var(--ivan-text);
  border-radius: 14px;
  border-top-left-radius: 6px;
  padding: 10px 11px;
  max-width: 88%;
}

.ivan-chat__msg--user{
  align-items: flex-end;
}

.ivan-chat__msg--user .ivan-chat__bubble{
  background: rgba(47,163,107,0.16);
  border: 1px solid rgba(47,163,107,0.25);
  color: var(--ivan-text);
  border-radius: 14px;
  border-top-right-radius: 6px;
  padding: 10px 11px;
  max-width: 88%;
}

.ivan-chat__meta{
  font-size: 11px;
  color: var(--ivan-dim);
}

/* Input bar */
.ivan-chat__inputbar{
  height: 70px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: linear-gradient(180deg, #133629, #0e2a1f);
}

.ivan-chat__row{
  height: 65px;
  width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.ivan-chat__input{
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  background: #ffffff;
  color: #0e2a1f;
  font-size: 14px;
  outline: none;
}

.ivan-chat__input::placeholder{
  color: rgba(14, 42, 31, 0.45);
}

/* Remove default blue focus ring and replace with brand focus */
.ivan-chat__input:focus{
  border-color: rgba(40,199,111,0.55);
  box-shadow: 0 0 0 3px rgba(40,199,111,0.22);
}

.ivan-chat__send{
  width: 40px;
  height: 40px;
  margin-left: 6px;
  border-radius: 12px;
  border: 1px solid rgba(47,163,107,0.28);
  background: rgba(47,163,107,0.18);
  color: var(--ivan-text);
  cursor: pointer;
}

.ivan-chat__send:hover{
  border-color: rgba(168,230,193,0.40);
}

.ivan-chat__stamp{
  margin-top: 10px;
  font-size: 11px;
  color: rgba(255,255,255,0.44);
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Red notification dot */
.ivan-chat__badge{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #e23b3b;
  box-shadow: 0 0 0 2px rgba(6,17,12,0.9);
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 160ms ease, transform 160ms ease;
}

.ivan-chat.has-badge .ivan-chat__badge{
  opacity: 1;
  transform: scale(1);
}

/* Nudge pill */
.ivan-chat__nudge{
  position: absolute;
  right: 70px;
  bottom: 8px;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(245,250,247,0.96);
  color: #0e2a1f;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 10px 24px rgba(0,0,0,0.18);

  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 220ms ease;
}

.ivan-chat.show-nudge .ivan-chat__nudge{
  opacity: 1;
  transform: translateY(0);
}

.ivan-chat.ivan-chat--open .ivan-chat__nudge{
  opacity: 0 !important;
  transform: translateY(6px) !important;
}

.ivan-chat__launcher:hover .ivan-chat__launcher-icon{
  transform: scale(1.03);
  transition: transform 180ms ease;
}

.quote-band{
  background: linear-gradient(180deg, #f6f2ea 0%, #efe7db 100%);
  padding: clamp(35px, 0vw, 0px) 0;
  position: relative;
  z-index: 2;
}
.quote-band::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);

  background-size: 48px 48px; /* match services exactly */
  pointer-events: none;
  z-index: 0;
  opacity: 0.45;
}
.quote-band::after{
  content:"";
  display:block;
  width: 60px;
  height: 2px;
  background: radial-gradient(700px 420px at 12% 20%, rgba(29,185,84,0.16), transparent 60%), radial-gradient(680px 420px at 88% 10%, rgba(46,204,113,0.12), transparent 62%), linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);
  margin: 32px auto 0;
}

.quote-band__inner{
  width: min(1100px, 92vw);
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quote-band__text{
  font-family: "Sora", sans-serif;
  line-height: 1.35;
  color: #10261D; /* deep navy text */
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.3px;
  margin: 0 auto;
}

/* FEATURE ROW */

.quote-features{
  margin-top: 38px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 28px;

  justify-items: center;
  align-items: start;
}

/* INDIVIDUAL FEATURE */

.quote-feature{
  text-align: center;

  max-width: 220px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ICON */

.quote-feature__icon{
   width: 100%;
  height: 70%;
  display: block;
}

.quote-feature__icon-box{

  width: 120px;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #f4f8f5;

  border-radius: 16px;

  border: 1px solid rgba(16,38,29,0.08);

  box-shadow:
    0 8px 18px rgba(16,38,29,0.04);

}
/* TEXT */

.quote-feature__text{
  font-family: "Sora", sans-serif;

  font-size: 15px;
  font-weight: 600;

  color: #1F3F33;

  line-height: 1.4;
}

@media (max-width: 768px){

  .quote-features{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .quote-feature__icon{
    width: 58px;
    height: 58px;
  }

}


:root{
  --about-bg: #0b1b14;         /* deep green/ink */
  --about-ink: #0f172a;        /* fallback if needed */
  --about-text: rgba(255,255,255,.88);
  --about-muted: rgba(255,255,255,.68);
  --about-line: rgba(255,255,255,.18);
  --about-accent: #2dd4bf;     /* teal accent (subtle + modern) */
  --radius-xl: 22px;
  --shadow-soft: 0 18px 50px rgba(0,0,0,.35);
}

.about{
  position: relative;
  padding: clamp(64px, 6vw, 104px) 0;
  background:linear-gradient(
  180deg,
  #1f5e45 0%,
  #184c38 100%
);
  overflow: hidden;
}

.about__bg{
  position:absolute;
  inset:0;
  background-image: url("assets/irish-texture.png"); /* subtle linen/celtic pattern */
  background-size: 900px auto;
  background-repeat: repeat;
  opacity: .10; /* keep it classy */
  mix-blend-mode: overlay;
  pointer-events:none;
}

.about__container{
  position: relative;
 width: min(var(--container), calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-xl);
  background-color: white;
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-soft);
}
.about__container{
  transition: transform .25s ease, border-color .25s ease;
  padding: clamp(28px, 3vw, 40px);
}
.about__container:hover{
  border-color: rgba(45,212,191,.22);
}
.about__header {
  position: relative;
  overflow: hidden;

  text-align: center;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
  z-index: 1;
}

.about__header > * {
  position: relative;
  z-index: 1;
}

.about__header {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
}

.about__header::before {
  content: "";
  position: absolute;
  inset: -40%; /* allows room for rotation */

  background-image:
    linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);

  background-size: 48px 48px;

  transform:
    perspective(800px)
    rotateX(40deg);
    mask-image: linear-gradient(
      to bottom,
       rgba(0,0,0,0.9),
       rgba(0,0,0,0.4),
      transparent
);

  transform-origin: center;

  pointer-events: none;
  z-index: 0;
  opacity: 2.5;
}

.about__eyebrow{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--about-muted);
  margin: 0 0 10px;
}

.about__title{
  font-family: Sora, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.12;
  margin: 25px 0 12px;
  color: #10261D;
}

.about__lead{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 450;
  color: #10261D;
  margin: 0 auto;
  max-width: 65ch;
}

.about__content{
  margin-top: 30px;
  padding-left: 30px;
  max-width: 90%;
}

.about__content p{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: ;
  line-height: 1.75;
  color: black;
  margin: 0 0 16px;
}

.about__list{
  margin: 18px 0 18px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.about__list li{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: black;
  padding-left: 18px;
  position: relative;
}

.about__list li::before{
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient( 180deg, #1f5e45 0%, #184c38 100% );
  position: absolute;
  left: 0;
  top: .55em;
  box-shadow: 0 0 0 4px rgba(45,212,191,.12);
}

.about__closing{
  margin-top: 6px;
  color: rgba(255,255,255,.86);
}

.about__divider{
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #10261D;
  display: flex;
  align-items: center;
  gap: 14px;
}

.about__logo{
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.35));
}

.about__tagline{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .02em;
  color: black;
  margin: 0;
}

@media (max-width: 520px){
  .about__divider{
    flex-direction: column;
    align-items: flex-start;
  }
  .about__logo{ width: 40px; height: 40px; }
}


/* ===== Services Section ===== */
.services{
  padding: 56px 0 26px;
  position: relative;
  background: linear-gradient(180deg, #f6f2ea 0%, #efe7db 100%);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  overflow: hidden; 
    --svc-text: #10261d;
  --svc-muted: rgba(16,38,29,0.72);
  --svc-border: rgba(16,38,29,0.12);
  --svc-card: rgba(255,255,255,0.78);
}

.services,
.services *{
  color: ;
}

.services__title,
.services .svc-card__title{
  color: var(--svc-text);
}

.svc-card__titles{
  background: linear-gradient(180deg,#e8f7ef,#d9f2e6);
}

.services__lead{
  color: rgba(16, 38, 29, 0.72);
}

.services__lead,
.services .svc-card__text{
  color: var(--svc-muted);
}

.services::before{
  content:"";
  position:absolute;
  inset: 0;
  pointer-events:none;
  background:
    /* soft green corner glow */
    radial-gradient(700px 420px at 12% 20%, rgba(29,185,84,0.16), transparent 60%),
    radial-gradient(680px 420px at 88% 10%, rgba(46,204,113,0.12), transparent 62%),
    /* subtle grid */
    linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    64px 64px,
    64px 64px;
  opacity: 0.55;
}

.services .container{ position: relative; }

.services__header{
  position: relative;
  overflow: hidden;
  background: linear-gradient( 135deg, #247a5a, #1b5a44 );
  color: #efe7db;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
}
.services__header::before {
  content: "";
  position: absolute;
  inset: -40%; /* allows room for rotation */


  background-image:
   linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
   linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);


  background-size: 48px 48px;


  transform:
   perspective(800px)
   rotateX(30deg);
   mask-image: linear-gradient(
     to bottom,
      rgba(249, 245, 245, 0.9),
      rgba(247, 247, 247, 0.4),
     transparent
);
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  opacity: 2.1;
}

.services__title{
  color:#efe7db;
  margin: 0 0 8px;
  font-size: 26px;
  letter-spacing: -0.3px;
}

.services__lead{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.50;
  font-weight: ;
  color: #efe7db;
  margin: 0 auto;
  max-width: 70ch;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* grid */
.services__grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 18px;
}

/* card */
.svc-card{
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  align-items: stretch;
  backdrop-filter: blur(4px);
  background: #fbfaf7 ;
  background-size: 140px;   /* controls dot spacing */
  background-repeat: repeat;
  border: 1px solid rgba(16,38,29,0.10);
  box-shadow:
    0 6px 18px rgba(0,0,0,0.06),
    0 1px 0 rgba(0,0,0,0.04);

  padding: 16px;
  transition: transform 160ms ease, box-shadow 160ms ease;
  border-radius: 10px;
  border-top: 3px solid #1f6a4f;
}


.svc-card__actions{
  margin-top: auto; /* MAGIC LINE */
  display: flex;
  gap: 8px;
}



.services .svc-card:hover{
  /*transform: translateY(-4px);*/
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}
 

.services .svc-card__text{
  color: rgba(16,38,29,0.74);
}

.services .svc-card__icon{
   background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
  /*border: 1px solid rgba(16, 120, 80, 0.15);*/
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}

.services .svc-tag{
  color: #0e2a1f;
  background: rgba(29,185,84,0.16);
  border: 1px solid rgba(29,185,84,0.22);
}

.services .svc-tag--soft{
  background: rgba(16,38,29,0.08);
  border-color: rgba(16,38,29,0.12);
}


.svc-card--wide{
  grid-column: span 12;
}

.svc-card__top{
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 10px;
    background-size: 120px, auto;
  background-repeat: repeat, no-repeat;
}

.svc-card__top::before {
  content: "";
  position: absolute;
  inset: -40%; /* allows room for rotation */

  background-image:
    linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);

  background-size: 48px 48px;

  transform:
    perspective(800px)
    rotateX(40deg);
    mask-image: linear-gradient(
      to bottom,
       rgba(0,0,0,0.9),
       rgba(0,0,0,0.4),
      transparent
);

  transform-origin: center;

  pointer-events: none;
  z-index: 0;
  opacity: 2.5;
}

.svc-card__icon{
  width: 120px;
  height: px;
  display: grid;
  place-items: center;
}
.svc-card__icon img{
  width: 90%;
  height: 90%;
  object-fit: contain;
  display: block; 
}

.svc-card__title{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.svc-card__tags{
  margin-top: 6px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.svc-tag{
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(29,185,84,0.16);
  border: 1px solid rgba(29,185,84,0.24);
  color: rgba(255,255,255,0.92);
}

.svc-tag--soft{
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.20);
}

.svc-card__text{
  margin: 12px 0 0;
  color: rgba(16,38,29,0.75);
  line-height: 1.5;
  font-size: 16px;
  font-weight: 450;
}

/* list inside card */
.svc-list{
  margin: 25px 0 20px;
  padding: 10px;
  list-style: none;
  display: grid;
  gap: 8px;
}

.svc-list__item{
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(16,38,29,0.05);
  border: 1px;
  border-color: var(--svc-border);
  color: var(--svc-text);
  font-size: 14px;
}

/* buttons row inside card */
.svc-card__actions{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  
}

.services .btn-ghost{
  background: rgba(16,38,29,0.08);
  border-color: rgba(16,38,29,0.14);
  color: #10261d;
}


/* responsive */
@media (max-width: 860px){
  .svc-card{ grid-column: span 12; }
}


/* CONTACT + BOOKING SECTION */
.contact-booking{
  position: relative;
  padding: clamp(54px, 6vw, 84px) 0;
  overflow: hidden;
  background:linear-gradient(
  180deg,
  #1f5e45 0%,
  #184c38 100%
);
  }

/* subtle grid pattern (same family as services) */
.contact-booking::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(16,38,29,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16,38,29,0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.25; /* tune this */
  pointer-events:none;
}

.contact-booking__inner{
  width: min(1100px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.contact-booking__header{
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 15px;
  border-radius: 12px;
  background-color: #fbfaf7;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}
.contact-booking__header::before{
  content: "";
  position: absolute;
  inset: -40%;
  background-image: linear-gradient(rgba(16,38,29,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(16,38,29,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(800px) rotateX(40deg);
  mask-image: linear-gradient( to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.4), transparent );
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  opacity: 2.5;
}

.contact-booking__title{
  margin: 0 0 8px;
  font-size: 26px;
  letter-spacing: -0.3px;
  color: #1b3a2d;
  padding: 12px 0 12px 0;
}

.contact-booking__lead{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.12;
  font-weight: 450;
  color: #1b3a2d;
}

/* 2-col layout */
.contact-booking__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 15px;
}

/* LEFT column cards stack */
.contact-booking__left{
  display: grid;
  gap: 14px;
}

.contact-booking__note{
  margin: 2px 0 0;
  font-size: 0.92rem;
  color: rgba(16,38,29,0.70);
}

/* base card */
.cb-card,
.cb-form{
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  border-radius: 10px;
}

/* booking card */
.cb-card{
  
  padding: 12px;
  display: flex;
  flex-direction: column;
  min-height: 250px;
  background-color: #f2f2f2;

}

.cb-card__top{
  height: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient( 135deg, #247a5a, #1b5a44 );
  border-color: rgba(16,38,29,0.14);
  color: #efe7db;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 10px;
  padding: 10px;
}
.cb-card__top::before {
  content: "";
  position: absolute;
  inset: -40%;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(800px) rotateX(30deg);
  mask-image: linear-gradient( to bottom, rgba(249, 245, 245, 0.9), rgba(247, 247, 247, 0.4), transparent );
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  opacity: 2.1;
}

.cb-card__icon {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: linear-gradient(180deg, #e8f7ef, #d9f2e6);
  border: 1px solid rgba(16, 120, 80, 0.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);

  flex-shrink: 0;
}

.contactBooking {
  width: 70px;
  height: 70px;
  margin-top: 4px;
  object-fit: contain;
  display: block;
}

.cb-card__title{
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cb-card__meta{
  margin: 12px 0 0;
  font-size: 14px;
  color: #10261D;
  font-weight: 450;
  line-height: 1.12;
}

.cb-card__text{
  margin: 12px 0 0;
  font-size: 14px;
  color: #10261D;
  font-weight: 450;
  line-height: 1.12;
}

/* push actions to bottom */
.cb-card__actions{
  margin-top: auto;
  padding-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.BGB {
  background: rgba(16,38,29,0.08);
  border-color: rgba(16,38,29,0.14);
  color: #1b3a2d;
}
/* form box */
.cb-form{
  padding: 12px;
  background-color: #f2f2f2;
  height: 515px;
}

.cb-form__head{
  position: relative;
  overflow: hidden;
  background: linear-gradient( 135deg, #247a5a, #1b5a44 );
  border-color: rgba(16,38,29,0.14);
  color: #efe7db;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 10px;
  padding-left: 10px;
  height: 60px;
}
.cb-form__head::before {
  content: "";
  position: absolute;
  inset: -40%;
  background-image: linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  transform: perspective(800px) rotateX(30deg);
  mask-image: linear-gradient( to bottom, rgba(249, 245, 245, 0.9), rgba(247, 247, 247, 0.4), transparent );
  transform-origin: center;
  pointer-events: none;
  z-index: 0;
  opacity: 2.1;
}

.cb-form__title{
  margin: 7px 0 6px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cb-form__sub{
  margin: 0;
  color: rgba(16,38,29,0.70);
}

.cb-form__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 14px;
}

.cb-field{
  display: grid;
  gap: 6px;
}

.cb-field--full{
  grid-column: 1 / -1;
}

.cb-field__label{
  font-size: 1.12rem;
  color: #10261D;
  font-weight: 450;
  font-size: 14px;
}

.cb-field__input,
.cb-field__textarea{
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.92);
  padding: 10px 12px;
  outline: none;
}

.cb-field__input:focus,
.cb-field__textarea:focus{
  border-color: rgba(46,204,113,0.55);
  box-shadow: 0 0 0 4px rgba(46,204,113,0.16);
}

.cb-form__footer{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2px;
}

.cb-form__fine{
  font-size: 10px;
  color: rgba(16,38,29,0.65);
}

.cb-form__direct{
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,0.08);
  text-align: center;
}

.cb-form__direct-title{
  margin: 0 0 6px;
  font-weight: 450;
  font-size: 14px;
  color: #10261D;
}

.cb-form__direct-text{
  margin: 0;
  color: rgba(16,38,29,0.72);
  font-weight: 450;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 900px){
  .contact-booking__grid{
    grid-template-columns: 1fr;
  }
  .cb-form__grid{
    grid-template-columns: 1fr;
  }
  .cb-form__footer{
    flex-direction: column;
    align-items: flex-start;
  }
}

/*RECRUITMENT*/
  .recruitment {
  padding: 5rem 1.25rem;
  background:
    linear-gradient(rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    #f6f3ea;
  background-size: 64px 64px, 64px 64px, auto;
}

.recruitment .container {
  max-width: 1100px;
  margin: 0 auto;
}

.recruitment__intro {
  max-width: 1040px;
  margin: 0 auto 1.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, #237552 0%, #1d6848 100%);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(17, 53, 39, 0.15);
  text-align: center;
  color: #f4efe7;
}

.recruitment__title {
  margin: 0 0 0.75rem;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
}

.recruitment__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.50;
  color: rgba(244, 239, 231, 0.95);
}

.recruitment__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.recruitment-card {
  background: #fcfcf9;
  border: 1px solid #dbe7de;
  border-top: 3px solid #237552;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(21, 48, 36, 0.08);
   text-align: center;
}

.recruitment-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-left:5px;
  margin-bottom: 1rem;
  background-color:#d9f2e6;
  border-radius: 0.85rem;
}


.recruitment-card__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex-shrink: 0;
}

.recruitment-card__head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #17392c;
}

.recruitment-card p {
  /*margin: 0 0 1.25rem;*/
  margin-top: 30px;
  font-size: 1.02rem;
  line-height: 16px;
  font-weight: 450;
  color: #355246;
  min-height: 40px;
}

.recruitment-card__actions {
  gap: 0.75rem;
  flex-wrap: wrap;
  text-align: center;
}

/* Optional button polish if your global button styles need support */
.recruitment .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.1rem;
  border-radius: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.recruitment .btn-primary {
  background: #237552;
  color: #fff;
  border: 1px solid #237552;
}

.recruitment .btn-primary:hover {
  background: #1d6848;
  border-color: #1d6848;
}

.recruitment .btn-secondary {
  background: #edf0ec;
  color: #17392c;
  border: 1px solid #d4dbd4;
}

.recruitment .btn-secondary:hover {
  background: #e4e9e3;
}


/*RECRUITMENT END*/

/*BLOG*/
  .blog {
  padding: 5rem 1.25rem;
  background:
    linear-gradient(rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    #1f5e45;

  background-size: 64px 64px;
}

.blog .container {
  max-width: 1100px;
  margin: 0 auto;
}

.blog__intro {

  background: linear-gradient(rgba(24, 76, 56, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 76, 56, 0.05) 1px, transparent 1px), #f6f3ea;
  background-size: 64px 64px, 64px 64px, auto;

  border-radius: 14px;

  padding: 28px 32px;

  text-align: center;

  margin-bottom: 24px;

  box-shadow: 0 12px 30px rgba(0,0,0,0.14);
}



.blog__title {
  margin: 0 0 12px;

  font-size: 28px;

  color: #17392c;
}

.blog__text {
  max-width: 720px;

  margin: 0 auto;

  font-size: 15px;

  line-height: 1.6;

  color: #284236;
}

.blog__grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.blog-card {

  background: #f7f7f5;

  border-radius: 14px;

  overflow: hidden;

  box-shadow: 0 10px 25px rgba(21, 48, 36, 0.08);
}

.blog-card__image {

  width: 100%;

  height: 200px;

  object-fit: cover;
}

.blog-card__content {

  padding: 18px;
}

.blog-card__category {

  display: inline-block;

  background: #237552;

  color: #f4efe7;

  font-size: 12px;

  font-weight: 700;

  padding: 4px 10px;

  border-radius: 999px;

  margin-bottom: 10px;
}

.blog-card__title {

  margin: 0 0 10px;

  font-size: 18px;

  color: #17392c;
}

.blog-card__excerpt {

  font-size: 14px;

  line-height: 1.6;

  color: #355246;

  margin-bottom: 14px;
}

.blog-card__link {

  font-weight: 700;

  color: #237552;

  text-decoration: none;
}

.blog-card__link:hover {

  text-decoration: underline;
}

.blog__actions {

  text-align: center;

  margin-top: 28px;
}

@media (max-width: 860px) {

  .blog__grid {
    grid-template-columns: 1fr;
  }

}
/*BLOG END*/

/*CTA*/
  .final-cta {
  padding: 5rem 1.25rem;
  background:
    linear-gradient(rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 76, 56, 0.05) 1px, transparent 1px),
    #f6f3ea;
  background-size: 64px 64px, 64px 64px, auto;
}

.final-cta .container {
  max-width: 1100px;
  margin: 0 auto;
}

.final-cta__intro {
  max-width: 1040px;
  margin: 0 auto 1.5rem;
  padding: 1.75rem 1.5rem;
  background: linear-gradient(180deg, #237552 0%, #1d6848 100%);
  border-radius: 1rem;
  box-shadow: 0 12px 30px rgba(17, 53, 39, 0.15);
  text-align: center;
  color: #f4efe7;
}

.final-cta__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  line-height: 1.1;
  font-weight: 700;
}

.final-cta__text {
  max-width: 780px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(244, 239, 231, 0.95);
}

.final-cta__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.final-cta-card {
  background: #fcfcf9;
  border: 1px solid #dbe7de;
  border-top: 3px solid #237552;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 10px 25px rgba(21, 48, 36, 0.08);
}

.final-cta-card__head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  background:
    linear-gradient(rgba(35, 117, 82, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35, 117, 82, 0.06) 1px, transparent 1px),
    #eaf5ee;
  background-size: 48px 48px, 48px 48px, auto;
  border-radius: 0.85rem;
    justify-content: center;

}

.final-cta-card__icon {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex-shrink: 0;
}

.final-cta-card__head h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #17392c;
}

.final-cta-card p {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #355246;
  min-height: 110px;
}

.final-cta-card__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
    justify-content: center;

}

.final-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.final-cta .btn-primary {
  background: #237552;
  color: #fff;
  border: 1px solid #237552;
  box-shadow: 0 8px 18px rgba(35, 117, 82, 0.18);
}

.final-cta .btn-primary:hover {
  background: #1d6848;
  border-color: #1d6848;
}

.final-cta__note {
  max-width: 900px;
  margin: 1.6rem auto 0;
  text-align: center;
}

.final-cta__note p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #486558;
}

.finalBTN{
  width: 190px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 0.8rem 0;
  flex-wrap: wrap;
}

.footer-link {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.95rem;
  transition: opacity 0.2s ease;
}

.footer-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.footer-divider {
  color: rgba(255,255,255,0.45);
}

.DG_Link{
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-size: 0.85rem;
}
.DG_Link,
.DG_Link * {
  font-family: 'Audiowide', sans-serif !important;
}

@media (max-width: 980px) {
  .final-cta__grid {
    grid-template-columns: 1fr;
  }

  .final-cta-card p {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .final-cta {
    padding: 4rem 1rem;
  }

  .final-cta__intro {
    padding: 1.4rem 1rem;
  }

  .final-cta-card__head {
    align-items: flex-start;
  }

  .final-cta-card__icon {
    width: 60px;
    height: 60px;
  }

  .final-cta-card__head h3 {
    font-size: 1.25rem;
  }
}
/*CTA'S END*/