@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
    font-family: "DM Sans", sans-serif !important;
    background-color: #101317 !important;
    color: #e5e5e5 !important;
}

a{
    color: inherit !important;
    text-decoration: none !important;
}


.logo img{
    width: 200px;
}
.navbars{
    display: flex;
    align-items: center;
    padding: 1rem 0rem;
    font-family: "Poppins", sans-serif;
    font-weight:400;
    justify-content: space-between;
}
.navs ul{
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap:60px;
    margin: 0;
}
 .megamenu ul{
    padding: 0;
    display: block;
}

.toggle_icon{
    z-index: 1;
    display: none;
}
.toggle_icon span{
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    display: block;
    transition: all ease 0.3s;
    z-index: 1;
}
.toggle_icon span:nth-child(1){
    background-color: #ffffff;
    height: 2px;
    width: 30px;
    display: block;
    border-radius: 40px;
}
.toggle_icon span:nth-child(2){
    background-color: #ffffff;
    height: 2px;
    width: 20px;
    display: block;
    border-radius: 40px;
    margin-top: 7px;
    margin-left: 5px;
}
.toggle_icon span:nth-child(3){
    background-color: #ffffff;
    height: 2px;
    width: 30px;
    display: block;
    border-radius: 40px;
    margin-top: 7px;
}
.toggle_active span:nth-child(1){
    transform: rotate(45deg);
}
.toggle_active span:nth-child(2){
    width: 0;
    opacity: 0;
}
.toggle_active span:nth-child(3){
    transform: rotate(-45deg);
    margin-top: -11px;
}


.signButton{
    position: relative;
}
.signButton button{
    background-color: #239872;
    border: 1.5px solid #239872;
    color: #fff;
    border-radius: 50px;
    width: 155px;
    height: 50px;
    display: grid;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    font-weight:500;
    position: relative;
    transition: all ease 0.4s;
    overflow: hidden;
}
.signButton button::after{
    content: "";
    position: absolute;
    background-color: #ffffff;
    color: #ffffff;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    border-radius: 50%;
    transition: all ease 0.4s;
}
.signButton button:hover::after{
    top: 0;
    border-radius: 0;
    overflow: hidden;
}
.signButton button a{
    text-decoration: none;
    color: #fff;
}
.signButton button:hover a{
    color: #0053f8 !important;
    display: block;
    z-index: 2;
    transition: all ease 0.4s;
}
/* .navs ul li{
    transition: all ease 0.3s;
    height: 2px;
}
.navs ul li:hover{
    color: #0053f8;
    font-weight: 500;
    cursor: pointer;
    background-color: #0053f8;
    height: 2px;
    transition: all ease 0.3s;
} */






.hero{
    position: relative;
}
.bg_blur{
    background-color: #00654d;
    height: 180px;
    width: 400px;
    border-radius: 50%;
    filter: blur(135px);
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.hero_cnt{
    text-align: center;
    /* padding: 1rem 20rem; */
    height: 60vh;
    min-height: 450px;
    display: grid;
    align-content: center;
    justify-content: center;
}
.hero_cnt h1{
    font-size: calc(70px + (40 - 32) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    color: #f7f7f700;
    /* background-color: red; */
    background-clip: text;
    background-image: linear-gradient(45deg, #ffffff, #b6b6b6b6);
}
.hero_cnt span{
    color: #239872;
}
.hero_cnt p{
    font-size: calc(18px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    margin-top: 1rem;
    font-weight: 300;
}
.hero_imgs{
    position: relative;
}
.hero_imgs::before{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgb(35 152 114 / 50%) 0%, rgba(16, 19, 23, 1) 95%);
    height: calc(100% - 14rem);
    width: 100%;
    display: block;
    z-index: -1;
}
.hero_btn>a:hover{
    color: #e7e7e7 !important;
    display: block;
    z-index: 2;
    transition: all ease 0.4s;
    background-color: #005137 !important;
}
.cta_prime{

}
.dashimg img{
    width: 100%;
    margin-top: 6rem;
}

.hero_items > div{
    position: absolute;
}

.slip {
    top: -9%;
    left: 6%;
}
.time {
    top: -9%;
    right: 5%;
}
.out {
    left: 6%;
    bottom: 17%;
}
.in {
    right: 8%;
    bottom: 15%;
}

.hardware_cnt img{
    background: #1f293e48;
    padding: 5px;
    border-radius: 15px;
    object-fit: contain;
    /* margin: auto; */
    margin-bottom: 10px;
}

.abt_cnt{
    text-align: center;
    /* padding: 1rem 16rem; */
    margin-bottom: 2rem;
}
.abt_cnt>span{
    /* background-color: #009874; */
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    border: solid 1px #00bf93;
}
.abt_cnt h2 {
    font-size: 40px;
    color: #f7f7f7;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin: 10px auto;
    max-width: 650px;
}
.abt_cnt p {
    font-size: 18px;
    max-width: 750px;
    margin: auto;
}

.abt_cnt p span{
    color: #00bf93;
}
.feature-images {
    /* border: solid 2px #15181e; */
    border-radius: 15px;
    padding: 5px;
    /* box-shadow: inset 0 0 10px #282828; */
    /* box-shadow: rgb(0 0 0) 3px 3px 6px 0px inset, rgb(16 19 23) -3px -3px 6px 1px inset; */

}
.feature-tabs {
    display: grid !important;
    /* grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important; */
    grid-template-columns: repeat(2, 1fr) !important;
    gap:10px !important;
}
.feature-tabs .taplinks{
    /* background: #15181e; */
    padding: 10px;
    border-radius: 15px;
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /* text-align: center; */
    /* gap: 10px 0; */
}
.feature-tabs .taplinks p{
    font-size: calc(14px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 300;
    line-height: 1.5;
    margin-top: 5px !important;
}
.feature-tabs .taplinks h3{
    font-size: calc(17px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 300;
    line-height: 1.5;
}
.feature-tabs .taplinks img{
    width: 50px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
    /* margin: auto; */
}

.feature-tabs img{
    background: #1f293e48;
    padding: 5px;
    border-radius: 15px;
    object-fit: contain;
    /* margin: auto; */
}
.feature-tabs h3{
    /* border-bottom: 2px solid #00654d40; */
    /* line-height: 2; */

    font-size: calc(20px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 300;
}
.feature-images .slick-slide{
    text-align: -webkit-right !important;
}
.feature-images .slick-slide img {
    width: 100% !important;
    max-width: 220px;
}

.key_features{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
}

/*********** cart *********/
section.cart {
    min-height: 100vh;
}

.cart h2 {
    font-size: 3rem;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}
.cart_item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart_dropdown,
.cart_input input {
    width: 100%;
    padding: 8px 6px;
    border-radius: 10px;
    background: #434d55;
    color: #ffffff;
    border: none;
    cursor: pointer;
}
.cart_dropdown:focus,
.cart_dropdown:focus-visible,
.cart_input input:focus,
.cart_input input:focus-visible{
    outline: none;
    outline: solid 1px #00bf93;
}
.cart_dropdown option{
    border-radius: 5px;
    cursor: pointer;
}
.cart_dropdown option:hover{
    background-color: #00bf93;
    cursor: pointer;
}

.cart_items {
    padding: 10px;
    border-radius: 12px;
    background: #1e2228;
}
.cart_items h3 {
    font-size: 1.7rem;
    font-weight: 300;
}

/* cart-cards */
.card_plan_item {
    display: flex;
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 12px;
    background: #2d3542;
    padding: 10px;
    gap: 10px;
    margin: 10px;
    width: 100%;
  /*   overflow: hidden;  */
  /* overflow: kitten; :) */
  }
  .card_plan_item img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:15px;
  }
  .card_plan_item input {
    display: none;
  }

  .card_plan_item:has(input:checked) {
    outline: 1px solid rgb(55, 255, 162);
    /* outline-offset: 4px; */
  }

  .card_item_slider .slick-slide{
    margin: 0 5px;
  }
/* cart cards slick end */

/* cart-cards2 */
.cards_smaller{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 10px;
}

.cards_smaller_item {
    display: flex;
    align-items: center;
    /* width: 100%; */
    border-radius: 12px;
    background: #2d3542;
    padding: 10px;
    gap: 10px;
    /* margin: 10px; */
    max-width: 250px;
  /*   overflow: hidden;  */
  /* overflow: kitten; :) */
  }
  .cards_smaller_item  img{
    /* width:100%;
    height:100%; */
    object-fit:cover;
    border-radius:15px;
  }
  .cards_smaller_item input {
    display: none;
  }

  .cards_smaller_item:has(input:checked) {
    outline: 1px solid rgb(55, 255, 162);
    /* outline-offset: 4px; */
  }


  .pricing-comparison {
      background: #1a1a1a;
  }
  
  .plan-card {
      border: 1px solid rgba(40, 199, 111, 0.2);
      transition: all 0.3s ease;
      margin-bottom: 2rem;
  }
  
  .plan-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  }
  
  .form-check-input:checked {
      background-color: #28c76f;
      border-color: #28c76f;
  }
  
  /* .feature-item {
      border-bottom: 1px solid rgba(255,255,255,0.1);
  } */
  
  /* .feature-checks {
      border-top: 1px solid rgba(255,255,255,0.1);
  }
  
  .feature-check {
      border-bottom: 1px solid rgba(255,255,255,0.1);
  } */
  
  .text-success {
      color: #28c76f !important;
  }
  
  .text-danger {
      color: #ea5455 !important;
  }
  .feature-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
  
/* cart cards2 end */

.total_price{
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
    align-items: center;
}

.total_price h5 {
    margin: 0;
}

.total_price .d-flex {
    gap: 10px;
    align-items: center;
    /* justify-content: center; */
}

.total_price .d-flex h5 {
    margin: 0;
    font-size: 2rem;
}
.plan_payment_dec{
    font-weight: 300;
    color: #cecece;
}

.paln_offer p {
    padding: 10px;
    background: #1a1d21d6;
    border-radius: 5px;
    font-weight: 200;
    font-size: 15px;
    width: 100%;
    margin: 0;
    color: #00ddaa;
}

.plan_price {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
    width: 100%;
}
.abt_cards{
    background-color: #1B1E21;
    border-radius: 15px;
    padding: 1.5rem 1.5rem;
    height: 250px;
}
.abt_cards img{
    margin-bottom: 1.2rem;
}
.abt_cards h5{
    color: #00bf93;
    font-weight: 500;
    margin-bottom: 1rem;
}
.flex_item{
    display: flex;
    align-items: center;
    margin: 4rem 0rem;
}
.hardware_cnt{
    width: 100%;
}
.hardware_cnt h2{
    font-size: 45px;
}
/* .hardware_img {
    text-align: right;
} */

.appsection{
    margin: 7rem 0rem;
    background-color: #101317;
    padding: 8rem 0rem;
    position: relative;
}
.app_img{
    background-color: #009875;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 30px;
    margin-left: 2rem;
}
.app_img img {
    filter: drop-shadow(-10px 10px 20px #212529);
    max-width: 244px;
}
.app_cnt span{
    /* background-color: #009875; */
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    border: solid 1px #00bf93;
}
.app_cnt h2{
    font-size: 45px;
    margin: 0.3rem 0rem;
    max-width: 500px;
}
/* .app_cnt p{
    margin-top: 1.5rem;
} */
.app_cnt ul{
    list-style: none;
    padding: 0;
    line-height: 3;
    font-size: 25px;
    cursor: pointer;
}
.app_cnt ul li{
    border-bottom: 2px solid #00987426;
}
.app_cnt img.app_icon{
    background: #1f293e48;
    padding: 5px;
    border-radius: 15px;
    object-fit: contain;
    margin-bottom: 15px;;
}

.card_flex{
    display: flex;
    gap: 1rem;
}

.pro{
    /* transform: scale(1.1); */
    background: linear-gradient(180deg, rgba(35, 152, 114, 1) -80%, rgba(16, 19, 23, 1) 70%);
    border: 1px solid #ffffff45;
}

.price_card {
    background-color: #000;
    padding: 2rem 2rem;
    border-radius: 24px;
    /* width: calc(100% - 2rem); */
    border: solid 0.5px #132926;
}
.basic_head{
    display: flex;
    align-items: center;
    gap: 20px;
}
.basic_head p {
    margin-bottom: 0;
    font-weight: 200;
}
.basic_head h5{
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
}
.basic_cnt p {
    margin: 1rem 0rem;
    font-weight: 200;
}
span.billed {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
    display: block;
}
.basic_cnt h2 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0rem;
    /* line-height: 0.5; */
    /* margin-top: 17px; */
}
.basic_cnt h6{
    font-weight: 600;
    font-size: 17px;
}
.basic_cnt ul{
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 28px;
}
.basic_cnt ul li {
    position: relative;
    /* padding-left: 2rem; */
    font-weight: 200;
    font-size: 16px;
}
.price_off .strike {
    font-size: 20px;
    font-weight: 200;
    text-decoration: line-through;
    display: inline-block;
    color: #bcbcbc;
}
.price_off span {
    /* transform: rotate(-5deg); */
    position: relative;
    display: inline-block;
    padding: 4px 9px;
    background: #c72600;
    border-radius: 29px;
    left: 5px;
    bottom: 4px;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
}
/* .basic_cnt ul li::before{
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(../../../assets/img/home/Check.svg);
    transform: scale(0.8);
    left: -2px;
    background-repeat: no-repeat;
} */

.price_slider .slick-slide{
    padding: 5px;
}
.price_slider .slick-slide img {
    display: block;
    max-width: 50px;
    width: 100%;
}
.rice_slider,.slick-prev{
    width: fit-content !important;
    border: none;
    padding: 10px 10px;
    border-radius: 50px;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: -14px;
    z-index: 5;
    background: #57C785;
    background: linear-gradient(90deg, rgb(0 152 117) 0%, rgb(24 77 62) 100%);
    color: #e5e5e5;
}
.rice_slider,.slick-next{
    width: fit-content !important;
    border: none;
    padding: 10px 10px;
    border-radius: 50px;
    line-height: 0;
    position: absolute;
    right: -14px;
    top: 50%;
    background: #57C785;
    background: linear-gradient(90deg, rgb(0 152 117) 0%, rgb(24 77 62) 100%);
    color: #e5e5e5;
}
.slick-disabled {
    opacity: 0.4;
    pointer-events:none;
    transition: all ease 0.3s;
}
.basic_cnt ul li svg {
    font-size: 18px;
    padding: 4px;
    border-radius: 50px;
    /* background-image: url(../../../assets/img/home/Check.svg); */
    /* transform: scale(0.8); */
    background: #15433d;
    color: #93ffe6;
    margin-right: 0.3rem;
    width: 19px;
    height: 18px;
}
.basic_cnt ul li.disabled svg {
    font-size: 18px;
    padding: 3px;
    width: 18px;
    height: 18px;
    color: #b2a405;
    background: #464000;
}
a.price_btn {
    width: 100%;
    background-color: #009875;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 1rem;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ;
}
a.price_btn:hover {
    background-color: #00624b;
}
a.price_btn-alt {
    width: 100%;
    background-color: #ffffff00;
    color: #009875;
    border: none;
    border-radius: 15px;
    padding: 10px 10px;
    font-size: 18px;
    margin-bottom: 1rem;
    border: solid 1px #009875;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
a.price_btn-alt:hover{
    background-color: #009875;
    color: #fff;
}
.view-more-bt {
    cursor: pointer;
    color: #00d8a6;
    transition: all ease 0.3s;
    text-align: center;
    font-size: 18px;
}
.view-more-bt:hover{
    text-decoration: underline;
}

.price_head{
    text-align: center;
    width: 50%;
    margin: 0rem auto 4rem;
}

.view-all.hidden{
    display: none;
}
.price_head span{
    background-color: #009876;
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
}
.price_head h2{
    font-size: 40px;
    margin: 1.5rem 0rem;
}
.price_head p{
    font-size: 15px;
}
.price_main{
    margin-bottom: 5rem;
}
.input_item{
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
}
.input_item label{
    font-size: 16px;
    font-weight: 500;
}
.input_item input{
    margin-top: 0.5rem;
    border: none;
    padding: 15px 14px;
    border-radius: 10px;
    background: #373737;
}
.input_item textarea{
    margin-top: 0.5rem;
    border: none;
    padding: 15px 14px;
    border-radius: 10px;
    background: #373737;
}
.form_btn{
    text-align: center;
}
.form_btn button{
    background-color: #009878;
    border: none;
    padding: 0.6rem 2.5rem;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    margin-top: 3rem;
}

.contact_head span{
    /* background-color: #009878; */
    color: #fff;
    padding: 5px 25px;
    border-radius: 50px;
    border: solid 1px #00bf93;
}
.contact_head h2{
    margin-top: 1rem;
    font-size: 40px;
}
.contact_section{
    max-width: 768px;
    margin: 5rem auto 8rem auto;
    text-align: center;
}
footer{
    border-top: 1px solid #00416430;
    padding: 1.5rem;
}
.cpyrht_ftr{
    display: flex;
    justify-content: space-between;
}
.cpyrht_ftr p{
    margin-bottom: 0;
}
.slip,.time,.out,.in{
    display: none;
}
.dashimg img {
    margin-top: 2rem;
}
.hero_imgs::before {
    height: calc(100% - 7rem);
}

.bg_top{
    background-color: #00654d;
    width: 100%;
    height: 150px;
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    z-index: -1;
    top: 45px;
}
.bg_bottom{
    background-color: #00654d;
    width: 100%;
    height: 150px;
    border-radius: 100%;
    filter: blur(100px);
    position: absolute;
    z-index: -1;
    bottom: 45px;
}

.mobile-app{
    /* margin-bottom: 9rem; */
}

/* Custom Modal Styles */
.modal-content {
    background: #151521;
    color: #92929F;
    border: 1px solid #2B2B40;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 15px;
}

.modal-header {
    border-bottom: 1px solid #2B2B40;
    padding: 1.5rem;
    background: #1E1E2D;
}

.modal-body {
    background: #1E1E2D;
    padding: 1.5rem;
}

.modal-footer {
    border-top: 1px solid #2B2B40;
    padding: 1.5rem;
    background: #1E1E2D;
}

.form-label {
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.form-control, .form-select {
    background: #151521 !important;
    border: 1px solid #1E1E2D !important;
    color: #FFFFFF !important;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control:focus, .form-select:focus {
    background: #151521 !important;
    border-color: #28C76F !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 0 2px rgba(40, 199, 111, 0.2);
}

.form-control:hover, .form-select:hover {
    border-color: #2B2B40 !important;
}

.form-control::placeholder {
    color: #FFFFFF;
}

.form-select option {
    background: #151521;
    color: #FFFFFF !important;
    padding: 10px;
}

.form-select:focus option:hover {
    background: #1a1a2b;
}

.add-on-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

.add-on-item {
    background: #151521;
    border: 1px solid #2B2B40;
    padding: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
}

.add-on-item:hover {
    border-color: #28C76F;
    background: #1a1a2b;
    transform: translateY(-2px);
}

.add-on-item img {
    background: #FFFFFF;
    padding: 0.25rem;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.add-on-item span {
    color: #FFFFFF;
    font-weight: 500;
    flex: 1;
}

.add-on-item .form-check {
    margin: 0;
    padding: 0;
}

.form-check-input {
    background-color: #151521;
    border: 2px solid #2B2B40;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #28c76f;
    border-color: #28c76f;
}

.form-check-input:focus {
    border-color: #28C76F;
    box-shadow: none;
}

.btn-secondary {
    background: #151521;
    border: 1px solid #2B2B40;
    color: #FFFFFF;
}

.btn-secondary:hover {
    background: #1E1E2D;
    border-color: #2B2B40;
    color: #FFFFFF;
}

.btn-success {
    background: #28C76F;
    border: none;
    padding: 0.75rem 1.5rem;
}

.btn-success:hover {
    background: #24b565;
}

.text-danger {
    color: #FFFFFF !important;
    font-size: 0.875rem;
    opacity: 0.7;
}

.features-list {
    background: #151521;
    border: 1px solid #2B2B40;
    border-radius: 15px;
    padding: 1.5rem;
}

.modal-dialog.modal-dialog-centered {
    max-width: 700px;
}
.modal-content{
    border-radius: 15px !important;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
}








/* mega menu css */

/* Navigation styles */
.navbar {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-brand a {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #333;
    text-decoration: none;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #007bff;
}

.nav-link i {
    margin-left: 5px;
    font-size: 12px;
}

/* Hamburger menu */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #333;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
}

/* Megamenu styles */
.megamenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #131a22;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    min-width: 850px;
}

.megamenu-item:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.megamenu-container {
    padding: 40px;
}

.megamenu-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22px;
}

.feature-section h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 12px;
    font-weight: 600;
    background-color: #101f24;
    border-radius: 9px;
    padding: 8px 8px;
}

.section-title {
    margin-top: 30px !important;
}

.feature-list {
    list-style: none;
    margin-left: 7px;
}

.feature-list li {
    margin-bottom: 0px;
    line-height: 1.5;
}

.feature-list a {
    display: flex;
    align-items: center;
    padding: 8px 0;
    transition: color 0.3s ease;
    font-size: 13px;
    font-weight: 300;
}

.feature-list a:hover {
    color: #00bf93 !important;
}
.feature-list a:hover i {
    color: #00bf93;
}
.feature-list i {
    margin-right: 10px;
    width: 16px;
    color: #999;
    font-size: 12px;
}
.feature-list svg{
    margin-right: 10px;
    width: 16px;
    color: #999;
    font-size: 12px;
}

.see-all {
    margin-top: 30px;
}

.see-all-link {
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(40 204 151), rgb(55 233 130));
    width: 100%;
    padding: 6px 10px;
    border-radius: 9px;
}

.see-all-link i {
    margin-left: 5px;
    font-size: 12px;
}

/* Promo section */
.promo-section {
    background: linear-gradient(135deg, #00b37c 0%, #004d46 100%);
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
}

.promo-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 15px;
}

.promo-content h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 12px;
}

.promo-content p {
    color: #ffffffb8;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}
.device-illustration img{
    width: 100%;
}

.app-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.badge {
    display: flex;
    align-items: center;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
}

.badge.microsoft {
    background: #edf6f4;
}
.badge.microsoft img{
    width: 20px;
}

.badge.apple {
    background: #edf6f4;
}
.badge.apple img{
    width: 20px;
}

.badge.play {
    background: #edf6f4;
}
.badge.play img{
    width: 20px;
}
.megamenu ul{
    
}
.navs .nav-link{
    padding: 0px !important;
}

/* .badge i {
    margin-right: 5px;
} */

/* Mobile styles */
@media screen and (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 70px;
        flex-direction: column;
        background: white;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        margin: 0;
        width: 100%;
    }
    
    .nav-link {
        padding: 20px;
        border-bottom: 1px solid #eee;
        justify-content: center;
    }
    
    /* Mobile megamenu */
    .megamenu {
        position: static;
        transform: none;
        min-width: auto;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        border-top: 1px solid #eee;
    }
    
    .megamenu.active {
        display: block;
    }
    
    .megamenu-container {
        padding: 20px;
    }
    
    .megamenu-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .promo-section {
        margin-top: 20px;
    }
    
    .app-badges {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    .nav-container {
        padding: 0 15px;
    }
    
    .megamenu-container {
        padding: 15px;
    }
    
    .megamenu-content {
        gap: 20px;
    }
    
    .feature-section h3 {
        font-size: 16px;
    }
    
    .promo-content h3 {
        font-size: 18px;
    }
}








/* feature-css */



        /* Mobile Header */
    .mobile-header {
        display: none;
        background: #fff;
        padding: 1rem;
        border-bottom: 1px solid #e9ecef;
        position: sticky;
        top: 0;
        z-index: 1001;
    }

    .mobile-menu-toggle {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        background: none;
        border: none;
        font-size: 1rem;
        font-weight: 500;
        color: #333;
        cursor: pointer;
        width: 100%;
        justify-content: flex-start;
    }

    .mobile-menu-toggle i {
        color: #6c757d;
    }

    /* Main Container */
    .main-container {
        display: flex;
        min-height: 100vh;
    }

    /* Sidebar */
    .sidebar {
        width: 280px;
        background: #122423;
        /* border-right: 1px solid #e9ecef; */
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .sidebar-header {
        padding: 1.2rem 1rem;
        border-bottom: 1px solid #e9ecef42;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sidebar-header h3 {
        font-size: 1.125rem;
        font-weight: 600;
        color: #f7f7f7;
    }

    .sidebar-close {
        display: none;
        background: none;
        border: none;
        font-size: 1.25rem;
        color: #6c757d;
        cursor: pointer;
        padding: 0.25rem;
    }

    .nav-list {
        list-style: none;
        padding: 1rem 0;
    }

    .nav-item {
        margin-bottom: 0.25rem;
    }

    .nav-link {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
        color: #b3b7ba;
        text-decoration: none;
        transition: all 0.2s ease;
        border-right: 3px solid transparent;
        font-size: 15px;
    }

    .nav-link:hover {
        background-color: #f8f9fa;
        color: #122423 !important;
    }

    .nav-link.active {
        background-color: #2ead84;
        color: #ffffff;
        border-right-color: #00e6af;
        border-radius: 14px;
        margin: 0px 10px;
    }

    .nav-link i {
        font-size: 1rem;
        width: 16px;
        text-align: center;
    }

    /* Main Content */
    .main-content {
        flex: 1;
        max-width: calc(100% - 280px);
        overflow-x: hidden;
    }

    .content-section {
        padding: 3rem 2rem;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .section-header {
        max-width: 800px;
        margin-bottom: 3rem;
    }

    .section-badge {
        display: inline-block;
        background: #00bf953d;
        color: #00bf95;
        padding: 0.375rem 0.75rem;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        margin-bottom: 1rem;
        border: 1.2px solid #00bf952e;
    }

    .section-header h2 {
        font-size: 2.2rem;
        font-weight: 700;
        color: #f7f7f7;
        margin-bottom: 1rem;
        line-height: 1.2;
    }

    .section-header p {
        font-size: 15px;
        color: #a0a0a0;
        line-height: 1.33;
    }

    .section-header h5 {
        font-size: 18px;
        color: #c7c7c7;
        margin-top: 1.5rem;
    }

    .section-header ul {
        padding-left: 20px;
        color: #a0a0a0;
        font-size: 15px;
        margin-top: 8px;
    }

    .content-section h6 {
        font-size: 19px;
        color: #04ad86;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    /* Feature Showcase */
    .feature-showcase {
        margin-bottom: 3rem;
    }

    .mockup-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem 0;
    }

    .invoice-mockup {
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        padding: 1.5rem;
        width: 100%;
        max-width: 600px;
        position: relative;
    }

    .mockup-header {
        margin-bottom: 1.5rem;
    }

    .mockup-nav {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 0.75rem;
        background: #f8f9fa;
        border-radius: 8px;
    }

    .nav-btn {
        background: none;
        border: none;
        padding: 0.5rem;
        border-radius: 4px;
        cursor: pointer;
        color: #6c757d;
    }

    .nav-btn.active {
        background: #1976d2;
        color: white;
    }

    .section-title {
        font-size: 0.875rem;
        font-weight: 600;
        color: #6c757d;
        flex: 1;
        text-align: center;
    }

    .quote-card {
        background: #f8f9fa;
        border-radius: 8px;
        padding: 1.25rem;
        margin-bottom: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .quote-info h3 {
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .quote-number {
        font-size: 0.875rem;
        color: #6c757d;
        margin-bottom: 0.5rem;
        display: block;
    }

    .quote-amount {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .status-badge {
        font-size: 0.75rem;
        font-weight: 600;
        padding: 0.25rem 0.5rem;
        border-radius: 12px;
        text-transform: uppercase;
    }

    .status-badge.draft {
        background: #fff3cd;
        color: #856404;
    }

    .status-badge.invoiced {
        background: #d1ecf1;
        color: #0c5460;
    }

    .convert-btn {
        background: #212529;
        color: white;
        border: none;
        padding: 0.75rem 1.5rem;
        border-radius: 6px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s;
    }

    .convert-btn:hover {
        background: #495057;
    }

    .invoice-details {
        border: 1px solid #e9ecef;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 1.5rem;
    }

    .invoice-row {
        display: flex;
        align-items: center;
        padding: 1rem;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
    }

    .customer {
        font-weight: 600;
        margin-right: auto;
    }

    .amount {
        font-weight: 700;
        margin-right: 1rem;
    }

    .invoice-meta {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        padding: 1rem;
        background: #f8f9fa;
        font-size: 0.875rem;
    }

    .meta-item {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .label {
        color: #6c757d;
        font-weight: 500;
    }

    .value {
        font-weight: 600;
    }

    .sales-order-card {
        position: absolute;
        top: 2rem;
        right: -100px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        padding: 1.5rem;
        width: 220px;
        z-index: 10;
    }

    .order-header {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .order-avatar {
        width: 40px;
        height: 40px;
        background: #ffa500;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        color: white;
    }

    .total-label {
        font-size: 0.75rem;
        color: #6c757d;
        display: block;
    }

    .order-info h2 {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .order-details {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .order-number {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .order-status {
        background: #d4edda;
        color: #155724;
        padding: 0.25rem 0.5rem;
        border-radius: 12px;
        font-size: 0.75rem;
        font-weight: 600;
        align-self: flex-start;
    }

    .customer-badge {
        background: #1976d2;
        color: white;
        padding: 0.5rem;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 0.875rem;
    }

    .order-stats {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        font-size: 0.75rem;
        color: #6c757d;
    }

    /* Features Grid */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
    }

    .feature-card {
        background: #102423;
        padding: 1.5rem;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        height: 420px;
        margin-right: 1rem;
    }

    .feature-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

    .feature-card h3 {
        font-size: 1.25rem;
        font-weight: 600;
        color: #d7d7d7;
        margin-bottom: 1rem;
    }

    .feature-card p {
        color: #6c757d;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .feature-card ul {
        padding-left: 20px;
        font-size: 14px;
        color: #a8a8a8;
    }

    .feature-card ul li {
        margin-bottom: 8px;
    }

    .feature-card b {
        color: #00bf95;
    }

    .learn-more {
        color: #1976d2;
        text-decoration: none;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        transition: gap 0.2s ease;
    }

    .learn-more:hover {
        gap: 0.75rem;
    }

    /* CTA Section */
    .cta-section {
        background: linear-gradient(135deg, #1976d2 0%, #1565c0 100%);
        color: white;
        text-align: center;
        padding: 4rem 2rem;
    }

    .cta-content h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .cta-content p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    .cta-button {
        background: #ffa500;
        color: #212529;
        border: none;
        padding: 1rem 2rem;
        border-radius: 6px;
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .cta-button:hover {
        background: #ff8f00;
        transform: translateY(-2px);
    }

    /* Overlay */
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    /* Responsive Design */
    @media (max-width: 1024px) {
        .sales-order-card {
            position: static;
            width: 100%;
            margin-top: 1rem;
        }

        .mockup-container {
            padding: 1rem 0;
        }
    }

    @media (max-width: 768px) {
        .mobile-header {
            display: block;
        }

        .main-container {
            flex-direction: column;
        }

        .sidebar {
            position: fixed;
            top: 0;
            left: 0;
            width: 280px;
            height: 100vh;
            transform: translateX(-100%);
            z-index: 1002;
        }

        .sidebar.active {
            transform: translateX(0);
        }

        .sidebar-close {
            display: block;
        }

        .main-content {
            max-width: 100%;
            margin-top: 0;
        }

        .content-section {
            padding: 2rem 1rem;
        }

        .section-header h1 {
            font-size: 2rem;
        }

        .invoice-mockup {
            padding: 1rem;
        }

        .invoice-meta {
            grid-template-columns: repeat(2, 1fr);
            gap: 0.75rem;
        }

        .features-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .feature-card {
            padding: 1.5rem;
        }

        .cta-content h2 {
            font-size: 2rem;
        }

        .overlay.active {
            display: block;
        }
    }

    @media (max-width: 480px) {
        .section-header h1 {
            font-size: 1.75rem;
        }

        .mockup-nav {
            flex-direction: column;
            gap: 0.5rem;
            text-align: center;
        }

        .quote-card {
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
        }

        .invoice-meta {
            grid-template-columns: 1fr;
        }
    }

    /* Smooth scrolling */
    html {
        scroll-behavior: smooth;
    }

    /* Custom scrollbar for sidebar */
    .sidebar::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar::-webkit-scrollbar-track {
        background: #f8f9fa;
    }

    .sidebar::-webkit-scrollbar-thumb {
        background: #dee2e6;
        border-radius: 3px;
    }

    .sidebar::-webkit-scrollbar-thumb:hover {
        background: #adb5bd;
    }

    /* Loading animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .content-section {
        animation: fadeInUp 0.6s ease-out;
    }

    /* Focus styles for accessibility */
    .nav-link:focus,
    .cta-button:focus,
    .convert-btn:focus {
        /* outline: 2px solid #1976d2; */
        outline-offset: 2px;
    }

    /* Print styles */
    @media print {

        .sidebar,
        .mobile-header {
            display: none;
        }

        .main-content {
            max-width: 100%;
        }

        .content-section {
            break-inside: avoid;
            page-break-inside: avoid;
        }
    }





