/* Panchami Couch CMS theme overrides */
.navwrap {
  height: 112px;
  width: min(1500px, calc(100% - 80px));
  gap: 28px;
}

.logo {
  width: 400px;
  max-height: 104px;
}

.brand,
.callbtn {
  flex: 0 0 auto;
}

.nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: clamp(18px, 1.65vw, 34px);
}

.nav a:not(.btn),
.dropbtn,
.callbtn {
  white-space: nowrap;
  line-height: 1.15;
}

.callbtn {
  padding: 16px 28px;
  border-radius: 999px;
}

.hero {
  min-height: 700px;
  align-items: center;
}

.hero-content {
  width: min(1500px, calc(100% - 80px));
  margin: 0 auto;
  padding: 64px 0 56px;
  text-align: left;
  max-width: none;
}

.hero-content > * {
  max-width: 840px;
}

.hero h1 {
  font-size: clamp(2.5rem, 5.2vw, 4.75rem);
  max-width: 920px;
}

.slider-controls {
  bottom: 34px;
}

.footerlogo {
  width: 260px;
  background: transparent;
  padding: 0;
}

.socials a {
  transition: 0.2s ease;
}

.socials a:hover {
  background: #8fc740;
  color: #102f25;
  transform: translateY(-2px);
}

.socials svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.copyright span:last-child {
  color: #fff;
  font-weight: 800;
}

.wa {
  font-size: 0;
  background: #25d366;
}

.wa svg {
  width: 31px;
  height: 31px;
  fill: currentColor;
}

.wa:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.pagehero {
  padding: 118px 0 72px;
}

@media (max-width: 1080px) {
  .logo {
    width: 305px;
  }

  .navwrap {
    width: var(--w);
    height: 98px;
  }

  .nav a:not(.btn),
  .dropbtn,
  .callbtn {
    white-space: normal;
    line-height: 1.35;
  }

  .nav {
    top: 110px;
  }

  .hero-content {
    width: var(--w);
  }
}

@media (max-width: 650px) {
  .logo {
    width: 255px;
  }

  .hero {
    min-height: 470px;
  }

  .hero-content {
    padding: 54px 0 48px;
  }

  .slider-controls {
    bottom: 24px;
  }

  .pagehero {
    padding: 86px 0 58px;
  }
}
