.elementor-2472 .elementor-element.elementor-element-94b5d82{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-2472 .elementor-element.elementor-element-94b5d82{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-43affe5 *//* ==========================================
   TOOLS WORTHY
   SUBMIT TOOL PAGE
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.tw-submit-page{

    font-family:'Inter',sans-serif;
    background:#f7f9ff;
    color:#24365b;
    overflow:hidden;

}

.tw-container{

    width:92%;
    max-width:1200px;
    margin:auto;

}

/* ==========================
HERO
========================== */

.tw-hero{

    padding:110px 20px;
    text-align:center;
    background:linear-gradient(135deg,#eef4ff,#ffffff);

}

.tw-label{

    display:inline-block;
    background:#eaf2ff;
    color:#2962ff;

    padding:10px 22px;

    border-radius:40px;

    font-size:14px;

    font-weight:700;

    margin-bottom:30px;

}

.tw-hero h1{

    font-size:54px;

    line-height:1.2;

    color:#173a76;

    margin-bottom:25px;

    font-weight:800;

}

.tw-hero p{

    max-width:760px;

    margin:auto;

    color:#61718f;

    font-size:20px;

    line-height:1.9;

}

/* ==========================
BUTTONS
========================== */

.tw-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

}

.tw-primary,
.tw-secondary,
.tw-plan-btn,
.tw-email-btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    text-decoration:none !important;

    height:56px;

    padding:0 34px;

    border-radius:12px;

    font-size:17px;

    font-weight:700;

    transition:.35s ease;

}

.tw-primary,
.tw-plan-btn,
.tw-email-btn{

    background:#2962ff;

    color:#fff !important;

    border:2px solid #2962ff;

    box-shadow:0 12px 30px rgba(41,98,255,.18);

}

.tw-primary:hover,
.tw-plan-btn:hover,
.tw-email-btn:hover{

    background:#fff;

    color:#2962ff !important;

}

.tw-secondary{

    background:#fff;

    border:2px solid #2962ff;

    color:#2962ff !important;

}

.tw-secondary:hover{

    background:#2962ff;

    color:#fff !important;

}

/* ==========================
STATS
========================== */

.tw-stats{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:70px;

}

.tw-stats div{

    background:#fff;

    padding:35px;

    border-radius:20px;

    box-shadow:0 12px 35px rgba(41,98,255,.08);

}

.tw-stats h3{

    color:#2962ff;

    font-size:42px;

    margin-bottom:10px;

}

.tw-stats span{

    color:#66758f;

}

/* ==========================
SECTION TITLE
========================== */

.tw-title{

    text-align:center;

    margin-bottom:60px;

}

.tw-title h2{

    font-size:42px;

    color:#173a76;

    margin-bottom:15px;

}

.tw-title p{

    max-width:700px;

    margin:auto;

    color:#66758f;

    line-height:1.8;

}

/* ==========================
SECTION
========================== */

.tw-benefits,
.tw-pricing{

    padding:90px 0;

}

/* ==========================
BENEFITS
========================== */

.tw-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.tw-card{

    background:#fff;

    padding:40px;

    border-radius:24px;

    text-align:center;

    box-shadow:0 15px 35px rgba(41,98,255,.08);

    transition:.35s;

}

.tw-card:hover{

    transform:translateY(-8px);

}

.tw-icon{

    width:70px;

    height:70px;

    background:#edf4ff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin:auto auto 25px;

    font-size:30px;

}

.tw-card h3{

    font-size:24px;

    margin-bottom:15px;

    color:#173a76;

}

.tw-card p{

    color:#66758f;

    line-height:1.8;

}

/* ==========================
PRICING
========================== */

.tw-pricing-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:35px;

}

.tw-price-card{

    background:#fff;

    border-radius:24px;

    padding:45px;

    position:relative;

    box-shadow:0 15px 35px rgba(41,98,255,.08);

    transition:.35s;

}

.tw-price-card:hover{

    transform:translateY(-8px);

}

.tw-price-card.active{

    border:3px solid #2962ff;

}

.tw-best{

    position:absolute;

    top:-15px;

    right:25px;

    background:#2962ff;

    color:#fff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

}

.tw-price-card h3{

    font-size:30px;

    color:#173a76;

    margin-bottom:20px;

}

.tw-price{

    font-size:58px;

    color:#2962ff;

    font-weight:800;

    margin-bottom:30px;

}

.tw-price span{

    font-size:18px;

    color:#6c7b98;

}

.tw-price-card ul{

    list-style:none;

    margin:0 0 35px;

    padding:0;

}

.tw-price-card li{

    margin-bottom:16px;

    color:#5d6f8d;

}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:991px){

.tw-grid,
.tw-pricing-grid,
.tw-stats{

grid-template-columns:1fr;

}

}

@media(max-width:768px){

.tw-hero{

padding:80px 20px;

}

.tw-hero h1{

font-size:36px;

}

.tw-hero p{

font-size:17px;

}

.tw-buttons{

flex-direction:column;

}

.tw-title h2{

font-size:32px;

}

.tw-price{

font-size:42px;

}

}

/* ==========================================
   TOOLS WORTHY
   SUBMIT TOOL PAGE
   PART 2
========================================== */

/* ==========================
SUBMIT GUIDE
========================== */

.tw-submit-guide{
    padding:90px 0;
}

.tw-guide-box{
    max-width:850px;
    margin:auto;
}

.tw-email-box{

    background:#ffffff;
    padding:60px;
    text-align:center;

    border-radius:24px;

    box-shadow:0 18px 40px rgba(41,98,255,.08);

}

.tw-email-box span{

    display:block;
    color:#2962ff;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;

}

.tw-email-box h3{

    font-size:34px;
    color:#173a76;
    margin-bottom:30px;

}

/* ==========================
CHECKLIST
========================== */

.tw-checklist{

    padding:90px 0;
    background:#ffffff;

}

.tw-check-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;

}

.tw-check-card{

    background:#f8fbff;
    border-radius:22px;
    padding:40px;
    border:1px solid #e8efff;

}

.tw-check-card ul{

    list-style:none;
    margin:0;
    padding:0;

}

.tw-check-card li{

    font-size:17px;
    color:#55657f;
    margin-bottom:18px;

}

/* ==========================
PROCESS
========================== */

.tw-process{

    padding:90px 0;

}

.tw-process-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

.tw-step{

    background:#ffffff;
    text-align:center;

    padding:40px 30px;

    border-radius:22px;

    box-shadow:0 15px 35px rgba(41,98,255,.08);

    transition:.3s;

}

.tw-step:hover{

    transform:translateY(-8px);

}

.tw-step span{

    width:60px;
    height:60px;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:auto auto 25px;

    background:#2962ff;
    color:#fff;

    border-radius:50%;

    font-size:24px;
    font-weight:700;

}

.tw-step h3{

    color:#173a76;
    font-size:22px;
    margin-bottom:15px;

}

.tw-step p{

    color:#66758f;
    line-height:1.8;

}

/* ==========================
FAQ
========================== */

.tw-faq{

    padding:90px 0;
    background:#ffffff;

}

.tw-faq-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;

}

.tw-faq-item{

    background:#f8fbff;

    padding:35px;

    border-radius:22px;

    border:1px solid #e8efff;

    transition:.3s;

}

.tw-faq-item:hover{

    transform:translateY(-6px);

}

.tw-faq-item h3{

    color:#173a76;

    font-size:22px;

    margin-bottom:15px;

}

.tw-faq-item p{

    color:#66758f;

    line-height:1.8;

}

/* ==========================
FINAL CTA
========================== */

.tw-final{

    padding:90px 20px;

}

.tw-final .tw-container{

    background:linear-gradient(135deg,#2962ff,#4f84ff);

    padding:80px 40px;

    border-radius:28px;

    text-align:center;

}

.tw-final h2{

    color:#ffffff;

    font-size:42px;

    margin-bottom:20px;

}

.tw-final p{

    color:#edf4ff;

    max-width:760px;

    margin:0 auto 35px;

    line-height:1.9;

    font-size:18px;

}

/* ==========================
ANIMATION
========================== */

.tw-card,
.tw-price-card,
.tw-step,
.tw-faq-item,
.tw-email-box{

    transition:all .35s ease;

}

.tw-card:hover,
.tw-price-card:hover,
.tw-step:hover,
.tw-faq-item:hover{

    transform:translateY(-8px);

}

/* ==========================
MOBILE
========================== */

@media(max-width:991px){

.tw-check-grid,
.tw-process-grid,
.tw-faq-grid{

    grid-template-columns:1fr;

}

}

@media(max-width:768px){

.tw-email-box{

    padding:35px 25px;

}

.tw-email-box h3{

    font-size:26px;

}

.tw-final .tw-container{

    padding:60px 25px;

}

.tw-final h2{

    font-size:30px;

}

.tw-final p{

    font-size:17px;

}

.tw-primary,
.tw-secondary,
.tw-plan-btn,
.tw-email-btn{

    width:100%;

}

}/* End custom CSS */