/*
Theme Name: Tattoo Expert Child
Theme URI: http://example.com/tattoo-expert-child
Description: Custom child theme for Tattoo Expert.
Author: Your Name
Author URI: http://example.com
Template: tattoo-expert
Version: 1.0.0
*/

/* Custom CSS starts here */


p {
	color: #000 !important;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #018749;
}
.back-to-top:top::after {
    background: #018749;
}
	
.site-content {
	padding: 0 0 0 !important;
}
.site-info p {
	color: #fff !important;
}
.nav-menu a {
    color: #000 !important;
}

.nav-menu ul li a:active, .nav-menu ul li a:hover {
    color: #018749 !important;
}
aside.widget-area a { color: #fff !important; }
.widget ul li a:focus, a:hover { color: #018749 !important; }

.tx-article-box p { font-size: 16px;}

@media (max-width: 768px) {
	.site-info p {
		color: #fff !important;
	}
	.custom-logo-link img {
		margin-top: 10px !important;
		margin-bottom: -10px !important;
	}
}

ul.wp-block-list {
	margin-left: 17px;
}

p.has-text-align-center {
    font-size: 24px;
    border: 1px solid #018749;
    background: #018749;
}
p.has-text-align-center strong {
    color: #fff !important;
}

a {
    color: #018749;
}
.schema-faq-section strong.schema-faq-question {
    background: #018749;
    color: #fff !important;
    display: block;
    padding: 5px;
}
.schema-faq-question strong {
    color: #fff !important;
}

.back-to-top, .back-to-top::after {
    position: fixed;
    height: 45px;
    width: 45px;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: bold;
}


/* =========================================================
   AIR OFFICES DESKS
   FULL VIEWPORT HERO
   Clean Green Edition
   ========================================================= */

.aod-vh-hero {
  --aod-green: #018749;
  --aod-green-dark: #006b3a;
  --aod-green-light: #16a765;
  --aod-ink: #09251a;
  --aod-muted: #52665d;

  position: relative;
  width: 100%;
  min-height: 100svh;

  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box;

  color: var(--aod-ink);

  background:
    radial-gradient(
      circle at 78% 45%,
      rgba(1, 135, 73, 0.13) 0%,
      rgba(1, 135, 73, 0.06) 20%,
      transparent 46%
    ),
    radial-gradient(
      circle at 5% 90%,
      rgba(22, 167, 101, 0.08),
      transparent 35%
    ),
    #fbfefc;
}


/* =========================================================
   BACKGROUND ORBS
   ========================================================= */

.aod-vh-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.aod-vh-hero__orb--one {
  width: 420px;
  height: 420px;

  top: -240px;
  right: -100px;

  background: radial-gradient(
    circle,
    rgba(1, 135, 73, 0.13),
    transparent 70%
  );
}

.aod-vh-hero__orb--two {
  width: 300px;
  height: 300px;

  bottom: -180px;
  left: 18%;

  background: radial-gradient(
    circle,
    rgba(22, 167, 101, 0.08),
    transparent 70%
  );
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.aod-vh-hero__inner {
  width: min(1600px, 100%);
  min-height: 100svh;
  margin: 0 auto;

  padding:
    clamp(0px, 0vh, 110px)
    clamp(30px, 4vw, 100px);

  box-sizing: border-box;

  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(500px, 0.95fr);

  align-items: center;

  gap: clamp(50px, 6vw, 110px);
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.aod-vh-hero__content {
  position: relative;
  z-index: 3;

  max-width: 850px;
}


/* =========================================================
   MAIN HEADING
   ========================================================= */

.aod-vh-hero__title {
  margin: 0;
  max-width: 900px;

  color: var(--aod-ink);

  font-family:
    "Clear Sans",
    Arial,
    Roboto,
    sans-serif;

  font-size: clamp(52px, 4.4vw, 88px);
  font-weight: 800;

  letter-spacing: -0.055em;
  line-height: 0.98;
}

.aod-vh-hero__title span {
  position: relative;
  color: var(--aod-green);
}

.aod-vh-hero__title span::after {
  content: "";

  position: absolute;

  left: 2px;
  right: 4px;
  bottom: -10px;

  height: 7px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--aod-green),
    rgba(1, 135, 73, 0.12)
  );

  transform: rotate(-1.5deg);
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.aod-vh-hero__description {
  max-width: 700px;

  margin: 38px 0 0;

  color: var(--aod-muted);

  font-family:
    "Clear Sans",
    Arial,
    Roboto,
    sans-serif;

  font-size: clamp(19px, 1.45vw, 23px);
  font-weight: 400;

  line-height: 1.65;
  letter-spacing: -0.01em;
}


/* =========================================================
   SEARCH
   ========================================================= */

.aod-vh-hero__search {
  width: 100%;
  max-width: 790px;

  margin-top: 40px;
}

.aod-vh-hero__search-form {
  display: flex;
  align-items: center;

  width: 100%;
  min-height: 76px;

  padding: 8px;

  box-sizing: border-box;

  border: 1px solid rgba(9, 37, 26, 0.10);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 20px 55px rgba(0, 77, 44, 0.10),
    0 4px 14px rgba(0, 0, 0, 0.04);

  transition:
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.aod-vh-hero__search-form:focus-within {
  border-color: rgba(1, 135, 73, 0.35);

  box-shadow:
    0 24px 65px rgba(0, 77, 44, 0.15),
    0 0 0 5px rgba(1, 135, 73, 0.06);

  transform: translateY(-2px);
}


/* Search icon */

.aod-vh-hero__search-icon {
  flex: 0 0 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--aod-green);
}

.aod-vh-hero__search-icon svg {
  width: 25px;
  height: 25px;
}


/* Search input */

.aod-vh-hero__search-label {
  flex: 1;
  min-width: 0;
  display: block;
}

.aod-vh-hero__search-input {
  width: 100%;

  padding: 8px 10px;

  border: 0 !important;
  outline: 0 !important;

  background: transparent !important;
  box-shadow: none !important;

  color: var(--aod-ink);

  font-family:
    "Clear Sans",
    Arial,
    sans-serif;

  font-size: 18px;
  line-height: 1.4;
}

.aod-vh-hero__search-input::placeholder {
  color: #899991;
  opacity: 1;
}


/* Search button */

.aod-vh-hero__search-button {
  flex: 0 0 auto;

  min-height: 58px;

  padding: 0 27px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;

  border: 0;
  border-radius: 14px;

  background: linear-gradient(
    135deg,
    var(--aod-green-light),
    var(--aod-green-dark)
  );

  color: #fff;

  font-family:
    "Clear Sans",
    Arial,
    sans-serif;

  font-size: 17px;
  font-weight: 700;

  cursor: pointer;

  box-shadow:
    0 9px 20px rgba(1, 135, 73, 0.25);

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.aod-vh-hero__search-button svg {
  width: 20px;
  height: 20px;
}


/* Force black hover/focus */

.aod-vh-hero__search-button:hover,
.aod-vh-hero__search-button:focus,
.aod-vh-hero__search-button:focus-visible,
.aod-vh-hero__search-button:active {
  background: #000000 !important;
  background-image: none !important;

  color: #ffffff !important;

  border-color: #000000 !important;

  transform: translateY(-2px);

  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.22) !important;
}

.aod-vh-hero__search-button:hover svg,
.aod-vh-hero__search-button:focus svg,
.aod-vh-hero__search-button:active svg {
  color: #ffffff !important;
}


/* =========================================================
   RIGHT VISUAL
   ========================================================= */

.aod-vh-hero__visual {
  position: relative;

  min-height: 650px;
  height: min(72vh, 760px);

  display: flex;
  align-items: center;
  justify-content: center;
}


/* =========================================================
   ABSTRACT RINGS
   ========================================================= */

.aod-vh-hero__visual-ring {
  position: absolute;

  border-radius: 50%;
  pointer-events: none;
}

.aod-vh-hero__visual-ring--one {
  width: 610px;
  height: 610px;

  border: 1px solid rgba(1, 135, 73, 0.12);

  animation: aodFloat 8s ease-in-out infinite;
}

.aod-vh-hero__visual-ring--two {
  width: 470px;
  height: 470px;

  border: 1px solid rgba(1, 135, 73, 0.18);

  animation: aodFloat 7s ease-in-out infinite reverse;
}

.aod-vh-hero__visual-ring--three {
  width: 350px;
  height: 350px;

  border: 1px dashed rgba(1, 135, 73, 0.24);

  animation: aodRotate 25s linear infinite;
}


/* =========================================================
   GLOBE
   ========================================================= */

.aod-vh-hero__globe {
  position: relative;

  width: clamp(330px, 30vw, 500px);
  aspect-ratio: 1;

  overflow: hidden;

  border-radius: 50%;
  border: 1px solid rgba(1, 135, 73, 0.18);

  background:
    radial-gradient(
      circle at 35% 30%,
      rgba(255, 255, 255, 0.95),
      rgba(232, 247, 240, 0.92) 42%,
      rgba(197, 232, 216, 0.75) 100%
    );

  box-shadow:
    inset -30px -30px 70px rgba(0, 77, 44, 0.09),
    inset 25px 20px 50px rgba(255, 255, 255, 0.9),
    0 35px 90px rgba(0, 77, 44, 0.13);

  animation: aodGlobeFloat 6s ease-in-out infinite;
}


/* Globe grid */

.aod-vh-hero__globe-grid {
  position: absolute;
  inset: 0;

  opacity: 0.6;

  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 35px,
      rgba(1, 135, 73, 0.12) 36px,
      transparent 37px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 35px,
      rgba(1, 135, 73, 0.12) 36px,
      transparent 37px
    );

  transform:
    perspective(500px)
    rotateX(8deg)
    scale(1.15);
}


/* Globe curved lines */

.aod-vh-hero__globe-line {
  position: absolute;

  border: 1px solid rgba(1, 135, 73, 0.22);
  border-radius: 50%;
}

.aod-vh-hero__globe-line--one {
  width: 75%;
  height: 150%;

  left: 12%;
  top: -25%;
}

.aod-vh-hero__globe-line--two {
  width: 150%;
  height: 75%;

  left: -25%;
  top: 12%;
}

.aod-vh-hero__globe-line--three {
  width: 55%;
  height: 125%;

  left: 22%;
  top: -12%;

  transform: rotate(35deg);
}


/* Globe dots */

.aod-vh-hero__globe-dot {
  position: absolute;

  width: 10px;
  height: 10px;

  border-radius: 50%;

  background: var(--aod-green);

  box-shadow:
    0 0 0 6px rgba(1, 135, 73, 0.10),
    0 0 18px rgba(1, 135, 73, 0.35);

  animation: aodDotPulse 2.4s ease-in-out infinite;
}

.aod-vh-hero__globe-dot--one {
  top: 27%;
  left: 28%;
}

.aod-vh-hero__globe-dot--two {
  top: 42%;
  right: 25%;
  animation-delay: 0.5s;
}

.aod-vh-hero__globe-dot--three {
  bottom: 27%;
  left: 42%;
  animation-delay: 1s;
}

.aod-vh-hero__globe-dot--four {
  top: 22%;
  right: 38%;
  animation-delay: 1.5s;
}


/* Globe center */

.aod-vh-hero__globe-center {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 76px;
  height: 76px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%);

  border-radius: 50%;

  background: linear-gradient(
    135deg,
    var(--aod-green-light),
    var(--aod-green-dark)
  );

  color: #fff;

  box-shadow:
    0 16px 35px rgba(1, 135, 73, 0.28),
    0 0 0 10px rgba(1, 135, 73, 0.07);
}

.aod-vh-hero__globe-center svg {
  width: 36px;
  height: 36px;
}


/* =========================================================
   DECORATIVE AIRCRAFT
   ========================================================= */

.aod-vh-hero__aircraft {
  position: absolute;

  right: 4%;
  top: 19%;

  width: 65px;
  height: 65px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--aod-green);

  opacity: 0.8;

  animation: aodAircraft 6s ease-in-out infinite;
}

.aod-vh-hero__aircraft svg {
  width: 55px;
  height: 55px;
}


/* =========================================================
   ANIMATIONS
   ========================================================= */

@keyframes aodFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-12px) scale(1.015);
  }
}

@keyframes aodRotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes aodGlobeFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes aodDotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes aodAircraft {
  0%,
  100% {
    transform:
      translate3d(0, 0, 0)
      rotate(0deg);
  }

  50% {
    transform:
      translate3d(-10px, -15px, 0)
      rotate(8deg);
  }
}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.aod-vh-hero .screen-reader-text {
  position: absolute !important;

  width: 1px;
  height: 1px;

  padding: 0;
  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

  .aod-vh-hero__inner {
    grid-template-columns: 1fr;

    gap: 30px;

    padding-top: 90px;
    padding-bottom: 70px;
  }

  .aod-vh-hero__content {
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
  }

  .aod-vh-hero__description {
    margin-left: auto;
    margin-right: auto;
  }

  .aod-vh-hero__search {
    margin-left: auto;
    margin-right: auto;
  }

  .aod-vh-hero__visual {
    width: 100%;
    max-width: 700px;

    min-height: 560px;
    height: 560px;

    margin: 0 auto;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

  .aod-vh-hero {
    min-height: 100svh;
  }

  .aod-vh-hero__inner {
    padding:
      65px 20px
      50px;

    gap: 15px;
  }

  .aod-vh-hero__title {
    font-size: clamp(44px, 12vw, 62px);

    letter-spacing: -0.06em;
    line-height: 1;
  }

  .aod-vh-hero__title span::after {
    height: 5px;
    bottom: -7px;
  }

  .aod-vh-hero__description {
    margin-top: 28px;

    font-size: 17px;
    line-height: 1.55;
  }

  .aod-vh-hero__search {
    margin-top: 30px;
  }

  .aod-vh-hero__search-form {
    min-height: auto;

    padding: 7px;

    border-radius: 16px;
  }

  .aod-vh-hero__search-icon {
    flex-basis: 42px;
  }

  .aod-vh-hero__search-icon svg {
    width: 21px;
    height: 21px;
  }

  .aod-vh-hero__search-input {
    padding: 8px 4px;

    font-size: 15px;
  }

  .aod-vh-hero__search-button {
    min-height: 50px;

    padding: 0 16px;

    border-radius: 11px;

    font-size: 14px;
  }

  .aod-vh-hero__search-button svg {
    display: none;
  }

  .aod-vh-hero__visual {
    min-height: 400px;
    height: 400px;

    margin-top: 10px;
  }

  .aod-vh-hero__globe {
    width: 285px;
  }

  .aod-vh-hero__visual-ring--one {
    width: 350px;
    height: 350px;
  }

  .aod-vh-hero__visual-ring--two {
    width: 300px;
    height: 300px;
  }

  .aod-vh-hero__visual-ring--three {
    width: 245px;
    height: 245px;
  }

  .aod-vh-hero__aircraft {
    display: none;
  }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .aod-vh-hero *,
  .aod-vh-hero *::before,
  .aod-vh-hero *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
