* {
  margin: 0;
  padding: 0;
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.upload-box {
  border: 3.5px dashed #4a8df8;
  border-radius: 16px;
  text-align: center;
  padding: 50px 20px;
}
/* progression-css */
.progression-box {
  border-radius: 16px;
  text-align: center;
  padding: 50px 20px;
}

h6.progression-heading {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #212529;
  margin-bottom: 25px;
}
.progress {
  width: 27%;
  margin-bottom: 40px;
  border-radius: 20px;
}
.pdf-image1 {
  height: 100%;
  width: 6%;
}
.pdf-image {
  height: 100%;
  width: 8%;
}
p.progress-content {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 18px;
}
.progress-icons {
  display: flex;
  gap: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.progress-icons img {
  transition: transform 0.3s;
}

.progress-icons img:hover {
  transform: scale(1.1);
}


/* download */
span.download {
    font-family: helvetica, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    align-items: center;
}


.upload-icons img {
  margin: 0 10px;
  transition: transform 0.3s;
}

.upload-icons img:hover {
  transform: scale(1.1);
}

p.drag-content {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #757575;
}
.browse-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  transition: opacity 0.3s ease;
}

.browse-btn.enabled {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.download-btn {
  background-color: #3c79e0;
  color: #fff;
  border: none;
  border-radius: 39px;
  padding: 18px 36px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 18px;
  font-family: Helvetica, sans-serif;
}
.browse-btn {
  background-color: #4b68ff;
  color: #fff;
  border: none;
  border-radius: 39px;
  padding: 18px 36px;
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 18px;
  font-family: Helvetica, sans-serif;
}

.browse-btn:hover {
  background: #3c79e0;
}

span.button-content {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.upload-box {
  margin: 18px 0;
  color: #6b6b6b;
}

.source-buttons button {
  border: 1px solid #afafaf;
  border-radius: 41px;
  padding: 12px 20px;
  margin: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  background: transparent;
}

.upload-icons {
  display: flex;
  gap: 8px;

  text-align: center;
  justify-content: center;
}

.upload-section {
  background-image: url(../images//background-img.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  color: white;
  margin-top: 83px;
}

.main-content {
  padding-top: 50px;
}

.main-heading {
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  font-size: 62px;
  color: #212529;
}

.main-para {
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #757575;
  margin-bottom: 40px;
}
.head-text {
  font-weight: 700;
  font-size: 42px;
  color: #000;
}

.features-content {
  margin-top: 70px;
}

.feature-heading {
  font-family: Helvetica, sans-serif;
  color: #212529;
  font-size: 42px;
  font-weight: 700;
}

.feature-para {
  font-family: Helvetica, sans-serif;
  color: #757575;
  font-size: 20px;
  font-weight: 400;
}

/* modal css */
.tools-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2px;
  column-gap: 26px;
}

.modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}

p.file-manager-content {
  color: #545454;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 8px;
}
p.convert-pdf-content {
  color: #545454;
  font-family: Urbanist, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  margin-top: 8px;
}
h6.pdf-main-heading {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 20px 0px;
}
h6.convert-heading {
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0px;
}

.modal-wrapper {
  width: 1026px;
  box-shadow: 0px 4px 24px 0px #b5b5b540;
  border: none;
  position: relative;
}
.modal-wrapper::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 49%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
}
.category {
  margin-left: 40px;
  margin-right: 24px;
}

.modal-tools {
  margin-top: 75px;
  margin-right: 235px;
}

.left-content {
  border-right: 1px solid #e9e9e9;
}
@media (max-width: 1200px) {
  .modal-wrapper {
    width: 90%;
  }
  .modal-tools {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .modal-wrapper {
    width: 95%;
    padding: 15px;
  }
  .category {
    margin-left: 20px;
    margin-right: 20px;
  }
  .tools-grid {
    column-gap: 15px;
  }
}
@media (max-width: 768px) {
  .upload-section {
    background-image: url(../images//background-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    color: white;
    margin-top: 65px;
  }
  .modal-body .row {
    flex-direction: column;
  }
  .col-md-6 {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tools-grid {
    column-gap: 12px;
    row-gap: 10px;
  }
  .tool img {
    width: 50px;
    height: 50px;
  }
  p.file-manager-content,
  p.convert-pdf-content {
    font-size: 9px;
  }
  h6.pdf-main-heading,
  h6.convert-heading {
    font-size: 14px;
  }
  .left-content {
    border-right: none;
  }
  .progress {
    width: 42%;
    margin-bottom: 32px;
    border-radius: 20px;
  }
  .pdf-image1 {
    height: 100%;
    width: 8%;
  }
  .pdf-image {
    height: 100%;
    width: 10%;
  }
  p.progress-content {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    color: #757575;
    font-size: 16px;
  }
  h6.progression-heading {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 29px;
    color: #212529;
    margin-bottom: 20px;
  }
  .progress-icons {
    display: flex;
    gap: 45px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .upload-section {
    background-image: url(../images//background-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    color: white;
    margin-top: 64px;
  }
  .main-heading {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #212529;
  }
  .main-para {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #757575;
    margin-bottom: 40px;
  }
  .upload-icons img {
    margin: 0 5px;
    transition: transform 0.3s;
  }
  .upload-icons {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: center;
  }
  .browse-btn {
    background-color: #4b68ff;
    color: #fff;
    border: none;
    border-radius: 39px;
    padding: 12px 36px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 18px;
    font-family: Helvetica, sans-serif;
    width: 100%;
  }
  p.drag-content {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #757575;
  }
  .source-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .source-buttons button {
    border: 1px solid #afafaf;
    border-radius: 41px;
    padding: 10px 20px;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    background: transparent;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-heading {
    font-family: Helvetica, sans-serif;
    color: #212529;
    font-size: 35px;
    font-weight: 700;
  }
  .feature-para {
    font-family: Helvetica, sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
  }
  .left-content {
    border-right: none;
  }
}
@media (max-width: 480px) {
  .modal-wrapper {
    width: 100%;
    padding: 10px;
    border-radius: 0;
  }
  .tools-grid {
    column-gap: 8px;
    row-gap: 8px;
  }

  p.file-manager-content,
  p.convert-pdf-content {
    font-size: 8px;
  }
  h6.pdf-main-heading,
  h6.convert-heading {
    font-size: 12px;
    margin: 10px 0;
  }
  .category {
    margin-left: 10px;
    margin-right: 10px;
  }
  .modal-tools {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .left-content {
    border-right: none;
  }
}
@media (min-width: 375px) and (max-width: 425px) {
  .progress {
    width: 76%;
    height: 12px;
    margin-bottom: 30px;
    border-radius: 20px;
  }
  .pdf-image1 {
    width: 17%;
  }
  .pdf-image {
    width: 22%;
  }
  .progress-icons {
    gap: 18px;
  }
}
@media (max-width: 320px) {
  .upload-section {
    background-image: url(../images//background-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    color: white;
    margin-top: 64px;
  }
  .main-heading {
    font-family: Helvetica, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #212529;
  }
  .main-para {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #757575;
    margin-bottom: 40px;
  }
  .upload-icons img {
    margin: 0 5px;
    transition: transform 0.3s;
  }
  .upload-icons {
    display: flex;
    gap: 0px;
    text-align: center;
    justify-content: center;
  }
  .browse-btn {
    background-color: #4b68ff;
    color: #fff;
    border: none;
    border-radius: 39px;
    padding: 12px 36px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 18px;
    font-family: Helvetica, sans-serif;
    width: 100%;
  }
  p.drag-content {
    font-family: Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #757575;
  }
  .source-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .source-buttons button {
    border: 1px solid #afafaf;
    border-radius: 41px;
    padding: 10px 20px;
    margin: 0 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    background: transparent;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-heading {
    font-family: Helvetica, sans-serif;
    color: #212529;
    font-size: 35px;
    font-weight: 700;
  }
  .feature-para {
    font-family: Helvetica, sans-serif;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
  }
  .left-content {
    border-right: none;
  }
  h6.progression-heading {
    font-size: 26px;
  }
  .progress {
    width: 60%;
    height: 12px;
    margin-bottom: 25px;
  }
  .pdf-image1 {
    width: 17%;
  }
  .pdf-image {
    width: 22%;
  }
  .progress-icons {
    gap: 18px;
  }
  span.download {
    font-family: helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    align-items: center;
}
}
