/* ensuring removing any extra space on page on right */ 


@media (max-width: 768px) {
html, body {
  overflow-x: hidden;
  width: 100%;
}
}

@media (max-width: 768px) {
  .RWmobile-hidden {
    display: none !important;
  }
}

.RWwhy {
      padding: 0.5rem 0 !important;
    }

.RWcenter {
      text-align: center;
      font-weight: 500;
    }

.RWunderline {
  display: block;           /* Ensures it takes up space */
  width: 60px;              /* Slightly longer for better visibility */
  height: 4px;              /* Thickness */
  background-color: red;    /* Line color */
  margin: 8px auto 0;       /* Space above + center horizontally */
  border-radius: 2px;       /* Rounded edges */
  position: relative;
  z-index: 5;

}

.RWheight {
display: none !important;
  }

.we-help-section {
display: flex;
padding: 0;
}

.RWreverse {
flex-direction: column-reverse !important;

 }
.RWmarginbottom {
margin-bottom: 6rem;
}

/* Make sure the row allows wrapping */
  .row.d-flex {
    flex-wrap: wrap;
  }

/* Target the two menu columns */
  .row.d-flex > .col-lg-3 {
    width: 50% !important;        /* Half width each */
    flex: 0 0 50% !important;
  }




/* Turn table rows into block cards */
  .specs-table,
  .specs-table thead,
  .specs-table tbody,
  .specs-table th,
  .specs-table td,
  .specs-table tr {
    display: block;
    width: 100%;
  }

/* Hide header on mobile */
  .specs-table thead {
    display: none;
  }

  /* Each row becomes a card */
  .specs-table tr {
    margin-bottom: 20px;
    padding: 10px 12px;
    border-radius: 10px;
    text-align: left;
  }

  /* Two-column layout inside each row */
  .specs-table td {
    display: grid;
    grid-template-columns: 45% 55%; /* 2 columns */
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #d9ecef;
  }

  /* Label column styling */
  .specs-table td::before {
    content: attr(data-label);
    padding-right: 12px;
    border-right: 2px solid #ccc; /* vertical line between columns */
  }

  /* Value column styling */
  .specs-table td {
    padding-left: 12px;
    color: #333;
    font-weight: 500;
  }

.main-image {
    margin-top: 100px;
  }
.thumbs-row {
   padding-bottom: 170px;
}

.footer-section a {
padding-left:19px;
}
}

@media (min-width: 768px) {

.footer-section a{
padding-left:20px;
}

.RWmobile-only {
  display: none !important;
 }
.we-help-section{
padding: 0;
 }

.RWpadding{
padding-top: 49px !important;
}
}

 /* Hero Image */

.hero .hero-img-wrap {
  position: relative;
  text-align: center;
}

/* IMAGE – MOBILE DEFAULT */
.hero .hero-img-wrap img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0 auto;
}

/* REMOVE DOTS ON MOBILE */
.hero .hero-img-wrap:after {
  display: none;
}

/* =========================
   TABLET (≥768px)
========================= */
@media (min-width: 768px) {
  .hero .hero-img-wrap img {
    max-width: 450px;
  }
}

/* =========================
   DESKTOP (≥992px)
========================= */
@media (min-width: 992px) {
  .hero .hero-img-wrap {
    position: relative;
  }

  .hero .hero-img-wrap img {
    position: absolute;
    max-width: 550px;
    top: -80px;
    right: -50px;
    left: auto;
  }

  .hero .hero-img-wrap:after {
    display: block;
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url("../images/dots-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: -100px;
    top: 0;
  }
}

/* =========================
   LARGE DESKTOP (≥1200px)
========================= */
@media (min-width: 1200px) {
  .hero .hero-img-wrap img {
    top: -62px;
    right: -100px;
  }

  .hero .hero-img-wrap:after {
    right: -80px;
  }
}


/* Start Table Section */

.RWspecs-section {
  padding: 0px 0;
}

.RWsection-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}

/* --- Machine Image + Overlapping Thumbnails --- */
.img-wrap {
  position: relative;
  display: inline-block;
}

.main-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -180px;
}

/* Thumbnails under main image */
.thumbs-row {
  position: absolute;
  left: 50%;
  bottom: 135px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  z-index: 5;
}

.thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.thumb:hover {
  transform: scale(1.05);
}

/* Slight creative positioning */
.side-thumb {
  transform: translateY(15px) scale(0.95);
  opacity: 0.9;
}

.left-thumb {
  margin-right: -5px;
}

.right-thumb {
  margin-left: -5px;
}

/* Responsive design */
@media (max-width: 992px) {
  .thumb {
    width: 80px;
    height: 80px;
  }
  .thumbs-row {
    bottom: -40px;
    gap: 20px;
  }
}

/* Hero text */
.single-needle-page .hero .intro-excerpt h1 {
  font-size: 55px;
}

/* Hero text ind*/
.hero .intro-excerpt h1 {
  font-size: 55px;
}


/* Product Feature Section – L1A */
.L1A {
  padding: 80px 0;
}

.L1A .section-title {
  margin-bottom: 20px;
}

.L1A p {
  font-size: 19px;
  line-height: 1.9;
  color: #555;
}

.L1A .img-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}


@media (max-width: 768px) {
  .L1A {
    text-align: center;
    padding: 13px 19px;

  }

  .L1A .img-wrap {
    margin-top: 85px;
  }
}


/* Table automatically adjusts within screen */
.table-container {
  width: 100%;
  overflow: hidden;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: center;
  table-layout: fixed; /* evenly distributes columns */
}

.specs-table th,
.specs-table td {
  border: 1px solid #ccc;
  padding: 10px 6px;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word; /* allows wrapping */
  white-space: normal;
}

.specs-table thead th {
  background-color: #411818;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
}

.specs-table th i {
  font-size: 20px;
  display: block;
  color: #ffffff;
  margin-bottom: 6px;
  opacity: 0.85;
}

.specs-table td.model {
  font-weight: 700;
  color: #411818;
  background-color: #ffffff;
}

.specs-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}

/* Adjust table progressively for smaller screens */

@media (max-width: 1200px) {
  .specs-table {
    font-size: 13px;
  }
  .specs-table th, .specs-table td {
    padding: 8px 4px;
  }
  .specs-table th i {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .specs-table {
    font-size: 12px;
  }
  .specs-table th i {
    font-size: 16px;
  }
  .specs-table th, .specs-table td {
    padding: 6px 3px;
  }
}

@media (max-width: 768px) {
  .specs-section {
    padding: 30px 8px;
  }
  .specs-table {
    font-size: 11px;
  }
  .specs-table th i {
    font-size: 14px;
  }
  .specs-table th, .specs-table td {
    padding: 5px 2px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 18px;
  }
  .specs-table {
    font-size: 10px;
  }
  .specs-table th i {
    font-size: 12px;
  }
  .specs-table th, .specs-table td {
    padding: 4px 2px;
  }
}

/* End Table Section */



/* Tab section */
.product-tabs {
  max-width: 1100px;
  margin: 60px auto;
  text-align: center;
  color: #333;
}

/* Center-aligned navigation */
.tabs-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 12px;
  margin-bottom: 35px;
}

/* Tab buttons */
.tab-btn {
  background: none;
  border: none;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  padding: 8px 10px;
}

/* Hover + active effects */
.tab-btn:hover {
  color: #411818;
}

.tab-btn.active {
  color: #411818;
  font-weight: 600;
}

.tab-btn.active::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2.5px;
  background-color: #411818;
  border-radius: 2px;
}

/* Tab content area */
.tabs-content {
  text-align: left;
  padding: 0 15px;
  line-height: 1.8;
}

/* Panel fade animation */
.tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.tab-panel.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .tab-btn {
    font-size: 14px;
    padding: 6px 8px;
  }
  .tabs-nav {
    gap: 12px;
  }
  .tabs-content {
    font-size: 14px;
  }
}

.section-title {
 padding-top: 23px;
}

/* === Overview Tab Styling === */

.RWL1doverview-tab {
  text-align: center;
  padding: 30px 20px;
}

/* === Responsive Video Container === */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px; /* optional */
  margin: 0 auto;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
}

/* === Video Element === */
.video-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px; /* optional */
  background: #000;
}

/* PDF Link Styling */
.RWL1doverview-pdf {
  margin-top: 25px;
  text-align: center; /* Centers the button horizontally */
  margin-bottom: 30px;
}

.RWL1doverview-pdf a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #c70000;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.RWL1doverview-pdf a:hover {
  background-color: #a00000;
  transform: scale(1.05);
}

/* === End Overview Tab Styling === */

/* === Feature Tab Styling === */

.RWL1dfeatures-heading {
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 50px;
  position: relative;
}

.RWL1dfeatures-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #c70000;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Rows */
.RWL1dfeatures-row {
  margin-bottom: 50px;
}

/* Headings and paragraphs */
.RWL1dfeatures-row h3 {
  margin-bottom: 10px;
  text-align: left;
  padding-top: 15px;
}

.RWL1dfeatures-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 15px;
}

/* Images */
.RWL1dfeatures-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  margin: 10px 0 0; /* adds space above the image */
}

.RWL1dfeatures-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .RWL1dfeature-row .col-md-6 {
    margin-bottom: 30px;
  }
  .RWL1dfeatures-img {
    max-width: 220px;
  }
}


/* Section wrapper – full viewport */

.RWL1afeatures-section {
  width: 100%;
  padding: 20px 20px;
  background-color: #ffffff;
}

/* Heading */
.RWL1afeatures-heading {
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 60px;
  position: relative;
}

.RWL1afeatures-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #c70000;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Row */
.RWL1afeatures-row {
  max-width: 1200px; /* content width */
  margin: 0 auto;
}

/* Text */
.RWL1afeatures-row h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.RWL1afeatures-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Images */
.RWL1afeatures-img {
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 20px;
}

.RWL1afeatures-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Image row */
.RWL1afeatures-images {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;   /* ✅ center horizontally */
  align-items: center;       /* ✅ center vertically */
}


/* Responsive */
@media (max-width: 768px) {
  .RWL1afeatures-row h3 {
    font-size: 20px;
  }

  .RWL1afeatures-images {
    justify-content: center;
  }

  .RWL1afeatures-img {
    max-width: 220px;
  }
}

/* === Feature Tab Styling === */

/* === Performance Tab Styling === */

/* Main container */
.RWperformance-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: left;
}

/* Each row */
.RWperformance-row {
  margin-bottom: 60px;
}

/* Headings */
.RWperformance-heading {
  font-size: 24px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
  position: relative;
}

.RWperformance-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #d00000;
  margin-top: 6px;
  border-radius: 2px;
}

/* Paragraphs */
.RWperformance-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Images */
.RWperformance-img {
  width: 60%;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.RWperformance-img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

/* Image group for Row 1 */
.RWperformance-img-group {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* bottom alignment */
  gap: 20px;
  flex-wrap: wrap;
}

/* Horizontal image */
.RWperformance-img.horizontal-img {
  width: 55%;
  max-width: 420px;
}

/* Vertical image */
.RWperformance-img.vertical-img {
  width: 35%;
  max-width: 260px;
  align-self: flex-end;
}

/* Reverse layout */
.RWperformance-row.reverse .col-md-6:first-child {
  text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
  .RWperformance-heading {
    font-size: 20px;
  }

  .RWperformance-text {
    font-size: 15px;
  }

  .RWperformance-img-group {
    flex-direction: column;
    align-items: center;
  }

  .RWperformance-img.horizontal-img,
  .RWperformance-img.vertical-img {
    width: 80%;
    max-width: 320px;
  }

  .RWperformance-img {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
  }

  .RWperformance-row {
    flex-direction: column !important;
  }
}


.RWL1dfeatures-heading {
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 50px;
  position: relative;
}

.RWL1dfeatures-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #c70000;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Rows */
.RWL1dfeatures-row {
  margin-bottom: 50px;
}

/* Headings and paragraphs */
.RWL1dfeatures-row h3 {
  margin-bottom: 10px;
  text-align: left;
  padding-top: 15px;
}

.RWL1dfeatures-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 15px;
}

/* Images */
.RWL1dfeatures-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  margin: 10px 0 0; /* adds space above the image */
}

.RWL1dfeatures-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .RWL1dfeature-row .col-md-6 {
    margin-bottom: 30px;
  }
  .RWL1dfeatures-img {
    max-width: 220px;
  }
}




.RWL1aperformance-heading {
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 50px;
  position: relative;
}

.RWL1aperformance-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #c70000;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Rows */
.RWL1aperformance-row {
  margin-bottom: 50px;
}

/* Headings and paragraphs */
.RWL1aperformance-row h3 {
  margin-bottom: 10px;
  text-align: left;
  padding-top: 15px;
}

.RWL1aperformance-row p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: left;
  padding-right: 15px;
}

/* Images */
.RWL1aperformance-img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
  margin: 10px 0 0; /* adds space above the image */
}

.RWL1aperformance-img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 768px) {
  .RWL1aperformance-row .col-md-6 {
    margin-bottom: 30px;
  }
  .RWL1aperformance-img {
    max-width: 220px;
  }
}


/* === End Performance Tab Styling === */

/* === Options Tab Styling === */

/* RW Single Needle Section */

.RW-product-section {
  padding: 2rem 0;
  padding-top: 30px;
}

.RW-product-section .RW-product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 25px 10px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.RW-product-section .RW-product-item .RW-product-thumbnail {
  margin-bottom: 41px;
  width: 53%; /* Default desktop size */
  position: relative;
  top: 0;
  transition: .3s all ease;
}

.RW-product-section .RW-product-item h3 {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

.RW-product-section .RW-product-item strong {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.RW-product-section .RW-product-item h3,
.RW-product-section .RW-product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}

/* Hover icon */
.RW-product-section .RW-product-item .RW-icon-cross {
  position: absolute;
  width: 28px;
  height: 28px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -14px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease;
}

.RW-product-section .RW-product-item .RW-icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Hover Background */
.RW-product-section .RW-product-item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 0%;
  background: rgba(208, 167, 164, 0.25);
  border-radius: 12px;
  z-index: -1;
  transition: height 0.3s ease;
}

/* Hover animations */
.RW-product-section .RW-product-item:hover .RW-product-thumbnail {
 transform: translateY(-5px);
}

.RW-product-section .RW-product-item:hover .RW-icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.RW-product-section .RW-product-item:hover:before {
  height: 60%;
}

/* === RESPONSIVE DESIGN === */

/* Tablet screens */
@media (max-width: 992px) {
  .RW-product-section .RW-product-item .RW-product-thumbnail {
    width: 65%;
    margin-bottom: 30px;
  }

  .RW-product-section .RW-product-item h3 {
    font-size: 14px;
  }

  .RW-product-section .RW-product-item strong {
    font-size: 13px !important;
  }

  .RW-product-section .RW-product-item:before {
    width: 90%;
  }
}

/* Mobile screens */
@media (max-width: 768px) {
  .RW-product-section {
    padding: 1.5rem 0;
  }

  .RW-product-section .RW-product-item {
    padding: 20px 10px 30px;
  }

  .RW-product-section .RW-product-item .RW-product-thumbnail {
    width: 85%;
    margin: 0 auto 20px;
    transform: none !important;
  }

  .RW-product-section .RW-product-item h3 {
    font-size: 16px;
  }

  .RW-product-section .RW-product-item strong {
    font-size: 13px !important;
    display: block;
    line-height: 1.4;
  }

  .RW-product-section .RW-product-item .RW-icon-cross {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }

  .RW-product-section .RW-product-item:before {
    width: 100%;
    height: 0%;
    left: 0;
    right: 0;
    border-radius: 0;
  }

  .RW-product-section .RW-product-item:hover:before {
    height: 0%;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  .RW-product-section .RW-product-item .RW-product-thumbnail {
    width: 80%;
  }

  .RW-product-section .RW-product-item h3 {
    font-size: 15px;
  }

  .RW-product-section .RW-product-item strong {
    font-size: 12px !important;
  }
}

/* Start Signature Section */ 

.signature-text {
  position: absolute;
  top: 15px; /* adjust as needed */
  right: -103px;
  text-align: left;
  font-family: 'Dancing Script', cursive;
  color: rgba(79, 8, 8, 0.25); /* semi-transparent over footer */
  transform: rotate(-8deg);
  z-index: 1;
  line-height: 1.2;
  pointer-events: none;
  opacity: 0;
  animation: fadeInSignature 2.5s ease-in-out forwards, floatSignature 7s ease-in-out infinite;
}

/* Two-line styling */
.signature-text .line1 {
  font-size: 2.4rem;
  display: block;
  letter-spacing: 1px;
}

.signature-text .line2 {
  font-size: 2.4rem;
  display: block;
  margin-top: -1.8rem;
  letter-spacing: 1px;
}

/* Fade-in animation on page load */
@keyframes fadeInSignature {
  0% {
    opacity: 0;
    transform: rotate(-8deg) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: rotate(-8deg) translateY(0);
  }
}

/* Gentle floating loop for subtle motion */
@keyframes floatSignature {
  0%, 100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(-8deg) translateY(-4px);
  }
}

/* Responsive version for smaller screens */
@media (max-width: 992px) {
  .signature-text {
    position: static;
    text-align: right;
    margin-bottom: 1rem;
    transform: rotate(0);
    color: rgba(78, 8, 8, 0.25);
    animation: fadeInSignature 2s ease-in-out forwards;
  }
}


/* End Signature Section */


