*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Montserratt";
  background: #ffffff;
  color: #0a0a0a;
}

/* ===== HERO ===== */
.hero {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}

.hero__title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 800;
  color: #0a0a0a;
  max-width: 700px;
  margin: 0 auto;
}

.hero__subtitle {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #4b5563;
  margin-top: 12px;
}

.hero__cta {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 22px;
  background: #0e7a3d;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}

.hero__cta:hover {
  background: #0b6332;
}

.hero__cta:focus-visible {
  outline: 3px solid #0e7a3d;
  outline-offset: 3px;
}

.hero__image-wrap {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}

.hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 551px;
  object-fit: cover;
  border-radius: 20px;
}

/* ===== TABLET (≤ 1024px) ===== */
@media (max-width: 1024px) {
  .hero {
    padding: 48px 24px 56px;
  }

  .hero__title {
    font-size: 34px;
  }

  .hero__image-wrap {
    margin-top: 32px;
    border-radius: 16px;
  }

  .hero__image {
    border-radius: 16px;
  }
}

/* ===== MOBILE (≤ 640px) ===== */
@media (max-width: 640px) {
  .hero {
    padding: 36px 16px 44px;
  }

  .hero__title {
    font-size: 26px;
    line-height: 1.3;
  }

  .hero__subtitle {
    font-size: 14px;
    margin-top: 10px;
  }

  .hero__cta {
    margin-top: 16px;
    padding: 10px 20px;
  }

  .hero__image-wrap {
    margin-top: 24px;
    border-radius: 12px;
  }

  .hero__image {
    border-radius: 12px;
  }
}




.ect-web-solutions,
.ect-web-solutions *,
.ect-web-solutions *::before,
.ect-web-solutions *::after {
  box-sizing: border-box;
}

.ect-web-solutions {
  --ect-primary: #0C3C01;
  --ect-secondary: #5B6D49;
  --ect-accent: #A2AC82;
  --ect-light-background: #F5F5F3;
  --ect-muted-background: #F9F9F7;
  --ect-white: #FFFFFF;
  --ect-black: #000000;

  position: relative;
  width: 1240px;
  height: 902px;
  margin: 50px auto;
  overflow-x: clip;
  color: var(--ect-black);
  font-family: "Montserrat";
}



.ect-web-solutions__eyebrow,
.ect-web-solutions__heading,
.ect-web-solutions__content-title,
.ect-web-solutions__description,
.ect-web-solutions__perfect-label,
.ect-web-solutions__audience {
  margin: 0;
}

.ect-web-solutions__header {
  position: relative;
  height: 92px;
}

.ect-web-solutions__eyebrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 327px;
  height: 24px;
  color: var(--ect-black);
  font-family: "Montserrat";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.ect-web-solutions__heading {
  position: absolute;
  top: 32px;
  left: 0;
  width: 629px;
  height: 78px;
  color: var(--ect-black);
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
}

.ect-web-solutions__controls {
  position: absolute;
  top: 50px;
  right: 5px;
  display: flex;
  width: 100px;
  gap: 16px;
  z-index: 4;
}

.ect-web-solutions__arrow {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--ect-primary);
  color: var(--ect-white);
  cursor: pointer;
  transition: transform 200ms ease, background-color 200ms ease;
}

.ect-web-solutions__arrow svg {
  display: block;
  width: 18px;
  height: 18px;
}

.ect-web-solutions__arrow:hover {
  background: #0f4a02;
  transform: translateY(-1px);
}

.ect-web-solutions__arrow:focus-visible {
  outline: 3px solid rgba(12, 60, 1, 0.26);
  outline-offset: 3px;
}
/* 
.ect-web-solutions__component {
  position: absolute;
  top: 142px;
  left: 0;
  width: 1240px;
  height: 760px;
} */


.ect-web-solutions__component {
  position: absolute;
  top: 142px;
  left: 0;
  width: 1240px;
  height: 760px;
}


.ect-web-solutions__tabs {
  position: absolute;
  top: 0;
  left: 0;
  width: 379px;
  height: 760px;
}

.ect-web-solutions__tab {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 292px;
  height: 100px;
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: var(--ect-muted-background);
  color: var(--ect-black);
  cursor: pointer;
  overflow: visible;
  text-align: left;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
  z-index: 1;
}

.ect-web-solutions__tab:nth-child(1) {
  top: 0;
}

.ect-web-solutions__tab:nth-child(2) {
  top: 132px;
}

.ect-web-solutions__tab:nth-child(3) {
  top: 264px;
}

.ect-web-solutions__tab:nth-child(4) {
  top: 396px;
}

.ect-web-solutions__tab:nth-child(5) {
  top: 528px;
}

.ect-web-solutions__tab:nth-child(6) {
  top: 660px;
}

.ect-web-solutions__tab:hover {
  background: #f0f0ec;
}

.ect-web-solutions__tab:focus-visible {
  outline: 3px solid rgba(12, 60, 1, 0.24);
  outline-offset: 4px;
}

.ect-web-solutions__tab.is-active {
  width: 379px;
  background: var(--ect-light-background);
  color: var(--ect-secondary);
  z-index: 2;
}

.ect-web-solutions__tab-label {
  display: block;
  width: 292px;
  padding: 0 14px;
  color: inherit;
  font-family: "Montserrat";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  white-space: pre-line;
}
/* 
.ect-web-solutions__panel {
  position: absolute;
  top: 0;
  left: 318px;
  width: 922px;
  height: 760px;
  border-radius: 24px;
  background: var(--ect-light-background);
  overflow: hidden;
  z-index: 3;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 240ms ease, transform 240ms ease;
} */



.ect-web-solutions__panel {
  position: absolute;
  top: 0;
  left: 318px;
  width: 922px;
  height: 760px;
  border-radius: 24px;
  background: var(--ect-light-background);
  overflow: hidden;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
}

.ect-web-solutions__panel.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: translateY(0);
}
/* 
.ect-web-solutions__media {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 874px;
  height: 502px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--ect-white);
} */



.ect-web-solutions__media {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 874px;
  height: 502px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--ect-white);
}


.ect-web-solutions__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
}

.ect-web-solutions__content-title {
  position: absolute;
  top: 542px;
  left: 24px;
  width: 874px;
  min-height: 30px;
  color: var(--ect-black);
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.ect-web-solutions__description {
  position: absolute;
  top: 576px;
  left: 24px;
  width: 890px;
  min-height: 48px;
  color: var(--ect-black);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.ect-web-solutions__perfect-label {
  position: absolute;
  top: 632px;
  left: 25px;
  min-height: 20px;
  color: var(--ect-black);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
}

.ect-web-solutions__audience {
  position: absolute;
  top: 656px;
  left: 25px;
  min-height: 24px;
  color: var(--ect-black);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.ect-web-solutions__cta {
  position: absolute;
  top: 696px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  background: var(--ect-primary);
  color: var(--ect-white);
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease;
}

.ect-web-solutions__cta:hover {
  background: #0f4a02;
  transform: translateY(-2px);
}

.ect-web-solutions__cta:focus-visible {
  outline: 3px solid rgba(12, 60, 1, 0.26);
  outline-offset: 3px;
}

@media (min-width: 1441px) {
  .ect-web-solutions {
    width: 1240px;
  }
}

@media (max-width: 1199.98px) {
  .ect-web-solutions {
    width: min(1240px, calc(100% - clamp(32px, 5vw, 64px)));
    max-width: 1240px;
    height: auto;
    margin-top: clamp(64px, 7vw, 84px);
  }

  .ect-web-solutions__header {
    height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px 20px;
    align-items: end;
  }

  .ect-web-solutions__eyebrow,
  .ect-web-solutions__heading,
  .ect-web-solutions__controls {
    position: static;
  }

  .ect-web-solutions__eyebrow {
    width: 100%;
    grid-column: 1 / -1;
  }

  .ect-web-solutions__heading {
    width: min(100%, 720px);
    height: auto;
    grid-column: 1;
  }

  .ect-web-solutions__controls {
    width: 100px;
    margin-left: auto;
    grid-column: 2;
    justify-self: end;
    align-self: end;
  }

  .ect-web-solutions__component {
    position: static;
    width: 100%;
    height: auto;
    margin-top: clamp(24px, 3vw, 32px);
  }

  .ect-web-solutions__tabs {
    position: static;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ect-web-solutions__tab,
  .ect-web-solutions__tab.is-active {
    position: static;
    width: 100%;
    height: auto;
    min-height: 96px;
  }

  .ect-web-solutions__tab-label {
    width: 100%;
    font-size: 20px;
    line-height: 1.35;
    white-space: normal;
  }

  .ect-web-solutions__panel {
    position: static;
    width: 100%;
    height: auto;
    margin-top: clamp(20px, 3vw, 28px);
    padding: clamp(20px, 3vw, 28px);
  }

  .ect-web-solutions__media {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 874 / 502;
  }

  .ect-web-solutions__content-title,
  .ect-web-solutions__description,
  .ect-web-solutions__perfect-label,
  .ect-web-solutions__audience,
  .ect-web-solutions__cta {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
  }

  .ect-web-solutions__content-title {
    margin-top: 18px;
  }

  .ect-web-solutions__description {
    margin-top: 8px;
  }

  .ect-web-solutions__perfect-label {
    margin-top: 16px;
  }

  .ect-web-solutions__audience {
    margin-top: 6px;
  }

  .ect-web-solutions__cta {
    width: fit-content;
    margin-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .ect-web-solutions__heading {
    font-size: clamp(26px, 3.4vw, 28px);
    line-height: 1.3;
  }

  .ect-web-solutions__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ect-web-solutions__tab-label {
    font-size: 17px;
  }

  .ect-web-solutions__panel {
    padding: 20px;
  }

  .ect-web-solutions__content-title {
    font-size: 18px;
  }

  .ect-web-solutions__description,
  .ect-web-solutions__perfect-label,
  .ect-web-solutions__audience {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .ect-web-solutions {
    width: calc(100% - 32px);
    margin-top: 56px;
  }

  .ect-web-solutions__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .ect-web-solutions__heading {
    width: 100%;
    font-size: clamp(26px, 7vw, 30px);
    line-height: 1.2;
  }

  .ect-web-solutions__controls {
    position: static;
    width: 100%;
    gap: 12px;
    margin-left: 0;
    justify-content: flex-start;
  }

  .ect-web-solutions__arrow {
    width: 40px;
    height: 40px;
  }

  .ect-web-solutions__arrow svg {
    width: 16px;
    height: 16px;
  }

  .ect-web-solutions__component {
    margin-top: 20px;
  }

  .ect-web-solutions__tabs {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ect-web-solutions__tabs::-webkit-scrollbar {
    display: none;
  }

  .ect-web-solutions__tab,
  .ect-web-solutions__tab.is-active {
    flex: 0 0 auto;
    width: min(78vw, 220px);
    min-height: 86px;
    border-radius: 20px;
    scroll-snap-align: start;
  }

  .ect-web-solutions__tab-label {
    font-size: 17px;
  }

  .ect-web-solutions__panel {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .ect-web-solutions__content-title {
    font-size: 17px;
  }

  .ect-web-solutions__description,
  .ect-web-solutions__perfect-label,
  .ect-web-solutions__audience {
    font-size: 14px;
  }

  .ect-web-solutions__media {
    border-radius: 14px;
  }
}

@media (max-width: 374.98px) {
  .ect-web-solutions {
    width: calc(100% - 24px);
  }

  .ect-web-solutions__heading {
    font-size: 24px;
  }

  .ect-web-solutions__tab,
  .ect-web-solutions__tab.is-active {
    width: min(82vw, 210px);
  }

  .ect-web-solutions__tab-label {
    font-size: 16px;
  }

  .ect-web-solutions__panel {
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ect-web-solutions__arrow,
  .ect-web-solutions__tab,
  .ect-web-solutions__panel,
  .ect-web-solutions__cta {
    transition: none;
  }
}




/* ===== Web Solutions Section ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Mulish:wght@400;500;600;700&display=swap');

.web-solutions-section {
  --green: #1e5c1e;
  --dark: #0f1a0f;
  --text: #3a3f3a;
  --border: #dfe3da;
  --bg: #ffffff;
  --bw: 0.125rem;

  font-family: "Montserrat";
  background: var(--bg);
  color: var(--text);
  padding: 50px 5%;
}

.web-solutions-section .eyebrow {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 0.875rem;
}

.web-solutions-section .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4%;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}

.web-solutions-section .header h2 {
  font-family: "Montserrat";
  font-size: 31px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--dark);
  max-width: 52%;
}

.web-solutions-section .header p {
  font-size: 0.906rem;
  line-height: 1.55;
  color: var(--text);
  max-width: 32%;
}

.web-solutions-section .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--bw) solid var(--border);
  border-radius: 0.875rem;
  overflow: hidden;
  background: #fff;
  width: 100%;
}

.web-solutions-section .cell {
  position: relative;
  padding: 6% 10% 8% 10%;
  transition: box-shadow 0.3s ease;
}

/* Hover: box-shadow */
.web-solutions-section .cell:hover {
  box-shadow: 0 8px 30px rgba(30, 92, 30, 0.15);
  z-index: 3;
}

/* Internal borders: right on cols 1 & 2, bottom on row 1 */
.web-solutions-section .cell:nth-child(3n+1),
.web-solutions-section .cell:nth-child(3n+2) {
  border-right: var(--bw) solid var(--border);
}

.web-solutions-section .cell:nth-child(-n+3) {
  border-bottom: var(--bw) solid var(--border);
}

/* Chevron arrow on vertical dividers */
.web-solutions-section .cell:nth-child(3n+1)::after,
.web-solutions-section .cell:nth-child(3n+2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.75rem;
  width: 1.375rem;
  height: 1.375rem;
  transform: translateY(-50%) rotate(45deg);
  background: #fff;
  border-top: var(--bw) solid var(--border);
  border-right: var(--bw) solid var(--border);
  z-index: 2;
}

.web-solutions-section .icon {
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.web-solutions-section .icon svg,
.web-solutions-section .icon img {
  width: 100%;
  height: 100%;
  stroke: var(--green);
  fill: none;
  stroke-width: 1.8;
  object-fit: contain;
  /* No animation by default — static */
}

/* Hover: spin, pause 2s, spin */
.web-solutions-section .cell:hover .icon:not(.icon-zoom) svg,
.web-solutions-section .cell:hover .icon:not(.icon-zoom) img {
  animation: ws-spin-pause 2.8s ease-in-out infinite;
}

/* Hover: zoom in and out, pause 2s */
.web-solutions-section .cell:hover .icon.icon-zoom svg,
.web-solutions-section .cell:hover .icon.icon-zoom img {
  animation: ws-zoom-pause 2.8s ease-in-out infinite;
}

@keyframes ws-spin-pause {
  0%      { transform: rotate(0deg); }
  28.57%  { transform: rotate(360deg); }
  100%    { transform: rotate(360deg); }
}

@keyframes ws-zoom-pause {
  0%      { transform: scale(1); }
  14.28%  { transform: scale(1.2); }
  28.57%  { transform: scale(1); }
  100%    { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .web-solutions-section .cell:hover .icon svg,
  .web-solutions-section .cell:hover .icon img {
    animation: none;
  }
}

.web-solutions-section .step {
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  color: var(--dark);
  margin-bottom: 0.625rem;
}

.web-solutions-section .cell h3 {
  font-family: "Montserrat";
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 0.625rem;
}

.web-solutions-section .cell p {
  font-size: 0.906rem;
  line-height: 1.6;
  color: var(--text);
}

/* ===== Responsive: Tablet ===== */
@media (max-width: 62.5rem) {
  .web-solutions-section .grid {
    grid-template-columns: 1fr 1fr;
  }
  .web-solutions-section .cell {
    border: none !important;
    border-bottom: var(--bw) solid var(--border) !important;
  }
  .web-solutions-section .cell:nth-child(odd) {
    border-right: var(--bw) solid var(--border) !important;
  }
  .web-solutions-section .cell:nth-child(n+5) {
    border-bottom: none !important;
  }
  .web-solutions-section .cell::after {
    display: none !important;
  }
  .web-solutions-section .header h2,
  .web-solutions-section .header p {
    max-width: 100%;
  }
}

/* ===== Responsive: Mobile ===== */
@media (max-width: 40rem) {
  .web-solutions-section {
    padding: 6% 5%;
  }
  .web-solutions-section .grid {
    grid-template-columns: 1fr;
  }
  .web-solutions-section .cell {
    border-right: none !important;
    border-bottom: var(--bw) solid var(--border) !important;
  }
  .web-solutions-section .cell:last-child {
    border-bottom: none !important;
  }
  .web-solutions-section .header h2 {
    font-size: 1.625rem;
  }
}





/* ===== TRUSTED BY SECTION ===== */

.tb-section-wrapper {
  width: 100%;
  background: #ffffff;
  padding: 50px 0;
}

.tb-section {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow: hidden;
  /* border:2px solid red; */
}

/* ── TOP ROW ── */
.tb-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 48px;
  margin-bottom: 32px;
  gap: 40px;

  /* Animation: top → bottom */
  opacity: 0;
  transform: translateY(-28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.tb-section.tb-visible .tb-top {
  opacity: 1;
  transform: translateY(0);
}

.tb-heading {
  font-family: "Montserrat";
  font-size: 31px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.02em;
  margin: 0;
  white-space: nowrap;
}

.tb-tagline {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.65;
  margin: 0;
  text-align: left;
  max-width: 460px;
  /* Slight delay so heading animates first */
  transition-delay: 0.12s;
}

/* ── TRACK WRAPPER ── */
/* .tb-track-wrapper {
  width: 100%;
  max-width:1240px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-left:50px;
} */


.tb-track-wrapper {
  width: calc(100% - 100px);
  max-width:1240px;
  overflow: hidden;
  margin-bottom: 24px;
  margin-left:50px;
  margin-right:50px;
}

.tb-track-wrapper:last-child {
  margin-bottom: 0;
}

/* ── TRACK ── */
.tb-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

/* ── ITEM ── */
.tb-item {
  flex-shrink: 0;
  width: 200px;
  height: 100px;
  /* border-radius: 6px; */
  overflow: hidden;
  display: block;

  /* Hover scale */
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
              box-shadow 0.28s ease;
}

@media (hover: hover) {
  .tb-item:hover {
    /* transform: scale(1.07);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    z-index: 10;
    position: relative; */
    border:2px solid #8aaa7a;
    border-radius: 16px;
  }
}

/* Real image style */
.tb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  display: block;
}

/* ── TABLET ── */
@media (max-width: 1023px) and (min-width: 600px) {
  .tb-top { padding: 0 28px; }
  .tb-heading { font-size: 22px; }
  .tb-tagline { font-size: 13px; }
  .tb-item { width: 180px; height: 115px; }
}

/* ── MOBILE ── */
@media (max-width: 599px) {
  .tb-section { padding: 50px 0; }
  .tb-top {
    flex-direction: column;
    padding: 0 20px;
    gap: 10px;
    margin-bottom: 24px;
  }
  .tb-heading { font-size: 20px; }
  .tb-tagline { text-align: left; font-size: 12.5px; max-width: 100%; }
  .tb-track-wrapper {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
  }
  .tb-item { width: 100px; height: 80px; }
  .tb-track { gap: 4px; }
  .tb-img { padding: 4px; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .tb-top { transition: none !important; opacity: 1 !important; transform: none !important; }
  .tb-item { transition: none !important; }
}



/* FAQ */

:root{
  --bg:#f7f7f5;
  --card:#ffffff;
  --ink:#111312;
  --ink-soft:#5b5f5c;
  --line:#e6e6e2;
  --accent:#1f6f54;
  --accent-soft:#e7f2ed;
  --radius:14px;
  --ease:cubic-bezier(.4,0,.2,1);
  --ease-spring:cubic-bezier(.34,1.4,.44,1);
}

.faq-section{
  max-width:1200px;
  margin:0 auto;
  padding:72px 20px 96px;
  position:relative;
  overflow:hidden;
  background-color: transparent !important;
}

.faq-section::before {
  display: none !important;
}

/* Header */
.faq-head{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:48px;
}

.faq-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:16px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent);
  font-weight:400;
  margin-bottom:14px;
  font-family: "Montserrat";
}

.faq-eyebrow::before{
  content:"";
  width:26px;height:2px;
  background:var(--accent);
  display:inline-block;
  transform-origin:left;
  animation:faq-grow .8s var(--ease) both .2s;
}

@keyframes faq-grow{
  from{transform:scaleX(0)}
  to{transform:scaleX(1)}
}

.faq-title{
  font-family: "Montserrat";
  font-weight:600;
  font-size:31px;
  line-height:1.15;
  letter-spacing:-.02em;
  max-width:560px;
  margin:0;
}

.faq-title span{color:var(--accent)}

.faq-sub{
  max-width:340px;
  color:var(--ink-soft);
  font-size:.95rem;
  margin:0;
}

/* Grid */
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px 24px;
  align-items:start;
}

/* Item */
.faq-item{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  opacity:0;
  transform:translateY(26px);
  transition:border-color .3s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
  will-change:transform,opacity;
}

.faq-item.faq-in-view{
  animation:faq-rise .65s var(--ease) forwards;
}

@keyframes faq-rise{
  to{opacity:1;transform:translateY(0)}
}

.faq-item:hover{
  border-color:rgba(31,111,84,.35);
  box-shadow:0 12px 32px -12px rgba(17,19,18,.12);
  transform:translateY(-2px);
}

.faq-item.open{
  border-color:var(--accent);
  box-shadow:0 16px 40px -14px rgba(31,111,84,.22);
}

/* Question button */
.faq-q{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:20px 22px;
  background:none;
  border:none;
  cursor:pointer;
  text-align:left;
  font-family: "Montserra";
  font-size:.95rem;
  font-weight:600;
  color:var(--ink);
  transition:color .25s var(--ease);
}

.faq-item.open .faq-q{color:var(--accent)}

/* Icon */
.faq-icon{
  flex:0 0 34px;
  width:34px;height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--accent-soft);
  color:var(--accent);
  transition:transform .45s var(--ease-spring), background .3s var(--ease), color .3s var(--ease);
}

.faq-icon svg{
  width:15px;height:15px;
  transition:transform .45s var(--ease-spring);
}

.faq-item:hover .faq-icon{transform:scale(1.08)}

.faq-item.open .faq-icon{
  background:var(--accent);
  color:#fff;
  transform:rotate(180deg);
}

/* Answer */
.faq-a{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .5s var(--ease);
}

.faq-item.open .faq-a{grid-template-rows:1fr}

.faq-a-inner{overflow:hidden}

.faq-a-inner p{
  padding:0 22px 22px;
  color:var(--ink-soft);
  font-size:.92rem;
  margin:0;
  opacity:0;
  transform:translateY(-6px);
  transition:opacity .4s var(--ease) .1s, transform .4s var(--ease) .1s;
}

.faq-item.open .faq-a-inner p{
  opacity:1;
  transform:translateY(0);
}

/* Bottom accent bar */
.faq-item::after{
  content:"";
  display:block;
  height:3px;
  background:linear-gradient(90deg,var(--accent),#5cbf9a);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .55s var(--ease);
}

.faq-item.open::after{transform:scaleX(1)}

/* Focus */
.faq-q:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:-2px;
  border-radius:var(--radius);
}

/* Responsive */
@media (max-width:900px){
  .faq-grid{grid-template-columns:1fr}
  .faq-section{padding:56px 18px 72px}
}

@media (max-width:560px){
  .faq-head{margin-bottom:34px}
  .faq-q{padding:17px 16px;font-size:.9rem}
  .faq-a-inner p{padding:0 16px 18px}
  .faq-icon{flex-basis:30px;width:30px;height:30px}
}

@media (prefers-reduced-motion:reduce){
  .faq-section::before{animation:none!important}
  .faq-eyebrow::before{animation:none!important}
  .faq-item{opacity:1;transform:none;transition:none!important}
  .faq-item.faq-in-view{animation:none!important}
  .faq-q,.faq-icon,.faq-icon svg,.faq-a,.faq-a-inner p,.faq-item::after{transition:none!important}
}





/* ============================================================
   FOOTER
============================================================ */
.ect-footer-section {
  font-family: "Montserrat Variable", "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin-bottom: 0;
}

.ect-cta-section {
  position: relative;
  padding: 50px 68px;
}

.ect-cta-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #fff;
  z-index: 0;
}

.ect-cta-bot-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: #1b3a10;
  z-index: 0;
}

.ect-cta-card {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 52px 80px 48px;
  min-height: 288px;
  background:
    linear-gradient(rgba(18, 34, 12, 0.55), rgba(18, 34, 12, 0.55)),
    url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
}

.ect-cta-card h1 {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0.2px;
  margin-bottom: 14px;
}

.ect-cta-card p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
  max-width: 540px;
  margin: 0 auto 24px;
  letter-spacing: 0.1px;
}

.ect-cta-btns {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.ect-cta-btns a {
  font-family: "Montserrat Variable", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.2px;
  transition: opacity 0.15s ease;
}

.ect-cta-btns a:hover {
  opacity: 0.85;
}

.ect-btn-dark {
  background: #1b3a10;
  color: #fff;
}

.ect-btn-light {
  background: #eeeeea;
  color: #1a1a1a;
}

.ect-footer {
  background: #1b3a10;
  color: #fff;
  padding: 50px 68px;
}

.ect-footer-grid {
  display: grid;
  grid-template-columns: 260px 1fr 1fr 1fr 0.6fr;
  gap: 24px 32px;
}

.ect-f-brand-title {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #fff;
}

.ect-f-brand-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.72;
  color: #cddcc4;
  margin-bottom: 24px;
}

.ect-f-nl-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fff;
}

.ect-f-nl-desc {
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #c4d8bc;
  margin-bottom: 12px;
}

.ect-f-nl-form {
  display: flex;
  width: 100%;
  max-width: 400px;
}

.ect-f-nl-form input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 8px 10px;
  font-size: 11px;
  border-radius: 5px 0 0 5px;
  font-family: "Montserrat Variable", "Montserrat", sans-serif;
  background: #fff;
  color: #333;
}

.ect-f-nl-form input::placeholder {
  color: #999;
  font-size: 11px;
}

.ect-f-nl-form button {
  background: #2d5a1a;
  color: #fff;
  border: none;
  font-size: 11px;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-family: "Montserrat Variable", "Montserrat", sans-serif;
  white-space: nowrap;
  transition: background 0.15s ease;
}

.ect-f-nl-form button:hover {
  background: #3a7522;
}

.ect-f-nl-msg {
  margin-top: 8px;
  font-size: 11px;
  min-height: 16px;
  transition: opacity 0.3s ease;
}

.ect-f-col-title {
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: 0.3px;
}

.ect-no-upper {
  text-transform: none;
}

.ect-f-col ul {
  list-style: none;
}

.ect-f-col ul li {
  margin-bottom: 11px;
}

.ect-f-col ul li a {
  color: #c8dcc0;
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 400;
  transition: color 0.15s ease;
}

.ect-f-col ul li a:hover {
  color: #fff;
}

.ect-f-sub-title {
  font-size: 12.5px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 14px;
  color: #fff;
}

.ect-social-bar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 68px;
  flex-wrap: wrap;
  gap: 12px;
}

.ect-follow-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ect-follow-label {
  font-size: 13px;
  font-weight: 500;
  color: #222;
}

.ect-s-icons {
  display: flex;
  gap: 8px;
}

.ect-s-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1b3a10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease;
}

.ect-s-icons a:hover {
  background: #2d5a1a;
}

.ect-s-icons svg {
  width: 14px;
  height: 14px;
  fill: #fff;
}

.ect-contact-section {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.ect-c-item {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #222;
  font-size: 12.5px;
  font-weight: 400;
  transition: color 0.15s ease;
}

.ect-c-item:hover {
  color: #1b3a10;
}

.ect-c-item svg {
  width: 14px;
  height: 14px;
  fill: #1b3a10;
}

.ect-bottom-bar {
  background: #f7f7f5;
  border-top: 1px solid #e4e4e0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 68px;
  flex-wrap: wrap;
  gap: 8px;
}

.ect-b-links {
  font-size: 11.5px;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
}

.ect-b-links a {
  color: #555;
  text-decoration: none;
  transition: color 0.15s ease;
  position: relative;
}

.ect-b-links a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -8px;
  color: #ccc;
  pointer-events: none;
}

.ect-b-links a:hover {
  text-decoration: underline;
  color: #1b3a10;
}

.ect-b-copy {
  font-size: 11.5px;
  color: #555;
  margin-top: 8px;
}

@media (max-width: 1024px) {

  .ect-cta-section,
  .ect-footer,
  .ect-social-bar,
  .ect-bottom-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ect-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .ect-f-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {

  .ect-cta-section,
  .ect-footer,
  .ect-social-bar,
  .ect-bottom-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ect-cta-card {
    padding: 40px 24px;
  }

  .ect-cta-card h1 {
    font-size: 24px;
  }

  .ect-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }

  .ect-f-col-title {
    margin-bottom: 12px;
  }

  .ect-f-sub-title {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .ect-social-bar,
  .ect-bottom-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .ect-b-links {
    justify-content: center;
  }

  .ect-contact-section {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}




/* ============================================================
   PRODUCTS SECTION (ECT CRM / Executive Profile cards)
============================================================ */
:root {
  --p-bg: #F7F7F5;
  --p-card: #FFFFFF;
  --p-line: #E6E0D6;
  --p-ink: #111111;
  --p-green: #0E3B12;
}

.ect-products {
  width: 100%;
  background: #ffffff;
  padding: 50px 0;
  position: relative;
}

.ect-products__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.ect-products__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 35px;
}

.ect-products__header-left {
  flex: 0 0 auto;
  max-width: 600px;
}

.ect-products__eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}

.ect-products__headline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 31px;
  line-height: 1.25;
  color: #000;
  margin: 0;
}

.ect-products__header-right {
  flex: 0 0 520px;
  padding-bottom: 8px; /* Alignment with the headline baseline */
}

.ect-products__desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin: 0;
}

@media (max-width: 990px) {
  .ect-products__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .ect-products__header-right {
    flex: auto;
    width: 100%;
  }
}

.ect-products__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ect-pcard {
  position: relative;
  width: 100%;
  height: 490px;
  transition: transform 0.35s ease;
}

.ect-pcard:hover {
  transform: translateY(-1.5%);
}

.ect-pcard__body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 27px 27px 27px 35px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.35s ease;
}

.ect-pcard__imgwrap {
  width: 100%;
  height: 284px;
  flex-shrink: 0;
  border-radius: 18px 18px 18px 30px;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ect-pcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.ect-pcard__imgwrap .ect-pcard__ph {
  color: #9AA3AB;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03125rem;
}

.ect-pcard__content {
  padding: 12px 10px 0;
  flex: 1;
  min-height: 0;
}

.ect-pcard__title {
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1.2;
}

.ect-pcard__tagline {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.3;
}

.ect-pcard__desc {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #3a3a3a;
  max-width: 72%;
}

.ect-pcard__notch {
  position: absolute;
  right: -1px;
  bottom: -2px;
  width: 232px;
  height: 118px;
  pointer-events: none;
  display: block;
}

.ect-pcard__cta {
  position: absolute;
  right: 5px;
  bottom: -6px;
  width: 186px;
  height: 76px;
  background: #FFFFFF;
  border-radius: 30px 30px 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  z-index: 2;
}

.ect-pcard:hover .ect-pcard__cta {
  transform: scale(1.02);
}

.ect-btn-explore {
  width: 88%;
  height: 75%;
  background: var(--p-green);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: "Montserrat Variable", "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
  white-space: nowrap;
}

.ect-btn-explore:hover {
  background: #155219;
}

.ect-btn-explore:focus-visible {
  outline: 0.125rem solid var(--p-green);
  outline-offset: 0.1875rem;
}

@media (max-width: 900px) {
  .ect-products__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ect-pcard {
    height: auto;
    min-height: 450px;
  }
}

@media (max-width: 700px) {
  .ect-pcard__imgwrap {
    height: 200px;
    flex: none;
  }

  .ect-pcard__notch {
    width: 140px;
    height: 75px;
    right: -1px;
    bottom: -2px;
  }

  .ect-pcard__cta {
    width: 115px;
    height: 50px;
    right: 5px;
    bottom: -2px;
    border-radius: 20px 20px 20px 30px;
  }

  .ect-btn-explore {
    font-size: 13px;
    border-radius: 8px;
  }

  .ect-pcard__desc {
    max-width: 100%;
    margin-bottom: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ect-pcard,
  .ect-pcard__body,
  .ect-pcard__cta,
  .ect-btn-explore {
    transition: none !important;
  }

  .ect-pcard:hover,
  .ect-pcard:hover .ect-pcard__cta {
    transform: none;
  }
}
