.elementor-5732 .elementor-element.elementor-element-2cdf9e2{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:50px 50px;--row-gap:50px;--column-gap:50px;--padding-top:10px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-5732 .elementor-element.elementor-element-5456bc0{--display:flex;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5732 .elementor-element.elementor-element-5456bc0.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5732 .elementor-element.elementor-element-709a284 > .elementor-widget-container{margin:50px 0px 0px 0px;}@media(max-width:1024px) and (min-width:768px){.elementor-5732 .elementor-element.elementor-element-5456bc0{--width:100%;}}@media(max-width:1024px){.elementor-5732 .elementor-element.elementor-element-2cdf9e2{--flex-direction:column-reverse;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:40px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-5732 .elementor-element.elementor-element-5456bc0{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-5732 .elementor-element.elementor-element-2cdf9e2{--padding-top:30px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-5732 .elementor-element.elementor-element-5456bc0{--flex-wrap:wrap;}}/* Start custom CSS for shortcode, class: .elementor-element-709a284 */.facetwp-load-more{font-size:14px !important;}

.card {
    position: relative;
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 960px;
    max-width: 100%;
    padding: 20px 10px 10px 10px;
    
    margin-bottom: 30px;
    flex-wrap: wrap;
    row-gap: 5px;
    
}

.left-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    padding: 10px;
    width: 200px ;
    min-width: 200px
}


.badge-container{width:100%;
    text-align: left;
        margin-bottom: 0px;
        margin-top: -20px;
        margin-left: -10px;
      
        
        
}

.badge {
    
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0% 100%);
    background: #5B8BF5;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
        line-height: 1.25em;

    width: fit-content;
        padding: 10px 60px 10px 20px;
    
    
}

.card img.logo {
    height:40px;
    width: 160px;
    object-fit: contain !important;
    object-position: center;
    
}

.card .content {
    
    padding: 010px;
    width: calc(79% - 200px) !important;
    display: flex;
    flex-wrap: wrap;
    column-gap:20px
}

.card .content .title {
    
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    min-height: 40px; 
    display: flex;
    align-items: center;
   
   
  
}

.card .content .title:after{content:"";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 95%;
    height: 1px;
    background: #3A3A3A42
}



.card .content .title h2{display:inline;
     font-weight: 500;
      color: #121252;
      font-size: 27px 
}

.card .content .title span{color:#3a3a3a;
    font-weight: 600;
    line-height: 1.1em;
    font-size: 27px ;
   
    
}

.card .content .other-info{width:61%;}
.card .content .price-info{width:calc(39% - 20px);}


.card p.details {
    color: #3a3a3a;
    margin: 2px 0;
    font-size: 14px;
    font-weight: 500
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    padding: 10px;
    width: 21%;

}



.price {
    position:relative;
    font-size: 27px;
    color: #3a3a3a;
    font-weight: 600;
    margin-bottom: 2px;
    letter-spacing: -1px;
    line-height: 1em;;
    white-space: nowrap
    
}


.price span{font-size:12px;
letter-spacing: 0px;
font-weight: 600
   
}




.two-year-price {
    font-size: 12px;
line-height: 1.6em;
    margin-top: 0px !important
}
.two-year-price span{
    line-height: 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500
}



.cta-button {
    
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 14px !important;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 5px;
    text-align: center
}

.cta-button:hover {
    
    transform: translateY(-2px);
}


@media screen and (max-width: 767px) {
    
    
    .card img.logo {
    
    object-position: left center;
    
}
    
    .card{display:block;}
    .card .left-section,
.card .right-section,
.card .content,
.card .other-info,
.card .price-info {
    width: 100% !important;
}
.card .price-info{margin-bottom: 5px ;
margin-top:10px;
    order:2 ;
}
.card .other-info{
    order:3 ;
    margin-top:5px;
}


.card .content .title {margin-bottom:30px;}



.card .content .title:after{bottom: -20px;
   
}



.card .content .title h2{
      font-size: 26px 
}

.card .content .title span{
    font-size: 26px ;
   
    
}

    
}

.title-description h2, .title-description p{text-align:center;}

.title-description p{max-width:675px;
    margin: auto
}



.elementor-5732 .elementor-element.elementor-element-709a284 a.button{color: #ffffff;
    border: none;
    padding: 12px 30px;
    font-size: 14px !important;
    font-weight: 500;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 5px;
    text-align: center;
}

.elementor-5732 .elementor-element.elementor-element-709a284 h2{    color: var(--e-global-color-primary);
    margin-bottom: 15px !important
}

.elementor-5732 .elementor-element.elementor-element-709a284 #internet-plans-container{margin-top:50px !important;
        display: flex;
    flex-direction: column;
    align-items: center;

}

.elementor-5732 .elementor-element.elementor-element-709a284 .view-more{max-width:960px;
    margin: auto
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5456bc0 */.elementor-5732 .elementor-element.elementor-element-5456bc0 .shortcode-content h2{line-height:1.1em !important;
color: var(--e-global-color-primary);
;}/* End custom CSS */