  /* ========== EVIZZ PREMIUM DESIGN SYSTEM ========== */

  :root {
    --evizz-primary: #0d6efd;
    --evizz-primary-dark: #0a58ca;
    --evizz-dark: #1a1a2e;
    --evizz-dark-soft: #16213e;
    --evizz-text: #1a1a1a;
    --evizz-text-muted: #6c757d;
    --evizz-border: #e9ecef;
    --evizz-bg: #ffffff;
    --evizz-bg-soft: #f8f9fa;
    --evizz-radius: 12px;
    --evizz-radius-sm: 8px;
    --evizz-shadow: 0 2px 12px rgba(0,0,0,0.06);
    --evizz-shadow-hover: 0 8px 24px rgba(0,0,0,0.1);
    --evizz-transition: 0.2s ease;
  }

  /* COMMON */

  html { scroll-behavior: smooth; }
  html, body { height: 100%; }

  body.evizz-frontend {
    display: flex;
    flex-direction: column;
    background: var(--evizz-bg);
    color: var(--evizz-text);
    font-size: 1rem;
    line-height: 1.6;
  }

  .content-page { flex: 1; }

  .text-gradient-border {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 700;
    color: var(--evizz-text);
    letter-spacing: -0.02em;
  }

  .divider-img { position: relative; width: 100%; top: -10px; }
  .phone-icon { transform: rotate(90deg) !important; }

  /* PREMIUM NAVBAR */

  .evizz-nav {
    background: var(--evizz-dark) !important;
    padding: 0.75rem 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
  }

  .evizz-nav.sticky-top { z-index: 1030; }

  .evizz-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: #fff;
  }

  .evizz-nav-logo {
    height: 36px;
    width: auto;
    border-radius: var(--evizz-radius-sm);
  }

  .evizz-nav-brand-text {
    font-weight: 700;
    font-size: 1.2rem;
    color: #fff;
  }

  .evizz-nav-links .nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: var(--evizz-radius-sm);
    transition: color var(--evizz-transition), background var(--evizz-transition);
  }

  .evizz-nav-links .nav-link:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.1);
  }

  .evizz-nav-links .nav-link.active {
    color: #fff !important;
    font-weight: 600;
    background: rgba(255,255,255,0.15);
  }

  .evizz-nav-apps {
    color: #4fc3f7 !important;
  }

  .evizz-nav-apps:hover,
  .evizz-nav-apps.active {
    color: #81d4fa !important;
  }

  .evizz-btn-nav {
    font-weight: 600;
    border-radius: var(--evizz-radius-sm);
    padding: 0.4rem 1rem !important;
  }

  .evizz-btn-primary { background: var(--evizz-primary) !important; border-color: var(--evizz-primary) !important; }

  .evizz-nav-toggler {
    border-color: rgba(255,255,255,0.3) !important;
    padding: 0.35rem 0.5rem;
  }

  .evizz-nav-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* LEGACY nav (keep for compatibility) */
  .main-nav { background-color: #000 !important; height: 75px; }
  .nav-img { border-radius: 15%; }
  .nav-text { font-weight: 700; }

  /* PREMIUM FOOTER */

  .evizz-footer {
    background: var(--evizz-dark);
    color: rgba(255,255,255,0.85);
    margin-top: auto;
  }

  .evizz-footer-main {
    padding: 3rem 0 2rem;
  }

  .evizz-footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
  }

  .evizz-footer-logo {
    border-radius: var(--evizz-radius-sm);
  }

  .evizz-footer-brand-name {
    font-weight: 700;
    font-size: 1.25rem;
    color: #fff;
  }

  .evizz-footer-about {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1.25rem;
    max-width: 280px;
  }

  .evizz-footer-premium .evizz-footer-main { padding: 4rem 0 3rem; }
  .evizz-footer-premium .evizz-footer-row { align-items: flex-start; }
  .evizz-footer-tagline {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255,255,255,0.95);
    line-height: 1.5;
    margin-bottom: 0.5rem;
    max-width: 300px;
  }
  .evizz-footer-premium .evizz-footer-about {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    max-width: 300px;
  }
  .evizz-footer-heading-support { margin-top: 1.5rem; }
  .evizz-footer-premium .evizz-footer-heading { margin-bottom: 1rem; }
  .evizz-footer-premium .evizz-footer-links li { margin-bottom: 0.6rem; }
  .evizz-footer-premium .evizz-footer-contact { gap: 0.6rem; }
  .evizz-footer-premium .evizz-footer-bottom { padding: 1.25rem 0; }

  .evizz-footer-social {
    display: flex;
    gap: 0.75rem;
  }

  .evizz-footer-social a {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    transition: color var(--evizz-transition);
  }

  .evizz-footer-social a:hover { color: #fff; }

  .evizz-footer-heading {
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .evizz-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .evizz-footer-links li { margin-bottom: 0.5rem; }

  .evizz-footer-links a {
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color var(--evizz-transition);
  }

  .evizz-footer-links a:hover { color: #fff; }

  .evizz-footer-app-text {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.8);
    margin-bottom: 0.75rem;
  }

  .evizz-footer-app-badges {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  .evizz-footer-badge {
    display: inline-block;
    transition: transform var(--evizz-transition);
  }

  .evizz-footer-badge:hover { transform: translateY(-2px); }

  .evizz-footer-badge img { display: block; }

  .evizz-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .evizz-footer-contact a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    font-size: 0.9rem;
  }

  .evizz-footer-contact a:hover { color: #fff; }

  .evizz-footer-bottom {
    padding: 1rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .evizz-footer-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .evizz-footer-copyright {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.6);
  }

  .evizz-footer-legal {
    font-size: 0.875rem;
  }

  .evizz-footer-legal a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
  }

  .evizz-footer-legal a:hover { color: rgba(255,255,255,0.9); }

  .evizz-footer-sep {
    margin: 0 0.5rem;
    color: rgba(255,255,255,0.4);
  }

  @media (max-width: 768px) {
    .evizz-footer-bottom-inner { flex-direction: column; text-align: center; }
  }

  /* HERO */
  .evizz-hero {
    position: relative;
    min-height: 420px;
    max-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

.evizz-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top; /* or 50% 30% */
}

.evizz-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26,26,46,0.10) 0%,
    rgba(26,26,46,0.22) 50%,
    rgba(26,26,46,0.15) 100%
  );
  z-index: 1;
}

  .evizz-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 1rem 3.5rem;
  }

  .evizz-hero-row { min-height: 320px; }

  /* App-first hero: copy left, devices right */
  .evizz-hero-app .evizz-hero-container { padding: 3rem 1.5rem 4rem; }
  .evizz-hero-copy {
  position: relative;
  z-index: 2;
  padding-right: 2rem;
  max-width: 640px;
}

.evizz-hero-copy::before {
  content: "";
  position: absolute;
  inset: -1.2rem -1.4rem;
  background: rgba(18, 156, 156, 0.32); /* teal tint */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
  z-index: -1;
}
  .evizz-hero-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: rgba(255,255,255,0.75);
    margin-bottom: 0.75rem;
  }
  .evizz-hero-headline {
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.25);
  }
  .evizz-hero-sub {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
    margin-bottom: 1.5rem;
    max-width: 420px;
  }
  .evizz-hero-value-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
  }
  .evizz-hero-value-list li {
    color: rgba(255,255,255,0.92);
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
  }
  .evizz-hero-value-list i { color: #4fc3f7; opacity: 0.95; }
  .evizz-hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .evizz-hero-badge {
    display: inline-block;
    transition: transform var(--evizz-transition);
  }
  .evizz-hero-badge:hover { transform: translateY(-3px); }
  .evizz-hero-badge-img { height: 52px; width: auto; display: block; }

  /* Overlapping phone mockups */
  .evizz-hero-devices { position: relative; min-height: 280px; }
  .evizz-hero-phones {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
  }
  .evizz-hero-phone {
    position: absolute;
    border-radius: 28px;
    background: linear-gradient(145deg, #2a2a3e 0%, #1e1e2d 100%);
    box-shadow: 0 25px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.06);
    overflow: hidden;
  }
  .evizz-hero-phone-main {
    width: 200px;
    height: 400px;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .evizz-hero-phone-screen {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    margin: 8px;
    overflow: hidden;
    background: var(--evizz-bg-soft);
  }
  .evizz-hero-phone-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .evizz-hero-phone-back {
    width: 160px;
    height: 320px;
    background: linear-gradient(145deg, #252538 0%, #1a1a28 100%);
    z-index: 1;
  }
  .evizz-hero-phone-back-1 {
    left: calc(50% - 140px);
    top: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0.85;
  }
  .evizz-hero-phone-back-2 {
    left: calc(50% + 100px);
    top: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0.7;
  }
  .evizz-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 640px;
  }
  .evizz-hero-title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 24px rgba(0,0,0,0.3);
    letter-spacing: -0.02em;
  }
  .evizz-hero-tagline {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 0.2rem;
  }
  .evizz-hero-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.75rem;
  }
  .evizz-hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
  }

  /* Card elevation & buttons */
  .evizz-card-elevated {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.06);
  }
  .evizz-card-elevated:hover {
    box-shadow: 0 12px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  }
  .evizz-btn-lg { padding: 0.75rem 1.75rem; font-size: 1.05rem; }

  /* SECTIONS */
  .evizz-section { padding: 4rem 0; }
  .evizz-section-alt { background: var(--evizz-bg-soft); }

  .evizz-section-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .evizz-section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--evizz-text);
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
  }

  .evizz-section-subtitle {
    color: var(--evizz-text-muted);
    font-size: 1rem;
  }

  .evizz-section-cta { text-align: center; margin-top: 1.5rem; }

  .evizz-btn {
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: var(--evizz-radius-sm);
    transition: transform var(--evizz-transition), box-shadow var(--evizz-transition);
  }

  .evizz-btn:hover { transform: translateY(-1px); }

  /* CARDS */
  .evizz-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 0 -1rem;
    padding: 0 1rem 1rem;
  }

  .evizz-scroll-wrapper::-webkit-scrollbar { height: 6px; }
  .evizz-scroll-wrapper::-webkit-scrollbar-track { background: var(--evizz-border); border-radius: 3px; }
  .evizz-scroll-wrapper::-webkit-scrollbar-thumb { background: #adb5bd; border-radius: 3px; }

  .evizz-scroll {
    display: flex;
    gap: 0.75rem;
    width: max-content;
    min-width: 100%;
  }

  .evizz-card {
    display: block;
    text-decoration: none !important;
    color: var(--evizz-text) !important;
    background: #fff;
    border-radius: var(--evizz-radius);
    box-shadow: var(--evizz-shadow);
    border: 1px solid var(--evizz-border);
    transition: transform var(--evizz-transition), box-shadow var(--evizz-transition);
  }

  .evizz-card:hover {
    color: var(--evizz-text) !important;
    transform: translateY(-3px);
    box-shadow: var(--evizz-shadow-hover);
  }

  .evizz-card-trending { flex: 0 0 220px; min-width: 220px; }
  .evizz-card-grid { height: 100%; }

  /* Store cards: big image filling top (front page only) */
  .evizz-card-store {
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .evizz-card-store-img-wrap {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    background: var(--evizz-bg-soft);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .evizz-card-store-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .evizz-card-store-initial {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(0,0,0,0.2);
  }
  .evizz-card-store .evizz-card-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .evizz-card-store .evizz-card-body { flex: 1; min-width: 0; }

  .evizz-card-inner { padding: 1.25rem; }
  .evizz-card-trending .evizz-card-inner { padding: 1rem; }
  .evizz-card-store.evizz-card-trending .evizz-card-inner { padding: 1rem; }
  .evizz-card-store.evizz-card-grid .evizz-card-inner { padding: 1.25rem; }

  .evizz-card-inner-h {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .evizz-card-inner-h .evizz-card-body { flex: 1; min-width: 0; }
  .evizz-card-inner-h .evizz-card-logo { margin-bottom: 0; flex-shrink: 0; }

  .evizz-card-logo {
    width: 48px;
    height: 48px;
    border-radius: var(--evizz-radius-sm);
    background: linear-gradient(135deg, var(--evizz-primary) 0%, var(--evizz-primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0.75rem;
  }

  .evizz-card-logo img { width: 100%; height: 100%; object-fit: cover; }
  .evizz-card-logo-sm { width: 56px; height: 56px; }
  .evizz-card-logo-lg { width: 72px; height: 72px; }

  .evizz-card-initial {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
  }

  .evizz-card-logo-sm .evizz-card-initial { font-size: 1.25rem; }
  .evizz-card-logo-lg .evizz-card-initial { font-size: 1.5rem; }

  .evizz-card-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.35rem;
  }
  .evizz-card-rating-count {
    font-size: 0.75rem;
    color: var(--evizz-text-muted);
  }
  .evizz-card-premium {
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07), 0 1px 4px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.06);
  }
  .evizz-card-premium:hover {
    box-shadow: 0 10px 32px rgba(0,0,0,0.1), 0 2px 8px rgba(0,0,0,0.06);
  }
  .evizz-card-trending.evizz-card-premium .evizz-card-inner { padding: 1.15rem; }
  .evizz-card-grid.evizz-card-premium .evizz-card-inner { padding: 1.5rem; }

  .evizz-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--evizz-text);
    margin-bottom: 0.25rem;
  }

  .evizz-card-trending .evizz-card-title { font-size: 0.95rem; }

  .evizz-card-meta {
    font-size: 0.8rem;
    color: var(--evizz-text-muted);
    margin-bottom: 0.35rem;
  }

  .evizz-card-desc {
    font-size: 0.85rem;
    color: var(--evizz-text-muted);
    margin-bottom: 0.75rem;
    line-height: 1.4;
  }

  .evizz-card-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--evizz-primary);
  }

  .evizz-card:hover .evizz-card-link { text-decoration: underline; }

  .evizz-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
  }

  .evizz-badge-popular {
    color: #d63384;
    background: rgba(214, 51, 132, 0.1);
  }

  .evizz-badge-rating {
    color: #198754;
    background: rgba(25, 135, 84, 0.1);
  }

  .evizz-empty { padding: 2rem; text-align: center; color: var(--evizz-text-muted); }

  /* PAGE LAYOUTS */
  .evizz-page { padding: 3rem 0 4rem; }
  .evizz-page-header { margin-bottom: 2rem; }
  .evizz-page-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: var(--evizz-text);
    margin-bottom: 0.5rem;
  }
  .evizz-page-subtitle { color: var(--evizz-text-muted); }

  .evizz-search .input-group { border-radius: var(--evizz-radius-sm); overflow: hidden; }
  .evizz-search .form-control { border: 1px solid var(--evizz-border); }
  .evizz-search .btn { border-radius: 0; }

  .evizz-empty-state {
    text-align: center;
    padding: 4rem 2rem;
  }

  .evizz-pagination {
    display: flex;
    justify-content: center;
  }

  .evizz-pagination .pagination {
    gap: 0.25rem;
  }

  .evizz-pagination .page-link {
    border-radius: var(--evizz-radius-sm) !important;
    border-color: var(--evizz-border) !important;
    color: var(--evizz-text);
  }

  .evizz-pagination .page-item.active .page-link {
    background: var(--evizz-primary);
    border-color: var(--evizz-primary);
  }

  .evizz-rating { display: flex; align-items: center; gap: 0.5rem; }

  /* STORE DETAIL */
  .evizz-store-logo {
    width: 80px;
    height: 80px;
    border-radius: var(--evizz-radius);
    background: linear-gradient(135deg, var(--evizz-primary) 0%, var(--evizz-primary-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
  }

  .evizz-store-logo img { width: 100%; height: 100%; object-fit: cover; }
  .evizz-store-logo .evizz-card-initial { font-size: 2rem; }

  .evizz-store-name {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--evizz-text);
    margin-bottom: 0.25rem;
  }

  .evizz-card-listing {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    background: #fff;
    border-radius: var(--evizz-radius);
    box-shadow: var(--evizz-shadow);
    border: 1px solid var(--evizz-border);
    overflow: hidden;
    transition: transform var(--evizz-transition), box-shadow var(--evizz-transition);
  }
  .evizz-card-listing .evizz-card-img-wrap {
    border-radius: var(--evizz-radius) var(--evizz-radius) 0 0;
  }

  .evizz-card-listing:hover {
    transform: translateY(-2px);
    box-shadow: var(--evizz-shadow-hover);
  }

  .evizz-card-img-wrap {
    aspect-ratio: 16/10;
    overflow: hidden;
    background: var(--evizz-bg-soft);
    border-radius: var(--evizz-radius) var(--evizz-radius) 0 0;
  }
  .evizz-card-img-wrap-sm {
    aspect-ratio: 1;
    max-height: 120px;
    overflow: hidden;
    border-radius: var(--evizz-radius) var(--evizz-radius) 0 0;
  }
  .evizz-store-menu .evizz-card-img-wrap-sm {
    max-height: 120px;
  }

  .evizz-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .evizz-card-price {
    font-weight: 600;
    color: var(--evizz-primary);
    font-size: 1.1rem;
  }

  .evizz-menu-category-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--evizz-text);
  }

  .evizz-store-header {
    padding: 2rem 0;
    border-bottom: 1px solid var(--evizz-border);
  }

  .evizz-store-type { font-size: 0.95rem; }
  .evizz-store-address { font-size: 0.9rem; }
  .evizz-store-about {
    padding: 1.5rem 0;
  }
  .evizz-store-about p {
    max-width: 720px;
    line-height: 1.6;
    font-size: 0.96rem;
  }
  .evizz-store-menu { padding: 2rem 0; }

  .evizz-store-menu-row { align-items: flex-start; }
  .evizz-store-app-cta { position: sticky; top: 100px; }
  .evizz-store-app-cta-inner {
    background: linear-gradient(160deg, var(--evizz-dark) 0%, var(--evizz-dark-soft) 100%);
    border-radius: var(--evizz-radius);
    padding: 1.75rem;
    color: #fff;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    border: 1px solid rgba(255,255,255,0.06);
  }
  .evizz-store-app-cta-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .evizz-store-app-cta-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.5;
    margin-bottom: 1.25rem;
  }
  .evizz-store-app-cta-img-wrap {
    border-radius: var(--evizz-radius-sm);
    overflow: hidden;
    background: rgba(255,255,255,0.08);
    margin-bottom: 1.25rem;
    max-height: 200px;
  }
  .evizz-store-app-cta-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 200px;
    display: block;
  }
  .evizz-store-app-cta-badges {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .evizz-store-app-cta-badge {
    display: block;
    transition: transform var(--evizz-transition);
  }
  .evizz-store-app-cta-badge:hover { transform: translateY(-2px); }
  .evizz-store-app-cta-badge img { display: block; }
  .evizz-store-menu .evizz-card-listing-sm .evizz-card-inner { padding: 1rem; }
  .evizz-store-menu .evizz-card-listing-sm .evizz-card-title { font-size: 0.95rem; }
  .evizz-store-menu .evizz-card-listing-sm .evizz-card-desc { font-size: 0.8rem; }

  /* Store menu item cards – image-forward vertical layout */
  .evizz-store-menu .evizz-card-listing-sm {
    display: block;
  }
  .evizz-store-menu .evizz-card-listing-sm .evizz-card-img-wrap-sm {
    width: 100%;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 4/3;
    border-radius: var(--evizz-radius) var(--evizz-radius) 0 0;
    overflow: hidden;
  }
  .evizz-store-menu .evizz-card-listing-sm .evizz-card-inner {
    padding: 1rem 1.25rem 1.1rem;
  }

  /* LISTING DETAIL */
  .evizz-detail-img-wrap {
    border-radius: var(--evizz-radius);
    overflow: hidden;
    box-shadow: var(--evizz-shadow);
    background: var(--evizz-bg-soft);
  }

  .evizz-detail-img { display: block; width: 100%; height: auto; }
  .evizz-detail-title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--evizz-text);
    margin-bottom: 0.5rem;
  }

  .evizz-detail-meta { font-size: 1rem; }
  .evizz-detail-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--evizz-primary);
    margin-bottom: 1rem;
  }

  /* DOWNLOAD PAGE (full page) */
  .evizz-download-page {
    min-height: 60vh;
    display: flex;
    align-items: center;
  }

  .evizz-download-page .evizz-download-content { padding: 3rem 0; }
  .evizz-download-page .evizz-download-visual { padding: 2rem 0; }

  /* CONTENT PAGES (About, Terms, Privacy) */
  .evizz-content-lead {
    font-size: 1.2rem;
    color: var(--evizz-text-muted);
    margin-bottom: 1.5rem;
  }

  .evizz-content-body {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--evizz-text);
    margin-bottom: 1rem;
  }

  .evizz-content-legal {
    font-size: 1rem;
    line-height: 1.8;
  }

  .evizz-content-legal h2 { font-size: 1.35rem; margin-top: 2rem; margin-bottom: 0.75rem; }
  .evizz-content-legal h3 { font-size: 1.15rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
  .evizz-content-legal ul, .evizz-content-legal ol { margin-bottom: 1rem; padding-left: 1.5rem; }

  .evizz-content-cta { display: flex; flex-wrap: wrap; gap: 0.75rem; }

  .evizz-input {
    border-radius: var(--evizz-radius-sm);
    border: 1px solid var(--evizz-border);
  }

  .evizz-input:focus {
    border-color: var(--evizz-primary);
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
  }

  /* DOWNLOAD SECTION */
  .evizz-download {
    background: linear-gradient(135deg, var(--evizz-dark) 0%, var(--evizz-dark-soft) 50%, #0f3460 100%);
    padding: 4rem 0;
  }

  .evizz-download-content { padding: 2rem 0; }

  .evizz-download-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
  }

  .evizz-download-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    margin-bottom: 1.25rem;
  }

  .evizz-download-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
  }

  .evizz-download-benefits li {
    color: rgba(255,255,255,0.9);
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }

  .evizz-download-benefits i { color: #4fc3f7; }

  .evizz-download-badges { display: flex; gap: 1rem; flex-wrap: wrap; }

  .evizz-download-badge {
    display: inline-block;
    transition: transform var(--evizz-transition);
  }

  .evizz-download-badge:hover { transform: translateY(-3px); }

  .evizz-download-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .evizz-download-img { max-height: 380px; object-fit: contain; }

  /* Download premium: device visuals & trust */
  .evizz-download-premium {
    padding: 5rem 0;
  }
  .evizz-download-premium .evizz-download-inner {
    background: rgba(255,255,255,0.04);
    border-radius: 24px;
    padding: 3rem 2rem;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  }
  .evizz-download-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 0.5rem;
  }
  .evizz-download-premium .evizz-download-title { margin-bottom: 0.5rem; }
  .evizz-download-premium .evizz-download-subtitle {
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  .evizz-download-trust {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.7);
    margin-top: 1.25rem;
  }
  .evizz-download-trust i { color: #4fc3f7; }
  .evizz-download-visual-wrap { position: relative; min-height: 320px; }
  .evizz-download-devices {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
  }
  .evizz-download-device {
    position: absolute;
    border-radius: 32px;
    background: linear-gradient(155deg, #2a2a3e 0%, #1a1a2e 100%);
    box-shadow: 0 30px 70px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,255,255,0.06);
    overflow: hidden;
  }
  .evizz-download-device-main {
    width: 240px;
    height: 480px;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .evizz-download-device-screen {
    width: 100%;
    height: 100%;
    border-radius: 26px;
    margin: 10px;
    overflow: hidden;
    background: var(--evizz-bg-soft);
  }
  .evizz-download-device-screen .evizz-download-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none;
  }
  .evizz-download-device-floating {
    width: 180px;
    height: 360px;
    background: linear-gradient(155deg, #252538 0%, #1a1a28 100%);
    z-index: 1;
    opacity: 0.8;
  }
  .evizz-download-device-floating-1 {
    left: 15%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
  }
  .evizz-download-device-floating-2 {
    left: 85%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
  }

  @media (max-width: 992px) {
    .evizz-hero { min-height: 360px; max-height: 480px; }
    .evizz-hero-app .evizz-hero-container { padding: 2.5rem 1rem 3rem; }
    .evizz-hero-copy { padding-right: 0; text-align: center; }
    .evizz-hero-sub { max-width: none; margin-left: auto; margin-right: auto; }
    .evizz-hero-value-list { justify-content: center; }
    .evizz-hero-cta { justify-content: center; }
    .evizz-hero-devices { min-height: 220px; }
    .evizz-hero-phone-main { width: 160px; height: 320px; }
    .evizz-hero-phone-back { display: none; }
    .evizz-download-content { padding: 2rem 0; text-align: center; }
    .evizz-download-benefits { display: inline-block; text-align: left; margin-left: auto; margin-right: auto; }
    .evizz-download-badges { justify-content: center; }
    .evizz-download-visual-wrap { margin-top: 2rem; min-height: 280px; }
    .evizz-download-device-floating { display: none; }
    .evizz-download-device-main { width: 200px; height: 400px; }
  }

  @media (max-width: 768px) {
    .evizz-section { padding: 3rem 0; }
    .evizz-page { padding: 2rem 0 3rem; }
    .evizz-card-trending { flex: 0 0 200px; min-width: 200px; }
    .evizz-scroll-wrapper { margin: 0 -0.5rem; padding: 0 0.5rem 0.75rem; }
    .evizz-store-header { padding: 1.5rem 0; }
    .evizz-store-logo { width: 60px; height: 60px; margin-right: 1rem !important; }
    .evizz-store-name { font-size: 1.35rem; }
    .evizz-detail-title { font-size: 1.35rem; }
    .evizz-detail-price { font-size: 1.25rem; }
    .evizz-download-page { min-height: auto; padding: 3rem 0; }
    .evizz-content-cta { flex-direction: column; }
    .evizz-hero-app .evizz-hero-container { padding: 2rem 0.75rem 2.5rem; }
    .evizz-hero-headline { font-size: clamp(1.75rem, 6vw, 2.25rem); }
    .evizz-download-premium { padding: 3rem 0; }
    .evizz-download-premium .evizz-download-inner { padding: 2rem 1.25rem; }
    .evizz-download-device-main { width: 180px; height: 360px; }
    .evizz-footer-premium .evizz-footer-main { padding: 3rem 0 2rem; }
    .evizz-footer-tagline, .evizz-footer-premium .evizz-footer-about { max-width: none; }
    .evizz-store-app-cta { position: static; margin-top: 2rem; }
    .evizz-store-menu .evizz-card-img-wrap-sm { max-height: 100px; }
  }

  /* ========== PREMIUM HERO ========== */

  .hero-section {
    position: relative;
    min-height: 380px;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .hero-section .divider-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.35) 100%);
    z-index: 1;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem 1.5rem;
    max-width: 720px;
  }

  .hero-title {
    font-size: clamp(2.25rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
  }

  .hero-tagline {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.95);
    margin-bottom: 0.25rem;
  }

  .hero-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.75rem;
  }

  .hero-badge-link {
    display: inline-block;
    transition: transform 0.2s ease;
  }

  .hero-badge-link:hover {
    transform: translateY(-3px);
  }

  .hero-badge-img {
    height: 48px;
    width: auto;
  }

  /* END HERO */

  /* ========== LEGACY (keep for other pages) ========== */

  .bg-img-section {
    position: relative;
  }

  .content {
    position: absolute;
    top: 55px;
    left: 220px;
    color: white;
  }

  .bg-image {
    width: 100%;
    height: 840px;
    display: block;
    object-fit: cover;
  }

  .bg-text {
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 60%;
  }

  .app-section {
    margin-top: 20px;
  }

  .web-icon-img {
    width: 150px;
    height: auto;
    margin-right: 10px;
    cursor: pointer;
  }

  /* END LEGACY */

  /* ========== PREMIUM SECTIONS ========== */

  .section-padding {
    padding: 4rem 0;
  }

  .section-light {
    background: #f8f9fa;
  }

  .section-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .section-title {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
  }

  .section-subtitle {
    color: #6c757d;
    font-size: 1rem;
  }

  .section-cta {
    text-align: center;
    margin-top: 1.5rem;
  }

  .btn-premium {
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
  }

  /* ========== STORE CARDS ========== */

  .stores-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    margin: 0 -1rem;
    padding: 0 1rem 1rem;
  }

  .stores-scroll-wrapper::-webkit-scrollbar {
    height: 6px;
  }

  .stores-scroll-wrapper::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 3px;
  }

  .stores-scroll-wrapper::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 3px;
  }

  .stores-scroll {
    display: flex;
    gap: 0.75rem;
    width: max-content;
    min-width: 100%;
  }

  .store-card {
    display: block;
    text-decoration: none !important;
    color: #1a1a1a !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid #e9ecef;
  }

  .store-card:hover {
    color: #1a1a1a !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  }

  .store-card .store-card-name {
    color: #1a1a1a !important;
  }

  .store-card .store-card-location,
  .store-card .store-card-desc {
    color: #6c757d !important;
  }

  .store-card .store-card-link {
    color: #0d6efd !important;
  }

  .store-card .store-card-badge {
    color: #d63384 !important;
  }

  .store-card-trending {
    flex: 0 0 200px;
    min-width: 200px;
  }

  .store-card-grid {
    height: 100%;
  }

  .store-card-inner {
    padding: 1rem;
  }

  .store-card-trending .store-card-inner {
    padding: 0.75rem 1rem;
  }

  .store-card-inner-h {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }

  .store-card-inner-h .store-card-body {
    flex: 1;
    min-width: 0;
  }

  .store-card-inner-h .store-card-logo {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .store-card-logo-sm {
    width: 40px;
    height: 40px;
  }

  .store-card-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0.75rem;
  }

  .store-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .store-card-logo-lg {
    width: 56px;
    height: 56px;
  }

  .store-card-initial {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
  }

  .store-card-logo-sm .store-card-initial {
    font-size: 1rem;
  }

  .store-card-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
  }

  .store-card-trending .store-card-name {
    font-size: 0.95rem;
  }

  .store-card-location {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.35rem;
  }

  .store-card-desc {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }

  .store-card-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #d63384;
    background: rgba(214, 51, 132, 0.1);
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
  }

  .store-card-link {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0d6efd;
  }

  .store-card:hover .store-card-link {
    text-decoration: underline;
  }

  .stores-empty {
    padding: 2rem;
    text-align: center;
    color: #6c757d;
  }

  .stores-search .form-control-premium {
    border-radius: 8px 0 0 8px;
    border: 1px solid #dee2e6;
  }

  .stores-search .btn {
    border-radius: 0 8px 8px 0;
  }

  .store-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .store-rating-badge {
    font-size: 0.875rem;
    font-weight: 600;
    color: #198754;
    background: rgba(25, 135, 84, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 6px;
  }

  /* ========== DOWNLOAD SECTION PREMIUM ========== */

  .download-section-premium {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 4rem 0;
  }

  .download-content {
    padding: 4rem 0;
  }

  .download-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.75rem;
  }

  .download-subtitle {
    color: rgba(255,255,255,0.85);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }

  .download-badges {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
  }

  .download-badge {
    display: inline-block;
    transition: transform 0.2s ease;
  }

  .download-badge:hover {
    transform: translateY(-3px);
  }

  .download-badge img {
    height: 52px;
    width: auto;
  }

  .download-visual {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .download-app-img {
    max-height: 400px;
    object-fit: contain;
  }

  @media (max-width: 992px) {
    .hero-section {
      min-height: 340px;
      max-height: 380px;
    }

    .hero-badge-img {
      height: 42px;
    }

    .download-content {
      padding: 2rem 0;
      text-align: center;
    }

    .download-badges {
      justify-content: center;
    }

    .download-visual {
      margin-top: 2rem;
    }
  }

  @media (max-width: 768px) {
    .section-padding {
      padding: 3rem 0;
    }

    .store-card-trending {
      flex: 0 0 180px;
      min-width: 180px;
    }

    .stores-scroll-wrapper {
      margin: 0 -0.5rem;
      padding: 0 0.5rem 0.75rem;
    }
  }

  @media (max-width: 992px) {
    .bg-image {
      width: 100%;
      height: auto;
      height: 500px !important;
      object-fit: cover !important;
    }

    .content {
      top: 40px !important;
      left: 20px !important;
    }

    .bg-text {
      font-size: 37px !important;
    }

    .web-icon-img {
      width: 145px !important;
    }
  }

  /* END PREMIUM SECTIONS */

  /* START OUR MISSION SECTION */

  .our-mission {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .our-mission-img {
    width: 100%;
  }

  .our-mission-p {
    text-align: justify;
  }

  /* END OUR MISSION SECTION */

  /* START WHY CHOOSE SECTION */

  .why-choose-section {
    position: relative;
    width: 100%;
  }

  .whychoose_image {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .content-overlay {
    position: relative;
    width: 100%;
  }

  .why-choose-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1490px;
    padding: 20px;
    z-index: 1;
  }

  .why-choose-content .container-fluid {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }

  .why-choose-content h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .why-choose-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .why-choose-card {
    background-color: transparent !important;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }

  .why-choose-card-body {
    background-color: #ddd9 !important;
    border: none !important;
    border-radius: 5% !important;
    transition: max-height 0.3s ease;
  }

  .why-round-image {
    width: 90px;
    height: 90px;
    background-color: white;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border: 4px solid gainsboro;
  }

  .why-p {
    color: #cfcfd0 !important;
    max-height: 100px;
    line-height: 2;
    overflow: hidden;
    transition: height 0.3s ease;
  }

  .why-choose-card-body.expanded {
    max-height: none;
  }

  .why-choose-card-body.expanded .why-p {
    max-height: none;
  }

  .read-less {
    font-size: 10px;
    cursor: pointer;
    font-weight: bold;
    display: none;
  }

  .why-h5 {
    height: 50px;
    overflow: hidden;
  }

  .read-more {
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
  }

  /* END WHY CHOOSE SECTION */

  /* START TESTIMONIAL */

  .testimonial-container {
    margin-bottom: 8rem;
    background-color: #f1f1f1 !important;
    height: 730px;
  }

  .testimonial-content {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }

  .testimonial-content h2 {
    font-size: 50px;
    margin-top: 60px;
  }

  .testimonial-content p {
    margin-top: 5px;
    font-size: 20px;
  }

  .testimonial-item h5 {
    color: #757575;
  }

  .testimonial {
    height: 300px;
    background-color: #000000;
  }

  .testimonial-p {
    height: 100px;
    line-height: 1.6;
    overflow: hidden;
  }

  .marbot-30 {
    margin-bottom: 30px;
  }

  .profile-border-img {
    height: 400px !important;
    position: relative;
  }

  .profile-image-wrapper {
    position: absolute;
    top: 50%;
    left: 68%;
    transform: translate(-50%, -50%);
    width: 360px;
    height: 360px;
  }

  .profile-image {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* END TESTIMONIAL */

  /* START MOBILE SECTION */

  .download-section {
    margin-bottom: 4rem;
  }

  .mobile-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* END MOBILE SECTION */

  /* START TERMS & SERVICE */

  .terms-service {
    margin-top: 2rem;
  }

  .terms-service p {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  .terms-service ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END TERMS & SERVICE */

  /* START PRIVACY POLICY */

  .privacy-policy {
    margin-top: 2rem;
  }

  .privacy-policy p {
    font-size: 15px;
    color: rgb(83, 83, 83) !important;
  }

  .privacy-policy ul li {
    color: rgb(83, 83, 83) !important;
    font-size: 15px;
  }

  /* END PRIVACY POLICY */

  /* START MEDIA QUERY */

  @media (min-width: 1200px) {
    .nav-container {
      margin-left: 225px !important;
    }
  }

  @media (max-width: 768px) {
    .our-mission {
      margin-top: 2rem !important;
    }

    .mobile_image {
      margin-top: 3rem !important;
    }

    .testimonial-image-div {
      display: none !important;
    }

    .bg-text {
      width: 90% !important;
    }

    .text-gradient-border {
      font-size: 40px !important;
    }

    .testimonial-container {
      height: 660px !important;
      margin-bottom: 5rem !important;
    }

    .mobile-section {
      display: flex;
      flex-direction: row !important;
      justify-content: start !important;
    }

    .copyright {
      margin-top: 15px !important;
    }

    .testimonial-content {
      margin-top: 0rem !important;
    }

    .why-choose-content h2 {
      font-size: 35px !important;
    }

    .why-choose-content .container-fluid {
      margin-top: 20px !important;
      margin-bottom: 20px !important;
    }

    .why-choose-content {
      width: 100% !important;
    }

    .why-choose-card {
      max-width: none !important;
    }

  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .profile-image-wrapper {
      top: 50% !important;
      left: 51% !important;
      width: 200px !important;
      height: 200px !important;
    }

    .profile-border-img {
      height: 225px !important;
    }

    .download-now {
      font-size: 45px !important;
    }
  }

  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .profile-image-wrapper {
      left: 55% !important;
    }

    .content {
      top: 60px !important;
      left: 80px !important;
    }

  }

  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .profile-image-wrapper {
      left: 63% !important;
    }

    .content {
      top: 60px !important;
      left: 110px !important;
    }
  }

  /* END MEDIA QUERY */

  /* START FOOTER */

  .pages {
      margin-top: 4rem;
  }

  .pages p {
      font-size: 14px;
  }

  .footer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    width: 100%;
  }

  .footer-container {
    margin-top: 3rem;
  }

  .footer-bottom {
    margin-bottom: 3rem;
  }

  .footer a {
    text-decoration: none;
  }

  .footer-content {
    color: #959595;
  }

  .footer-heading {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer-link {
    font-size: 14px;
    line-height: 2;
  }

  .footer .social-icons a {
    margin: 0 10px;
    font-size: 25px;
  }

  .footer .divider {
    border-top: 1px solid #4d4d4d;
    margin: 20px 0;
  }

  .terms-condition {
    font-size: 13px;
    font-weight: 700;
  }

  .logo-name {
    font-weight: 700;
  }

  .copyright {
    font-size: 13px;
  }

  .hover-stop {
    color: #959595 !important;
  }

  @media (min-width: 768px) {
    .footer-container {
      padding-left: 50px !important;
      padding-right: 50px !important;
    }
  }

  @media (min-width: 992px) {
    .footer-container {
      padding-left: 100px !important;
      padding-right: 100px !important;
    }
  }

  @media (min-width: 1300px) {
    .footer-container {
      padding-left: 240px !important;
      padding-right: 240px !important;
    }

    .social-icons {
      text-align: center;
    }
  }

  /* END FOOTER */


  /* START CUSTOM SCROLLBAR */

  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background: #909088;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #555556;
  }

  /* END CUSTOM SCROLLBAR */