.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-7 .elementor-element.elementor-element-aaf07a0 img{width:65%;}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(11px/2);}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(11px/2);}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(11px/2);}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-11px/2);}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-11px/2);}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-icon i{color:#FFD200;transition:color 0.3s;}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-icon svg{fill:#FFD200;transition:fill 0.3s;}.elementor-7 .elementor-element.elementor-element-4d39ce4{--e-icon-list-icon-size:26px;--icon-vertical-offset:0px;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-icon{padding-inline-end:1px;}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-item > a{font-family:"Roboto", Sans-serif;font-size:17px;font-weight:bold;}.elementor-7 .elementor-element.elementor-element-4d39ce4 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-7 .elementor-element.elementor-element-850b3db{width:var( --container-widget-width, 100.476% );max-width:100.476%;--container-widget-width:100.476%;--container-widget-flex-grow:0;}.elementor-7 .elementor-element.elementor-element-850b3db.elementor-element{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-850b3db{width:var( --container-widget-width, 342px );max-width:342px;--container-widget-width:342px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-850b3db *//* ==========================
   PRICING SECTION
========================== */

.pricing-section{
    display:grid;
    grid-template-columns:repeat(3,300px);
    justify-content:center;
    gap:30px;
    width:100%;
    max-width:1020px;
    margin:70px auto;
    padding:20px;
}

/* ==========================
   CARD
========================== */

.price-card{
    position:relative;
    background:linear-gradient(180deg,#071224 0%,#1b3f86 100%);
    border-radius:25px;
    padding:28px;
    min-height:690px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.35);
    transition:.35s;
}

.price-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,120,255,.45);
}

/* ==========================
   RIBBON
========================== */

.badge{
    position:absolute;
    top:18px;
    right:-42px;
    width:150px;
    text-align:center;
    background:#ffae00;
    color:#fff;
    transform:rotate(45deg);
    padding:7px 0;
    font-size:11px;
    font-weight:700;
}

.badge.red{
    background:#ff2d55;
}

/* ==========================
   TITLE
========================== */

.price-card h3{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:22px;
}

/* ==========================
   PRICE
========================== */

.price{
    margin-bottom:25px;
}

.new{
    color:#ffc247;
    font-size:56px;
    font-weight:800;
}

.old{
    color:#ff4040;
    font-size:22px;
    margin-left:10px;
    text-decoration:line-through;
}

/* ==========================
   FEATURES
========================== */

.price-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.price-card ul li{
    color:#fff;
    font-size:15px;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.12);
}

/* ==========================
   BUTTON
========================== */

.join-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:55px;
    margin-top:28px;
    border-radius:12px;
    text-decoration:none;
    background:linear-gradient(90deg,#ffb52b,#ffd96b);
    color:#111;
    font-size:17px;
    font-weight:700;
    transition:.35s;
}

.join-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 30px rgba(255,190,60,.45);
}

/* ==========================
   TABLET
========================== */

@media (max-width:1024px){

.pricing-section{
    grid-template-columns:repeat(2,280px);
    justify-content:center;
    justify-items:center;
    gap:20px;
}

}

/* ==========================
   MOBILE
========================== */

@media (max-width:767px){

.pricing-section{
    display:grid;
    grid-template-columns:1fr;
    justify-content:center;
    justify-items:center;
    align-items:center;
    width:100%;
    max-width:100%;
    margin:25px auto;
    padding:10px;
    gap:18px;
}

.price-card{
    width:100%;
    max-width:280px;
    min-height:auto;
    padding:18px;
    margin:0 auto;
    border-radius:18px;
}

.price-card h3{
    font-size:20px;
    margin-bottom:15px;
}

.price{
    margin-bottom:18px;
}

.new{
    font-size:36px;
}

.old{
    font-size:16px;
    margin-left:6px;
}

.price-card ul li{
    font-size:13px;
    padding:8px 0;
}

.join-btn{
    height:46px;
    font-size:14px;
    margin-top:18px;
}

.badge{
    width:120px;
    right:-35px;
    top:15px;
    font-size:10px;
    padding:5px 0;
}

}/* End custom CSS */