/* Generated by tools/build.php - do not edit by hand. */
/* block 1 of 3 */
.footer {
      background: linear-gradient(180deg, #0a1628 0%, #060d1a 100%) !important;
      color: rgba(255,255,255,0.8) !important;
      font-size: 14px !important;
      padding-bottom: 0 !important;
      position: relative;
      overflow: hidden;
    }
    .footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 3px;
      background: linear-gradient(90deg, #0d3b8e, #e8611a, #106eea);
    }
    .vrs-banner {
      background: rgba(255,255,255,0.03);
      padding: 30px 0;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }
    .vrs-banner img {
      transition: all 0.3s ease;
      filter: brightness(0.9) contrast(1.1);
    }
    .vrs-banner img:hover {
      opacity: 0.9;
      transform: scale(1.03);
      filter: brightness(1);
    }
    .footer-top { padding: 60px 0 40px !important; }
    .footer-contact h5, .footer-links h5, .footer h4 {
      font-size: 16px !important; font-weight: 800 !important; color: #fff !important;
      margin-bottom: 25px !important; position: relative; padding-bottom: 12px !important;
      text-transform: uppercase; letter-spacing: 1.5px;
    }
    .footer-contact h5::after, .footer-links h5::after {
      content: ''; position: absolute; bottom: 0; left: 0;
      width: 40px; height: 3px;
      background: linear-gradient(135deg, #e8611a, #f0943a); border-radius: 2px;
      transition: width 0.3s ease;
    }
    .footer-contact:hover h5::after, .footer-links:hover h5::after {
      width: 80px;
    }
    .contact-item {
      display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px;
      padding: 12px;
      border-radius: 10px;
      transition: all 0.3s ease;
    }
    .contact-item:hover {
      background: rgba(255,255,255,0.05);
      transform: translateX(5px);
    }
    .contact-item i {
      width: 40px; height: 40px;
      background: rgba(232,97,26,0.15);
      color: #e8611a;
      border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      font-size: 16px; flex-shrink: 0;
      transition: all 0.3s ease;
    }
    .contact-item:hover i {
      background: #e8611a;
      color: #fff;
      transform: rotateY(180deg);
    }
    .contact-item .label {
      font-size: 11px; color: #60a5fa; text-transform: uppercase;
      letter-spacing: 1px; margin-bottom: 4px; font-weight: 600;
    }
    .contact-item .value { color: #fff; font-size: 14px; line-height: 1.6; font-weight: 500; }
    .contact-item .value a {
      color: #fff;
      text-decoration: none;
      transition: all 0.3s;
    }
    .contact-item .value a:hover { color: #e8611a; }
    .footer-links ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
    .footer-links ul li { margin-bottom: 8px !important; padding: 10px 0 !important; display: flex !important; align-items: center !important; }
    .footer-links ul li a {
      color: #fff !important;
      text-decoration: none !important; font-size: 14px !important;
      display: flex !important; align-items: center !important; gap: 10px !important;
      transition: all 0.3s; padding: 8px 12px !important;
      border-radius: 8px;
      font-weight: 500;
    }
    .footer-links ul li a:hover {
      color: #e8611a;
      background: rgba(232,97,26,0.1);
      transform: translateX(8px);
    }
    .footer-links ul li a i {
      font-size: 10px !important;
      color: #e8611a !important;
      transition: all 0.3s;
      margin-right: 3px !important;
    }
    .footer-links ul li a:hover i {
      transform: translateX(5px);
      color: #f0943a;
    }
    .footer-bottom {
      background: rgba(0,0,0,0.3);
      padding: 20px 0;
      border-top: 1px solid rgba(255,255,255,0.08);
    }
    .footer-bottom p { margin: 0; font-size: 13px; color: rgba(255,255,255,0.7); }
    .footer-bottom a { color: #60a5fa; text-decoration: none; transition: color 0.3s; }
    .footer-bottom a:hover { color: #e8611a; }

/* block 2 of 3 */
.scroll-top {
      position: fixed;
      bottom: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #e8611a, #f0943a);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      text-decoration: none;
      z-index: 999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
      box-shadow: 0 4px 20px rgba(232,97,26,0.4);
    }
    .scroll-top.show {
      opacity: 1;
      visibility: visible;
    }
    .scroll-top:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 30px rgba(232,97,26,0.6);
    }

/* block 3 of 3 */
.cc-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;transform:translateY(100%);transition:transform .4s ease;
    background:#0b1f3a;color:#fff;padding:18px 24px;box-shadow:0 -4px 20px rgba(0,0,0,.25);
    font-family:inherit;display:none}
  .cc-banner.cc-show{display:block;transform:translateY(0)}
  .cc-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:20px;flex-wrap:wrap}
  .cc-text{flex:1;min-width:260px;font-size:14px;line-height:1.6;margin:0}
  .cc-text a{color:#8ecbff;text-decoration:underline}
  .cc-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
  .cc-btn{border:0;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s}
  .cc-btn:hover{opacity:.85}
  .cc-accept{background:#e8641c;color:#fff}
  .cc-decline{background:transparent;color:#c9d4e3;border:1px solid #4a5d78}
