*,
body,
html {
  margin: 0;
  padding: 0
  scroll-behavior: smooth;
}

.navbar,
.overlay {
  position: fixed;
  top: 0;
  background: #000
}

.carousel-slide,
.contact-section,
.extras button,
.service-card,
.tattoo-artists,
.tattoo-banner,
.tattoo-carousel,
.tattoo-stats {
  text-align: center
}

.footer-links ul li a,
.gallery-buttons a,
.menu a,
.service-card a,
.tattoo-btn {
  text-decoration: none
}

.footer-social .social-icons a img,
.socials a img {
  width: 28px;
  height: 28px;
  transition: transform .3s, filter .3s
}

.sf-contact-form textarea,
textarea {
  resize: none
}

* {
  box-sizing: border-box
}

body,
html {
  height: 100%;
  color: #fff;
  overflow-x: hidden
}

.navbar {
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 1000;
  border-bottom: 1px solid #000
}

.logo,
.socials {
  align-items: center
}

.logo {
  display: flex;
  gap: 8px;
  font-weight: 700
}

.logo img {
  height: 50px;
  margin-right: 10px
}

.logo-text {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  color: #fff
}

.logo-tagline {
  display: none;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2
}

.hamburger {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 50%;
  transition: .3s
}

.hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 3px;
  transition: .3s
}

.hamburger:hover {
  background: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.overlay {
  right: -40%;
  width: 40%;
  height: 100vh;
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: right .4s ease-in-out;
  z-index: 999
}

.extras button,
.locate-btn {
  background: 0 0;
  cursor: pointer
}

.overlay.active {
  right: 0
}

.side-panel h3 {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #333;
  padding-bottom: 10px
}

.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px
}

.menu a {
  display: block;
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
  transition: color .3s
}

.footer-bottom .credit a:hover,
.footer-contact a:hover,
.menu a:hover {
  color: #fff
}

.nav-actions a[href^=tel] img {
  width: 28px;
  height: 28px;
  background: #fff;
  padding: 6px;
  border-radius: 50%
}

.nav-actions a[href^=tel] img:hover {
  background: red;
  border-color: #fff;
  transform: scale(1.1)
}

.socials {
  margin-top: 30px;
  display: flex;
  gap: 20px
}

.socials a img {
  filter: brightness(0) invert(1)
}

.socials a img:hover {
  transform: scale(1.2);
  filter: brightness(.8) invert(1)
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.locate-btn {
  border: 2px solid #fffefe;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff
}

.locate-btn:hover {
  background: #000;
  color: #fff
}

.icon img {
  width: 26px;
  height: 36px;
  cursor: pointer
}

.extras button {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  border: 1px solid #fffefe;
  color: #fff;
  font-size: 16px;
  transition: .3s
}

.cta-btn:hover,
.extras button:hover,
.sf-btn:hover {
  background: #fff;
  color: #000
}

.hamburger.active span:first-child {
  transform: rotate(45deg) translate(5px, 5px)
}

.hamburger.active span:nth-child(2) {
  opacity: 0
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px)
}



.tattoo-hero {
   position: relative;
  width: 100%;
  height: 100vh;              /* full screen height */
  display: flex;
  align-items: center;        /* center vertically */
  justify-content: flex-start; /* content left align */
  overflow: hidden;
  
  background: url("image/banner.webp") no-repeat center center;
  background-size: cover;     /* image always covers */
 /* background-attachment: fixed; */
  
  
}


/* ✅ Mobile fallback (because background-attachment: fixed breaks in Safari/iOS) */
@supports (-webkit-touch-callout: none) {
  .tattoo-hero {
    background-attachment: scroll;
  }
}

.tattoo-hero .hero-text {
  max-width: 600px;
  background: rgba(255, 255, 255, 0.9); /* white overlay */
  padding: 20px;
  border-radius: 12px;
  margin-left: 5%; /* space from left */
}

.gallery-grid img,
.tattoo-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.tattoo-hero-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .9);
  padding: 30px;
  border-radius: 10px;
  max-width: 700px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .25)
}

.tattoo-hero-text h1 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #111
}

#tattoo-type {
  font-family: UnifrakturCook, cursive;
  color: #b22222;
  font-size: 42px;
  letter-spacing: 2px;
  display: inline-block
}

.tattoo-hero-text p {
  font-size: 16px;
  color: #444;
  margin-bottom: 15px
}

.tattoo-buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 20px
}

.tattoo-btn {
  background: linear-gradient(145deg, #000, #333);
  color: #fff;
  padding: 14px 28px;
  font-weight: 700;
  border-radius: 8px;
  transition: .2s ease-in-out;
  box-shadow: 0 6px #222, 0 8px 20px rgba(0, 0, 0, .4)
}

.tattoo-btn:hover {
  background: #910b0b;
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px #111, 0 10px 25px rgba(0, 0, 0, .5)
}

.tattoo-btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px #111, 0 5px 15px rgba(0, 0, 0, .4)
}

.tattoo-side-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px
}

.tattoo-call,
.tattoo-whatsapp {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500
}

.artists-title,
.stats-title {
  font-weight: 900;
  text-transform: uppercase
}

.artists-title span,
.service-card a:hover,
.stats-title span,
.tattoo-call {
  color: #e63946
}

.tattoo-whatsapp {
  color: green
}

.tattoo-call:hover,
.tattoo-whatsapp:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px
}

.tattoo-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 80px 60px
}

.service-card {
  background: #000;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  transition: transform .3s, box-shadow .3s
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Great Vibes", cursive
}

.overlay-text h2,
.tattoo-artists,
.tattoo-stats {
  font-family: Poppins, sans-serif
}

.service-card .line {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #e63946
}

.service-card p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.6
}

.service-card a {
  font-weight: 700;
  color: #fff8f8;
  transition: color .3s
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15)
}

@media (max-width:1024px) {
  .tattoo-services {
    grid-template-columns: repeat(2, 1fr);
    margin: 60px 30px
  }
}

.tattoo-gallery {
  position: relative;
  width: 100%;
  overflow: hidden
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px
}

.overlay-text {
  position: absolute;
  top: 15%;
  left: 10%;
  max-width: 700px;
  background: rgba(255, 255, 255, .85);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25)
}

.overlay-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000
}

.overlay-text h2 strong {
  background: linear-gradient(90deg, #e63946, #ffbe0b, #25d366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.overlay-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333
}

.gallery-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap
}

.gallery-buttons a {
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 700;
  transition: .3s;
  font-size: .95rem;
  display: inline-block
}

.call-btn {
  background: #e63946;
  color: #fff
}

.whatsapp-btn {
  background: #25d366;
  color: #fff
}

.gallery-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2)
}

@media (max-width:992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px
  }

  .overlay-text {
    position: static;
    margin: 20px auto;
    max-width: 95%
  }
}

.tattoo-carousel {
  margin: 80px 0
}

.tattoo-carousel h2 {
  font-size: 28px;
  margin-bottom: 30px;
  font-family: "Great Vibes", cursive;
  color: #222
}

.carousel-track {
  display: flex;
  gap: 20px;
  width: calc(250px * 15);
  animation: 40s linear infinite scroll
}

.carousel-slide {
  min-width: 220px;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .2);
  transition: transform .3s
}

.about-hero,
.tattoo-banner {
  align-items: center;
  position: relative
}

.carousel-slide img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.carousel-slide p {
  padding: 10px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase
}

.artist-box:hover .artist-img,
.carousel-slide:hover {
  transform: scale(1.05)
}

@keyframes scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

@media (max-width:768px) {
  .tattoo-hero img {
    height: auto;
    margin-top: 50px
  }

  .tattoo-hero-text {
    position: static;
    transform: none;
    max-width: 100%;
    margin: 20px;
    animation: 1s ease-out slideIn
  }

  @keyframes slideIn {
    from {
      transform: translateX(-100%);
      opacity: 0
    }

    to {
      transform: translateX(0);
      opacity: 1
    }
  }

  .tattoo-buttons {
    flex-direction: column;
    align-items: flex-start
  }

  .carousel-slide {
    min-width: 160px
  }

  .carousel-slide img {
    height: 150px
  }
}

@media (max-width:480px) {
  .carousel-slide {
    min-width: 140px
  }

  .carousel-slide img {
    height: 120px
  }
}

.tattoo-banner {
  width: 100%;
  min-height: 60vh;
  background: url("image/side-view-couple-with-tattoos.jpg") center center/cover no-repeat;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding: 40px 20px
}

.tattoo-overlay {
  background: rgba(0, 0, 0, .55);
  padding: 40px;
  border-radius: 12px;
  max-width: 900px
}

.tattoo-overlay h2 {
  font-size: 38px;
  font-family: UnifrakturCook, cursive;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4
}

.tattoo-overlay h2 span {
  background: linear-gradient(45deg, #ff004c, #fc0, #00ffea);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.tattoo-overlay p {
  font-size: 18px;
  font-family: 'Rock Salt', cursive;
  color: #ddd;
  line-height: 1.6
}

.fade-in-zoom {
  opacity: 0;
  transform: scale(.8);
  animation: 1.2s forwards zoomIn
}

.fade-in-bottom {
  opacity: 0;
  transform: translateY(40px);
  animation: 1.5s .5s forwards fadeUp
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1)
  }
}

.tattoo-artists {
  background: #fff;
  color: #0b0b0b;
  padding: 100px 20px;
  position: relative;
  overflow: hidden
}

.artists-title {
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #000;
  position: relative;
  display: inline-block
}

.artists-title::after,
.stats-title::after {
  content: '';
  display: block;
  width: 120px;
  height: 4px;
  background: linear-gradient(90deg, #e63946, #00ff7f);
  margin: 14px auto 0;
  border-radius: 2px
}

.artists-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px
}

.artist-box {
  background: #111;
  border-radius: 14px;
  overflow: hidden;
  flex: 1 1 400px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  transition: transform .3s, box-shadow .3s
}

.artist-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(230, 57, 70, .4)
}

.artist-img {
  height: 450px;
  background-size: cover;
  background-position: center;
  transition: transform .5s
}

.artist-details {
  padding: 20px
}

.artist-details h3 {
  font-size: 1.5rem;
  margin: 0;
  font-weight: 700;
  color: #fff
}

.artist-details p {
  font-size: 1rem;
  margin-top: 6px;
  color: #bbb
}

@media (max-width:768px) {
  .tattoo-banner {
    height: 80vh;
    padding: 20px
  }

  .tattoo-overlay {
    padding: 20px
  }

  .tattoo-overlay h2 {
    font-size: 28px
  }

  .tattoo-overlay p {
    font-size: 16px
  }

  .artists-wrapper {
    flex-direction: column;
    align-items: center
  }

  .artist-box {
    max-width: 100%
  }

  .artist-img {
    height: 280px
  }
}

.tattoo-stats {
  position: relative;
  background: url('image/Arm-Tattoo-1.jpg.webp') center center/cover no-repeat fixed;
  color: #fff;
  padding: 100px 20px;
  overflow: hidden
}

.tattoo-stats .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 1
}

.stats-title {
  position: relative;
  z-index: 2;
  font-size: 2.5rem;
  margin-bottom: 50px
}

.stats-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center
}

.stat-box {
  background: rgba(26, 26, 26, .85);
  padding: 40px 25px;
  border-radius: 12px;
  width: 220px;
  transition: .3s ease-in-out;
  box-shadow: 0 0 15px rgba(255, 255, 255, .05);
}

.stat-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(230, 57, 70, .5)
}

.stat-box h3 {
  font-size: 2.3rem;
  font-weight: 700;
  color: #e63946;
  margin-bottom: 10px
}

.stat-box p {
  font-size: 1rem;
  color: #ccc
}

.contact-section {
  background: url("image/4.jpg") center/cover no-repeat;
  padding: 100px 20px;
  color: #fff;
  position: relative;
  margin-top: 100px
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 1
}

.contact-container {
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: auto;
  padding: 40px 30px;
  background: rgba(20, 20, 20, .9);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .8), inset 0 0 20px rgba(255, 59, 59, .2);
  border: 2px solid rgba(255, 59, 59, .3);
  backdrop-filter: blur(6px)
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Cinzel, serif;
  color: #ff3b3b;
  letter-spacing: 2px
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 30px;
  font-style: italic;
  color: #ddd
}

.tattoo-form {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: left
}

.input-group label {
  margin-bottom: 8px;
  font-size: .95rem;
  color: #ff3b3b;
  font-weight: 600;
  letter-spacing: 1px
}

.input-group input,
.input-group textarea {
  padding: 14px;
  border: 2px solid #333;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-size: 1rem;
  outline: 0;
  transition: border .3s, box-shadow .3s
}

.input-group input:focus,
.input-group textarea:focus {
  border-color: #ff3b3b;
  box-shadow: 0 0 10px rgba(255, 59, 59, .7)
}

textarea {
  min-height: 130px
}

.submit-btn {
  background: linear-gradient(135deg, #ff3b3b, #b30000);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .3s;
  letter-spacing: 1px
}

.submit-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(255, 59, 59, .6)
}

.artist-card:hover,
.sf-tattoo-service:hover {
  transform: translateY(-10px)
}

@media (max-width:600px) {
  .overlay {
    width: 70%;
    right: -70%
  }

  .overlay.active {
    right: 0
  }

  .logo {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
  }

  .logo-tagline,
  .logo-text {
    display: none
  }

  .logo img {
    height: 40px
  }

  .menu {
    grid-template-columns: 1fr
  }

  .menu a {
    font-size: 22px
  }

  .tattoo-services {
    grid-template-columns: 1fr;
    margin: 40px 20px
  }

  .service-card img {
    height: 180px
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px
  }

  .overlay-text h2 {
    font-size: 1.5rem
  }

  .contact-container {
    padding: 30px 20px
  }

  .section-title {
    font-size: 2rem
  }

  .submit-btn {
    font-size: 1rem;
    padding: 12px
  }
}

.footer {
  background: #000;
  color: #fff;
  padding: 60px 20px 20px;
  margin-top: 60px;
  font-family: Arial, sans-serif
}

.about-team h2,
.story-text h2,
.tattoo-heading {
  font-family: UnifrakturCook, cursive
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto
}

.footer-about {
  max-width: 300px
}

.footer-about .footer-logo {
  width: 80px;
  margin-bottom: 15px
}

.footer-about h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff
}

.footer-about p {
  font-size: 18px;
  color: #bbb;
  line-height: 1.6
}

.footer-contact h2,
.footer-links h2,
.footer-social h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  position: relative
}

.footer-contact p,
.footer-links ul li {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 20px;
  
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li a {
  color: #bbb;
  font-size: 18px;
  transition: color .3s;
  justify-content: center;
}

.footer-links ul li a:hover {
  color: #ff2e2e
}

.footer-contact p {
  font-size: 18px;
  color: #bbb
}

.footer-bottom .credit a,
.footer-contact a {
  color: #ff2e2e;
  text-decoration: none
}

.footer-social .social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px
}

.footer-social .social-icons a:hover img {
  transform: scale(1.2);
  filter: brightness(1.3)
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa
}

.footer-bottom p {
  margin: 5px 0
}

.footer-bottom .credit {
  font-size: 13px
}

.footer-bottom .credit a {
  font-weight: 700;
  transition: color .3s
}

@media(max-width:992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center
  }

  .footer-about,
  .footer-contact,
  .footer-links,
  .footer-social {
    margin-bottom: 30px
  }

  .footer-social .social-icons {
    justify-content: center
  }
}

.about-hero {
  height: 70vh;
  display: flex;
  justify-content: center;
  background: url('image/Chinese\ dragon\ tattoos.jpg') center/cover no-repeat;
  text-align: center
}

.about-cta,
.artist-card {
  background: #111;
  text-align: center
}

.about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .6)
}

.about-content {
  position: relative;
  z-index: 2
}

.tattoo-heading {
  font-size: 60px;
  color: red;
  animation: 1.5s fadeDown
}

.subtitle {
  font-size: 22px;
  color: #fffdfd;
  margin-top: 10px;
  animation: 1.5s fadeUp
}

.about-story {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 80px 10%
}

.story-text h2 {
  font-size: 34px;
  color: red;
  margin-bottom: 20px
}

.story-text p {
  line-height: 1.6;
  font-size: 18px
}

.story-text .highlight {
  color: red;
  font-weight: 700
}

.story-img img {
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(255, 0, 0, .3)
}

.about-team {
  text-align: center;
  padding: 60px 10%
}

.about-team h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: red
}

.team-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap
}

.artist-card {
  padding: 20px;
  border-radius: 12px;
  width: 250px;
  transition: transform .3s;
  color: #fff
}

.artist-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px
}

.about-cta {
  padding: 80px 20px
}

.about-cta h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #fff
}

.cta-btn {
  background: red;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  transition: .3s
}

@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.sf-services-page {
  background: #fff;
  color: #000;
  font-family: Poppins, sans-serif;
  padding-bottom: 60px
}

.sf-services-hero {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url("image/tattoo-owl-black-white.jpg") center/cover no-repeat
}

.sf-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7)
}

.sf-hero-text {
  position: relative;
  z-index: 1;
  color: #fff
}

.sf-hero-text h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px
}

.sf-hero-text h1 span {
  color: #ff4c4c
}

.sf-hero-text p {
  font-size: 1.2rem;
  font-weight: 400
}

.sf-services-section {
  padding: 60px 20px;
  text-align: center
}

.sf-section-title {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff4c4c
}

.sf-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px
}

.sf-tattoo-service {
  background: #111;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: .3s;
  box-shadow: 0 0 15px rgba(255, 76, 76, .15)
}

.sf-tattoo-service img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px
}

.sf-tattoo-service h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff
}

.sf-tattoo-service p {
  font-size: 1rem;
  color: #bbb
}

.sf-tattoo-service:hover {
  box-shadow: 0 0 20px rgba(255, 76, 76, .4)
}

.sf-services-cta {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #111, #222);
  margin-top: 60px;
  border-radius: 15px
}

.sf-services-cta h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #ff4c4c
}

.sf-map,
.sf-services-cta p {
  margin-bottom: 20px
}

.sf-services-cta p {
  font-size: 1.1rem;
  color: #ddd
}

.sf-cta-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #ff4c4c;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background .3s
}

.sf-cta-btn:hover {
  background: #e63939
}

@media (max-width:992px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .sf-hero-text h1 {
    font-size: 2.5rem
  }

  .sf-section-title {
    font-size: 2rem
  }
}

@media (max-width:576px) {
  .stats-wrapper {
    grid-template-columns: 1fr
  }

  .stat-box {
    width: 90%
  }

  .stats-title {
    font-size: 2rem
  }

  .sf-services-hero {
    height: 50vh
  }

  .sf-hero-text h1 {
    font-size: 1.8rem
  }

  .sf-hero-text p {
    font-size: 1rem
  }

  .sf-section-title {
    font-size: 1.5rem
  }

  .sf-tattoo-service h3 {
    font-size: 1.2rem
  }
}

















/* Contact Section Base */
.sf-contact-section {
  padding: 60px 20px;
  background: #111; /* dark theme */
  color: #fff;
}

.sf-contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Left Side */
.sf-contact-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ff4c4c;
}

.sf-map iframe {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 20px;
}

.sf-contact-details p {
  margin: 10px 0;
  line-height: 1.6;
}

.sf-contact-details a {
  color: #ff4c4c;
  text-decoration: none;
}

/* Right Side (Form) */
.sf-contact-form {
  background: #1b1b1b;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #ccc;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
  background: #333;
  color: #fff;
}

.input-group textarea {
  resize: none;
  min-height: 120px;
}

.submit-btn {
  background: #ff4c4c;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #ff1c1c;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .sf-contact-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sf-contact-info h2, 
  .section-title {
    text-align: center;
  }

  .sf-contact-details {
    text-align: center;
  }
}
