.elementor-571 .elementor-element.elementor-element-75e5a18{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-571 .elementor-element.elementor-element-54c953f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-571 .elementor-element.elementor-element-7464339{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-571 .elementor-element.elementor-element-2b92d07{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-571 .elementor-element.elementor-element-55614d7{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-54c953f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
    
    /* APPLY EVERYWHERE */
    *{
      font-family:'Poppins', sans-serif;
    }   
       
        a{
        text-decoration:none !important;
        }
        .highlight{
        color:#f89c1c;
        border:none !important;
        outline:none !important;
        box-shadow:none !important;
        background:none !important;
        padding:0 !important;
        }
        /* HERO TEXT ANIMATION */
        
        .animate-title{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        }
        
        .animate-text{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        animation-delay:0.3s;
        }
        
        .animate-buttons{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        animation-delay:0.6s;
        }
        
        @keyframes fadeUp{
        
        0%{
        opacity:0;
        transform:translateY(50px);
        }
        
        100%{
        opacity:1;
        transform:translateY(0);
        }
        
        }
        
        
        
        
        
        /* active column */
    .fp-row div.active{
      color:#ff8c1a;
      font-weight:600;
      position:relative;
    }
    
    .fp-row div.active::after{
      content:"";
      position:absolute;
      bottom:8px;
      left:50%;
      transform:translateX(-50%);
      width:40px;
      height:2px;
      background:#ff8c1a;
    }
        
        
        /* ALL BUTTON SAME ORANGE */
    /* ALL BUTTON */
    .fp-btn{
    background:#ff8b1a;
  color:#000;   /* ✅ correct black */
  border:none;
  padding:8px 18px;
  border-radius:20px;
  font-size:12px;
  cursor:pointer;
    }
    
    /* HOVER (same text color) */
    .fp-btn:hover{
      background:#ff7a00;
      color: #000 !important;   /* 👈 SAME TEXT */
    }
        
        
    
        
        
        
        
        
        
        
        
        
        /* RESET */
        
        body{
        margin:0;
        padding:0;
        font-family:Arial, sans-serif;
        background:#0b0d10;
        color:white;
        overflow-x:hidden;
        }
        
        /* REMOVE WORDPRESS SIDE SPACE */
        
        .container,
        .site-content,
        .page{
        max-width:100% !important;
        padding:0 !important;
        margin:0 !important;
        }
        
        /* HERO SECTION */
        
        .hero{
        position:relative;
        min-height:100vh;
        width:100;
        margin-left:calc(-50vw + 50%);
        padding:40px 80px;
        overflow:hidden;
        
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        
        background: radial-gradient(circle at center,#1b1e23,#0b0d10);
        }
        
        /* BACKGROUND GRID */
        
        .bg-lines{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        
        background-image:
        linear-gradient(rgba(255,153,0,0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,153,0,0.07) 1px, transparent 1px);
        
        background-size:120px 120px;
        pointer-events:none;
        
        animation:gridMove 20s linear infinite;
        }
        
        @keyframes gridMove{
        0%{
        background-position:0 0;
        }
        100%{
        background-position:120px 120px;
        }
        }
        
        /* NAVBAR */
        
    .navbar{
        height: 80px;
    width:100%;
    max-width:1200px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:120px;
    position:relative;
    z-index:2;
    }
    
    .logo img{
         height:100%;
  max-height:150px;
    height:170px;
    width:auto;
    display:block;
    }
    
    .logo span{
    color:#f89c1c;
    }
    
    .menu{
    display:flex;
    gap:40px;
    list-style:none;
    margin:0;
    padding:0;
    }
    
 
   .menu li a{
color:#ccc;
text-decoration:none;
font-size:16px;
font-weight:700;
transition:0.3s;
}

.menu li a:hover{
color:#f89c1c;
}
    
    /* NAV BUTTON */
    
    .work-btn{
    background:#f89c1c;
    padding:12px 24px;
    color:#000;
    font-weight:bold;
    text-decoration:none;
    transition:all .3s ease;
    }
    
    .work-btn:hover{
             background:#ffb347;
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,0.3);
    color:#000;
    }
    
     .work-btn:focus{
             background:#ffb347;
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,0.3);
    color:#000;
    }
     .work-btn:active{
             background:#ffb347;
    transform:translateY(-4px);
    box-shadow:0 10px 20px rgba(0,0,0,0.3);
    color:#000;
    }
    
        
        
        
        
        
        
        
        
        
        
        
        
        
    /* SECTION */
    
    .fp-section{
    width:100vw;
    margin-left:calc(-50vw + 50%);
    padding:0px 8%;
    background:
    radial-gradient(circle at 20% 20%, rgba(255,140,0,0.12), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,140,0,0.08), transparent 40%),
    #0b0d10;
    color:#fff;
    font-family:Arial, sans-serif;
    }
    
    /* CONTAINER */
    
    .fp-container{
    max-width:1200px;
    margin:auto;
    text-align: left;
    }
    
    /* TITLE */
    
    .fp-badge{
    background:#f89c1c;
    padding:6px 14px;
    border-radius:20px;
    font-size:11px;
    display:inline-block;
    margin-bottom:20px;
    }
    
    .fp-title{
    font-size:52px;
    font-weight:800;
    margin-bottom:20px;
    color: white;
    }
    
    .fp-sub{
    color:#aaa;
    max-width:650px;
    margin-bottom:60px;
    line-height:1.6;
    }
    
    /* TABLE */
    
    .fp-table{
    border-radius:20px;
    overflow:hidden;
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    }
    
    /* GRID */
    
    .fp-row{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    align-items:center;
    }
    
    /* HEADER */
    
    .fp-head{
    background:rgba(0,0,0,0.4);
    padding:30px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    }
    
    .fp-feature-title{
    font-size:12px;
    letter-spacing:2px;
    color:#7f8fa6;
    }
    
    /* ROW */
    
    .fp-row:not(.fp-head){
    padding:25px 20px;
    border-bottom:1px solid rgba(255,255,255,0.05);
    }
    
    /* COLUMN */
    
    .fp-row > div{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    }
    
    /* FEATURE COLUMN */
    
    .fp-feature{
    display:flex;
    flex-direction:column;
    justify-content:center;   /* 👈 aa main fix chhe */
    align-items:flex-start;
    height:100%;
    }
    .fp-feature strong{
    font-size:13px;
    color:#ddd;
    }
    
    .fp-feature p{
    font-size:11px;
    color:#777;
    margin-top:5px;
    }
    
    /* COLUMN DIVIDER */
    
    .fp-row > div:not(:first-child){
    border-left:1px solid rgba(255,255,255,0.05);
    }
    
    /* PLAN */
    
    .fp-plan{
    text-align:center;
    }
    
    .fp-plan h4{
    font-size:12px;
    color:#888;
    }
    
    .fp-plan h2{
    margin:10px 0;
    color: white;
    }
    
    /* BUTTON */
    
    .fp-btn{
    border:1px solid #444;
    padding:6px 16px;
    border-radius:20px;
    font-size:11px;
    }
    
    .active-btn{
    background:#ff8c1a;
    color:#000;
    border:none;
    }
    
    /* ACTIVE COLUMN */
    .fp-row .active{
    position:relative;
    padding-bottom:20px; /* 👈 space add */
    }
    
    .fp-row .active::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;   /* 👈 underline niche aavse */
    width:40px;
    height:2px;
    background:#ff8c1a;
    border-radius:2px;
    }
    .fp-plan.active,
    .fp-row .active{
    color:#ff8c1a;
    font-weight:600;
    position:relative;
    }
    
    /* PERFECT UNDERLINE */
    
    .fp-row .active::after{
    content:"";
    position:absolute;
    bottom:8px;
    left:50%;
    transform:translateX(-50%);
    width:40px;
    height:2px;
    background:#ff8c1a;
    border-radius:2px;
    }
    
    /* CROSS */
    
    .cross{
    font-size:18px;
    color:#888;
    }
    
    /* HOVER */
    
    .fp-row:hover{
    background:rgba(255,255,255,0.02);
    transition:0.3s;
    }
    
    /* BUTTON MAIN */
    
    .fp-main-btn{
    display:block;
    margin:40px auto;
    background:#ff8c1a;
    color:#000;
    padding:16px 36px;
    font-weight:bold;
    border-radius:6px;
    text-align:center;
    }
    
    
    /* CTA FIX */
    
    /* CTA SECTION */
    
    .fp-cta{
    text-align:center;
    padding:50px 20px;
    
    border-top:1px solid rgba(255,255,255,0.08);
    border-radius:0 0 20px 20px;
    }
    
    /* TEXT */
    
    .fp-cta-text{
    color:#bfc3c9;
    font-size:14px;
    margin-bottom:25px;
    }
    
    /* 🔥 BUTTON FIX */
    
    .fp-main-btn{
    display:inline-block;
    background:#f89c1c;
    color:#000 !important;
    padding:14px 36px;
    border-radius:10px;
    font-weight:700;
    font-size:13px;
    letter-spacing:0.5px;
    text-decoration:none !important;
    transition:all 0.3s ease;   /* 👈 smoother */
    border:none;
    cursor:pointer;
    }
    
    /* HOVER */
    
    .fp-main-btn:hover{
    background:#ffa94d;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    }
    
    
    .fp-main-btn:focus{
    background:#ffa94d;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    }
    
    
    .fp-main-btn:active{
    background:#ffa94d;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    }
    
   @media(max-width:900px){

  /* 🔥 IMPORTANT FIX */
  .fp-table{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  .fp-row{
    grid-template-columns:220px 180px 180px 180px;
    min-width:700px;
  }

  .fp-head{
    padding:20px;
  }

  .fp-feature{
    align-items:flex-start !important;
    text-align:left !important;
  }

  .fp-title{
    font-size:32px;
  }

  .fp-sub{
    font-size:14px;
  }

} 





    
    /* MOBILE */
    
    /*@media(max-width:900px){*/
    
    /*.fp-row{*/
    /*grid-template-columns:1fr;*/
    /*text-align:center;*/
    /*}*/
    
    /*.fp-feature{*/
    /*text-align:center !important;*/
    /*align-items:center !important;*/
    /*}*/
    
    /*.fp-title{*/
    /*font-size:34px;*/
    /*}*/
    
    /*}//    *//* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55614d7 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
    
    /* APPLY EVERYWHERE */
    *{
      font-family:'Poppins', sans-serif;
    }   
       
        a{
        text-decoration:none !important;
        }
        .highlight{
        color:#f89c1c;
        border:none !important;
        outline:none !important;
        box-shadow:none !important;
        background:none !important;
        padding:0 !important;
        }
        /* HERO TEXT ANIMATION */
        
        .animate-title{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        }
        
        .animate-text{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        animation-delay:0.3s;
        }
        
        .animate-buttons{
        opacity:0;
        transform:translateY(50px);
        animation:fadeUp 1s ease forwards;
        animation-delay:0.6s;
        }
        
        @keyframes fadeUp{
        
        0%{
        opacity:0;
        transform:translateY(50px);
        }
        
        100%{
        opacity:1;
        transform:translateY(0);
        }
        
        }
        
        
        
        
        
        /* active column */
    .fp-row div.active{
      color:#ff8c1a;
      font-weight:600;
      position:relative;
    }
    
    .fp-row div.active::after{
      content:"";
      position:absolute;
      bottom:8px;
      left:50%;
      transform:translateX(-50%);
      width:40px;
      height:2px;
      background:#ff8c1a;
    }
        
        
        /* ALL BUTTON SAME ORANGE */
    /* ALL BUTTON */
    .fp-btn{
    background:#ff8b1a;
  color:#000;   /* ✅ correct black */
  border:none;
  padding:8px 18px;
  border-radius:20px;
  font-size:12px;
  cursor:pointer;
    }
    
    /* HOVER (same text color) */
    .fp-btn:hover{
      background:#ff7a00;
      color:white;   /* 👈 SAME TEXT */
    }
        
        
    
        
        
        
        
        
        
        
        
        
        /* RESET */
        
        body{
        margin:0;
        padding:0;
        font-family:Arial, sans-serif;
        background:#0b0d10;
        color:white;
        overflow-x:hidden;
        }
        
        /* REMOVE WORDPRESS SIDE SPACE */
        
        .container,
        .site-content,
        .page{
        max-width:100% !important;
        padding:0 !important;
        margin:0 !important;
        }
        
        /* HERO SECTION */
        
        .hero{
        position:relative;
        min-height:100vh;
        width:100vw;
        margin-left:calc(-50vw + 50%);
        padding:40px 80px;
        overflow:hidden;
        
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        
        background: radial-gradient(circle at center,#1b1e23,#0b0d10);
        }
        
        /* BACKGROUND GRID */
        
        .bg-lines{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        
        background-image:
        linear-gradient(rgba(255,153,0,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,153,0,0.08) 1px, transparent 1px);
        
        background-size:120px 120px;
        pointer-events:none;
        
        animation:gridMove 20s linear infinite;
        }
        
        @keyframes gridMove{
        0%{
        background-position:0 0;
        }
        100%{
        background-position:120px 120px;
        }
        }
        
        /* NAVBAR */
        
        .navbar{
        width:100%;
        max-width:1200px;
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:120px;
        position:relative;
        z-index:2;
        }
        
        .logo img{
        height:100px;
        width:auto;
        display:block;
        }
        
        .logo span{
        color:#f89c1c;
        }
        
        .menu{
        display:flex;
        gap:40px;
        list-style:none;
        margin:0;
        padding:0;
        }
        
     
       .menu li a{
    color:#ccc;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    transition:0.3s;
    }
    
    .menu li a:hover{
    color:#f89c1c;
    }
        
        /* NAV BUTTON */
        
        .work-btn{
        background:#f89c1c;
        padding:12px 24px;
        color:#000;
        font-weight:bold;
        text-decoration:none;
        transition:all .3s ease;
        }
        
        .work-btn:hover{
        background:#ffb347;
        transform:translateY(-4px);
        box-shadow:0 10px 20px rgba(0,0,0,0.3);
        color:#000;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
    /* SECTION */
    
    .fp-section{
    width:100vw;
    margin-left:calc(-50vw + 50%);
    padding:0px 8%;
    background:
    radial-gradient(circle at 20% 20%, rgba(255,140,0,0.12), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,140,0,0.08), transparent 40%),
    #0b0d10;
    color:#fff;
    font-family:Arial, sans-serif;
    }
    
    /* CONTAINER */
    
    .fp-container{
    max-width:1200px;
    margin:auto;
    text-align: left;
    }
    
    /* TITLE */
    
    .fp-badge{
    background:#f89c1c;
    padding:6px 14px;
    border-radius:20px;
    font-size:11px;
    display:inline-block;
    margin-bottom:20px;
    }
    
    .fp-title{
    font-size:52px;
    font-weight:800;
    margin-bottom:20px;
    color: white;
    }
    
    .fp-sub{
    color:#aaa;
    max-width:650px;
    margin-bottom:60px;
    line-height:1.6;
    }
    
    /* TABLE */
    
    .fp-table{
    border-radius:20px;
    overflow:hidden;
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(12px);
    }
    
    /* GRID */
    
    .fp-row{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    align-items:center;
    }
    
    /* HEADER */
    
    .fp-head{
    background:rgba(0,0,0,0.4);
    padding:30px;
    border-bottom:1px solid rgba(255,255,255,0.08);
    }
    
    .fp-feature-title{
    font-size:12px;
    letter-spacing:2px;
    color:#7f8fa6;
    }
    
    /* ROW */
    
    .fp-row:not(.fp-head){
    padding:25px 20px;
    border-bottom:1px solid rgba(255,255,255,0.05);
    }
    
    /* COLUMN */
    
    .fp-row > div{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    }
    
    /* FEATURE COLUMN */
    
    .fp-feature{
    display:flex;
    flex-direction:column;
    justify-content:center;   /* 👈 aa main fix chhe */
    align-items:flex-start;
    height:100%;
    }
    .fp-feature strong{
    font-size:13px;
    color:#ddd;
    }
    
    .fp-feature p{
    font-size:11px;
    color:#777;
    margin-top:5px;
    }
    
    /* COLUMN DIVIDER */
    
    .fp-row > div:not(:first-child){
    border-left:1px solid rgba(255,255,255,0.05);
    }
    
    /* PLAN */
    
    .fp-plan{
    text-align:center;
    }
    
    .fp-plan h4{
    font-size:12px;
    color:#888;
    }
    
    .fp-plan h2{
    margin:10px 0;
    color: white;
    }
    
    /* BUTTON */
    
    .fp-btn{
    border:1px solid #444;
    padding:6px 16px;
    border-radius:20px;
    font-size:11px;
    }
    
    .active-btn{
    background:#ff8c1a;
    color:#000;
    border:none;
    }
    
    /* ACTIVE COLUMN */
    .fp-row .active{
    position:relative;
    padding-bottom:20px; /* 👈 space add */
    }
    
    .fp-row .active::after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;   /* 👈 underline niche aavse */
    width:40px;
    height:2px;
    background:#ff8c1a;
    border-radius:2px;
    }
    .fp-plan.active,
    .fp-row .active{
    color:#ff8c1a;
    font-weight:600;
    position:relative;
    }
    
    /* PERFECT UNDERLINE */
    
    .fp-row .active::after{
    content:"";
    position:absolute;
    bottom:8px;
    left:50%;
    transform:translateX(-50%);
    width:40px;
    height:2px;
    background:#ff8c1a;
    border-radius:2px;
    }
    
    /* CROSS */
    
    .cross{
    font-size:18px;
    color:#888;
    }
    
    /* HOVER */
    
    .fp-row:hover{
    background:rgba(255,255,255,0.02);
    transition:0.3s;
    }
    
    /* BUTTON MAIN */
    
    .fp-main-btn{
    display:block;
    margin:40px auto;
    background:#ff8c1a;
    color:#000;
    padding:16px 36px;
    font-weight:bold;
    border-radius:6px;
    text-align:center;
    }
    
    
    /* CTA FIX */
    
    /* CTA SECTION */
    
    .fp-cta{
    text-align:center;
    padding:50px 20px;
    
    border-top:1px solid rgba(255,255,255,0.08);
    border-radius:0 0 20px 20px;
    }
    
    /* TEXT */
    
    .fp-cta-text{
    color:#bfc3c9;
    font-size:14px;
    margin-bottom:25px;
    }
    
    /* 🔥 BUTTON FIX */
    
    .fp-main-btn{
    display:inline-block;
    background:#f89c1c;
    color:#000 !important;
    padding:14px 36px;
    border-radius:10px;
    font-weight:700;
    font-size:13px;
    letter-spacing:0.5px;
    text-decoration:none !important;
    transition:all 0.3s ease;   /* 👈 smoother */
    border:none;
    cursor:pointer;
    }
    
    /* HOVER */
    
    .fp-main-btn:hover{
    background:#ffa94d;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.5);
    }
    
    /* MOBILE */
    
    @media(max-width:900px){
    
    .fp-row{
    grid-template-columns:1fr;
    text-align:center;
    }
    
    .fp-feature{
    text-align:center !important;
    align-items:center !important;
    }
    
    .fp-title{
    font-size:34px;
    }
    
    }///* End custom CSS */