
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

.compSaleDiv {
    min-height: 400px;
}




.TestProcess {
    margin-top:30px;
    width:300px;    
}

.PostopekTestiranja-h {
    margin-top:50px;
    text-align: center;
}

.testing-img {
    border-radius: 20px;
}

.index-img {
    border-radius: 20px;
}


.faq-container {
  max-width: 800px;
  margin: 50px auto; 
  padding: 20px;
  font-family: 'Arial, sans-serif';
  color: #333; 
}


.faq-container h1 {
  text-align: center;
  margin-bottom: 40px;
  color: black; 
}


.faq-item {
  border-bottom: 1px solid #ddd; 
  overflow: hidden; 
}


.faq-question {
  background-color: #ecf0f1; 
  width: 100%;
  padding: 20px;
  text-align: left;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}


.faq-question:hover {
  background-color: #d0d7de; 
}


.faq-question .arrow {
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease; 
}


.faq-question.active .arrow {
  transform: rotate(180deg); 
}


.faq-answer {
  max-height: 0; 
  overflow: hidden;
  transition: max-height 0.3s ease; 
  background-color: #fff; 
}


.faq-answer p {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}











    .contact-wrapper {
        margin: 0 auto;
         width:700px;       
    }


@media (max-width:850px) {
    .contact-wrapper {
         width:500px;
    }

    #contact-form {
         width:500px;   
        margin: 0 auto;             
    }
}

.stars {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
}

.rating-text {
    text-align: center;
}

.Rating-h {
    margin-top: 70px;
}

.author {
    text-align: center;
    margin-top:20px;
    font-style: italic;
}
.Status {
        text-align: center;
    margin-top:5px;
    font-style: italic;
}
.swiper {
    width:75%;
    height:240px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}


.swiper-wrapper {
    text-align: center;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}




.NameEmail1 {
    width:50%;


}

.NameEmail2 {  

    width:50%;
}

.row1 {
    margin-top: 25px;
    margin-bottom: 25px;
  display: flex;
  gap: 30px;
    width:100%;

}

@media (max-width:600px) {
    .contact-wrapper {
         width:350px;
    }

    #contact-form {
         width:350px;   
        margin: 0 auto;             
    }

.NameEmail1 {
    width:100%;
    margin-bottom: 25px;
}

.NameEmail2 {  

    width:100%;
}

.row1 {
    margin-top: 25px;
    margin-bottom: 25px;
  display: inline-block;
    width:100%;

}
}


@media (max-width:600px) {
    .contact-wrapper {
         width:350px;
    }

    #contact-form {
         width:350px;   
        margin: 0 auto;             
    }
}


.formFirsts {
    height:30px;
    width:100%;
    border-radius: 6px;
    text-indent: 10px;
    border:1px solid rgb(192, 188, 188);
}






.btn-primary {
    background-color:#0079c1;
    color:white;
    padding:13px;
    border: none;
    border-radius: 12px;
}

.form-control-subject {
        height:30px;
    width:100%;
    border-radius: 6px;
    text-indent: 10px;
    border:1px solid rgb(192, 188, 188);

}



.form-control-message {
    margin-top:30px;
        height:100px;
    width:100%;
    border-radius: 6px;
    text-indent: 10px;
    border:1px solid rgb(192, 188, 188);


}

.btn-primary:hover {
    cursor: pointer;
    background-color:#4163c4;
}

.ContactDiv {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}



.arrowImg {
  filter: saturate(500%) contrast(800%) brightness(500%) 
      invert(80%) sepia(50%) hue-rotate(120deg); 
}


.WorkProcess{
    background-color: #333;
    height:95px;
    width:1000px;
}

@media (max-width:1010px) {

.WorkProcess{
    width:100%;
}

}

.HeaderH {
    color:white;
    width:500px;
    margin-top:50px;
    margin-left:50px;
}

.HeaderButton{
    margin-top:20px;
    margin-left:150px;
    height:40px;
    width:200px;
    text-align: left;

}




#next {
  cursor: pointer;
  width: auto;
  color: #383736;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  right: 75px;
  transition: 0.2s ease-in;
  text-decoration: none;
}



#next:hover:before {
  opacity: 1;
}
#next span {
    margin-left: 15px;
  display: inline-block;
  transition: 0.3s ease-in;
}
#next:hover span {
  transform: translateX(50%);
}

.HeaderButtonP {
    margin-left: 20px;;
}

@media (max-width:630px) {

    .HeaderH {
    width:300px;
    font-size: 22px;
}
.HeaderButton{
    margin-top:20px;
    margin-left:80px;
    height:40px;
    width:180px;
    text-align: left;

}

}



.WorkProcessMobile {
    display: none;
    
}


.WorkProcessContainer {
    margin-top:50px;
}



@media (max-width:820px) {

.WorkProcess{
    display:none;
    
}

.WorkProcessMobile {
    display: block;

    width:100%;
}

}

.first-offer-mobile {
    
        display: flex;

        align-items: center;
    background-color: #333;    
    width:100%;
    height:100px;
}

.second-offer-mobile {
    margin-top:10px;
          display: flex;

        align-items: center;
    background-color: #333;    
    width:100%;
    height:100px;  
}

.third-offer-mobile {
        margin-top:10px;
            display: flex;

        align-items: center;
    background-color: #333;    
    width:100%;
    height:100px;  
}

.forth-offer-mobile {
        margin-top:10px;
              display: flex;

        align-items: center;
    background-color: #333;    
    width:100%;
    height:100px;   
}


.MobileHProcess {
    margin-left:30px;
    color: white;

}

.HProcess {
        margin-left:10px;
    color: white;
}


.numberForProcess {
    margin-left:30px;
    color:#FFC371;
    font-size:28px;
}

.numberForTest {
    margin-left:30px;
    color:#30faf0;
    font-size:28px;
}

.numberForConsult {
    margin-left:30px;
    color:#e7ee35;
    font-size:28px;
}



.numberForAssembly {
    margin-left:30px;
    color:#c91735;
    font-size:28px;
}

.numberForRepair {
    margin-left:30px;
    color:#a130c6;
    font-size:28px;
}



.workMobileImg{

margin-left:auto;   
}

.flex-process {
    display: flex;

}


.process-h {
    margin-top:30px;
      text-align: center;
}

.WorkProcessH {
    color: white;
}


.offers-h {
    margin-top:50px;
    text-align: center;
    margin-bottom: 20px;
}

.first-offer {
    display: flex;
    align-items:center;
}        



 .PresentDiv {
    margin-top:30px;
    display:flex;
 }


.PresentLeft {
    width:355px;
    float:left;
    margin-left:100px;


}

.PresentLeft-testing {
    width:355px;
    float:left;
    margin-right:100px;
    text-align: right;


}

.PresentRight {
    float:right;

}

.PresentRight-testing {
    float:right;

}



 .PresentDiv2 {
    margin-top:50px;
    display:flex;
 }


.PresentLeft2 {
    float:left;
    margin-right:100px;

}

.PresentRight2 {
    float:right;
    width:355px;

}

.index-p-right {
    text-align: left;
}

.h2-right {
    text-align: left;    
}


@media (max-width:850px) {
     .PresentDiv {
    margin-top:30px;
    display:block;
 }

.PresentLeft {
    float:none;
    margin-left:0;


}

.PresentRight {
    float:none;

}

     .PresentDiv2 {
    margin-top:30px;
    display:block; 
 }

.PresentLeft2 {
    float:none;

    margin-left:0;
    margin-right:0; 
}

.PresentRight2 {
    float:none;
}

.PresentLeft-testing {
    float:none;
    margin:0 auto;


}

.PresentRight-testing {
    margin-top:20px;
    float:none;

}



}



.HeaderImg {
    background-image:url(/img/cebelex-header.jpg) ;
    height:450px;
    width:100%;
}

@media (max-width: 890px) {
  .HeaderImg {
    background-image:url(/img/cebelex-header-mobile.jpg) ;
    height:450px;
    width:100%;
}  

} 







        body {
            background-color: #f5f5f5;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 100px;
            overflow-x: hidden;
        }

        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #fff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            transition: all 0.3s ease;
        }

        .nav-container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
        }

        .logo {
            font-size: 24px;
            font-weight: 700;
            color: #333;
            text-decoration: none;
            display: flex;
            align-items: center;
            height:40px;
        }


        .logo-text {
            margin-left: 30px;
        }




        .nav-menu {
            display: flex;
            list-style: none;
        }

        .nav-item {
            margin-left: 30px;
            position: relative;
        }

        .nav-link {
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 16px;
            padding: 10px 0;
            display: inline-block;
            position: relative;
            transition: color 0.3s ease;
        }

        .nav-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: linear-gradient(to right, #FF5F6D, #FFC371);
            transition: width 0.3s ease;
            border-radius: 3px;
        }

        .nav-link:hover {
            color: #FF5F6D;
        }

        .nav-link:hover::before {
            width: 100%;
        }

        .nav-link.active {
            color: #FF5F6D;
        }

        .nav-link.active::before {
            width: 100%;
        }

        .menu-toggle {
            display: none;
            cursor: pointer;
        }

        .bar {
            width: 25px;
            height: 3px;
            background-color: #333;
            margin: 5px 0;
            transition: all 0.3s ease;
            border-radius: 3px;
        }

        /* Dropdown Styles */
        .dropdown {
            position: relative;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            width: 200px;
            padding: 10px 0;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            z-index: 100;
            display: block;
        }

        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(10px);
        }

        .dropdown-item {
            display: block;
            padding: 12px 20px;
            color: #333;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .dropdown-item:hover {
            background-color: #f5f5f5;
            color: #FF5F6D;
            padding-left: 25px;
        }

        /* Navigation Indicator */
        .nav-indicator {
            position: absolute;
            bottom: -2px;
            height: 3px;
            border-radius: 3px;
            background: linear-gradient(to right, #FF5F6D, #FFC371);
            transition: all 0.3s ease;
        }

        /* Mobile Styles */
        @media screen and (max-width: 768px) {
            .menu-toggle {
                display: block;
            }

            .nav-menu {
                position: fixed;
                left: -100%;
                top: 70px;
                flex-direction: column;
                background-color: #fff;
                width: 100%;
                text-align: center;
                transition: 0.3s;
                box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
                padding: 20px 0;
                height: calc(100vh - 70px);
                overflow-y: auto;
            }

            .nav-menu.active {
                left: 0;
            }

            .nav-item {
                margin: 15px 0;
            }

            .dropdown-menu {
                position: static;
                opacity: 1;
                transform: none;
                box-shadow: none;
                width: 100%;
                max-height: 0;
                overflow: hidden;
                padding: 0;
                transition: max-height 0.3s ease;
                 display: block;               
            }

            .dropdown.open .dropdown-menu {
                max-height: 300px;
                padding: 10px 0;
            }

            .nav-indicator {
                display: none;
            }
        }

footer {
    background-color:black;
    height:350px;
    width:100%;
    color:white;
    display: flex;  
    flex-wrap: wrap;
}

@media (max-width:780px) {
 
    footer {

    height:750px;
}

}

.footer-icon {
}

.first-grid {
    margin-left:70px;
    margin-top:40px;    
    width:200px;
    

order:1

}

.second-grid {
order:2;
margin-top:40px;  
width:30%;
margin-left: 60px;
    width:200px;
}

.third-grid {
order:3;
margin-top:40px;  
    width:200px;
margin-left: 60px;    
}



.footer-socials {
    margin-top:50px;
    height:33px;
    background-color: white;
    border-radius: 20px;
    width:33px;
    display: inline-flex;
    justify-content: center; 
    align-items: center;   

}

.footer-socials:hover {
    transition: .5s ease;
    opacity:0.2;
    cursor: pointer;
    background-color:#FF5F6D;


}


.storitve-href {
    margin-top: 7px;
    text-decoration: none;
    color: white;
}


.povezave-href {
     text-decoration: none;
    color: white;     
}

.Stortive-link {
    margin-top:7px;
}

.Stortive-link:hover {
  transition: .5s ease;
  opacity:0.2;
}

