@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Outfit:wght@400;500;600&display=swap");

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

body {
  font-family: "Montserrat";
  background: #ffffff;
  color: #0a0a0a;
}

/* ===== HERO ===== */
.hero {
  max-width: 1240px;
  margin: 0 auto 50px auto;
  padding: 50px 20px 50px;
  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 0;
  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);
  margin: 50px 0;
  padding: 50px 5%;
}

.web-solutions-section .eyebrow {
  font-family: "Montserrat", sans-serif;
  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", sans-serif;
  font-size: 31px;
  font-weight: 700;
  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: 60px;
  height: 60px;
  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;
  margin: 50px 0;
}

.tb-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  /* border:2px solid red; */
}

/* ── TOP ROW ── */
.tb-top {
  display: flex;
  align-items: flex-end;
  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-top-left {
  display: flex;
  flex-direction: column;
}

.tb-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  letter-spacing: 0.05em;
}

.tb-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 31px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
  white-space: normal;
}

.tb-tagline {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.6;
  margin: 0;
  text-align: left;
  max-width: 400px;
  padding-bottom: 6px;
  /* 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: 32px 0 40px; }
  .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:50px auto;
  padding:50px 20px;
  position:relative;
  overflow:hidden;
}

.faq-section::before{
  display: none;
}

@keyframes faq-float{
  from{transform:translate(0,0)}
  to{transform:translate(-40px,40px)}
}

/* 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", sans-serif;
}

.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{
  margin:0 0 10px;
  font-family:"Montserrat", sans-serif;
  font-size:31px;
  font-weight:700;
  line-height:1.2;
  color: #000;
  margin-bottom: 16px;
}

.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: "Montserrat";
  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
========================================= */
.footer { font-family: "Montserrat"; }
.footer-inner { max-width: 1440px; margin: 0 auto; padding: 0 100px; }

/* ---- Top dark green section ---- */
.footer-top { background: #12380a; color: #fff; padding: 56px 0 60px; }

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr auto auto auto auto;
  gap: 48px;
}
.f-col a, .f-col .f-head { white-space: nowrap; }
/* SERVICES column pushed right */
.footer-grid > .f-col:nth-child(2) { padding-left: 170px; }

.f-logo {
  font-size: 16px; font-weight: 700; letter-spacing: .5px;
  margin-bottom: 16px;
}
.f-desc {
  font-size: 15px; line-height: 1.55; color: #e9efe6;
  max-width: 380px; margin-bottom: 26px;
}
.f-news-title { font-size: 16px; font-weight: 700; margin-bottom: 10px; }
.f-news-desc { font-size: 15px; line-height: 1.5; color: #e9efe6; margin-bottom: 16px; }

.f-subscribe { display: flex; max-width: 300px; }
.f-subscribe input {
  flex: 1; min-width: 0;
  padding: 11px 14px;
  border: none; border-radius: 6px 0 0 6px;
  background: #f5f2ea; color: #333;
  font-size: 14px; font-family: "Montserrat"; outline: none;
}
.f-subscribe input::placeholder { color: #9aa79a; }
.f-subscribe button {
  padding: 11px 18px;
  border: none; border-radius: 6px;
  margin-left: -6px;
  background: #1f5c13; color: #fff;
  font-size: 14px; font-family: "Montserrat"; cursor: pointer;
  transition: background .2s ease;
}
.f-subscribe button:hover { background: #2a7a1a; }

.f-col { display: flex; flex-direction: column; }
.f-head {
  font-size: 16px; font-weight: 700; letter-spacing: .5px;
  margin-bottom: 20px; color: #fff;
}
.f-head-gap { margin-top: 28px; }
.f-head-normal { text-transform: none; }
.f-col a {
  color: #eef3ec; text-decoration: none;
  font-size: 15.5px; line-height: 1.4;
  margin-bottom: 16px;
  transition: color .2s ease, transform .2s ease;
}
.f-col a:hover { color: #a8d99a; }

/* ---- Cream middle strip ---- */
.footer-mid { background: #f5f2ea; padding: 22px 0; }
.footer-mid-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 18px;
}
.f-follow { display: flex; align-items: center; gap: 16px; }
.f-follow > span { font-size: 16px; color: #1a1a1a; margin-right: 8px; }
.f-social {
  width: 36px; height: 36px; border-radius: 50%;
  background: #12380a; color: #fff;
  display: flex; align-items: center; justify-content: center;
  transition: transform .25s ease, background .25s ease;
}
.f-social svg { width: 17px; height: 17px; }
.f-social:hover { transform: scale(1.15); background: #1f5c13; }

.f-contact { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.f-contact a {
  display: flex; align-items: center; gap: 8px;
  color: #12380a; text-decoration: none; font-size: 16px;
  transition: color .2s ease;
}
.f-contact a:hover { color: #2a7a1a; }
.f-ci { width: 17px; height: 17px; flex-shrink: 0; }

/* ---- Bottom dark strip ---- */
.footer-bottom { background: #12380a; padding: 34px 0 44px; }
.footer-bottom-row {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
}
.f-legal { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.f-legal a {
  color: #eef3ec; text-decoration: none; font-size: 15px;
  transition: color .2s ease;
}
.f-legal a:hover { color: #a8d99a; }
.f-legal span { color: #eef3ec; font-size: 14px; }
.f-copy { color: #eef3ec; font-size: 15px; }

/* =========================================
   FOOTER RESPONSIVE
========================================= */
/* Laptop */
@media (max-width: 1280px) {
  .footer-inner { padding: 0 48px; }
  .footer-grid { gap: 36px; }
  .footer-grid > .f-col:nth-child(2) { padding-left: 60px; }
}

/* Tablet */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 32px;
  }
  .footer-grid > .f-col:nth-child(2) { padding-left: 0; }
  .f-col a, .f-col .f-head { white-space: normal; }
  .f-brand { grid-column: 1 / -1; }
  .f-desc { max-width: 520px; }
}

/* Mobile */
@media (max-width: 640px) {
  .footer-inner { padding: 0 20px; }
  .footer-top { padding: 44px 0 48px; }
  /* mobile grid system: brand full width, link columns 2-per-row */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .f-brand { grid-column: 1 / -1; }
  .f-col a { font-size: 14.5px; margin-bottom: 13px; }
  .f-head { font-size: 15px; margin-bottom: 14px; }
  .f-subscribe { max-width: 100%; }
  .footer-mid-row { flex-direction: column; align-items: flex-start; }
  .f-contact { flex-direction: column; align-items: flex-start; gap: 12px; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; }
  .f-legal { row-gap: 6px; }
}

/* Small mobile */
@media (max-width: 380px) {
  .f-follow { flex-wrap: wrap; }
  .f-contact a { font-size: 14.5px; word-break: break-all; }
}





/* ============================================================
   WORK SECTION  (scoped under .work so ".card" does not
   collide with the Services section's ".card")
============================================================ */
.work {
  width: 100%;
  background: #ffffff;
  margin: 50px 0;
}

.work__inner {
  max-width: 1240px;
  margin: 0 auto;
}

.work__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 3.25rem;
  flex-wrap: wrap;
}

.work__label {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .875rem;
}

.work__title {
  font-size:31px !important;
  font-weight: 700;
  line-height: 1.05;
    /* border:2px solid red; */

}

.work__nav {
  display: flex;
  gap: 1rem;
  padding-bottom: .375rem;
}

.work .nav-btn {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #0E3B12;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.work .nav-btn:hover {
  transform: scale(1.06);
  background: #155219;
}

.work .nav-btn:focus-visible {
  outline: .125rem solid #0E3B12;
  outline-offset: .1875rem;
}

.work .nav-btn svg {
  width: 40%;
  height: 40%;
  stroke: #ffffff;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.75%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.work__grid::-webkit-scrollbar {
  display: none;
}

.work .card {
  flex: 0 0 calc(33.333% - 1.16%);
  scroll-snap-align: start;
  position: relative;
  transition: transform .35s ease;
}

.work .card:hover {
  transform: translateY(-2.5%);
}

.work .card__body {
  position: relative;
  width: 100%;
  aspect-ratio: 397 / 407;
  background: #ffffff;
  /* border: 1px solid #ECECEC; */
  border-radius: 7% / 6.9%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: box-shadow .35s ease;
}

.work .card:hover .card__body {
  box-shadow: 0 1.5rem 3.125rem rgba(0, 0, 0, .12);
}

.work .card__imgwrap {
  width: 100%;
  height: 100%;
  border-radius: 4.5% / 4.4%;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.work .card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.work .card__imgwrap .ph {
  color: #A79F8F;
  font-size: .875rem;
  font-weight: 600;
  letter-spacing: .03125rem;
}

.work .card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6%;
  opacity: 0;
  transition: opacity .35s ease;
  border-radius: inherit;
}

.work .card__overlay p {
  color: #fff;
  font-size: clamp(1rem, 1.4vw, 1.375rem);
  line-height: 1.35;
  transform: translateY(.625rem);
  transition: transform .35s ease;
}

.work .card__overlay p b {
  font-weight: 700;
}

.work .card__overlay p span {
  font-weight: 400;
  opacity: .9;
}

.work .card:hover .card__overlay {
  opacity: 1;
}

.work .card:hover .card__overlay p {
  transform: translateY(0);
}

.work .card__notch {
  position: absolute;
  right: -.25%;
  bottom: -.25%;
  width: 53.4%;
  height: 31.5%;
  pointer-events: none;
  display: block;
}

.work .card__cta {
  position: absolute;
  right: 1%;
  bottom: 0;
  width: 42.8%;
  height: 20.1%;
  background: #FFFFFF;
  border-radius: 14% / 29%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .35s ease, box-shadow .35s ease;
  z-index: 2;
}

.work .card:hover .card__cta {
  transform: scale(1.02);
}

.work .btn-view {
  width: 82.3%;
  height: 68.3%;
  background: #0E3B12;
  color: #fff;
  border: none;
  border-radius: .9rem;
  font-family: Montserrat;
  font-size: clamp(.75rem, 1.05vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  transition: background .25s ease;
}

.work .btn-view:hover {
  background: #155219;
}

.work .btn-view:focus-visible {
  outline: .125rem solid #0E3B12;
  outline-offset: .1875rem;
}

@media (max-width: 73.75em) {
  .work__grid {
    gap: 3%;
  }

  .work .card {
    flex: 0 0 calc(50% - 1.5%);
  }

  .work .btn-view {
    font-size: clamp(.75rem, 1.6vw, 1rem);
  }
}

@media (max-width: 45em) {
  .work {
    padding: 3rem 4% 3.5rem;
  }

  .work__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2.25rem;
  }

  .work__grid {
    gap: 1.5rem;
  }

  .work .card {
    flex: 0 0 100%;
  }

  .work .btn-view {
    font-size: clamp(.8125rem, 3.4vw, 1rem);
  }
}

@media (prefers-reduced-motion: reduce) {

  .work *,
  .work *::before,
  .work *::after {
    transition: none !important;
  }

  .work .card:hover,
  .work .card:hover .card__cta {
    transform: none;
  }
}

/* ===== DIGITAL MARKETING SERVICES SECTION ===== */
.digital-marketing-section {
  max-width: 1240px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.dm-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 32px;
}

.dm-header-left {
  max-width: 600px;
}

.dm-eyebrow {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}

.dm-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 31px;
  font-weight: 600;
  color: #000;
  line-height: 1.25;
}

.dm-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dm-btn {
  background: #0C3C01;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
}

.dm-nav {
  display: flex;
  gap: 16px;
}

.dm-nav-btn {
  width: 42px;
  height: 42px;
  background: #0C3C01;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dm-nav-btn svg {
  width: 20px;
  height: 20px;
}

.dm-content {
  display: flex;
  height: 660px;
  align-items: stretch;
}

.dm-tabs {
  width: 25.53%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  z-index: 2;
}

.dm-tab {
  flex: 1;
  width: 90%;
  background: #F9F9F7;
  border-radius: 24px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  transition: all 0.3s ease;
  text-align: center;
}

.dm-tab.active {
  width: calc(100% + 40px);
  background: #F5F5F3;
  color: #5B6D49;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 56px;
}

.dm-panels {
  width: 74.47%;
  background: #F5F5F3;
  border-radius: 24px;
  padding: 40px;
  z-index: 1;
}

.dm-panel {
  display: none;
  height: 100%;
  flex-direction: column;
}

.dm-panel.active {
  display: flex;
}

.dm-panel-image {
  width: 100%;
  height: 55%;
  border-radius: 16px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  margin-bottom: 24px;
}

.dm-panel-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.dm-panel-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 8px;
  text-transform: uppercase;
  line-height: 1.5;
}

.dm-panel-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin-bottom: 16px;
}

.dm-panel-perfect {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.dm-panel-perfect-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
}

.dm-panel-perfect-list {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .dm-content {
    flex-direction: column;
    height: auto;
  }
  .dm-tabs {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .dm-tab {
    width: auto;
    flex: 1 1 auto;
    padding: 12px 20px;
    font-size: 16px;
  }
  .dm-tab.active {
    width: auto;
    border-radius: 24px;
    padding-right: 20px;
  }
  .dm-panels {
    width: 100%;
    padding: 24px;
  }
  .dm-panel-image {
    height: 250px;
  }
  .dm-panel-perfect {
    flex-direction: column;
  }
}
