.elementor-16 .elementor-element.elementor-element-c1d6b90{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bd93ecf */:root{
  --blue:#0b3a8f;
  --blue-2:#0a3279;
  --gold:#f4b400;
  --gold-2:#e2a300;
  --text:#0b1b2b;
  --muted:#6b7a90;
  --bg:#f7f9fc;
  --white:#ffffff;
  --radius:16px;
  --shadow:0 10px 25px rgba(0,0,0,.08);
}

*{box-sizing:border-box}
body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial;color:var(--text)}
img{max-width:100%;display:block}
.container{width:min(1120px,92%);margin-inline:auto}

/* HERO */
.imn-hero{
  position:relative;
  min-height:64vh;
  display:grid;
  place-items:center;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(1200px 600px at 20% 20%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(135deg, white, blue);
}
.imn-hero::before{
  content:"";
  position:absolute; inset:-40% -20%;
  background:radial-gradient(circle at 30% 30%, rgba(244,180,0,.35), transparent 45%),
             radial-gradient(circle at 80% 70%, rgba(255,255,255,.18), transparent 40%);
  animation:floatGlow 16s linear infinite alternate;
  pointer-events:none;
}
@keyframes floatGlow{
  0%{transform:translateY(-10px)}
  100%{transform:translateY(10px)}
}
.imn-hero-glow{
  position:absolute;inset:auto 0 0 0;height:120px;
  background:linear-gradient(180deg, #ffffff00, #ffffff22, #ffffff00);
  filter:blur(10px);
}
.imn-hero-inner{padding:5rem 0;text-align:center}
.imn-title{margin:0 0 .2rem 0;font-weight:800;font-size:clamp(2rem,4.6vw,3.4rem)}
.imn-sub{margin:.2rem 0 0 0;font-weight:600;font-size:clamp(1.1rem,2vw,1.4rem)}
.imn-kicker{margin:.7rem auto 1.2rem auto;max-width:720px;color:#e7edff}
.imn-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}
.imn-badge{
  display:inline-block;
  margin-bottom:.8rem;
  background:var(--gold); color:#111; padding:.35rem .7rem;
  border-radius:999px; font-weight:700; font-size:.9rem;
  box-shadow:0 6px 16px rgba(244,180,0,.4);
}
@keyframes pulseKey{0%{box-shadow:0 0 0 0 rgba(244,180,0,.5)}70%{box-shadow:0 0 0 18px rgba(244,180,0,0)}100%{box-shadow:0 0 0 0 rgba(244,180,0,0)}}
.pulse{animation:pulseKey 2.4s infinite}

/* Buttons */
.imn-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:999px;padding:.9rem 1.25rem;font-weight:700;cursor:pointer;transition:transform .15s ease, background .2s ease, color .2s ease}
.imn-btn:hover{transform:translateY(-1px)}
.imn-btn-gold{background:var(--gold);color:#111}
.imn-btn-gold:hover{background:var(--gold-2)}
.imn-btn-outline{border:2px solid #fff;color:#fff;background:transparent}
.imn-btn-outline:hover{background:#ffffff1a}
.imn-btn-blue{background:var(--blue);color:#fff}
.imn-btn-blue:hover{background:var(--blue-2)}

/* Sections */
.imn-section{padding:3.6rem 0;background:#fff}
.imn-alt{background:var(--bg)}
.imn-head{text-align:center;margin-bottom:2rem}
.imn-head h2{margin:.2rem 0;font-size:clamp(1.4rem,3vw,2rem);color:var(--blue)}
.imn-head p{color:var(--muted)}

/* Cards and layout */
.imn-grid{display:grid;gap:18px}
.imn-grid-2{grid-template-columns:1fr 1fr}
.imn-grid-3{grid-template-columns:repeat(3,1fr)}
.imn-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:1.25rem;
  display:flex;flex-direction:column;gap:1rem;
  border-left:6px solid var(--gold);
}
.imn-card h3, .imn-card h4{margin:.2rem 0;color:var(--blue)}
.imn-card p{margin:0;color:#30415f;line-height:1.6}
.imn-list{margin:0 0 .4rem 1rem;color:#32415a;line-height:1.6}

.imn-faq details{background:#fff;border-radius:12px;box-shadow:var(--shadow);padding:1rem;margin:.6rem 0}
.imn-faq summary{cursor:pointer;font-weight:700;color:var(--blue)}
.imn-center{text-align:center;margin-top:1rem}

/* Responsive */
@media (max-width: 980px){
  .imn-grid-3{grid-template-columns:1fr 1fr}
  .imn-grid-2{grid-template-columns:1fr}
}
@media (max-width: 680px){
  .imn-grid-3{grid-template-columns:1fr}
}
/* Tablet: force the mobile layout */
@media (min-width: 681px) and (max-width: 1200px){
  .imn-grid-3,
  .imn-grid-2{
    grid-template-columns: 1fr !important;
  }

  /* tighten spacing a bit for tablets */
  .imn-section{ padding: 3rem 0; }
  .imn-card{ padding: 1.1rem; }
  .imn-cta{ justify-content: center; }
  .imn-hero-inner{ padding: 4rem 0; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-68f0c06 */:root{
  --blue:#0b3a8f;
  --blue-2:#0a3279;
  --gold:#f4b400;
  --gold-2:#e2a300;
  --text:#0b1b2b;
  --muted:#6b7a90;
  --bg:#f7f9fc;
  --white:#ffffff;
  --radius:16px;
  --shadow:0 10px 25px rgba(0,0,0,.08);
}

/* Base container */
.container{width:min(1120px,92%);margin-inline:auto}

/* Newsletter band */
.imn-section{padding:3.4rem 0;background:#fff}
.imn-newsband{
  background:var(--bg);
  border-top:1px solid #eef1f6;
  border-bottom:1px solid #eef1f6;
}
.imn-head{text-align:center;margin-bottom:1.6rem}
.imn-head h2{margin:.2rem 0;color:var(--blue);font-size:clamp(1.4rem,3vw,2rem);font-weight:800}
.imn-head p{color:#3d4a6b}

/* Legal line */
.imn-legal{
  text-align:center;
  color:#6a7792;
  margin:.9rem auto 0;
}

/* Make the Shortcode widget look like our designed form card */
.elementor-widget-shortcode.imn-news-form{
  background:#fff;
  border-left:6px solid var(--gold);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:1.25rem;
  max-width:860px;
  margin:0 auto;
}

/* Fluent Forms inputs and labels inside the Shortcode widget */
.imn-news-form input[type="text"],
.imn-news-form input[type="email"],
.imn-news-form input[type="tel"],
.imn-news-form select,
.imn-news-form textarea{
  width:100%;
  border:1px solid #dfe6f5 !important;
  background:#fff !important;
  border-radius:999px !important;
  padding:.9rem 1.1rem !important;
  outline:0 !important;
  transition:border-color .2s ease, box-shadow .2s ease;
  font-size:16px;
  color:var(--text);
}

.imn-news-form input:focus,
.imn-news-form select:focus,
.imn-news-form textarea:focus{
  border-color:var(--blue) !important;
  box-shadow:0 0 0 3px rgba(11,58,143,.12) !important;
}

/* Labels smaller and bolder */
.imn-news-form label{
  font-weight:700;
  color:var(--blue);
  margin-bottom:.35rem;
}

/* Submit button */
.imn-news-form button[type="submit"],
.imn-news-form .ff-btn-submit,
.imn-news-form .ff_submit_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5rem;
  border:none;
  border-radius:999px;
  padding:.9rem 1.25rem;
  font-weight:800;
  cursor:pointer;
  background:var(--gold) !important;
  color:#111 !important;
  transition:transform .15s ease, background .2s ease;
}
.imn-news-form button[type="submit"]:hover,
.imn-news-form .ff-btn-submit:hover,
.imn-news-form .ff_submit_btn:hover{
  transform:translateY(-1px);
  background:var(--gold-2) !important;
}

/* Inline two-field layout on wide screens; single column on tablet/mobile */
.imn-news-form .ff-el-group{
  /* default single column */
  width:100%;
}
@media (min-width:1201px){
  .imn-news-form .ff-el-group{
    display:inline-block;
    vertical-align:top;
    width:calc(50% - 8px);
    margin-right:12px;
  }
  /* Make the last non-button field align, and let the button wrap full width */
  .imn-news-form .ff-el-group:last-of-type{ width:100%; margin-right:0; }
}

/* Messages */
.imn-news-form .ff-message-success,
.imn-news-form .ff_success_message{
  background: #e8f5ee;
  color:#0a4f2f;
  border:1px solid #c6e7d4;
  border-radius:12px;
  padding:.9rem 1rem;
  margin-top:.8rem;
}
.imn-news-form .ff_message_error,
.imn-news-form .ff-el-is-error input,
.imn-news-form .ff-el-is-error select{
  border-color:#d93025 !important;
}

/* Reduce Elementor section gap above footer. Make last section flush. */
.main-page-wrapper,
.site-content,
.page-content,
.content-area{
  padding-bottom:0 !important;
}
.elementor .elementor-location-footer,
.site-footer{
  margin-top:0 !important;
  border-top-width:0 !important;
}
.elementor-section-wrap > .elementor-section:last-child{
  margin-bottom:0 !important;
}/* End custom CSS */