@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

:root {
    /* --primary: #ff6b00; */
    --primary:#ffa500;
    --secondary: #2d2d32;
    --dark: #18181B;
    --light: #2d2d32;
    --text: #f0f0f0;
    
}

html,body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--dark) !important;
    overflow-x: hidden;
    color: var(--text);
    scroll-behavior: smooth;
    overscroll-behavior: none !important;
    
}

.navbar {
    background: var(--dark);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: top 0.3s;
    padding: 1rem;
  
}

.navbar-brand { font-weight: 700; font-size: 1.3rem; }
.navbar-brand span { color: var(--primary); }

.hero-heading  { margin-top: 50px;}
.hero-heading h2 { text-wrap: nowrap;}
   
.hero {
    background:url("/images/fuel-tank-gauge-6283528328b27.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100dvh; /* fallback për Android/PC */
    min-height: -webkit-fill-available; /* iOS Safari */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
     overscroll-behavior: none !important;  /* ndalon “elastic bounce” që bën të duket sikur faqja dridhet. */
    
}

.hero-heading h2 {
font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 5px 5px 8px rgba(0,0,0,0.7);
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--primary);
}

.prices-box h2 {font-size: 1.8rem;}
    
.prices-box {
    background: rgba(0,0,0,0.7);
    border-radius: 15px;
    padding: 20px 30px;
    max-width: 300px;
    backdrop-filter: blur(3px);
    border: 2px solid var(--primary);
    position: relative;  
  
}

.price-badge {
    background: var(--primary);
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
     min-width: 70px;
    text-align: center;
   
}


#typewriter {
    font-size: 1rem;
    font-weight: bold;
    color: var(--primary);
    margin-top: 15px;
    min-height: 30px;
    white-space: nowrap;
    line-height: 1.5;
     text-wrap: wrap; 
    text-align: left;
    
}
#services { background-color:var(--dark) !important;}

.oil-photo {display: none;}



.section-title {
            position: relative;
            margin-bottom: 40px;
            padding-bottom: 15px;
            text-align: center;
            color: var(--primary);
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--primary);
        }
        
        .flip-card {
            background-color: transparent;
            width: 100%;
            height: 475px;
            margin-bottom: 30px;
           
        }
        
        .flip-card-inner {
            position: relative;
            width: 100%;
            height: 100%;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
             
        }
        
        .flip-card.flip .flip-card-inner {
            transform: rotateY(180deg);
           
        }
        
        .flip-card-front, .flip-card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            border-radius: 10px;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
         .custom-button {
            padding: 7px;
            cursor: pointer;
            transition: all 0.3s ease; 
            width: 25%;
            position: absolute;
            right: 0px;
            bottom:0px;
            border: none;
            border-top-left-radius: 7px;
            color: var(--dark);
             background-color: var(--dark);
             color: var(--text);
              }

        .custom-button:hover {
            transform: scale(1); 
        }
      
        .flip-card-front {
            background-color: var(--light);
            color: var(--text);
            
            
        }
        
        .flip-card-back {
            background-color: var(--secondary);
            color: white;
            transform: rotateY(180deg);
          
        }
        
       

        .flip-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
        }

        
        .choose-icon {
            font-size: 3rem;
            color: var(--primary);
            margin-bottom: 20px;
        }
        
        .choose-img {
            width: 100%;
            border-radius: 10px;
            object-fit: cover;
            margin-top: 20px;
        }
        
        /* Achievements */
        .achievements {
            background: linear-gradient(to right, var(--secondary), var(--dark));
            color: white;
            padding: 80px 0;
        }
        
        .carousel-item img {
            height: 500px;
            object-fit:contain;
            
        }
        
        .counter {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
        }
        
        .counter-label {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        
        /* FAQ */
        .faq {
            padding: 80px 0;
            background-color: var(--dark);
            
        }
    
        
        .accordion-button:not(.collapsed) {
            background-color: var(--primary);
            color: white;
        }
        
        .accordion-button {
            background-color: var(--dark);
            color: var(--text);
        }
        
        .accordion-body {
            background-color: var(--dark);
            color: var(--text);
        }
        
        /* Marquee */
        .marquee {
            background-color: var(--primary);
            color: white;
            padding: 15px 0;
            overflow: hidden;
        }
        
        .marquee-content {
            display: inline-block;
            white-space: nowrap;
            animation: marquee 20s linear infinite;
            font-size: 1.8rem;
            font-weight: bold;
            padding-left: 100%;
        }
        
        @keyframes marquee {
            0% { transform: translateX(0); }
            100% { transform: translateX(-100%); }
        }
        
        .contact-info {
            background: var(--secondary);
            color: white;
            padding: 40px;
            border-radius: 10px;
        }
        
        .contact-info i {
            font-size: 1.5rem;
            color: var(--primary);
            margin-right: 15px;
        }
        
        .map-container {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            height: 100%;
        }
        
        .map-container iframe {
            height: 400px;
            border: none;
        }
        
        .footer {
            background: var(--dark);
            color: white;
            padding: 40px 0 20px;
            border-top: 2px solid var(--primary);
        }
        
        .social-icons a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            color: white;
            margin-right: 10px;
            transition: all 0.3s;
        }
        
        .social-icons a:hover {
            background: var(--primary);
            transform: translateY(-5px);
        }
        
        /* Seksioni i ri "Rreth Nesh" */
        .about-section {
            padding: 80px 0;
            background-color: var(--dark);
        }
        
        .about-content {
            background: var(--light);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        }
        
        .about-image {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.2);
        }
        
        .about-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .about-image:hover img {
            transform: scale(1.05);
        }

        

/* Efekt bazë animacion me opacity dhe levizje vertikale */
.animate-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

/* Kur bëhen të dukshme */
.animate-fade.visible {
    opacity: 1;
    transform: translateY(0);
}

/* About us nga e majta */
.animate-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out;
}

.animate-left.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Choose us: alternim nga e majta dhe nga e djathta */
.animate-left-choose {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1s ease-out;
}

.animate-left-choose.visible {
    opacity: 1;
    transform: translateX(0);
}

.animate-right-choose {
    opacity: 0;
    transform: translateX(50px);
    transition: all 1s ease-out;
}

.animate-right-choose.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Vonesa për animacion (delay) */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }
.delay-4 { transition-delay: 0.8s; }


/* this section is without bootstrap  */

.whychoose_us-section {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
     padding: 10px;
     align-items: center;
}

.whychoose_des { margin-top: 28px; }
    


.whychoose_des p {
    width: 70%;
    color:var(--text);
    margin: auto;
}

.whychoose_des h1 {
    margin-bottom: 25px;
    color:var(--text);
    margin-left:120px ;
}

.whychoose_photo {
    margin-left: 50px;
    width: 100%;
    margin-top: 30px;
}

.whychoose_photo img {
    width: 70%;
}



        @media(max-width:480px) {

            .flip-card-front, .flip-card-back {
                 width: 70%;
                height: 75%; 
               
            }

            .flip-card-inner {
                justify-content: center;
                align-items: center;
                display: flex;
            }
            .flip-card {height: 550px;  }
            
            .oil-photo {display: block; }
                
            .prices-box h2 { font-size: 1.3rem; }
               
            .hero-heading h2 {  font-size:1.3rem ; }
              
            #typewriter { font-size: 0.8rem; }

            .custom-button {
                min-width: 80px;
                width: 10%;
            } 
        }

       
        
       
        @media (max-width: 768px) {

           #counters .counter-item {flex-direction: column; }
             
              .hero-heading { margin-top: 320px; }
           
                .hero-heading h2 {
                    margin: auto;  
                    text-align: center;
                    text-wrap: wrap;
                }

                .carousel-item img {  object-fit: cover; }

                /* Mobile price layout */
                 .prices-box {
                    max-width: 280px;
                    padding: 15px 20px;
                }

                .prices-box .d-flex.justify-content {
                    flex-direction: column;
                    gap: 10px;
                }
             
        }

        @media (min-width: 768px) and (max-width: 991px) {

            .map-container iframe {
                width: 100%;
            }

        }

        @media (max-width: 1180px) { 

        .whychoose_photo img,
            .reliability-page img {
                max-width: 80%;
                margin: 0 auto;
                
            }
            .whychoose_des h1,
            .reliability-desc h1 {
                text-align: left;
            
            }
            .whychoose_des p,
            .reliability-desc p {
                text-align: left;
                width: 100%;
            }
            .whychoose_des,
            .reliability-desc {
                width: 90%;
                margin-left: 0;
                text-align: center;
            }
            .whychoose_us-section,
            .reliability-section {
                flex-direction: column;
                align-items: center;
                margin-bottom: 80px;
                
            }
            .whychoose_us-section
                .whychoose_des h1  {
                margin-left:0px;
            }
            
        
        }

        @media (min-width:1024px) and (max-width:1366px) {
                .whychoose_photo img {
                    margin-left: 20px;
                }
        }
 
      