/*
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 */

.custom-logo-link img {
    display: inline-block;
    max-height: 80px;
    width: 85%;
}
figure.wp-block-image.size-full.is-resized {
    background: #fff !important;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 30px;
    width: 85%;
}
img.wp-image-12546 {
    aspect-ratio: revert-layer !important;
}

#header {
    border-bottom: none;
}

p {
    color: #000 !important;
}

a {
    color: #2D68C4;
}

.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: #2D68C4 !important;
}
.tx-breadcrumbs a:hover {
    color: #2D68C4 !important;
}
h3.widget-title { color: #fff; }
aside.widget-area a { color: #fff !important; }
.widget ul li a:focus, a:hover { color: #2D68C4 !important; }

.back-to-top:hover::after {
    transform: translate(25%, -25%);
    background: #2D68C4;
    z-index: 9;
    color: #fff;
}

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


.airline-hero {
  --airline-blue: #2D68C4;
  --airline-blue-dark: #1F4F99;
  --airline-navy: #102B4E;
  --airline-text: #42566F;
  --airline-muted: #718096;
  --airline-bg: #F5F9FE;
  --airline-white: #FFFFFF;
  --airline-border: rgba(45, 104, 196, 0.14);

  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 80px 40px;
  background:
    radial-gradient(circle at 85% 45%, rgba(45, 104, 196, 0.10) 0%, rgba(45, 104, 196, 0.035) 30%, transparent 55%),
    linear-gradient(135deg, #FFFFFF 0%, #F5F9FE 100%);
  font-family: Arial, Roboto, sans-serif;
  box-sizing: border-box;
}

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

.airline-hero__background-shape {
  position: absolute;
  width: 600px;
  height: 600px;
  right: -220px;
  top: -240px;
  border-radius: 50%;
  border: 1px solid rgba(45, 104, 196, 0.08);
  background: rgba(45, 104, 196, 0.025);
  z-index: -1;
}

.airline-hero__container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 55px;
}

/* LEFT CONTENT */

.airline-hero__content {
  position: relative;
  z-index: 5;
}

.airline-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(45, 104, 196, 0.16);
  border-radius: 30px;
  background: rgba(45, 104, 196, 0.06);
  color: var(--airline-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.airline-hero__label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--airline-blue);
  box-shadow: 0 0 0 5px rgba(45, 104, 196, 0.10);
}

.airline-hero__title {
  max-width: 650px;
  margin: 0 0 20px;
  color: var(--airline-navy);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -2px;
}

.airline-hero__title span {
  color: var(--airline-blue);
}

.airline-hero__description {
  max-width: 570px;
  margin: 0 0 32px;
  color: var(--airline-text);
  font-size: 17px;
  line-height: 1.75;
}

/* SEARCH */

.airline-hero__search-area {
  display: flex;
  align-items: stretch;
  gap: 12px;
  max-width: 650px;
}

.airline-hero__search-form {
  flex: 1;
  margin: 0;
}

.airline-hero__search-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 6px;
  border: 1px solid rgba(45, 104, 196, 0.16);
  border-radius: 12px;
  background: var(--airline-white);
  box-shadow:
    0 12px 30px rgba(16, 43, 78, 0.08),
    0 2px 5px rgba(16, 43, 78, 0.04);
}

.airline-hero__search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: var(--airline-blue);
}

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

.airline-hero__search-input {
  flex: 1;
  width: 100%;
  height: 48px;
  min-width: 0;
  padding: 0 10px;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--airline-navy);
  font-size: 14px;
  box-shadow: none !important;
}

.airline-hero__search-input::placeholder {
  color: #8997A8;
  opacity: 1;
}

.airline-hero__search-button {
  height: 48px;
  padding: 0 22px;
  border: 0 !important;
  border-radius: 8px;
  background: var(--airline-blue) !important;
  color: #FFFFFF !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.airline-hero__search-button:hover {
  background: var(--airline-blue-dark) !important;
  transform: translateY(-1px);
}

/* PHONE */

.airline-hero__phone {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 205px;
  padding: 10px 16px;
  border: 1px solid rgba(45, 104, 196, 0.14);
  border-radius: 12px;
  background: #FFFFFF;
  color: var(--airline-navy);
  text-decoration: none !important;
  box-shadow: 0 10px 25px rgba(16, 43, 78, 0.06);
}

.airline-hero__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  min-width: 39px;
  border-radius: 50%;
  background: rgba(45, 104, 196, 0.10);
  color: var(--airline-blue);
}

.airline-hero__phone-icon svg {
  width: 20px;
  height: 20px;
}

.airline-hero__phone-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.airline-hero__phone-content small {
  color: var(--airline-muted);
  font-size: 10px;
  line-height: 1.2;
}

.airline-hero__phone-content strong {
  color: var(--airline-navy);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

/* FEATURES */

.airline-hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.airline-hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--airline-text);
  font-size: 13px;
}

.airline-hero__feature-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(45, 104, 196, 0.10);
  color: var(--airline-blue);
  font-size: 12px;
  font-weight: 700;
}

/* RIGHT VISUAL */

.airline-hero__visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.airline-hero__circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.airline-hero__circle--one {
  width: 470px;
  height: 470px;
  border: 1px solid rgba(45, 104, 196, 0.09);
}

.airline-hero__circle--two {
  width: 350px;
  height: 350px;
  border: 1px dashed rgba(45, 104, 196, 0.13);
}

/* GLOBE */

.airline-hero__globe {
  position: relative;
  width: min(500px, 100%);
  aspect-ratio: 1 / 0.78;
  border-radius: 50%;
  background:
    radial-gradient(circle at 45% 40%, rgba(255,255,255,0.95) 0%, rgba(231,241,253,0.95) 55%, rgba(205,223,246,0.8) 100%);
  border: 1px solid rgba(45, 104, 196, 0.12);
  box-shadow:
    0 30px 60px rgba(31, 79, 153, 0.12),
    inset 0 0 50px rgba(45, 104, 196, 0.05);
  overflow: hidden;
  z-index: 2;
}

.airline-hero__globe::before,
.airline-hero__globe::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(45, 104, 196, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.airline-hero__globe::before {
  width: 82%;
  height: 100%;
  left: 9%;
  top: 0;
}

.airline-hero__globe::after {
  width: 100%;
  height: 58%;
  left: 0;
  top: 21%;
}

.airline-hero__globe-ring {
  position: absolute;
  border: 1px solid rgba(45, 104, 196, 0.07);
  border-radius: 50%;
  pointer-events: none;
}

.airline-hero__globe-ring--one {
  width: 70%;
  height: 100%;
  left: 15%;
  top: 0;
}

.airline-hero__globe-ring--two {
  width: 100%;
  height: 35%;
  left: 0;
  top: 33%;
}

/* WORLD */

.airline-hero__world {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 50px 35px;
}

.airline-hero__world path {
  fill: rgba(45, 104, 196, 0.16);
  stroke: rgba(45, 104, 196, 0.30);
  stroke-width: 1.2;
}

/* ROUTE */

.airline-hero__route {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}

.airline-hero__route path {
  fill: none;
  stroke: var(--airline-blue);
  stroke-width: 2;
  stroke-dasharray: 6 6;
  opacity: 0.75;
}

/* PLANE */

.airline-hero__plane {
  position: absolute;
  left: 59%;
  top: 27%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--airline-blue);
  color: #FFFFFF;
  box-shadow: 0 8px 18px rgba(45, 104, 196, 0.28);
  transform: rotate(30deg);
  animation: airlinePlaneFloat 3s ease-in-out infinite;
}

.airline-hero__plane svg {
  width: 17px;
  height: 17px;
}

@keyframes airlinePlaneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(30deg);
  }

  50% {
    transform: translateY(-6px) rotate(30deg);
  }
}

/* LOCATION POINTS */

.airline-hero__location {
  position: absolute;
  z-index: 4;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(45, 104, 196, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.airline-hero__location i {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--airline-blue);
  box-shadow: 0 0 0 4px rgba(45, 104, 196, 0.12);
}

.airline-hero__location--one {
  left: 23%;
  top: 35%;
}

.airline-hero__location--two {
  left: 57%;
  top: 52%;
}

.airline-hero__location--three {
  left: 75%;
  top: 34%;
}

.airline-hero__location--four {
  left: 82%;
  top: 65%;
}

/* INFO CARDS */

.airline-hero__info-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  padding: 13px 16px;
  border: 1px solid rgba(45, 104, 196, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 15px 35px rgba(16, 43, 78, 0.10);
  backdrop-filter: blur(10px);
}

.airline-hero__info-card--top {
  top: 62px;
  right: -5px;
}

.airline-hero__info-card--bottom {
  bottom: 55px;
  left: -15px;
}

.airline-hero__info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: rgba(45, 104, 196, 0.09);
  color: var(--airline-blue);
}

.airline-hero__info-icon svg {
  width: 20px;
  height: 20px;
}

.airline-hero__info-card div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.airline-hero__info-card strong {
  color: var(--airline-navy);
  font-size: 12px;
  font-weight: 700;
}

.airline-hero__info-card small {
  color: var(--airline-muted);
  font-size: 10px;
}

/* TABLET */

@media (max-width: 1100px) {

  .airline-hero {
    padding: 70px 30px;
  }

  .airline-hero__container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .airline-hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .airline-hero__description {
    margin-left: auto;
    margin-right: auto;
  }

  .airline-hero__search-area {
    margin-left: auto;
    margin-right: auto;
  }

  .airline-hero__features {
    justify-content: center;
  }

  .airline-hero__visual {
    width: min(650px, 100%);
    margin: 0 auto;
  }

}

/* MOBILE */

@media (max-width: 700px) {

  .airline-hero {
    padding: 55px 20px;
  }

  .airline-hero__container {
    gap: 30px;
  }

  .airline-hero__title {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .airline-hero__description {
    font-size: 15px;
    line-height: 1.65;
  }

  .airline-hero__search-area {
    flex-direction: column;
  }

  .airline-hero__search-box {
    height: 58px;
  }

  .airline-hero__phone {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .airline-hero__features {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .airline-hero__visual {
    min-height: 400px;
  }

  .airline-hero__globe {
    width: 100%;
  }

  .airline-hero__circle--one {
    width: 90%;
    height: 90%;
  }

  .airline-hero__circle--two {
    width: 70%;
    height: 70%;
  }

  .airline-hero__info-card {
    min-width: 185px;
    padding: 10px 12px;
  }

  .airline-hero__info-card--top {
    top: 20px;
    right: -5px;
  }

  .airline-hero__info-card--bottom {
    bottom: 20px;
    left: -5px;
  }

}

/* SMALL MOBILE */

@media (max-width: 480px) {

  .airline-hero__title {
    font-size: 34px;
  }

  .airline-hero__label {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .airline-hero__search-box {
    padding: 5px;
  }

  .airline-hero__search-icon {
    width: 38px;
    min-width: 38px;
  }

  .airline-hero__search-button {
    padding: 0 14px;
  }

  .airline-hero__info-card {
    min-width: 165px;
  }

  .airline-hero__info-card strong {
    font-size: 10px;
  }

  .airline-hero__info-card small {
    font-size: 9px;
  }

  .airline-hero__info-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }

  .airline-hero__info-icon svg {
    width: 17px;
    height: 17px;
  }

}