/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.home {
    overflow-x: hidden;
}

.ekit-wid-con .elementskit-single-pricing{padding:35px;}

.display-none{ display:none !important;}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease; z-index: 9999;}



.main-header.scrolled {
    background: #000; 
}


.banner-bg {
    -webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 220px),0 100%);
    clip-path: polygon(0 0,100% 0,100% calc(100% - 220px),0 100%)
}


.gradient-text h2{
    background: linear-gradient(90deg,#4DA3FF,#9B5CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


.gradient-text{
    background: linear-gradient(90deg,#4DA3FF,#9B5CFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}


.work-in .number{ display:none;}



.products-section{
    max-width:1400px;
    margin:auto;
    padding:50px 20px 80px 20px;
}

.top-tag{
    display:inline-block;
    padding:10px 20px;
    background:#f1eaff;
    color:#8b5cf6;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.section-title{
    text-align:center;
       color: #14358A;
    margin: 0px 0px 4px 0px;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom:40px;
}

.cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.product-card{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:20px;
    padding:35px;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
}

.product-head{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:25px;
}

.icon{
    width:70px;
    height:70px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
}

.purple{
    background:linear-gradient(135deg,#a855f7,#6d28d9);
}

.blue{
    background:linear-gradient(135deg,#3b82f6,#1d4ed8);
}

.product-title{
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;
}

.purple-text{
    color:#8b5cf6;
}

.blue-text{
    color:#2563eb;
}

.subtitle{
    color:#666;
    font-size:16px;
}

.features-inner {
    display: flex;
    justify-content: space-between;
}

/**.features-inner img{    width: 290px;
    height: min-content;}**/

.desc{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.features{
    list-style:none;
    margin-bottom:30px;
	padding:0px;
}

.features li{
    margin-bottom:15px;
    color:#333;
    display:flex;
    align-items:center;
    gap:12px;
}

.check{
    width:22px;
    height:22px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:12px;
}

.purple-bg{
    background:#8b5cf6;
}

.blue-bg{
    background:#2563eb;
}

.btn{
    display:inline-block;
    padding:14px 28px;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-purple{
    border:2px solid #8b5cf6;
    color:#8b5cf6;
}

.btn-blue{
    border:2px solid #2563eb;
    color:#2563eb;
}

.btn:hover{
    transform:translateY(-3px);
}

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

    .section-title{
        font-size:34px;
    }
}


/******************/


.woocommerce ul.products li.product a img{ display:none;}
/* Pricing Packages */

.woocommerce ul.products{
    display:flex !important;
    flex-wrap:wrap;
    gap:30px;
    justify-content:center;
	    flex-direction: row;
}

.security-plan .woocommerce ul.products{  }

.woocommerce ul.products li.product{
    width:280px !important;
    margin:0 !important;
    padding:35px 25px !important;
    background:#fff;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    text-align:center;
    position:relative;
    transition:all .3s ease;
	
}

.woocommerce ul.products li.product:hover{
    transform:translateY(-10px);
}

.woocommerce ul.products li.product img{
    display:none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size:26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #003b5c;}

.woocommerce ul.products li.product .price{
    font-size:24px;
    font-weight:800;
    color:#ff7a00;
    margin:20px 0;
	    background:linear-gradient(
174deg, #4DA3FF 0%, #9B5CFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

span.wps_sfw_interval {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .price ins{
    text-decoration:none;
}

.woocommerce ul.products li.product .button{
    width:100%;
       background: transparent;
    font-weight: 700;
    border: none;
    display: inline-block;
    padding: 14px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: .3s;
    border: 2px solid #2563eb;
    color: #2563eb;
}

.woocommerce ul.products li.product .button:hover{
    opacity:.9;
}

.woocommerce ul.products li.product:nth-child(4){
    background-image:linear-gradient(90deg, #4DA3FF 0%, #9B5CFF 100%);
    color:#fff;
    transform:scale(1.05);
}

.woocommerce ul.products li.product:nth-child(4) .price,
.woocommerce ul.products li.product:nth-child(4) .woocommerce-loop-product__title{
    color:#fff;
    background: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: inherit;
    background-clip: inherit;
}

li.product:nth-child(4) .button{ background:#fff !important;}


.woocommerce ul.products li.product:nth-child(4)::before{
    content:"Most Popular";
    position:absolute;
    top:-12px;
    left:50%;
    transform:translateX(-50%);
    background:#003b5c;
    color:#fff;
    padding:6px 15px;
    border-radius:30px;
    font-size:12px;
}

/* Tablet */
@media (max-width: 1024px){

    .woocommerce ul.products{
        gap:20px;
        justify-content:center;
    }

    .woocommerce ul.products li.product{
        width:calc(50% - 10px) !important;
        padding:30px 20px !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size:22px;
    }

    .woocommerce ul.products li.product .price{
        font-size:22px;
    }
}

/* Mobile */
@media (max-width: 767px){

	
	.tru-heading .ekit-heading{ display:block;}
	.features-inner {
    flex-direction: column;}
	
	.tru-heading .ekit-heading__title-wrapper{ display:block; width:100% !important; margin-bottom:10px; }	
	
.features-inner img {
    max-width:fit-content !important;
    margin: 0px auto 20px auto;
}
	
    .woocommerce ul.products{
        flex-direction:column !important;
        gap:20px;
        padding:0;
    }

    .woocommerce ul.products li.product{
        width:100% !important;
        max-width:100%;
        padding:25px 20px !important;
    }

    .woocommerce ul.products li.product:nth-child(4){
        transform:none;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title{
        font-size:22px;
    }

    .woocommerce ul.products li.product .price{
        font-size:20px;
    }

    .woocommerce ul.products li.product .button{
        padding:12px;
        font-size:15px;
    }

    .woocommerce ul.products li.product:nth-child(4)::before{
        font-size:11px;
        padding:5px 12px;
        top:-10px;
    }
}

/****************/


.featured-plan sub.period {
    display: block;
    margin-top: 10px;
}

.featured-plan {
    position: relative;
    background-image: linear-gradient(90deg, #4DA3FF 0%, #9B5CFF 100%) !important;
    color: #fff;
	background-color:transparent !important; border-radius:20px;
    transform: scale(1.05);
}

.featured-plan .price,
.featured-plan .woocommerce-loop-product__title{
    color: #fff !important;
}

.featured-plan .button{
    background: #fff !important;
    color: #000 !important;
}

.featured-plan::before{
    content: "Most Popular";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #003b5c;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 12px;
    z-index: 99;
}
