.elementor-17 .elementor-element.elementor-element-511850c{--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;}.elementor-17 .elementor-element.elementor-element-cbb8bed{--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;}.elementor-17 .elementor-element.elementor-element-727e04e{padding:20px 0px 50px 0px;}.elementor-17 .elementor-element.elementor-element-b49a8ab{--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:10px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0d3133d *//* ======================================
   FONT
====================================== */

.ipf-faq-hero *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   HERO SECTION
====================================== */

.ipf-faq-hero{
  padding: 100px 0 80px;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-faq-container{
  width: 90%;
  max-width: 1100px;
  margin: auto;

  text-align: center;
}


/* ======================================
   BADGE
====================================== */

.ipf-faq-badge{
  display: inline-block;

  background: #EAF3FF;
  color: #1E73BE;

  padding: 10px 18px;

  border-radius: 50px;

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 22px;
}


/* ======================================
   TITLE
====================================== */

.ipf-faq-hero h1{
  font-size: 56px;
  line-height: 1.1;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 20px;
}


/* ======================================
   DESCRIPTION
====================================== */

.ipf-faq-text{
  max-width: 760px;
  margin: auto;

  font-size: 18px;
  line-height: 1.8;

  color: #667085;

  margin-bottom: 55px;
}


/* ======================================
   GRID
====================================== */

.ipf-faq-grid{
  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 26px;
}


/* ======================================
   CARD
====================================== */

.ipf-faq-card{
  background: #F7FAFD;

  padding: 34px 28px;

  border-radius: 22px;

  border: 1px solid #E6EDF5;

  transition: 0.3s ease;
}

.ipf-faq-card:hover{
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(11,45,77,0.06);
}


/* ======================================
   CARD TITLE
====================================== */

.ipf-faq-card h3{
  font-size: 22px;
  font-weight: 600;

  color: #0B2D4D;

  margin-bottom: 14px;
}


/* ======================================
   CARD TEXT
====================================== */

.ipf-faq-card p{
  font-size: 16px;
  line-height: 1.7;

  color: #667085;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-faq-grid{
  grid-template-columns: 1fr;
}

.ipf-faq-hero h1{
  font-size: 42px;
}

.ipf-faq-text{
  font-size: 17px;
}

}

@media(max-width:767px){

.ipf-faq-hero{
  padding: 75px 0 60px;
}

.ipf-faq-hero h1{
  font-size: 34px;
}

.ipf-faq-card{
  padding: 28px 22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-727e04e *//* ======================================
   FONT
====================================== */

.ipf-main-faq *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   SECTION
====================================== */

.ipf-main-faq{
  padding: 0px 0;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-main-faq-container{
  width: 90%;
  max-width: 950px;
  margin: auto;
}


/* ======================================
   HEADER
====================================== */

.ipf-main-faq-head{
  text-align: center;

  margin-bottom: 55px;
}


/* ======================================
   BADGE
====================================== */

.ipf-main-faq-badge{
  display: inline-block;

  background: #EAF3FF;
  color: #1E73BE;

  padding: 10px 18px;

  border-radius: 50px;

  font-size: 14px;
  font-weight: 600;

  margin-bottom: 20px;
}


/* ======================================
   TITLE
====================================== */

.ipf-main-faq-head h2{
  font-size: 50px;
  line-height: 1.1;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 18px;
}


/* ======================================
   TEXT
====================================== */

.ipf-main-faq-head p{
  font-size: 18px;
  line-height: 1.8;

  color: #667085;
}


/* ======================================
   FAQ LIST
====================================== */

.ipf-main-faq-list{
  display: flex;
  flex-direction: column;

  gap: 18px;
}


/* ======================================
   FAQ BOX
====================================== */

.ipf-faq-box{
  background: #ffffff;

  border: 1px solid #E6EDF5;

  border-radius: 18px;

  overflow: hidden;

  transition: 0.25s ease;
}

.ipf-faq-box:hover{
  transform: translateY(-2px);

  box-shadow: 0 12px 30px rgba(11,45,77,0.04);
}


/* ======================================
   QUESTION
====================================== */

.ipf-faq-title{
  width: 100%;

  background: #ffffff;
  border: none;

  padding: 24px 26px;

  text-align: left;

  font-size: 18px;
  font-weight: 600;

  color: #0B2D4D;

  cursor: pointer;

  transition: 0.2s ease;
}


/* REMOVE BLUE HOVER */

.ipf-faq-title:hover{
  background: #ffffff;
  color: #0B2D4D;
}


/* ======================================
   ANSWER
====================================== */

.ipf-faq-content{
  padding: 0 26px 24px;

  font-size: 16px;
  line-height: 1.8;

  color: #667085;

  background: #ffffff;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:767px){

.ipf-main-faq{
  padding: 70px 0;
}

.ipf-main-faq-head h2{
  font-size: 34px;
}

.ipf-faq-title{
  font-size: 16px;

  padding: 22px;
}

.ipf-faq-content{
  padding: 0 22px 22px;

  font-size: 15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bbcf7a *//* ======================================
   CTA SECTION
====================================== */

.ipf-cta-section{
  padding: 0px 0;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-cta-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


/* ======================================
   CTA BOX
====================================== */

.ipf-cta-content{
  background: linear-gradient(
    135deg,
    #0B2D4D 0%,
    #123B63 100%
  );

  padding: 60px 50px;

  border-radius: 32px;

  text-align: center;

  position: relative;
  overflow: hidden;
}


/* ======================================
   SUBTLE GLOW EFFECT
====================================== */

.ipf-cta-content::before{
  content: "";

  position: absolute;

  width: 320px;
  height: 320px;

  background: rgba(255,255,255,0.05);

  border-radius: 50%;

  top: -120px;
  right: -80px;
}


/* ======================================
   BADGE
====================================== */

.ipf-cta-badge{
  display: inline-block;

  background: rgba(255,255,255,0.10);

  color: #ffffff;

  padding: 10px 18px;

  border-radius: 50px;

  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;

  margin-bottom: 20px;
}


/* ======================================
   HEADING
====================================== */

.ipf-cta-content h2{
  font-family: 'Poppins', sans-serif;

  font-size: 52px;
  line-height: 1.15;

  font-weight: 700;

  color: #ffffff;

  max-width: 820px;
  margin: auto;

  margin-bottom: 18px;
}


/* ======================================
   PARAGRAPH
====================================== */

.ipf-cta-content p{
  font-family: 'Poppins', sans-serif;

  font-size: 18px;
  line-height: 1.8;

  color: rgba(255,255,255,0.82);

  max-width: 760px;
  margin: auto;

  margin-bottom: 28px;
}


/* ======================================
   BUTTONS
====================================== */

.ipf-cta-buttons{
  display: flex;
  justify-content: center;
  gap: 18px;

  flex-wrap: wrap;
}


/* ======================================
   PRIMARY BUTTON
====================================== */

.ipf-btn-primary{
  background: #1E73BE;
  color: #ffffff;

  padding: 16px 34px;

  border-radius: 14px;

  text-decoration: none;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.ipf-btn-primary:hover{
  background: #ffffff !important;
  color: #000000 !important;

  transform: translateY(-3px);
}


/* ======================================
   SECONDARY BUTTON
====================================== */

.ipf-btn-secondary{
  background: rgba(255,255,255,0.08);

  border: 1px solid rgba(255,255,255,0.18);

  color: #ffffff;

  padding: 16px 34px;

  border-radius: 14px;

  text-decoration: none;

  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.ipf-btn-secondary:hover{
  background: #ffffff !important;
  color: #000000 !important;

  border-color: #ffffff !important;

  transform: translateY(-3px);
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-cta-section{
  padding: 60px 0;
}

.ipf-cta-content{
  padding: 50px 35px;
}

.ipf-cta-content h2{
  font-size: 40px;
}

}

@media(max-width:767px){

.ipf-cta-content{
  padding: 45px 22px;
  border-radius: 24px;
}

.ipf-cta-content h2{
  font-size: 32px;
}

.ipf-cta-content p{
  font-size: 16px;
}

.ipf-cta-buttons{
  flex-direction: column;
}

.ipf-btn-primary,
.ipf-btn-secondary{
  width: 100%;
  text-align: center;
}

}/* End custom CSS */