.elementor-2459 .elementor-element.elementor-element-352997f{--display:flex;--min-height:7vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overlay-opacity:0.89;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}.elementor-2459 .elementor-element.elementor-element-352997f::before, .elementor-2459 .elementor-element.elementor-element-352997f > .elementor-background-video-container::before, .elementor-2459 .elementor-element.elementor-element-352997f > .e-con-inner > .elementor-background-video-container::before, .elementor-2459 .elementor-element.elementor-element-352997f > .elementor-background-slideshow::before, .elementor-2459 .elementor-element.elementor-element-352997f > .e-con-inner > .elementor-background-slideshow::before, .elementor-2459 .elementor-element.elementor-element-352997f > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, #000000 0%, var( --e-global-color-62f40d9 ) 100%);}.elementor-2459 .elementor-element.elementor-element-c4e7a30{text-align:center;}.elementor-2459 .elementor-element.elementor-element-c4e7a30 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:bold;text-transform:uppercase;line-height:1.2;color:#FFFFFF;}.elementor-2459 .elementor-element.elementor-element-a7758e2{text-align:center;color:#FFFFFF;}.elementor-2459 .elementor-element.elementor-element-ccd972d{--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-2459 .elementor-element.elementor-element-ccd972d:not(.elementor-motion-effects-element-type-background), .elementor-2459 .elementor-element.elementor-element-ccd972d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00B5AE;}.elementor-2459 .elementor-element.elementor-element-74737ab{text-align:center;}.elementor-2459 .elementor-element.elementor-element-74737ab .elementor-heading-title{color:#FFFFFF;}.elementor-2459 .elementor-element.elementor-element-532a91e{--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-2459 .elementor-element.elementor-element-dadb58f{--spacer-size:50px;}.elementor-2459 .elementor-element.elementor-element-7b15bd7{--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-2459 .elementor-element.elementor-element-5999af8{text-align:center;}.elementor-2459 .elementor-element.elementor-element-3b4bad1{text-align:center;}.elementor-2459 .elementor-element.elementor-element-e5c0018{--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-2459 .elementor-element.elementor-element-743dd1c{--spacer-size:50px;}@media(max-width:1024px){.elementor-2459 .elementor-element.elementor-element-c4e7a30 .elementor-heading-title{font-size:48px;}}@media(max-width:767px){.elementor-2459 .elementor-element.elementor-element-c4e7a30 .elementor-heading-title{font-size:40px;}}/* Start custom CSS *//* ===== Modern Compare Styling (IAIM variant) ===== */
.iaim-comparewrap{
  --navy:   #002f6c;
  --orange: #F27F3D;

  --line:  rgba(255, 255, 255, .16);
  --soft:  rgba(33, 33, 95, .04);
  --hover: rgba(0, 0, 0, .03);

  --text:  rgba(0, 0, 0, .88);
  --muted: rgba(0, 0, 0, .70);

  --radius: 16px;

  margin: 24px auto;
  padding: 0 12px;
}

.iaim-compare-hero{
  max-width: 1100px;
  margin: 0 auto 14px;
  padding: 14px 14px 0;
}
.iaim-compare-title{
  margin: 0 0 6px;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.15;
  color: var(--navy);
  font-weight: 900;
}
.iaim-compare-subtitle{
  margin: 0;
  color: rgba(0,0,0,.72);
  max-width: 70ch;
}

/* Desktop table */
.iaim-compare{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  font-size: 15px;
  line-height: 1.35;
}

.iaim-compare thead th{
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 14px;
  text-align: left;
  font-weight: 900;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
}

.iaim-compare td,
.iaim-compare th{
  padding: 14px 14px;
  vertical-align: top;
}

.iaim-compare tbody td{
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.iaim-compare tbody td:first-child{
  color: #fff;
  font-weight: 800;
  width: 22%;
}

/* Zebra + hover */
.iaim-compare tbody tr:nth-child(even){ background: var(--soft); }
.iaim-compare tbody tr:hover{ background: var(--hover); }

/* Center plan columns + dark fill like your sample */
.iaim-compare thead th:not(:first-child),
.iaim-compare tbody td:not(:first-child),
.iaim-compare tfoot td:not(:first-child){
  text-align: center;
  background: #002f6c;
  color: #fff;
}

/* First column dark like your sample */
.iaim-compare td:first-child,
.iaim-compare th:first-child{
  background: #060741 !important;
  color: #fff;
}

/* Prices */
.iaitam-price{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
}
.iaitam-price::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  display: inline-block;
}

/* Checks */
.iaitam-check{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgb(153 153 199 / 10%);
  color: #a5ff45;
  font-weight: 900;
  margin-right: 6px;
}

/* Footer */
.iaim-compare tfoot td{
  padding: 16px 14px;
  background: rgba(33,33,95,.03);
  border-top: 1px solid var(--line);
}

/* Buttons */
.iaitam-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space: nowrap;
}
.iaitam-btn.outline{
  background: #f27f3d;
  color: #fff;
  border: none;
  font-weight: 600;
  width: 100%;
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
.iaitam-btn.outline:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
  background: #21215F;
}

/* Optional accordion details section */
.iaim-details{
  max-width: 1100px;
  margin: 16px auto 0;
  display: grid;
  gap: 10px;
}
.iaim-detail{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.75);
}
.iaim-detail > summary{
  cursor: pointer;
  padding: 14px 14px;
  font-weight: 900;
  color: var(--navy);
  list-style: none;
}
.iaim-detail > summary::-webkit-details-marker{ display: none; }
.iaim-detail-body{
  padding: 0 14px 14px;
  color: rgba(0,0,0,.78);
}
.iaim-detail-body ul{
  margin: 10px 0 0 18px;
}

/* Small screens: enable cards, hide table */
.iaitam-compare-mobile { display: none; }

@media (max-width: 900px){
  .iaim-compare{ display: block; overflow: auto; -webkit-overflow-scrolling: touch; }
  .iaim-compare td, .iaim-compare th{ padding: 12px 12px; }
}

@media (max-width: 768px){
  .iaim-compare{ display: none; }

  .iaitam-compare-mobile{
    display: grid;
    gap: 14px;
    margin-top: 12px;
  }

  .iaitam-plan-card{
    border: 1px solid #e7e7e7;
    border-radius: 14px;
    overflow: hidden;
    background: #21215f;
    color: #fff;
  }
  .iaitam-plan-header{
    padding: 14px;
    font-weight: 900;
    background: #0a0a31;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .iaitam-plan-body{
    padding: 6px 14px 14px;
    display: grid;
    gap: 10px;
  }
  .iaitam-plan-row{
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    align-items: start;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }
  .iaitam-plan-row:last-child{ border-bottom: 0; }
  .iaitam-plan-label{ font-weight: 800; opacity: .88; }
  .iaitam-plan-value{ min-width: 0; word-break: break-word; }

  .iaitam-plan-footer{ padding: 0 14px 14px; }
  .iaitam-plan-footer a{
    background: #f27f3d;
    color: #fff;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 80%;
    border-radius: 50px;
    margin: 10px auto 6px;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  .iaitam-plan-footer a:hover{
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0,0,0,.10);
    background: #21215F;
  }
}/* End custom CSS */