body, button{
    font-family: "Poppins", sans-serif;
}
.gradient-text {
    background: linear-gradient(90deg, #06b6d4, #7c3aed, #f472b6);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 400;
}
.features-title {
    font-size: 60px !important;
    margin: 15px 0;
    color: #0f172a;
    line-height: 1.2;
    font-weight: 400;
}
.feature-title, h3{
    margin: 0 0 12px 0;
    font-size: 24px;
    color: rgb(15 23 42);
    z-index: 2;
    font-weight: 400;
}
.feature-desc {
    margin: 0;
    font-size: 16px;
    color: #475569;
    line-height: 1.45;
    z-index: 2;
}
#mobileMenu  a.nav-item{
    display: flex !important;
}
.cta-actions .btn-primary {
    color: #fff;
    background: linear-gradient(90deg, #06b6d4, #7c3aed, #ec4899);
    box-shadow: 0 14px 44px rgba(124, 58, 237, 0.16);
    position: relative;
    overflow: hidden;
}
.cta-actions .btn {
    border: 0;
    cursor: pointer;
    border-radius: 14px;
    font-weight: 700;
    display: inline-flex
;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    transition: transform .18s ease, box-shadow .18s ease;
    padding: 30px 50px;
}
.cta-actions .btn-state {
    height: 40px;
}
.cta-actions .btn-ghost {
    background: #fff;
    color: var(--slate-900);
    border: 2px solid rgba(226, 232, 240, 0.95);
    box-shadow: 0 10px 28px rgba(2, 6, 23, 0.06);
}
.cta-actions .btn-primary:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 90px rgba(124, 58, 237, 0.18);
    background: linear-gradient(to right, #9333ea, #db2777);
}

.cta-actions .btn-ghost:hover {
    transform: translateY(-6px);
    border-color: rgba(167, 139, 250, 0.45);
    background: #faf5ff;
}
.footer-bottom nav.footer-legal {
    display: flex;
    gap: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .features-section , .tpl-section, .howitworks-section ,.customization-section, .blog, .cta-section{
        padding: 80px 0px !important;
    }
    .features-intro, .tpl-intro, .testimonials-header, .faq-header{
      margin-bottom: 40px !important;
    }
    .tpl-grid.inner {
    padding: 0;
    }
    .features-title {
        font-size: 50px !important;
    }
    .testimonials-section{
        padding: 0px 0px 80px 0px!important;
        
    }
    .blog-inner{
        margin: auto 20px !important;
    }
    .posts
    {
        gap: 20px !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .faq-container {
    max-width: 1280 !important;
    margin: auto 20px !important;
    }
    .site-footer{
        padding: 80px 20px 30px 20px !important;
    }
    .site-footer .inner{
        padding: 0px !important;
    }
    .features-grid{
    grid-template-columns: 1fr 1fr !important;
    }
   
}


@media (min-width: 0px) and (max-width: 767px) {
    .features-section, .tpl-section, .howitworks-section , .customization-section, .blog, .cta-section{
        padding: 50px 0px !important;
    }
   
  ul.links.mb-mn{
    margin-top: 70px !important;
  }

    .features-intro, .tpl-intro, .testimonials-header, .faq-header{
      margin-bottom: 30px !important;
    }
    .features-subtitle{
        font-size: 18px !important;
    }
    .features-title {
        font-size: 30px !important;
    }
    .testimonials-section{
       padding: 0px 0px 50px 0px!important;
    }
    .features-grid{ 
        grid-template-columns: repeat(1, 1fr) !important;
         gap:20px; 
    }
    .tpl-grid{
        padding: 20px 0px !important; 
    }
    .option, .feature-card{
        flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        flex-direction: column;
    }
    .benefit-grid{
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .benefit{
        align-items: baseline !important; 
    }
    .tpl-cta , .hiw-cta , .cta, .blog-cta{ 
        margin-top: 10px !important;
    }
     .feature-title{
        font-size:20px !important;
        margin-bottom:8px;
    }
    .testimonials-grid{
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }
    .Tstat .value{
        font-size: 24px !important;
    }
    .blog-inner{
        margin: 0px 20px !important;
    }
    .hiw-card{
        padding: 20px !important;
    }
    .blog-header{ 
        margin-bottom: 30px !important;
    }
    .faq-section{
        margin: 0px 20px !important;
    }
    .faq-question{
        text-align: left !important;
    }
    .faq-section{
        padding-bottom: 50px !important;
    }
     .footer-main{
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    
    gap: 50px !important;
  }
  .brand-col{ grid-column: span 2 !important; 
 } 
 .links-cols {
        grid-column: span 2 !important;
}
 .site-footer{
   padding: 50px 20px 20px 20px !important;
 }
 .site-footer .inner{
    padding: 0px !important;
 }
.footer-bottom{
    padding-top: 0px !important;
    font-size: 14px !important;
    border: none !important;
}
.badge-wrap.is-visible{
    margin-top: 40px !important;
}
    .posts{
        margin-bottom: 30px !important;
    }
    .faq-question{
        gap: 20px !important;
    }
   .cta-section .container
   {
    width: auto !important;
    margin: 0px 20px !important;
   }
   /* .mobile-menu, .mobile-menu.active{
    display: flex !important;
   } */
    #mobileMenu  a.nav-item{
    display: flex !important;
}
   .newsletter form.wpcf7-form.init {
    display: contents !important;
   }
.newsletter-card{
    padding: 30px 20px 30px 20px !important;
}

}
.custom-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* .popup-box {
    position: relative;
    max-width: 400px;
    background: #fff;
    margin: 12% auto;
    padding: 25px;
    border-radius: 10px;
    text-align: left;
} */

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 22px;
}

