/* =========================
   Tviro – Modern UI CSS
   ========================= */

/* RESET / BASE */
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2937;
  background-color: #f5f7fb;
  line-height: 1.6;
}

/* LINKS */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* ================= TVIRO HEADER ================= */

.tviro-header {
  position: sticky;
  top: 15px;
  z-index: 999;
}

.tviro-header .navbar {
  background: #ffffff;
  border-radius: 999px;
  padding: 10px 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Logo */
.logo-icon {
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

.logo-text {
  font-weight: 800;
  font-size: 22px;
  color: #111;
}

/* Menu */
.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #4f46e5;
}

/* CTA */
.btn-primary {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  border: none;
}

.btn-primary:hover {
  opacity: 0.9;
}

/* Mobile Fix */
@media (max-width: 991px) {
  .tviro-header {
    top: 0;
  }
  .tviro-header .navbar {
    border-radius: 0;
  }
}


/* =========================
   HERO SECTION
   ========================= */
/* =========================
   INSTAVO STYLE HERO
   ========================= */

.hero-instavo {
  padding: 60px 0 120px;
  background: radial-gradient(circle at top, #ffffff 0%, #f1f5ff 100%);
}

/* Badge */
.hero-badge {
  background: linear-gradient(135deg,#a855f7,#6366f1,#0ea5e9);
  color: #fff;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}

/* Title */
.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin-top: 20px;
  color: #0f172a;
}

.hero-title span {
  background: linear-gradient(135deg,#0ea5e9,#2563eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
.hero-subtitle {
  max-width: 720px;
  margin: 24px auto 0;
  font-size: 18px;
  color: #64748b;
}

/* Floating cards */
.hero-card {
  position: absolute;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  width: 200px;
  text-align: left;
}

.hero-card i {
  font-size: 22px;
  color: #2563eb;
}

.hero-card h6 {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 2px;
}

.hero-card p {
  font-size: 13px;
  color: #94a3b8;
  margin: 0;
}

/* Left card */
.hero-card-left {
  left: 5%;
  top: 55%;
}

/* Right card */
.hero-card-right {
  right: 5%;
  top: 45%;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-card {
    display: none;
  }

  .hero-title {
    font-size: 2.4rem;
  }
}


/* =========================
   TRUST / FEATURE CARDS
   ========================= */
.bg-light {
  background-color: #f8fafc !important;
}

.shadow-sm {
  box-shadow: 0 10px 30px rgba(0,0,0,0.05) !important;
}

.card,
.bg-white {
  border-radius: 16px;
}

/* ICONS */
.fa,
.fas {
  line-height: 1;
}

/* =========================
   SECTION HEADERS
   ========================= */
section h2 {
  color: #111827;
}

section p.text-muted {
  color: #6b7280 !important;
}

/* =========================
   SERVICES CARDS
   ========================= */
.card {
  border: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.card i {
  display: inline-block;
}

/* =========================
   PROCESS SECTION
   ========================= */
.bg-primary {
  background: linear-gradient(135deg, #2563eb, #1e40af) !important;
}

.bg-primary h2,
.bg-primary h6,
.bg-primary p {
  color: #ffffff;
}

/* =========================
   GALLERY
   ========================= */
section img {
  transition: transform .3s ease;
}

section img:hover {
  transform: scale(1.04);
}

/* =========================
   BUTTONS
   ========================= */
.btn {
  border-radius: 999px;
  font-weight: 600;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-primary {
  background-color: #2563eb;
  border-color: #2563eb;
}

.btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

.btn-outline-secondary {
  border-color: #d1d5db;
  color: #374151;
}

.btn-outline-secondary:hover {
  background-color: #e5e7eb;
}

/* ================= TVIRO FOOTER ================= */

.tviro-footer {
  background: #ffffff;
  border-top: 1px solid #eee;
}

/* Logo */
.footer-logo-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
}

.footer-logo-text {
  font-weight: 800;
  font-size: 20px;
}

/* Titles */
.footer-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: #4f46e5;
}

/* Social */
.footer-social a {
  width: 36px;
  height: 36px;
  background: #f4f6fb;
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
}

/* Newsletter */
.footer-form {
  display: flex;
  gap: 8px;
}

.footer-form input {
  flex: 1;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.footer-form button {
  background: linear-gradient(135deg, #4f46e5, #06b6d4);
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-form {
    flex-direction: column;
  }
}


/* =========================
   RESPONSIVE
   ========================= */
@media (max-width: 768px) {

  .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section h1 {
    font-size: 2rem;
  }

  .navbar {
    border-radius: 20px;
  }

}
