/* 

home ------------------------------ feature
home ----------------------------- yt video
home --------------- pre installed software
home ---------------------- backup software
home ------------------------------- why us
home -------------------------- Price Table
home ---------------------------- Speciaity
home ---------------------------------- FAQ

*/
body{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html{
  overflow-x: hidden;
}
/* feature start */
#feature_product_id{
    padding: 25px 0;
}
.feature_wrapper{
    display: flex !important;
    justify-content: space-between !important;
}
.feature_lightbox{
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    padding: 10px;
    border-radius: 15px;
    background-color: #FDFDFD;
}
:root {
    --active: 1;
    --inactive: 0.9;
  }
.wrapper {
    display: grid;
    place-items: center;
  }
  
  .lightbox {
    width: 100%; 
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  
    & .hero {
      aspect-ratio: 4/4.4;
      background-image: url('https://wallpapercrafter.com/desktop/166399-artwork-illustration-airplane-car-science-fiction-trash-Simon-Stlenhag.jpg');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
  
    & nav {
      display: flex;
      justify-content: space-between;
      gap: 0.25rem;
  
      &:hover img:not(:hover) { opacity: var(--inactive); }
  
      & button {
        width: 100%;
        aspect-ratio: 1;
        border: none;
        outline: none;
        background-color: transparent;
        cursor: pointer;
  
        & img {
          width: inherit;
          height: 100%;
          object-fit: cover;
          opacity: var(--inactive);
          transition: opacity 0.3s;
  
          &:hover { opacity: var(--active); }
        }
  
        .active { opacity: var(--active); }
      }
    }
  }



.feature_details{
    padding: 25px 25px; 
    width: 100%;
}
.feature_details_p_name h2{
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: bold;
    background-color: #fff;
    margin-top: -20px;
    margin-bottom: 10px;
    span{
        color: #ff0000;
    }
}
.feature_details_p_description h3{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    background-color: #fff;
    margin-bottom: 5px;
}
.feature_details_p_description h4{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 15px;
}
.feature_details_p_description p{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0,0,0,0.7);
    span{
        color: rgba(255,0,0,0.7);
    }
}
.feature_details_p_specification{
    background-color: #fdfdfd;
    width: 100%;
    padding: 20px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    border-radius: 15px;
}
.feature_details_p_specification h3{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ff0000;
    background-color: #fff;
    margin-bottom: 5px;
}
.feature_details_p_specification ul.Specification_ul{
    list-style: none;
}
.feature_details_p_specification ul li{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.feature_details_p_specification ul.Specification_ul li::before {
    content: "";
    display: inline-block;
    background-image: url('../images/Icons/tick-mark.png');
    background-size: contain;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: -30px;
    margin-right: 10px;
  }
.feature_details_buy_button{
    width: 100%;
    height: 80px;
    margin-top: 12px;
}
.feature_details_buy_button a .order_btn1{
    height: 100%;
    width: 100%;
    background-color: #000000;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.feature_details_buy_button a .order_btn1 img{
    height: 45px;
    width: 45px;
    margin-right: 10px;
    margin-top: 17px;
    transition: transform 0.1s ease-in-out;
}
.feature_details_buy_button a .order_btn1 h2{
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    margin-top: 16px;
    transition: 0.3s;
}
.feature_details_buy_button a:hover h2{
    color: #ff0000;
}
.feature_details_buy_button a:hover img{
    animation: shakeBike 0.3s infinite;
}
@keyframes shakeBike {
    0% { transform: translateY(0); }
    25% { transform: translateY(-1px); }
    50% { transform: translateY(1px); }
    75% { transform: translateY(-1px); }
    100% { transform: translateY(0); }
  }

/* feature end */

/* yt video start */
#yt_video_id{
    width: 100%;
    height: auto;
    padding: 25px 0;
    background: url(../images/graphics/Bottom\ wave.png) no-repeat bottom / contain;
}
.yt_video_main_slider{
  position: relative;
}
.yt_slider_item{
    padding: 10px;
    margin: 20px 20px;
    background-color: #fdfdfd;
    width: 100%;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.25);
    border-radius: 15px;
    aspect-ratio: 16/9;
    transform: scale(0.8);
    transition: 0.3s;
}
.slick-center{
    transition: 0.3s;
}
/* slick dots true */
.yt_video_main_slider .slick-dots{
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.yt_video_main_slider .slick-dots li{
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 5px;
  position: relative;
}
.yt_video_main_slider .slick-dots li button{
  height: 10px;
  width: 10px;
  background-color: rgb(10, 96, 255);
  border: none !important;
  outline: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.yt_video_main_slider .slick-dots li.slick-active button{
  opacity: 1;
}
/* slick dots true */


/* slick arrows true */
.yt_video_main_slider .prev_yt{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 0.5px solid #333;
  transition: 0.2s;
}
.yt_video_main_slider .next_yt{
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 5%;
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 0.5px solid #333;
  transition: 0.2s;
}
.yt_video_main_slider .next_yt:hover,.prev_yt:hover {
  color: #ffffff;
  border: 0.5px solid #e41f1f;
  background-color: #e41f1f;
}
/* slick arrows true */
/* yt video end */

/* pre installed software start */
#pre_ins_id{
    width: 100%;
    margin-bottom: 50px;
}
.pre_ins_item{
    width: 100%;
    height: 55px;
    background-color: #fff;
    display: flex;
    margin: 5px 0;
    border: 1px solid rgba(41, 41, 41, 0.32);
    border-radius: 5px;
    line-height: 55px;
}
.pre_ins_item img{
    height: 32px;
    width: 32px;
    margin: 10px 5px 0 10px; 
}
.pre_ins_item p{
    font-family: "Tiro Bangla", serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}
/* pre installed software end */

/* backup software start */
#backup_soft_id{
    width: 100%;
    background:linear-gradient(#273036,#003050);
    padding-bottom: 50px;
}
.backup_soft_item{
    width: 100%;
    height: 55px;
    background-color: #fff;
    display: flex;
    margin: 5px 0;
    border: 1px solid rgba(41, 41, 41, 0.32);
    border-radius: 5px;
    line-height: 55px;
}
.backup_soft_item img{
    height: 32px;
    width: 32px;
    margin: 10px 5px 0 10px; 
}
.backup_soft_item p{
    font-family: "Tiro Bangla", serif;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}
.backup_soft_bottom h2{
    color: #fff;
    font-family: "Tiro Bangla", serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
    margin: 20px 0;
    span{
        color: #ff0000;
    }

}
.order_btn_two_wrapper{
    display: flex;
    justify-content: center;
}
.order_btton_2{
    width: 350px;
    height: 80px;
    margin-top: 12px;
}
.order_btton_2 a{
    box-shadow: 6px 6px 6px 0px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 6px 6px 6px 0px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 6px 6px 6px 0px rgba(255, 255, 255, 0.25);
}


.order_btton_2 a .order_btn2{
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.order_btton_2 a .order_btn2 img{
    height: 45px;
    width: 45px;
    margin-right: 10px;
    margin-top: 17px;
    transition: transform 0.1s ease-in-out;
}
.order_btton_2 a .order_btn2 h2{
    text-decoration: none;
    color: #000000;
    font-family: "Tiro Bangla", serif;
    font-size: 32px;
    margin-top: 25px;
    transition: 0.3s;
}
.order_btton_2 a:hover h2{
    color: #ff0000;
}
.order_btton_2 a:hover img{
    animation: shakeBike 0.3s infinite;
}
@keyframes shakeBike {
    0% { transform: translateY(0); }
    25% { transform: translateY(-1px); }
    50% { transform: translateY(1px); }
    75% { transform: translateY(-1px); }
    100% { transform: translateY(0); }
  }
/* backup software end */

/* why us start */
.comparison-table-wrapper {
    overflow-x: auto;
    max-width: 100%;
    margin: 20px auto 50px auto;
  }

  table {
    border-collapse: collapse;
    min-width: 800px;
    width: 100%;
  }

  th, td {
    border: 1px solid #ccc;
    padding: 10px 12px;
    text-align: center;
    white-space: nowrap;
    font-family: "Tiro Bangla", serif;
  }

  thead th {
    background-color: #333;
    color: white;
  }

  thead th:nth-child(2) {
    background-color: #e41f1f; 
  }

  thead th:nth-child(3) {
    background-color: #e41f1f; 
  }

  thead th:nth-child(4) {
    background-color: #666; 
  }

  thead th:nth-child(5) {
    background-color: #666;
  }

  td.green {
    color: green;
    font-weight: bold;
  }

  td.red {
    color: red;
    font-weight: bold;
  }

  .note {
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
  }
  /* why us end */
  
  /* price table start */
  #price_table_id{
    width: 100%;
    background:linear-gradient(#273036,#003050);
    padding-bottom: 50px;
  }




  .plan-card {
    background-color: #003050;
    border-radius: 12px;
    padding: 20px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    margin: auto;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
  }

  .plan-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #fff;
  }

  .plan-subtitle {
    font-size: 14px;
    color: #9ca3af;
  }

  .plan-price {
    color: #ff0000;
    font-size: 22px;
    font-weight: bold;
    margin: 12px 0;
  }

  .feature-list {
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    color: #fff;
  }

  .feature-list li {
    margin: 6px 0;
  }

  .check {
    color: #10b981;
    margin-right: 6px;
  }

  .cross {
    color: #ef4444;
    margin-right: 6px;
  }
  .plan-bottom{
    width: 100%;

  }
  .plan-bottom h2{
    color: #fff;
    font-family: "Tiro Bangla", serif;
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    margin: 20px 0;
    span{
        color: #ff0000;
    }

  }
.plan_card_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.plan-card{
  width: 23%;
}
  /* price table end */

  /* speciality start */
  #speciality_id{
    margin-bottom: 50px;
  }
  .feature_box_wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: auto auto 20px auto;
  }
  .feature-box {
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 20px;
    background-color: #fdfdfd;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .feature-box img {
    width: 92px;
    height: 80px;
    margin-bottom: 12px;
  }

  .feature-box h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: "Tiro Bangla", serif;
  }

  .feature-box h3 span {
    color: red;
  }

  .feature-box p {
    font-family: "Tiro Bangla", serif;
    font-size: 16px;
  }
  /* speciality end */



  /* faq start */
  #faq_id{
    width: 100%;
    background:linear-gradient(#273036,#003050);
    padding-bottom: 50px;
  }

  .faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    gap: 20px;
    align-items: stretch;
  }
  
  .faq-card {
    background-color: #013b5a;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
  }
  
  .faq-card h2 {
    font-size: 1.1em;
    color: #ffdd57;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
  }
  
  .faq-card h2 img {
    height: 1.2em;
    width: 1.2em;
    margin-right: 8px;
  }
  
  .faq-card p {
    font-size: 0.95em;
    line-height: 1.5;
    color: #f0f0f0;
    margin: 0;
    flex-grow: 1;
  }
   /* faq end */