.elementor-15 .elementor-element.elementor-element-26d8980{--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-15 .elementor-element.elementor-element-2670961{padding:20px 0px 50px 0px;}.elementor-15 .elementor-element.elementor-element-1ae326d{--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-15 .elementor-element.elementor-element-00d09db{padding:10px 0px 50px 0px;}.elementor-15 .elementor-element.elementor-element-2b6f939{--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-15 .elementor-element.elementor-element-855accc{padding:10px 0px 50px 0px;}.elementor-15 .elementor-element.elementor-element-c9112a4{--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-15 .elementor-element.elementor-element-f399440{padding:10px 0px 50px 0px;}.elementor-15 .elementor-element.elementor-element-62e0641{--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;}@media(min-width:768px){.elementor-15 .elementor-element.elementor-element-1ae326d{--content-width:1233px;}.elementor-15 .elementor-element.elementor-element-2b6f939{--content-width:1233px;}}/* Start custom CSS for html, class: .elementor-element-2670961 *//* ======================================
   FONT
====================================== */

.ipf-probate-hero *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   HERO SECTION
====================================== */

.ipf-probate-hero{
  padding: 0px 0 0px;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-probate-container{
  width: 90%;
  max-width: 1100px;
  margin: auto;

  text-align: center;
}


/* ======================================
   BADGE
====================================== */

.ipf-probate-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-probate-hero h1{
  font-size: 56px;
  line-height: 1.1;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 20px;
}


/* ======================================
   DESCRIPTION
====================================== */

.ipf-probate-text{
  max-width: 760px;
  margin: auto;

  font-size: 18px;
  line-height: 1.8;

  color: #667085;

  margin-bottom: 55px;
}


/* ======================================
   GRID
====================================== */

.ipf-probate-grid{
  display: grid;

  grid-template-columns: repeat(3,1fr);

  gap: 26px;
}


/* ======================================
   CARD
====================================== */

.ipf-probate-card{
  background: #F7FAFD;

  padding: 34px 28px;

  border-radius: 22px;

  border: 1px solid #E6EDF5;

  transition: 0.3s ease;
}

.ipf-probate-card:hover{
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(11,45,77,0.06);
}


/* ======================================
   CARD TITLE
====================================== */

.ipf-probate-card h3{
  font-size: 22px;
  font-weight: 600;

  color: #0B2D4D;

  margin-bottom: 14px;
}


/* ======================================
   CARD TEXT
====================================== */

.ipf-probate-card p{
  font-size: 16px;
  line-height: 1.7;

  color: #667085;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-probate-grid{
  grid-template-columns: 1fr;
}

.ipf-probate-hero h1{
  font-size: 42px;
}

.ipf-probate-text{
  font-size: 17px;
}

}

@media(max-width:767px){

.ipf-probate-hero{
  padding: 75px 0 60px;
}

.ipf-probate-hero h1{
  font-size: 34px;
}

.ipf-probate-card{
  padding: 28px 22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00d09db *//* ======================================
   FONT
====================================== */

.ipf-what-probate *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   SECTION
====================================== */

.ipf-what-probate{
  padding:  0;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-what-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;

  display: flex;
  align-items: center;
  gap: 60px;
}


/* ======================================
   LEFT CONTENT
====================================== */

.ipf-what-content{
  width: 48%;
}


/* BADGE */

.ipf-what-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-what-content h2{
  font-size: 48px;
  line-height: 1.15;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 24px;
}


/* TEXT */

.ipf-what-text{
  font-size: 17px;
  line-height: 1.9;

  color: #667085;

  margin-bottom: 22px;
}


/* ======================================
   RIGHT GRID
====================================== */

.ipf-what-grid{
  width: 52%;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 24px;
}


/* ======================================
   CARD
====================================== */

.ipf-what-card{
  background: #F7FAFD;

  padding: 28px 24px;

  border-radius: 20px;

  border: 1px solid #E6EDF5;

  transition: 0.3s ease;
}

.ipf-what-card:hover{
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(11,45,77,0.06);
}


/* ======================================
   CARD TITLE
====================================== */

.ipf-what-card h3{
  font-size: 20px;
  font-weight: 600;

  color: #0B2D4D;

  margin-bottom: 12px;
}


/* ======================================
   CARD TEXT
====================================== */

.ipf-what-card p{
  font-size: 15px;
  line-height: 1.7;

  color: #667085;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-what-container{
  flex-direction: column;
}

.ipf-what-content,
.ipf-what-grid{
  width: 100%;
}

.ipf-what-content h2{
  font-size: 40px;
}

}

@media(max-width:767px){

.ipf-what-probate{
  padding: 70px 0;
}

.ipf-what-grid{
  grid-template-columns: 1fr;
}

.ipf-what-content h2{
  font-size: 32px;
}

.ipf-what-text{
  font-size: 16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-855accc *//* ======================================
   FONT
====================================== */

.ipf-steps-section *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   SECTION
====================================== */

.ipf-steps-section{
  padding: 0px 0;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-steps-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


/* ======================================
   HEADER
====================================== */

.ipf-steps-head{
  text-align: center;

  max-width: 760px;
  margin: auto;

  margin-bottom: 60px;
}


/* BADGE */

.ipf-steps-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-steps-head h2{
  font-size: 50px;
  line-height: 1.1;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 18px;
}


/* TEXT */

.ipf-steps-head p{
  font-size: 18px;
  line-height: 1.8;

  color: #667085;
}


/* ======================================
   GRID
====================================== */

.ipf-steps-grid{
  display: grid;

  grid-template-columns: repeat(4,1fr);

  gap: 24px;
}


/* ======================================
   CARD
====================================== */

.ipf-step-card{
  position: relative;

  background: #ffffff;

  padding: 34px 28px;

  border-radius: 22px;

  border: 1px solid #E7EEF5;

  transition: 0.3s ease;
}

.ipf-step-card:hover{
  transform: translateY(-6px);

  box-shadow: 0 20px 45px rgba(11,45,77,0.06);
}


/* ======================================
   STEP NUMBER
====================================== */

.ipf-step-number{
  width: 58px;
  height: 58px;

  background: #1E73BE;
  color: #ffffff;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 18px;
  font-weight: 700;

  margin-bottom: 26px;
}


/* ======================================
   TITLE
====================================== */

.ipf-step-card h3{
  font-size: 22px;
  font-weight: 600;

  color: #0B2D4D;

  margin-bottom: 14px;
}


/* ======================================
   PARAGRAPH
====================================== */

.ipf-step-card p{
  font-size: 15px;
  line-height: 1.8;

  color: #667085;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-steps-grid{
  grid-template-columns: 1fr 1fr;
}

.ipf-steps-head h2{
  font-size: 40px;
}

}

@media(max-width:767px){

.ipf-steps-section{
  padding: 70px 0;
}

.ipf-steps-grid{
  grid-template-columns: 1fr;
}

.ipf-steps-head h2{
  font-size: 32px;
}

.ipf-step-card{
  padding: 28px 22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f399440 *//* ======================================
   FONT
====================================== */

.ipf-facts-section *{
  font-family: 'Poppins', sans-serif;
}


/* ======================================
   SECTION
====================================== */

.ipf-facts-section{
  padding: 0px 0;
  background: #ffffff;
}


/* ======================================
   CONTAINER
====================================== */

.ipf-facts-container{
  width: 90%;
  max-width: 1200px;
  margin: auto;
}


/* ======================================
   HEADER
====================================== */

.ipf-facts-head{
  text-align: center;

  max-width: 760px;
  margin: auto;

  margin-bottom: 60px;
}


/* BADGE */

.ipf-facts-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-facts-head h2{
  font-size: 50px;
  line-height: 1.1;

  font-weight: 700;

  color: #0B2D4D;

  margin-bottom: 18px;
}


/* TEXT */

.ipf-facts-head p{
  font-size: 18px;
  line-height: 1.8;

  color: #667085;
}


/* ======================================
   GRID
====================================== */

.ipf-facts-grid{
  display: grid;

  grid-template-columns: repeat(2,1fr);

  gap: 28px;
}


/* ======================================
   CARD
====================================== */

.ipf-fact-card{
  background: #F7FAFD;

  padding: 34px 30px;

  border-radius: 22px;

  border: 1px solid #E6EDF5;

  transition: 0.3s ease;
}

.ipf-fact-card:hover{
  transform: translateY(-5px);

  box-shadow: 0 18px 40px rgba(11,45,77,0.06);
}


/* ======================================
   ICON
====================================== */

.ipf-fact-icon{
  width: 58px;
  height: 58px;

  background: #1E73BE;
  color: #ffffff;

  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 24px;

  margin-bottom: 24px;
}


/* ======================================
   TITLE
====================================== */

.ipf-fact-card h3{
  font-size: 22px;
  font-weight: 600;

  color: #0B2D4D;

  margin-bottom: 14px;
}


/* ======================================
   TEXT
====================================== */

.ipf-fact-card p{
  font-size: 15px;
  line-height: 1.8;

  color: #667085;
}


/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

.ipf-facts-grid{
  grid-template-columns: 1fr;
}

.ipf-facts-head h2{
  font-size: 40px;
}

}

@media(max-width:767px){

.ipf-facts-section{
  padding: 70px 0;
}

.ipf-facts-head h2{
  font-size: 32px;
}

.ipf-fact-card{
  padding: 28px 22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-069bf67 *//* ======================================
   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 */