/* ============================================================
   SANGAM STATIONARY & XEROX — style.css
   Font: Playfair Display (headings) + Inter (body)
   Colors: #19929F / #19929F / #19929F / #19929F / #19929F / #19929F
   BG sections mostly white, dark for machines/testimonials/footer
============================================================ */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

.container,
.container-fluid {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* ----- RESET & BASE ----- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.75;
  overflow-x: hidden;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ----- TOP BAR ----- */
.top-bar {
  background: #19929F;
  padding: 8px 0;
  font-size: 13px;
}

.top-bar-link {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.top-bar-link:hover {
  color: #fff;
}

.top-social {
  color: rgba(255, 255, 255, 0.7);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 13px;
}

.top-social:hover {
  background: #fff;
  color: #19929F;
  border-color: #fff;
}

/* ----- HEADER / NAVBAR ----- */
.site-header {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  z-index: 1030;
}

/* Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 44px;
  height: 44px;
  background: #19929F;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-main {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #19929F;
  letter-spacing: 0.5px;
}

.brand-sub {
  font-size: 11px;
  color: #19929F;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 14px !important;
  border-radius: 6px;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #19929F;
  background: rgba(25, 146, 159, 0.06);
}

.btn-header-cta {
  background: #19929F;
  color: #fff !important;
  border-radius: 8px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #19929F;
}

.btn-header-cta:hover {
  background: transparent;
  color: #19929F !important;
  border-color: #19929F;
}

.navbar-toggler {
  border: 1.5px solid #19929F;
  padding: 5px 8px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2319929F' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ----- HERO SECTION ----- */
.hero-slide {
  height: 92vh;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.849) 0%, rgba(0, 0, 0, 0.644) 60%, rgba(0, 0, 0, 0.1) 100%);
}

.hero-slide>.container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-badge {
  display: inline-block;
  background: #19929F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin-bottom: 30px;
}

.btn-hero-primary {
  background: #19929F;
  color: #fff;
  border: 2px solid #19929F;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
}

.btn-hero-primary:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-hero-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
}

.btn-hero-secondary:hover {
  background: #19929F;
  color: #fff;
  border-color: #19929F;
}

/* Carousel controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 46px;
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(25, 146, 159, 0.75);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  background-size: 55%;
}

/* ----- SECTION COMMON UTILITIES ----- */
.section-pad {
  padding: 80px 0;
}

.bg-light-subtle {
  background: #f8f9fc;
}

.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #19929F;
  margin-bottom: 10px;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 700;
  color: #19929F;
  line-height: 1.25;
  margin-bottom: 16px;
}

.title-accent {
  color: #19929F;
}

.section-lead {
  font-size: 16px;
  color: #444;
  font-weight: 400;
}

.section-desc {
  font-size: 15px;
  color: #666;
  max-width: 560px;
}

/* ----- ABOUT SECTION ----- */
.about-img-wrapper {
  position: relative;
  display: inline-block;
}

.about-main-img {
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: 20px 20px 50px rgba(25, 146, 159, 0.12);
  animation: float 5s ease-in-out infinite;
}

@keyframes float {

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

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

.about-badge-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #19929F;
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(25, 146, 159, 0.35);
}

.badge-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.badge-label {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.9;
  margin-top: 4px;
  display: block;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.about-feature-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.btn-about-cta {
  background: #19929F;
  color: #fff;
  border: 2px solid #19929F;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}

.btn-about-cta:hover {
  background: transparent;
  color: #19929F;
}

/* ----- WHY CHOOSE US ----- */
.why-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 24px;
  border: 1.5px solid #eee;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #19929F;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.why-card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* ----- SERVICES SECTION ----- */
.services-sub-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
}

.services-sub-heading i {
  font-size: 22px;
}

.srv-card {
  background: #fff;
  border-radius: 14px;
  border: 1.5px solid #eee;
  overflow: hidden;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.srv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Featured card */
.srv-elevated {
  box-shadow: 0 16px 45px rgba(25, 146, 159, 0.12);
  border-color: transparent;
}

.srv-elevated:hover {
  transform: translateY(-8px);
}

.srv-num {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  opacity: 0.15;
  line-height: 1;
  z-index: 1;
}

.srv-img-wrap {
  overflow: hidden;
  height: 250px;
}

.srv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.srv-card:hover .srv-img {
  transform: scale(1.08);
}

.srv-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.srv-title {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 8px;
}

.srv-desc {
  font-size: 13.5px;
  color: #666;
  flex: 1;
  margin-bottom: 16px;
}

.btn-srv-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  background: transparent;
  border-radius: 7px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-srv-call:hover {
  color: #fff !important;
  border-color: transparent !important;
}

.srv-card:nth-child(1) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(2) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(3) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(4) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(5) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(6) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(7) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(8) .btn-srv-call:hover {
  background: #19929F;
}

.srv-card:nth-child(9) .btn-srv-call:hover {
  background: #19929F;
}

/* ----- MACHINES SECTION ----- */
.machines-section {
  background: #19929F;
  position: relative;
}

.machine-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 30px 22px;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease;
  height: 100%;
}

.machine-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-6px);
}

.machine-icon {
  font-size: 36px;
  color: #fff;
  margin-bottom: 14px;
}

.machine-card h6 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
}

.machine-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 16px;
}

.machine-tag {
  display: inline-block;
  color: #19929F;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 30px;
}

/* ----- COUNTERS ----- */
.counters-section {
  background: #f8f9fc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.counter-item {
  padding: 20px;
}

.counter-icon {
  font-size: 36px;
  display: block;
  margin-bottom: 10px;
}

.counter-number {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  color: #19929F;
  line-height: 1;
  display: inline;
}

.counter-plus {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: #19929F;
}

.counter-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-top: 6px;
}

/* ----- HOW IT WORKS ----- */
.how-timeline {
  position: relative;
  padding: 0 0 0 30px;
}

.how-timeline::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #19929F, #19929F, #19929F, #19929F);
}

.how-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.how-step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.how-step-content {
  padding-top: 8px;
}

.how-step-content h5 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 6px;
}

.how-step-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* ----- GALLERY ----- */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1;
  cursor: pointer;
  background: #eee;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(25, 146, 159, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Lightbox */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #19929F;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ----- MILESTONES ----- */
.milestone-timeline {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.milestone-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e8e8e8;
}

.milestone-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 40px;
  padding-right: 54%;
  position: relative;
}

.milestone-item.milestone-right {
  padding-right: 0;
  padding-left: 54%;
  flex-direction: row-reverse;
  text-align: right;
}

.milestone-year {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 30px;
  flex-shrink: 0;
  white-space: nowrap;
}

.milestone-content h6 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 6px;
}

.milestone-content p {
  font-size: 13.5px;
  color: #666;
  margin: 0;
}

/* ----- TESTIMONIALS ----- */
.testimonials-section {
  background: #19929F;
  position: relative;
}

.testi-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 36px;
  text-align: center;
  margin: 10px 20px 60px;
}

.testi-stars {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

.testi-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 28px;
}

.testi-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.testi-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19929F;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.testi-author strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.testi-author span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.testi-indicators {
  bottom: 14px;
}

.testi-indicators button {
  background: rgba(255, 255, 255, 0.4);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
}

.testi-indicators button.active {
  background: #fff;
  width: 22px;
  border-radius: 4px;
}

/* ----- FAQs ----- */
.faq-accordion {
  border-radius: 12px;
  overflow: hidden;
}

.faq-item {
  border: none;
  margin-bottom: 8px;
  border-radius: 10px !important;
  overflow: hidden;
}

.faq-btn {
  background: #f8f9fc;
  color: #19929F;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px !important;
  padding: 16px 20px;
  box-shadow: none !important;
  border: 1.5px solid #eee;
}

.faq-btn:not(.collapsed) {
  background: #19929F;
  color: #fff;
  border-color: #19929F;
}

.faq-btn::after {
  filter: none;
}

.faq-btn:not(.collapsed)::after {
  filter: invert(1);
}

.faq-body {
  background: #fff;
  font-size: 14px;
  color: #555;
  padding: 16px 20px;
  border: 1.5px solid #eee;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

/* ----- CONTACT ----- */
.contact-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-info-item h6 {
  font-weight: 700;
  color: #19929F;
  font-size: 14px;
  margin-bottom: 3px;
}

.contact-info-item p,
.contact-info-item a {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.contact-info-item a:hover {
  color: #19929F;
}

.contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
}

.contact-form-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #19929F;
  margin-bottom: 24px;
}

.cf-input {
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 11px 14px;
  font-size: 14px;
  transition: border-color 0.3s;
  color: #333;
}

.cf-input:focus {
  border-color: #19929F;
  box-shadow: 0 0 0 3px rgba(25, 146, 159, 0.1);
}

.btn-contact-submit {
  background: #19929F;
  color: #fff;
  border: 2px solid #19929F;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}

.btn-contact-submit:hover {
  background: #19929F;
  border-color: #19929F;
  color: #fff;
}

.map-placeholder {
  border-radius: 12px;
  overflow: hidden;
}

/* ----- FOOTER ----- */
.site-footer {
  background: #19929F;
  color: rgba(255, 255, 255, 0.7);
}

.footer-top {
  padding: 60px 0 40px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-brand-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19929F;
  font-size: 18px;
}

.footer-brand-main {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.footer-brand-sub {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-about {
  font-size: 13.5px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.footer-social-link:hover {
  background: #fff;
  color: #19929F;
  border-color: #fff;
}

.footer-heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-links a::before {
  content: '›';
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  line-height: 1;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 4px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 13.5px;
}

.footer-contact-list i {
  margin-top: 2px;
  flex-shrink: 0;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-contact-list a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-bottom p {
  margin: 0;
}

/* ----- FLOATING BUTTONS ----- */
.float-btn {
  position: fixed;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.3s ease, box-shadow 0.3s;
}

.float-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.float-btn i {
  font-size: 18px;
}

.float-whatsapp {
  left: 18px;
  background: #25D366;
}

.float-whatsapp:hover {
  background: #1aad54;
}

.float-call {
  right: 18px;
  background: #19929F;
}

.float-call:hover {
  background: #19929F;
}

/* ----- SCROLL REVEAL ANIMATIONS ----- */
.reveal-up,
.reveal-left,
.reveal-right {
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-up {
  transform: translateY(40px);
}

.reveal-left {
  transform: translateX(-40px);
}

.reveal-right {
  transform: translateX(40px);
}

.revealed {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* ----- NAVBAR SCROLLED STATE ----- */
.site-header.scrolled {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.site-header.scrolled .navbar {
  padding: 10px 0;
}

/* ----- RESPONSIVE ----- */
@media (max-width: 991.98px) {
  .section-pad {
    padding: 60px 0;
  }

  .about-badge-card {
    right: 10px;
    bottom: -14px;
  }

  .milestone-timeline::before {
    left: 20px;
  }

  .milestone-item {
    padding-right: 0;
    padding-left: 60px;
  }

  .milestone-item.milestone-right {
    flex-direction: row;
    text-align: left;
    padding-left: 60px;
    padding-right: 0;
  }

  .milestone-year {
    position: absolute;
    left: -12px;
  }

  .hero-slide {
    height: 70vh;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 50px 0;
  }

  .top-bar {
    font-size: 12px;
  }

  .brand-main {
    font-size: 17px;
  }

  .hero-slide {
    height: 80vh;
    min-height: 500px;
  }

  .hero-title {
    font-size: 26px;
  }

  .counter-number {
    font-size: 38px;
  }

  .contact-form-wrap {
    padding: 24px 16px;
  }

  .testi-card {
    padding: 28px 20px;
    margin: 0 8px 50px;
  }

  .float-btn .float-label {
    display: none;
  }

  .float-btn {
    padding: 13px;
    border-radius: 50%;
  }

  .how-timeline::before {
    left: 2px;
  }

  .how-step {
    padding-left: 24px;
  }

  .milestone-item {
    padding-left: 50px;
  }
}

@media (max-width: 575.98px) {
  .about-main-img {
    aspect-ratio: 3/4;
  }

  .srv-elevated {
    transform: translateY(0);
  }
}

/* ----- BACK TO TOP ----- */
#backToTop {
  position: fixed;
  bottom: 90px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #19929F;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(25, 146, 159, 0.3);
}

#backToTop.visible {
  opacity: 1;
  visibility: visible;
}

#backToTop:hover {
  background: #19929F;
}

/* ============================================================
   ADDITIONS — marquee, director msg, machines grid, video
============================================================ */

/* ----- MARQUEE ----- */
.marquee-wrapper {
  background: #19929F;
  overflow: hidden;
  padding: 11px 0;
  position: relative;
  z-index: 5;
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  will-change: transform;
}

.marquee-track span {
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0 20px;
  flex-shrink: 0;
}

.marquee-dot {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 16px !important;
  padding: 0 4px !important;
}

/* ----- DIRECTOR INFO BAR (inside about) ----- */
.director-info-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding: 16px 20px;
  background: #f4f8ff;
  border-left: 4px solid #19929F;
  border-radius: 0 10px 10px 0;
}

.director-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.director-info-item i {
  font-size: 22px;
  color: #19929F;
}

.director-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  font-weight: 600;
}

.director-info-item strong {
  font-size: 15px;
  color: #190B5E;
  font-weight: 700;
  display: block;
}

/* ----- DIRECTOR MESSAGE SECTION ----- */
.director-msg-section {
  background: #f8f9fc;
}

.director-msg-card {
  background: #fff;
  border-radius: 16px;
  padding: 48px 44px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  border-top: 4px solid #19929F;
}

.director-msg-quote-icon {
  font-size: 56px;
  color: #19929F;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: -10px;
}

.director-msg-text {
  font-size: 16px;
  line-height: 1.85;
  color: #444;
  font-style: italic;
  margin-bottom: 32px;
}

.director-msg-footer {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid #eee;
  padding-top: 24px;
}

.director-avatar {
  width: 54px;
  height: 54px;
  background: #190B5E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.director-name {
  display: block;
  font-size: 16px;
  color: #190B5E;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

.director-title {
  display: block;
  font-size: 13px;
  color: #666;
}

.director-since {
  display: block;
  font-size: 12px;
  color: #19929F;
  font-weight: 600;
  margin-top: 2px;
}

/* ----- MACHINE IMAGE GRID ----- */
.machine-img-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  border: 1.5px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.machine-img-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
  border-color: #19929F;
}

.machine-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f4f8;
}

.machine-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.machine-img-card:hover .machine-img {
  transform: scale(1.06);
}

.machine-img-name {
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #190B5E;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

/* ----- VIDEO SECTION ----- */
.video-card {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  position: relative;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.video-player {
  width: 100%;
  aspect-ratio: 12/9;
  display: block;
  cursor: pointer;
  background: #111;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 56px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s;
  pointer-events: all;
  line-height: 1;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  color: #19929F;
}

.video-play-btn.hidden {
  display: none;
}

.video-caption {
  background: #fff;
  margin: 0;
  padding: 10px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #190B5E;
  text-align: center;
}

/* ----- RESPONSIVE additions ----- */
@media (max-width: 767.98px) {
  .director-msg-card {
    padding: 28px 20px;
  }

  .director-msg-text {
    font-size: 14.5px;
  }

  .director-info-bar {
    flex-direction: column;
    gap: 14px;
  }
}

/* ----- NAVBAR LOGO IMAGE ----- */
.navbar-logo-img {
  height: 100px;
  width: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 767.98px) {
  .navbar-logo-img {
    height: 84px;
  }
}

/* ----- TOP BAR socials-only layout ----- */
.top-bar .d-flex.justify-content-end {
  padding: 2px 0;
}