:root {
  --navy-900: #0b1120;
  --navy-800: #1a2332;
  --navy-700: #2a3a4f;
  --navy-50: #f0f4f8;
  --gold-400: #00aeea;
  --gold-500: #00aeea;
  --gold-600: #00aeea;
  --gold-50: #00aeea;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: #475569;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--navy-900);
}


/* Top Bar */
.top-bar {
  background: var(--navy-900);
  color: #94a3b8;
  font-size: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1032;
}
.top-bar a { color: #94a3b8; text-decoration: none; transition: color 0.2s; }
.top-bar a:hover { color: var(--gold-400); }

/* Navbar */
.main-navbar {
  background: rgba(11,17,32,0.97);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  top: 35px;
}

.navbar-brand-logo {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  display: flex; align-items: center; justify-content: center;
}
.navbar-brand-logo span {
  color: #fff; font-weight: 900; font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
}
.navbar-brand-text {
  font-size: 0.65rem; letter-spacing: 0.15em;
  color: #fff; font-weight: 900;
}
.navbar-brand-sub {
  font-size: 0.55rem; letter-spacing: 0.12em;
  color: var(--gold-400); font-weight: 600;
}

.nav-link {
  color: #cbd5e1 !important;
  font-size: 0.75rem; font-weight: 600;
  padding: 0.5rem 0.75rem !important;
  border-radius: 0.5rem;
  transition: all 0.15s;
  white-space: nowrap;
}
.nav-link:hover {
  color: #fff !important;
  background: rgba(255,255,255,0.1);
}
.nav-link.active {
  color: var(--gold-400) !important;
}

.madedev {
	text-decoration: none;
	color: #475569;
}

.btn-gold {
  background: var(--gold-500);
  color: var(--navy-900);
  font-weight: 700;
  font-size: 0.8rem;
  border: none;
  padding: 0.6rem 1.2rem;
  border-radius: 0.75rem;
  transition: all 0.2s;
  display: inline-flex; align-items: center; gap: 0.4rem;
}
.btn-gold:hover {
  background: var(--gold-400);
  color: var(--navy-900);
  transform: scale(1.02);
}

.btn-gold-lg {
  padding: 0.9rem 2rem;
  font-size: 0.9rem;
  border-radius: 0.85rem;
}

/* Hero */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 133px;
}
.hero-bg {
  position: absolute; inset: 0; z-index: 0;
}
.hero-bg img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: opacity 0.5s;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(11,17,32,0.95), rgba(11,17,32,0.85), rgba(11,17,32,0.7));
  z-index: 1;
}
.hero-overlay-b {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(11,17,32,0.3), transparent, rgba(11,17,32,0.5));
  z-index: 1;
}
.hero-content {
  position: relative; z-index: 2;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.75rem;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
.hero-badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold-400);
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.hero-title span { color: var(--gold-400); }
.hero-subtitle {
  color: #e2e8f0;
  font-size: 1.1rem;
  max-width: 500px;
  margin-bottom: 1.5rem;
}
.hero-check {
  display: flex; align-items: center; gap: 0.6rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.hero-check i { color: var(--gold-400); }

.hero-form-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 1.5rem;
  padding: 2rem;
}
.hero-form-card h3 {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
.hero-form-card p {
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}
.form-glass {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
}
.form-glass::placeholder { color: rgba(255,255,255,0.6); }
.form-glass:focus {
  outline: none;
  border-color: var(--gold-400);
  box-shadow: 0 0 0 2px rgba(212,168,67,0.3);
}
.form-glass option { background: var(--navy-900); color: #fff; }

.hero-indicators {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 0.5rem;
}
.hero-indicator {
  width: 8px; height: 8px;
  border-radius: 4px;
  background: rgba(255,255,255,0.4);
  border: none;
  transition: all 0.3s;
  cursor: pointer;
}
.hero-indicator.active { width: 32px; background: var(--gold-400); }

/* Section styling */
.section-title-sm {
  color: var(--gold-600);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
}
.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--navy-900);
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.section-subtitle {
  color: #64748b;
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* About */
.about-img-wrap {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.about-badge {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: var(--navy-900);
  color: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  max-width: 220px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.about-badge i { color: var(--gold-400); }
.stat-card {
  border-radius: 0.75rem;
  padding: 1.25rem;
}
.stat-card-navy { background: var(--navy-50); }
.stat-card-gold { background: var(--gold-50); }
.stat-number { font-size: 1.75rem; font-weight: 700; color: var(--navy-900); }
.stat-label { font-size: 0.8rem; color: #64748b; }

/* Services */
.service-card {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  background: #fff;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transform: translateY(-4px);
}
.service-card-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.service-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s;
}
.service-card:hover .service-card-img img { transform: scale(1.05); }
.service-card-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,17,32,0.6), transparent);
  display: flex; align-items: flex-end; padding: 1rem;
}
.service-icon {
  width: 36px; height: 36px;
  border-radius: 0.5rem;
  background: var(--gold-500);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.service-card-title { color: #fff; font-weight: 600; font-size: 1rem; margin: 0; }
.service-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.service-card-body p { color: #64748b; font-size: 0.85rem; line-height: 1.6; }
.service-point {
  display: flex; align-items: center; gap: 0.5rem;
  color: #64748b; font-size: 0.75rem;
}
.service-point-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold-400); flex-shrink: 0;
}
.service-link {
  color: var(--navy-800); font-weight: 600; font-size: 0.85rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem;
  transition: color 0.2s;
  margin-top: auto;
}
.service-link:hover { color: var(--gold-600); }

/* Countries */
.country-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  height: 260px;
  cursor: pointer;
}
.country-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s;
}
.country-card:hover img { transform: scale(1.1); }
.country-card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,17,32,0.9), rgba(11,17,32,0.4), transparent);
  transition: all 0.3s;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1rem;
}
.country-card:hover .country-card-overlay {
  background: linear-gradient(to top, rgba(11,17,32,0.95), rgba(11,17,32,0.5), transparent);
}
.country-card-name { color: #fff; font-weight: 700; font-size: 1rem; margin: 0; }
.country-card-note {
  color: var(--gold-400); font-size: 0.75rem;
  opacity: 0; transition: opacity 0.3s;
}
.country-card:hover .country-card-note { opacity: 1; }

/* How It Works */
.how-section {
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
}
.how-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,0.05) 1px, transparent 0);
  background-size: 32px 32px;
}
.how-step {
  text-align: center;
  position: relative;
}
.how-step-icon {
  width: 80px; height: 80px;
  border-radius: 1rem;
  background: var(--navy-800);
  border: 1px solid var(--navy-700);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
  position: relative;
  color: var(--gold-400);
}
.how-step-badge {
  position: absolute; top: -8px; right: -8px;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--gold-500);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.how-step-title { color: #fff; font-size: 1.1rem; margin-bottom: 0.5rem; }
.how-step-desc { color: #94a3b8; font-size: 0.85rem; max-width: 280px; margin: 0 auto; }

/* Testimonials */
.tslider-outer {
  overflow: hidden;
  margin: 0 -0.75rem;
}
.tslider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.tslider-slide {
  flex: 0 0 calc(100% / 3);
  padding: 0 0.75rem;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .tslider-slide { flex: 0 0 50%; }
}
@media (max-width: 575px) {
  .tslider-slide { flex: 0 0 100%; }
}
.tslider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
.tslider-dots {
  display: flex;
  gap: 0.5rem;
}
.testimonial-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  border: 1px solid #f1f5f9;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.testimonial-stars { color: var(--gold-400); margin-bottom: 0.75rem; }
.testimonial-quote { color: var(--gold-400); opacity: 0.3; margin-bottom: 0.5rem; }
.testimonial-text { color: #64748b; font-size: 0.85rem; line-height: 1.6; flex: 1; }
.testimonial-author {
  display: flex; align-items: center; gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}
.testimonial-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy-50);
  display: flex; align-items: center; justify-content: center;
  color: var(--navy-700);
  font-weight: 600;
  font-size: 0.85rem;
  flex-shrink: 0;
}
.testimonial-name { font-weight: 600; font-size: 0.85rem; color: var(--navy-900); }
.testimonial-country { font-size: 0.75rem; color: #94a3b8; }


/* FAQ */
.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
}
.faq-item.active {
  border-color: #cbd5e1;
  background: var(--navy-50);
}
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem;
  background: none; border: none;
  text-align: left;
  font-weight: 600;
  font-size: 0.9rem;
  color: #334155;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--navy-900); }
.faq-item.active .faq-question { color: var(--navy-800); }
.faq-toggle {
  width: 28px; height: 28px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
  background: #f1f5f9;
  color: #64748b;
}
.faq-item.active .faq-toggle {
  background: var(--navy-800);
  color: #fff;
}
.faq-answer {
  padding: 0 1.25rem 1rem;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.6;
}

/* Contact */
.contact-info-card {
  background: var(--navy-900);
  border-radius: 1rem;
  padding: 1.75rem;
  color: #fff;
}
.contact-info-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.contact-info-item {
  display: flex; align-items: flex-start; gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-info-icon {
  width: 40px; height: 40px; border-radius: 0.5rem;
  background: var(--navy-800);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-400);
  flex-shrink: 0;
}
.contact-info-label {
  font-size: 0.65rem; color: #94a3b8; text-transform: uppercase;
  letter-spacing: 0.05em;
}
.contact-info-value {
  color: #fff; font-size: 0.85rem; font-weight: 500;
  text-decoration: none;
}
.contact-info-value:hover { color: var(--gold-400); }

.contact-form-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.75rem;
  border: 1px solid #f1f5f9;
}

.form-label-custom {
  font-size: 0.65rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.4rem;
}
.form-control-custom {
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  color: #334155;
  transition: all 0.2s;
}
.form-control-custom:focus {
  outline: none;
  border-color: var(--navy-700);
  box-shadow: 0 0 0 3px rgba(26,35,50,0.1);
}

/* Footer */
.site-footer {
  background: var(--navy-900);
  color: #fff;
}
.footer-heading {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 1rem;
  font-family: 'Inter', sans-serif;
}
.footer-link {
  color: #94a3b8;
  text-decoration: none;
  font-size: 0.85rem;
  display: flex; align-items: center; gap: 0.4rem;
  transition: color 0.2s;
  margin-bottom: 0.5rem;
}
.footer-link:hover { color: var(--gold-400); }
.footer-link-dot {
  width: 4px; height: 4px; border-radius: 50%;
  background: #475569; transition: background 0.2s;
}
.footer-link:hover .footer-link-dot { background: var(--gold-400); }

/* Country & Visa Pages */
.page-hero {
  position: relative;
  min-height: 50vh;
  display: flex; align-items: center;
  padding-top: 133px;
}
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(11,17,32,0.9), rgba(11,17,32,0.7));
}
.page-hero-content {
  position: relative; z-index: 2;
}

.visa-detail-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid #f1f5f9;
  margin-bottom: 1rem;
}
.visa-detail-card h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.visa-detail-list {
  list-style: none; padding: 0; margin: 0;
}
.visa-detail-list li {
  display: flex; align-items: flex-start; gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  color: #64748b;
}
.visa-detail-list li::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-400);
  margin-top: 0.4rem;
  flex-shrink: 0;
}

.process-step {
  display: flex; gap: 1rem;
  margin-bottom: 1.5rem;
}
.process-step-number {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--gold-500);
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.process-step-content h5 {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}
.process-step-content p {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

/* Payment */
.payment-card {
  background: #fff;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid #f1f5f9;
  text-align: center;
}
.payment-card-featured {
  border: 2px solid var(--gold-500);
  position: relative;
}
.payment-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: var(--gold-500);
  color: var(--navy-900);
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Misc */
.text-gold { color: var(--gold-400) !important; }
.bg-gold { background: var(--gold-500) !important; }
.bg-navy { background: var(--navy-900) !important; }
.text-navy { color: var(--navy-900) !important; }

/* Scroll animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section { padding-top: 96px; }
  .page-hero { padding-top: 96px; }
  .hero-form-card { display: none; }
  .sub-header { top: 60px; }
}

@media (max-width: 767px) {
  .main-navbar { top: 0; }
  .sub-header { top: 60px; }
  .hero-section { padding-top: 96px; }
  .page-hero { padding-top: 96px; }
  .hero-title { font-size: 2rem; }
  .section-title { font-size: 1.5rem; }
}
