/** @format */

.footer-top {
  background: #251e18 !important;
}
.page-federal-wrapper {
  padding: 1.2rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.footer {
  overflow: hidden;
}

.grid-bg-gray {
  position: relative;
  overflow: hidden;
}
.grid-bg {
  position: relative;
  overflow: hidden;
}
.grid-bg-gray::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/grid-gray.png") center/cover no-repeat;
  opacity: 0.6;
  z-index: 0;
}

.grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/grid-green.png") center/cover no-repeat;
  opacity: 0.6;
  z-index: 0;
}
.grid-bg-gray > * {
  position: relative;
  z-index: 1;
}
.grid-bg > * {
  position: relative;
  z-index: 1;
}

.aisle-brand-container h5 {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: black;
}
.aisle-brand-container p {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.footer-link-text {
  text-transform: capitalize;
}

.footer-center {
  background: #f4e6c1;
  justify-content: space-between;
  display: flex;
}
.footer-center a {
  color: #533d1f;
  font-size: 1.5rem;
  font-weight: bold;
}

.footer-bottom {
  background: #ebc35c;
}
.footer-bottom a {
  color: #533d1f !important;
}

.text-black {
  color: #000 !important;
}

.fs-36 {
  font-size: 2.25em;
  font-weight: 600;
}

.fs-22 {
  font-size: 1.25em;
}

.film-container {
  background: #91366c;
  border-radius: 20px;
  padding: 40px;
  color: white;
}
.page-work {
  font-family: Recklesstrial, sans-serif;
  line-height: 1.4;
}
.page-work .work-intro {
  height: 90vh;
  background: white;
}
.page-work div.unlock-wrapper {
  padding: 3rem 0;
}
.page-work div.unlock-wrapper .unlock-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 1rem;
  align-items: flex-start;
  align-items: center;
}
.page-work div.unlock-wrapper .unlock-grid .h5 {
  font-weight: 600;
}
.page-work div.unlock-wrapper .unlock-grid > div:nth-child(1) {
  padding-right: 3rem;
  text-wrap: balance;
}
.page-work div.unlock-wrapper .unlock-grid > div:nth-child(2) {
  padding: 0rem 3rem;
  border-left: 1px solid #000;
}
.page-work .logo-carousel {
  background: #fef4db;
  padding: 6rem 0;
}
.page-work .section-categories {
  padding: 3rem 0;
}
.page-work .section-categories h2 {
  color: #e6af23;
  font-weight: 600;
  line-height: 0.9;
}
.page-work swiper-slide {
  background: white;
  aspect-ratio: 1;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-work .category-header {
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.page-work .carousel-wrapper {
  padding: 5em 3em;
}
.page-work .container-inline {
  padding: 0 3rem;
}
.page-work .container-inline-start {
  padding-inline-start: 3em;
  padding-inline-end: 0em;
  padding-block-start: 0em;
}
.page-work .cta-button {
  padding: 0.6rem 2.8rem;
  border: 1px solid black;
  border-radius: 4rem;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.page-work .cta-button span {
  margin-left: 1.5em;
  font-size: 2rem;
}

.c-button {
  display: flex;
  text-decoration: none;
  width: max-content;
  padding: 1.5rem 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.page-glance h1,
.page-glance h2,
.page-glance h3,
.page-glance h4,
.page-glance h5,
.page-glance h6 {
  color: black;
}
.page-glance .h3 {
  font-weight: 600;
}
.page-glance .h5 {
  font-weight: 500;
}
.page-glance .h4 {
  font-weight: 500;
}
.page-glance * {
  font-family: Recklesstrial, sans-serif;
}
.page-glance p {
  font-size: 1.35rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.page-glance .text-violet {
  color: #412185;
}
.c-button {
  background: #facc55;
  min-width: 20rem;
  border-radius: 3rem;
  color: black;
  font-size: 1.2rem;
  align-items: center;
  margin-left: 0;
}
.page-glance .badge {
  padding: 1.5rem 2.5rem;
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
  position: absolute;
  top: 2rem;
  left: 0;
  font-size: 2rem;
}
.page-glance .video-wrapper .play-button svg {
  transition: all 0.3s ease;
}
.page-glance .video-wrapper:hover .play-button svg {
  transform: scale(1.1) !important;
}
.page-glance .highlight {
  background: #facc55;
  color: black;
  display: inline;
  padding: 1px 2px;
}
.page-glance .lh-1-5 {
  line-height: 1.5;
}
.page-glance .lh-1-3 {
  line-height: 1.3;
}
.page-glance .lh-1-2 {
  line-height: 1.2;
}
.page-glance .lh-1-1 {
  line-height: 1.1;
}
.page-glance .film h3 {
  font-size: 2.5rem;
}
.page-glance .large-highlight {
  font-size: 5rem;
  line-height: 1.4;
  color: #fac94b;
}
.page-glance .violet-split {
  display: grid;
  border-radius: 3rem;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
}
.page-glance .violet-split * {
  color: white;
}

.page-glance .violet-split > div:nth-child(1) {
  display: flex;
  justify-content: center;
  padding: 3rem 2rem;
  background: #4b2598;
  margin: 0;
}
.page-glance .violet-split > div:nth-child(2) {
  padding: 3rem 5rem;
  background: #6437c1;
  margin: 0;
}
.page-glance .violet-split > div:nth-child(2) h5 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .page-glance .violet-split {
    grid-template-columns: 1fr;
  }
  .page-glance .violet-split {
    text-align: center;
  }
  .page-glance .violet-split > div:nth-child(1) {
    padding: 3rem 2rem;
    background: #4b2598;
    margin: 0;
  }
  .page-glance .violet-split > div:nth-child(2) {
    padding: 3rem 2rem;
    background: #6437c1;
    margin: 0;
  }
  .page-glance .violet-split > div:nth-child(2) h5 {
    font-size: 1.5rem;
    text-align: center;
  }

  .c-button {
    min-width: initial !important;
    width: 100%;
  }
}

.page-glance.smile-pay .video-card p {
  font-size: 1.9rem;
}

.container {
  max-width: 1280px !important;
  padding-block: 0;
}

.page-federal .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10rem;
  row-gap: 3rem;
}
.page-federal .grid .title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.page-federal .grid .title:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  color: #f0e7d9;
  background: #f0e7d9;
  margin-right: 1rem;
  border-radius: 50%;
}
.after-before {
  background-color: #282828;
  padding: 2rem;
}
.after-before-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-federal .grid p {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-left: 1.3rem;
}

.animateimg {
  transition: transform 0.3s ease-in-out;
}
.play-button-animate:hover .play-button {
  transform: scale(1.05);
}
.animateimg:hover {
  transform: scale(1.05);
}

.c-button:hover .arrow-icon {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}
.hand {
  position: absolute;
  top: 0;
  right: 10px;

  z-index: -1;
}
.hand img {
  width: 100%;
  height: 400px;
}

.section-head-title {
  color: #d59c1f;
  font-size: 85px;
  font-weight: bold;
  line-height: 1.2;
}
.brand-button {
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid #ccc;
  padding: 20px 40px;
  border-radius: 30px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: between;
  gap: 10px;
}
.brand-button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
  padding-left: 20px;
}
.hero-sub-hashtag {
  margin: 10px auto;
  background-color: #fdf6e8;
  padding: 10px 30px;
  display: flex;
  max-width: 1350px;
  gap: 30px;
  color: #1a1a1a;
}
.hero-sub-hashtag-desc {
  flex: 2;
  padding-left: 20px;
  line-height: 1.6;
  color: #444;
}
.hero-sub-hashtag-desc p {
  margin: 0;
  font-size: 20px;
}
.branding-title-container {
  margin: 1rem auto;
  background-color: #fef8e9;
  padding: 2rem 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.badges-container {
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 100%;
  padding: 0;
}
.badges-container-stickers {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
  padding: 0;
}
.mesa-video-container {
  background: #91d7a7;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  color: #1c1f22;
  font-family: "Poppins", sans-serif;
}
.padding-hor-spacing {
  padding: 0 2rem;
}
.padding-ver-spacing {
  padding: 2rem 0;
}
.mesa-video-perform {
  background: #f4e6c1;
  color: #1c1f22;
  padding: 0.8rem 1.4rem;
  border-radius: 2rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-size: 1.4rem;
}
.mountain-card {
  padding: 2.5rem !important;
}
.physical-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.physical-content p {
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  line-height: 1.8;
  padding-top: 150px;
}
.standees-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.standees-img {
  flex: 1 1 calc(33.333% - 10px);
  max-width: calc(33.333% - 10px);
}
.physical-animateimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.video-card-laglaz {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 768px) {
  /* laglaz */
  .video-card-laglaz {
    flex-direction: column;
    gap: 1rem;
  }

  .mission-title {
    font-size: 1.8rem !important;
    margin-bottom: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .video-card-header {
    line-height: 1.2 !important;
    font-size: 0.9rem !important;
    padding: 1.5rem !important;
  }
  .crystals-laglaz-contain {
    padding: 1rem !important;
  }
  .page-glance.smile-pay .video-card p {
    font-size: 1.2rem !important;
  }
  .creative-para {
    padding-top: 100px !important;
  }
  .laglaz-hero-contain {
    padding: 1rem !important;
  }

  /* glance */
  .motto-container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 2rem;
  }
  .film-container {
    padding: 20px 10px;
  }
  .motto-text {
    padding-top: 1rem !important;
    border-left: 0px solid #000 !important;
    border-top: 0.8px solid gray;
    padding-left: 0 !important;
  }
  .padding-hor-spacing {
    padding: 0 1rem;
  }
  .padding-ver-spacing {
    padding: 1rem 0;
  }
  .inspiration-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  /* drinkprime */
  .federal-hero-desc {
    margin-bottom: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .federal-hero-desc h4 {
    margin-bottom: 1rem !important;
  }
  .drinkprime-card-img .drinkprime-card-wrapper {
    padding: 0rem !important;
  }
  /* federal-bank */
  .page-federal h2 {
    font-size: 2rem !important;
  }
  .page-federal h3 {
    font-size: 2rem !important;
  }
  .about-img-wrapper {
    gap: 2rem !important;
  }
  .page-federal h4 {
    font-size: 1.5rem !important;
  }
  .page-federal .identity-contain {
    padding-top: 0rem !important;
    margin-bottom: 1rem !important;
  }
  .page-federal .solution-bank-contain {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0rem !important;
  }
  .page-federal .outdated-container {
    padding-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .before-after-contain .before {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }
  .rounded-5 {
    border-radius: 1.1rem !important;
  }
  .page-federal .grid .title {
    font-size: 1.8rem;
    line-height: 30px;
  }
  .page-federal .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10rem;
    row-gap: 2rem;
  }
  /* federal-smile-pay */
  .strategy-container {
    padding: 20px !important;
  }

  .page-glance .container h4 {
    font-size: 1.6rem !important;
    font-weight: 600;
  }
  .strategy-container-inner h3 {
    font-size: 1.5rem !important;
  }
  .strategy-container-inner p {
    font-size: 1.4rem !important;
  }
  /* mesa page */
  .illustration-content {
    padding: 20px !important;
  }
  .physical-space-content {
    padding: 20px !important;
  }
  .physical-animateimg .animateimg img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
  }
  .physical-animateimg {
    padding: 10px !important;
  }
  .mesa-container p {
    font-size: 18px !important;
  }
  .mesa-video-text-content h3 {
    font-size: 1.8rem !important;
  }
  .mesa-video-text-content ul li {
    font-size: 1.8rem !important;
  }
  .mesa-video-text-content ul li strong {
    font-size: 1.8rem !important;
  }
  .physical-content p {
    font-size: 1.5rem !important;
    padding-top: 100px;
  }
  .badges-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .standees-img {
    flex: 1 1 calc(33.333% - 5px);
    max-width: calc(33.333% - 5px);
  }
  .mesa-video-perform {
    left: 0 !important;
    padding-bottom: 20px !important;
  }
  .mesa-video-wrapper {
    padding: 10px !important;
  }
  .mesa-video-container {
    padding: 1rem !important;
  }
  .mesa-grid-wrapper {
    padding: 20px !important;
  }
  .badges-container-wrapper {
    flex-direction: column !important;
  }
  .page-federal,
  .page-glance,
  .page-case-studies {
    padding-top: 2.8rem;
    margin-top: 2rem;
  }
  .page-glance .badge {
    line-height: 1.2;
    font-size: 1.5rem;
  }
  .merchandise-content {
    padding: 20px !important;
  }
  /* work page  */
  .section-head-title {
    font-size: 1.6rem !important;
  }
  .menu_link {
    padding: 0.5em !important;
  }
  .branding-title-container {
    padding: 10px 10px;
    margin: 10px auto;
  }
  .branding-block-container {
    padding: 10px 10px;
    margin: 10px auto;
  }
  .brand-button {
    padding: 15px 15px !important;
    font-size: 15px !important;
  }
  .scroll-content {
    gap: 30px !important;
  }
  .scroll-content img {
    height: 30px !important;
    object-fit: contain;
  }
  .block-items img {
    border-radius: 10px !important;
  }

  .block-items-branding {
    display: grid;
    gap: 10px !important;
  }
  .block-items-branding > div {
    border-radius: 10px !important;
  }

  .block-items-branding img {
    display: block;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }
  .insta-tab {
    font-size: 20px !important;
  }

  .block-items > div {
    border-radius: 10px !important;
  }
  .responsive-svg {
    width: 100% !important;
    height: auto !important;
  }
  .block-items {
    gap: 10px !important;
  }
  .hero-sub-hashtag-desc p {
    font-size: 15px;
  }
  .hero-sub-hashtag-desc {
    padding-left: 0;
  }
  .brand-button-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 !important;
  }
  .hero-sub-hashtag {
    flex-direction: column;
    gap: 10px;
  }
  .block-items-3column {
    gap: 10px !important;
  }
  .mesa-grid-wrapper {
    flex-direction: row;
  }
  .block-items-3column > div {
    border-radius: 10px !important;
  }
  .footer-center a {
    font-size: 26px !important;
  }
  .glance-left-section {
    margin-top: 80px !important;
  }
  .glance-right-section {
    margin-top: 10px !important;
  }
  .glance-container {
    padding: 1.5rem !important;
  }
  .block-items-3column .overlay-content .title {
    font-size: 0.9rem !important;
    margin-bottom: 0 !important;
  }

  .nav {
    padding: 0 0px !important;
  }
  .button_wrap {
    padding: 0.5em 1.2em !important;
  }
  span.play-button {
    width: 60px !important;
    height: auto !important;
  }
  .hero-sub-hashtag-inner {
    border-right: 0px solid #000 !important;
  }
  .logo .poetic-potato-logo {
    width: 65px !important;
  }
  .mountain-card {
    padding: 1.5rem !important;
  }
  .after-before {
    padding: 0rem !important;
  }

  .block-items > div {
    border-radius: 20px;
  }
  .block-items-3column .overlay-content {
    padding-left: 1.5rem !important;
  }
  .hand img {
    height: 200px !important;
  }

  .hand {
    right: 0 !important;
    top: 0 !important;
  }

  /* responsive custom  */
  .mob-pad {
    padding: 1.5rem !important;
  }
  .mob-pad-y1 {
    padding: 2.5rem 0 !important;
  }
  .mob-pad-3 {
    padding: 1.5rem !important;
  }
  .mob-mt {
    margin-top: 1rem !important;
  }
  .mob-mb {
    margin-bottom: 1rem !important;
  }
  .mob-pad-y {
    padding: 1rem 0 !important;
  }
  .mob-pad-y0 {
    padding: 0 !important;
  }
  .brandflim-container img {
    max-height: 200px !important;
  }
  .button-cus {
    width: 100px !important;
  }
  .backbuttonsvg {
    width: 30px !important;
    height: 30px !important;
    top: 0px !important;
  }
  .container.is--nav {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .after-before {
    padding: 1rem;
  }
  .animateimg {
    display: grid;
    grid-row: 1 / -1;
    row-gap: 0rem;
  }
  .block-items-branding img {
    object-fit: fill !important;
  }
  .block-items-3column,
  .block-items-branding,
  .block-items {
    overflow-x: auto !important;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(60vw, 1fr);
    gap: 1rem;
    grid-template-columns: none !important;
    width: 100%;
  }
  .block-items-branding.multi-column {
    grid-template-columns: none !important;
  }
  .block-items .animateimg .img {
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .block-items-branding .animateimg .img {
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

  .block-items-3column .animateimg .img {
    aspect-ratio: 3 / 2;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .animateimg:hover {
    transform: scale(1) !important;
  }
}
@media (max-width: 1024px) {
  .mob-100 {
    width: 100% !important;
  }
}
/* Medium devices (tablets) ≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-head-title {
    font-size: 2.5rem !important;
  }
  .brand-button-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 !important;
  }
  .block-items {
    gap: 20px !important;
  }
  .block-items-branding > div {
    border-radius: 20px !important;
  }
  .backbuttonsvg {
    width: 2rem !important;
    height: 2rem !important;
    top: 0px !important;
  }
  .block-items-3column > div {
    border-radius: 20px !important;
  }
  .badges-container-wrapper {
    flex-direction: column !important;
  }
  .branding-title-container {
    padding: 10px 20px;
    margin: 10px auto;
  }
  .video-card-header {
    line-height: 1.3 !important;
    font-size: 1rem !important;
  }
  .about-img-wrapper {
    gap: 2rem !important;
  }
  .page-federal .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 10rem;
    row-gap: 3rem;
  }
  .inspiration-list {
    display: grid;
    grid-template-columns: repeat(1fr) !important;
  }
  .motto-title {
    line-height: 1.5 !important;
  }
  .video-card-laglaz {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }
  .mountain-card {
    padding: 1.5rem !important;
  }
  .glance-left-section {
    margin-top: 80px !important;
  }
  .glance-right-section {
    margin-top: 10px !important;
  }
  .glance-container {
    padding: 1.5rem !important;
  }
  .button_wrap {
    padding: 0.6em 1.3em !important;
  }
  .page-federal,
  .page-glance,
  .page-case-studies {
    padding-top: 3rem;
    margin-top: 4rem;
  }
  .brandflim-container img {
    max-height: 420px !important;
  }
  .branding-block-container {
    padding: 10px 10px;
    margin: 10px auto;
  }
  span.play-button {
    width: 90px !important;
    height: auto !important;
  }
  .hero-sub-hashtag {
    flex-direction: column;
    gap: 10px;
  }
  .hero-sub-hashtag-desc {
    padding-left: 0;
  }
  .hero-sub-hashtag-inner {
    border-right: 0px solid #000 !important;
  }
  .logo .poetic-potato-logo {
    width: 110px !important;
  }
  .nav {
    padding: 0 20px !important;
  }
  .scroll-content img {
    height: 50px !important;
    object-fit: contain;
  }
  .block-items > div {
    border-radius: 20px !important;
  }
  .block-items-3column {
    gap: 20px !important;
  }
  .scroll-content {
    gap: 50px !important;
  }
  .block-items-3column .overlay-content {
    padding-left: 1.5rem !important;
  }
}

/* Large devices (desktops) ≥992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-head-title {
    font-size: 3rem !important;
  }
  .imgp-2 {
    width: 50% !important;
    height: auto !important;
  }
  .imgp-3 {
    width: 50% !important;
    height: auto !important;
  }
  .imgp-4 {
    width: 50% !important;
    height: auto !important;
  }
  .glance-left-section {
    margin-top: 80px !important;
  }
  .glance-right-section {
    margin-top: 10px !important;
  }
  .glance-container {
    padding: 1.5rem !important;
  }
  span.play-button {
    width: 140px !important;
    height: auto !important;
  }
  .logo .poetic-potato-logo {
    width: 110px !important;
  }
  .nav {
    padding: 0 20px !important;
  }
  .page-federal,
  .page-glance,
  .page-case-studies {
    padding-top: 4rem;
    margin-top: 5rem;
  }
}

/* Extra large devices (large desktops) ≥1200px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-head-title {
    font-size: 3.5rem !important;
  }
  .backbuttonsvg {
    width: 50px !important;
    height: 50px !important;
    top: 0px !important;
  }
  .logo .poetic-potato-logo {
    width: 140px !important;
  }
  .nav {
    padding: 0 20px !important;
  }
  .imgp-2,
  .imgp-3,
  .imgp-4 {
    width: 100% !important;
    height: auto !important;
  }
  .page-federal,
  .page-glance,
  .page-case-studies {
    padding-top: 4rem;
    margin-top: 5rem;
  }
}

/* Extra extra large devices (very large screens) ≥1400px */
@media (min-width: 1400px) {
  .section-head-title {
    font-size: 3.5rem;
  }
  .logo svg {
    width: 140px !important;
  }
  .logo .poetic-potato-logo {
    width: 140px !important;
  }
  .nav {
    padding: 0 20px !important;
  }
  .imgp-2,
  .imgp-3,
  .imgp-4 {
    width: 100% !important;
    height: auto !important;
  }
  .page-federal,
  .page-glance,
  .page-case-studies {
    padding-top: 4rem;
    margin-top: 5rem;
  }
  .link-text {
    color: #533d1f !important;
    font-size: 1em;
  }
  .backbuttonsvg {
    top: 2px;
    width: 60px;
    height: 50px;
  }

  .button-cus {
    width: 150px !important;
  }
}

.play-button-animate:hover span.play-button svg {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}

.backbuttonsvg {
  position: relative;
  top: 5px;
  margin: 0 1rem 0px 0px;
  z-index: 1599 !important;
  transition: all 0.3s ease-in-out;
}

.sticky {
  position: fixed !important;
  top: 20px;
  z-index: 1599;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}

/* Mobile Header Bar */
.mobile-header-bar {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1.2rem 0.7rem 1.2rem;
  background: white;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  z-index: 10001; 
}
.mobile-logo-link {
  display: flex;
  align-items: center;
  height: 40px;
}
.mobile-header-bar .poetic-potato-logo {
  width: 90px;
  height: 40px;
  display: block;
}
.mobile-nav-open {
  background: none;
  border: none;
  font-size: 2rem;
  color: #533d1f;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: static;
}
@media (max-width: 768px) {
  .mobile-header-bar {
    display: flex;
  }
  .nav,
  .container.is--nav,
  .menu {
    display: none !important;
  }
}
 
.mobile-nav {
  display: none;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #533d1f;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  padding: 0;
  font-family: "Poppins", Arial, sans-serif;
}
.mobile-nav.active {
  display: flex;
}
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 1.2rem 0.7rem 1.2rem;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.mobile-nav-header .mobile-logo-link {
  height: 40px;
}
.mobile-nav-header .poetic-potato-logo {
  width: 90px;
  height: 40px;
  display: block;
}
.mobile-nav-close {
  background: none;
  border: none;
  color: #533d1f;
  font-size: 2.2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0 0.2em;
}

/* Compact, centered mobile menu */
.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 0.6rem;
  padding: 0 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 0;
  min-height: 0;
}
.mobile-menu .menu_link {
  font-size: 1.1rem;
  text-align: center;
  padding: 0.1em 0;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #533d1f;
  text-transform: uppercase;
  display: flex;
  max-height: 100px;
  flex-direction: column;
  align-items: center;
  background: none;
  border: none;
  box-shadow: none;
}
.mobile-menu .button.button-cus {
 
  margin-bottom: 2.5rem;
  font-size: 1rem;
  padding: 1.1rem 2.5rem;
  border-radius: 2rem;
  background: #5c4023;
  color: #fff;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-height: 50px;
  min-width: 190px;
  max-width: 80vw;
  text-align: center;
}
.mobile-menu .button.button-cus .button_text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1rem;
}
.mobile-menu .button_bg {
  display: none;
}
.mobile-menu .button_wrap {
  padding: 0;
}
.mobile-menu .button_move {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .link-move {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .link-text {
  font-size: 1.3rem;
  font-weight: 600;
  color: #533d1f;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}
.mobile-menu .link-text.is--second {
  display: none;
}

@media (max-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .mobile-nav.active {
    display: flex;
  }
  .mobile-menu {
    display: flex;
  }
  .menu {
    display: flex !important;
    justify-content: flex-start;
  }
  .mobile-menu .link-text {
    font-size: 1.1rem;
  }
}
 
.mobile-nav-list,
.mobile-nav-logo,
.mobile-nav-title,
.mobile-nav-subtitle,
.mobile-nav-sublist,
.mobile-nav-expand {
  display: none !important;
}
.mobile-nav-subtitle,
.mobile-nav-sublist,
.mobile-nav-expand {
  display: none !important;
}
