

    .navbar-custom {
      transition: background-color 0.3s, box-shadow 0.3s, padding 0.3s;
      padding: 1rem;
    }

    .navbar-transparent {
      background-color: transparent;
    }

    .navbar-scrolled {
      background-color: white !important;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .navbar-brand {
        margin-left: 2%;
    }

    .navbar-brand img {
      height: 40px;
      transition: all 0.3s ease;

    }

    .navbar-toggler {
      border: none;
    }

    .navbar-light .navbar-toggler-icon {
      filter: invert(100%);
    }

    .navbar-scrolled .navbar-toggler-icon {
      filter: invert(0%);
    }
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar.navbar-scrolled .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='navy' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
.hero-section {
  background-image: url('../../assets/images/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
  padding-top: 10%;
}

.lead_custom {
    font-weight: 500;
    font-size: 1.2rem;
}

.hero-section .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 43, 92, 0.85);
  z-index: 0;
}

.my-container {
    max-width: 80%;
    margin: auto;
}
@media (max-width: 767.98px) {
  .my-container {
    max-width: 100%;
  }
}
.nav-custom {
    max-width: 95%;
    margin: auto !important;
}

.info-card {
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    background-color: white;
  }

  .info-card:hover {
    transform: scale(1.02);
    border-bottom: 5px solid #feb800;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
    background-color: #f1f3f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .icon-circle i {
    font-size: 28px;
    color: #feb800;
  }

  .btn-warning-custom {
    background-color: #feb800;
    color: #001e42;
    font-weight: bold;
    font-size: 1.1rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
    border: none;
  }

  .btn-warning-custom:hover {
    background-color: #e0ac00;
    color: #001e42;
  }

  .choose-card {
    border-radius: 1rem;
    padding: 2rem;
    min-height: 100%;
  }

  .choose-card-light {
    background-color: #f8f9fc;
    color: #001e42;
  }

  .choose-card-dark {
    background-color: #001e42;
    color: white;
  }

  .choose-card-yellow {
    background-color: #feb800;
    color: #001e42;
  }

  .choose-card ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
  }

  .funziona-section {
    color: white;
    padding: 4rem 0;
  }

  .funziona-box {
    background-color: #1a3b66;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    gap: 2%;
  }

  .funziona-step {
    background-color: #476184;
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1.2rem;
    color: white;
    position: relative;
    border-left: 3px solid #feb800;
  }

  .funziona-step .number {
    background-color: #feb800;
    color: #001e42;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
  }

  .progress-text {
    font-weight: 600;
  }

  .progress-container {
    background-color: #dde4ee;
    border-radius: 10px;
    overflow: hidden;
    height: 12px;
    margin-top: 0.5rem;
  }

  .progress-bar-custom {
    background-color: #feb800;
    height: 100%;
  }

  .badge-urgent {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    background-color: red;
    color: white;
    font-weight: 600;
    display: inline-block;
  }

  .yellow-section {
     background-color: #feb800;
     border-top-right-radius: 1rem;
     border-top-left-radius: 1rem;
     
  }

  .yellow-card {
    background-color: #fff;
    color: #001e42;
    border-radius: 1rem;
  }

  .white-section {
    padding: 2rem;
  }


  .offer-box {
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 0px,
    rgba(255, 255, 255, 0.1) 10px,
    transparent 10px,
    transparent 20px
  ),
  linear-gradient(135deg, #243985, #7b1c22);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-top: 1.5rem;
  color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #feb800;
}


  .offer-box h5 {
    background-color: #feb800;
    color: #001e42;
    font-weight: bold;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    display: inline-block;
    font-size: 1.25rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
    text-align: center;
    }
    .offer-box h5:hover {
    transform: scale(1.05);
    }


  .offer-benefit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.75rem 0;
  }

  .offer-benefit i {
    color: #feb800;
  }

  .cta-btn {
    background-color: #feb800;
    color: #001e42;
    font-weight: bold;
    padding: 0.9rem 2.5rem;
    border: none;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
  }

  .cta-btn:hover {
    background-color: #e0ac00;
    color: #001e42;
  }

  body {
    background-color: #f5f7fa;
  }

  .form-card {
    background: white;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
  }

  .form-card h4 {
    color: #001e42;
    font-weight: 700;
    text-align: center;
  }

  .form-control {
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
  }

  .submit-btn {
    background-color: #feb800;
    color: #001e42;
    font-weight: 600;
    padding: 0.75rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    margin-top: 1rem;
    width: 100%;
  }

  .submit-btn:hover {
    background-color: #e0ac00;
  }

  .badge-pill {
    background-color: #edf0f4;
    color: #001e42;
    border-radius: 2rem;
    padding: 0.3rem 1rem;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.25rem;
  }

  hr {
    margin: 2rem 0 1rem;
  }

  .testimonials-section {
    background-color: #03254d;
    color: white;
    padding: 4rem 0;
    text-align: center;
  }

  .testimonial-card {
    background-color: #1a3b66;
    border-radius: 0.75rem;
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #feb800;
    margin-bottom: 1rem;
  }

  .testimonial-name {
    color: #feb800;
    font-weight: 700;
    margin-top: 1rem;
  }

  .cta-btn {
    background-color: #feb800;
    color: #001e42;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    border: none;
    border-radius: 0.5rem;
    margin-top: 2.5rem;
    font-size: 1rem;
  }

  .cta-btn:hover {
    background-color: #e0ac00;
    color: #001e42;
  }

.faq-section {
    background-color: #f5f7fa;
    padding: 4rem 1rem;
    text-align: center;
  }

  .faq-section h2 {
    font-weight: 700;
    color: #001e42;
  }

  .faq-section p {
    color: #606077;
  }

  .accordion-button {
    font-weight: 600;
    color: #001e42;
    background-color: #f5f7fa;
    box-shadow: none !important;
    transition: all 0.2s ease-in-out;
  }

  .accordion-button:hover {
    text-decoration: underline;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .accordion-body {
    text-align: left;
    color: #606077;
  }

  .font-custom {
    color: #03254d;
  }
  .bg-custom {
    background-color: #03254d !important;
  }

  .faq-cta-btn {
    background-color: #feb800;
    color: #001e42;
    font-weight: 700;
    border: none;
    padding: 0.9rem 2.5rem;
    border-radius: 0.5rem;
    margin-top: 2rem;
  }

  .faq-cta-btn:hover {
    background-color: #e0ac00;
    color: #001e42;
  }

  .cta-section {
    background: linear-gradient(180deg, #002b5c 0%, #0f2a4c 100%);
    color: white;
    padding: 4rem 1rem;
  }

  .cta-section h2 {
    font-weight: 700;
    font-size: 2.25rem;
  }

  .cta-section p {
    font-size: 1.1rem;
    color: #cfd4dc;
  }

  .guarantee-box {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 2rem;
  }

  .guarantee-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .guarantee-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #ffffff;
  }

  .guarantee-item i {
    color: #feb800;
    font-size: 1.1rem;
  }

  .cta-btn-block {
    background-color: #feb800;
    border: none;
    border-radius: 0.5rem;
    padding: 1.2rem 2rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: #001e42;
    width: 100%;
    transition: background-color 0.2s ease;
  }

  .cta-btn-block:hover {
    background-color: #e0ac00;
    color: #001e42;
  }

  .cta-subtext {
    color: #cfd4dc;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 0.5rem;
  }

  .footer {
    background-color: #0d111a;
    color: #d1d5db;
    padding: 4rem 1rem 2rem;
  }

  .footer h6 {
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
  }

  .footer a {
    color: #d1d5db;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
  }

  .footer a:hover {
    color: #feb800;
  }

  .footer .social-icons a {
    color: white;
    font-size: 1.2rem;
    margin-right: 0.75rem;
    display: inline-block;
    transition: color 0.2s ease;
  }

  .footer .social-icons a:hover {
    color: #feb800;
  }

  .footer-bottom {
    border-top: 1px solid #1f2937;
    padding-top: 1rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    text-align: center;
    color: #9ca3af;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
  }

  .footer-logo img {
    width: 50%;
  }


  .footer-desc {
    max-width: 280px;
    margin-bottom: 1.5rem;
  }
  .blur-bg {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border-radius: 0.75rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    color: white;
    
  }

  .btn-styled {
  background-color: #feb800;  
  color: #001e42;                          
  font-weight: 600;
  font-size: 1.125rem;                     
  padding: 1rem 2rem;                       
  border: none;
  border-radius: 0.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  animation: pulse 2s infinite;
}

.btn-styled:hover {
  background-color: #e0ac00;
}

.arrow-icon {
  transition: transform 0.2s ease;
}

.btn-styled:hover .arrow-icon {
  transform: translateX(4px);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.bg-yellow {
  background-color: #feb800;
}
.custom-icon-list {
  list-style: none;
  padding-left: 0;
}

.custom-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.custom-icon-list li i {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.custom-icon-list li span {
    margin-left: 10%;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  background: white;
  box-shadow: -2px 0 8px rgba(0,0,0,0.1);
  z-index: 1050;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  padding: 2rem 1.5rem;
}

.sidebar.active {
  transform: translateX(0%);
}

.sidebar-links {
  list-style: none;
  padding: 0;
  margin-top: 40%;
}

.sidebar-links li {
  margin: 1.5rem 0;
}

.sidebar-links a {
  text-decoration: none;
  font-size: 1.25rem;
  color: #001e42;
}

.sidebar-links a:hover {
  color: #feb800;
}

.register-btn {
  background: #feb800;
  width: 100%;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-top: 1rem;
  text-align: center;
  color: #001e42;
  font-weight: 600;
  border-radius: 2%;
}

.register-btn:hover {
 color : #feb800;
 background: #001e42;

}

.close-btn {
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 1049;
}

@media (max-width: 576px) {
  .my-container h5 {
    font-size: 1rem;
  }
  .my-container small {
    font-size: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .margin-top-mobile {
    margin-top: 3rem;
  }
}

.mobile-sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}

.modal-content {
  color: #001e42 !important;
}

