:root{
  --brand:#00A6A6; --brand-2:#1CB7B0;
  --bg:#ffffff; --bg-alt:#f6f9fc; --card:#ffffff;
  --text:#0f172a; --muted:#475569; --border:#e2e8f0; --ok:#16a34a;
  --gold:#ffd54a; --silver:#c0c0c0; --bronze:#cd7f32;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);scroll-behavior:smooth}
.container{max-width:1120px;margin:auto;padding:0 20px}
.section{padding:80px 0}.section.alt{background:var(--bg-alt)}
.section-title{font-size:36px;line-height:1.1;margin:0 0 10px;color:#0b1120}
.section-subtitle{color:var(--muted);margin:0 0 30px}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  text-align: center;
  padding: 16px 0 10px;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

..brand {
  display: inline-flex;
  align-items: center;     /* ги порамнува вертикално во средина */
  justify-content: center; /* центрира хоризонтално */
  gap: 10px;               /* растојание меѓу логото и текстот */
  text-decoration: none;
  color: #0b1120;
  font-weight: 800;
  letter-spacing: 0.3px;
  margin: 0 auto 10px;     /* центрира целиот елемент и додава мал простор долу */
}

.brand img.logo {
  width: 80px;
  height: 80px;
  object-fit: contain;     /* логото секогаш ќе биде пропорционално */
}

.brand span {
  font-size: 24px;
  color: #083978;
  font-weight: 800;
}

.nav{display:flex;align-items:center;justify-content:space-between;height:64px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#0b1120;font-weight:800;letter-spacing:.2px}
.logo{width:34px;height:34px;object-fit:contain}
.menu{display:flex;align-items:center;gap:22px}
.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 10px 0;
}
.menu a {
  display: inline-block;
  background: #f4f7fb;
  color: #083978 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 18px;
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.menu a:hover {
  background: #083978;
  color: #fff !important;
  transform: translateY(-2px);
}

.menu a.active {
  background: linear-gradient(90deg, #00a6a6, #0066cc);
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(0, 166, 166, 0.3);
}

.burger{display:none;width:40px;height:40px;background:transparent;border:0;cursor:pointer}
.burger span{display:block;height:2px;background:var(--text);margin:7px 0}
.btn{display:inline-block;background:linear-gradient(90deg,var(--brand),var(--brand-2));padding:12px 18px;border-radius:10px;color:#04252a;text-decoration:none;font-weight:800;box-shadow:0 6px 18px rgba(0,166,166,.25)}
.btn:hover{transform:translateY(-1px)}
.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text)}
.btn-sm{padding:8px 12px;border-radius:8px;font-weight:700}
.btn-lg{padding:14px 22px;font-size:16px;border-radius:12px}
.btn-block{display:block;text-align:center}
.hero{padding:110px 0 80px;border-bottom:1px solid var(--border);position:relative;overflow:hidden}
.hero-animated .bg-candy{position:absolute;inset:-30%;background:conic-gradient(from 0deg at 50% 50%, #e6fffb, #e6f9ff, #e6f7f5, #e6fffb);filter:blur(60px);animation:spin 24s linear infinite;opacity:.6}
@keyframes spin{to{transform:rotate(360deg)}}
.hero-grid{position:relative;display:grid;grid-template-columns:1.2fr 1fr;gap:40px;align-items:center}
.hero-copy h1{font-size:44px;margin:0 0 14px}
.hero-copy p{color:var(--muted);margin:0 0 16px}
.hero-actions{display:flex;gap:12px;margin:10px 0 14px}
.hero-bullets{padding-left:18px;color:var(--muted)}
.video-frame{border-radius:16px;overflow:hidden;border:1px solid var(--border);box-shadow:0 10px 40px rgba(2,6,23,.06);background:#000;min-height:320px}
.video-frame .yt{width:100%;height:360px;display:block}

/* Cards, steps, etc. */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}
.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 4px 16px rgba(2,6,23,.04)}
.card h3{margin:6px 0 10px;color:#0b1120}
.card p{color:var(--muted)}
.checklist{margin:12px 0 0;padding-left:18px;color:var(--muted)}
.checklist li{margin:6px 0}
.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:18px 0 0;padding:0}
.steps li{background:var(--card);border:1px solid var(--border);padding:18px;border-radius:12px;box-shadow:0 4px 16px rgba(2,6,23,.04)}
.steps span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--brand);color:#04252a;font-weight:800;margin-right:10px}
.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;position:relative;box-shadow:0 4px 16px rgba(2,6,23,.04)}
.price-card .price{font-size:26px;margin:6px 0 10px}
.price-card .price span{font-weight:800}
.price-card .badge{position:absolute;top:12px;right:12px;background:linear-gradient(90deg,var(--brand),var(--brand-2));color:#04252a;font-weight:800;padding:6px 10px;border-radius:999px}
.price-card.featured{box-shadow:0 12px 40px rgba(0,166,166,.18)}
.note{color:var(--muted);margin-top:12px}

/* Button for View Route */
.view-route-btn,
.view-pay-btn {
  margin-top: 8px;
  padding: 8px 14px;
  background: #083978;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  display: block;
  width: 100%;
  text-align: center;
}

.view-route-btn:hover,
.view-pay-btn:hover {
  background: #052b61;
}

/* Различна боја за View Driver Pay */
.view-pay-btn {
  background: #00a651; /* зелена */
}

.view-pay-btn:hover {
  background: #008f43;
}

.form-step {
  display: none;
  animation: fadeIn 0.4s ease;
}
.form-step.active {
  display: block;
}
.next-btn, .prev-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background: #083978;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.next-btn:hover, .prev-btn:hover {
  background: #0a4f92;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;               /* цел екран */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: white;
  background: black;
}

/* Видео позадина */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);    /* затемнување за подобра читливост */
  z-index: 0;
  pointer-events: none;        /* да не може да се кликне */
}

/* Центриран текст */
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
  animation: fadeInUp 1.2s ease forwards;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.4;
}

/* Копчиња */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.hero-buttons .btn {
  font-size: 1rem;
  padding: 12px 26px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Анимација */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Smooth step fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* ---------- HERO GALLERY ---------- */
.hero-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.gallery-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-img:hover {
  transform: scale(1.03);
}

/* ---------- FULLSCREEN MODAL ---------- */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.9);
}
.gallery-modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 700px;
  border-radius: 10px;
}
.close-gallery {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s;
  user-select: none;
}
.prev:hover, .next:hover { color: #00A6A6; }
.prev { left: 20px; }
.next { right: 20px; }

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
  .hero-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-img {
    height: 120px;
  }
}



/* TOPS grid */
.tops-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.top-card{position:relative;border-radius:16px;border:1px solid var(--border);padding:18px;overflow:hidden;min-height:260px;background:var(--card);box-shadow:0 6px 18px rgba(2,6,23,.06)}
.top-card h3{margin:0 0 6px}
.top-card .rank{font-weight:900;letter-spacing:.5px}
.top-card .name{font-size:20px;font-weight:800;margin:4px 0}
.top-card .meta{color:var(--muted);margin:4px 0 10px}
.top-card a.map{display:inline-block;margin-top:8px;text-decoration:none;color:#0b1120;border:1px solid var(--border);padding:8px 12px;border-radius:10px}
.top-card a.map:hover{transform:translateY(-1px)}
.top-card .photo{width:100%;height:160px;object-fit:cover;border-radius:12px;border:1px solid var(--border);margin-bottom:10px;background:#f1f5f9}

/* Winner visual */
.top-card.winner{box-shadow:0 0 0 2px rgba(255,213,74,.35)}
.top-card.winner::after{content:'';position:absolute;inset:-40%;background:radial-gradient(circle at 50% 50%, rgba(255,213,74,.35), transparent 50%);animation:pulseGlow 3s ease-in-out infinite;pointer-events:none}
.confetti{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.confetti span{position:absolute;width:8px;height:8px;background:var(--gold);top:-10px;animation:fall 4s linear infinite}
.confetti span:nth-child(odd){background:#fff27a}
@keyframes pulseGlow{0%,100%{opacity:.45}50%{opacity:.85}}
@keyframes fall{to{transform:translateY(300px) rotate(360deg)}}

/* Silver */
.top-card.silver{box-shadow:0 0 0 2px rgba(192,192,192,.25)}
.top-card.silver::after{content:'';position:absolute;inset:0;background:linear-gradient(120deg, transparent 0%, rgba(0,0,0,.06) 20%, transparent 40%);animation:shimmer 2.8s linear infinite}
@keyframes shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}

/* Bronze */
.top-card.bronze{box-shadow:0 0 0 2px rgba(205,127,50,.25)}
.top-card.bronze::after{content:'';position:absolute;inset:-50%;background:radial-gradient(circle at 50% 50%, rgba(205,127,50,.18), transparent 55%);animation:bronzeGlow 4s ease-in-out infinite}
@keyframes bronzeGlow{0%,100%{opacity:.2}50%{opacity:.4}}

/* Contact & footer */
.contact .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch; /* ✅ ги прави еднакви по висина */
}
.contact-form{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 4px 16px rgba(2,6,23,.04)}
.contact-form label{display:block;margin-bottom:12px}
.contact-form span{display:block;margin-bottom:6px;color:var(--muted)}
.contact-form input,.contact-form textarea{width:100%;padding:12px;border-radius:10px;border:1px solid var(--border);background:#ffffff;color:var(--text)}
.contact-form button{margin-top:10px}
.form-note{min-height:20px;color:var(--ok);font-weight:600}
.site-footer{padding:40px 0;border-top:1px solid var(--border);background:#f8fafc;color:#475569}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;align-items:center}
.footer-nav a{display:block;margin:6px 0;color:#334155;text-decoration:none}
.small{color:#64748b;font-size:14px}

@media (max-width:980px){
	  .brand img.logo {
    width: 65px;
    height: 65px;
  }

  .brand span {
    font-size: 20px;
  }

  .hero-grid{grid-template-columns:1fr}
  .tops-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .pricing{grid-template-columns:1fr;gap:16px}
  .cards{grid-template-columns:1fr}
  .contact .grid-2{grid-template-columns:1fr}
    .menu {
    overflow-x: auto;
    white-space: nowrap;
    padding: 8px 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .menu::-webkit-scrollbar {
    display: none;
  }

  .menu a {
    flex: 0 0 auto;
  }
  
}





 .menu.open{display:flex}
  .burger{display:block}
  .video-frame .yt{height:260px}
}
.media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.media img.photo {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
}
.media iframe.yt-top {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.media:hover iframe.yt-top {
  opacity: 1;
}
.img-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.img-modal.open { display: flex; }
.img-modal img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  padding: 6px 10px;
  font-weight: bold;
}
/* 🔹 Pulsing dark-blue section background for Apply as Driver (dark blue pulse) */
.pulse-green {
  background-color: #04252a;
  position: relative;
  animation: pulseBgDark 2.5s infinite;
}

/* Pulse animation */
@keyframes pulseBgDark {
  0% { background-color: #b1d9df; }
  50% {  background-color: #b1dedf; }
  100% { background-color: #b1d4df; }
}

/* Text color adjustments — black text */
.pulse-green h2,
.pulse-green .contact-list li,
.pulse-green label span,
.pulse-green p,
.pulse-green input,
.pulse-green textarea {
  color: #000 !important;
}

/* Input and textarea fields styling */
.pulse-green input,
.pulse-green textarea {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
}

/* Buttons inside Apply section */
.pulse-green .btn {
  background: #000;
  color: #fff;
  border: none;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 8px;
}

.pulse-green .btn:hover {
  background: #222;
  transform: translateY(-1px);
}

/* 🔹 Header Apply link pulse button (same color tone) */
.apply-link {
  background: #a9d5db;
  color: white !important;
  padding: 8px 14px;
  border-radius: 6px;
  animation: pulseBtnDark 2.5s infinite;
}

@keyframes pulseBtnDark {
  0% { box-shadow: 0 0 0 0 rgba(4, 37, 42, 0.6); }
  70% { box-shadow: 0 0 0 15px rgba(4, 37, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(4, 37, 42, 0); }
}
.hiring-section {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hiring-section h2 {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
}
.contact-form {
  background: #f8fafc;
  box-shadow: 0 4px 16px rgba(2,6,23,.06);
  border: none;
  border-radius: 14px;
  padding: 30px;
}
/* ---------- EXTRA GALLERIES BELOW HERO ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.gallery-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.gallery-grid img:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-grid img {
    height: 130px;
  }
}

/* ---------- PAGE LOADER ---------- */
#page-loader {
  position: fixed;
  inset: 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.4s ease;
}

#page-loader.hidden {
  opacity: 0;
  pointer-events: none;
}

.loader-logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
}

.dots {
  display: flex;
  gap: 5px;
  font-size: 28px;
  font-weight: bold;
  color: #083978;
}

.dots span {
  opacity: 0.2;
  animation: blink 1.2s infinite;
}

.dots span:nth-child(1) { animation-delay: 0s; }
.dots span:nth-child(2) { animation-delay: 0.2s; }
.dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 80%, 100% { opacity: 0.2; }
  40% { opacity: 1; }
}



/* ---------- HOW IT WORKS SECTION BACKGROUND ---------- */
#process {
  position: relative;
  background: url('/assets/how_it_works.jpeg') center/cover no-repeat;
  background-size: 100%;
  background-color: #1E2425;
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 80px 0;
}

#process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* затемнување за подобра читливост */
  z-index: 0;
}

#process * {
  position: relative;
  z-index: 1;
}

#process h2.section-title {
  color: #white; /* бел наслов */
}

#process ol.steps li {
  background: rgba(255, 255, 255, 0.12); /* транспарентни блокчиња */
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

#process ol.steps span {
  background: #00a6a6; /* боја за бројките */
  color: #fff;
}


.hiring-img-link {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.hiring-img-link:hover {
  transform: scale(1.02);
}

.hiring-section img {
  max-width: 240px;
  border-radius: 10px;
  margin-bottom: 14px;
}
.apply-btn {
  background: #04252a;
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.apply-btn:hover {
  background: #0a3d46;
  transform: translateY(-2px);
}
.hiring-img {
  width: 50%;
  height: 500px; /* ја зголемува висината */
  object-fit: cover; /* ја пополнува рамката без да се деформира */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.hiring-section {
  background: #f8fafc;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(2,6,23,.06);
  text-align: center;
  color: #04252a;
}

.hiring-section h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #04252a;
}

.hiring-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

.hiring-text {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 650px;
  color: #04252a;
}

.hiring-text p {
  margin: 6px 0;
}

.hiring-text a {
  color: #00A6A6;
  text-decoration: none;
  font-weight: 600;
}

.hiring-text a:hover {
  text-decoration: underline;
}

.apply-btn {
  display: inline-block;
  margin-top: 25px;
  background-color: #04252a;
  color: #fff;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s;
}

.apply-btn:hover {
  background-color: #064747;
  transform: translateY(-2px);
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal.open {
  display: flex;
}

.modal-content {
  background: #fff;
  border-radius: 14px;
  padding: 24px 28px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  position: relative;
  text-align: center;
  animation: fadeIn 0.3s ease;
}

.modal-content h2 {
  margin-top: 0;
  color: #04252a;
}

.modal-content p {
  color: #475569;
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: #ddd;
  color: #000;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  transition: 0.3s;
}

.modal-close:hover {
  background: #bbb;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* ---------- TAP FOR DETAILS (Pulse Effect) ---------- */
.tap {
  font-size: 0.9rem;
  color: #white;
  font-weight: 600;
  text-align: center;
  margin-top: 6px;
  animation: pulseText 2.5s infinite ease-in-out;
}

@keyframes pulseText {
  0% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.07); }
  100% { opacity: 0.5; transform: scale(1); }
}

/* ---------- PRICE CARD BASE ---------- */
.price-card {
  position: relative;
  padding: 25px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.price-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.price-card {
  position: relative;
  border-radius: 14px;
  color: #fff;
  overflow: hidden;
  text-shadow: 0 1px 4px rgba(0,0,0,0.7);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45); /* затемнување за читливост */
  z-index: 0;
}

.price-card * {
  position: relative;
  z-index: 1;
}

/* ---------- 10% per Load Card (Green Glow) ---------- */
.price-card:nth-child(1) {
  border: 3px solid #00a651; /* base green */
  animation: greenGlow 3s ease-in-out infinite;
}

/* ✅ 1. Owner-Operator */
.price-card:nth-child(1) {
  background: url('/assets/payment.jpeg') center/cover no-repeat;
}

/* ✅ 2. IRP program */
.price-card:nth-child(2) {
  background: url('/assets/IRP.jpeg') center/cover no-repeat;
}

/* ✅ 3. Wide range of regions */
.price-card:nth-child(3) {
  background: url('/assets/regions.jpeg') center/cover no-repeat;
}




@keyframes greenGlow {
  0% {
    box-shadow: 0 0 8px rgba(0, 166, 81, 0.2),
                0 0 14px rgba(0, 166, 81, 0.3),
                inset 0 0 6px rgba(0, 166, 81, 0.3);
  }
  50% {
    box-shadow: 0 0 16px rgba(0, 200, 83, 0.45),
                0 0 28px rgba(0, 230, 118, 0.6),
                inset 0 0 10px rgba(0, 230, 118, 0.6);
  }
  100% {
    box-shadow: 0 0 8px rgba(0, 166, 81, 0.2),
                0 0 14px rgba(0, 166, 81, 0.3),
                inset 0 0 6px rgba(0, 166, 81, 0.3);
  }
}
/* ---------- Route Modal ---------- */
.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.img-modal.open {
  display: flex;
}

.img-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 15px #000;
  transition: transform 0.3s;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.modal-close:hover {
  background: #083978;
  color: #fff;
}

/* Button for View Route */
.view-route-btn {
  margin-top: 8px;
  padding: 8px 14px;
  background: #083978;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.view-route-btn:hover {
  background: #052b61;
}
/* ---------- PRICE MODAL ---------- */
#priceModal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#priceModal.open {
  display: flex;
}

/* Внатрешниот прозорец */
.modal-content {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 90%;
  max-width: 480px;
  max-height: 80vh; /* ✅ Ограничување на висината */
  overflow-y: auto; /* ✅ Овозможува вертикално скролање */
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* X копче */
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}

/* Анимација при отворање */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ✅ Само hero contact копчето */
.contact-btn {
  color: #fff !important;
  font-weight: 700;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #fff;
  color: #083978 !important;
}

.hero-counters {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  z-index: 5;
}

.counter-box {
  margin: 20px 0;
}

.counter {
  font-size: 60px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.label {
  font-size: 24px;
  font-weight: 600;
  margin-top: 8px;
  text-transform: uppercase;
}

.subtext {
  font-size: 22px;
  font-weight: 500;
  color: #e0e0e0;
}

.manager-name {
  font-size: 36px;
  font-weight: 800;
  color: #00ffcc;
  margin-top: 6px;
}

.contact-link {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #00ffcc;
  padding-bottom: 3px;
}

.contact-link:hover {
  color: #00ffcc;
}
.hero-counters .counter {
  background: linear-gradient(90deg, #083978, #00A6A6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-shadow: none;
}
.hero-counters .label,
.hero-counters .subtext,
.hero-counters .manager-name,
.hero-counters .contact-link {
  color: #083978 !important;
  text-shadow: none !important; /* ќе ја тргне темната сенка */
}


@media (max-width: 768px) {
  .counter {
    font-size: 40px;
  }
  .label, .subtext, .manager-name, .contact-link {
    font-size: 18px;
  }
}
.yt-top {
  width: 100%;
  height: 100%;
  pointer-events: none; /* 🚀 ова го решава проблемот */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.media {
  position: relative;
}
