@import "typography/Myriad Pro.css";

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Myriad Pro";

  color: #012639;

  font-style: normal;

  font-weight: normal;

  font-size: 16px;

  line-height: 19px;
}

/* typo */

h2 {
  font-family: Myriad Pro;

  font-style: normal;

  font-weight: 600;

  font-size: 24px;

  line-height: 29px;

  color: #ff9933;
}

h3 {
  font-family: Myriad Pro;

  font-style: normal;

  font-weight: normal;

  font-size: 30px;

  line-height: 34px;

  color: #012639;

  margin-bottom: 24px;
}

h5 {
  font-weight: 600;

  font-size: 18px;

  line-height: 22px;

  color: #ff9933;

  margin-bottom: 18px;
}

.link-style-1 {
  font-weight: 600;

  font-size: 14px;

  line-height: 17px;

  color: #ff9933;
}

.link-style-2 {
  color: inherit;
}

.link-style-3 {
  color: #024D64;
}

.news-item-list-title a {
  color: inherit;
}

select,
input,
textarea {
  outline: none !important;
}

.filter__year,
.filter__sort-by {
  padding-right: 40px !important;
}

.filter__year,
.filter__sort-by {
  background-image: url(../images/readmore-icon.png);

  background-size: 28px 28px;

  background-position: right 2px;

  background-repeat: no-repeat;
}

select {
  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;
  /* Remove default arrow */

  outline: none;

  font-weight: 600;

  font-size: 20px;

  line-height: 24px;

  background: none;

  -webkit-border-radius: 2px;

  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);

  -webkit-padding-end: 20px;

  -webkit-padding-start: 2px;

  -webkit-user-select: none;

  border: 0px solid #aaa;

  margin: 0;

  overflow: hidden;

  padding-top: 2px;

  padding-bottom: 2px;

  text-overflow: ellipsis;

  white-space: nowrap;

  width: 140%;

  color: #000 ;
}

input[type="submit"].submit-style-1 {
  font-weight: 600;

  font-size: 11px;

  line-height: 24px;

  color: #012639;

  border: none;

  background: none;

  padding: 0px;

  border-bottom: 1px solid #012639;

  width: 100%;

  text-align: left;

  padding-bottom: 3px;
}

input[type="submit"] {
  /* font-weight: 600;

  font-size: 14px;

  line-height: 17px;

  letter-spacing: 0.05em;

  border: none;

  background: none;

  text-transform: uppercase;

  padding-left: 0px; */
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  background: #012639;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin: 2px 0;
  transition: background 0.2s;
  text-transform: none;
  box-shadow: none;
  border: none;
}

input[type="submit"]:hover {
  background: #fff;
  color: #012639 !important;
}

input[type="submit"].orange {
  font-weight: 600;

  font-size: 14px;

  line-height: 17px;

  letter-spacing: 0.05em;

  border: none;

  background: none;

  text-transform: uppercase;

  padding-left: 0px;
  color: #ff9933;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 0px;

  font-weight: 300;

  font-size: 14px;

  line-height: 25px;

  margin-bottom: 15px;

  width: 100%;

  background: none;

  border: none;

  border-bottom: 1px solid #012639;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #747474 !important;
}


a {
  color: #ff9933;
}

.address a {
  color: #012639;
}

.form-inquiry .address a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  background: #012639;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin: 2px 0;
  transition: background 0.2s;
  text-transform: none;
}

.form-inquiry .address a:hover {
  background: #fff;
  color: #012639 !important;
}

.address a:hover {
  color: #e5e5e5;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.7;
}

ul {
  padding: 0px;

  list-style: none;

  font-weight: 600;

  font-size: 18px;

  line-height: 25px;

  color: #012639;
}

.overview-container ul {
  list-style: outside;
  padding-left: 40px;
  font-size: inherit;
  font-weight: 500;
}

ul li a {
  color: inherit;
}

.text-blue {
  color: #012639;
}

.text-orange {
  color: #ff9933;
}

.text-orange-hover:hover {
  color: #ff9933;
}

.text-bigger {
  font-size: 20px;

  line-height: 24px;
}

p.text-bigger {
  margin-bottom: 20px;
}

.text-smaller {
  font-size: 16px !important;

  line-height: 20px !important;
}

.text-smaller-smaller {
  font-size: 14px !important;

  line-height: 18px !important;
}

.text-smallest {
  font-size: 12px !important;

  line-height: 14px !important;
}

/* utilities */

.back-to-top {
  position: fixed !important;

  z-index: 9999;

  right: 3%;

  bottom: 3%;

  opacity: 0;

  transition: all 0.5s ease;
}

.back-to-top.show {
  opacity: 1;
}

.hide {
  display: none;
}

.pattern-bg {
  background: url(../images/Background-pattern.webp) center center;
}

.top-white-bar {
  background: white;

  height: 400px;

  position: absolute;

  height: 570px;

  top: 0px;

  z-index: -1;
}

.map-button {
  padding: 8px 10px;

  border-radius: 8px;

  display: block;

  font-size: 11px;

  line-height: 20px;

  color: #ffffff;

  text-align: center;
}

.map-button img {
  width: 23px;
  height: auto;
}

.map-button.map-button-smaller {
  padding: 5px 8px;
}

.map-button.map-button-smaller img {
  width: 15px;
  height: auto;
}

.map-button.blue {
  background: #7eadd3;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.map-button.orange {
  background: #ff9933;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.map-button.green {
  background: #497065;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bg-grey {
  background-color: #e5e5e5;
}

.bg-orange {
  background-color: #ff9933;
}

.border-top-navy {
  border-top: 1px solid #012639;
}

.clear {
  clear: both;
}

.text-align-center {
  text-align: center;
}

.solway-arrow-button {
  width: 40px;

  height: 40px;

  background: url(../images/arrow.png) #ffffff no-repeat center 16px;

  background-size: 18px 10px;

  border-radius: 50px;

  cursor: pointer;

  position: relative;

  display: block;

  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);

  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.4);
}

.solway-arrow-button.smaller {
  width: 24px;

  height: 24px;

  background: url(../images/arrow.png) #ffffff no-repeat center 10px;

  background-size: 11px 6px;
}

.solway-arrow-button.right {
  transform: rotate(-90deg);

  -webkit-box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);

  box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);
}

.solway-arrow-button.top {
  transform: rotate(-180deg);

  -webkit-box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);

  box-shadow: -4px 0px 4px -2px rgba(0, 0, 0, 0.4);
}

.other_rates {
  position: absolute;

  bottom: -350%;

  background-color: #e3e2e0;

  border-radius: 0px 0px 5px 5px;

  right: -11%;

  opacity: 0;

  transition: all 0.5s;
}

#nickel-rate-table:hover .other_rates {
  opacity: 1;
}

.other_rates .rate_table {}

.other_rates .rate_table tr {
  padding: 12px 21px;

  display: block;

  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.other_rates .rate_table tr:last-child {
  border-bottom: 0px;
}

.rate_table {
  color: #012639;

  margin-top: -1%;
}

.rate_table img {
  margin-right: 5px;
}

.rate_table img.graph_trend {
  margin-right: inherit;

  margin: 0px 1px;
}

.rate_table span {
  display: block;
}

.rate_table .daily {
  font-style: normal;

  font-weight: normal;

  font-size: 9px;

  line-height: 11px;

  text-transform: capitalize;
}

.rate_table .rate {
  font-family: Myriad Pro;

  font-style: normal;

  font-weight: bold;

  font-size: 10px;

  line-height: 12px;

  margin-bottom: 5px;
}

.rate_table .provided {
  font-family: Myriad Pro;

  font-style: normal;

  font-weight: normal;

  font-size: 6px;

  line-height: 7px;
}

.rate_table .down {
  color: #ff0000;
}

.rate_table .up {
  color: #21a300;
}

/* eo utilities */

.row {
  position: relative;
}

section {
  background-color: #cdcdcd;

  position: relative;
}

.main {
  /*background: url(../images/main.jpg) no-repeat center center;

	background-size: cover;*/

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0px;
}

.main .inner-div {
  height: 100%;

  width: 100%;

  /*transition: all 0.5s ease;*/

  background: url(../images/main.webp) no-repeat center center;

  background-size: cover;
}

.main .inner-div.zoom {
  transform: scale(1.2);
}

#main-zoom-trigger {
  height: 1px;

  position: relative;

  top: 60%;

  background: red;

  z-index: 99999;
}

.main .hero-content {
  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 78%;

  height: 80%;
}

.main .top-hero-content-wrapper {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 100%;
}

.main .hero-content .solway-arrow-button,
.main .top-hero-content-wrapper .solway-arrow-button {
  position: absolute;

  bottom: 0px;
}

.main img.logo {
  width: 174px;

  height: auto;
}

.main .content .location {
  font-style: normal;

  font-weight: normal;

  font-size: 30px;

  line-height: 36px;

  letter-spacing: 0.03em;

  color: rgba(255, 255, 255, 0.6);

  margin-top: -2%;

  margin-bottom: 56px;
}

.main .content .solway-arrow-button {
  position: absolute;

  bottom: 0px;
}

.nav_logo {
  display: none;

  width: 75px;

  height: auto;
}

nav a {
  font-style: normal;

  font-weight: 600;

  font-size: 14px;

  line-height: 17px;

  color: inherit;
}

nav a.active {
  color: #ff9933;
}

.top-menu {
  /* margin-top: 30px; */
  background: #ffffff;

  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);

  /*position: absolute;*/

  top: 0px;

  width: 100%;

  z-index: 999;

  position: relative;
}

.top-menu.fixed-top {
  position: fixed;
}

.top-menu .top-menu-logo {
  width: 75px;
}

section.first {
  position: relative;

  z-index: 9999;

  background: url(../images/Background-pattern.webp) center center;

  min-height: 686px;

  /*padding-top: 71px;*/

  box-sizing: border-box;
}

section.first.home {
  margin-top: calc(100vh);
}

section.first .first-content {
  margin-top: 60px;
}

section.first .mountain {
  width: 100%;

  height: 100%;

  position: absolute;

  background: url(../images/stone.webp) no-repeat right center;

  top: 0px;

  z-index: -1;
}

section.news {
  background-color: #ddd;

  position: relative;

  height: 1px;

  z-index: 99;

  position: absolute;

  width: 100%;

  bottom: 0px;
}

section.news>div {
  position: absolute;

  top: 50%;

  width: 100%;

  transform: translateY(-42%);
}

#latest-news-text {
  font-weight: 600;

  font-size: 18px;

  color: #ff9933;
}

.owl-item {
  width: 10%;

  border-radius: 1px;
}

.carousel-news-item {
  color: #012639;

  height: 100%;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;

  padding: 30px 20px;

  /*width: 250px;*/
}

.carousel-news-item.solway-news {
  background-color: #ffffff;
}

.carousel-news-item.industry-news,
.carousel-news-item.mining-news {
  background-color: #ffffff;
}

.carousel-news-item .gradient.solway-news {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 46.88%, rgba(255, 153, 51, 0.7) 70.83%);

	mix-blend-mode: multiply;*/

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  border-radius: 1px;

  z-index: 999;
}

.carousel-news-item .gradient.mining-news {
  /*background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 46.88%, rgba(1, 38, 57, 0.7) 70.83%);

	mix-blend-mode: multiply;*/

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  border-radius: 1px;
}

.carousel-news-item .gradient.mining-news:hover {
  opacity: 1;
}

.carousel-news-item span {
  display: block;
}

.carousel-news-item span.category {
  font-weight: 600;

  font-size: 10px;

  line-height: 8px;

  letter-spacing: 0.08em;

  margin-bottom: 12px;

  text-transform: uppercase;
}

.carousel-news-item h4 {
  font-weight: 600;

  font-size: 18px;

  line-height: 20px;

  text-transform: capitalize;

  width: 100%;

  position: relative;

  height: 40px;

  overflow: hidden;
}

.carousel-news-item h4 span {
  width: 70%;
}

.carousel-news-item span.date {
  font-size: 10px;

  line-height: 14px;

  position: absolute;

  top: 27px;

  right: 30px;
}

.carousel-news-item .solway-arrow-button {
  position: absolute;

  right: 0px;

  top: 0px;
}

section.assets {
  width: 100%;

  height: calc(100vh + 300px);

  background: url(../images/world-map-bg.webp) no-repeat center center;

  background-size: cover;

  position: relative;

  z-index: 999;
}

section.assets .map-content {
  height: 596px;

  /*background:url(../images/mapx2.png) no-repeat center center;

	background-size: 90%;*/

  position: relative;

  /*top: 50%;

	transform: translateY(-50%);*/
}

section.assets .map-content .inner-div {
  position: absolute;

  height: 100%;

  width: 99%;

  background-size: cover;

  background-position: center;

  background: url(../images/solway-map-rev1.webp) no-repeat center center;

  background-size: 90%;
}

.our-assets {
  position: absolute;

  bottom: 0px;
}

section.assets2 {
  width: 100%;

  height: auto;

  position: relative;

  z-index: 99;
}

section.assets2 .map-button {
  position: absolute;
}

section.assets .map-content2 {
  background-size: 90%;

  position: relative;
}

section.assets-summary {
  position: relative;

  height: 1px;

  background: none;

  z-index: 99;

  position: absolute;

  bottom: 0px;

  width: 100%;
}

section.assets-summary>div {
  position: absolute;

  top: 50%;

  width: 100%;

  transform: translateY(-50%);
}

section.assets-summary .update-item {
  position: relative;
  background-color: #ffffff;

  width: 23.5%;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  border-radius: 4px;
}

section.assets-summary .update-item p {
  font-size: 18px;
}

.row-summary.col-xl-10.col-lg-12.col-md-12.col-12.d-flex.justify-content-between {
  height: 400px;
}

section.assets-summary .update-item .info {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}

section.assets-summary .update-item .info>img,
section.assets-summary .update-item .info>div {
  float: left;

  margin-right: 10px;
}

section.assets-summary .update-item .info-text span {
  display: block;

  line-height: 7px;
}

section.assets-summary .update-item .info-text span.one {
  font-weight: bold;

  font-size: 12px;

  line-height: 14px;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  color: #012639;
}

section.assets-summary .update-item .info-text span.two {
  font-weight: bold;

  font-size: 24px;

  line-height: 24px;

  color: #ff9933;
}

section.assets-summary .update-item .info-text span.three {
  font-weight: normal;

  font-size: 12px;

  line-height: 13px;

  color: #012639;
}

footer {
  position: relative;
  background: #CFCFCF;
  z-index: 1;
  min-height: auto;
  box-sizing: border-box;
  padding-top: 50px;
}

footer .footer-background-image {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 15px;
}

.footer-col.col-first {
  width: 23.5%;
}

.footer-col.col-center {
  width: 20%;
}

.footer-col.col-last {
  width: 36.5%;
}

.footer-col ul {
  list-style: none;
}

footer .footer-col p {
  font-weight: normal;

  font-size: 18px;

  line-height: 23px;

  color: #012639;
}

footer .link-style-1 {
  font-size: 12px;
}

.motto-and-copy {
  background-color: #ffffff;

  position: relative;

  z-index: 991;
}

.motto-and-copy .motto {
  background: #012639;

  font-size: 25px;

  line-height: 52px;

  letter-spacing: 0.03em;

  color: #ffffff;
}

.motto-and-copy .motto span {
  display: block;

  width: 100%;
}

.motto-and-copy .copyright {
  background: #ffffff;

  font-size: 13px;

  line-height: 16px;
}

.motto-and-copy .copyright span {
  display: block;

  width: 100%;
}

.motto-and-copy .copyright .float-left,
.motto-and-copy .copyright .float-right {
  width: 50%;
}

.motto-and-copy .copyright .float-right {
  text-align: right;
}

/* home */

.owl-carousel.news .owl-item:nth-child(even) .carousel-news-item {
  background-color: #c4c4c4 !important;
}

#view_rates {
  cursor: pointer;
}

.rates_loader {
  position: absolute;

  top: 0px;

  right: 0px;

  bottom: 0px;

  left: 0px;

  background-color: #ffffff;

  box-sizing: border-box;

  padding: 10px;

  z-index: 99;
}

.rates2_table {
  position: absolute;

  width: 318px;

  box-sizing: border-box;

  top: 50px;

  transform: translateX(-46%);

  opacity: 0;

  height: 1px;

  overflow: hidden;

  transition: all 0.5s ease;
}

#view_rates.show_rates .rates2_table {
  opacity: 1;

  top: 51px;

  height: initial;
}

.minerals_container {
  height: 84vh;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.minerals_container2 {
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.rates2_table .mineral {
  padding: 12px;
  overflow: hidden;
}


.rates2_table .mineral:first-child {
  padding-top: 0px;
}

.rates2_table .mineral:nth-child(odd) {
  background-color: #e5e5e5;
}

.rates2_table .mineral:nth-child(even) {
  background-color: #ffffff;
}

.rates2_table .mineral .mineral_title {
  font-size: 10px;

  font-weight: 600;

  font-family: Myriad Pro;

  font-style: normal;

  font-weight: 600;

  margin-bottom: 2px;
  
  white-space: normal;
  
  word-wrap: break-word;
  
  line-height: 1.2;
  
  max-width: 120px;
  display: block;
  width: auto;
  clear: both;
  margin-bottom: 8px;
}

.rates2_table .mineral_details {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 5px;
}

.rates2_table .mineral_details .mineral_content {
  display: flex;
  align-items: center;
  width: 100%;
}

.rates2_table .mineral_details .left_section {
  flex: 1;
}

.rates2_table .mineral_details .left_section .child-section {
  display: flex;
  align-items: center;
}

.rates2_table .mineral_details .right_section {
  width: 47%;
}

.rates2_table .mineral_details .icon {
  width: 40px;

  height: 40px;

  margin-right: 5px;
  
  flex-shrink: 0;
}

.rates2_table .mineral_details .col--2 {
  flex: 1;

  font-size: 17px;

  font-weight: 600;
}

.rates2_table .mineral_details .col--2 table {
  width: 100%;
}

.rates2_table .mineral_details .col--2 table td {
  font-size: 9px;

  padding: 0px 2px;

  line-height: 11px;
}

.rates2_table .mineral_details .col--2 table td:first-child {
  text-align: right;
}

.rates2_table .mineral_details .col--2 .red {
  color: #ff0000;
}

.rates2_table .mineral_details .col--2 .green {
  color: #21a300;
}

.rates2_table .mineral_details .col--3 {
  width: 100%;

  font-size: 9px;
  
  text-align: center;
  
  display: flex;
  
  flex-direction: column;
  
  justify-content: center;
  
  height: 40px;
  margin-top: 15px;
}

.rates2_table .mineral_details .col--3 .line {
  width: 90%;

  height: 1px;

  background-color: #212529;

  position: relative;

  margin: 5px auto;
}

.rates2_table .mineral_details .col--3 .line::before,
.rates2_table .mineral_details .col--3 .line::after,
.rates2_table .mineral_details .col--3 .line .position {
  content: " ";

  display: block;

  position: absolute;

  left: 0px;

  width: 5px;

  height: 5px;

  background-color: #212529;

  top: -2px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  border-radius: 3px;
}

.rates2_table .mineral_details .col--3 .line .position {
  left: 30%;

  background-color: #ff9933;

  color: #ff9933;
}

.rates2_table .mineral_details .col--3 .line .position span {
  position: absolute;

  top: -20px;

  font-size: 13px;

  transform: translateX(-64%);
}

.rates2_table .mineral_details .col--3 .line::after {
  left: initial;

  right: 0px;
}

/* Hide high dot (right) when position is at maximum */
.rates2_table .mineral_details .col--3 .line.position-at-max::after {
  display: none;
}

/* Hide low dot (left) when position is at minimum */  
.rates2_table .mineral_details .col--3 .line.position-at-min::before {
  display: none;
}

.rates2_table .mineral_details .high-low {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.rates2_table .mineral_details .high-low .lowest {
  text-align: left;
}

.rates2_table .mineral_details .high-low .highest {
  text-align: right;
}

/* About */

section.first.about {
  background: url(../images/About.webp) center center;
  background-size: cover;
  min-height: 886px;
  position: relative;
  display: flex;
  flex-direction: column;
}

section.first.about .first-about-content {
  position: absolute;
  bottom: 60px;
  right: 60px;
  left: auto;
  top: auto;
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
  width: auto;
  max-width: 55%;
  padding: 0;
  justify-content: flex-end !important;
}

section.first.about .first-about-content > div {
  justify-content: flex-end !important;
}

section.first.about .first-about-content .page-menu {
  margin-bottom: 24px;
}

section.first.about .first-about-content .page-menu a {
  margin-right: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

section.first.about .first-about-content .row {
  flex-direction: column;
}

section.first.about .first-about-content .row .col-lg-6 {
  max-width: 100%;
  flex: 0 0 100%;
}

section.first.about .first-about-content .text__primary {
  font-size: 15px;
  line-height: 22px;
}

/* Tablet/Medium screens for About section */
@media (max-width: 1024px) {
  section.first.about {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  section.first.about .first-about-content {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 60px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }

  section.first.about .top-menu {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
}

/* Mobile styles for About section - overlay only */
@media (max-width: 991px) {
  section.first.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }

  section.first.about .first-about-content {
    padding: 0 20px;
  }

  section.first.about .first-about-content .page-menu a {
    font-size: 24px;
    line-height: 30px;
  }

  section.first.about .first-about-content .text__primary {
    font-size: 14px;
    line-height: 18px;
  }
}

/* Community */

#page-community section {
  background-color: #ffffff;
}

section.first.community {
  background: linear-gradient(
      rgba(1, 38, 57, 0.28),
      rgba(1, 38, 57, 0.28)
    ),
    url(../images/Compliance.webp) center center;
  background-size: cover;
  min-height: 886px;
  position: relative;
  display: flex;
  flex-direction: column;
}

#sustainability section.first.community {
  background: linear-gradient(
      rgba(1, 38, 57, 0.28),
      rgba(1, 38, 57, 0.28)
    ),
    url(../images/Sustainability.webp) center center;
  background-size: cover;
  min-height: 886px;
}

section.first.community .first-community-content {
  position: absolute;
  bottom: 40px;
  left: 0px;
  right: auto;
  top: auto;
  font-size: 15px;
  line-height: 18px;
  margin-top: 0;
  width: auto;
  max-width: 55%;
  padding: 0;
}

section.first.community .first-community-content .page-menu {
  margin-bottom: 24px;
}

section.first.community .first-community-content .page-menu a {
  margin-right: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

section.first.community .first-community-content .row {
  flex-direction: column;
}

section.first.community .first-community-content .row .col-lg-6 {
  max-width: 100%;
  flex: 0 0 100%;
}

section.first.community .first-community-content .text__primary {
  font-size: 15px;
  line-height: 22px;
}

/* Tablet/Medium screens for Community section */
@media (max-width: 1024px) {
  section.first.community {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }

  section.first.community .first-community-content {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    padding: 40px 20px 60px 20px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }

  section.first.community .top-menu {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }

  #sustainability section.first.community {
    background-position: 65% center;
    position: relative;
  }
}

/* Mobile styles for Community section - overlay only */
@media (max-width: 991px) {
  #sustainability section.first.community::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
  }

  section.first.community .first-community-content {
    padding: 0 20px;
  }

  section.first.community .first-community-content .page-menu a {
    font-size: 24px;
    line-height: 30px;
    display: block;
  }

  section.first.community .first-community-content .text__primary {
    font-size: 14px;
    line-height: 18px;
  }
}



/* Page Assets */

body#assets section.first,
section.first.assets-page {
  background: url(../images/assets-background.jpg) center center;

  background-size: cover;

  min-height: 886px;
}

body#assets section.first .first-assets-content,
section.first.assets-page .first-assets-content {
  position: relative;

  margin-top: 5%;

  font-size: 23px;

  line-height: 28px;
}

body#assets section.first .first-assets-content .page-menu,
section.first.assets-page .first-assets-content .page-menu {
  margin-bottom: 27px;
}

body#assets section.first .first-assets-content .page-menu a,
section.first.assets-page .first-assets-content .page-menu a {
  margin-right: 66px;

  font-weight: 600;
}

body#assets .assets-summary,
.assets-summary {}

body#assets .assets,
.assets {
  height: 100vh;
}

body#assets section.assets .map-content,
section.assets .map-content {
  height: 100vh;

  position: relative;
}

body#assets section.assets .map-content,
section.assets .map-content {
  background: url(../images/assets-indonesia-map-2x.jpg) no-repeat center center;

  background-size: cover;

  position: relative;
}

.map-content .map-button {
  position: absolute;
}

body#assets section.map-legend,
section.map-legend {
  background: url(../images/Background-pattern.webp) center center;
}

body#assets section.map-legend ul,
section.map-legend ul {
  margin: 0px;
}

body#assets section.map-legend ul li .map-button,
section.map-legend ul li .map-button {
  float: left;

  margin-right: 12px;
}

body#assets section.map-legend ul li,
section.map-legend ul li {
  margin-right: 40px;
}

section.map-legend ul li.legend-icon {
  margin-right: 0px;
}

body#assets section.map-legend ul,
section.map-legend ul {
  display: inline-flex;
  flex-wrap: wrap;
}

body#assets section.map-legend ul li,
body#assets section.map-legend ul li a,
section.map-legend ul li,
section.map-legend ul li a {
  align-self: center;

  font-size: 20px;

  font-weight: normal;

  line-height: 19px;

  letter-spacing: 0.05em;
}

.owl-carousel.gallery .owl-item {
  height: auto;

  width: auto;

  opacity: 0.6;
}

.owl-carousel.gallery.instagram .owl-item {
  height: 353px;

  width: auto;

  opacity: 1;
}

.owl-stage .owl-item.active:first-child {
  opacity: 1 !important;
}

.owl-carousel.gallery .owl-item img {
  height: 100%;

  width: auto;
}

body#assets .gallery .solway-arrow-button.right,
.gallery .solway-arrow-button.right {
  position: absolute;

  z-index: 10;

  right: 5%;

  top: 50%;

  transform: translateY(-50%) rotate(-90deg);
}

/* News */

section.first.news-page {
  background-size: cover;

  padding-bottom: 160px !important;
}

section.first.news-page .first-news-content {
  position: relative;

  font-size: 23px;

  line-height: 28px;
}

section.first.news-page .first-news-content h2 {
  margin-bottom: 15px;
}

.news-item {
  width: 100%;

  position: relative;

  border-bottom: 1px solid #012639;
}

.news-item.highlight {
  border-bottom: 0px;

  border-radius: 3px;
}

.news-item .gradient.solway-news {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ff9933 100%);

  mix-blend-mode: multiply;

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  border-radius: 1px;

  z-index: 5;
}

.news-item .gradient.mining-news {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.7) 46.88%,
      rgba(1, 38, 57, 0.7) 70.83%);

  mix-blend-mode: multiply;

  position: absolute;

  top: 0px;

  left: 0px;

  right: 0px;

  bottom: 0px;

  border-radius: 3px;

  z-index: 5;
}

.news-item .details {
  z-index: 10;
}

.news-item .details>div {
  float: left;

  width: 60%;
}

.news-item .details .date {
  font-size: 12px;

  line-height: 14px;

  color: #012639;
}

.news-item .details>div p {
  font-weight: 600;

  font-size: 18px;

  line-height: 24px;

  text-transform: capitalize;

  margin-bottom: 0px;

  color: #012639;
}

.news-item .details>div p span {
  display: block;
}

.news-item.highlight .details .date {
  font-size: 20px;

  color: #ffffff;
}

.news-item.highlight .details>div p {
  font-weight: 600;

  font-size: 30px;

  line-height: 36px;

  text-transform: capitalize;

  margin-bottom: 0px;

  color: #ffffff;
}

.news-item .solway-arrow-button {
  float: right;

  top: 0px;

  position: relative;
}

.solway-single-nav ul.post-categories {
  display: inline-block;

  font-size: inherit;

  font-weight: normal;

  margin-bottom: 0px;
}

.news-item-list-title {
  width: 93%;
}

.news-item.active p {
  color: #ff9933 !important;
}

.news-item {
  cursor: pointer;
}

.data-image.hide,
.data-text.hide,
.data-link.hide {
  display: none;
}

/* contact */

#contact .first {
  min-height: 0px;
}

section.contact.about {
  height: 100vh;

  background: url(../images/about-background.jpg) center center;

  background-size: cover;
}

#contact .contact-map {
  background: url(../images/contact-map.png) no-repeat center center;

  background-size: 100%;

  height: 60vh;
}

.address {
  font-size: 18px;

  line-height: 22px;
}

.address strong {
  display: block;

  text-transform: uppercase;
}

#compliance .address strong {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  margin-right: 6px;
}

.address .link-style-1 {
  font-size: 12px;
}

/* Default */

.single section.first {
  background-size: cover;

  background: #ffffff;
}

.single h2 {
  color: #012639;

  font-size: 38px;

  line-height: 46px;
}

.single .post-content img {
  margin-bottom: 78px;
}

/* contact form */

span.wpcf7-not-valid-tip {
  font-size: 12px !important;

  margin-top: -10px;
}

div.wpcf7-response-output {
  margin: 0px !important;

  padding: 0px !important;

  border: none !important;
}

div.wpcf7-validation-errors {
  color: #f00;
}

.myaccordion {
  margin-bottom: 15px;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #012639;
  padding: 15px 0;
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #012639;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

.myaccordion .card-body {
  background-color: transparent;
  padding: 20px 0 0px 0;
  line-height: 1.5;
  font-size: 16px;
}

.myaccordion .card {
  background-color: transparent !important;
  border: none;
}

.myaccordion .card-header {
  background-color: transparent !important;
  padding: 0;
  border: none;
}

.myaccordion .fa-stack {
  transition: transform 0.3s ease;
  font-size: 18px;
  font-weight: bold;
}


/* contact page ol to left */
.form-inquiry .address ol {
  margin-left: -20px;
}

.reporting-channels-content.button-background a:not([href^="tel:"]) {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  background: #012639;
  color: #fff !important;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  margin: 2px 0;
  transition: background 0.2s;
  text-transform: none;
  /* margin-left: 6px; */
}

/* Reset styling for auto-detected phone numbers in Safari */
.reporting-channels-content a[href^="tel:"] {
  background: none !important;
  color: inherit !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline !important;
  text-decoration: none !important;
  font-weight: inherit !important;
  font-family: "Myriad Pro" !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-style: inherit !important;
}

.reporting-channels-content>a {
  margin-top: 10px;
  /* Atur nilai sesuai kebutuhan */
}

.reporting-channels-content.button-background a:not([href^="tel:"]):hover {
  background: #fff;
  color: #000 !important;
}

.reporting-channels-content p {
  line-height: 1.5 !important;
  margin-bottom: 20px;
}

/* Styling untuk link dalam strong tag - dengan responsive margin */
.reporting-channels-content strong {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  /* Spacing antara text dan link */
}

.reporting-channels-content strong a {
  margin-left: 0;
  /* Reset margin-left */
  flex-shrink: 0;
  /* Prevent link from shrinking */
}

/* Untuk desktop dengan text pendek (satu baris) */
@media (min-width: 769px) {
  .reporting-channels-content strong {}
}

/* Ketika text wrap (baik di desktop maupun mobile) */
@media (max-width: 768px) {
  .reporting-channels-content strong {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .reporting-channels-content strong a {
    margin-top: 5px;
  }
}



/* OPSI 2: Custom Dropdown Styling */
.custom-language-dropdown {
  position: relative;
  display: inline-block;
}

.custom-dropdown-btn {
  background: #fff;
  border: 1px solid #dee2e6;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #495057;
  font-size: 0.875rem;
  transition: all 0.2s;
}

.custom-dropdown-btn:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}

.dropdown-arrow {
  font-size: 0.8rem;
  transition: transform 0.2s;
}

.custom-language-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1000;
  min-width: fit-content;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s;
}

.custom-language-dropdown:hover .custom-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.custom-dropdown-item {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #495057;
  text-decoration: none;
  transition: background-color 0.2s;
}

.custom-dropdown-item:hover {
  background: #f8f9fa;
  color: #495057;
  text-decoration: none;
}

.custom-dropdown-item.active {
  background: #007bff;
  color: #fff;
}

/*Styling untuk Bootstrap Dropdown - Clean & Transparent */
.dropdown-toggle {
  background: transparent;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 6px 12px;
  color: #495057;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: auto;
  width: auto;
  transition: all 0.3s ease;
  text-decoration: none;
}

.dropdown-toggle:hover {
  background: transparent;
  border-color: #adb5bd;
  color: #495057;
}

.dropdown-toggle:focus {
  outline: none;
  background-color: transparent !important;
  color: black !important;
  box-shadow: none;
  border-color: black !important;
  box-shadow: none !important;
}

.dropdown-toggle:active {
  background: transparent !important;
  border-color: #adb5bd !important;
  box-shadow: none !important;
}

.dropdown-toggle::after {
  display: none !important;
  /* Hide default bootstrap arrow */
}

.dropdown-toggle::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  /* Default: down arrow (v)  */
  transition: transform 0.3s ease;
  display: inline-block;
  flex-shrink: 0;
}

.dropdown-toggle[aria-expanded="true"]::before {
  transform: rotate(180deg);
  /* Flip to up arrow (^) */
}

.dropdown-menu {
  min-width: auto !important;
  width: 100% !important;
  /* Match button width exactly */
  top: 100% !important;
  white-space: nowrap;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 4px 0;
  margin-top: 0px !important;
  /* Remove gap - make it stick */
  background: #fff;
  left: 0 !important;
  /* Align with button left edge */
  transform: none !important;
  /* Remove any transform offset */
}

.dropdown-item {
  padding: 8px 12px;
  color: #495057;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.dropdown-item:hover {
  background: #f8f9fa;
  color: #495057;
}

.dropdown-item.active {
  background: #012639;
  color: #fff;
  font-weight: 500;
}

.dropdown-item.active:hover {
  background: #0056b3;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 991px) {

  .custom-language-dropdown,
  .dropdown {
    display: none;
    /* Hide on mobile, bisa ditampilkan di mobile menu */
  }
}

.date_of_input {
  font-size: 12px;
  line-height: 14px;
  color: #012639;
  background: #e5e5e5;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    padding-bottom: 0.5em;
}

.your-consent.form {
    color: #012639;
    text-decoration: underline;
}

.your-consent.form:hover {
    color: #ffffff;
}

input[type="checkbox"][name="privacy-policy"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #012639;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-top: -3px;
}

input[type="checkbox"][name="privacy-policy"]:checked {
  background-color: #012639;
}

input[type="checkbox"][name="privacy-policy"]:checked::after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 2px;
  top: -2px;
}
