.elementor-29 .elementor-element.elementor-element-55a731b:not(.elementor-motion-effects-element-type-background), .elementor-29 .elementor-element.elementor-element-55a731b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-29 .elementor-element.elementor-element-55a731b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:50px 50px 50px 50px;}.elementor-29 .elementor-element.elementor-element-55a731b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.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-29 .elementor-element.elementor-element-75b1dfa{text-align:center;}.elementor-29 .elementor-element.elementor-element-75b1dfa .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:800;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-29 .elementor-element.elementor-element-74a8d30{text-align:center;color:#515151;}.elementor-bc-flex-widget .elementor-29 .elementor-element.elementor-element-0621ee6.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-29 .elementor-element.elementor-element-0621ee6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-29 .elementor-element.elementor-element-0621ee6.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-29 .elementor-element.elementor-element-3337136{width:var( --container-widget-width, 106.462% );max-width:106.462%;--container-widget-width:106.462%;--container-widget-flex-grow:0;}.elementor-29 .elementor-element.elementor-element-3337136 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-29 .elementor-element.elementor-element-868bb23{text-align:center;}.elementor-29 .elementor-element.elementor-element-868bb23 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-weight:900;color:#000000;}.elementor-29 .elementor-element.elementor-element-a500ec6{text-align:center;color:#393939;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-29 .elementor-element.elementor-element-4f4f7ae img{width:1%;max-width:1%;height:1px;}.elementor-29 .elementor-element.elementor-element-f110c3b{text-align:center;color:#393939;}@media(max-width:1024px){.elementor-29 .elementor-element.elementor-element-55a731b{margin-top:-53px;margin-bottom:0px;padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-55a731b > .elementor-container{max-width:500px;}.elementor-29 .elementor-element.elementor-element-55a731b{margin-top:-10px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-29 .elementor-element.elementor-element-3337136{width:var( --container-widget-width, 797.667px );max-width:797.667px;--container-widget-width:797.667px;--container-widget-flex-grow:0;align-self:center;}.elementor-29 .elementor-element.elementor-element-3337136 > .elementor-widget-container{margin:0px 0px 0px 7px;}}/* Start custom CSS for html, class: .elementor-element-d802e20 */.pricing-section {
  text-align: center;
  padding: 60px 20px;
  background: #ffffff;
}

.pricing-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}

.pricing-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}


.pricing-wrapper::-webkit-scrollbar {
  height: 6px;
}

.pricing-wrapper::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 10px;
}

.pricing-card {
  flex: 0 0 260px;          /* Fixed width so all stay in one line */
}

.pricing-card {
  width: 280px;
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.pricing-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.price {
  font-size: 42px;
  font-weight: 700;
  color: #008cff;
  margin: 10px 0 20px 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
}

.pricing-card ul li {
  margin: 8px 0;
  color: #444;
  font-size: 15px;
  padding-left: 20px;
  position: relative;
}

.pricing-card ul li::before {
  content: "✓";
  color: #00c6ff;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Gradient Button */
.pricing-btn {
  display: inline-block;
  width: 100%;
  padding: 14px 0;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s;
  background: linear-gradient(90deg, #00c6ff, #7f71ff, #ff55ae);
}

.pricing-btn:hover {
  opacity: 0.85;
}
/* Tablets – 2 per row */
@media (max-width: 992px) {
  .pricing-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile – 1 per row */
@media (max-width: 600px) {
  .pricing-wrapper {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
    .pricing-section table,
    .pricing-wrapper table,
    .price-table table,
    table {
        margin-left: auto !important;
        margin-right: auto !important;
        display: table;
    }

    .pricing-section,
    .pricing-wrapper,
    .price-table,
    .pricing-container {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3337136 */.button-center-horizontal {
    text-align: center; /* horizontal center */
    margin: 50px 0;     /* optional spacing from other elements */
}

.my-button {
    padding: 12px 30px;
    background: linear-gradient(90deg, #009CFF, #9B2DFF, #FF00A8);
    color: #fff;
    border: none;
    border-radius: 40px;
    font-size: 18px;
    cursor: pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7245045 */.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.payment-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%) brightness(0.8);
}

.payment-icons img:hover {
  transform: scale(1.15);
  filter: grayscale(0%) brightness(1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0dc5066 */.payment-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.payment-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(100%) brightness(0.8);
}

.payment-icons img:hover {
  transform: scale(1.15);
  filter: grayscale(0%) brightness(1);
}/* End custom CSS */