.bottom-cta-wrap-62388095 {
  padding: 64px 20px;
  background: linear-gradient(to bottom, #5FB7F7 0%, #2D79C9 50%, #023B8B 100%);
  text-align: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.bottom-cta-inner-62388095 {
  max-width: 1440px;
  margin: 0 auto;
}
.bottom-cta-title-62388095 {
  font-size: 1.7rem;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.bottom-cta-text-62388095 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  max-width: 500px;
  margin: 0 auto 28px;
  text-align: center;
}
.bottom-cta-btn-62388095 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 34px;
  background: #f5a623;
  color: #0b2545;
  font-weight: 700;
  font-size: 1.05rem;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bottom-cta-btn-62388095:hover {
  background: #e8a012;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.3);
  color: #0b2545;
}
.bottom-cta-btn-62388095 svg, .bottom-cta-btn-62388095 i {
  width: 20px; 
  height: 20px; 
  fill: #0b2545; 
  color: #0b2545;
}
.bottom-cta-phone-62388095 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  font-family: "Poppins", sans-serif;
}
.bottom-cta-phone-62388095 svg, .bottom-cta-phone-62388095 i {
  width: 16px; 
  height: 16px; 
  fill: #4a5568; 
  color: #4a5568;
}
.bottom-cta-phone-link-62388095 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}