.elementor-kit-191{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-191 e-page-transition{background-color:#FFBC7D;}.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 */.e3-plan-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px){
  .e3-plan-cards {
      grid-template-columns: 1fr; 
  }
}

.e3-plan-card {
    display: flex; 
    cursor: pointer; 
}

.e3-plan-card input {
    display: none; 
}

.e3-plan-box {
    gap: 15px;
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    background-color: #ffffff;
    border: 1px solid #1a1a1a;
}

.e3-plan-card.is-selected .e3-plan-box {
    color: #ffffff;
    background: #111111; 
    border-color:#111111;
}

.e3-plan-radio {
    width: 24px;
    height: 24px;
    padding: 6px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #1a1a1a;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.e3-plan-card.is-selected .e3-plan-radio {
    background-color: #1a1a1a;
    border: 6px solid #ffffff;
}

.e3-plan-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0px 0px 4px 0px;
    transition: all 0.3s ease;
}

.e3-plan-pay {
    margin: 0;
    font-size: 12px; 
    letter-spacing: 0.04em; 
    text-transform: uppercase; 
}

.e3-plan-inc {
    margin: 0; 
    opacity: 0.9;
    font-size: 13px;
    line-height: 1.5;
}

.e3-plan-price {
    margin-top: 12px; 
    font-weight: 600; 
}





.mqscroller {
    gap: 15px;
    width: 100%;
    margin-top: 25px;
    position: relative;
    background-color: unset;
}

.mqscroller .mqs-group {
  gap: 15px;
}

.mqscroller .mqs-item {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  width: 420px !important;
  background-color: #ffffff;
}

.mqscroller .img-holder {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 420px !important;
  height: 420px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mqscroller .txt-holder {
  display: block;
  padding: 15px;
  margin: 0px;
  overflow: hidden;
}

.mqscroller .txt-holder .title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  margin: 6px 0px;
}/* End custom CSS */