    :root {
      --primary: #f4c000;
      --dark: #111827;
      --muted: #6b7280;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.container,
.container-fluid {
    overflow-x: hidden;
}
    body {
      font-family: Arial, sans-serif;
      color: #222;
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
    }

    .top-bar {
      background: #111827;
      color: #fff;
      font-size: 14px;
      padding: 10px 0;
    }

    .top-bar a {
      color: #fff;
    }

    .social-icons a {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,.12);
      border-radius: 50%;
      margin-left: 6px;
      color: #fff;
      transition: .3s;
    }

    .social-icons a:hover {
      background: var(--primary);
      color: #111;
    }

    .navbar {
      background: #fff;
      box-shadow: 0 8px 25px rgba(0,0,0,.08);
    }

    .navbar-brand img {
      max-height: 70px;
    }

    .navbar-nav .nav-link {
      font-weight: 700;
      color: #111827;
      padding: 24px 14px;
      text-transform: uppercase;
      font-size: 14px;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: var(--primary);
    }

    .btn-main {
      background: var(--primary);
      color: #111;
      font-weight: 800;
      border-radius: 40px;
      padding: 12px 28px;
      border: none;
      text-transform: uppercase;
    }

    .btn-main:hover {
      background: #111827;
      color: #fff;
    }

    .hero {
      min-height: 720px;
      background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
        url("https://patenta-abcd.al/wp-content/uploads/2022/02/1.jpg") center top / cover no-repeat;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .hero h1 {
      font-size: clamp(38px, 6vw, 74px);
      font-weight: 900;
      line-height: 1.05;
    }

    .hero h1 span {
      color: var(--primary);
    }

    .hero p {
      font-size: 22px;
      max-width: 600px;
    }

    .stats-section {
      margin-top: -70px;
      position: relative;
      z-index: 5;
    }

    .stat-card {
      background: #fff;
      border-radius: 18px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 14px 40px rgba(0,0,0,.12);
      height: 100%;
    }

    .stat-card i {
      font-size: 42px;
      color: var(--primary);
      margin-bottom: 14px;
    }

    .stat-card h3 {
      font-size: 34px;
      font-weight: 900;
      margin: 0;
    }

    .section-padding {
      padding: 90px 0;
    }

    .section-title {
      font-weight: 900;
      font-size: clamp(34px, 4vw, 52px);
      margin-bottom: 22px;
    }

    .ready-img {
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 18px 50px rgba(0,0,0,.14);
    }

    .ready-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .check-list {
      padding-left: 0;
      list-style: none;
    }

    .check-list li {
      margin-bottom: 14px;
      padding-left: 34px;
      position: relative;
      color: #374151;
    }

    .check-list li::before {
      content: "\f00c";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: var(--primary);
    }

    .promo-section {
      background:
        linear-gradient(rgba(17,24,39,.88), rgba(17,24,39,.88)),
        url("https://patenta-abcd.al/wp-content/uploads/2017/10/tt-promo-01.jpg") center / cover no-repeat;
      color: #fff;
      padding: 70px 0;
    }

    .promo-section h3 {
      font-weight: 900;
      font-size: clamp(30px, 4vw, 48px);
    }

    .promo-section h3 span {
      color: var(--primary);
    }

    .program-card {
      border: none;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 12px 35px rgba(0,0,0,.1);
      transition: .3s;
      height: 100%;
    }

    .program-card:hover {
      transform: translateY(-8px);
    }

    .program-card img {
      height: 450px;
      object-fit: cover;
    }

    .number-badge {
      width: 58px;
      height: 58px;
      border-radius: 50%;
      background: var(--primary);
      color: #111;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 900;
      font-size: 22px;
      margin-top: -35px;
      position: relative;
      z-index: 2;
      border: 5px solid #fff;
    }

    .feature-card {
      background: #fff;
      border-radius: 22px;
      padding: 34px 26px;
      box-shadow: 0 10px 35px rgba(0,0,0,.08);
      height: 100%;
      transition: .3s;
    }

    .feature-card:hover {
      transform: translateY(-6px);
    }

    .feature-card i {
      font-size: 42px;
      color: var(--primary);
      margin-bottom: 18px;
    }

    .feature-card h5 {
      font-weight: 900;
      margin-bottom: 12px;
    }

    .news-card {
      border: none;
      border-radius: 22px;
      overflow: hidden;
      box-shadow: 0 10px 35px rgba(0,0,0,.1);
      height: 100%;
    }

    .news-image {
      position: relative;
    }

    .news-image img {
      width: 100%;
      height: 230px;
      object-fit: cover;
    }

    .news-date {
      position: absolute;
      left: 18px;
      bottom: 18px;
      background: var(--primary);
      color: #111;
      padding: 10px 14px;
      border-radius: 12px;
      text-align: center;
      font-weight: 900;
      line-height: 1.1;
    }

    .news-date span {
      display: block;
      font-size: 24px;
    }

    footer {
      background: #111827;
      color: #d1d5db;
      padding: 70px 0 25px;
    }

    footer h5 {
      color: #fff;
      font-weight: 900;
      margin-bottom: 20px;
    }

    footer a {
      color: #d1d5db;
      display: block;
      margin-bottom: 10px;
    }

    footer a:hover {
      color: var(--primary);
    }

    .footer-logo {
      max-width: 130px;
      margin-bottom: 20px;
    }

    .copyright {
      border-top: 1px solid rgba(255,255,255,.12);
      margin-top: 40px;
      padding-top: 20px;
      text-align: center;
      color: #9ca3af;
    }


    /* ===============================
       Improved Navbar + Full Mobile Menu
    ================================ */

    .site-header {
      z-index: 1100;
    }

    .custom-navbar {
      background: rgba(255, 255, 255, 0.97);
      backdrop-filter: blur(14px);
      box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
      padding: 0;
    }

    .custom-navbar .container {
      min-height: 92px;
    }

    .custom-navbar .navbar-brand img {
      max-height: 70px;
      width: auto;
    }

    .desktop-menu .nav-link {
      position: relative;
      color: #111827;
      font-weight: 800;
      font-size: 14px;
      text-transform: uppercase;
      padding: 34px 13px;
      letter-spacing: 0.25px;
      transition: 0.25s ease;
    }

    .desktop-menu .nav-link::before {
      content: "";
      position: absolute;
      left: 13px;
      right: 13px;
      bottom: 24px;
      height: 3px;
      background: var(--primary);
      border-radius: 999px;
      transform: scaleX(0);
      transform-origin: left;
      transition: 0.25s ease;
    }

    .desktop-menu .nav-link:hover,
    .desktop-menu .nav-link.active {
      color: var(--primary);
    }

    .desktop-menu .nav-link:hover::before,
    .desktop-menu .nav-link.active::before {
      transform: scaleX(1);
    }

    .desktop-menu .dropdown-toggle::after {
      display: none;
    }

    .desktop-dropdown .dropdown-menu {
      border: 0;
      border-radius: 18px;
      padding: 12px;
      min-width: 220px;
      box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
      margin-top: 0;
    }

    .desktop-dropdown .dropdown-item {
      border-radius: 12px;
      padding: 12px 14px;
      font-weight: 700;
      color: #111827;
    }

    .desktop-dropdown .dropdown-item:hover {
      background: rgba(244, 192, 0, 0.18);
      color: #111827;
    }

    .desktop-dropdown-icon {
      font-size: 11px;
      transition: 0.25s ease;
    }

    /* Desktop: open Testi Online submenu on hover */
    @media (min-width: 992px) {
      .desktop-dropdown {
        position: relative;
      }

      .desktop-dropdown .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(14px);
        pointer-events: none;
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
      }

      .desktop-dropdown:hover .dropdown-menu,
      .desktop-dropdown:focus-within .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }

      .desktop-dropdown:hover > .nav-link,
      .desktop-dropdown:focus-within > .nav-link {
        color: var(--primary);
      }

      .desktop-dropdown:hover > .nav-link::before,
      .desktop-dropdown:focus-within > .nav-link::before {
        transform: scaleX(1);
      }

      .desktop-dropdown:hover .desktop-dropdown-icon,
      .desktop-dropdown:focus-within .desktop-dropdown-icon {
        transform: rotate(180deg);
      }
    }

    .mobile-menu-button {
      width: 52px;
      height: 52px;
      border: 0;
      border-radius: 16px;
      background: #111827;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 6px;
      padding: 0;
      box-shadow: 0 12px 25px rgba(17, 24, 39, 0.18);
    }

    .mobile-menu-button span {
      width: 24px;
      height: 2px;
      display: block;
      background: #fff;
      border-radius: 999px;
    }

    .mobile-menu-overlay {
      position: fixed;
      inset: 0;
      z-index: 3000;
      background: rgba(17, 24, 39, 0.72);
      backdrop-filter: blur(8px);
      opacity: 0;
      visibility: hidden;
      transition: 0.3s ease;
    }

    .mobile-menu-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .mobile-menu-panel {
      width: 100%;
      height: 100%;
      background:
        radial-gradient(circle at top right, rgba(244, 192, 0, 0.24), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
      transform: translateX(-100%);
      transition: 0.38s ease;
      overflow-y: auto;
    }

    .mobile-menu-overlay.active .mobile-menu-panel {
      transform: translateX(0);
    }

    .mobile-menu-header {
      min-height: 96px;
      padding: 18px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(17, 24, 39, 0.08);
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(10px);
      position: sticky;
      top: 0;
      z-index: 2;
    }

    .mobile-logo img {
      max-height: 62px;
      width: auto;
    }

    .mobile-close-button {
      width: 50px;
      height: 50px;
      border: 0;
      border-radius: 50%;
      background: #111827;
      color: #fff;
      font-size: 23px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 25px rgba(17, 24, 39, 0.18);
    }

    .mobile-menu-body {
      padding: 24px 18px 36px;
    }

    .mobile-nav {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .mobile-nav > li {
      margin-bottom: 12px;
    }

    .mobile-nav a,
    .mobile-submenu-toggle {
      width: 100%;
      min-height: 64px;
      border: 0;
      background: #fff;
      color: #111827;
      border-radius: 20px;
      padding: 17px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 17px;
      font-weight: 900;
      box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
      transition: 0.25s ease;
    }

    .mobile-nav a:hover,
    .mobile-submenu-toggle:hover {
      transform: translateY(-2px);
    }

    .mobile-nav a.active {
      background: #111827;
      color: #fff;
    }

    .mobile-nav a i,
    .mobile-submenu-toggle i {
      color: var(--primary);
      transition: 0.25s ease;
    }

    .mobile-submenu {
      list-style: none;
      padding: 0;
      margin: 10px 0 0;
      display: none;
    }

    .mobile-has-submenu.open .mobile-submenu {
      display: block;
    }

    .mobile-has-submenu.open .mobile-submenu-toggle i {
      transform: rotate(180deg);
    }

    .mobile-submenu li {
      margin-bottom: 8px;
    }

    .mobile-submenu a {
      min-height: auto;
      padding: 14px 18px 14px 34px;
      background: #fff7d1;
      font-size: 15px;
      box-shadow: none;
    }

    .mobile-menu-bottom {
      margin-top: 26px;
      background: #111827;
      border-radius: 28px;
      padding: 24px;
      box-shadow: 0 18px 40px rgba(17, 24, 39, 0.18);
    }

    .mobile-contact {
      margin-top: 18px;
    }

    .mobile-contact a {
      display: flex;
      align-items: center;
      gap: 12px;
      color: #e5e7eb;
      font-size: 14px;
      margin-top: 13px;
      word-break: break-word;
    }

    .mobile-contact i {
      color: var(--primary);
      min-width: 18px;
    }

    body.menu-open {
      overflow: hidden;
    }

 /* 
 mobile
 */
    @media (max-width: 991px) {
      .navbar-nav .nav-link {
        padding: 12px 0;
      }

      .hero {
        min-height: 580px;
        text-align: center;
      }

      .hero p {
        margin-left: auto;
        margin-right: auto;
      }

      .stats-section {
        margin-top: 30px;
      }
      img.custom-logo {
            width: 255px;
        }
        
    .ready-img img {
            width: 100%;
            height: 285px;
            object-fit: cover;
        }
        
        .col-lg-6 {
            text-align: center;
        }
        .col-lg-4.text-lg-end {
            text-align: center;
        }
        .section-title {
             text-align: center;
        }
        .feature-card {
            text-align: center;
            
        }
        
       footer .row.g-5 {
            text-align: center;
        }
     
    }


    /* =========================================================
       FIX FINAL: Desktop menu in one straight line + hover dropdown
       This overrides Bootstrap navbar dropdown position: static.
    ========================================================= */
    @media (min-width: 992px) {
      .custom-navbar .container {
        min-height: 92px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
      }

      .desktop-menu {
        flex: 1 1 auto;
        min-width: 0;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end;
      }

      .desktop-menu .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end;
        flex-wrap: nowrap !important;
        gap: 4px;
        margin: 0;
        padding: 0;
      }

      .desktop-menu .nav-item {
        position: relative;
        display: flex !important;
        align-items: center !important;
        height: 92px;
        flex: 0 0 auto;
      }

      .desktop-menu .nav-link {
        height: 92px;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        padding: 0 11px !important;
        white-space: nowrap;
        line-height: 1;
      }

      .desktop-menu .nav-link::before {
        bottom: 24px;
        left: 11px;
        right: 11px;
      }

      .desktop-menu .desktop-dropdown {
        position: relative !important;
      }

      .desktop-menu .desktop-dropdown > .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        left: 0 !important;
        right: auto !important;
        inset: auto auto auto 0 !important;
        z-index: 9999;

        display: block !important;
        float: none !important;
        min-width: 220px;
        margin: 0 !important;
        padding: 12px;

        opacity: 0;
        visibility: hidden;
        transform: translateY(12px);
        pointer-events: none;

        border: 0;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
      }

      .desktop-menu .desktop-dropdown:hover > .dropdown-menu,
      .desktop-menu .desktop-dropdown:focus-within > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        pointer-events: auto;
      }

      .desktop-menu .desktop-dropdown:hover > .nav-link,
      .desktop-menu .desktop-dropdown:focus-within > .nav-link {
        color: var(--primary);
      }

      .desktop-menu .desktop-dropdown:hover > .nav-link::before,
      .desktop-menu .desktop-dropdown:focus-within > .nav-link::before {
        transform: scaleX(1);
      }

      .desktop-menu .desktop-dropdown:hover .desktop-dropdown-icon,
      .desktop-menu .desktop-dropdown:focus-within .desktop-dropdown-icon {
        transform: rotate(180deg);
      }

      .desktop-menu > .btn-main {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 24px;
        margin-left: 18px !important;
      }
    }

    @media (min-width: 992px) and (max-width: 1199.98px) {
      .desktop-menu .nav-link {
        font-size: 13px;
        padding: 0 8px !important;
      }

      .desktop-menu > .btn-main {
        padding: 11px 18px;
        font-size: 13px;
        margin-left: 10px !important;
      }

      .custom-navbar .navbar-brand img {
        max-height: 60px;
      }
    }
    
/* ===============================
   Hero Slick Slider
================================ */

.hero-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero-slider,
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 720px;
}

.hero-slide {
  position: relative;
  min-height: 720px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.68) 0%,
    rgba(0, 0, 0, 0.42) 48%,
    rgba(0, 0, 0, 0.18) 100%
  );
  z-index: 1;
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 760px;
  opacity: 0;
  transform: translateY(35px);
  transition: all 0.8s ease;
}

.slick-active .hero-content {
  opacity: 1;
  transform: translateY(0);
}

.hero-content h1 {
  font-size: clamp(38px, 6vw, 74px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 0;
}

.hero-content h1 span {
  color: var(--primary);
}

.hero-content p {
  font-size: 22px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
}

/* Slick arrows */
.hero-slider .slick-arrow {
  width: 54px;
  height: 54px;
  z-index: 10;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  transition: 0.25s ease;
}

.hero-slider .slick-arrow:hover {
  background: var(--primary);
}

.hero-slider .slick-prev {
  left: 28px;
}

.hero-slider .slick-next {
  right: 28px;
}

.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.hero-slider .slick-prev::before {
  content: "\f104";
}

.hero-slider .slick-next::before {
  content: "\f105";
}

.hero-slider .slick-arrow:hover::before {
  color: #111827;
}

/* Slick dots */
.hero-slider .slick-dots {
  bottom: 34px;
  z-index: 20;
}

.hero-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}

.hero-slider .slick-dots li button {
  width: 34px;
  height: 5px;
  padding: 0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.45);
}

.hero-slider .slick-dots li button::before {
  display: none;
}

.hero-slider .slick-dots li.slick-active button {
  background: var(--primary);
}

/* Responsive */
@media (max-width: 991px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .site-header,
    .custom-navbar,
    .custom-navbar .container,
    .hero-slider-wrapper,
    .hero-slider,
    .hero-slider .slick-list,
    .hero-slider .slick-track,
    .hero-slide,
    .stats-section,
    main,
    footer {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    footer img,
    footer .footer-logo,
    footer img.custom-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        max-width: 130px;
    }

    .mobile-menu-overlay,
    .mobile-menu-panel {
        width: 100vw;
        max-width: 100vw;
        left: 0;
        right: 0;
        overflow-x: hidden;
    }
}
@media (max-width: 575.98px) {
  .hero-slider,
  .hero-slider .slick-list,
  .hero-slider .slick-track {
    height: 520px;
  }

  .hero-slide {
    min-height: 520px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 16px;
  }
}

