/*
Theme Name: Tap Comm
Theme URI: #
Author: Trendy Web Works
Description: Local, elementor-friendly clone scaffold with a static header/footer matching the reference design style.
Version: 1.0.0
Text Domain: tapcomm.in
*/

:root {
  --nt-bg: #121212;
  --nt-bg-dark: #1b1b1b;
  --nt-bg-darker: #171717;
  --nt-white: #ffffff;
  --nt-gray: #999999;
  --nt-border: #ffffff14;
  --nt-link: #d1d1d1;
  --nt-accent: #f00000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--nt-bg);
  color: var(--nt-white);
  font-family: "Kanit", "DM Sans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

input,
button {
  font: inherit;
}

.hfeed,
.site,
.site-content-wrap,
.site-content {
  min-height: 100vh;
}

.site-content-wrap {
  margin-top: 0;
}

.site-content {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 140px 28px 60px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1020;
}

.site-header .header-inner {
  max-width: 1820px;
  margin: 0 auto;
  padding: 45px 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.site-branding {
  pointer-events: auto;
}

.site-branding img {
  width: 150px;
  height: auto;
}

.menu-button-wrap {
  pointer-events: auto;
  position: relative;
  z-index: 2;
}

.open-offcanvas {
  width: 44px;
  height: 44px;
  border: 1px solid #ffffff30;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  color: var(--nt-white);
}

.hamburger-icon {
  position: relative;
  width: 26px;
  height: 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--nt-white);
  pointer-events: none;
}

.hamburger-text-fallback {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 1;
  color: var(--nt-white);
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wcf-preloader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: var(--nt-bg);
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.wcf-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cssload-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #ffffff33;
  border-top-color: #ffffff;
  animation: nt-spin 0.85s linear infinite;
}

@keyframes nt-spin {
  to {
    transform: rotate(360deg);
  }
}

.wcf-offcanvas-gl-style {
  position: fixed;
  inset: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.wcf-offcanvas-gl-style.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.offcanvas__inner-2 {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 2.35fr;
}

.offcanvas__left-2,
.offcanvas__right-2 {
  min-height: 100vh;
  transition: transform 0.7s ease, opacity 0.6s ease;
}

.offcanvas__left-2 {
  background: var(--nt-bg-dark);
  padding: 60px 50px 30px;
  transform: translateY(-50%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.offcanvas__right-2 {
  background: var(--nt-bg);
  padding: 40px 0;
  transform: translateY(50%);
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wcf-offcanvas-gl-style.is-open .offcanvas__left-2,
.wcf-offcanvas-gl-style.is-open .offcanvas__right-2 {
  transform: translateY(0);
  opacity: 1;
}

.offcanvas__logo-2 {
  display: block;
}

.offcanvas__logo-2 img {
  width: 150px;
  margin-bottom: 24px;
}

.offcanvas__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvas__contact li {
  padding-bottom: 28px;
}

.offcanvas__contact p {
  margin: 0 0 8px;
  color: var(--nt-gray);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.offcanvas__contact a,
.offcanvas__contact span {
  display: inline-block;
  color: var(--nt-white);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  word-break: break-word;
}

.offcanvas__footer-2 p {
  color: var(--nt-gray);
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.offcanvas__footer-2 form {
  margin-top: 15px;
}

.offcanvas__footer-2 input {
  width: min(280px, 80%);
  padding: 6px 0;
  border: 0;
  border-bottom: 1px solid var(--nt-gray);
  background: transparent;
  color: var(--nt-white);
}

.offcanvas__footer-2 button {
  border: 0;
  background: transparent;
  color: var(--nt-white);
  padding: 0;
  margin-left: 8px;
}

.offcanvas__lang {
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}

.offcanvas-close__button-wrapper {
  margin-right: 30px;
  margin-bottom: 35px;
  text-align: right;
}

.offcanvas-close__button-wrapper button {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: var(--nt-bg-dark);
  border: 0;
  position: relative;
  cursor: pointer;
}

.offcanvas-close__button-wrapper span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

.offcanvas-close__button-wrapper span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.offcanvas-close__button-wrapper span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas__menu-2 {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
}

.offcanvas__menu-2 li {
  border-top: 1px solid #0000004d;
}

.offcanvas__menu-2 li:first-child {
  border-top: 0;
}

.offcanvas__menu-2 a {
  display: block;
  padding: 20px 0 20px 60px;
  color: var(--nt-white);
  font-size: 60px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  transition: color 0.3s;
}

.offcanvas__menu-2 .ha-nav-link {
  transition: transform 0.2s;
  display: inline-block;
}

.offcanvas__menu-2 a:hover .ha-nav-link,
.offcanvas__menu-2 .current-menu-item .ha-nav-link {
  color: var(--nt-gray);
}

.site-main {
  position: relative;
  z-index: 1;
}

#colophon {
  position: relative;
  background-color: var(--nt-bg-dark);
  background-image: url("assets/images/footer-bg-shape-dark.webp");
  background-position: top right;
  background-repeat: no-repeat;
}

#colophon .footer-shell {
  width: min(100%, 1290px);
  margin: 0 auto;
  padding: 115px 20px 30px;
}

#colophon .footer-title-wrap {
  margin-bottom: 38px;
}

#colophon .footer-title {
  font-size: 80px;
  margin: 0;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
}

#colophon .footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--nt-border);
  border-bottom: 1px solid var(--nt-border);
}

#colophon .footer-col {
  padding: 15px 0;
  border-right: 1px solid var(--nt-border);
  min-width: 0;
}

#colophon .footer-col:last-child,
#colophon .footer-bottom .col-wrap .footer-links-wrap {
  border-right: 0;
}

#colophon .footer-col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

#colophon .footer-text,
#colophon .footer-address,
#colophon .footer-meta {
  margin: 0;
  color: var(--nt-gray);
  font-size: 16px;
  line-height: 1.6;
}

#colophon .social-icons ul {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#colophon .social-icons a {
  width: 24px;
  height: 24px;
  color: var(--nt-white);
  display: inline-flex;
}

#colophon .footer-bottom {
  padding: 18px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#colophon .footer-bottom .copyright {
  margin: 0;
  color: var(--nt-gray);
  font-size: 16px;
}

#colophon .footer-bottom .quick-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
}

#colophon .footer-bottom .quick-links li+li::before {
  content: "/";
  margin-right: 12px;
  color: #5a5a5a;
}

.wcf-scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 28px;
  width: 35px;
  height: 35px;
  z-index: 999;
  background: #c9f31d;
  color: #121212;
  border-radius: 4px;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s;
  border: 0;
  font-weight: 700;
}

.wcf-scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
}

.wcf-cursor,
.wcf-cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s linear;
}

.wcf-cursor {
  width: 0;
  height: 0;
  border: 1px solid #fff;
  border-color: #fff;
  border-radius: 999px;
  mix-blend-mode: difference;
}

.wcf-cursor-follower {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  mix-blend-mode: difference;
  transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

@media (max-width: 1366px) {
  .site-header .header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #colophon .footer-title {
    font-size: 60px;
  }
}

@media (max-width: 1024px) {
  .offcanvas__menu-2 a {
    font-size: 42px;
    padding-left: 40px;
  }

  .offcanvas__inner-2 {
    grid-template-columns: 1fr 2fr;
  }

  .offcanvas__left-2,
  .offcanvas__right-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .offcanvas__right-2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .site-header .header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .offcanvas__inner-2 {
    grid-template-columns: 1fr;
  }

  .offcanvas__left-2 {
    display: none;
  }

  .offcanvas__menu-2 a {
    font-size: 32px;
    line-height: 1.2;
  }

  .offcanvas__contact li a,
  .offcanvas__contact li span {
    font-size: 26px;
  }

  .site-content {
    padding-top: 92px;
  }

  #colophon .footer-shell {
    padding-top: 56px;
  }

  #colophon .footer-title {
    font-size: 40px;
  }

  #colophon .footer-grid {
    display: block;
  }

  #colophon .footer-col {
    border-right: 0;
    border-bottom: 1px solid var(--nt-border);
  }

  #colophon .footer-col:last-child {
    border-bottom: 0;
  }

  #colophon .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  #colophon .footer-bottom .quick-links {
    justify-content: center;
  }
}

@media (hover: none) {

  .wcf-cursor,
  .wcf-cursor-follower {
    display: none;
  }
}
