.elementor-27849 .elementor-element.elementor-element-3082222{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:50px;--padding-right:50px;overflow:visible;}.elementor-27849 .elementor-element.elementor-element-3082222:not(.elementor-motion-effects-element-type-background), .elementor-27849 .elementor-element.elementor-element-3082222 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(155deg, #0C0C14 0%, #4F46E5 48%);}.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-27849 .elementor-element.elementor-element-c547495 .elementor-heading-title{color:#FFFFFF;}.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-27849 .elementor-element.elementor-element-f34d940{font-family:"Inter", sans-serif;font-weight:400;color:#FFFFFF;}.elementor-27849 .elementor-element.elementor-element-e899ae1{--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;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;overflow:visible;}.elementor-27849 .elementor-element.elementor-element-e251c4f .elementor-heading-title{font-family:"Inter", sans-serif;font-size:40px;font-weight:500;color:#000000;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-27849 .elementor-element.elementor-element-3082222{--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-27849 .elementor-element.elementor-element-e899ae1{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for text-editor, class: .elementor-element-f34d940 */.descp p{
    font-weight: 400;
}
.descp p strong{
    color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32db94e */.card-container 
{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    width: 100%;
}
.card {
    background-color: #1e293b;
    color: white;
    padding: 20px;
    border-radius: 8px;
    width: 23%;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    min-height: 200px;
    justify-content: space-between;
    cursor: pointer;
    
}
.card h4{
    color: #fff;
    font-size: 18px;
}
.card p{
    color: #ccc;
    font-size: 14px;
}
.card.selected {
    border: 2px solid white;
}
/*.button {*/
/*    background: none;*/
/*    color: white;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    margin-top: 10px;*/
/*}*/
.calculation-container {
    background: white;
    padding: 20px 0;
    border-radius: 8px;
    width: 100%;
    display: none;
}
.calculation-container.active{
    display: block;
}
.calculation-container h2 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 500;
}
.calculation-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px dotted #ddd;
}
.total {
    font-weight: bold;
}
 .xscheck{

    width: 15px;
    height: 15px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.mcheck{

    width: 20px;
    height: 20px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.lcheck{

    width: 25px;
    height: 25px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.xlcheck{

    width: 30px;
    height: 30px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 2px;
}

.selected .checkedBox{
    border: 5px solid #7A68F6;
}

@media screen and (max-width: 768px) {
  .card-container{
      flex-wrap:wrap;
  }
  .card-container .card{
      min-width:100%;
  }
}/* End custom CSS */