
@font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 400;
         font-display: swap;
         src: local("Roboto"), url(https://www.macsonik.com/new-ditt/fonts2/Roboto-Regular.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 500;
         font-display: swap;
         src: local("Roboto Medium"), url(https://www.macsonik.com/new-ditt/fonts2/Roboto-Medium.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 600;
         font-display: swap;
         src: local("Roboto SemiBold"), url(https://www.macsonik.com/new-ditt/fonts2/Roboto-SemiBold.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 700;
         font-display: swap;
         src: local("Roboto Bold"), url(https://www.macsonik.com/new-ditt/fonts2/Roboto-Bold.woff2) format("woff2");
         }
         @font-face {
         font-family: Roboto;
         font-style: normal;
         font-weight: 800;
         font-display: swap;
         src: local("Roboto ExtraBold"), url(https://www.macsonik.com/new-ditt/fonts2/Roboto-ExtraBold.woff2) format("woff2");
         }
         body {
         font-family: Roboto, sans-serif !important;
         }
a{
  text-decoration: none;
}
/* banner section  */
h1{
  font-weight: 800;
  font-size:44px;
}
h2{
   font-weight: 800;
  font-size:42px;
}
@media only screen and (max-width: 600px) {
  h1{
  font-weight: 600;
  font-size:32px;
}
h2{
   font-weight: 800;
  font-size:28px;
}
}
 .download_btn_n{
  background: #007bff;
 padding: 9px 16px;
  color: #fff;
  border: 1px solid #007bff!important;
  font-size: 17px;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
.buy{
  border: 1px solid#007bff !important;
  padding: 9px 16px;
  color:#007bff;
  font-size: 17px;
   text-decoration: none;
  border-radius: 5px;
  display: inline-block;
}
.db-button .nav-link.active::before {
    background-color: #007bff;
    border-radius: 50%;
    top: 50%;
}
.db-button .nav-link.active::before, .db-button .nav-link::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    left: 0;
    transform: translate(0, -50%);
}
.buy:hover{
  background: #007bff;
  color: #fff;

}
#WinMacTab{
    max-width: 410px;
}
#WinMacTab .nav-item{
    margin: 0;
}
#WinMacTab .nav-item .nav-link{
    width: 140px;
    color: #000;
}

    .rating {
      font-size: 18px;
      color: #333;
      margin-top: 20px;
    }

    .stars {
      color: #f8b400; /* Star color */
    }

/* feature section  */
 .features-section {
      /* background: url('https://www.transparenttextures.com/patterns/cubes.png') repeat; */
      background-image: url(../new-dit/img/bg.webp);
      padding: 60px 0;
    }

    /* Feature Box */
    .feature-box {
      background: #ffffff6e;
      border-radius: 12px;
      padding: 25px;
      margin-bottom: 30px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: all 0.3s ease-in-out;
      position: relative;
      overflow: hidden;
    }
    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    /* Feature Icon */
    .feature-icon {
      font-size: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 12px;
      margin-bottom: 20px;
      color: #fff;
    }

    /* Gradient Backgrounds for Icons */
    .icon-blue { background: linear-gradient(135deg, #4a90e2, #357ABD); }
    .icon-green { background: linear-gradient(135deg, #34d399, #059669); }
    .icon-orange { background: linear-gradient(135deg, #f59e0b, #d97706); }
    .icon-purple { background: linear-gradient(135deg, #a855f7, #7e22ce); }
    .icon-red { background: linear-gradient(135deg, #ef4444, #b91c1c); }
    .icon-teal { background: linear-gradient(135deg, #14b8a6, #0f766e); }

    .badge-custom {
      background: #f1f5f9;
      color: #111827;
      font-size: 12px;
      border-radius: 6px;
      padding: 4px 8px;
      display: inline-block;
      margin-top: 15px;
    }

/* four box section  */
 .steps-section {
      padding: 60px 20px;
      text-align: center;
    }
    .steps-section h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .steps-section p.subtitle {
      color: #6c757d;
      margin-bottom: 50px;
      font-size: 16px;
    }
    .step-box {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 30px 20px;
      height: 100%;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    .step-box:hover {
      transform: translateY(-5px);
    }
    .step-number {
      display: inline-block;
      background: #0d6efd;
      color: #fff;
      font-size: 14px;
      padding: 5px 15px;
      border-radius: 20px;
      margin-bottom: 15px;
    }
    .step-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      margin: 0 auto 15px auto;
      border-radius: 50%;
      background: #eaf2ff; /* हल्का नीला background */
      color: #0d6efd;
      font-size: 28px;
    }
    .step-box h5 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
    }
    .step-box p {
      font-size: 14px;
      color: #6c757d;
    }
    .avg-time {
      margin-top: 40px;
      font-size: 15px;
      color: #333;
    }
    .avg-time strong {
      color: #0d6efd;
    }
    /* four box section  */
/* testimoniol section  */
  .testimonials {
      padding: 60px 0;
      text-align: center;
    }
    .testimonials h6 {
      text-transform: uppercase;
      font-size: 14px;
      color: #6c757d;
      margin-bottom: 10px;
    }
    .testimonials h2 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .testimonials p.subtitle {
      color: #6c757d;
      margin-bottom: 40px;
    }

    /* Review platforms */
    .platforms {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 40px;
      margin-bottom: 50px;
    }
    .platform {
      text-align: center;
    }
    .platform span {
      display: inline-block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      background: #f1f3f5;
      color: #0d6efd;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }
    .platform p {
      margin: 0;
      font-size: 14px;
    }
    .stars {
      color: #f7c04a;
      margin: 5px 0;
    }

    /* Testimonials grid */
    /* .row {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px;
    }
    .col {
      flex: 1 1 33%;
      padding: 10px;
      min-width: 280px;
      box-sizing: border-box;
    } */
    .testimonial-box {
      background: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      /* height: 100%; */
      min-height: 313px;
      margin-bottom: 20px;
    }
    .testimonial-box p {
      font-size: 14px;
      color: #333;
      margin-bottom: 15px;
    }
    .profile {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .profile-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .profile img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #ccc;
    }
    .profile-text {
      font-size: 13px;
      color: #555;
    }
    .profile-text strong {
      display: block;
      font-size: 14px;
      color: #000;
    }
    .badge {
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
      border: 1px solid #ddd;
      background: #f8f9fa;
      color: #333;
      white-space: nowrap;
    }

    /* Bottom stats */
    .stats {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      text-align: center;
      margin-top: 40px;
    }
    .stats h3 {
      color: #0d6efd;
      font-size: 22px;
      margin-bottom: 5px;
    }
    .stats p {
      margin: 0;
      font-size: 14px;
      color: #6c757d;
    }

    @media (max-width: 768px) {
      .col {
        flex: 1 1 100%;
      }
      .stats {
        gap: 20px;
      }
    }
    /* table section  */
    .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor
}

.table-section thead tr th {
    padding: 16px;
    background: #0d6efd!important;
    color: #fff;
    font-size: 17px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eff8ff!important
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #ddf3ff79
}

.fa-circle-check {
    color: #11a040;
    font-size: 16px
}
    /* testimoniol section  */
.pricing-section {
      padding: 60px 0;
      background-color: #fff;
    }
    .pricing-section h2 {
      font-size: 32px;
      font-weight: 600;
      text-align: center;
    }
    .pricing-section p.subtitle {
      text-align: center;
      color: #6c757d;
      margin-bottom: 40px;
    }
    .card {
      border-radius: 12px;
      border: 1px solid #e5e5e5;
      background-color: #fafafa !important;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .card.popular {
      border: 2px solid #0d6efd;
      position: relative;
    }
    .badge-popular {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #0d6efd;
      color: #fff;
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 20px;
    }
    .feature-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .feature-list li {
      margin: 10px 0;
      display: flex;
      align-items: center;
    }
    .feature-list li::before {
      content: "✓";
      color: green;
      font-weight: bold;
      margin-right: 8px;
    }
    .trust-badges {
      margin-top: 50px;
      text-align: center;
    }
    .trust-badges i {
      font-size: 32px;
      color: #0d6efd;
      margin-bottom: 10px;
    }
    .trust-badges h6 {
      font-weight: 600;
    }
    .btn-primary {
      border-radius: 8px;
      padding: 10px;
    }
    .btn-outline-primary {
      border-radius: 8px;
      padding: 10px;
    }
/* specification section  */
         .hover-card {
         transition: transform 0.3s ease, box-shadow 0.3s ease;
         background-color: #ffffff;
         }
         .hover-card:hover {
         transform: translateY(-8px);
         box-shadow: 0 8px 20px rgba(0,0,0,0.15);
         }
         .technical_section h5 {
         color: #0d6efd;
         }
         .card-body{
         /* border-top: #0d6efd 5px solid; */
         border-bottom: #0d6efd 5px solid;
         border-radius: 10px;
         }
      
/* faq_section_start_here */

.faq{
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fafafa;
}
.accordion-item{
  margin-bottom: 20px;
  border-radius: 10px;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
}
.accordion-button:focus{
  box-shadow: none !important;
    border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.accordion-item.accordion-header .accordion-button {
    border-radius: 10px !important;
}
.accordion-body{
  border: 1px solid #848484;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 17px;

}
.accordion-button.btn_one{
  background-color: #fff !important;
  border-radius: 10px;
  border: 1px solid #848484;
  font-size: 17px;
  font-weight: 700;
}
.ques{
  color: #2d4a8a;
  font-weight: 700;
  margin-right: 10px;
  font-size: 20px;
}

/* faq_section_end_here */
/* why choose us  */
/* product_about_start_here */
.product_about{
  padding-top: 70px;
  padding-bottom: 70px;
}
.custum_shadow{
  /* border: 1px solid #007bff; */
  border-left: 2px solid #007bff;
  border-right: 2px solid #007bff;
  /* box-shadow: 6px 6px 12px #b8b9be, 6px 6px 12px #b8b9be; */
  /* box-shadow: 1px 1px 0px #b8b9be, 2px 2px 7px #b8b9be; */
  padding: 25px;
  border-radius: 10px;
}
.order_list li{
  list-style: auto;
  margin-top: 10px;
}

.trust-review{
  padding: 10px;
  border-bottom: 1px solid #007bff !important;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 10px !important;
} 

.product_read{
  font-size: 16px;
  color:#007bff;
}
.product_read i{
  font-size: 13px;
  color:#007bff;
}
/* product_about_end_here */


.modal.show .modal-dialog {
    top: 50px;
}
.video-player {
    position: relative;
}
.video-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 40px;
    background: url(https://www.drssoftech.com/resources/ytub-icon.png) no-repeat;
}
/* screeshot  */
#ss_carousel .item p {
    text-align: start;
}
#ss_carousel .item img {
    max-height: 400px;
    margin: auto;
    border: 2px solid #eee;
  }
span.steps {
    font-size: 15px;
    font-weight: 400;
    background: #1e4c78;
    color: #fff;
    padding: 5px 9px;
    border-radius: 3px;
    margin-right: 7px
}

span.number {
    border-radius: 41px;
    padding: 6px 13px;
    font-weight: 700;
    color: #345a82;
    border: 1px dashed #345a82;
    margin-right: 9px
}