.elementor-50 .elementor-element.elementor-element-53ca266{width:var( --container-widget-width, 101.597% );max-width:101.597%;--container-widget-width:101.597%;--container-widget-flex-grow:0;}.elementor-50 .elementor-element.elementor-element-d0affb1{width:var( --container-widget-width, 101.046% );max-width:101.046%;--container-widget-width:101.046%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-53ca266 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #070708;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Outer Section */
.tattoo-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #070708;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(30px, 5vw, 70px) 24px;
}

/* Enlarged Dark Gray Container Card */
.tattoo-container {
  width: 100%;
  max-width: 1440px;
  background: #111215;
  border: 1px solid #1f2025;
  border-radius: 32px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.8);
  padding: clamp(40px, 5vw, 75px);
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  align-items: stretch;
  gap: clamp(36px, 5vw, 70px);
}

/* Left Content Column */
.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Clean Sub Greeting */
.sub-greeting {
  display: inline-block;
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 2px;
  color: #ff501a;
  margin-bottom: 18px;
}

/* Main Heading */
.artist-name {
  font-family: 'Cinzel', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 26px;
}

.artist-name .accent-text {
  color: #ff501a;
}

/* Paragraph Content */
.tagline {
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.75;
  color: #a1a1aa;
  margin-bottom: 18px;
  max-width: 680px;
}

.tagline strong {
  color: #ffffff;
  font-weight: 600;
}

/* Meta Details Row */
.hero-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 0.95rem;
  color: #d1d5db;
  margin-top: 14px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.meta-item i {
  color: #ff501a;
  font-size: 1.1rem;
}

.meta-divider {
  color: #3f3f46;
}

/* Right Column: Visual Box */
.hero-image-wrap {
  position: relative;
  width: 100%;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #17181d;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-image-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark Gradient Vignette */
.image-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(17, 18, 21, 0.08) 0%,
    rgba(17, 18, 21, 0.6) 55%,
    rgba(17, 18, 21, 0.98) 100%
  );
}

/* Floating Action Area */
.floating-cta-box {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.cta-heading {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.action-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Buttons */
.btn-solid {
  background-color: #ff501a;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ff501a;
  transition: all 0.25s ease;
}

.btn-solid:hover {
  background-color: #e04414;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 80, 26, 0.4);
}

.btn-glass {
  background: rgba(14, 14, 17, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
}

.btn-glass:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .tattoo-container {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 38px 28px;
    gap: 40px;
  }

  .hero-image-wrap {
    min-height: 440px;
  }
}

@media (max-width: 600px) {
  .tattoo-hero {
    padding: 20px 14px;
  }

  .tattoo-container {
    padding: 28px 18px;
  }

  .floating-cta-box {
    padding: 20px;
  }

  .hero-meta-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .meta-divider {
    display: none;
  }

  .action-links {
    flex-direction: column;
    width: 100%;
  }

  .btn-solid,
  .btn-glass {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0affb1 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #0c0c0e;
  color: #ffffff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Portfolio Section */
.portfolio-section {
  width: 100%;
  padding: 60px 0 40px;
  background-color: #0c0c0e;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(255, 80, 26, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #09090a 0%, #0c0c0e 100%);
}

.portfolio-title {
  text-align: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-shadow: 0 0 20px rgba(255, 80, 26, 0.2);
  margin-bottom: 32px;
  padding: 0 15px;
}

/* Slider Track Wrapper */
.gallery-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.gallery-track {
  display: flex;
  width: 100%;
  gap: 12px;
  padding: 20px 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.gallery-track.active-drag {
  cursor: grabbing;
  scroll-behavior: auto;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}
.gallery-track {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Desktop Multi-column Cards */
.gallery-item {
  flex: 0 0 calc(100% / 7);
  min-width: 180px;
  height: clamp(340px, 45vw, 460px);
  scroll-snap-align: center;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #141417;
  user-select: none;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), 
              box-shadow 0.35s cubic-bezier(0.25, 1, 0.5, 1), 
              border-color 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  filter: brightness(0.92) contrast(1.05);
  transition: transform 0.4s ease, filter 0.3s ease;
}

/* Orange Glow Hover Effect */
.gallery-item:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(255, 80, 26, 0.8);
  box-shadow: 
    0 10px 30px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(255, 80, 26, 0.6),
    0 0 45px rgba(255, 80, 26, 0.3);
  z-index: 2;
}

.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(1.1) contrast(1.1);
}

/* Navigation Buttons with Orange Glow */
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(20, 20, 23, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  transition: all 0.25s ease;
}

.prev-btn {
  left: 16px;
}

.next-btn {
  right: 16px;
}

.slide-btn:hover {
  background: #ff501a;
  color: #ffffff;
  border-color: #ff501a;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 25px rgba(255, 80, 26, 0.7);
}

/* Tablet Layout */
@media (max-width: 1200px) {
  .gallery-item {
    flex: 0 0 calc(100% / 5);
    min-width: 170px;
  }
}

@media (max-width: 900px) {
  .gallery-item {
    flex: 0 0 calc(100% / 3);
    min-width: 140px;
    height: 320px;
  }
}

/* Mobile: Single Card View */
@media (max-width: 600px) {
  .portfolio-section {
    padding: 35px 0 15px;
  }

  .portfolio-title {
    margin-bottom: 16px;
  }

  .gallery-track {
    padding: 15px 20px;
    gap: 16px;
    scroll-padding: 0 20px;
  }

  .gallery-item {
    flex: 0 0 calc(100vw - 40px);
    min-width: auto;
    width: calc(100vw - 40px);
    height: 420px;
    border-radius: 16px;
    scroll-snap-align: center;
  }

  .slide-btn {
    width: 38px;
    height: 38px;
    font-size: 0.95rem;
  }

  .prev-btn {
    left: 8px;
  }

  .next-btn {
    right: 8px;
  }
}/* End custom CSS */