*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Inter;
background:#05070f;
color:white;
overflow-x:hidden;
}

/* NAVBAR */

nav{

position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);

width:85%;

display:flex;
justify-content:space-between;
align-items:center;

padding:16px 40px;

border-radius:16px;

background:rgba(10,10,20,0.35);

backdrop-filter:blur(12px);
-webkit-backdrop-filter:blur(12px);

border:1px solid rgba(255,255,255,0.08);

box-shadow:0 0 30px rgba(124,58,237,0.25);

z-index:100;

}

.logo-area{
display:flex;
align-items:center;
gap:10px;
}

.logo{
width:32px;
border-radius: 15px;
}

nav ul{
display:flex;
gap:30px;
list-style:none;
}

nav a{
text-decoration:none;
color:#cbd5e1;
font-size:14px;
transition:.3s;
}

nav a:hover{
color:white;
}

/* HERO */

.hero{

height:100vh;

background:url("sparkorabg.png");

background-size:cover;
background-position:center;

display:flex;
align-items:center;
padding:0 8%;

}

.hero-text {
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  color: white;
}

/* Logo */
.logo-text {
  font-size: 60px;
  letter-spacing: 8px;
  font-weight: 700;
}

.logo-text span {
  color: #b84dff; /* purple si në foto */
}

/* DIGITAL */
.sub {
  letter-spacing: 10px;
  font-size: 18px;
  opacity: 0.85;
  margin-bottom: 20px;
  color: #ccc;
}

/* Main text */
.main-text {
  font-size: 30px;
  font-weight: 500;
}

.main-text span {
  color: #b84dff;
  font-weight: bold;
}

/* Tags */
.tags {
  font-size: 14px;
  letter-spacing: 3px;
  color: #aaa;
}

.card{

border-radius:20px;

overflow:hidden;

cursor:pointer;

transition:.4s;

}

.card img{

width:100%;

display:block;

transition:.6s;

}

.card:hover img{

transform:scale(1.08);

}

#portfolio{

padding:120px 8%;

}

.portfolio-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:40px;

}



.hero-content{
max-width:600px;
}

.hero h2{

font-size:64px;

background:linear-gradient(90deg,#7c3aed,#06b6d4);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;

text-shadow:
0 0 20px rgba(124,58,237,0.6),
0 0 40px rgba(6,182,212,0.4);

}

.hero p{

margin-top:20px;
color:#9ca3af;
font-size:18px;

}

.btn{

position: fixed;
  bottom: 25px;
  left: 25px;
  padding: 15px 28px;
  background: linear-gradient(135deg, #7c3aed, #000);
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  
  /* animacion */
  animation: float 3s ease-in-out infinite;
  transition: all 0.3s ease;

}


.btn:hover{

transform:scale(1.08);

box-shadow:
0 0 20px #7c3aed,
0 0 60px #06b6d4;

}

@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-8px); }
  100% { transform: translateY(0px); }
}

/* SERVICES */

#services{

padding:120px 8%;
text-align:center;

}

.section-title{

text-align:center;
font-size:36px;
margin-bottom:60px;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:50px;

}

.service{

padding:30px;

border:1px solid #1f2937;

border-radius:14px;

background:#0b0f19;

transition:.4s;

}

.service:hover{

transform:translateY(-10px);

border-color:#7c3aed;

box-shadow:0 0 40px rgba(124,58,237,0.3);

}

.icon{

font-size:36px;

color:#7c3aed;

text-shadow:
0 0 10px #7c3aed,
0 0 20px #06b6d4;

}

/* FOOTER */

.footer{

padding:40px 60px;

background:rgba(5,5,20,0.9);

border-top:1px solid rgba(255,255,255,0.1);

backdrop-filter:blur(10px);

}

/* top */

.footer-top{

display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;

margin-bottom:20px;

}

/* left links */

.footer-left a{

margin-right:15px;

padding:8px 16px;

border-radius:20px;

text-decoration:none;

color:#aaa;

font-size:14px;

transition:.3s;



}

.footer-left a:hover{

color:white;
background:linear-gradient(90deg,#6c3cff,#ff2fd1);
box-shadow:0 0 15px #6c3cff, 0 0 30px #ff2fd1;
transform:scale(1.15);
border-radius: 20px;
}


.footer-left a,
.footer-right a{
transition: all 0.3s ease;
}


/* right icons */

.footer-right a{

margin-left:20px;

font-size:22px; /* 🔥 më të mëdha */

color:#aaa;

transition:.3s;

display:inline-flex;
align-items:center;
justify-content:center;

width:45px;
height:45px;

border-radius:50%;

}

.footer-right a:hover{
color:white;
background:linear-gradient(90deg,#6c3cff,#ff2fd1);
box-shadow:0 0 15px #6c3cff, 0 0 30px #ff2fd1;
transform:scale(1.15);
border-radius:50%;
}

/* bottom */

.footer-bottom{

text-align:center;

color:#777;

font-size:14px;

}

/* CURSOR */

.cursor-glow{

position:fixed;

width:180px;
height:180px;

background:radial-gradient(circle,#7c3aed55,#06b6d455,transparent);

filter:blur(70px);

pointer-events:none;

z-index:-1;

}

/* MODAL */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);

  align-items: center;
  justify-content: center;

  z-index: 999;
}

.modal-content {
  background: rgba(15, 15, 25, 0.95);
  padding: 35px;
  border-radius: 20px;
  width: 400px;

  box-shadow: 0 0 40px rgba(108, 60, 255, 0.3);
  position: relative;
}

.modal-content h2 {
  margin-bottom: 10px;
  text-align: center;
}

.servicesubtitle {
  font-size: 13px;
  text-align: center;
  color: #aaa;
  margin-bottom: 20px;
  
}

.subtitle {
  font-size: 13px;
  text-align: center;
  color: #aaa;
  margin-bottom: 20px;
}

.modal-content input,
.modal-content textarea,
.modal-content select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;

  border: none;
  border-radius: 8px;

  background: rgba(255,255,255,0.05);
  color: white;
}

.modal-content input::placeholder,
.modal-content textarea::placeholder {
  color: #888;
}

.modal-content button {
  width: 100%;
  padding: 12px;

  border: none;
  border-radius: 8px;

  background: linear-gradient(135deg, #6c3cff, #9b5cff);
  color: white;

  font-weight: bold;
  cursor: pointer;

  transition: 0.3s;
}

.modal-content select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;

  border: none;
  border-radius: 8px;

  background: rgba(255,255,255,0.05);
  color: white;

  appearance: none; /* heq default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;

  cursor: pointer;
}

/* Arrow custom */
.modal-content select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

/* OPTION styling (important) */
.modal-content select option {
  background: #0f0f1a; /* dark background */
  color: #b38cff; /* light purple text */
}

/* kur hover/select */
.modal-content select option:checked {
  background: #6c3cff;
  color: white;
}

.modal-content button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px #6c3cff;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;

  font-size: 24px;
  cursor: pointer;
  color: white;
}

/* loader spinner */
.loader {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* kur loading aktiv */
button.loading .btn-text {
  display: none;
}

button.loading .loader {
  display: block;
}

/* success message */
.success-message {
  display: none;
  text-align: center;
  margin-top: 15px;
  color: #8fffaa;
  font-size: 14px;
}

/* TABLET */

@media (max-width: 992px){

nav{
width:92%;
padding:14px 25px;
}

nav ul{
gap:20px;
}

.hero h2{
font-size:48px;
}

.hero p{
font-size:16px;
}

.portfolio-grid{
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
}

.services-grid{
grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
}

.footer {
    padding: 35px 40px;
  }

  .footer-right a {
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

}

/* MOBILE */

@media (max-width: 768px){

nav{
flex-direction:column;
gap:10px;
padding:16px;
}

nav ul{
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.hero{
text-align:center;
justify-content:center;
}

.hero-content{
max-width:100%;
}

.hero h2{
font-size:36px;
}

.hero p{
font-size:15px;
}

.btn{
padding:12px 26px;
}

.section-title{
font-size:28px;
}

.services-grid{
grid-template-columns:1fr;
gap:30px;
}

.portfolio-grid{
grid-template-columns:1fr;
}

.modal-content{
width:90%;
}

.footer {
    padding: 30px 20px;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  /* Icons më të përshtatshme për phone */
  .footer-right {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
  }

  .footer-right a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0;
  }

  .footer-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .footer-left a {
    margin: 0;
    font-size: 13px;
    padding: 6px 14px;
  }

}

/* SMALL MOBILE */

@media (max-width: 480px){

.hero h2{
font-size:28px;
}

.hero p{
font-size:14px;
}

nav a{
font-size:13px;
}

}