/* banner start */
#banner{
    width: 100% !important;
    height: 70vh;
    position: relative;
}
/* main banner */
.slick-slider-1{
    width: 100%;
    height: 70vh;
    background-color: tomato;
    background: url("../images/banner/personalized_banner_two.png") no-repeat center / cover;
} 
.slick-slider-2{
    width: 100%;
    height: 70vh;
    background-color: bisque;
    background: url("../images/banner/personalized_banner_two.png") no-repeat center / cover;
}
.slick-slider-3{
    width: 100%;
    height: 70vh;
    background-color: gray;
    background: url("../images/banner/personalized_banner_two.png") no-repeat center / cover;
}
#banner .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%);
}
#banner .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;
}
#banner .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%);
}
#banner .slick-dots li.slick-active button{
    opacity: 1;
}
#banner .prev{
    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: 1px solid #333;
    transition: 0.2s;
}
#banner .next{
    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: 1px solid #333;
    transition: 0.2s;
}
#banner .next:hover,.prev:hover {
    color: #ffffff;
    border: 0.5px solid #e41f1f;
    background-color: #e41f1f;
  }
/* banner 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);
    transition: 0.2s;
    cursor: pointer;
  }

  .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;
  }
  .feature-box:hover{
    transform: scale(1.02);
  }
  /* speciality 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;
    transition: 0.2s;
    cursor: pointer;
}
.backup_soft_item:hover{
    transform: scale(1.02);
}
.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 */
/* 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 */