/* if user prefers reduced motion */
@media (prefers-reduced-motion: reduce) {
  .whyus2-card-logo {
    animation: none;
  }
}
/* =========================
   Large screens (2560px+)
========================= */
@media (min-width: 2000px) {
    .hero-inner {
    padding-left: 144px;
  }
  .about-section-land {
    padding: 5% 2% 5% 2%;
  }
  
  .cm-inner2 {
    padding: 5% 1% 5% 1%;
    max-width: 1570px;
  }
    .home-qs__lists {
    max-width: 1900px;
  }
  .home-qs__lists a {
    font-size: 27px;
  }
  .about-contact-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;
  }

  .about-contact-grid {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
  }
  .abt-what__top2 {
    padding: 0 5% 0 5%;
  }
  .whyus2-inner {
    max-width: 1610px;
  }
  .tb-container {
    max-width: 1590px;
  }
  
 
  .home-qs__media {
    max-width: 650px;
  }
  .svc-whatwedo {
    padding: 100px 0%;
  }
  .home-qs__inner {
    grid-template-columns: minmax(0, 1.3fr) minmax(420px, 620px);
    gap: 80px;
   
    margin: 0 auto;
  }

  .home-qs__content {
    max-width: 1600px;
    gap: 36px;
  }

  .home-qs__lists {
    max-width: 1600px;
    gap: 18px 60px;
  }
  .home-qs__list {
    max-width: 752px;
   
  }

  .home-qs__media {
    max-width: 620px;
    min-height: 620px;
  }
  .home-qs__media img{
      height:610px;
  }
}

/*Mac Screens responses*/
@media (max-width: 1440px) {
  .hero-content3 {
    padding: 0;
  }
  .abt-what {
    padding: 90px 15%;
  }
  .abt-mission-row {
    padding: 90px 4.9% 90px 6.3%;
  }
  .whyus2 {
    padding: 100px 15%;
  }
  .cm-inner {
    max-width: 1250px;
  }
  .tb-diff.premium {
    padding: 100px 15%;
  }
  .projects-hero-content {
    width: 100%;
  }
  .svc-head{
      text-align: left !important;
  }
}
/* ---- <= 1200px: tighten spacing ---- */
@media (max-width: 1278px) {
  .about-contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-contact-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .about-contact-grid {
    gap: 28px;
  }
  .svc-inner {
    width: 90%;
  }
  
  .about-section-land {
    padding: 10% 15%;
  }

  .team-section {
    padding: 100px 1px;
  }
  .tb-diff.premium {
    padding: 100px 8%;
  }
  .about-team-inner {
    max-width: 92%;
  }
  .hero-content3 {
    margin-left: 15px;
  }
  .projects-mosaic-grid {
    grid-template-rows:
      clamp(220px, 34vw, 360px)
      clamp(190px, 28vw, 320px)
      clamp(190px, 28vw, 320px);
    padding: 67px;
  }
  .projects-filter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 58px;
  }
}
/* ========================= 1024px and down (tablet) ========================= */
@media (max-width: 1024px) {
  :root {
    --container-pad: 40px;
  }

  html,
  body {
    overflow-y: auto; /* keep scrolling enabled */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* old Edge/IE */
    scrollbar-width: none; /* Firefox */
  }
  .start-project {
    height: 40px;
    width: 120px;
    font-size: 12px;
    text-align: center;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none; /* Chrome/Safari */
  }
  .lenis,
  .lenis-wrapper,
  .lenis-content {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lenis::-webkit-scrollbar,
  .lenis-wrapper::-webkit-scrollbar,
  .lenis-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .burger-menu {
    display: none;
  }
  .logo-container {
    max-width: 210px;
  }
  .logo-container img {
    height: 60px; /* fill container height */
    width: auto; /* keep aspect ratio */
    object-fit: contain; /* never crop logo */
  }
  .abt-mission-row {
    min-height: 120px;
  }

  .navbar-container {
    justify-content: space-between;
    padding: 0 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
  }
  .about-section-land {
    padding: 10% 15%;
    flex-direction: row;
    text-align: center;
  }

  .abt-what__blocks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-content {
    object-fit: cover;
  }

  .hero-inner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    max-width: 900px; /* no !important */
    padding: 160px 0px 60px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .hero-text {
    text-align: left;
    width: 100%;
    margin-right: 20px;
  }
  .hero-text p {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .hero-text h1 {
    font-size: 44px;
    line-height: 1.1;
    max-width: 620px;
  }
  .infographics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    max-width: 720px;
    margin: 0;
    height: auto;
  }

  .infographic-item {
    padding: 22px;
    min-height: 110px;
  }
  .mobile-menu {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    background: #c1d83c;
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    z-index: 999;
  }
  .mobile-menu.is-open {
    display: flex;
  }
  .mobile-menu a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    margin: 12px 0;
  }
  /* .abt-what {
    display: flex;
    flex-direction: row !important;
  } */

  .abt-what__top2 {
    grid-template-columns: 1fr;
  }
  .abt-mission-row {
    grid-template-columns: 1fr;

    /* padding: 90px 4% 90px 5.2%; */
    padding: 90px 15% 90px 15%;
  }

  .abt-mission-row__video {
    min-height: 380px;
  }
  .whyus2-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "right"
      "left";
  }

  .whyus2-icon-box {
    height: 280px;
  }

  .card {
    width: 220px;
    height: 220px;
  }
  .about-contact-section {
    padding: 80px 24px;
  }

  .about-contact-title {
    font-size: clamp(26px, 3.4vw, 36px);
    line-height: 1.1;
    text-align: center;
  }
  .about-contact-sub {
    text-align: center;
  }
  .about-hero-text p {
    text-align: left;
    width: 100%;
  }
  .about-hero-text h2 {
    text-align: left;
    width: 100%;
    font-size: 40px;
  }

  /* stack */
  .about-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 0 16px 40px 16px;
  }

  /* make cards full width */
  .about-contact-info,
  .about-contact-form-wrap {
    width: 100%;
  }

  /* keep 2 inputs per row on tablet */
  .about-contact-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  /* reps: 2 columns */
  .about-contact-reps-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  /* MAPS stack on tablet for clean premium feel */
  .about-map-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    padding: 0 40px 80px;
  }

  .about-map-frame iframe {
    width: 100%;
    height: 340px;
  }
  .about-contact-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-contact-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .qs-light__inner {
    grid-template-columns: 1fr;
  }
  .qs-light__media {
    min-height: 320px;
    order: -1;
  }
  .qs-light__lists {
    grid-template-columns: 1fr;
  }
  .qs-light__title {
    line-height: 1.05;
  }
  .projects-hero {
    padding-top: calc(var(--nav-h) + 26px);
    padding-bottom: 70px;
  }

  /* QS section becomes stacked */
  .qs-light {
    padding: 70px 0;
  }
  .qs-light__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 18px;
  }
  .qs-light__media {
    order: -1;
    min-height: 320px;
  }

  /* Keep 2 cols if space allows, otherwise it will collapse below */
  .qs-light__lists {
    grid-template-columns: 1fr 1fr;
    gap: 14px 28px;
  }

  /* WHAT WE DO tiles: 1 column on tablet (cleaner) */
  .svc-whatwedo {
    padding: 70px 0;
  }
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-qs__inner {
    padding: 0;
  }
  .decor-line {
    margin: 0 0 40px 102px;
  }

  /* Orbits: lighter / smaller */
  .orbit {
    opacity: 0.25;
  }
  .orbit.o1 {
    width: 420px;
    height: 420px;
  }
  .orbit.o2 {
    width: 560px;
    height: 560px;
  }
  .orbit.o4 {
    width: 720px;
    height: 720px;
  }
  .tb-diff.premium {
    padding: 100px 15%;
  }
  .about-team-inner {
    max-width: 93%;
  }
  .home-qs__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
    gap: 36px;
    align-items: start;
    padding: 0;
  }

  .home-qs__content {
    max-width: 100%;
    gap: 24px;
  }

  .home-qs__lists {
    max-width: 100%;
    gap: 14px 28px;
  }

  .home-qs__media {
    max-width: 420px;
    min-height: 470px;
  }
}
@media (max-width: 900px) {
  :root {
    --container-pad: 16px;
  }

  .about-map-section {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    padding: 150px 24px 50px;
    max-width: 760px;
  }
  /* make sure the hero container still behaves */
  .hero-section {
    min-height: 100vh;
  }
  /* THIS is the important part since the image is here */
  .hero-content {
    width: 100%;
    max-width: 760px; /* adjust */
    margin: 0 auto;
    padding: 0 24px; /* adjust */
    box-sizing: border-box;
  }

  /* if the image is an <img> inside hero-content */
  .hero-content img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* or contain depending on your design */
  }
  .projects-mosaic-grid {
    grid-template-rows:
      clamp(220px, 34vw, 360px)
      clamp(190px, 28vw, 320px)
      clamp(190px, 28vw, 320px);
    padding: 40px;
  }

  .p-panel {
    width: min(86%, 520px);
  }

  .projects-mosaic-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 120px;
  }

  .p-lg {
    grid-column: span 6;
    grid-row: span 4;
  }
  .p-tall {
    grid-column: span 3;
    grid-row: span 4;
  }
  .p-wide {
    grid-column: span 6;
    grid-row: span 2;
  }
  .p-sm {
    grid-column: span 3;
    grid-row: span 2;
  }
  .p-modal-card {
    grid-template-columns: 1fr;
  }
  .p-modal-media {
    min-height: 260px;
  }
  .projects-tiles-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 120px;
  }

  .project-tile--lg {
    grid-column: 1 / span 6;
    grid-row: span 4;
  }
  .project-tile--sm {
    grid-column: 1 / span 3;
    grid-row: span 2;
  }
  .project-tile--sm2 {
    grid-column: 4 / span 3;
    grid-row: span 2;
  }
  .project-tile--lime {
    grid-column: 1 / span 6;
    grid-row: span 2;
  }
  .project-tile--wide {
    grid-column: 1 / span 6;
    grid-row: span 3;
  }
  .svc-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-qs__inner {
    grid-template-columns: 1fr;
  }
  .home-qs__media {
    min-height: 320px;
    order: -1;
  }
  .home-qs__lists {
    grid-template-columns: 1fr;
  }
   .home-qs__inner {
    grid-template-columns: 1fr 360px;
    gap: 30px;
  }

  .home-qs__lists {
    gap: 12px 22px;
  }

  .home-qs__media {
    max-width: 360px;
    min-height: 430px;
  }
}

/* ========================= 768px and down (tablet/large phones) ========================= */
@media (max-width: 768px) {
  :root {
    --lime: #c1d83c;
    --bg: #ffffff;
    --text: #0a1012;
    --muted: rgba(10, 16, 18, 0.7);
    --line: rgba(10, 16, 18, 0.12);
    --container-pad: 18px;
  }
  .burger-menu {
    display: flex !important;
  }

  .menu-options,
  .start-btn-container {
    display: none;
  }
  .navbar-container {
    padding: 0 24px;
  } /* ✅ was 100px */
  .hero-inner {
    align-items: center;
    text-align: center;
    padding: 150px 24px 50px; /* ✅ replace 180px 250px 0 */
    gap: 28px;
    max-width: 720px;
  }
  .whyus2-layout {
    grid-template-areas: "right left";
  }
  .about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-text p {
    padding: 0;
  }
  .hero-text h1 {
    font-size: 38px;
    max-width: 100%;
  }

  .infographics {
    max-width: 560px;
    margin: 0;
    gap: 16px;
  }
  .whyus2 {
    padding: 90px 15% 200px 15%;
  }

  .whyus2-layout {
    gap: 100px;
  }

  .whyus2-lead {
    font-size: 15px;
  }
  .mobile-menu {
    background: #c1d83c;
  }
  /* hero text spacing on smaller screens */
  .hero-section2 {
    height: 520px; /* adjust if needed */
  }
  .about-contact-kicker {
    letter-spacing: 2px;
    font-size: 11px;
    text-align: center;
  }
  .decor-line {
    margin: 0 0 40px 0px;
  }

  .hero-content3 {
    width: min(92%, 560px);
    padding: 0 16px;
    margin-left: 0;
  }
  .about-section-land {
    padding: 100px 6%;
  }

  .about-contact-section {
    padding: 70px 16px;
  }

  .about-contact-head {
    text-align: left;
  }

  .about-contact-sub p {
    max-width: 60ch;
    line-height: 1.6;
    text-align: center;
  }

  /* form fields become one per row */
  .about-contact-two {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  /* reps: 2 columns still ok on 768, feels premium */
  .about-contact-reps-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* info layout: prevent squashed rows */
  .about-contact-info-row {
    display: grid;
    grid-template-columns: 12px 1fr;
    column-gap: 12px;
    row-gap: 14px;
    align-items: start;
  }
  .about-contact-grid {
    grid-template-columns: 1fr;
  }

  /* dots align better */
  .about-contact-dot {
    margin-top: 6px;
  }

  /* maps spacing */
  .about-map-section {
    padding: 0 30px 0px 37px;
    gap: 18px;
  }

  .about-map-frame iframe {
    height: 320px;
  }
  .orbit {
    opacity: 0.35;
  }
  .o1,
  .o2 {
    width: 560px;
    height: 560px;
  }
  .projects-hero {
    padding-top: calc(var(--nav-h) + 18px);
    padding-bottom: 60px;
  }

  .svc-inner {
    width: 90%;
  }
  .team-inner {
    max-width: 95%;
  }
  /* Headings tighter */
  .svc-title {
    font-size: clamp(26px, 6vw, 36px);
  }
  .svc-sub {
    font-size: 13px;
    line-height: 1.6;
  }

  /* QS: list becomes single column (prevents squashing) */
  .qs-light__lists {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  .qs-light__title {
    line-height: 1.05;
    /* your clamp is reversed in your CSS: clamp(34px, 4vw, 20px) */
    font-size: clamp(24px, 5.2vw, 34px);
  }

  /* Links slightly smaller */
  .qs-light__list a {
    font-size: 16px;
  }

  /* Service tiles: reduce padding so they don’t feel huge */
  .svc-tile {
    padding: 14px 14px;
  }
  .svc-label {
    font-size: 13px;
  }
  .cm-process2 {
    padding: 100px 6%;
    background: #0a1012;
  }

  /* Orbits: reduce + push further out */
  .orbit {
    opacity: 0.18;
  }
  .orbit.o1 {
    width: 360px;
    height: 360px;
    top: -170px;
    left: -190px;
  }
  .orbit.o2 {
    width: 480px;
    height: 480px;
    top: -220px;
    right: -220px;
  }
  .orbit.o4 {
    width: 620px;
    height: 620px;
    bottom: -340px;
    left: 0%;
  }
  .about-hero-text {
    text-align: left;
  }
  .abt-mission-row {
    /* padding: 90px 4% 90px 5.2%; */
    padding: 90px 15% 90px 15%;
  }
  .tb-diff.premium {
    padding: 100px 8%;
  }
  .profile-card {
    transform: translate(-50%, -45%);
    width: 90%;
    height: 900px;
  }
  .home-qs__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-qs__content {
    max-width: 100%;
  }

  .home-qs__lists {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    gap: 12px 20px;
  }

  .home-qs__media {
    max-width: 100%;
    min-height: 420px;
    justify-self: stretch;
  }
} /* ========================= 620px and down (phones) ========================= */
@media (max-width: 620px) {
  :root {
    --container-pad: 20px;
  }
  .mobile-menu {
    display: none;
    font-size: 5px;
  }
  .mobile-menu.is-open {
    display: flex;
  }
  .navbar-container {
    padding: 0 16px;
  }
  .about-team-grid {
    grid-template-columns: 1fr;
  }
  .hero-inner {
    padding: 135px 16px 40px;
    gap: 22px;
  }
  .hero-text p {
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }
  .hero-section {
    min-height: 100svh; /* better on mobile Safari than 100vh */
    background-position:
      center,
      center,
      50% 30%; /* reframe for phones */
  }
  .hero-text h1 {
    font-size: 30px;
  }
  .infographics {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .infographic-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    min-height: auto;
  }
  .infographic-item h2 {
    width: 4ch;
    flex: 0 0 4ch;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum";
    text-align: left;
  }
  .infographic-item p {
    max-width: 220px;
  } /* ✅ 85px was too tight */
  .infographic-number {
    width: 100%;
  }
  .infographic-item h2,
  .infographic-item h3,
  .infographic-item p {
    text-align: left;
  }
  .word-item {
    font-size: 90px;
  }
  .abt-what__top {
    grid-template-columns: 1fr;
  }

  .abt-what__blob {
    width: 84px;
    height: 84px;
  }
  .abt-what__blocks {
    grid-template-columns: 1fr;
  }
  .abt-mission-grid {
    grid-template-columns: 1fr;
  }
  .tb-trigger {
    align-items: flex-start;
  }
  .tb-icon {
    margin-top: 2px;
  }
  .about-contact-title {
    font-size: 26px;
    text-align: center;
  }

  .about-contact-kicker {
    letter-spacing: 2px;
    font-size: 11px;
    text-align: center;
  }
  .about-contact-sub {
    max-width: 60ch;
    line-height: 1.6;
    text-align: center;
  }

  .about-contact-reps-grid {
    grid-template-columns: 1fr; /* ✅ one column */
  }

  .about-contact-btn {
    width: 100%; /* full width button */
    justify-content: center;
  }

  .about-map-frame iframe {
    height: 280px;
  }

  .about-map-strip-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .about-contact-two {
    grid-template-columns: 1fr;
  }
  .projects-mosaic-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
  }
  /* QS spacing */
  .qs-light {
    padding: 56px 0;
  }
  .qs-light__inner {
    padding: 14px;
  }

  .qs-light__media {
    min-height: 240px;
    border-radius: 16px;
  }
  .qs-light__list li {
    padding-left: 18px;
  }
  .qs-light__list li::before {
    top: 0.6em;
    width: 6px;
    height: 6px;
  }

  /* Buttons */
  .qs-light__btn,
  .svc-btn {
    padding: 11px 14px;
    font-size: 11px;
  }

  /* Orbits almost invisible on tiny screens */
  .orbit {
    opacity: 0.12;
  }

  .p-lg,
  .p-tall,
  .p-wide,
  .p-sm {
    grid-column: span 1;
    grid-row: span 1;
  }
  .projects-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "a"
      "b"
      "d"
      "c";
    gap: 14px;
  }

  .p-a,
  .p-b,
  .p-c,
  .p-d {
    height: 220px;
  }

  .p-panel {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(10px);
    width: 100%;
  }

  .has-panel:hover .p-panel,
  .has-panel:focus-visible .p-panel {
    opacity: 1;
    transform: translateY(0);
  }

  .p-strip {
    left: 10px;
  }
  .projects-filter::before,
  .projects-filter::after {
    display: none;
  }
  /* .projects-mosaic-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "a"
      "b"
      "d"
      "c";
    gap: 40px;
  } */

  .p-a,
  .p-b,
  .p-c,
  .p-d {
    height: 220px;
  }

  .p-panel {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(10px);
    width: 100%;
  }

  .has-panel:hover .p-panel,
  .has-panel:focus-visible .p-panel {
    opacity: 1;
    transform: translateY(0);
  }

  .p-strip {
    left: 10px;
  }
  .projects-filter::before,
  .projects-filter::after {
    display: none;
  }
  .projects-tiles-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 160px;
  }

  .project-tile--lg,
  .project-tile--sm,
  .project-tile--sm2,
  .project-tile--lime,
  .project-tile--wide {
    grid-column: 1;
    grid-row: span 2;
  }

  /* slightly smaller label + CTA */
  .project-tile-tag {
    font-size: 11px;
    padding: 7px 9px;
  }
  .project-tile-cta {
    font-size: 12px;
    padding: 9px 10px;
  }
  .home-qs__inner {
    gap: 28px;
  }

  .home-qs__lists {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-qs__content {
    gap: 22px;
  }

  .home-qs__media {
    min-height: 340px;
  }
}
/* ========================= 430px and down (small phones) ========================= */
@media (max-width: 430px) {
  body::-webkit-scrollbar {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .navbar-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* ✅ */
    gap: 24px; /* ✅ small safe gap */
    padding: 0 5%; /* ✅ responsive padding */
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    z-index: 1000;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
  }
  .projects-hero-content {
    padding: 0 3% !important;
  }
  .mobile-menu {
    display: flex;
    top: 110px; /* ✅ adjust for fixed navbar */
  }
  .burger-menu {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-right: 12px;
  }
  .menu-options,
  .start-btn-container {
    display: none !important;
  }
  .logo-container img {
    height: 65px !important; /* fill container height */
    width: auto; /* keep aspect ratio */
    object-fit: contain; /* never crop logo */
  }
  .about-section-land {
    flex-direction: column;
    text-align: center;
  }
  .image-container-about {
    width: 100%;
    height: auto;
  }
  .about-hero-text {
    width: 100%;
  }
  .about-hero-text p {
    text-align: left;
  }
  .decor-line {
    margin: 0 0 40px 0px;
  }
  .decor-line4 {
    margin: 0 0 40px 126px;
  }

  .hero-section {
    background-position:
      center,
      center,
      50% 35%;
  }

  .bbbee-card {
    width: 100% !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
  }
  .bbbee-card-right {
    width: 100% !important;
  }
  .bbbee-card-left {
    width: 100% !important;
  }
  .hero-inner {
    gap: 18px;
    padding: 125px 32px 125px 32px;
  }
  .hero-content3 {
    padding: 0;
    margin: 0 0 0 20px;
    width: 80% !important;
  }
  .hero-text h1 {
    font-size: 28px;
    margin: 0;
  }
  .hero-text {
    text-align: left;
    width: 100%;
    margin-right: 0;
  }
  .abt-what__title {
    font-size: 28px;
    text-align: center;
  }
  .abt-heading{
      text-align: center;
  }
  .abt-mission-row {
    padding: 8% !important;
  }
  .abt-what__copy {
    text-align: center;
  }
  .arrow-holder3{
      margin: 0 60px 0 0;
  }
  .infographics {
    width: 100%;
  }
  .infographic-item {
    display: flex;
    flex-direction: row;
    align-items: center; /* vertical alignment */
    justify-content: flex-start; /* 🔥 start from left, not center */
    gap: 30px; /* spacing between number + text */
    padding: 30px;
  }
  .infographic-number {
    display: flex;
    align-items: baseline;
    gap: 6px;
    /* min-width: 80px; /* 🔥/ makes all cards align perfectly * */
    width: 80px;
  }
  .infographic-number h2,
  .infographic-number h3 {
    font-size: 20px;
    margin: 0;
    line-height: 1;
  }
  .infographic-item p {
    flex: 1;
    margin: 0;
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.9;
  }

  .svc-whatwedo {
    padding: 0 1px;
    
  }
  .svc-inner {
    height: 1300px;
  }
  .svc-inner3 {
    height: 800px !important;
  }
  .svc-head{
      text-align: center !important;
  }
  .abt-what {
    padding: 100px 8% 10px 8% !important;
  }
  .abt-what__media {
    width: 100%;
    height: auto;
  }
  
  .profile-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1550px;
    top: 500px;
  }

  .team-inner {
    max-width: 365px;
  }
  .profile-inner {
    width: 100%;
    height: 900px;
  }
  .h1-line2 {
    width: 60px;
  }
  .card-right {
    width: 100%;
    height: 50%;
  }

  .profile-inner {
    height: 1450px;
    padding: 40px 20px;
  }

  .card-left {
    width: 100% !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    height: 500px;
  }
  .whyus2-left {
    width: 100% !important;
    display: flex;
    flex-direction: column !important;
  }
  .whyus2-right {
    width: 100% !important;
  }
  .whyus2 {
    padding: 100px 8% !important;
  }
  .whyus2-layout {
    display: flex;
    flex-direction: column;
  }
  .breather-img {
    height: 580px !important;
  }
  .cm-title {
    font-size: 24px !important;
    text-align: center;
    color: #ffffff;
  }
  
  .cm-process2 {
    padding: 100px 8%;
    background: #0a1012;
  }
   
  .card-right {
    width: 100%;
  }
  .profile-inner {
    height: 1450px;
    padding: 40px 20px;
  }
  .h1-line {
    width: 140px;
  }
  .infographic-item h3 {
    font-size: 19px;
    text-align: left;
  }
  .infographic-item h2 {
    font-size: 19px;
    text-align: left;
  }
  .card-right {
    width: 100%;
  }
  .burger-menu {
    display: flex;
  }
  .about-contact-section {
    padding: 60px 14px;
  }

  .about-contact-title {
    font-size: 24px;
  }

  .about-contact-link,
  .about-contact-text {
    font-size: 14px;
    word-break: break-word;
  }
  .about-team-grid {
    grid-template-columns: 1fr !important;
  }
  .qs-light__title {
    font-size: 24px;
  }
  .qs-light__list a {
    font-size: 15px;
  }
  .svc-label {
    font-size: 12.5px;
  }
  .home-qs__title {
    font-size: 24px !important;
    text-align: center;
    font-weight: 700;
  }
  .home-qs__inner {
    padding: 10px 18px 0 10px;
    padding-bottom: 100px;
    margin: 10px 0% 10px 0% !important;
  }
  
  .home-qs__list a {
    font-size: 15px;
  }
   .home-qs__inner {
    gap: 24px;
  }

  .home-qs__content {
    gap: 18px;
  }

  .home-qs__lists {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-qs__media {
    min-height: 280px;
    max-width: 100%;
  }

  .home-qs__list a {
    font-size: 15px;
    line-height: 1.45;
  }
  .projects-filter{
      display: flex;
      flex-direction: column;
  }
}
