.elementor-4791 .elementor-element.elementor-element-8bfe478{--display:flex;--min-height:374px;--justify-content:flex-end;}.elementor-4791 .elementor-element.elementor-element-5532ff0{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4791 .elementor-element.elementor-element-1542abe > .elementor-widget-container{margin:0px 0px 46px 0px;}.elementor-4791 .elementor-element.elementor-element-1542abe{text-align:center;}.elementor-4791 .elementor-element.elementor-element-1542abe .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:60px;font-weight:700;color:#FFFFFF;}.elementor-4791 .elementor-element.elementor-element-97e6cd3{--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;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4791 .elementor-element.elementor-element-a201769{--display:flex;}@media(min-width:768px){.elementor-4791 .elementor-element.elementor-element-97e6cd3{--content-width:1465px;}}@media(max-width:1024px){.elementor-4791 .elementor-element.elementor-element-8bfe478{--min-height:315px;}.elementor-4791 .elementor-element.elementor-element-1542abe .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-4791 .elementor-element.elementor-element-8bfe478{--min-height:212px;}.elementor-4791 .elementor-element.elementor-element-1542abe > .elementor-widget-container{margin:0px 0px 17px 0px;}.elementor-4791 .elementor-element.elementor-element-1542abe .elementor-heading-title{font-size:35px;}}/* Start custom CSS for container, class: .elementor-element-8bfe478 *//* ========================= */
/* CURVED2 BACKGROUND - TOP CURVE */
/* ========================= */

.curved2-bg {
  position: relative;
 
  overflow: hidden;
}

.curved2-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #004696; /* blue */
  z-index: 0;

  /* Curve dipping from top */
  border-radius: 0 0 100% 100% / 0 0 150px 150px;
}

/* Keep content above background */
.curved2-bg > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .curved2-bg::before {
    border-radius: 0 0 100% 100% / 0 0 90px 90px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-805c554 *//* ============================= */
/* PRICING SECTION (Independent) */
/* ============================= */

.pricing-section {
  padding: 10px 10px;

}

.simple-content {
  
  margin: 0 auto;
}

.pricing-section .simple-heading {
  font-family: 'Inter', sans-serif;
  font-size: 50px; /* change this and it WILL update */
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  
}
/* Subtitle on top of header */
.pricing-section .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 18px;             /* adjust size as needed */
  color: #888888;              /* grey color */
  margin-top: 0;               /* remove extra top space */
  margin-bottom: 4px;          /* smaller gap below subtitle */
  
}
/* Paragraph — matches card paragraph */
.simple-text {
  font-family: 'Inter', sans-serif;
  font-size: clamp(15px, 1.5vw, 18px); /* same scaling as card */
  color: #555;
  line-height: 1.6;
}
/* Mobile font-size override */
@media (max-width: 768px) {
    .pricing-section .simple-heading {
  font-family: 'Inter', sans-serif;
  font-size: 40px; /* change this and it WILL update */
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  
}
  .simple-heading-price {
    font-size: 40px !important;
  }
  .pricing-section {
  text-align: center;}
  }/* End custom CSS */