/* =============================================
   Techies Geeks — Custom Additions CSS
   SEO + Conversion Optimised Components
   ============================================= */


/* ---- Hero Section ---- */
.tg-hero {
  background: linear-gradient(135deg, #022d62 0%, #1a4a8a 50%, #ef3139 100%);
  position: relative;
  overflow: hidden;
  margin-top: 82px;
}
.tg-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.tg-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(239,49,57,0.1);
  border-radius: 50%;
}
.min-vh-70 { min-height: 70vh; }
.tg-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(8px);
  margin-top: 50px;
}
.tg-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin: 1rem 0;
}
.tg-hero-title .text-primary { color: #ffd700 !important; }
.tg-hero-subtitle {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0.8rem;
  line-height: 1.7;
}
.tg-hero-ctas {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
}
/* Override the massive 64px padding from style.css .btn.btn-lg */
.tg-hero-ctas .btn {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  white-space: nowrap !important;
  padding: 14px 28px !important;
  font-size: 1rem !important;
  flex-shrink: 0;
}
.tg-hero-ctas .btn-outline-dark {
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.08);
}
.tg-hero-ctas .btn-outline-dark:hover {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
  color: #fff;
}
.tg-hero-trust {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  margin-top: 1.2rem;
  text-align: left;
}
.tg-hero-trust .d-flex {
  justify-content: flex-start !important;
}
@media (max-width: 768px) {
  .tg-hero-title { font-size: 1.9rem; }
  .tg-hero-subtitle { font-size: 0.95rem; }
}

/* ---- Client Logos Bar ---- */
.tg-client-logo {
  max-height: 40px;
  width: auto;
  opacity: 0.7;
  filter: brightness(10);
  transition: opacity 0.3s;
}
.tg-client-logo:hover { opacity: 1; }

/* ---- Stats Section ---- */
.tg-stats-section { background: #ef3139; }
.tg-stat-item { padding: 10px; }
.tg-stat-number {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.tg-stat-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.85);
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---- Service Cards ---- */
.tg-service-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.tg-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef3139, #022d62);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.tg-service-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  transform: translateY(-4px);
  border-color: transparent;
}
.tg-service-card:hover::before { transform: scaleX(1); }
.tg-service-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  /* color: #ef3139; */
}
.tg-service-icon i { 
  font-size: 2.2rem; 
  /* color: #ef3139; */
}
.tg-service-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #022d62;
  margin-bottom: 0.8rem;
}
.tg-service-card p {
  font-size: 0.88rem;
  color: #676c71;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.tg-service-link {
  color: #ef3139;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.tg-service-link:hover { color: #022d62; gap: 10px; }

/* ---- Why Choose Us ---- */
.tg-trust-list { display: flex; flex-direction: column; gap: 1rem; }
.tg-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.tg-trust-item i {
  font-size: 1.2rem;
  margin-top: 2px;
  flex-shrink: 0;
  color: #ef3139;
}
.tg-trust-item strong {
  display: block;
  color: #022d62;
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.tg-trust-item p {
  margin: 0;
  font-size: 0.85rem;
  color: #676c71;
}
.tg-comparison-table {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.tg-comparison-table .table { font-size: 0.88rem; margin: 0; }

/* ---- Process Steps ---- */
.tg-process-step {
  padding: 2rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  position: relative;
  transition: transform 0.3s;
}
.tg-process-step:hover { transform: translateY(-4px); }
.tg-process-number {
  font-size: 3rem;
  font-weight: 900;
  color: #ef3139;
  opacity: 0.15;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.tg-process-step h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #022d62;
  margin-bottom: 0.5rem;
}
.tg-process-step p { font-size: 0.85rem; color: #676c71; margin: 0; }

/* ---- Locations Section ---- */
.tg-locations-section { background: #022d62 !important; }
.tg-city-card {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.tg-city-card:hover {
  background: #ef3139;
  border-color: #ef3139;
  color: #fff;
  transform: translateY(-2px);
}
.tg-city-card i { font-size: 0.8rem; opacity: 0.8; color: #ffd700; }
.tg-city-card-highlight { background: rgba(239,49,57,0.25); border-color: rgba(239,49,57,0.5); }
.tg-flag-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.tg-flag-link {
  background: rgba(255,255,255,0.1);
  color: #fff;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.2);
  transition: background 0.3s;
}
a.tg-flag-link:hover { background: #ef3139; border-color: #ef3139; color: #fff; }

/* ---- Portfolio Cards ---- */
.tg-portfolio-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s;
}
.tg-portfolio-card:hover { transform: translateY(-6px); }
.tg-portfolio-img {
  position: relative;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg-portfolio-placeholder i {
  font-size: 3rem;
  color: #ef3139;
}
.tg-portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.tg-portfolio-card:hover .tg-portfolio-overlay { opacity: 1; }
.btn-white { background: #fff; color: #022d62; }
.tg-portfolio-info { padding: 1.2rem; background: #fff; }
.tg-portfolio-tag {
  background: #f0f0f0;
  color: #676c71;
  font-size: 0.75rem;
  padding: 3px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.tg-portfolio-info h5 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #022d62;
  margin: 0.6rem 0 0.3rem;
}
.tg-portfolio-result { font-size: 0.82rem; color: #676c71; margin: 0; }

/* ---- Testimonials ---- */
.tg-testimonial-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 1.8rem;
  height: 100%;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.tg-testimonial-stars { color: #ffc107; font-size: 1rem; margin-bottom: 1rem; }
.tg-testimonial-card > p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 1.2rem;
  font-style: italic;
}
.tg-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.tg-testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef3139, #022d62);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}
.tg-testimonial-author strong { display: block; font-size: 0.88rem; color: #022d62; }
.tg-testimonial-author small { color: #999; font-size: 0.78rem; }
.tg-google-rating {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
}

/* ---- Lead Form Section ---- */
.tg-lead-section {
  background: linear-gradient(135deg, #022d62, #1a4a8a);
}
.tg-contact-options {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tg-contact-option {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  padding: 14px 18px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s;
}
.tg-contact-option:hover { background: rgba(255,255,255,0.18); color: #fff; }
.tg-contact-option i { font-size: 1.5rem; color: #ffd700; flex-shrink: 0; }
.tg-contact-option strong { display: block; color: #fff; font-size: 0.9rem; }
.tg-contact-option small { color: rgba(255,255,255,0.7); font-size: 0.78rem; }
.tg-form-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}
.tg-form-card h4 { color: #022d62; font-weight: 700; }
.tg-form-card .form-control {
  border-radius: 8px;
  font-size: 0.9rem;
  padding: 10px 14px;
  border-color: #e0e0e0;
}
.tg-form-card .form-control:focus { border-color: #ef3139; box-shadow: 0 0 0 3px rgba(239,49,57,0.1); }

/* ---- WhatsApp Floating Button ---- */
.tg-whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37,211,102,0.5);
  text-decoration: none;
  transition: all 0.3s;
  animation: tg-pulse 2.5s infinite;
}
.tg-whatsapp-float i { font-size: 2rem; color: #fff; }
.tg-whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37,211,102,0.7);
}
.tg-whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.tg-whatsapp-float:hover .tg-whatsapp-tooltip { opacity: 1; }
@keyframes tg-pulse {
  0% { box-shadow: 0 0 0 0 rgba(37,211,102,0.5); }
  70% { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}
@media (max-width: 576px) {
  .tg-whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
  .tg-whatsapp-float i { font-size: 1.6rem; }
}

/* ---- Footer ---- */
.tg-footer-contact a { color: #6c757d; font-size: 0.88rem; text-decoration: none; }
.tg-footer-contact a:hover { color: #ef3139; }
.tg-footer-contact p { color: #6c757d; font-size: 0.88rem; }
.tg-footer-heading {
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #ef3139;
  display: inline-block;
}
.tg-footer-links { list-style: none; padding: 0; margin: 0; }
.tg-footer-links li { margin-bottom: 7px; }
.tg-footer-links a {
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s;
}
.tg-footer-links a:hover { color: #ef3139; padding-left: 4px; }
.tg-footer-bottom { background: #0d0d0d; border-top: 1px solid #222; }
.tg-footer-bottom a { color: #6c757d; }

/* ---- Page Hero (inner pages) ---- */
.tg-page-hero {
  background: linear-gradient(135deg, #022d62 0%, #1a4a8a 100%);
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.tg-page-hero h1 { color: #fff; font-size: 2.2rem; font-weight: 800; }
.tg-page-hero p { color: rgba(255,255,255,0.8); font-size: 1.05rem; }
.tg-breadcrumb { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin-bottom: 1rem; }
.tg-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: none; }
.tg-breadcrumb a:hover { color: #ffd700; }
.tg-breadcrumb span { margin: 0 8px; }
@media (max-width: 768px) { .tg-page-hero h1 { font-size: 1.6rem; } }

/* ---- Service Page Specific ---- */
.tg-service-feature {
  display: flex;
  gap: 14px;
  margin-bottom: 1.2rem;
}
.tg-service-feature-icon {
  width: 42px; height: 42px;
  background: #fff0f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ef3139;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.tg-service-feature-text strong { display: block; color: #022d62; font-size: 0.9rem; }
.tg-service-feature-text p { font-size: 0.83rem; color: #676c71; margin: 0; }

/* ---- Pricing Cards ---- */
.tg-pricing-card {
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  height: 100%;
  transition: all 0.3s;
  position: relative;
}
.tg-pricing-card:hover {
  border-color: #ef3139;
  box-shadow: 0 12px 40px rgba(239,49,57,0.12);
  transform: translateY(-4px);
}
.tg-pricing-card.tg-pricing-featured {
  border-color: #ef3139;
  background: linear-gradient(135deg, #fff8f8, #fff);
}
.tg-pricing-badge {
  position: absolute;
  top: -12px; left: 50%; transform: translateX(-50%);
  background: #ef3139;
  color: #fff;
  padding: 3px 16px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
}
.tg-pricing-price {
  font-size: 2rem;
  font-weight: 800;
  color: #022d62;
  margin: 1rem 0;
}
.tg-pricing-price small { font-size: 0.85rem; font-weight: 400; color: #999; }
.tg-pricing-features { list-style: none; padding: 0; text-align: left; margin-bottom: 1.5rem; }
.tg-pricing-features li {
  padding: 5px 0;
  font-size: 0.85rem;
  color: #555;
}
.tg-pricing-features li::before { content: '✓ '; color: #28a745; font-weight: 700; }

/* ---- City Page Specific ---- */
.tg-city-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,215,0,0.15);
  color: #ffd700;
  border: 1px solid rgba(255,215,0,0.3);
  padding: 4px 14px;
  border-radius: 50px;
  font-size: 0.82rem;
  margin-bottom: 1rem;
}

/* ---- Sidebar CTA (service/city pages) ---- */
.tg-sidebar-cta {
  background: linear-gradient(135deg, #022d62, #1a4a8a);
  border-radius: 14px;
  padding: 2rem;
  color: #fff;
  position: sticky;
  top: 100px;
}
.tg-sidebar-cta h4 { color: #fff; font-size: 1.1rem; margin-bottom: 0.5rem; }
.tg-sidebar-cta p { color: rgba(255,255,255,0.75); font-size: 0.85rem; }
.tg-sidebar-cta .form-control {
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 0.88rem;
  border: none;
}

/* ---- Misc Utilities ---- */
.btn-round { border-radius: 50px !important; }
.bg-primary-light { background: #fff8f8; }
.text-primary { color: #ef3139 !important; }
.border-primary { border-color: #ef3139 !important; }

/* ====================================================
   POPUP MODALS
   ==================================================== */
.tg-popup-header {
  background: linear-gradient(135deg, #022d62, #ef3139);
  padding: 1.5rem 2rem;
  border-radius: 12px 12px 0 0;
}
.tg-popup-header h4 { color: #fff; margin: 0; font-size: 1.2rem; }
.tg-popup-header p { color: rgba(255,255,255,0.8); margin: 0.3rem 0 0; font-size: 0.85rem; }
.tg-popup-header .btn-close { filter: invert(1); }
.modal-body .form-control { border-radius: 8px; border-color: #e0e0e0; font-size: 0.9rem; }
.modal-body .form-control:focus { border-color: #ef3139; box-shadow: 0 0 0 3px rgba(239,49,57,0.1); }
#exitModal .modal-content { border-radius: 16px; overflow: hidden; }
#exitModal .modal-body { padding: 2rem; text-align: center; }
#exitModal .exit-icon { font-size: 3rem; color: #ef3139; margin-bottom: 1rem; }
#exitModal h4 { color: #022d62; font-size: 1.3rem; }

/* ====================================================
   MOBILE STICKY BAR
   ==================================================== */
.tg-mobile-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fff; border-top: 1px solid #e0e0e0;
  display: flex; z-index: 9998; padding: 8px 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.tg-mobile-bar-btn {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #022d62; text-decoration: none; font-size: 0.68rem; padding: 4px 2px; gap: 3px;
}
.tg-mobile-bar-btn i { font-size: 1.1rem; color: #022d62; }
.tg-mobile-bar-wa { color: #25d366; }
.tg-mobile-bar-wa i { color: #25d366; }
.tg-mobile-bar-btn:hover { color: #ef3139; }
.tg-mobile-bar-btn:hover i { color: #ef3139; }
@media (min-width: 992px) { .tg-mobile-bar { display: none !important; } }

/* ====================================================
   BLOG CARDS
   ==================================================== */
.tg-blog-card {
  border-radius: 12px; overflow: hidden; background: #fff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: transform 0.3s; height: 100%;
}
.tg-blog-card:hover { transform: translateY(-4px); }
.tg-blog-thumb { height: 180px; display: flex; align-items: center; justify-content: center; }
.tg-blog-body { padding: 1.2rem; }
.tg-blog-meta { font-size: 0.78rem; color: #999; margin-bottom: 0.5rem; }
.tg-blog-meta span { margin-right: 10px; }
.tg-blog-card h5 { font-size: 0.95rem; font-weight: 700; color: #022d62; line-height: 1.4; margin-bottom: 0.5rem; }
.tg-blog-card p { font-size: 0.82rem; color: #676c71; margin-bottom: 0.8rem; }
.tg-blog-tag { background: #fff0f0; color: #ef3139; font-size: 0.72rem; padding: 2px 8px; border-radius: 50px; font-weight: 600; }
.tg-read-more { color: #ef3139; font-size: 0.82rem; font-weight: 600; text-decoration: none; }
.tg-read-more:hover { color: #022d62; }

/* ====================================================
   PORTFOLIO FILTER
   ==================================================== */
.tg-filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 2rem; }
.tg-filter-btn {
  padding: 6px 18px; border-radius: 50px; border: 2px solid #e0e0e0;
  background: #fff; color: #555; font-size: 0.85rem; cursor: pointer; transition: all 0.3s;
}
.tg-filter-btn.active, .tg-filter-btn:hover { background: #ef3139; border-color: #ef3139; color: #fff; }

/* ====================================================
   BLOG ARTICLE PAGE
   ==================================================== */
.tg-article-body h2 { font-size: 1.5rem; color: #022d62; margin: 2rem 0 1rem; }
.tg-article-body h3 { font-size: 1.2rem; color: #022d62; margin: 1.5rem 0 0.8rem; }
.tg-article-body p { font-size: 0.95rem; line-height: 1.85; color: #444; margin-bottom: 1.2rem; }
.tg-article-body ul, .tg-article-body ol { padding-left: 1.5rem; margin-bottom: 1.2rem; }
.tg-article-body li { font-size: 0.95rem; line-height: 1.8; color: #444; }
.tg-author-card {
  background: #f8f9fa; border-radius: 12px; padding: 1.5rem;
  display: flex; gap: 1rem; align-items: flex-start; margin: 2rem 0;
}
.tg-author-avatar {
  width: 60px; height: 60px; border-radius: 50%;
  background: linear-gradient(135deg, #ef3139, #022d62);
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; font-weight: 700; flex-shrink: 0;
}
.tg-author-info strong { display: block; color: #022d62; font-size: 1rem; }
.tg-author-info p { font-size: 0.85rem; color: #676c71; margin: 0; }
.tg-share-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.tg-share-btn {
  padding: 7px 16px; border-radius: 50px; color: #fff;
  font-size: 0.82rem; text-decoration: none; display: flex; align-items: center; gap: 6px;
}
.tg-share-linkedin { background: #0077b5; }
.tg-share-twitter { background: #1da1f2; }
.tg-share-facebook { background: #1877f2; }
.tg-share-wa { background: #25d366; }

/* ====================================================
   SERVICE PAGE — TECH STACK TAGS
   ==================================================== */
.tg-tech-tag {
  display: inline-block; background: #f0f4ff; color: #022d62;
  border: 1px solid #d0d8f0; border-radius: 6px;
  padding: 4px 12px; font-size: 0.8rem; font-weight: 600; margin: 3px;
}

/* ====================================================
   LOCATION PAGES — LOCAL SERVICES GRID
   ==================================================== */
.tg-local-service-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: #fff; border: 1px solid #f0f0f0; border-radius: 10px;
  padding: 1rem 1.2rem; transition: box-shadow 0.3s;
}
.tg-local-service-item:hover { box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
.tg-local-service-item i { font-size: 1.4rem; color: #ef3139; flex-shrink: 0; margin-top: 2px; }
.tg-local-service-item strong { display: block; color: #022d62; font-size: 0.9rem; }
.tg-local-service-item p { font-size: 0.82rem; color: #676c71; margin: 0; }

/* ====================================================
   GLOBAL PAGES — TRUST BADGES / CURRENCY
   ==================================================== */
.tg-global-badge {
  background: #f8f9fa; border: 1px solid #e8e8e8; border-radius: 10px;
  padding: 1rem 1.5rem; text-align: center;
}
.tg-global-badge .tg-gb-num { font-size: 1.8rem; font-weight: 800; color: #022d62; line-height: 1; }
.tg-global-badge .tg-gb-label { font-size: 0.78rem; color: #676c71; margin-top: 4px; }

/* ====================================================
   INDUSTRY PAGES — FEATURE ICONS
   ==================================================== */
.tg-industry-feature {
  text-align: center; padding: 1.5rem 1rem;
  background: #fff; border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}
.tg-industry-feature:hover { transform: translateY(-4px); }
.tg-industry-feature i { font-size: 2rem; color: #ef3139; margin-bottom: 0.8rem; }
.tg-industry-feature h5 { font-size: 0.9rem; color: #022d62; font-weight: 700; margin-bottom: 0.4rem; }
.tg-industry-feature p { font-size: 0.8rem; color: #676c71; margin: 0; }

/* ====================================================
   CAREERS PAGE — JOB CARDS
   ==================================================== */
.tg-job-card {
  background: #fff; border: 1px solid #e8e8e8; border-radius: 12px;
  padding: 1.5rem; transition: all 0.3s;
}
.tg-job-card:hover { border-color: #ef3139; box-shadow: 0 6px 24px rgba(239,49,57,0.1); }
.tg-job-badge {
  background: #fff0f0; color: #ef3139; font-size: 0.72rem; font-weight: 700;
  padding: 3px 10px; border-radius: 50px;
}
.tg-job-card h5 { color: #022d62; font-size: 1rem; font-weight: 700; margin: 0.6rem 0 0.4rem; }
.tg-job-meta { font-size: 0.82rem; color: #999; display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0.6rem; }
.tg-job-meta i { color: #ef3139; }

/* ====================================================
   BODY PADDING FOR MOBILE STICKY BAR
   ==================================================== */
@media (max-width: 991px) {
  body { padding-bottom: 70px; }
}
