.elementor-556 .elementor-element.elementor-element-fc6e19b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bc4a584 *//* =======================
   EU Visa Guide Styling
   Reusable for All Pages
   With Responsive Tweaks
========================== */

.sv-page {
  font-family: 'Saira Semi Condensed', sans-serif;
  color: #222;
  line-height: 1.7;
  font-size: 16px;
  padding: 20px 0;
}

.sv-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 15px;
}

/* Hero Section */
.sv-hero {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #004aad, #0073e6);
  color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
}

.sv-hero h1 {
  font-size: 32px;
  margin: 15px 0;
}

.sv-hero p {
  font-size: 18px;
  opacity: 0.9;
}

.sv-chip {
  background: rgba(255,255,255,0.15);
  padding: 5px 15px;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.sv-flag {
  font-size: 28px;
  margin-right: 6px;
}

/* Buttons */
.sv-btn {
  display: inline-block;
  margin: 10px 8px;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sv-btn.primary {
  background: #ff5500;
  color: #fff;
}

.sv-btn.primary:hover {
  background: #e64a00;
}

.sv-btn.ghost {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.sv-btn.ghost:hover {
  background: #fff;
  color: #004aad;
}

/* Sections */
.sv-section {
  margin-bottom: 40px;
}

.sv-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

.sv-highlight {
  background: #f9f9f9;
  border-left: 5px solid #ff5500;
}

/* Grid Layout */
.sv-grid {
  display: grid;
  gap: 20px;
}

.sv-grid.cols-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

/* Steps */
.sv-steps {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sv-step {
  background: #f5f9ff;
  padding: 12px 15px;
  border-radius: 10px;
  border-left: 4px solid #004aad;
  font-weight: 500;
}

/* FAQ */
.sv-faq p {
  margin-bottom: 15px;
}

.sv-faq b {
  color: #004aad;
}

/* Final Call to Action */
.sv-cta {
  text-align: center;
  margin-top: 40px;
}

/* SEO text */
.sv-seo {
  font-size: 12px;
  color: #777;
  margin-top: 30px;
  text-align: center;
}

/* =======================
   Responsive Tweaks
========================== */

/* Tablet (max 991px) */
@media (max-width: 991px) {
  .sv-hero h1 {
    font-size: 26px;
  }
  .sv-hero p {
    font-size: 16px;
  }
  .sv-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Mobile (max 767px) */
@media (max-width: 767px) {
  .sv-wrap {
    padding: 10px;
  }
  .sv-hero {
    padding: 30px 15px;
  }
  .sv-hero h1 {
    font-size: 22px;
    line-height: 1.3;
  }
  .sv-hero p {
    font-size: 14px;
  }
  .sv-btn {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 8px auto;
    text-align: center;
  }
  .sv-grid.cols-2 {
    grid-template-columns: 1fr;
  }
  .sv-card {
    padding: 18px;
  }
}

/* Small Mobile (max 480px) */
@media (max-width: 480px) {
  .sv-hero h1 {
    font-size: 20px;
  }
  .sv-hero p {
    font-size: 13px;
  }
}/* End custom CSS */