/*
	Theme Name: AMSHA
	Theme URI: https://www.amhsa.net/
	Description: Child theme of Hello Elementor
	Author: AMSHA
	Author URI: https://www.amhsa.net/
	Template: hello-elementor
	Version: 1.0.8
	Text Domain: amsha
*/
/* Footer CTA - Exact Design Match */
.amsha-footer-cta {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 20px auto;
}

.amsha-footer-cta__inner {
  background-color: #3e63b1;
  color: white;
  text-align: center;
  padding: 60px 40px 20px 40px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 2;
}

/* Bell Icon with Plus Badge */
.cta-bell-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  width: 40px;
  height: 40px;
}

.cta-bell-icon + .amsha-footer-cta__plus-badge,
.amsha-footer-cta__plus-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: white;
  color: #f05a28;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid #3e63b1;
  z-index: 3;
}

.amsha-footer-cta__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.amsha-footer-cta__description {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #ffffff;
}

.amsha-footer-cta__actions {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Orange Button */
.amsha-footer-cta__button {
  background-color: #f05a28;
  color: white;
  border: none;
  padding: 10px 10px 10px 25px;
  border-radius: 8px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.amsha-footer-cta__button:hover {
  background-color: #d84a1a;
}

.amsha-footer-cta__button .arrow-icon {
  background: white;
  color: #f05a28;
  padding: 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Paper Airplane Icons */
.amsha-footer-cta__plane {
  position: absolute;
  background: #f05a28;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.amsha-footer-cta__plane--left {
  top: 40%;
  left: -25px;
}

.amsha-footer-cta__plane--right {
  bottom: 20%;
  right: -25px;
}

/* CSS Wave Curve - No Image Needed - Using SVG Background */
.amsha-footer-cta__wave {
  width: 100%;
  height: 60px;
  display: block;
  line-height: 0;
  margin-top: -1px;
  position: relative;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='362' viewBox='0 0 1440 362' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 55C0 55 436.271 93.4891 720 93.4891C1003.73 93.4891 1440 55 1440 55V362H0V55Z' fill='%23293891'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

/* Dark Footer Section */
.amsha-footer-cta__dark-footer {
  background-color: #293891;
  height: 60px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: -1px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .amsha-footer-cta__inner {
    padding: 60px 20px 20px 20px;
  }

  .amsha-footer-cta__title {
    font-size: 2rem;
  }

  .amsha-footer-cta__plane {
    width: 45px;
    height: 45px;
  }

  .amsha-footer-cta__plane--left {
    left: -20px;
  }

  .amsha-footer-cta__plane--right {
    right: -20px;
  }
}
