/* Project-specific polish layered on top of the original template CSS. */
:root {
  --sk-premium-blue: #2368b5;
  --sk-premium-blue-2: #eaf4ff;
  --sk-premium-ink: #183a5a;
  --sk-premium-muted: #607285;
  --sk-premium-line: #dbe8f2;
  --sk-premium-soft: #f6faff;
  --sk-premium-brass: #c08a3d;
}

html {
  scroll-behavior: smooth;
}

#home,
#products,
#market-rates,
#about,
#contact,
[id^="product-"] {
  scroll-margin-top: 120px;
}

.rs-header-one .rs-header-inner {
  min-height: 92px;
  padding-inline: 18px;
}

.rs-header-one .rs-header-logo img,
.offcanvas-logo img {
  max-height: 58px;
  width: auto;
}

.rs-header-btn .rs-btn {
  min-width: 184px;
  white-space: nowrap;
}

.rs-banner-three {
  min-height: 760px;
}

.rs-banner-three::before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.35) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.rs-banner-three .container {
  position: relative;
  z-index: 2;
}

.rs-banner-three .rs-section-subtitle,
.rs-banner-three .rs-banner-title,
.rs-banner-three .descrip {
  color: var(--sk-premium-ink) !important;
  text-shadow: none;
}

.rs-banner-three .rs-section-subtitle {
  color: var(--sk-premium-blue) !important;
}

.rs-banner-three .descrip {
  font-size: 19px;
  line-height: 1.75;
  max-width: 740px;
}

.rs-banner-three .rs-btn.has-bg-transparent {
  background: #ffffff;
  border-color: var(--sk-premium-line);
  color: var(--sk-premium-blue);
}

.rs-banner-three .rs-btn.has-bg-transparent .icon-box svg {
  fill: var(--sk-premium-blue);
}

.sk-template-products .rs-section-title-wrapper .descrip {
  margin-inline: auto;
  max-width: 660px;
}

.sk-template-products .rs-services-item,
.sk-template-process .rs-feature-item,
.rs-feature-two .rs-feature-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sk-template-products .rs-services-thumb img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.sk-template-products .rs-services-content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.sk-template-products .rs-services-content .descrip {
  min-height: 96px;
}

.sk-template-products .rs-services-btn {
  margin-top: auto;
}

.sk-market-rates {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.sk-market-rates .rs-section-title-wrapper {
  margin-bottom: 0;
}

.sk-market-rates .descrip {
  color: var(--sk-premium-muted);
  max-width: 720px;
}

.sk-market-schedule {
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid var(--sk-premium-line);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(24, 58, 90, 0.07);
  color: var(--sk-premium-ink);
  display: flex;
  gap: 12px;
  line-height: 1.55;
  margin-left: auto;
  max-width: 420px;
  padding: 18px 20px;
}

.sk-market-schedule i {
  color: var(--sk-premium-blue);
  flex: 0 0 auto;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 1px;
}

.sk-market-board {
  background: #ffffff;
  border: 1px solid #d4e3f1;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(24, 58, 90, 0.1);
  overflow: hidden;
}

.sk-market-board-header {
  align-items: center;
  background: linear-gradient(135deg, #10243d 0%, #173d62 100%);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
}

.sk-market-board-title,
.sk-market-board-meta,
.sk-market-instrument {
  align-items: center;
  display: flex;
}

.sk-market-board-title {
  gap: 13px;
}

.sk-market-board-title strong {
  display: block;
  font-size: 17px;
  line-height: 1.3;
}

.sk-market-board-title small {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 3px;
}

.sk-market-board-meta {
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.sk-market-board-meta span {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 6px;
  line-height: 1;
  padding: 9px 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sk-market-live-dot {
  background: #19b86a;
  border-radius: 999px;
  box-shadow: 0 0 0 6px rgba(25, 184, 106, 0.18);
  flex: 0 0 auto;
  height: 10px;
  width: 10px;
}

.sk-market-rates.is-unavailable .sk-market-live-dot {
  background: #e23b3b;
  box-shadow: 0 0 0 6px rgba(226, 59, 59, 0.18);
}

.sk-market-quote-head,
.sk-market-quote-row {
  display: grid;
  grid-template-columns: minmax(185px, 0.9fr) minmax(210px, 1fr) minmax(150px, 0.65fr) minmax(175px, 0.75fr) minmax(80px, 0.25fr);
}

.sk-market-quote-head {
  background: #f3f7fb;
  border-bottom: 1px solid #dbe8f2;
  color: #607285;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 12px 22px;
  text-transform: uppercase;
}

.sk-market-quote-row {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #e0ebf4;
  column-gap: 22px;
  min-height: 104px;
  padding: 18px 22px;
}

.sk-market-quote-row:last-child {
  border-bottom: 0;
}

.sk-market-quote-row:hover {
  background: #f8fbff;
}

.sk-market-instrument {
  gap: 13px;
  min-width: 0;
}

.sk-market-symbol {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #c8def5;
  border-radius: 6px;
  color: #1f67ad;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 17px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.sk-market-instrument h3 {
  color: var(--sk-premium-ink);
  font-size: 20px;
  line-height: 1.22;
  margin: 0 0 2px;
  overflow-wrap: anywhere;
}

.sk-market-instrument small,
.sk-market-price-cell small,
.sk-market-session span {
  color: var(--sk-premium-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.sk-market-price-cell {
  min-width: 0;
}

.sk-market-price {
  color: var(--sk-premium-ink);
  display: block;
  font-size: clamp(28px, 2.4vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.sk-market-quote-row.is-loading .sk-market-price,
.sk-market-quote-row.is-unavailable .sk-market-price {
  color: var(--sk-premium-muted);
  font-size: 24px;
}

.sk-market-session {
  display: grid;
  gap: 8px;
}

.sk-market-session span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.sk-market-session b {
  color: var(--sk-premium-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
}

.sk-market-change {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 6px;
  justify-content: center;
  line-height: 1.15;
  min-height: 40px;
  padding: 10px 12px;
  text-align: center;
  white-space: normal;
}

.sk-market-change i {
  font-size: 18px;
  line-height: 1;
}

.sk-market-change.is-up {
  background: #e7f8ee;
  color: #0c8a45;
}

.sk-market-change.is-down {
  background: #fff0f0;
  color: #c52f2f;
}

.sk-market-change.is-flat {
  background: #f1f5f9;
  color: #42566b;
}

.sk-market-change.is-neutral {
  background: #f6f1e9;
  color: #775d2d;
}

.sk-market-meta {
  color: var(--sk-premium-muted);
  display: block;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.sk-market-disclaimer {
  color: var(--sk-premium-muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 28px auto 0;
  max-width: 820px;
  text-align: center;
}

.sk-template-process {
  background: linear-gradient(180deg, #ffffff 0%, var(--sk-premium-soft) 100%);
}

.sk-template-process .rs-feature-item {
  background: #ffffff;
  border: 1px solid var(--sk-premium-line);
  box-shadow: 0 18px 45px rgba(35, 104, 181, 0.08);
}

.sk-page-breadcrumb::before {
  background: linear-gradient(90deg, rgba(12, 60, 97, 0.84), rgba(12, 60, 97, 0.52));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.sk-page-breadcrumb .container {
  position: relative;
  z-index: 1;
}

.sk-about-template.rs-about-two .rs-about-tab .nav-link::after {
  background-color: var(--sk-premium-blue);
}

.sk-about-template.rs-about-two .rs-about-tab .nav-link.active,
.sk-about-template.rs-about-two .rs-about-tab .nav-link:hover {
  color: var(--sk-premium-blue);
}

.rs-feature-two .rs-feature-icon i {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}

.sk-contact-map-section {
  background: #ffffff;
  padding-bottom: 56px;
}

.sk-contact-map-section .rs-section-title-wrapper {
  margin-bottom: 32px;
}

.sk-contact-map-section .rs-section-subtitle {
  color: var(--rs-theme-orange);
}

.sk-contact-map-section .descrip {
  margin-inline: auto;
  max-width: 640px;
}

.sk-contact-map {
  margin-inline: auto;
  max-width: 980px;
  min-height: 380px;
}

.sk-contact-map-dots {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.sk-map-land {
  background-image: radial-gradient(#cfcfcf 1.35px, transparent 1.35px);
  background-size: 8px 8px;
  display: block;
  opacity: 0.95;
  position: absolute;
}

.sk-map-land-one {
  border-radius: 52% 48% 58% 42%;
  clip-path: polygon(8% 32%, 30% 12%, 66% 11%, 92% 34%, 78% 62%, 54% 58%, 37% 88%, 18% 72%);
  height: 148px;
  left: 7%;
  top: 15%;
  transform: rotate(-8deg);
  width: 265px;
}

.sk-map-land-two {
  border-radius: 45% 55% 62% 38%;
  clip-path: polygon(28% 2%, 78% 12%, 88% 42%, 67% 65%, 56% 99%, 30% 78%, 15% 48%);
  height: 156px;
  left: 27%;
  top: 52%;
  transform: rotate(14deg);
  width: 105px;
}

.sk-map-land-three {
  border-radius: 50%;
  clip-path: polygon(4% 28%, 25% 10%, 49% 18%, 68% 5%, 98% 31%, 88% 60%, 61% 58%, 48% 88%, 24% 75%, 8% 56%);
  height: 176px;
  left: 43%;
  top: 13%;
  transform: rotate(2deg);
  width: 390px;
}

.sk-map-land-four {
  border-radius: 48% 52% 56% 44%;
  clip-path: polygon(38% 4%, 76% 19%, 88% 55%, 65% 98%, 30% 82%, 12% 48%);
  height: 164px;
  left: 48%;
  top: 45%;
  transform: rotate(-6deg);
  width: 150px;
}

.sk-map-land-five {
  border-radius: 58% 42% 52% 48%;
  clip-path: polygon(7% 48%, 33% 22%, 72% 27%, 96% 57%, 74% 82%, 26% 76%);
  height: 82px;
  left: 77%;
  top: 65%;
  transform: rotate(8deg);
  width: 145px;
}

.sk-map-land-six {
  border-radius: 52% 48% 40% 60%;
  clip-path: polygon(12% 38%, 44% 4%, 82% 22%, 91% 60%, 48% 86%, 16% 70%);
  height: 82px;
  left: 34%;
  top: 7%;
  transform: rotate(-14deg);
  width: 130px;
}

.sk-contact-map .rs-ripple-item {
  z-index: 2;
}

.sk-contact-card-section {
  padding-bottom: 76px;
}

.sk-contact-card-section .rs-contact-item {
  background: #ffffff;
  min-height: 225px;
}

.sk-contact-card-section .rs-contact-content p,
.sk-contact-card-section .rs-contact-content a {
  color: var(--sk-premium-muted);
  line-height: 1.7;
}

.sk-contact-form-section {
  padding-top: 0;
}

.sk-contact-form-section .rs-contact-form small {
  color: #d64521;
  display: block;
  margin-top: 7px;
  text-align: left;
}

.sk-contact-form-section .rs-contact-btn {
  margin-top: 4px;
}

.ajax-response {
  border-radius: 6px;
  display: none;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 18px;
  padding: 12px 14px;
}

.ajax-response.success,
.ajax-response.error {
  display: block;
}

.ajax-response.success {
  background: #eefaf4;
  border: 1px solid #bde8d0;
  color: #18613b;
}

.ajax-response.error {
  background: #fff5f2;
  border: 1px solid #f3c6b8;
  color: #a33a20;
}

.rs-contact-form .field-error {
  color: #d64521;
  display: block;
  margin-top: 7px;
  text-align: left;
}

.rs-contact-form .is-invalid {
  border-color: #d64521 !important;
}

.sk-product-details {
  background: #ffffff;
}

.sk-product-details .rs-services-details-thumb {
  margin-bottom: 0;
}

.sk-product-details .sk-product-details-thumb img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(24, 58, 90, 0.1);
  object-fit: cover;
}

.sk-product-details-content {
  margin-inline-start: clamp(0px, 3vw, 42px);
  max-width: 640px;
}

.sk-product-details .rs-section-title-wrapper {
  margin-bottom: 28px;
}

.sk-product-details .rs-section-title {
  line-height: 1.13;
  margin-bottom: 0;
}

.sk-product-details .rs-services-details-wrapper .sk-product-spec-list ul {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}

.sk-product-details .rs-services-details-wrapper .sk-product-spec-list ul li {
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 0 !important;
}

.sk-product-details .rs-services-details-wrapper .sk-product-spec-list ul li i {
  flex: 0 0 20px;
  margin-top: 3px;
}

.sk-product-details .rs-services-details-wrapper .sk-product-spec-list ul li strong {
  color: var(--sk-premium-ink);
  flex: 0 0 auto;
}

.sk-product-details .rs-services-details-wrapper .sk-product-spec-list ul li span {
  color: var(--sk-premium-muted);
}

.sk-product-details-action {
  margin-top: 32px;
}

.sk-product-details-action .rs-btn {
  min-width: 205px;
}

.sk-product-applications {
  padding-top: 70px;
  padding-bottom: 78px;
}

.sk-product-applications .section-title-space {
  margin-bottom: 42px;
}

.sk-product-applications .rs-section-title {
  line-height: 1.12;
  margin-bottom: 0;
}

.sk-product-applications .sk-product-application-card {
  background: #f5faff;
  border: 1px solid var(--sk-premium-line);
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(24, 58, 90, 0.06);
  min-height: 300px;
  padding: 38px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sk-product-applications .sk-product-application-card:hover {
  box-shadow: 0 24px 60px rgba(24, 58, 90, 0.1);
  transform: translateY(-4px);
}

.sk-product-applications .rs-feature-title {
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 18px;
}

.sk-product-applications .rs-feature-descrip p {
  line-height: 1.65;
  margin-bottom: 0;
}

.sk-product-applications .rs-feature-icon {
  background: #ffffff;
  border: 1px solid #d7e9fb;
  border-radius: 6px;
  color: var(--sk-premium-blue);
  height: 64px;
  margin-top: 34px;
  width: 64px;
}

.sk-product-applications .rs-feature-icon i {
  color: var(--sk-premium-blue);
  font-size: 30px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .rs-header-btn {
    display: none;
  }

  .rs-banner-three {
    min-height: 640px;
  }

  .sk-product-details-content {
    margin-inline-start: 0;
  }

  .sk-product-applications .sk-product-application-card {
    min-height: 280px;
  }

  .sk-market-schedule {
    margin-left: 0;
    max-width: none;
  }

  .sk-market-quote-head,
  .sk-market-quote-row {
    grid-template-columns: minmax(170px, 0.9fr) minmax(185px, 1fr) minmax(135px, 0.65fr) minmax(155px, 0.75fr) minmax(72px, 0.25fr);
  }

  .sk-market-price {
    font-size: clamp(25px, 2vw, 32px);
  }
}

@media (max-width: 767px) {
  .rs-header-one .rs-header-inner {
    min-height: 78px;
    padding-inline: 14px;
  }

  .rs-banner-three {
    min-height: auto;
  }

  .rs-banner-three .rs-banner-title {
    font-size: 48px;
  }

  .sk-product-applications {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .sk-product-applications .sk-product-application-card {
    min-height: auto;
    padding: 28px;
  }

  .sk-market-board-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .sk-market-board-meta {
    justify-content: flex-start;
  }

  .sk-market-quote-head {
    display: none;
  }

  .sk-market-quote-row {
    grid-template-columns: 1fr;
    min-height: auto;
    row-gap: 14px;
    padding: 20px;
  }

  .sk-market-price {
    font-size: 31px;
  }

  .sk-market-meta {
    text-align: left;
  }

  .sk-market-change {
    justify-content: flex-start;
    width: fit-content;
  }

}
