@font-face {
  font-family: "Museo Sans Regular";
  src: url("https://www.m247global.com/hubfs/MuseoSans-500-1.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Museo Sans Bold";
  src: url("https://www.m247global.com/hubfs/MuseoSans-700-1.woff") format("woff");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Museo Sans ExtraBold";
  src: url("https://www.m247global.com/hubfs/MuseoSans-900-1.woff") format("woff");
  font-display: swap;
  font-weight: 900;
}

body {
	font-family: 'Museo Sans Regular'; 
	margin: 0;
	padding: 0;
	background-color: #f5f1e9;
}

h1.title {
  font-family: "Museo Sans ExtraBold";
  font-weight: 900;
  text-decoration: none;
  font-size: 56px;
  line-height: 120%;
}

.btn.btn-primary,
.btn.btn-primary:focus{
  background-color: #007f95;
  border-color: #007f95;
}

.btn.btn-outline-primary {
  color: #007f95;
  border-color: #007f95;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:active{
  color: #fff;
  background-color: #007f95;
  border-color: #007f95;
}

.configurator-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 2rem;
  margin-top: 2rem;
}

.price-display {
  background-color: #f4dc00;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: sticky;
  top: 20px;
}

.price-display .price {
  font-size: 3rem;
  font-weight: bold;
  color: #007f95;
}

.price-display #request-offer-btn {
  width: 100%;
}

label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.75rem;
  display: block;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
}

.option-buttons-container .btn {
  text-align: left;
  padding: 0.75rem;
  font-size: 0.9rem;
}

.cpu-desc {
  font-size: 0.8rem;
  opacity: 0.8;
}

#dc-container {
  height: 605px;
  overflow: scroll;
}














/* Loader styles */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-content {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #007f95;
}

.loader-content .spinner-border {
    width: 3rem;
    height: 3rem;
    color: #007f95;
}

.loader-content div:last-child {
    color: #007f95;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loader-content {
        margin: 1rem;
        padding: 1.5rem;
    }
}
