.elementor-kit-2731{--e-global-color-primary:#000D4D;--e-global-color-secondary:#FD762B;--e-global-color-text:#242424;--e-global-color-accent:#3654FB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-2731 button,.elementor-kit-2731 input[type="button"],.elementor-kit-2731 input[type="submit"],.elementor-kit-2731 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-size:17px;font-weight:600;border-radius:8px 8px 8px 8px;padding:17px 25px 17px 25px;}.elementor-kit-2731 button:hover,.elementor-kit-2731 button:focus,.elementor-kit-2731 input[type="button"]:hover,.elementor-kit-2731 input[type="button"]:focus,.elementor-kit-2731 input[type="submit"]:hover,.elementor-kit-2731 input[type="submit"]:focus,.elementor-kit-2731 .elementor-button:hover,.elementor-kit-2731 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-kit-2731 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2731 label{color:#FFFFFF;font-family:"Poppins", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-2731 input:not([type="button"]):not([type="submit"]),.elementor-kit-2731 textarea,.elementor-kit-2731 .elementor-field-textual{border-radius:6px 6px 6px 6px;padding:16px 16px 16px 16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.pricing-card {
  background: #ffffff;
  border: 2px solid #e6e6e6;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: left;
  max-width: 350px;
  margin: auto;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-color: #0073e6;
}

.pricing-card h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
}

.pricing-card .price {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #0073e6;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.features li {
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  color: #333;
}

.features li:last-child {
  border-bottom: none;
}

.btn {
  display: block;
  background: #0073e6;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn:hover {
  background: #005bb5;
}

@media (max-width: 768px) {
  .pricing-card {
    max-width: 90%;
    padding: 20px;
  }

  .pricing-card h3 {
    font-size: 20px;
  }

  .pricing-card .price {
    font-size: 22px;
  }

  .features li {
    font-size: 14px;
  }
}/* End custom CSS */