* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #0a7c1d;
  font-family: a, sans-serif;
  overflow-x: hidden;
}
#main {
    position: relative;
    overflow: hidden;
    background-color: #0a7c1d;
}
@font-face {
    font-family: a;
    src: url(./jost-variable.ttf);
}
@font-face {
    font-family: b;
    src: url(./KFOlCnqEu92Fr1MmEU9fBBc4.ttf);
}
@font-face {
    font-family: c;
    src: url(./KFOmCnqEu92Fr1Mu4mxK.ttf);
}
#page1 {
    height: 100vh;
    width: 100vw;
    position: relative;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
#page1>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    visibility: visible; display: block;
}

#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}
#page5>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: visible; display: block;
}

#page8>video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    visibility: visible; display: block;
}

img, video {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.page11-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.right9-center {
    background-size: contain;
    background-position: center;
}

#page5>canvas {
    position: absolute;
    max-width: 100vw;
    max-height: 100vh;
    z-index: 1; /* Ensure canvas is above video but below text */
    top: 0;
    left: 0;
}
#page1>nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    position: absolute;
    height: 10vh;
    width: 100vw;
}
#page1>nav>img {
    margin-top: -1.7vw;
    width: 10.8%; 
}
#right-nav>button {
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #0a7c1d;
    border: 1px solid #fff;
    color: #fff;
    font-family: a;
    font-size: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    cursor: pointer;
}

#right-nav>button:hover {
    background-color: #fff;
    color: #0a7c1d;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(10, 124, 29, 0.95);
    z-index: 1000;
    padding-top: 80px;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-menu li {
    margin: 20px 0;
}

.mobile-menu a {
    color: white;
    text-decoration: none;
    font-family: a;
    font-size: 24px;
    display: block;
    padding: 10px;
    transition: all 0.3s ease;
}

.mobile-menu a:hover {
    transform: scale(1.1);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}
.bottom-page1 {
    position: absolute;
    bottom: 5%;
    height: 35vh;
    width: 50vw;
    left: 10%;
}
.bottom-page1>h1 {
    font-family: a;
    font-size: 5vw;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.bottom-page1-inner {
    position: absolute;
    bottom: 0%;
    height: 35%;
    width: 100%;
}
.bottom-page1-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: a;
}
.bottom-page1-inner>button {
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    background-color: #fff;
    color: #0a7c1d;
    font-size: 14px;
    font-family: b;
    width: 110%;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bottom-page1-inner>button:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.bottom-page1-inner>h4 {
    font-size: 1.3vw;
    font-weight: 100;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
#page2 {
    display: flex;
    align-items: start;
    font-family: a;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    position: relative;
    padding: 0vw 8vw;
    color: #fff;
    background-color: #0a7c1d;
}
#page2>h2 {
    margin-bottom: 3vw;
    font-weight: 100;
}
#page2>h1 {
    font-weight: 100;
    line-height: 1.3;
    width: 90%;
    font-size: 4vw;
    color: #dadada69;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#page3 {
    position: relative;
    height: auto;
    width: 100%;
    background: #ffffff;
    color: #222;
    font-family: a, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 64px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#page3 .page {
    max-width: 1200px;
    margin: 40px auto;
    width: 100%;
}

#page3 .grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 36px;
    align-items: start;
    min-height: 320px;
}

#page3 .hero h1 {
    font-size: 48px;
    line-height: 1.02;
    margin: 0 0 18px 0;
    color: #0a7c1d;
    font-family: a;
    font-weight: 800;
    letter-spacing: -0.5px;
}

#page3 .lead {
    max-width: 520px;
    margin: 0 0 16px 0;
    color: #6b7280;
    font-family: a;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

#page3 .author-wrap {
    margin-top: 12px;
}

#page3 .author {
    display: inline-block;
    color: #0a7c1d;
    font-family: a;
    font-weight: 700;
    font-size: 13px;
}

#page3 .author-role {
    display: block;
    color: #6b7280;
    font-family: a;
    font-weight: 500;
    font-size: 12px;
    margin-top: 4px;
}

#page3 .card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: transparent;
    padding: 0;
}

#page3 .thumb {
    width: 100%;
    height: 140px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}

#page3 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

#page3 .card h3 {
    font-size: 20px;
    color: #0a7c1d;
    font-family: a;
    font-weight: 700;
    margin: 0;
}

#page3 .card p {
    font-size: 14px;
    color: #6b7280;
    font-family: a;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

#page3 .card .cta {
    background-color: #0a7c1d;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#page3 .card .cta:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#page4 {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a7c1d;
    font-family: a;
}
#page4>h3 {
    margin-left: 15vw;
    margin-bottom: 2vw;
    font-weight: 100;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#page4>h1 {
    margin-left: 15vw;
    width: 70%;
    font-size: 3vw;
    font-weight: 100;
    color: #ffffff81;
}
#page5 {
    position: relative;
    height: 100vh;
    width: 100vw;
}
#page6 {
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a7c1d;
    flex-direction: column;
    font-family: a;
}
#page6>h3 {
    margin-left: 15vw;
    font-weight: 100;
    color: #fff;
    margin-bottom: 2vw;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
#page6>h1 {
    margin-left: 15vw;
    font-size: 3vw;
    width: 70%;
    font-weight: 100;
    color: #ffffff53;
}
#page7 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
}
.offer-container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}
.offer-title {
    font-size: 48px;
    font-family: a;
    font-weight: 800;
    color: #0a7c1d;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}
.offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.offer-card {
    background: transparent;
    border-radius: 10px;
    padding: 20px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.offer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.offer-card h3 {
    font-size: 20px;
    font-family: a;
    font-weight: 700;
    color: #0a7c1d;
    margin: 0;
    letter-spacing: -0.5px;
}
.offer-card p {
    font-size: 14px;
    font-family: a;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
}
.offer-card strong {
    color: #0a7c1d;
    font-weight: 700;
}
#page8 {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#page8 .quote {
    position: absolute;
    max-width: 70%;
    color: #fff;
    font-family: a, sans-serif;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    z-index: 2;
}
#page8 .quote.active {
    opacity: 1;
    transform: translateY(0);
}
#page8 .quote p {
    font-size: 2.1vw; /* Reduced by 30% from 3vw */
    font-weight: 100;
    margin-bottom: 10px;
    line-height: 1.3;
    max-width: 80%;
    margin: 0 auto 10px;
}
#page8 .quote-author {
    font-size: 1.3125vw; /* Reduced by 30% from 1.875vw */
    text-align: right;
    font-style: italic;
    opacity: 0.85;
}
.page8-bottom {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: a;
    z-index: 2;
}
.page8-bottom > h1 {
    color: #fff;
    margin-bottom: 2vw;
    font-size: 5vw;
    font-weight: 100;
}
.page8-bottom > button {
    padding: 20px 30px;
    border-radius: 50px;
    border: none;
    background-color: #fff;
    color: #0a7c1d;
    font-family: b;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.page8-bottom > button:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
}
#page9 {
    display: flex;
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #000000;
}
.left9 {
    height: 100%;
    width: 40%;
    position: relative;
    font-family: a;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10%;
}
.left9>h1 {
    font-size: 5vw;
    font-weight: 100;
    color: #fff;
    line-height: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
.zen-description {
    max-width: 520px;
}
.zen-description p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #ffffff;
    font-family: a;
    font-weight: 400;
}
.right9 {
    height: 100%;
    width: 60%;
    position: relative;
}
.right9-center {
    height: 50%;
    width: 85%;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./what_is_zen.jpg);
    background-size: cover;
    background-position: center;
    left: 5%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
#page10 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: #0a7c1d;
}
.right10 {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.right10-inner {
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 33.3%;
    width: 100%;
    font-family: a;
    color: #fff;
}
.right10-inner>h1 {
    font-size: 2vw;
}
.right10-inner>p {
    margin-top: 2vw;
    font-size: 1.3vw;
    width: 80%;
    line-height: 1.5;
}
#page11 {
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5vh 5vw;
    box-sizing: border-box;
    background-color: #f8f9fa;
    font-family: a;
}
#page11>h1 {
    font-size: 3vw;
    font-weight: 100;
    color: #0a7c1d;
    margin-top: 5vh;
    margin-bottom: 5vh;
    text-align: center;
    max-width: 1200px;
}
.page11-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vh;
    max-width: 1200px;
    transition: all 0.3s ease;
    position: relative;
    height: auto;
    padding: 20px 0;
}
.left11 {
    position: relative;
    height: 100%;
    width: 40%;
    left: 5%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.left11:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.left11>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.left11:hover>img {
    transform: scale(1.03);
}

.right11 {
    width: 35%;
    padding: 0 15px;
    color: #212529;
}
.right11>h4 {
    font-weight: 100;
    color: #0a7c1d;
    margin-bottom: 1vw;
    letter-spacing: 0.5px;
}
.right11>h1 {
    font-size: 2vw;
    line-height: 1.4;
}
#page12 {
  text-align: center;
  padding: 50px 20px;
}

#page12 h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

#page12 p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.5;
}
/* Wrapper to limit 5 logos visible at once */
.partners-logos-wrapper {
  width: 100%;
  overflow: hidden;
  max-width: 900px; /* Adjust so ~5 logos are visible */
  margin: 0 auto;
}

.partners-logos {
  display: flex;
  gap: 30px;
  align-items: center;               /* vertical-centre every flex item */
  animation: scrollLogos 20s linear infinite;
}

/* Make each link a centered box so logos sit exactly in the middle.
   Use a fixed flex-basis so spacing between items looks uniform.
   If you want fully fluid behaviour, change `flex: 0 0 160px` to `flex: 0 0 auto`. */
.partners-logos a {
  flex: 0 0 160px;                   /* equal horizontal slot for each logo (tweak as needed) */
  display: flex;
  align-items: center;               /* vertical centre inside the slot */
  justify-content: center;           /* horizontal centre inside the slot */
  box-sizing: border-box;
  min-width: 120px;                  /* prevent boxes collapsing on small screens (optional) */
}

/* Default logo sizing */
.partners-logos img {
  max-height: 80px;
  width: auto;
  display: block;                    /* avoid baseline alignment differences */
  margin: 0 auto;
  transition: transform 0.3s ease;
}

/* --- CarbonFix: override the inline style and keep it small & centered --- */
/* Target by alt text and filename substring so no HTML edits are required.
   Use !important because the HTML currently has an inline style. */
.partners-logos img[alt="CarbonFix"],
.partners-logos img[src*="CarbonFix-logo-dark-blue"] {
  width: auto !important;            /* ignore inline width:30% */
  max-height: 24px !important;       /* 80px * 0.3 = 24px (shrunken by 70%) */
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

/* Inverted logos */
.partners-logos img.invert {
  filter: brightness(0) invert(1);
}

/* Hover scale — still works relative to the smaller size */
.partners-logos img:hover {
  transform: scale(1.1);
}

/* Keyframes for continuous scroll */
@keyframes scrollLogos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive tweak: reduce slot width on small screens */
@media (max-width: 640px) {
  .partners-logos a {
    flex: 0 0 110px;
    min-width: 80px;
  }
  .partners-logos img { max-height: 60px; }
  .partners-logos img[alt="CarbonFix"],
  .partners-logos img[src*="CarbonFix-logo-dark-blue"] {
    max-height: 20px !important;
  }
}


#page13 {
    position: relative;
    height: 50vh;
    width: 100vw;
    background-color: #000;
    color: #fff;
    font-family: a;
    padding: 7vw 10vw;
}
#page13>h1 {
    font-size: 5vw;
    line-height: 1;
    font-weight: 100;
}
#page13>button {
    padding: 18px 30px;
    border: none;
    background-color: #0a7c1d;
    color: #fff;
    border-radius: 50px;
    margin-top: 2vw;
}
#page14 {
    position: relative;
    height: 60vh;
    width: 100vw;
    background-color: #000;
}
.page14-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 5vw;
    font-family: a;
    height: 33.3%;
    width: 100%;
    color: #fff;
    border-top: .5px solid #ffffff5c;
    border-bottom: .5px solid #ffffff48;
}
.page14-inner>i {
    font-weight: 100;
    font-size: 2.4vw;
    position: relative;
    z-index: 9999;
}
.page14-inner>h1 {
    font-size: 3vw;
    font-weight: 100;
    position: relative;
    z-index: 9999;
}
.center14 {
    height: 0%;
    width: 100%;
    background-color: #0a7c1d;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all ease .5s;
}
.page14-inner:hover .center14 {
    height: 100%;
}
.transparent-canvas {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    font-family: a;
    width: 30%;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.transparent-canvas h2 {
    font-size: 2vw;
    font-weight: 100;
    margin-bottom: 15px;
    color: #fff;
}
.transparent-canvas p {
    font-size: 1.2vw;
    margin-bottom: 15px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.8);
}
.left-canvas {
    left: 5%;
    width: 35%;
    z-index: 20;
}
.model-container {
    position: absolute;
    left: 25%; /* Center in left half */
    top: 45%; /* Slight upward shift, unchanged */
    transform: translate(-50%, -50%); /* Center asset horizontally and vertically */
    width: 79.8525%; /* Unchanged */
    height: 133.0875%; /* Unchanged */
    z-index: 5; /* Increased z-index for better visibility */
    pointer-events: none; /* Allow interaction with elements behind */
}
.footer { 
    background-color: #0a7c1d;
    color: #fff;
    padding: 60px 20px;
    font-family: a;
}
.footer-container { 
    max-width: 1000px;
    margin: 0 auto;
}
.footer-email { 
    font-size: 2rem;
    margin-bottom: 30px;
    color: #fff;
}
.footer-form p { 
    max-width: 500px;
    margin-bottom: 15px;
}
.footer-form form { 
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-form input { 
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px;
    flex: 1;
    font-size: 1rem;
    background: transparent;
    color: #fff;
}
.footer-form input::placeholder { 
    color: #e0e0e0;
}
.footer-form button { 
    background: #fff;
    color: #0a7c1d;
    border: none;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}
.footer-form button:hover { 
    background: #f8f9fa;
    color: #064d12;
}
.footer-columns { 
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-col h4 { 
    margin-bottom: 10px;
    color: #fff;
}
.footer-col a { 
    color: #fff;
    text-decoration: underline;
    font-size: 0.95rem;
}
.footer-col p { 
    margin-top: 5px;
    font-size: 0.95rem;
}
@media screen and (max-width: 1024px) {
    #page1>nav>img {
        width: 5%;
    }
    #right-nav>button:first-child {
        display: none;
    }
    .bottom-page1 {
        width: 70vw;
    }
    .bottom-page1>h1 {
        font-size: 6vw;
    }
    .bottom-page1-inner>h4 {
        font-size: 2vw;
    }
    .transparent-canvas {
        width: 40%;
    }
    .transparent-canvas h2 {
        font-size: 2.5vw;
    }
    .transparent-canvas p {
        font-size: 1.5vw;
    }
    #page9, #page10, #page11, #page12, #page13, #page14 {
        flex-direction: column;
    }
    .left9, .right9 {
        width: 100%;
        height: 50%;
    }
    .right9-center {
        height: 300px;
        background-position: center;
    }
    .right10 {
        width: 90%;
        right: 5%;
    }
    /* Improved tablet styling for Solutions section */
    #page11 {
        padding: 40px 20px;
    }
    #page11 > h1 {
        font-size: 3.5vw;
        text-align: center;
        margin-bottom: 30px;
    }
    .page11-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
        gap: 20px;
    }
    .page11-inner img {
        max-height: 400px;
        width: auto;
        max-width: 100%;
        margin: 0;
        display: block;
    }
    .left11 {
        width: 45%;
    }
    .right11 {
        width: 50%;
    }
    #page3 .grid {
        grid-template-columns: 1fr;
    }
    #page3 .hero h1 {
        font-size: 36px;
    }
    .model-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        opacity: 0.3; /* Make it semi-transparent in tablet view */
    }
    .offer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .offer-card h3 {
        font-size: 2.5vw;
    }
    .offer-card p {
        font-size: 1.8vw;
    }
    .offer-title {
        font-size: 5vw;
    }
}
@media screen and (max-width: 767px) {
    #page1>nav {
        padding: 0 15px;
    }
    #page1>nav>img {
        width: 15%; /* Increased by 50% from 10% */
        margin-top: 0;
    }
    .bottom-page1 {
        width: 90vw;
        left: 5%;
    }
    #page10 {
        height: auto;
        min-height: 100vh;
        padding-bottom: 40px;
    }
    .right10 {
        position: relative;
        width: 90%;
        margin: 0 auto;
        transform: none;
        top: 0;
        right: 0;
        padding: 20px 0;
    }
    .right10-inner {
        height: auto;
        margin-bottom: 30px;
    }
    .right10-inner>h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .right10-inner>p {
        font-size: 15px;
        width: 100%;
        margin-top: 0;
        line-height: 1.6;
    }
    .bottom-page1>h1 {
        font-size: 8vw;
    }
    .bottom-page1-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-page1-inner>h4 {
        font-size: 4vw;
        margin-bottom: 20px;
    }
    .bottom-page1-inner>button {
        width: 100%;
    }
    .transparent-canvas {
        width: 80%;
        left: 10% !important;
    }
    .transparent-canvas h2 {
        font-size: 5vw;
    }
    .transparent-canvas p {
        font-size: 3.5vw;
    }
    /* Increase media outlets text size by 30% */
    .page12-inner>p {
        font-size: 4.5vw; /* Increased from default 1.3vw for better mobile readability */
        line-height: 1.4;
        margin-top: 15px;
    }
    #page2, #page4, #page6 {
        padding: 20px;
    }
    #page2 h1, #page4 h1, #page6 h1 {
        font-size: 5vw;
    }
    #page2 h2, #page4 h3, #page6 h3 {
        font-size: 4vw;
    }
    #page9, #page10, #page11, #page12, #page13, #page14 {
        padding: 40px 15px;
    }
    .left9, .right9, .right10 {
        padding: 20px 0;
    }
    /* Improved mobile styling for Solutions section */
    #page11 > h1 {
        font-size: 6vw;
        text-align: center;
        margin-bottom: 25px;
    }
    .page11-inner {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 35px;
    }
    .page11-inner img {
        max-height: 300px;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block;
        border-radius: 8px;
    }
    .left11, .right11 {
        width: 100%;
        padding: 10px;
    }
    .right11 h4 {
        font-size: 4.5vw;
        margin-bottom: 10px;
    }
    .right11 h1 {
        font-size: 5vw;
        line-height: 1.3;
    }
    #page14>div {
        width: 100%;
        padding: 20px 0;
    }
    #page14>div>h1 {
        font-size: 7vw;
    }
    .center14 {
        width: 90%;
    }
    .footer-email {
        font-size: 6vw;
    }
    .footer-form form {
        flex-direction: column;
    }
    .footer-form input, .footer-form button {
        width: 100%;
        margin: 5px 0;
    }
    .footer-columns {
        flex-direction: column;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
    .model-container {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        display: none; /* Hide in mobile view to prevent overlapping */
    }
    /* ===== Improved responsive styling for Offer / Solutions section ===== */

.offer-container {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
}

/* Title: responsive size with clamp */
.offer-title {
  font-size: clamp(1.8rem, 4.5vw, 3rem); /* scales smoothly */
  font-family: a;
  font-weight: 800;
  color: #0a7c1d;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  line-height: 1.05;
}

/* Grid: keep columns but force equal card heights */
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;        /* ensure cards stretch to same height */
  grid-auto-rows: 1fr;         /* equal row heights */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Card: use flex column so footer/buttons stay pinned and content flows */
.offer-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  border-radius: 10px;
  padding: 22px;
  min-height: 220px;          /* prevents extreme shrinking */
  box-sizing: border-box;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  overflow: hidden;           /* prevents inner overflow from distorting layout */
}

/* Hover */
.offer-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

/* Head & body */
.offer-card h3 {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-family: a;
  font-weight: 700;
  color: #0a7c1d;
  margin: 0 0 12px 0;
  line-height: 1.15;
}

.offer-card p {
  font-size: clamp(0.9rem, 1.8vw, 1rem);
  font-family: a;
  color: #6b7280;
  line-height: 1.5;
  margin: 0 0 14px 0;
  flex: 1 1 auto;             /* take remaining vertical space but allow shrink */
  hyphens: auto;
  word-break: break-word;
}

/* Optional action area (if you have a button or CTA) - keep it pinned at bottom */
.offer-card .cta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 12px;
  flex-shrink: 0;
}

/* Images inside cards (if any) */
.offer-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin-bottom: 12px;
}

/* Mobile / tablet adjustments */
@media (max-width: 1024px) {
  .offer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .offer-container { padding: 18px; }
}

@media (max-width: 767px) {
  .offer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .offer-title {
    margin-bottom: 18px;
  }

  .offer-card {
    padding: 18px;
    min-height: auto;  /* mobile content should size naturally */
  }

  .offer-card h3 {
    font-size: clamp(1.1rem, 5.5vw, 1.4rem);
  }

  .offer-card p {
    font-size: clamp(1rem, 4.5vw, 1.05rem);
  }

  /* reduce heavy shadows on mobile for performance */
  .offer-card:hover {
    transform: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
    #page11 {
        padding: 20px;
    }
    #page11 > h1 {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    .page11-inner {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .left11, .right11 {
        width: 100%;
        padding: 0;
    }
    .left11 {
        margin-bottom: 20px;
    }
    .right11 > h1 {
        font-size: 5vw;
    }
    .right11 > h4 {
        font-size: 4vw;
    }
    #page3 .hero h1 {
        font-size: 28px;
    }
    .offer-grid {
        grid-template-columns: 1fr;
    }
    .offer-card {
        padding: 15px;
    }
    .offer-card h3 {
        font-size: 20px;
    }
    .offer-card p {
        font-size: 16px;
    }
    .offer-title {
        font-size: 32px;
    }
    .footer-columns {
        flex-direction: column;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
    /* Hide canvas in mobile to prevent overlaps with videos */
    #page5 > canvas {
        display: none;
    }
    /* Ensure videos are fully visible and no z-index conflicts */
    #page5 > video, #page8 > video, #page1 > video {
        z-index: -2;
    }
}
@media screen and (max-width: 767px) {
    #page11 {
        padding: 20px;
    }
    #page11 > h1 {
        font-size: 6vw;
        margin-bottom: 20px;
    }
    .page11-inner {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .left11, .right11 {
        width: 100%;
        padding: 0;
    }
    .left11 {
        margin-bottom: 20px;
    }
    .right11 > h1 {
        font-size: 5vw;
    }
    .right11 > h4 {
        font-size: 4vw;
    }
    #page3 .hero h1 {
        font-size: 32px;
    }
    #page3 .lead {
        font-size: 14px;
    }
    /* Increase quote and author size by 30% for mobile */
    #page8 .quote {
        max-width: 90%; /* Wider container for mobile */
    }
    #page8 .quote p {
        font-size: 5.5vw; /* Increased size for better mobile readability */
        max-width: 100%; /* Full width of the container */
        line-height: 1.4; /* Improved line height for readability */
    }
    #page8 .quote-author {
        font-size: 3.5vw; /* Increased size for better mobile readability */
        margin-top: 10px; /* Add some spacing */
    }
    .offer-grid {
        grid-template-columns: 1fr;
    }
    .offer-card {
        padding: 15px;
    }
    .offer-card h3 {
        font-size: 20px;
    }
    .offer-card p {
        font-size: 14px;
    }
    .offer-title {
        font-size: 32px;
    }
    .footer-columns {
        flex-direction: column;
    }
    .footer-col {
        width: 100%;
        margin-bottom: 20px;
    }
    /* Additional mobile fixes for right9-center image to prevent distortion */
    .right9-center {
        height: 250px !important;
        background-size: cover !important;
        background-position: center !important;
        width: 90% !important;
        left: 5% !important;
    }
}

@media screen and (max-width: 767px) {
    #page1>video, #page5>video, #page8>video {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: -1 !important;
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #main {
        background-color: transparent !important;
    }
}
}