.elementor-55 .elementor-element.elementor-element-ac83bb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-55 .elementor-element.elementor-element-9869ca5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-55 .elementor-element.elementor-element-35c7202{padding:5px 5px 5px 5px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-566ec85 */.ask-footer{
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(33, 84, 170, 0.18), transparent 28%),
    linear-gradient(135deg, #0d1b2e 0%, #0a1424 55%, #09111f 100%);
  color: #dbe6f3;
  overflow: hidden;
}

.ask-footer__cta{
  position: relative;
  padding: 32px 0 0;
}

.ask-footer__cta-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 30px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 20px 40px rgba(0,0,0,0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ask-footer__cta-content{
  max-width: 760px;
}

.ask-footer__eyebrow{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ask-footer__cta-content h2{
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.ask-footer__cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.ask-footer__cta-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 14px;
  font-family: "Poppins", sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
}

.ask-footer__cta-btn--primary,
.ask-footer__cta-btn--primary:link,
.ask-footer__cta-btn--primary:visited,
.ask-footer__cta-btn--primary:hover,
.ask-footer__cta-btn--primary:focus,
.ask-footer__cta-btn--primary:active{
  background: linear-gradient(135deg, var(--color-secondary) 0%, #f03b40 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(227, 29, 34, 0.22);
}

.ask-footer__cta-btn--primary:hover,
.ask-footer__cta-btn--primary:focus,
.ask-footer__cta-btn--primary:active{
  transform: translateY(-1px);
  background: linear-gradient(135deg, #d5181f 0%, #ea3137 100%);
}

.ask-footer__cta-btn--secondary,
.ask-footer__cta-btn--secondary:link,
.ask-footer__cta-btn--secondary:visited,
.ask-footer__cta-btn--secondary:hover,
.ask-footer__cta-btn--secondary:focus,
.ask-footer__cta-btn--secondary:active{
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.ask-footer__cta-btn--secondary:hover,
.ask-footer__cta-btn--secondary:focus,
.ask-footer__cta-btn--secondary:active{
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
}

.ask-footer__main{
  padding: 54px 0 22px;
}

.ask-footer__grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.ask-footer__col--brand{
  max-width: 420px;
}

.ask-footer__logo{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.ask-footer__logo img{
  width: auto;
  height: 54px;
  max-width: 100%;
  object-fit: contain;
}

.ask-footer__brand-text{
  margin: 0 0 18px;
  font-size: 0.94rem;
  line-height: 1.78;
  color: rgba(219, 230, 243, 0.82);
}

.ask-footer__contact-list{
  display: grid;
  gap: 10px;
}

.ask-footer__contact-list a{
  color: #ffffff;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ask-footer__contact-list a:hover{
  color: #dbeafe;
}

.ask-footer__col h3{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.ask-footer__col ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ask-footer__col li{
  margin: 0;
  padding: 0;
}

.ask-footer__col a{
  color: rgba(219, 230, 243, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
  transition: color .22s ease, transform .22s ease;
}

.ask-footer__col a:hover{
  color: #ffffff;
}

.ask-footer__bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
}

.ask-footer__bottom p{
  margin: 0;
  color: rgba(219, 230, 243, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ask-footer__bottom-links{
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.ask-footer__bottom-links a{
  color: rgba(219, 230, 243, 0.68);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ask-footer__bottom-links a:hover{
  color: #ffffff;
}

@media (max-width: 1200px){
  .ask-footer__cta-wrap{
    flex-direction: column;
    align-items: flex-start;
  }

  .ask-footer__grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .ask-footer__cta{
    padding-top: 22px;
  }

  .ask-footer__cta-wrap{
    padding: 22px 18px;
    border-radius: 22px;
  }

  .ask-footer__cta-content h2{
    font-size: clamp(1.32rem, 6vw, 1.8rem);
  }

  .ask-footer__cta-actions{
    width: 100%;
    flex-direction: column;
  }

  .ask-footer__cta-btn{
    width: 100%;
  }

  .ask-footer__main{
    padding: 42px 0 18px;
  }

  .ask-footer__grid{
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 24px;
  }

  .ask-footer__logo{
    padding: 10px 12px;
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .ask-footer__logo img{
    height: 46px;
  }

  .ask-footer__brand-text{
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .ask-footer__col h3{
    margin-bottom: 12px;
    font-size: 0.96rem;
  }

  .ask-footer__col a,
  .ask-footer__contact-list a{
    font-size: 0.9rem;
  }

  .ask-footer__bottom{
    flex-direction: column;
    align-items: flex-start;
  }

  .ask-footer__bottom p,
  .ask-footer__bottom-links a{
    font-size: 0.84rem;
  }
}/* End custom CSS */