@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("./libs/manrope-font/manrope-v20-cyrillic_latin-regular.woff2")
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("./libs/manrope-font/manrope-v20-cyrillic_latin-600.woff2")
    format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("./libs/manrope-font/manrope-v20-cyrillic_latin-800.woff2")
    format("woff2");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #f8f9fa;
}

.fw-bolder {
  font-weight: 800 !important;
}

.how-to-get-visa-section,
.pricing-section,
.track-application-section,
.advantages-section,
.faq-section,
.trust-stats-section {
  margin-top: 5rem !important;
}

.navbar .nav-item {
  position: relative;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0.5rem;
  right: 0.5rem;
  height: 2px;
  background-color: #ffc107;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  transform: scaleX(1);
}

.navbar .nav-link:hover {
  color: var(--bs-nav-link-color);
}

.hero-section {
  position: relative;
  padding: 6rem 2rem;
  background: url("../assets/images/hero-background.jpg") no-repeat center
    center;
  background-size: cover;
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 95, 204, 0.5);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.step-card {
  position: relative;
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px -10px rgba(0, 123, 255, 0.2);
}

.step-badge {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  background-color: #e7f1ff;
  color: #007bff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.25rem 0.6rem;
  border-radius: 99px;
}

.step-content {
  display: flex;
  align-items: center;
  padding-top: 2.5rem;
}

.step-icon-wrapper {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e7f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.step-icon {
  font-size: 1.75rem;
  color: #007bff;
}

.step-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #343a40;
  line-height: 1.4;
  margin: 0;
}

.input-group-text {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.form-control,
.form-select {
  border-color: #e0e0e0;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.form-control:focus,
.form-select:focus {
  border-color: #005fcc;
  box-shadow: 0 0 0 0.25rem rgba(0, 95, 204, 0.25);
}

.btn-primary {
  background: linear-gradient(45deg, #007bff, #005fcc);
  border: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 95, 204, 0.3);
}

.track-section .btn-primary {
  padding: 0 1.5rem;
}

.accordion {
  --bs-accordion-border-width: 0;
}

.accordion-item {
  background-color: #fff;
  border-radius: 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.accordion-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0.75rem;
}

.accordion-button {
  font-weight: 600;
  color: #212529;
  border-radius: 0.75rem !important;
  padding: 1.25rem 1.5rem;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 95, 204, 0.25);
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #005fcc;
  box-shadow: none;
}

.accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005fcc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.accordion-body {
  padding: 0 1.5rem 1.25rem 1.5rem;
  color: #6c757d;
}

.accordion-item-warning {
  background-color: #fffbeb;
}
.accordion-item-warning .accordion-button {
  color: #926c00;
}

.pricing-tabs .nav-link {
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 99px;
  color: #6c757d;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.pricing-tabs .nav-link.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.pricing-card {
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  overflow: hidden;
  padding: 1.75rem 1.5rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px -10px rgba(0, 123, 255, 0.2);
}

.pricing-card .card-header {
  background-color: transparent;
  padding: 0;
  border-bottom: none;
  margin-bottom: 1.5rem;
}

.pricing-card .card-header h4 {
  font-size: 1.5rem;
}

.pricing-card .card-body {
  padding: 0;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
  text-align: left;
}

.features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #495057;
}

.features-list i {
  color: #007bff;
  margin-right: 0.75rem;
  font-size: 1.2rem;
}

.pricing-card .btn-primary {
  background: #007bff;
  background-image: none;
  border-color: #007bff;
  transition: background-color 0.2s ease-in-out;
}

.pricing-card .btn-primary:hover {
  background-color: #005fcc;
  border-color: #005fcc;
  transform: none;
  box-shadow: none;
}

.pricing-card-popular {
  position: relative;
  border: 2px solid #007bff;
}

.popular-badge {
  position: absolute;
  top: 2.5rem;
  right: -45px;
  background-color: #ffc107;
  color: #212529;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 0.5rem 3rem;
  transform: rotate(45deg);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #1a1a1a;
}

.footer h5 {
  color: #fff;
}

.footer .text-muted {
  color: #a0a0a0 !important;
}

.footer-links a {
  color: #a0a0a0;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: #ffc107;
  padding-left: 5px;
}

.footer-contact i {
  color: #ffc107;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.footer hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: 0.5rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-3px);
}

.traveler-block {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  transition: box-shadow 0.3s ease;
}

.traveler-block:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.traveler-block .traveler-title {
  color: #005fcc;
  font-weight: 800;
}

.price-amount {
  font-size: 2.75rem;
  font-weight: 800;
  color: #005fcc;
  margin-bottom: 0.5rem;
}

.price-child-tariff {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  background-color: #d9f99d;
  color: #005fcc;
  padding: 0.5rem 1rem;
  border-radius: 99px;
  display: inline-block;
}

.price-child-tariff strong {
  color: #005fcc;
  font-weight: 800;
}

.application-form-section .input-group-text {
  width: 48px;
  display: flex;
  justify-content: center;
}

.application-form-section .input-group-text i {
  font-size: 1.15rem;
  color: #005fcc;
}

.application-form-section .input-group-text i.bi-whatsapp {
  color: #25d366;
}

.application-form-section .input-group-text i.bi-calendar-x {
  color: #dc3545;
}

.application-form-section .input-group-text i.bi-file-earmark-pdf-fill {
  color: #b30b00;
}

.application-form-section .input-group-text i.bi-envelope-fill {
  color: #6c757d;
}

.application-form-section .input-group-text i.bi-tag-fill {
  color: #ffc107;
}

#cost-summary-container {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 1.5rem 2rem;
  transition: all 0.3s ease-in-out;
}
#cost-summary-details div {
  margin-bottom: 0.5rem;
  color: #495057;
}

.advantage-item {
  padding: 1.5rem;
  border-radius: 1.5rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.advantage-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px -5px rgba(0, 95, 204, 0.12);
  background-color: #fff;
}
.advantage-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  background: linear-gradient(135deg, #007bff, #005fcc);
  color: #fff;
}
.advantage-item-negated .advantage-icon-wrapper {
  background: #e9ecef;
  color: #dc3545;
}
.advantage-item .advantage-title {
  font-weight: 800;
  font-size: 1.1rem;
  color: #212529;
  margin-bottom: 0.75rem;
}
.advantage-item .advantage-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.5;
}

.advantage-numbered-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.advantage-numbered-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.advantage-number {
  font-size: 3rem;
  font-weight: 700;
  color: #000;
  line-height: 1;
  flex-shrink: 0;
}
.advantage-content {
  display: flex;
  flex-direction: column;
}
.advantage-numbered-item .advantage-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 5px;
}
.advantage-numbered-item .advantage-text {
  font-size: 1rem;
  color: var(--bs-body-secondary);
  line-height: 1.5;
  margin-bottom: 0;
}

.trust-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 3.5rem;
  line-height: 1.3;
}

.trust-title .text-primary {
  color: #005fcc !important;
}

.trust-stat-wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3rem 1.5rem;
  box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.08);
}

.trust-stat-icon {
  font-size: 3rem;
  color: #005fcc;
  margin-bottom: 1rem;
  line-height: 1;
}

.trust-stat .stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: #212529;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.trust-stat .stat-description {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.5;
}

.service-type-section .form-check-input {
  display: none;
}

.service-type-card {
  display: block;
  padding: 1.25rem 1.5rem;
  border: 2px solid #dee2e6;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.service-type-card:hover {
  background-color: #f8f9fa;
}

.service-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
  background-color: #e9ecef;
  color: #005fcc;
}

.service-icon-wrapper.express {
  background-color: #fffbeb;
  color: #cca000;
}

.service-title {
  font-weight: 800;
  font-size: 1.1rem;
  color: #212529;
}

.service-desc {
  font-size: 0.9rem;
  color: #6c757d;
  margin: 0;
}

.service-price {
  font-weight: 600;
  color: #6c757d;
  font-size: 0.9rem;
  white-space: nowrap;
}

.service-price.express {
  color: #cca000;
  font-weight: 800;
  font-size: 1rem;
}

.service-type-section .form-check-input:checked + .service-type-card {
  border-color: #005fcc;
  box-shadow: 0 0 0 0.25rem rgba(0, 95, 204, 0.25);
  background-color: #fff;
}

.order-summary-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
}

.payment-methods-card,
.important-info-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.order-summary-card p {
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
  color: #343a40;
}

.order-summary-card .list-unstyled li {
  margin-bottom: 0.5rem;
  color: #495057;
}

.order-summary-card .total-amount-wrapper {
  background-color: #e7f1ff !important;
  border: 1px solid #cce5ff;
}

.payment-form-fields .form-label {
  font-weight: 600;
  color: #495057;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.payment-form-fields .form-control-lg {
  font-size: 1rem;
  padding: 0.65rem 1rem;
}

.payment-form-fields .input-group-text {
  width: 48px;
  display: flex;
  justify-content: center;
}
.payment-form-fields .input-group-text i {
  font-size: 1.25rem;
  color: #005fcc;
}

.important-info-card {
  background-color: #fff3cd !important;
  border-color: #ffc107 !important;
  color: #664d03 !important;
}

.important-info-card h5 {
  color: #664d03 !important;
}

.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-danger);
}

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block !important;
}

.form-check-switch .invalid-feedback {
  display: none;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback {
  display: block;
}

.whatsapp-cta-section {
  margin-top: 5rem;
}
.whatsapp-cta-section .cta-content {
  border: 1px solid #dee2e6;
}
.whatsapp-cta-section .cta-icon {
  font-size: 3.5rem;
  color: #25d366;
  margin-bottom: 1.5rem;
}
.whatsapp-cta-section .cta-title {
  font-size: 2.25rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .trust-stat-bordered {
    border-left: 1px solid #e9ecef;
  }
}

@media (max-width: 991.98px) {
  .hero-section h1 {
    font-size: 2.25rem;
  }
  .hero-section .lead {
    font-size: 1rem;
  }

  .horizontal-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 1rem;
  }
  .horizontal-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .horizontal-scroll-wrapper .row {
    flex-wrap: nowrap;
  }
  .horizontal-scroll-wrapper .col-10 {
    width: 80%;
    flex-shrink: 0;
  }
  .horizontal-scroll-wrapper .col-md-6 {
    width: 45%;
    flex-shrink: 0;
  }
}

@media (max-width: 767.98px) {
  .trust-title {
    font-size: 2rem;
  }
  .trust-stat {
    margin-bottom: 2.5rem;
  }
  .trust-stat:last-child {
    margin-bottom: 0;
  }
}
