body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
}
h1,
h2,
p {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-section {
  background-color: #e6e6e6; /* Placeholder for background image */
  background-size: cover;
  padding: 50px 0;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.ninja-cutter {
  position: relative;
}
/* Header styles (unchanged for desktop) */
.header-container {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0;
  padding-top: 1.5rem;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.3s ease, padding 0.3s ease;
  z-index: 99999;
}

.header-container.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
  padding-top: 1rem;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 90%;
  z-index: 999999;
}
.scrolled .menu {
  margin-bottom: 1rem;
}

.menu-items {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.menu-items li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.menu-items li a:hover {
  color: #0056b3;
}
#menu-icon {
  width: 153px;
  height: 174px;
}
.scrolled #menu-icon {
  width: 100px;
  height: 100px;
}
.scrolled .menu-items li a {
  font-size: 16px;
}
/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  border: none;
  background: none;
  gap: 5px;
}

.hamburger .bar {
  width: 30px;
  height: 3px;
  background-color: #074a7f;
  transition: all 0.3s ease;
}

.logo {
  width: 80px;
  height: 80px;
  background-color: #ccc;
}
.banner-content {
  margin-top: 174px;
}
.banner-content {
  text-align: left;
}

.banner-content h1 {
  font-family: 'Staatliches', sans-serif;
  font-size: 12.5rem;
  line-height: 1.1;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0 0 30px;
}
.section h2,
#contact-us h2 {
  font-family: 'Staatliches', sans-serif;
  font-size: 12.5rem;
  line-height: 1.1;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0;
}
.section h2.our-sectorial {
  font-size: 7.5rem;
  margin-bottom: 2rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex > div {
  flex: 1;
  padding-left: 50px;
}
.text-blue {
  color: #063e99;
  font-size: 12.5rem;
  font-family: 'Staatliches', sans-serif;
  font-weight: 400;
}
.thy-ninja {
  font-family: 'Staatliches', sans-serif;
  font-size: 12.5rem;
  line-height: 1.1;
  letter-spacing: 4px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  padding-left: 4%;
}
.banner-content .description,
.flex > div p {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.375rem;
  line-height: 1.8;
  margin: 0 0 40px;
  /* max-width: 900px; */
  margin-left: auto;
  margin-right: auto;
}
#contact-us p {
  font-size: 0.875rem;
  text-align: left;
}
/* .bnr-dsc.description {
  border-left: 4px solid #000;
} */
/* Our Work Section */
.work-columns {
  display: flex;
  gap: 9rem;
}
.work-item {
  position: relative;
}
.work-item:not(:first-child):after {
  content: '';
  position: absolute;
  width: 3px;
  height: 95%;
  background-color: #000;
  top: 45px;
  left: -72px;
}
h3,
#hunting-grounds p {
  font-family: 'League Spartan', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 10px;
}
.blog-card p {
  margin-bottom: 10px;
}
h4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1.875rem;
  line-height: 40px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 500;
}
#hunting-grounds p {
  line-height: 46px;
}
.work-item p {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.25rem;
}
.flex > div p {
  margin-top: 0;
}
.container .quote {
  font-family: 'League Spartan', sans-serif;
  font-size: 2.25rem; /* Adjusted size for better match */
  font-style: italic;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
  padding-left: 15px;
  text-align: center;
  margin-top: 40px;
}
.bnr-dsc.description:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: black;
  top: 2px;
  left: -5rem;
}
.bnr-dsc.description {
  position: relative;
}
.quotes {
  font-size: 3rem; /* Make the quotes larger */
  color: #4a90e2; /* Set the quotes color to blue */
  font-weight: bold; /* Make the quotes bold */
  vertical-align: middle; /* Align quotes with the text */
}
.main-content {
  /* max-width: 1400px; */
  padding-left: 4%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.cnt-blk {
  display: grid;
  grid-template-columns: 12fr;
  grid-template-rows: 2fr;
  gap: 60px;
}

/* Know the Ninja */
.cnt-blk,
.know-thy-ninja > p,
#hunting-grounds p,
#advisory-board .section-description {
  margin-left: 128px;
  text-align: left;
}
.know-the-ninja .thy-ninja {
  font-size: 12.5rem;
  font-family: 'League Spartan';
}
.know-the-ninja .thy-ninja > span {
  font-size: 12.5rem;
  font-family: 'League Spartan';
}
.know-thy-ninja p {
  font-size: 1.875rem;
  font-family: 'League Spartan';
}

.know-thy-ninja {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.main-title {
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
}

.highlight {
  color: #007bff;
}

.subheading {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
}
.content-blocks {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.content-blocks.first {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 12;
}
.content-blocks.last {
  grid-row-start: 2;
  grid-column-start: 5;
  grid-column-end: 12;
}
.icon {
  flex: 0 0 50px;
}

.icon img {
  width: 56px;
  height: 50px;
}

.text-content {
  flex: 1;
  margin-top: 5px;
}

.block-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'League Spartan';
}

.text-content .description,
.founders p,
#advisory-board p {
  font-size: 1.25rem;
  line-height: 1.8;
  color: #555;
  font-family: 'Roboto Mono';
}
/* The Founder */
#the-founders h2 {
  text-align: center;
}
.founders {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 80%;
  gap: 10rem;
  margin: 0 auto;
  padding: 45px;
}
.founder {
  position: relative;
  border: 1px solid #000;
  padding: 40px 55px 70px 55px;
  border: 1px solid #000;
  padding: 40px 55px 70px 55px;
  border-radius: 20px;
}
.founder > img {
  /* width:100%; */
  width: 171px;
  height: 170px;
  object-fit: cover;
  border-radius: 50%;
  object-position: 0 -40px;
}
/* Advisory Board */
#advisory-board h2,
#advisory-board p {
  text-align: center;
}
/* Grid Layout */
.grid-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  gap: 20px;
  margin-top: 90px;
  margin-bottom: 90px;
}

/* Individual Grid Items */
.grid-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 60px 35px 80px 35px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.box-title {
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  position: absolute;
  padding: 15px 25px;
  top: -12px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78%;
  border: 1px solid #000;
  text-align: center;
  background: #f4f4f4;
  opacity: 0.9;
}
.advisory-image {
  position: absolute;
  padding: 10px;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

.box-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* Specific Grid Item Positions */
.item-first {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 10;
}

.item-second {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 3;
  grid-row-end: 12;
}
.item-third {
  grid-column-start: 9;
  grid-column-end: 13;
  grid-row-start: 1;
  grid-row-end: 10;
}
/* Blog Slider */
/* General Section Styling */
.blog-section {
  padding: 50px 0;
  background-color: #fff;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.blog-title {
  font-size: 2.25rem;
  font-weight: bold;
}

.see-more-button {
  background: none;
  border: 2px solid #333;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
  transition: all 0.3s;
  width: 150px;
}

.see-more-button:hover {
  background-color: #333;
  color: #fff;
}

/* Swiper Slider Styling */
.swiper-container {
  overflow: hidden;
  padding-bottom: 30px;
}

.swiper-wrapper {
  display: flex;
  gap: 30px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1rem 2rem;
  width: 85%;
  margin: auto;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-card-description,
.blog-read-more {
  text-decoration: none;
  font-size: 1.25rem;
  font-family: 'Roboto Mono', monospace;
  line-height: 30px;
}
.blog-read-more {
  color: #063e99;
  margin-top: 10px;
  display: inline-block;
}

.blog-read-more:hover {
  text-decoration: underline;
}

.blog-image {
  margin-top: 20px;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

/* Swiper Navigation Styling */
.swiper-slide {
  margin-right: 0 !important;
}
/* .swiper-button-next,
.swiper-button-prev {
  color: #333;
} */

.swiper-pagination-bullet-active {
  background: #0056b3;
}
/* Contact Us */
.email-us {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  border: 2px solid #333;
  background: none;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.email-us:hover {
  background-color: #333;
  color: #fff;
}
.footer {
  background-color: #242424;
}
.footer-section {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center;
}
.footer-size {
  font-size: 1.25rem;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Roboto Mono', monospace;
}
p.footer-size,
div.footer-size {
  margin-top: 30px;
  text-align: left;
}
span.footer-size {
  display: block;
  margin-top: 22px;
}
/* Background Images */
.founder-first:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  left: -5rem;
  bottom: -8rem;
}
.founder-last:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  right: -7rem;
  bottom: -8rem;
}
section.ninja-technique {
  position: relative;
}
section.ninja-technique:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/knowtheninja.png);
  background-size: contain;
}
#hunting-grounds {
  position: relative;
  margin-top: 4rem;
}
#hunting-grounds:before {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  right: 0;
  top: -15rem;
  background-image: url(../images/hunting-grounds.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
/* #hunting-grounds:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: 22rem;
  top: -8rem;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
} */
#contact-us {
  position: relative;
}
#contact-us:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: 10rem;
  top: 2rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.blog-header > h2 {
  position: relative;
}
.ninja-cutter:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 40%;
  top: -8rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.ninja-cutter:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: 30%;
  top: -15rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.blog-header > h2:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: -60px;
  bottom: 15px;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.blog-header > h2:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: -4rem;
  top: -6rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.see-more-button {
  position: relative;
  margin-top: 2rem;
}
.see-more-button:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: -4rem;
  top: -8rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.our-sectorial {
  position: relative;
}
.our-sectorial:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: -7.3rem;
  top: 0;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.blog-section {
  position: relative;
}
.blog-section:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 65px;
  left: 0rem;
  bottom: 7rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.grid-item {
  position: relative;
}
.grid-item.item-first:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: -6rem;
  top: -7rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.grid-item.item-third:after {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  right: -6rem;
  top: 7rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.banner-section {
  position: relative;
}
.banner-section:before {
  position: absolute;
  content: '';
  width: 100px;
  height: 100px;
  left: 6rem;
  bottom: -3rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.quote {
  position: relative;
}
.quote:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  right: 12rem;
  bottom: -8rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.flex {
  position: relative;
}
.flex.flex-pos:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  left: -8rem;
  top: 60%;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.work-item-last:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  right: -3rem;
  top: 1rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.thy-ninja {
  position: relative;
}
.thy-ninja:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  right: 20rem;
  bottom: 0rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.thy-ninja:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  right: -7rem;
  bottom: -6rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.cnt-blk:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 60px;
  left: 10rem;
  bottom: 2rem;
  background-image: url(../images/contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.footer-size > a {
  color: #fff !important;
  text-decoration: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* Adjust opacity here */
}
.container {
  position: relative;
  z-index: 1;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .container {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1680px) {
  .thy-ninja:before {
    right: -3rem;
  }
  .grid-item.item-third:after {
    right: -3rem;
  }
  #hunting-grounds:before {
    width: 25%;
  }
}
@media screen and (max-width: 1920px) {
  .container {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .banner-content {
    max-width: 1400px;
    padding-left: 4%;
  }
  .bnr-dsc.description {
    max-width: 1080px;
  }
  #hunting-grounds:before {
    width: 20%;
  }
  .container .quote {
    max-width: 66%;
    margin: 0 auto;
    text-align: center;
  }
  p {
    line-height: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 90%;
    margin: 0 auto;
  }
  /* h4 {
    min-height: 140px;
  } */
  .section h2,
  .thy-ninja,
  #contact-us h2,
  .banner-content h1 {
    font-size: 11.875rem;
  }
  .founders {
    max-width: 90%;
  }
  .banner-content {
    max-width: 1200px;
    padding-left: 4%;
  }
  .bnr-dsc.description {
    max-width: 880px;
  }
  .container .quote {
    max-width: 66%;
  }
  #the-founders .founders {
    gap: 4rem;
    padding: 40px 40px 40px 40px;
  }
  .swiper-wrapper {
    display: flex;
    gap: 30px;
  }
  p {
    line-height: 28px;
  }
  #hunting-grounds:before {
    top: -5rem;
  }
  .work-columns {
    gap: 5rem;
  }
  .work-item:not(:first-child):after {
    content: '';
    position: absolute;
    width: 3px;
    height: 95%;
    background-color: #000;
    top: 40px;
    left: -40px;
  }
  h3,
  #hunting-grounds p {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1400px) {
  .banner-content h1 {
    font-size: 11.5625rem;
  }
  .email-us {
    margin-bottom: 2.5rem;
  }
  .section h2,
  .thy-ninja,
  #contact-us h2 {
    font-size: 11.25rem;
  }
  .work-item:not(:first-child):after {
    left: -40px;
  }
  .work-columns {
    gap: 5rem;
  }
}
@media screen and (max-width: 1280px) {
  .section h2,
  .thy-ninja,
  #contact-us h2 {
    font-size: 10.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .banner-content h1 {
    font-size: 8.125rem;
  }
  .section h2,
  .thy-ninja,
  .text-blue,
  #contact-us h2 {
    font-size: 8.125rem;
  }
  h3,
  #hunting-grounds p {
    font-size: 1.75rem;
  }
  .section h2.our-sectorial {
    font-size: 4.5rem;
  }
  h4 {
    font-size: 1.5rem;
  }

  .flex > div {
    padding-left: 25px;
  }
  .bnr-dsc.description {
    max-width: 690px;
  }
  .bnr-dsc.description:before {
    left: -3rem;
  }
  .work-columns {
    gap: 3rem;
  }
  .work-item:not(:first-child):after {
    left: -24px;
  }
  .content-blocks.last {
    grid-column-start: 1 !important;
    grid-column-end: 12;
  }
  #the-founders .founders {
    padding: 30px;
    padding: 2rem;
    max-width: 90%;
  }
  #the-founders .founder {
    padding: 35px;
  }
  .grid-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 100px 30px;
    justify-content: center;
  }
  .grid-item {
    flex: 0 0 40%;
  }
  .contact-button {
    margin-bottom: 20px;
    display: inline-block;
  }
  .founder-first:after {
    left: -4rem;
    bottom: -4rem;
    width: 130px;
    height: 130px;
  }
  .founder-last:after {
    right: -4rem;
    bottom: -4rem;
    width: 130px;
    height: 130px;
  }
  .thy-ninja:before {
    right: -3rem;
  }
  #contact-us a {
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .blog-card {
    padding: 1rem 1rem;
  }
  #contact-us a {
    margin-bottom: 0;
    display: inline-block;
  }
  .footer-size span {
    display: block;
  }
  #the-founders .founders {
    max-width: 100%;
  }
  #hunting-grounds:before {
    width: 50%;
  }
  #hunting-grounds:before {
    top: -4rem;
  }
  .banner-content {
    max-width: 40rem;
  }
  .banner-content h1,
  .text-blue {
    font-size: 5rem;
  }
  .banner-content .description {
    font-size: 1.125rem;
    max-width: 30rem;
  }
  .container .quote {
    font-size: 1.5rem;
    max-width: 80%;
  }
  .hamburger {
    display: flex;
  }
  section#advisory-board {
    margin-top: 35px;
  }
  .section h2,
  .thy-ninja,
  .text-blue,
  #contact-us h2 {
    font-size: 5rem;
  }
  .section h2.our-sectorial {
    font-size: 4rem;
  }
  .flex {
    justify-content: center;
  }
  .flex > div {
    flex: 0 0 100%;
    order: 1;
    padding-left: 0;
  }
  .flex > img {
    order: 2;
  }
  .banner-content .description,
  .flex > div p {
    margin: 0 0 30px;
  }
  .banner-content .description {
    margin-left: 70px;
  }
  .work-columns {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .work-item {
    flex: 0 0 80%;
  }
  .work-item:first-child:after,
  .work-item:last-child:after {
    position: unset;
  }
  .cnt-blk,
  .know-thy-ninja > p,
  #hunting-grounds p,
  #advisory-board .section-description {
    margin-left: 50px;
  }
  #hunting-grounds {
    margin-top: 2rem;
  }
  h3,
  #hunting-grounds p {
    font-size: 1.75rem;
  }
  .text-content .description,
  .founders p,
  #advisory-board p {
    font-size: 1.125rem;
  }
  #the-founders .founders {
    gap: 8rem;
    padding: 20px;
    grid-template-columns: 1fr;
  }
  .grid-item {
    flex: 0 0 80%;
  }
  .content-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .icon {
    margin-bottom: 10px;
  }
  .founder-first:after {
    right: -3rem;
  }
  .founder-last:after {
    left: -3rem;
  }
  .work-item-last:before {
    right: -7rem;
  }
  .grid-item.item-third:after {
    right: -3rem;
    top: -7rem;
  }
  .see-more-button:after {
    right: 0;
  }
  .work-item-last:before {
    right: 0rem;
    top: -3rem;
  }
  .thy-ninja:before {
    right: -2rem;
    top: -2rem;
  }
  .hamburger {
    display: flex;
  }

  .menu-items {
    position: fixed;
    top: 12.375rem;
    left: 100%;
    width: 90%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 2rem;
    gap: 1rem;
    transition: transform 0.3s ease-in-out;
  }
  .scrolled .menu-items {
    top: 8.25rem;
  }
  .menu-items.show {
    transform: translateX(-100%);
    width: 100%;
  }

  .menu-items li a {
    color: #333;
    font-size: 1.5rem;
    font-size: 1rem;
  }
  .menu-items li {
    padding-left: 2.8125rem;
  }
  .scrolled #menu-icon {
    width: 6.25rem; /* Fixed size for tablets and mobile */
    height: 6.25rem;
  }
  #menu-icon {
    width: 8.75rem;
    height: 9.375rem;
  }
  /* Hamburger menu animation */
  .hamburger.toggle .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.toggle .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .footer-section {
    flex-wrap: wrap;
  }
  #hunting-grounds p {
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  .banner-content .description {
    margin-left: 30px;
  }
  .blog-card {
    width: 90%;
  }
  #contact-us p {
    line-height: 1rem;
  }
  .footer-size {
    font-size: 1.125rem;
  }
  .quotes {
    font-size: 2rem;
  }
  .menu-items {
    top: 8.25rem;
  }
  .scrolled .menu-items {
    top: 8.25rem;
  }
  .scrolled #menu-icon {
    width: 6.25rem; /* Fixed size for tablets and mobile */
    height: 6.25rem;
  }
  #menu-icon {
    width: 6.25rem;
    height: 6.25rem;
  }
  .header-container {
    padding-top: 1.5rem;
  }
  .banner-content h1,
  .text-blue,
  .section h2,
  .thy-ninja,
  .text-blue,
  #contact-us h2 {
    font-size: 2.75rem;
  }
  .section h2.our-sectorial {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .contact-us {
    margin-bottom: 1.7rem;
  }
  .bnr-dsc.description:before {
    left: -1.5rem;
  }
  .menu-items li a {
    font-size: 0.875rem;
  }
  .flex > img {
    width: 100%;
  }
  .work-item {
    flex: 0 0 100%;
  }
  .work-item:after {
    position: unset !important;
  }
  .cnt-blk,
  .know-thy-ninja > p,
  #hunting-grounds p,
  #advisory-board .section-description {
    margin-left: 0;
  }
  .thy-ninja {
    padding-left: 0;
  }
  .cnt-blk {
    display: block;
    position: relative;
  }
  .founders {
    grid-template-columns: 1fr;
  }
  #the-founders {
    margin-top: 40px;
  }
  #the-founders .founder {
    padding: 20px;
  }
  #the-founders .founders {
    gap: 2rem;
    padding: 20px 0;
  }
  #advisory-board h2,
  #advisory-board p {
    text-align: left;
  }
  .footer-section {
    flex-wrap: wrap;
  }
  h4 {
    line-height: 1.75rem;
  }
  .footer-size {
    font-size: 1rem;
  }
  .know-thy-ninja {
    padding: 0;
  }
  .know-thy-ninja > p {
    line-height: 2.125rem;
    margin-top: 0.9375rem;
  }
  .main-content {
    padding-left: 0;
  }
  .content-blocks.last {
    margin-top: 2.5rem;
  }
  .grid-item.item-third:after {
    right: 0rem;
    top: -7rem;
  }
  .container .quote {
    width: 90%;
    padding-left: 0;
  }
  .quote:after {
    right: 7rem;
    bottom: -12rem;
  }
  .thy-ninja:before {
    right: 0;
  }
  .banner-content {
    margin-top: 6.5625rem;
  }
}
.full-text {
  display: none;
}

.short-text {
  display: block;
}
.card-description-br {
  margin-top: 10px;
  display: inline-block;
}
