* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}
.container {
    width: 100%;
}

.nav {
    width: 85%;
    padding: 20px 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: Arial, Helvetica, sans-serif;
}

.nav-left img {
    height: 50px;
}

.nav-right {
    display: flex;
    gap: 30px;
}

.nav-right a {
    text-decoration: none;
    color: #3a3a3a;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    transition: color 0.3s;
}

.nav-right a:hover {
    color: #0A406A;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
  display: flex;
  align-items: center;
}

/* Button */
.dropbtn {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
}

/* Dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background-color: #0a406af7;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  z-index: 1000;
}

/* Links inside dropdown */
.dropdown-content a {
  color: #fff;
  padding: 12px 15px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s;
}

.dropdown-content a:hover {
  background-color: white;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Icons color */
.dropdown-content i {
  color: inherit;
}

.dropdown-content i:hover{
  color: #0A406A;
}


.buttoni a{
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.buttoni button {
    padding: 12px 18px;
    border: none;
    background-color: rgb(216, 199, 14);
    color: white;
    cursor: pointer;
    border-radius: 5px;
    
    display: flex;
    align-items: center;
    gap: 5px;
    transition: background-color 0.3s;
}

.buttoni button:hover {
    background-color: #0A406A;
}

.hero {
    position: relative;
    width: 100%;
    height: 887px;
    background-image: url('backpista.jpg');
    background-size: cover;
    background-position: center;
    color: white;
}

.hero .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 1;
}

.hero .content {
    position: absolute; 
    top: 50%;          
    left: 50px;         
    transform: translateY(-50%); 
    z-index: 2;
    text-align: left;
}

.hero h1 {
    margin-bottom: 15px;
    font-size: 90px;
    width: 70%;
    font-family: Arial, Helvetica, sans-serif;
}

.hero h2 {
    margin-bottom: 15px;
    display: inline-block;
    background-color: rgba(216,199,14,0.8);
    padding: 10px;
    font-size: 18px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.i i{
    color: rgba(216,199,14,0.8);
}

.hero p{
    margin-bottom: 15px;
    font-size: 22px;
    width: 55%;
    color: #bbbaba;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;

}

.buton1{
    display: inline-block; 
    background-color: rgba(255, 255, 255, 0);
    color: white;
    padding: 15px 40px;
    font-size: 18px;
    border: 3px solid #0A406A;
    border-radius: 15px;
    transition: all 0.4s;
    font-family: Arial, Helvetica, sans-serif;

}

.buton1:hover{
    border: 3px solid rgb(216, 199, 14);
}

.menu{
    padding: 120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu1{
    font-family: Arial, Helvetica, sans-serif;
    padding: 100px;
    text-align: center;
    
}

.menu1 h1{
    font-size: 50px;
    font-weight: 500;
    color: rgb(216, 199, 14);
}

.menu1 p{
    font-size: 19px;
    color: #3a3a3a;
}


.service {
    width: 100%;
    padding: 0px 0;
}

.service {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.services {
    background: #fff;
    width: 270px;
    padding: 30px 25px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 16px;
    border: 2px solid #e6e6e6;
    transition: all 0.3s ease;
    position: relative;
}


.services:hover {
    border-color: rgb(216, 199, 14);
    transform: translateY(-5px);
}


.services i {
    font-size: 22px;
    color: rgb(216, 199, 14);
    background: #fff2e8;
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 30%;
}


.services h2 {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


.services p {
    font-size: 15px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}


.services ul {
    list-style: none;
    padding: 0;
}

.services ul li {
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
    display: flex;
    align-items: center;
}


.services ul li::before {
    content: "•";
    color: rgb(216, 199, 14);
    font-size: 22px;
    margin-right: 10px;
}

.about{
    width: 100%;
    margin: 0 auto;
    padding: 100px;
}

.about-h1{
    padding: 70px;
    display: flex;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}
.about1 {
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 30px;
    width: 100%;
    padding: 60px 20px;
}


.about-p {
    flex: 1;
    display: flex;
    justify-content: center; 

}


.about-p p {
    width: 100%;         
    font-size: 18px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    color: white;
    background-color: #0A406A;
    padding: 60px;
    border-radius: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


.about-img {
    flex: 1;
    display: flex;
    justify-content: center;  
}


.about-img img {
    width: 60%;
    border-radius: 12px;
}

.product{
    background-color: bisque;
    height: 800px;
    padding: 100px;
}

.our-product {
    display: flex;           /* vendosim dy kolona */
    justify-content: space-between; /* hapësirë mes tekstit dhe fotove */
    align-items: center;     /* qendrojmë vertikalisht */
    height: 100%;
}

.our-product1 {
    width: 50%; /* Teksti në gjysmën e majtë */
}

.product-img {
    display: flex;           /* vendosim fotot në rresht */
    flex-direction: column;  /* nëse do në kolona, përdor column */
    gap: 20px;               /* hapësirë mes fotove */
    width: 40%;              /* Fotot në gjysmën e djathtë */
    align-items: center;
}

.product-img img {
    width: 100%;  /* merr 100% të container-it të fotove */
}




.product-h1 h1{
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
    color:#303030
}

.offer{
    color: #0A406A;
}

.product-p p{
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    width: 88%;
    font-size: 18px;
    line-height: 1.5;
    color: #3a3a3a;
}

.product-button button{
    margin-top: 40px;
    padding: 20px;
    border-radius: 15px;
    border: none;
    background-color: #0A406A;
    color: bisque;
    transition: all 0.4s;
}

.product-button button:hover{
    border: 0.2px solid #0A406A;
    background-color: transparent;
    color: #0A406A;
}

.product-img img {
    
    border-radius: 13px;
}

.product-img .foto1{
    width: 35%;
}

.product-img .foto3{
    width: 35%;
}

.product-img .foto2{
    width: 45%;
}

.foto1{
    position: relative;
    right: 80px;
    rotate: 345deg;
    top: 30px;
}

.foto2{
    rotate: 10deg;
    position: relative;
    top: 120px;
    left: 100px;
}

.foto3{
    position: relative;
    left: 90px;
    bottom: 100px;
    rotate: 20deg;
}

.left-images {
    display: flex;
    gap: 10px; /* hapësirë mes dy fotove të majtë */
}

.tip{
    display: flex;
    justify-content: space-around;
}

.tips {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 100px 45px;
  width: fit-content;
}

.tips1 i {
  font-size: 37px;
  color: rgb(216, 199, 14);
}

.tips11 h1 {
  font-size: 18px;
  margin: 0;
  color: #0A406A;
}

.tips11 p {
  font-size: 14px;
  margin: 4px 0 0 0;
  color: #777;
}






.input{
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
}
.chat-box {
  width: 100%;
  max-width: 400px;
  background:#0A406A;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  font-family: sans-serif;
}

.chat-box h3 {
  color: #fff;
  margin-bottom: 15px;
}

.chat-box input,
.chat-box textarea {
  width: 100%;
  background:white;
  border: none;
  border-radius: 12px;
  padding: 15px;
  gap: 20px;
  margin-bottom: 10px;
  color: black;
  font-size: 14px;
}

.chat-box textarea {
  min-height: 100px;
  resize: none;
}

.chat-box input::placeholder,
.chat-box textarea::placeholder {
  color: #888;
}

.chat-box input:focus,
.chat-box textarea:focus {
  outline: 2px solid white;
}

.chat-box button {
  width: 60%;
  padding: 12px;
  border: none;
  border-radius: 12px;
  background: rgb(216, 199, 14);
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.chat-box button:hover {
  background: rgb(200, 185, 13);
}



.footer {
  background: #111;
  color: #ccc;
  padding: 40px 0 20px;
  height: 250px;
  font-family: sans-serif;
}

.footer-container {
  width: 85%;
  margin: auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-box h4 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-box p {
  font-size: 14px;
  margin-bottom: 6px;
}

.footer-bottom {
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #222;
  padding-top: 15px;
}



.produkt-h1{

    padding: 310px;
    display: flex;
    justify-content: center; 
    align-items: center;
    font-size: 55px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
}

.tona{
    color: #0A406A;
}

.produktet{
    background-color: #0A406A;
    padding: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;   /* i rreshton bukur vertikalisht */
    text-align: center;
}

.produkt-img img{
    width: 430px;          /* ose 30%, po ma stabile me px */
    border-radius: 25px;
}

.produkt-right{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    width: 40%;
    text-align: center;
}

.produkt-right p{
    font-size: 19px;
    text-align: justify;
}


.product-button1 button{
    padding: 20px;
    border-radius: 15px;
    border: none;
    background-color:bisque;
    border: 0.2px solid bisque;
    color: #0A406A;
    transition: all 0.4s;
}

.product-button1 button:hover{
    border: 0.2px solid bisque;
    background-color: transparent;
    color: bisque;
}


.container1{
    background-image: url(back-pista.png);
     width: 100%;
     height: 100vh; 
    background-size: cover;
    background-position: top; /* fotoja fillon nga maja */
    background-repeat: no-repeat;
    position: relative;
}

.llojet-gyp{
    background-color: bisque;
}

.llojet-gyp1{
    width: 85%;
    margin: 0 auto;
}

.llgyp-h1{
    padding: 100px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
}

.llgyp-h1 h1{
    font-size: 60px;
}

.gyp-e{
    color: #0A406A;
}

.llojet-gyp1 .boxes-container {
    display: flex;             /* rreshton boxat krah për krah */
    justify-content: space-between; /* largon ato pak */
    gap: 20px;                 /* hapësirë mes boxave */
}

.box-gyp{
    position: relative;        /* për text mbi foto */
    width: 48%;                /* 2 boxa krah për krah */
    overflow: hidden;
    border-radius: 20px;
}

.box-gyp img{
    width: 100%;               /* foto mbulon tërë boxin */
    display: block;
    border-radius: 20px;
}

.box-gyp h2{
    color: #0A406A;
    display: flex;
    justify-content: center;
    padding: 30px;
    font-size: 45px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}


.tabela-qmime{
    width: 80%;
    margin: 0 auto;
    padding: 100px;
    font-family: Arial, Helvetica, sans-serif;
}

.tabela-qmime h2{
    text-align: center;
    color: #0A406A;
    margin-bottom: 20px;
}

.tabela-qmime table{
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.tabela-qmime th, .tabela-qmime td{
    padding: 15px;
    text-align: center;
}

.tabela-qmime thead{
    background-color: #0A406A;
    color: white;
    font-size: 18px;
}

.tabela-qmime tbody tr:nth-child(even){
    background-color: #f2f2f2;
}

.tabela-qmime tbody tr:hover{
    background-color: #e0cfa0;
    transition: 0.3s;
}
