.osa-hero {
  position: relative;
  overflow: hidden;
  background: transparent;
  min-height: 520px;
}

.osa-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.osa-hero-panel {
  position: relative;
  z-index: 2;
  max-width: 100%;
  min-height: 520px;
  padding: 74px 6% 66px;
  background: transparent;
  clip-path: none;
}

.osa-hero-panel:before {
  content: none;
}

.osa-hero-content {
  max-width: 620px;
  position: relative;
  z-index: 2;
}

.osa-hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.65rem, 2.35vw, 2.55rem);
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 900;
  color: #111;
  margin-bottom: 14px;
}

.osa-hero-desc {
  font-family: "Poppins", sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
  color: #111;
  margin-bottom: 12px;
}

.osa-hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.osa-action-btn {
  border: 1px solid #cfcfcf;
  background: linear-gradient(180deg, #f8f8f8 0%, #e8e8e8 100%);
  color: #111;
  border-radius: 9px;
  padding: 10px 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.15;
}

.osa-action-btn:hover {
  background: #fff;
  color: #111;
}

.heading-1,
.osa-offerings-title,
.osa-tech-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  line-height: 1.15;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-2 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 18px;
}

.elementor-divider {
  text-align: center;
  border: 2px solid #f1b832;
  margin: 16px auto;
  width: 11%;
}

.osa-intro {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 10px;
}

.osa-intro p {
  font-family: "Poppins", sans-serif;
  font-size: 1.12rem;
  line-height: 1.45;
  color: #262626;
  margin-bottom: 20px;
}

.osa-tech-intro {
  background-color: var(--background-color);
  padding-top: 40px;
  padding-bottom: 0;
}

.osa-tech-title {
  color: #050505;
  text-align: center;
  margin-bottom: 18px;
}

.osa-tech-divider {
  width: 220px;
  max-width: 60%;
  height: 4px;
  border-radius: 2px;
  background: #d3a53b;
  margin: 0 auto 20px;
}

.osa-tech-copy {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #1f1f1f;
}

.osa-tech-copy p {
  margin-bottom: 16px;
}

.osa-card {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  border-bottom: 6px solid #d79c2a;
  overflow: hidden;
  height: 100%;
}

.osa-card .card-body {
  display: flex;
  flex-direction: column;
}

.osa-card-image {
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
}

.osa-card-title {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #111;
}

.osa-card-copy {
  font-family: "Poppins", sans-serif;
  color: #2d2d2d;
  line-height: 1.4;
  margin-bottom: 18px;
}

.osa-card-btn,
.btn-outline-custom {
  background: linear-gradient(180deg, #f1c76a 0%, #c48922 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 10px 14px;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

.osa-card-btn {
  margin-top: auto;
  text-decoration: none;
  text-align: center;
}

.osa-card-btn:hover,
.btn-outline-custom:hover {
  color: #fff;
  filter: brightness(1.05);
}

.osa-offerings-wrap {
  background: #ffffff;
  padding-top: 15px;
}

.page-title {
  background-color: var(--background-color);
}

#osa-offerings,
#contact-form {
  scroll-margin-top: 0 !important;
}

#enquiry-form {
  scroll-margin-top: 67px !important;
}

html {
  scroll-padding-top: 0;
}

.osa-offerings-title {
  margin-bottom: 20px;
}

.osa-card-feature {
  max-width: 560px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
}

.osa-card-feature .card-body {
  padding: 18px 18px 14px;
}

.osa-card-feature .osa-card-image {
  max-width: 245px;
  margin-bottom: 12px;
}

.osa-card-feature .osa-card-title {
  font-size: 1.95rem;
  margin-bottom: 8px;
}

.osa-card-feature .osa-card-copy {
  font-size: 1rem;
  line-height: 1.35;
  max-width: 92%;
  margin-bottom: 20px;
}

.osa-card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.osa-card-actions .osa-card-btn {
  flex: 1 1 220px;
}

.osa-detail-hero {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.92) 0%, rgba(17, 17, 17, 0.72) 44%, rgba(17, 17, 17, 0.12) 100%);
}

.osa-detail-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.85;
}

.osa-detail-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 460px;
  display: flex;
  align-items: center;
  padding: 72px 0;
}

.osa-detail-eyebrow {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f1c76a;
  font-weight: 800;
  margin-bottom: 12px;
}

.osa-detail-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.04;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 12ch;
  margin-bottom: 18px;
}

.osa-detail-copy {
  font-family: "Poppins", sans-serif;
  color: #f3f3f3;
  font-size: 1.02rem;
  line-height: 1.58;
  max-width: 680px;
}

.osa-detail-chip-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 22px 0 30px;
}

.osa-detail-chip {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

.osa-detail-cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.osa-detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  border-radius: 8px;
  padding: 12px 18px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.osa-detail-cta.primary {
  background: linear-gradient(180deg, #f1c76a 0%, #c48922 100%);
  color: #fff;
}

.osa-detail-cta.secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.osa-detail-section {
  padding: 54px 0;
}

.osa-detail-panel {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.osa-detail-panel .card-body {
  padding: 28px;
}

.osa-page-heading {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
  margin-left: 2px;
}

.osa-product-panel {
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.osa-product-media {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osa-product-carousel {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.osa-product-carousel .carousel-item {
  min-height: 400px;
}

.osa-product-carousel .carousel-item.active,
.osa-product-carousel .carousel-item.carousel-item-next,
.osa-product-carousel .carousel-item.carousel-item-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}

.osa-product-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 460px;
  object-fit: contain;
  display: block;
}

.osa-product-indicators {
  position: static;
  margin: 12px 0 0;
  gap: 8px;
}

.osa-product-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #ccd2df;
  opacity: 1;
}

.osa-product-indicators .active {
  background-color: #22346f;
}

.osa-product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: #f6f6f6;
  color: #7e7e7e;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.osa-product-arrow-left {
  left: 8px;
}

.osa-product-arrow-right {
  right: 8px;
}

.osa-product-arrow i {
  font-size: 1.2rem;
  line-height: 1;
}

.osa-product-info {
  padding-top: 12px;
  padding-right: 24px;
}

.product-details-heading {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
}

.product-details-heading::after {
  content: "";
  display: block;
  width: 180px;
  max-width: 100%;
  height: 4px;
  margin-top: 8px;
  background: #f1c76a;
}

.osa-product-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  font-weight: 900;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 8px;
}

.osa-product-title:after {
  content: "";
  display: block;
  width: 210px;
  height: 4px;
  background: #f1c76a;
  margin-top: 8px;
}

.osa-product-table {
  margin-bottom: 22px;
  margin-top: 8px;
}

.osa-product-table th {
  width: 170px;
  padding-left: 0;
  padding-right: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #222;
  white-space: nowrap;
}

.osa-product-table td {
  padding-left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #444;
  line-height: 1.35;
}

.osa-product-table tr + tr th,
.osa-product-table tr + tr td {
  padding-top: 18px;
}

.osa-spec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #22346f;
  color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(34, 52, 111, 0.18);
}

.osa-spec-btn:hover {
  color: #fff;
  filter: brightness(1.05);
}

.osa-detail-image {
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.osa-detail-section-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(1.2rem, 2vw, 2.1rem);
  color: #111;
  margin-bottom: 12px;
}

.osa-detail-section-copy {
  font-family: "Poppins", sans-serif;
  color: #2a2a2a;
  line-height: 1.65;
  margin-bottom: 0;
}

.osa-spec-tabs {
  border-bottom: 3px solid #d9d9d9;
  gap: 22px;
  margin-bottom: 18px;
}

.osa-spec-tabs .nav-link {
  border: 0;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 0 2px 10px;
  margin: 0;
  background: transparent;
  color: #c9c9c9;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1.15;
}

.osa-spec-tabs .nav-link:hover,
.osa-spec-tabs .nav-link:focus {
  color: #9d9d9d;
  border-color: transparent;
}

.osa-spec-tabs .nav-link.active,
.osa-spec-tabs .nav-item.show .nav-link {
  color: #1f1f1f;
  background: transparent;
  border-color: #f1c76a;
}

.osa-spec-content {
  min-height: 320px;
}

.osa-spec-content .tab-pane {
  animation: osaFade 0.2s ease-in;
}

.osa-spec-table-wrap {
  overflow-x: auto;
}

.osa-spec-table {
  min-width: 920px;
  border-color: #d7d7d7;
}

.osa-spec-table th,
.osa-spec-table td {
  border-color: #d7d7d7;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #2b2b2b;
  padding: 12px 14px;
  vertical-align: middle;
}

.osa-spec-table thead th {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

.osa-spec-table thead th:first-child,
.osa-spec-table thead th:nth-child(2) {
  text-align: left;
}

.osa-spec-table tbody th {
  font-weight: 500;
  white-space: nowrap;
}

.osa-spec-table tbody td {
  text-align: center;
  white-space: nowrap;
}

.osa-spec-table tbody td:first-of-type {
  text-align: left;
}

@keyframes osaFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.osa-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.osa-spec-card {
  background: linear-gradient(180deg, #ffffff 0%, #f9f7f2 100%);
  border: 1px solid #ece4d2;
  border-radius: 14px;
  padding: 18px;
}

.osa-spec-card h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #c48922;
  margin-bottom: 10px;
}

.osa-spec-card p {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #252525;
  line-height: 1.45;
}

.osa-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.osa-spec-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.45;
  color: #2d2d2d;
}

.osa-spec-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c48922;
}

.osa-detail-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: start;
}

.osa-detail-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.osa-detail-badge {
  background: #f5f0e5;
  color: #2c2417;
  border-radius: 999px;
  padding: 8px 14px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
}

.osa-card-feature .osa-card-btn {
  width: 100%;
  display: block;
  border-radius: 8px;
  font-size: 1rem;
  letter-spacing: 0.5px;
  padding: 10px 14px;
}

.osa-card:not(.osa-card-feature) .card-body {
  text-align: center;
}

.osa-card:not(.osa-card-feature) .osa-card-title {
  font-size: 1.45rem;
  margin-bottom: 8px;
  text-align: center;
}

.btn-outline-custom {
  margin-bottom: 16px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .osa-hero {
    min-height: 460px;
  }

  .osa-hero-bg {
    width: 100%;
    opacity: 1;
  }

  .osa-hero-panel {
    max-width: 100%;
    min-height: 460px;
    padding: 54px 5% 48px;
    background: transparent;
    clip-path: none;
  }

  .osa-hero-title { font-size: clamp(1.4rem, 2.4vw, 2rem); }
  .osa-hero-desc { font-size: 0.98rem; }
  .osa-action-btn { font-size: 0.92rem; padding: 10px 20px; }
}

@media (max-width: 576px) {
  .osa-hero {
    min-height: 500px;
  }

  .osa-hero-bg {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
  }

  .osa-hero-panel {
    max-width: 100%;
    min-height: 500px;
    padding: 70px 18px 28px;
    background: transparent;
    clip-path: none;
  }

  .osa-hero-title {
    font-size: 1.45rem;
  }

  .osa-hero-desc {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .osa-action-btn {
    width: 100%;
    text-align: center;
    font-size: 0.92rem;
    padding: 11px 14px;
  }

  .heading-2 {
    font-size: 1.2rem;
  }

  .osa-offerings-wrap {
    padding: 35px 0;
  }

  .osa-offerings-title,
  .osa-tech-title {
    font-size: 1.3rem;
  }

  .osa-offerings-title {
    margin-bottom: 18px;
  }

  .osa-card-feature .card-body {
    padding: 18px;
  }

  .osa-card-feature .osa-card-title {
    font-size: 1.55rem;
  }

  .osa-card-feature .osa-card-copy {
    max-width: 100%;
  }

  .osa-card:not(.osa-card-feature) .osa-card-title {
    font-size: 1.25rem;
  }

  .osa-card-actions {
    flex-direction: column;
  }

  .osa-card-actions .osa-card-btn {
    flex-basis: auto;
  }

  .osa-detail-hero,
  .osa-detail-hero-inner {
    min-height: 0;
  }

  .osa-detail-hero-inner {
    padding: 60px 0;
  }

  .osa-detail-title {
    max-width: none;
  }

  .osa-detail-copy {
    font-size: 0.96rem;
  }

  .osa-spec-tabs {
    gap: 14px;
    margin-bottom: 14px;
  }

  .osa-spec-tabs .nav-link {
    font-size: 0.9rem;
    padding-bottom: 8px;
  }

  .osa-spec-content {
    min-height: 0;
  }

  .osa-detail-cta {
    width: 100%;
  }

  .osa-detail-panel .card-body {
    padding: 20px;
  }

  .osa-page-heading {
    font-size: 1.35rem;
  }

  .osa-product-media {
    min-height: 300px;
  }

  .osa-product-carousel .carousel-item {
    min-height: 300px;
  }

  .osa-product-image {
    max-width: 100%;
    max-height: 340px;
  }

  .osa-product-info {
    padding-top: 0;
    padding-right: 0;
  }

  .osa-product-title {
    font-size: 1.2rem;
  }

  .osa-product-title:after {
    width: 160px;
  }

  .osa-product-table th,
  .osa-product-table td {
    font-size: 0.9rem;
  }

  .osa-spec-grid,
  .osa-detail-split {
    grid-template-columns: 1fr;
  }

  .osa-tech-intro {
    padding: 34px 0 14px;
  }

  .osa-tech-copy {
    font-size: 0.96rem;
    line-height: 1.4;
  }
}
