@font-face {
  font-family: 'Fabrikat Bold';
  src: url('../media/wlbnrrdi/hvd-fonts-fabrikat-bold.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fabrikat';
  src: url('../media/lwcdyahg/hvd-fonts-fabrikat.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Fabrikat Black';
  src: url('../media/k34glovo/hvd-fonts-fabrikat-black.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


* {
    --body-font: Fabrikat, Helvetica, Arial, sans-serif;
    --title-font2: Fabrikat Black, Helvetica, Arial, sans-serif;
	   --title-font: Fabrikat Bold, Helvetica, Arial, sans-serif;
    --main-color: #001A3F;
    --link-color: #23C8FA;
    --link-color-lighter: #81DCF7;
    --text-color: #001A3F;
    --white-text-color: #FFFFFF;
    --hover-color: #3CD2A5;
    --toggle-accepted-color: #3CD2A5;
    --decline-color: #F0F0F0;
    --decline-text: #001A3F;
    --decline-hover: #C3C6C7;
    --footer-background: #001A3F;
    --bs-modal-header-bg:#001A3F;
    --color-light-emerald: #88FFDB;
    -color-graphite: #6D767A;
    --color-light-gray: #C3C6C7;
    --color-superdark: #010E22;
    --color-navy: #001A3F;
    --color-aluminium: #F0F0F0;
    --color-sky: #23C8FA;
    --color-light-sky: #00E0FF;
    --color-emerald: #3CD2A5;
    --bs-accordion-color: #001A3F;
    --bs-accordion-bg: #23C8FA;
  
  

}

/* Make full page height */
html, body {
  height: 100%;
  margin: 0;
}

/* Flex layout */
body {
  display: flex;
  flex-direction: column;
  background:var(--main-color);
  font-family: var(--body-font);
}



/* Main content grows */
.main-content {
  flex: 1;
}



h1,h2,h3{
  font-family: var(--title-font);
 }

h4,h5,h6{
  font-family: var(--title-font);
  font-weight:400;
 }

.btn{
  font-family: var(--title-font);
  font-size:18px;
  line-height:18px;
  vertical-align:baseline;
  letter-spacing:0.36px;
  word-spacing:0px;
 }

.btn-trans
{
  font-family: var(--title-font);
  font-size:14px;
  line-height:18px;
  vertical-align:baseline;
  letter-spacing:0.36px;
  word-spacing:0px;
  text-align:left;
  height:3em;
  margin-top:0px!important;
  margin-left:0px;
  color:var(--white-text-color);    
  background: var(--main-color);
  border:0px solid var(--main-color);
 }

 .btn-trans:hover
{
    color:var(--decline-hover);
  }

  .btn-emerald {
    background-color: var(--color-light-emerald);
    border-color: var(--color-light-emerald);
    color: var(--color-navy);
    font-family: Fabrikat Bold;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 100%;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 12px 40px;
    border: 2px solid var(--color-light-emerald);
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all var(--transition-primary);
    transition: all var(--transition-primary);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.btn-emerald:hover{
    background-color: var(--color-light-emerald);
    }


.main-image {width:100%; height:100vh; object-fit:cover; transition: opacity .4s ease;}

/* RIGHT PANEL STYLING */
.right-panel {
  margin-top: 20px;
  background: var(--main-color);
  border-radius: 0px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  overflow-y: visible;   /* Expand naturally */
}

/* OPTION CARDS */
.option-card{
  border:2px solid #ddd;
  padding:15px 10px 10px 10px;
  border-radius:5px;
  margin-bottom:12px;
  background:white;
  cursor:pointer;  
  transition:all .25s ease;
    }
.option-card:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  }
.option-card.selected{
  border:0px solid var(--link-color);
  font-weight:800!important;
  font-family: var(--title-font2);
  background:var(--link-color);
    }
.option-card input{ display:none; }


/* OPTION CARDS */
.option-card-small{
  border-bottom:1px solid #ddd;
  padding:20px;
  border-radius:0px;
  margin-bottom:12px;
  cursor:pointer;  
  color: var(--text-color);
  transition:all .25s ease;
  }
.option-card-small:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(0,0,0,.08);
  }
.option-card-small.selected{
  border-bottom:1px solid #ddd;
  font-weight:800!important;
  font-family: var(--title-font2);
    }
.option-card-small input{ display:none; }



/* MINICART */
.minicart{
  position:fixed;
  bottom:24px;
  right:24px;
  z-index:9999;
}
#cartButton{
  background:#111;
  color:white;
  font-weight:600;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
}
#cartDropdown{
  position:absolute;
  bottom:70px;
  right:0;
  width:320px;
  background:white;
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  padding:16px;
  display:none;
  max-height:420px;
  overflow:auto;
}
.cart-item{
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #eee;
  padding:8px 0;
}
.cart-total{
  font-weight:700;
  padding-top:12px;
}

/* CONTINUE BAR */
.sticky-continue{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  background:white;
  padding:16px;
  box-shadow:0 -6px 20px rgba(0,0,0,.08);
}


/* TOP BLUE BAR */
.top-banner {background:#0d6efd; color:white; text-align:center; padding:10px 20px; font-weight:500; position:fixed; top:0; width:100%; z-index:1100;}

/* NAVBAR */
.bg-blue {background: var(--main-color)!important;}

.navbar-custom {position:absolute; top:44px; width:100%; background:white; z-index:1000; border-bottom:1px solid #eee; padding:0 1rem;}
.navbar-brand img{height:3em;}
.navbar-toggler {border:none;}
/* Base nav link style */
.navbar .nav-link {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  }

/* Hover + active underline */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--link-color);
  transition: width 0.3s ease;
  margin-bottom:5px;
}

/* Show underline on hover */
.navbar .nav-link:hover::after {
  width: 100%;
}

/* Keep underline on active link */
.navbar .nav-link.active::after {
  width: 100%;
}

/* Optional: keep color white on hover/active */
.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--link-color);c;
}

/* White, thin hamburger */
.navbar-toggler {
  border: none; /* optional: remove border */
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}

.overlay-f{
  background: linear-gradient(
        rgba(0,0,0,0.35),
        rgba(0,0,0,0.35)
    );}

.hero-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    min-height:105vh;
      
}

/* image */
.main-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero-image-wrapper:hover .main-image {
    transform: scale(1.05);
    }

/* overlay */
.hero-overlay-left {
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;   /* vertical center */
    align-items: flex-start;   /* left align */
    text-align: left;
    color: white;
    padding: 60px;
    margin-top:15vh;
    animation: fadeSlideIn 0.9s ease forwards;
}

/* text */
.hero-overlay-left h1 {
    font-size: 3.5rem;
    margin-bottom: 15px;
    font-weight: 400;
    max-width: 600px;
}

.hero-overlay-left p {
    font-size: 1.1rem;
    max-width: 600px;
    margin-bottom: 20px;
}


/* button */
.hero-btn {
    background-color: var(--color-light-emerald)!important;
    border-color: var(--color-light-emerald);
    font-size: 18px;
    background: #23c8fa;
    color: black;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    padding:0.5rem 4rem 0.5rem 4rem;
    margin:0 80px 80px 0;
}

.hero-btn:hover {
  background-color: var(--color-light-emerald);
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* animation */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* mobile */
@media (max-width: 768px) {

  .right-panel {
    margin-top: -30px;
  }

  .hero-image-wrapper {
        min-height:30vh!important;
}

  .hero-overlay-center h1{
        font-size: 4rem!important;
    }

    .hero-overlay-left {
        padding: 8vh 20px 0 20px;
           }

    .hero-overlay-left h1 {
        font-size: 3rem!important;
    }

    .hero-overlay-left p {
        font-size: 1rem;
    }
}

.small{
    font-size:0.7em;
}

/* SEE-THROUGH NAVBAR */
.navbar-custom {
  background: rgba(255,255,255,0.0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border-bottom: 0px solid rgba(255,255,255,0.2);
}

/* HERO VIDEO WRAPPER */
.hero-video-wrapper {
  position: relative;  
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* VIDEO BACKGROUND */
.hero-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.hero-container {
  position: relative;
}

.hero-overlay-center {
  font-size: 5rem!important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
  color: white;
  padding: 0 20px;
  max-width: 900px;
  width: 100%;
}

/* Optional dark overlay for readability */
.hero-video-wrapper-::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 1;
}

/* Bigger hero text */
.hero-overlay-center h1 {
  font-size: 5rem;
  font-weight: 400;
}

.hero-overlay-center p {
  font-size: 1.2rem;
  line-height: 1.6;
}


#videoToggle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

#videoToggle .btn-text {
  display: none; /* hide text so only the round icon shows */
}

#videoToggle .btn-icon {
  font-size: 24px;
  line-height: 1;
}

.site-footer {
  background: var(--footer-background);        /* match your theme or change */
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
  font-size: 0.95rem;
}

.site-footer p {
  margin: 0;
}

.language-switcher ul {
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.language-switcher li a {
    text-decoration: none!important;
    color: #333;
}

.language-switcher li.active a {
    font-weight: bold;
    color: #007ACC;
    text-decoration: underline;
}

.popover {
  max-width: 300px;
}

.popover img {
  border-radius: 8px;
}

.popover-header {
  background-color: var(--link-color);
  color: white;
  border-bottom: none;
  text-align:center;
}

.popover-body {
  font-family: var(--body-font);
  color: var(--text-color);
  font-size:1.0em;
  line-height:23.4px;
vertical-align:baseline;
letter-spacing:0.18px;
word-spacing:0px;
}


.btn {
 padding:1.0rem 4rem 1.0rem 4rem;
}

.grab {cursor: -webkit-grab; cursor: grab;}

label {
    font-weight:600;
}

.pulse-btn {
  padding: 12px 20px;
  font-size: 18px;
  background: #0078d4;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 1.0rem 1.5rem;

  animation: pulse 0.9s ease-in-out 5;
}

@keyframes pulse {
  0%   { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,120,212,0.6); }
  50%  { transform: scale(1.08); box-shadow: 0 0 0 12px rgba(0,120,212,0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0,120,212,0); }
}

/* thin bar */
  .progress-thin {
    height: 6px;
  }

  /* spacing between steps */
  .progress-steps {
    display: flex;
    gap: 4px;
    background: transparent;
  }

  /* equal width for 7 steps */
  .progress-steps .progress-bar {
    flex: 1;
    border-radius: 4px;
  }

  /* custom colors */
  .step-done {
    background-color: var(--hover-color);   /* green */
  }

  .step-current {
    background-color: var(--link-color);   /* blue */
  }

  .step-pending {
    background-color: var(--decline-hover);   /* light gray */
  }



/* Optional: rounded modal */
.modal-content {
    border-radius: 12px;
}

/* Optional: modal-body padding */
.modal-body {
    padding: 1.5rem;
}

.gradient-overlay {
    position: relative;
    }

.gradient-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0) 0%,      /* fully transparent left */
        rgba(0, 0, 0, 0.4) 30%,   /* mid fade */
        rgba(0, 0, 0, 0.7) 100%   /* darker right */
    );

}

.product-card {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: var(--link-color);
}

/* Image animation */
.product-img-wrapper {
  overflow: hidden;
}

.product-img {
  transform: translateX(-100%);
  opacity: 0;
  animation: flyInImage 0.8s forwards;
}

/* Text animation */
.card-body {
  transform: translateX(100%);
  opacity: 0;
  animation: flyInText 0.8s forwards;
  animation-delay: 0.3s;
}

/* Keyframes */
@keyframes flyInImage {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes flyInText {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.light-blue{background-color: var(--link-color);}


.widget-row {
  display: table;
  width: 100%;
  border-radius: 15px;
  background-color: var(--link-color);
}

.widget-row > [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

/* Image column */
.widget-image {
  background: url('https://localhost:44357/media/p3qfuktz/arsmodeller.png') no-repeat center center;
  background-size: cover;
  height: 100%;
  min-height: 250px;
}

/* Text column */
.widget-text {
  padding: 40px;
  }

/* =========================
   BASE
========================= */

.minimal-accordion .accordion-item {
  border: none;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,1.2);
}

.minimal-accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Button */
.minimal-accordion .accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: none;
  box-shadow: none;
  padding: 18px 0;
  color: #ffffff;
  font-size: 16px;
}

/* Remove Bootstrap arrow COMPLETELY */
.minimal-accordion .accordion-button::after {
  display: none !important;
}

/* =========================
   ICON (REAL FIX)
========================= */

.minimal-accordion .icon {
  position: relative;
  width: 14px;
  height: 14px;
}

/* horizontal line */
.minimal-accordion .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
}

/* vertical line */
.minimal-accordion .icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 0.3s ease;
}

/* COLLAPSED = PLUS */
.minimal-accordion .accordion-button.collapsed .icon::after {
  opacity: 1;
}

/* OPEN = MINUS */
.minimal-accordion .accordion-button:not(.collapsed) .icon::after {
  opacity: 0;
}

/* =========================
   TEXT
========================= */

.minimal-accordion .accordion-title {
  color: #ffffff;
}

/* Body */
.minimal-accordion .accordion-body {
  padding: 0 0 20px 0;
  color: rgba(255,255,255,0.75);
}

/* Remove focus */
.minimal-accordion .accordion-button:focus {
  box-shadow: none;
}

/* Hover */
.minimal-accordion .accordion-button:hover .accordion-title {
  color: #ffffff;
}


/* Hidden by default */
.option-card-small .trash-btn {
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease;
  }

/* Show ONLY when selected */
.option-card-small.selected .trash-btn {
  opacity: 1;
  pointer-events: auto;
}

/* Hover */
.trash-btn {
  color: rgba(255,255,255,0.6);
}

.trash-btn:hover {
  color: #ff4d4d;
  transform: scale(1.15);
}

.text-green{color:#88FFDB;font-weight:600;}

.custom-header-modal {
  background-color: #001A3F;
  color: white;
}


