.schibsted-grotesk {
  font-family: "Schibsted Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal; }

body {
  font-family: "Schibsted Grotesk", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  background-color: rgba(198, 198, 193, 0.2); }

p {
  font-size: 1rem;
  letter-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Schibsted Grotesk", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.03rem; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 3.4rem;
  margin-bottom: 2rem; }

h3 {
  font-size: 2.6rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.5rem; }

a {
  text-decoration: none;
  color: #555;
  font-weight: 600;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0); }

a:hover {
  color: #F90004;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  transition: all .3s; }

nav {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.21); }
  nav a {
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-weight: 100 !important; }
  nav .dropdown-item {
    padding: 12px 20px; }
  nav .dropdown-item:focus {
    background-color: #666;
    color: #FFF; }
  nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none; }
  nav .nav-link {
    padding-bottom: 30px;
    padding-top: 30px;
    padding: 30px 15px !important; }
  nav .nav-link:focus {
    background-color: #666;
    color: #FFF; }
  nav .navbar-toggler {
    border: none !important; }
  nav .navbar-toggler:active, nav .navbar-toggler:focus, nav .navbar-toggler:hover {
    border: none;
    box-shadow: none; }
  nav .dropdown-toggle::after {
    content: none; }

.navbar-brand {
  padding: 10px 20px; }
  .navbar-brand img {
    max-width: 100px; }

.hero {
  position: relative;
  padding: 150px 0;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/gallery/cantilevered/mrail-floating-stairs-51.jpgs");
  margin-top: 80px; }
  .hero h1, .hero p {
    color: #FFF;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6); }
  .hero .lead {
    font-weight: 500;
    font-size: 150%; }

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 20, 40, 0.25);
  /* Adjust color and opacity */
  z-index: 1;
  /* Ensures the overlay is on top of the background */ }

.hero div {
  position: relative;
  z-index: 2;
  /* Ensures the text is on top of the overlay */
  padding: 20px; }

.details, .sidebar {
  padding: 100px; }

.gallery {
  padding-top: 100px; }
  .gallery .my-10 {
    margin: 100px 0; }

.sidebar {
  padding-bottom: 140px; }

.btn-bold {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 14px; }

.btn-outline {
  border: 1px solid #333;
  background: #fff;
  font-size: 1.5rem;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.btn-solid {
  border: 1px solid #333;
  font-size: 1.5rem;
  background: #333;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.btn-collapse {
  padding-left: 80px;
  margin-top: -100px; }

.btn-price {
  border: 1px solid #000;
  margin-left: 20px;
  padding: 8px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

.btn-price:hover {
  border: 1px solid #000;
  margin-left: 20px;
  padding: 8px 30px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  transition: all .3s; }

#calc {
  padding: 60px 0; }

.borderbottom {
  border-bottom: 1px solid #000; }

.bordertop {
  border-top: 1px solid #000; }

.borderright {
  border-right: 1px solid #000; }

.pull1up {
  margin-top: -1px; }

footer {
  padding: 60px;
  margin-top: 100px; }
  footer .brand img {
    max-width: 120px; }
  footer a {
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1rem; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: auto;
  /* Important: keeps image clickable if needed */ }

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* Optional: remove dropdown slide effect gap */ }

.navbar .dropdown:hover .dropdown-menu.dropdown-menu-end {
  left: auto;
  right: 0; }

.hidden {
  display: none !important; }

/* Hide the preview by default */
#preview.hidden {
  display: none !important; }

/* Show and format the preview properly during print */
@media print {
  body * {
    visibility: hidden; }

  #preview,
  #preview * {
    visibility: visible; }

  #preview {
    display: block !important;
    position: relative !important;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
    padding: 2rem;
    margin: 0 auto;
    max-width: 800px; }

  /* Optionally hide buttons or other UI */
  .btn,
  .navbar,
  .gallery,
  footer,
  .btn-collapse {
    display: none !important; } }
.switch .justify-content-center {
  padding: 100px; }

@media (max-width: 991px) {
  .switch .justify-content-center {
    padding: 40px; } }
.image-row {
  display: flex;
  gap: 30px;
  /* Space between images */
  max-height: 1000px;
  /* Row height for consistent alignment */ }

.image-row a {
  flex-grow: 1;
  /* Adjusts the width dynamically */
  display: block;
  overflow: hidden; }

.image-row img {
  width: 100%;
  /* Fully fills its flex container */
  height: 100%;
  /* Matches row height */
  object-fit: cover;
  /* Ensures cropped but visually balanced images */ }

/* Responsive adjustments for smaller screens */
@media (max-width: 576px) {
  .image-row {
    flex-direction: column;
    /* Stack images vertically */
    height: auto;
    /* Allow height to adjust for individual images */ }

  .image-row img {
    height: auto;
    /* Let images maintain their aspect ratio */ } }
#products {
  margin-bottom: 50px; }
  #products .border-c {
    padding: 20px 60px;
    border: none;
    border-bottom: 1px solid #000 !important; }
  #products .form-check {
    margin-top: 30px;
    padding-left: 80px; }
  #products .mr {
    margin-right: 30px; }
  #products .btn-outline:hover {
    background: #333;
    color: #fff;
    transition: all .3s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  #products .btn-solid:hover {
    background: #fff;
    color: #333;
    transition: all .3s;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }

#result {
  font-size: 2rem; }

#cal h2 {
  margin: 100px 0 60px; }

#service-section input {
  font-size: 200%; }

.hidden {
  display: none; }

@media print {
  body * {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden; }

  #preview, #preview * {
    visibility: visible;
    height: auto;
    overflow: visible; }

  #preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    page-break-inside: avoid; }

  html, body {
    margin: 0;
    padding: 0;
    height: auto !important;
    overflow: visible !important; } }
#preview, #preview * {
  visibility: visible; }

#preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.btn-outline {
  border: 1px solid #333;
  background: #fff;
  font-size: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.btn-solid {
  border: 1px solid #333;
  font-size: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  background: #333;
  color: #fff;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.mr {
  margin-right: 30px; }

.btn-outline:hover {
  background: #333;
  color: #fff;
  transition: all .3s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }

.btn-solid:hover {
  background: #fff;
  color: #333;
  transition: all .3s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }

.btn-lite {
  border: 1px solid #FFF;
  background: #fff;
  font-size: 1.5rem;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0); }

.btn-lite:hover {
  background: #333;
  color: #fff;
  transition: all .3s;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }

@media print {
  @page {
    size: letter; }
  a[href]:after {
    content: none !important; }

  body {
    font-family: Arial, sans-serif;
    line-height: .75;
    font-size: .7;
    background: #FFF; }

  h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif; }

  h1 {
    font-size: 3rem;
    line-height: 2rem; }

  h2 {
    font-size: 2.4rem; }

  h3 {
    font-size: 2.2rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.2rem; }

  .container {
    margin: auto;
    padding: 10px; }

  .navbar {
    display: none !important; }

  .rbox {
    position: relative;
    padding: 0;
    margin: 0; }
    .rbox label {
      margin-bottom: 0px; }

  .wbox {
    background: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 100; }

  .border-c {
    padding: 0px !important;
    margin-bottom: 15px !important; }

  .form-check {
    margin-top: 0px; }

  #products {
    margin-bottom: 0px; }

  h1 {
    text-align: left;
    padding-bottom: 0px; }

  .border, input, select {
    border: none !important; }

  .form-checks, .btn {
    display: none; }

  #calc h2 {
    margin: -50px 0 20px 0 !important; }

  h5 {
    margin-bottom: 5px;
    margin-top: 0px;
    line-height: 1;
    font-weight: bold; }

  label, .form-label {
    margin: 0;
    padding: 0; }

  input[type="checkbox"] {
    display: none;
    /* Hide checkboxes in print */ }

  .checkbox-label {
    font-weight: normal; }

  .form-check {
    margin-top: 20px;
    padding-left: 0px; }

  div.os-scrollbar,
  ::-webkit-scrollbar {
    display: none !important; }

  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield; }

  .nonprint {
    display: none; } }
html, body {
  margin: 0;
  height: 100%; }

.fullscreen-swiper {
  height: 60vh;
  position: relative;
  margin-top: 80px; }

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.slide-1 {
  background-image: url("../img/gallery/home/landscape/H-home-2.jpg"); }

.slide-2 {
  background-image: url("../img/gallery/home/landscape/H-home-17.jpg"); }

.slide-3 {
  background-image: url("../img/gallery/home/landscape/H-home-12.jpg"); }

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(20, 20, 40, 0.3);
  z-index: 1; }

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 80%;
  text-shadow: 0 8px 10px rgba(0, 0, 0, 0.3); }
  .slide-caption h1 {
    font-size: 4rem; }
  .slide-caption .lead {
    font-size: 1.6rem;
    font-weight: 100; }

/* White arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: white;
  font-size: 2rem; }

/* Hide controls and pagination by default */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  opacity: 0;
  transition: opacity 0.3s ease; }

/* Show on hover */
.fullscreen-swiper:hover .swiper-button-next,
.fullscreen-swiper:hover .swiper-button-prev,
.fullscreen-swiper:hover .swiper-pagination {
  opacity: 1; }

@media (max-width: 991px) {
  .fullscreen-swiper {
    margin-top: 78px; } }
@media (max-width: 514px) {
  .fullscreen-swiper {
    margin-top: 45px; } }
@media (max-width: 991px) {
  h1, .slide-caption h1 {
    font-size: 4rem; }

  h2 {
    font-size: 3rem;
    margin-bottom: 1.8rem; }

  h3 {
    font-size: 2.2rem; }

  h4 {
    font-size: 2rem; }

  h5 {
    font-size: 1.3rem; }

  .details {
    padding: 80px; }

  .sidebar {
    padding: 0px 80px 100px 80px; }

  .btn-collapse {
    margin-top: -80px;
    padding-left: 64px; }

  .navbar-brand img {
    max-width: 120px;
    padding: 14px 14px; }

  footer .brand img {
    max-width: 100px;
    margin-bottom: 20px; } }
@media (max-width: 514px) {
  h1, .slide-caption h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.6rem;
    margin-bottom: 1.6rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 2rem; }

  h5 {
    font-size: 1.5rem; }

  .slide-caption .lead {
    font-size: 1.2rem; }

  .btn-bold {
    font-size: 1.4rem; }

  .btn-collapse {
    margin-top: -60px;
    padding-left: 24px; }

  .details {
    padding: 40px; }

  .sidebar {
    padding: 0px 40px 60px 40px; }

  .hero {
    padding: 80px 10px; }

  footer .brand img {
    max-width: 80px;
    margin-bottom: 20px; }

  .swiper-wrapper {
    margin-top: 30px; } }
@media (max-width: 400px) {
  h1, .slide-caption h1 {
    font-size: 2.8rem;
    line-height: 3rem; }

  h2 {
    font-size: 2.4rem;
    margin-bottom: 1.4rem; }

  h3 {
    font-size: 1.6rem; }

  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.2rem; }

  .slide-caption .lead {
    font-size: 1.4rem; }

  .btn-bold {
    font-size: 1.2rem; }

  .details {
    padding: 40px; }

  .sidebar {
    padding: 0px 40px 60px 40px; }

  .btn-collapse {
    margin-top: -60px;
    padding-left: 24px; }

  .hero {
    padding: 80px 10px 80px 10px; }

  footer .brand img {
    max-width: 80px;
    margin-bottom: 20px; }

  .swiper-wrapper {
    margin-top: 30px; } }
.timeline {
  position: relative;
  padding: 3rem 0; }

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

.timeline-item {
  position: relative;
  margin: 2rem 0; }

.timeline-item p {
  font-weight: 700;
  color: red;
  letter-spacing: 2px; }

.timeline-item-left,
.timeline-item-right {
  width: 50%;
  padding: 1rem; }

.timeline-item-left {
  text-align: left;
  padding-right: 2rem; }

.timeline-item-right {
  padding-left: 2rem; }

.timeline-content {
  padding: 1rem;
  /*      border-radius: 0.5rem;*/
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
  .timeline-content h5 span {
    font-weight: 300;
    font-size: 80%; }

.company {
  background-color: #ef4023;
  color: #fff;
  font-weight: 500;
  font-size: 120%; }

.client {
  background-color: #576066;
  color: #fff;
  font-weight: 500;
  font-size: 120%; }

.company-task {
  background-color: rgba(239, 64, 35, 0.1);
  border-left: 4px solid #ef4023; }

.client-task {
  background-color: rgba(87, 96, 102, 0.1);
  border-right: 4px solid #576066; }

.timeline-badge {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
  font-size: 1rem; }

.badge-company {
  background-color: #ef4023; }

.badge-client {
  background-color: #576066; }

.notes {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #6c757d;
  font-style: italic; }
  .notes p {
    color: #777;
    letter-spacing: 0;
    font-weight: 600; }
  .notes li {
    margin-top: 5px; }
  .notes h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px; }
    .notes h5 span {
      color: #333;
      font-weight: 600;
      font-size: 1rem;
      display: inline-block;
      border: 1px solid #333;
      border-radius: 100%;
      width: 22px;
      text-align: center; }

@media (max-width: 767px) {
  .timeline::after {
    left: 8px; }

  .timeline-item-left,
  .timeline-item-right {
    width: 100%;
    text-align: left;
    padding-left: 2rem; }

  .timeline-item-left {
    padding-right: 1rem; }

  .timeline-item-right {
    padding-left: 2rem; }

  .timeline-badge {
    left: 0;
    transform: none; } }
