/* CSS Document */

/* @font-face{
    font-family: Orbitron;
}
 */
.white-shadow{
    -webkit-box-shadow: 0px 0px 65px rgba(255, 255, 255, 0.8);
            box-shadow: 0px 0px 65px rgba(255, 255, 255, 0.8);
    border-radius: 8px; /* Optional: Add rounded corners */
}
 /* povezave jezik */

 .aktualna-stran{
    text-decoration: none;
    color: black;
    font-weight: bold;
    padding: 5px;
 }

  .druga-stran{
    text-decoration: none;
    color: black;
    padding: 5px;
 }


/* velikosti napisov prva stran */

.naslovi-home-de{
    font-size: 3.2vw;
}


.napis-xellbox {
    font-family: 'Orbitron', sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.napis-xellbox-header {
    font-family: 'Orbitron', sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 1.2rem;
}

.applications-headings{
    font-size: 3vw;
}

.applications-headings-cz{
    font-size: 2.9vw;
}


.sirina-header{
    margin: 0 10%;
    padding: 0;
}



/* .active{
    border-bottom: 15px solid #244893;
    color: inherit!important;
} */

.swiper-image{
    height: 92vh;
    width: 100%;
    -o-object-position: 0 100%;
       object-position: 0 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.cover-image{
    height: 92vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* .swiper-pravokotnik styling (your existing CSS) */
.swiper-pravokotnik {
    text-align: right;
    position: absolute;
    top: 10%;
    right: 4%;
    background-color: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 2rem 3rem 2rem 10rem;
}

.swiper-pravokotnik-2 {
    text-align: left;
    position: absolute;
    bottom: 10%;
    left: 4%;
    background-color: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 2rem 10rem 3rem 2rem;
}

/* Position the about-xell.png image inside the swiper-pravokotnik box */
.about-xell-img {
    position: absolute;
    bottom: -49%;
    left: -59%;
    width: 111%;
    height: auto;
    z-index: 9999;

}

.about-xell-img-2 {
    position: absolute;
    bottom: -42%;
    right: -75%;
    width: 100%;
    height: auto;
    z-index: 9999;

}

.about-xell-img-3 {
    position: absolute;
    bottom: 22vh;
    right: -40%;
    width: 30vw;
    height: auto;
    z-index: 9999;

}

.about-xell-img-4 {
    position: absolute;
    top: calc(-1 * var(--image-offset-top, 280px)); /* Control offset with a variable */
    right: calc(-1 * var(--image-offset-right, 350px)); /* Control offset with a variable */
    width: var(--image-width, 700px); /* Fixed size for consistency */
    height: auto; /* Maintain aspect ratio */
    z-index: 9999;
}

.swiper-pravokotnik h1,
.swiper-pravokotnik-2 h1
{
    font-size: 5rem;
    
}

.swiper-pravokotnik h2,
.swiper-pravokotnik-2 h2{
    font-size: 2.5vw;
}

.slika-sektorji{
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.btn{
    border-radius: 0;
}

.padding-where-to-buy{
    padding: 1% 5%;
    position:relative;
}

.img-box-home{
    width: 60%;
    height: auto;
}

.home-dot1,
.home-dot2,
.home-dot3,
.home-dot4,
.home-dot5,
.home-dot6 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Center the dots */
            width: 45px;
}


.home-dot1 img,
.home-dot2 img,
.home-dot3 img,
.home-dot4 img,
.home-dot5 img,
.home-dot6 img {
    width: 45px;
}

.home-dot1 {
    top: 20%;
    left: 51%;
}

.home-dot2 {
    top: 11%;
    left: 40%; /* Adjusted to left for consistency */
}

.home-dot3 {
    top: 14%;
    left: 70%; /* Adjusted to left for consistency */
}

.home-dot4 {
    top: 46%;
    left: 24%;
}

.home-dot5 {
    top: 62%; /* Changed from bottom to top for better scaling */
    left: 34%;
}

.home-dot6 {
    top: 65%; /* Changed from bottom to top for better scaling */
    left: 74%;
}


/* .home-dot1{
    top: 26%;
    left: 51%;
    position:absolute;
}

.home-dot2{
    top: 20%;
    right: 57%;
    position:absolute;
}

.home-dot3{
    top: 24%;
    right: 30%;
    position:absolute;
}

.home-dot4{
    top: 46%;
    left: 24%;
    position:absolute;
}

.home-dot5{
    bottom: 38%;
    left: 34%;
    position:absolute;
}

.home-dot6{
    bottom: 35%;
    right: 26%;
    position:absolute;
}
 */


.overflow-image {
    position: absolute;
    right: 0;
    top: -180px; /* Adjust this value to move the image above the row */
    z-index: 1; /* Ensure the image appears above the row background */
}


.home-sliver-bg{
    background-color: black;
    color: white;
}
/* xellbox page */


.technical-data-row h2{
    margin-bottom: -14px!important;
}

.dot1{
    top: 8%;
    left: 15%;
    position:absolute;
}

.dot2{
    top: 1%;
    left: 57%;
    position:absolute;
}

.dot3{
    top: 37%;
    right: 8%;
    position:absolute;
}

.dot4{
    top: 37%;
    left: 7%;
    position:absolute;
}

.dot5{
    top: 70%;
    left: 20%;
    position:absolute;
}

.dot6{
    top: 86%;
    right: 30%;
    position:absolute;
}

.visina-about-xell{
    min-height: 94vh;
}

.text-about-xellbox{
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12rem;
    margin: 0;
    text-transform: uppercase;
    text-overflow: clip;
    
}
 

.text-about-xellbox2{

    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 8.9vw;
    margin: 0;
    text-transform: uppercase;

    
}

.variacije-text-en{

    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 5.2vw;
    margin: 0;
    text-transform: uppercase;

    
}

.variacije-text-de{
    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 4.6vw;
    margin: 0;
    text-transform: uppercase;    
}

.variacije-text-sl{

    color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 6.1vw;
    margin: 0;
    text-transform: uppercase;

    
}

.text-about-xellboxde {
        color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 6.9vw;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.text-about-xellboxsl {
        color: rgba(255,255,255,0.5);
    position: absolute;
    top: 10%;
    left: 0;
    font-size: 4.9vw;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

table tr td, table tr th{
    background-color: transparent !important;
}


thead, tbody, tfoot, tr, td, th{
    border-color:black!important;
}

/* Container adjustments */
.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}


.custom-card {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}


.card-selected {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; 
    -webkit-transition: -webkit-flex-basis 0.3s ease;
    transition: -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
    transition: flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}


.card-narrow {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-transition: -webkit-flex-basis 0.3s ease;
    transition: -webkit-flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease;
    transition: flex-basis 0.3s ease, -webkit-flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
    transition: flex-basis 0.3s ease, -ms-flex-preferred-size 0.3s ease;
}


.custom-card img {
    width: 100%;
    height: 100%;
    
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.custom-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 12px;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    
    padding: 10px;
    color: white;
    background: linear-gradient(180deg, rgba(36,72,147,1) 50px, rgba(255,255,255,0) 25%);
}

.custom-card-title-open{
    position: absolute;
    bottom: 0;
    left: 12px;
    padding-left: 14%;
    font-size: 2.2vw;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.36);
    background: linear-gradient(90deg, rgba(36,72,147,1) 60px, rgba(255,255,255,0) 10%);
}

.applications-title-txt{
    font-size: 2.9vw;
}

/* .custom-card-title:hover {
    background: #244893;
}
 */

 .footer-linki{
    text-decoration: none;
    color:white;
 }

 .no-decoration{
    text-decoration: none;
    color: black;
 }

 .no-underline{
    text-decoration: none;
 }

.cursor{
    cursor: pointer;
}

.rotate{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rotate:hover{
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.dot {
    width: 20px;
    height: 20px;
    background-color: #dc3545;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    -webkit-animation: blink 2s infinite;
            animation: blink 2s infinite; /* Add blinking animation */
}


.blinking-image {
    width: 50px; /* Set the desired width */
    height: auto; /* Maintain aspect ratio */
    cursor: pointer;
    position: absolute;
    -webkit-animation: blink 2s infinite;
            animation: blink 2s infinite; /* Add blinking animation */
}


/* Define the keyframes for the blink animation 
@-webkit-keyframes blink {
    0% {
        opacity: 1; 
    }
    50% {
        opacity: 0.2; 
    }
    100% {
        opacity: 1;
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2; 
    }
    100% {
        opacity: 1; 
    }
}
*/
.product-image{
    position: relative;
    padding: 1%;
}

.image-background {
    background-image: url('../assets/images/industry.jpg');
    background-size: cover;
    background-position: center;
    height: 400px; /* Adjust this height based on your design */
    position: relative;
    z-index: 1;
}

.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Cover the full height of the image */
    z-index: 2;
    color: white;
    text-align: center;
    
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.5); /* Optional: Add background for better text visibility */
    padding: 20px;
}

.slika-podrobno-application{
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.slika-podrobno-application2{
    height: 400px;
    width: 100%;
       -o-object-fit: contain;
          object-fit: contain;

}


.app-img-cut{
    width: 100%;
    height: 750px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* About page */
.about-first-image{
    height: 60vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       -o-object-position: 0 80%;
          object-position: 0 80%;
}

.about-second-image{
    height: 30vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}



.user-manual i:hover{
    
    color: #234894!important;

}

/* Stran contact */

.link{
    text-decoration: none;
    color:black;
}

.link:hover{
    text-decoration: underline;
}

.slika-kontakt{
    height: 50vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       -o-object-position: 0 90%;
          object-position: 0 90%;
}

.kontakt-slika-zgoraj{
    background-image: url("../assets/images/kontakt.jpg");
    height: 40vh;
    background-size: cover;
   background-position: center;  
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: bold;
    color: #333;
}

input[type="text"],
input[type="email"],
select,
textarea {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
}

button[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #333;
}

button[type="submit"]:hover {
    background-color: white;
    border:1px solid #333;
    color: #333;
}

.side-menu{
    font-size: 1.3rem;
    color: black;
    font-weight: 700;
}


.sirina-kontakt{
    margin: 0 10%;
}


.test-slika{
    height: 50vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;    
}

.overflow-visible {
    overflow: visible !important; /* Allow overflow beyond the offcanvas */
}

.img-overflow {
    position: absolute;
    width: 95%;
    z-index: 1055; 
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    bottom: 0; 
    left: 20px;
    border: 10px solid white;
}

.layer{
  position:absolute;
  z-index: 1056;
  right: 20px;
  width:100%;
  height:100%;
/*   background: -webkit-gradient(
    linear, 
    left top, left bottom, 
    from(rgba(255, 255, 255, 0)), 
    color-stop(0%, rgba(255, 255, 255, 0)), 
    to(rgba(255, 255, 255, 1)) 
);
  background: linear-gradient(
    to bottom, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 1) 100% 
); */
}

.category-box {
    border-radius: 30px 0 0 30px;
    background-color: #f0f0f0; /* Adjust this to your desired color */
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    position: relative;
       -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  /* Offset each box progressively to the left */
  .box-1 {
    margin-left: 10%;
    background-color: #555555;
    color: white;
  }

  .box-2 {
    margin-left: 20%;
    background-color: #868686;
    color: white;
  }

  .box-3 {
    margin-left: 30%;
    background-color: #b3b3b3;
  }

  .box-4 {
    margin-left: 40%;
    background-color: #d3d3d3;
  }

  /* Black section at the start of the box */
  .black-bar {
    background-color: black;
    width: 30px;
    height: 100%;
    border-radius: 30px 0 0 30px;
  }

  /* Image section */
  .icon-section {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 8px;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
  }

  /* Text styling */
  .text-section {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
    padding-left: 15px;
  }

  .text-section p {
    margin: 0;
  }

  .category-title {
    font-weight: bold;
    text-transform: uppercase;
  }

  .graf-zadaj {
   -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           border-radius: 10px;
  }


  .map-container {
    position: relative;
    width: 100%;
}

.map-img {
    width: 100%;
    height: auto; /* Keep aspect ratio */
}

.map-dot {
    position: absolute;
    width: 20px; /* Adjust size */
    height: 20px; /* Adjust size */
    background-color: #FF0000; /* Red color */
    border-radius: 50%; /* Make it a circle */
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* 3D effect */
    cursor: pointer; /* Show pointer on hover */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); /* Center the dot on its position */
    -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s; /* Animation on hover */
}

.map-dot:hover {
    -webkit-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%); /* Enlarge dot on hover */
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7); /* Stronger shadow */
}


.map-dot-1{
    top: 45%; 
    left: 37%;
}

.map-dot-2{
    top: 45%; 
    right: 16%;
}

.map-dot-3{
    top: 36%; 
    left: 46%;
}

.map-dot-4{
    top: 43%; 
    left: 21%;
}

.map-dot-5{
    top: 60%; 
    right: 25%;
}

.map-dot-6{
    top: 37%; 
    left: 50%;
}

.map-dot-7{
    top: 48%; 
    right: 24%;
}

/* Chart */
        /* Container for the chart */
        .chart-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-family: Arial, sans-serif;
            max-width: 400px;
            margin: 50px auto;
            text-align: center;
        }

        /* Doughnut chart */
        .doughnut-chart {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 67%,      /* Other Incidents */
                #FF4B4B 67% 96%,     /* Injuries */
                #800020 96% 100%     /* Fatalities */
            );
        }


        .doughnut-chart-japan {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 91%,      /* Other Incidents */
                #FF4B4B 91% 99%,     /* Injuries */
                #800020 99% 100%     /* Fatalities */
            );
        }

        .doughnut-chart-uk,
        .doughnut-chart-sin {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 74%,      /* Other Incidents */
                #FF4B4B 74% 99%,     /* Injuries */
                #800020 99% 100%     /* Fatalities */
            );
        }

        .doughnut-chart-usa {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 64%,      /* Other Incidents */
                #FF4B4B 64% 96%,     /* Injuries */
                #800020 96% 100%     /* Fatalities */
            );
        }

        .doughnut-chart-ger {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 46%,      /* Other Incidents */
                #FF4B4B 46% 99%,     /* Injuries */
                #800020 99% 100%     /* Fatalities */
            );
        }

        .doughnut-chart-chn {
            position: relative;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
            width: 250px;
            height: 250px;
            border-radius: 50%;
            -webkit-transition: 0.3s;
            transition: 0.3s;
            background: conic-gradient(
                #00CFFF 0% 59%,      /* Other Incidents */
                #FF4B4B 59% 87%,     /* Injuries */
                #800020 87% 100%     /* Fatalities */
            );
        }

        

        .doughnut-chart:hover,
        .doughnut-chart-japan:hover,
         .doughnut-chart-uk:hover,
         .doughnut-chart-usa:hover,
         .doughnut-chart-sin:hover,
         .doughnut-chart-ger:hover,
         .doughnut-chart-chn:hover {
            scale: 1.1;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 50px;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 50px;
        }


        
        /* Inner circle for the "doughnut" effect */
        .doughnut-chart::before,
         .doughnut-chart-japan::before,
         .doughnut-chart-uk::before,
         .doughnut-chart-usa::before,
         .doughnut-chart-sin::before,
         .doughnut-chart-ger::before,
         .doughnut-chart-chn::before{
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 150px;
            height: 150px;
            background: white;
            border-radius: 50%;
            -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px inset;
                    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px inset;

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

        

        /* Center label inside the chart */
        .doughnut-label {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            font-size: 1.2em;
            font-weight: bold;
            color: #333;
        }

        /* Percentage labels positioned near each section */
        .percentage-label {
            position: absolute;
            font-size: 0.9em;
            font-weight: bold;
            color: white;
        }

        .label-other {
            top: 40%;
            right: 3%;
 
            
        }

        .label-injuries {
            top: 40%;
            left: 4%;
            
        }

        .label-fatalities {
            top: 3%;
            right: 51%;
            
        }


        .label-other-japan {
            top: 69%;
            right: 12%;
 
            
        }

        .label-injuries-japan {
            top: 7%;
            left: 35%;
            
        }

        .label-fatalities-japan {
            top: -9%;
            right: 46%;
            color: black;
        }

        .label-other-uk {
            top: 69%;
            right: 12%;
 
            
        }

        .label-injuries-uk {
            top: 23%;
            left: 15%;
            
        }

        .label-fatalities-uk {
            top: -9%;
            right: 46%;
            color: black;
        }

        .label-other-usa {
            top: 69%;
            right: 12%;
 
            
        }

        .label-injuries-usa {
            top: 32%;
            left: 8%;
            
        }

        .label-fatalities-usa {
            top: 4%;
            right: 51%;
            
        }

        .label-other-sin {
            top: 69%;
            right: 12%;
 
            
        }

        .label-injuries-sin {
            top: 21%;
            left: 13%;
            
        }

        .label-fatalities-sin {
            top: -9%;
            right: 46%;
            color: black;
            
        }


        .label-other-ger {
            top: 42%;
            right: 4%;
 
            
        }

        .label-injuries-ger {
            top: 53%;
            left: 6%;
            
        }

        .label-fatalities-ger {
            top: -9%;
            right: 46%;
            color: black;
            
        }

        .label-other-chn {
            top: 55%;
            right: 5%;
 
            
        }

        .label-injuries-chn {
            top: 50%;
            left: 5%;
            
        }

        .label-fatalities-chn {
            top: 9%;
            right: 59%;
                    }

        /* Legend for the chart */
        .chart-legend {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 20px;
        }

        .legend-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-right: 20px;
            font-size: 0.9em;
        }

        .legend-color {
            width: 15px;
            height: 15px;
            margin-right: 5px;
            border-radius: 3px;
        }

        .legend-injuries {
            background-color: #FF4B4B;
        }

        .legend-fatalities {
            background-color: #800020;
        }

        .legend-other {
            background-color: #00CFFF;
        }

.sirina-besedila-statistics{
    width: 75%;
}

.incidents{
    background-image: url("../assets/images/ogenj.jpg");
background-size: cover;
   -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           border-radius: 10px; 
           -webkit-transition: 0.3s; 
           transition: 0.3s;
}

.incidents:hover {
   scale: 1.02;
}


/* Incidents page */

.incidents-image {
    position: relative;
    
    -o-object-fit: cover;
       object-fit: cover;
   -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           border-radius: 10px; 
           width: 100%;
           -webkit-transition: 0.3s;
           transition: 0.3s;   
}

.tests-image {
    position: relative;
    height: 177px;
    -o-object-fit: cover;
       object-fit: cover;
   -webkit-box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
           border-radius: 10px; 
           width: 100%;
           -webkit-transition: 0.3s;
           transition: 0.3s;   
}


.incidents-image:hover {
   scale: 1.02;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.play-button-overlay::before {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}

.play-button-overlay:hover{
    background-color: #234894;
}

.legal-notice {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f8f9fa;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.legal-notice h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.legal-notice h2 {
    font-size: 1.5rem;
    margin-top: 30px;
    color: #0056b3;
    border-bottom: 2px solid #0056b3;
    padding-bottom: 10px;
}

.legal-notice h3 {
    font-size: 1.25rem;
    margin-top: 20px;
    color: black;
    font-weight: 700;
}

.legal-notice p {
    font-size: 1rem;
    color: #555;
    margin: 10px 0;
}

.publisher-info {
    margin-top: 40px;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.publisher-info h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
}

.publisher-info p {
    font-size: 1rem;
    color: #555;
    margin: 10px 0;
}

.publisher-info strong {
    color: #0056b3;
    font-size: 1.1rem;
}

.contact-info p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
}

.contact-info p i {
    margin-right: 10px;
    color: #0056b3;
}

.contact-info a {
    color: #007bff;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.contact-info a:hover {
    color: #0056b3;
}


.glass-effect{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255,0));
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.glass-effect:hover{
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0,0));
    border: 1px solid rgba(0, 0, 0, 0.18);

}

.xellbox-point-bg{
        background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.videos-text{
    font-size: 4vw;
}


.visina-video{
    height: 93vh;
}

.real-incidents-margin{
    margin-top: 6vh;
}


.barvna-opcija{
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

    .color-circle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: inline-block;
        
    }




.background-world {
    position: relative; /* Essential: anchors the background to this div */
    z-index: 1; /* Ensures content sits on top */
    overflow: hidden; /* Prevents blur/image from spilling out */
}

.background-world::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Image Settings */
    background-image: url('../assets/images/map.jpg');
    background-position: center; /* Centers the map */
    background-size: cover;      /* Forces image to cover entire area */
    background-repeat: no-repeat;
    
    /* Opacity Setting (0.0 to 1.0) */
    opacity: 0.15; /* Adjust this: 0.1 is faint, 1 is full visibility */
    
    /* Send it behind the text */
    z-index: -1;
}

@media (min-width: 576px) {
    /* For screens larger than mobile, hide the mobile-specific content */
    .image-background {
        display: none;
    }
    .text-overlay {
        display: none;
    }
}


@media (max-width: 1700px) {
    .about-xell-img-4 {
        --image-offset-top: 240px;
        --image-offset-right: 300px;
        --image-width: 600px;
    }
    
}


@media (max-width: 1500px) {

    .about-xell-img-4 {
        --image-offset-top: 210px;
        --image-offset-right: 250px;
        --image-width: 500px;
    }
    
}

@media (max-width: 1370px) {
    .sirina-header{
        margin: 0 10% 0 0;
    }
    .about-xell-img-4 {
        --image-offset-top: 160px;
        --image-offset-right: 200px;
        --image-width: 400px;
    }
    
}

@media (max-width: 1200px) {
    /* .about-xell-img-4 {
        --image-offset-top: 30px;
        --image-offset-right: 30px;
        --image-width: 200px;
    } */
}




@media (max-width: 1170px) {
    .sirina-header{
        margin: 0 7% 0 0;
    }
    
}

@media (max-width: 768px) {
    .about-xell-img-4 {
        --image-offset-top: 20px;
        --image-offset-right: 20px;
        --image-width: 150px;
    }
}


@media (max-width: 576px) {

    .overflow-image {
        position: relative;
        width: 90px;
    }

    .custom-card img{
        height: 300px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
                box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
    }
    
    .custom-card{
        padding: 3px;
    }

    .custom-card-title-open{
        font-size: 1rem;
    }

    .custom-card-title{
        padding: 6px;
        margin: 0 0 4px 3px;
        border-radius:0 10px 0 0;
    }
    .card-selected {
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%; 
    }

      .row-reverse{
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
       -ms-flex-direction: column-reverse;
           flex-direction: column-reverse;
  }

    .card-narrow {
            -ms-flex-preferred-size: 15%;
                flex-basis: 15%;
    }
    .about-first-image{

       -o-object-position: 50% 80%;
          object-position: 50% 80%;
    }
    .text-about-xellbox2{
        top: 0;
        font-size: 6rem;
        
    }

    .text-about-xellboxsl,
    .text-about-xellboxde{
        top: 0;
        font-size: 3.9rem;
        
    }

    .visina-about-xell{
        height: auto;
    }

    .product-image{
        margin: 25% 0;
    }
    .technical-data-row{
        margin-bottom: -19%!important;
    }
    .dot1 {
        top: -20%;
        left: 2%;
    }
    .dot2{
        top:-28%;
        left:57%;
    }

    .dot3{
        top: 68%;
        right: 1%;
    }

    .dot4{
        top:56%;
        left: 0;
    }

    .dot5{
        top:100%;
        left: 3%;
    }

    .dot6{
        top: inherit;
        bottom: -54%;
        right: 5%;
    }
    .blinking-image {
        width: 20px; 
    }
    .padding-where-to-buy{
        padding: 0;
    }

    .home-dot1{
        top: 6%;
        left: 68%;
        width: auto;
    }

    .home-dot2{
        top: 17%;
        left:35%;
        width: auto;
    }

    .home-dot3{
        top: 32%;
        left:77%;
        width: auto;
    }

    .home-dot4{
        top: 76%;
        left: 18%;
        width: auto;
    }

    .home-dot5{
        bottom: -6%;
        left: 17%;
        width: auto;
    }

    .home-dot6{
        top: 85%;
    left: 85%;
        width: auto;
    }
    .home-dot1 img,
    .home-dot2 img,
    .home-dot3 img,
    .home-dot4 img,
    .home-dot5 img,
    .home-dot6 img {
        width: 25px;
    }
    .home-dot1 p,
    .home-dot2 p,
    .home-dot3 p,
    .home-dot4 p,
    .home-dot5 p,
    .home-dot6 p {
        font-size: 10px;
    }
    .img-box-home{
        width: 100%;
    }

    .app-img-cut{

    height: inherit;

    }
    .box-3,
    .box-4,
    .box-2,
    .box-1{
        margin-left: 0;
    }
    .icon-section img{
        width: 50px;
    }
    .map-dot{
        height: 10px;
        width: 10px;;
    }
  .sirina-besedila-statistics{
        width: 100%;
    }

    .swiper-pravokotnik,
    .swiper-pravokotnik-2{
        padding: 1rem 1rem 1rem 3rem;
    }


    .swiper-pravokotnik h2,
    .swiper-pravokotnik-2 h2{
        font-size: 2rem;
    }

    .btn-close{
        right:10px;
    }

    .sirina-offcanvas-title{
        width: 90%;
    }

    .sirina-kontakt{
        margin: 0 ;
    }
    .variacije-text-en,
    .variacije-text-sl,
    .variacije-text-de{
font-family: 'Orbitron', sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: black;
    position: relative;
    top: 0;
    left: 0;
    padding: 10px;
    font-size: 3rem;
    margin: 0;
    text-transform: uppercase;

    
}

.visina-video{
    height: auto;
}
.videos-text{
    font-size: 2rem;
}
.cover-image{
    height: 450px;
    -o-object-position: bottom;
       object-position: bottom;
}
.image-background{
    height: 670px;
}
    
}