@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

:root {
  --primary: #1B539A;
  --secondary: #0C407A;
  --highlight: #FFD700;
  --black: #000000;
  --white: #ffffff;
}

.custom-navbar {
    background-color: #0b396e;
    width: 100%;
    padding: 0px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 90px;
}

.navbar-links{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.navbar-links a {
    color: white;
}

.custom-navbar h2{
    font-weight: bold;
    color: white;
    position: relative;
    right: 400px;
}

.request-demo{
    border-radius: 50px;
    font-weight: bold;
    padding: 12px 38px;
    position: relative;
    left: 300px;
    border: none;
}


.text-primary {
  color: var(--primary);
}

.first-fold {
  background-color: #F2F2F2;
  padding-top: 60px;
}

.main-image {
  width: 80%;
}

.first-fold .left-content {
  padding-left: 160px;
}

.first-fold .heading {
  font-size: 56px;
  font-weight: bold;
  color: var(--black);
  margin-bottom: 30px;
}

.first-fold .sub-heading {
  font-size: 18px;
  color: var(--black);
  margin-bottom: 40px;
  font-weight: 400;
}

.btn-theme {
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 40px;
  color: var(--primary);
  border: 1px solid;
}
.btn-theme.btn-highlight {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--primary);
}
.btn-theme:hover {
  background: var(--primary);
  color: #fff;
}

.section-text.mb-14 {
  margin-bottom: 56px;
}

.section-text .title {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-text .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.core-values {
  padding: 120px 30px 200px;
}

.core-values .item {
  border: 1px solid #E2E2E2;
  padding: 30px 16px;
  border-radius: 10px;
  text-align: center;
}

.core-values .item img {
  width: 62px;
  margin-bottom: 26px;
}

.core-values .item .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.core-values .item .sub-title {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.case-studies .left-content .heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.case-studies .left-content .sub-heading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////*/

body{
    overflow-x: hidden;
}
.case-studies .right-content{

    margin-left: 110px;

}
.case-studies .right-content .heading {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;

  }
.case-studies .right-content .sub-heading {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;

  }

  .case-study-content{
    margin-bottom: 170px;
  }

.about-second-section{
    margin-top: 100px;
    margin-bottom: 170px;
}

.meet-our-team{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    text-align: center;
}

.meet-our-team h1{
    font-weight: 700;
}

.meet-our-team p{
    margin-top: 20px;
    font-size: larger;
    font-weight: 500;
}
.team-members{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    text-align: center;
    margin-top: 30px;
}
.team-members .row{
    margin-top: 20px;
    width: 100%;
}
.team-members .img-container{
    background-color: #F3F3F3;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.team-members .text-container{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 10px 5px #C7C7C740;
}

.text-container p{
    margin-top: 10px;
    margin-bottom: 5px;
}

.text-container h4{
    font-weight: bold;
    margin-bottom: 0px;
}

.team-members-row-2{
    margin-bottom: 170px;
}

  .footer{
    height: 400px;
    background-color: #1B539A;  
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content{
    width: 80%;
    margin: 70px auto 0;
    height: 60%;
    display: flex;
}

.app-info{
    width: 40%;
    padding-right: 50px;
}
.app-info h4{
    color: white;
    font-weight: bold;
    margin-bottom: 20px;

}
.app-info p{
    font-size: medium;
    color: white;
    margin-bottom: 20px
}

.app-info img{
    height: auto;
    width: 150px;
}
.quick-links{
    width: 20%;
}

.quick-links h5{
    font-size: large;
    font-weight: bold;
    color: white;
}
.quick-links a{
    margin: 15px 0px 15px 0px; 
    padding: 0; 
    font-size: medium;
    color: white; 
    display: block; 
    text-align: left; 
}
.terms{
    width: 19%;
}
.terms h5{
    font-size: large;
    font-weight: bold;
    color: white;
}
.terms a{
    margin: 15px 0px 15px 0px; 
    padding: 0; 
    font-size: medium;
    color: white; 
    display: block; 
    text-align: left;
}
.contact{
    width: 21%;
}

.contact h5{
    font-size: large;
    font-weight: bold;
    color: white;
}

.contact p{
    margin: 15px 0px 15px 0px; 
    padding: 0; 
    font-size: medium;
    color: white; 
    display: block; 
    text-align: left;
}
.phone-container {
    display: flex;
    align-items: center;
    gap: 8px; 
  }

.phone-container img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.mail-container {
    display: flex;
    align-items: center;
    gap: 8px; 
  }

.mail-container img {
    width:  18px;
    height: 14px;
    vertical-align: middle;
}

.location-container {
    display: flex;
    align-items: center;
    gap: 8px; 
  }

.location-container img {
    width: 16px;
    height: 24px;
    vertical-align: middle;
}

.footer-bottom {
    width: 80%;
    margin: 0 auto;
    color: white;
}

.bottom-text{
    display: flex;
    justify-content: space-between;
    font-size: smaller;
}
.dropzone {
  height: 200px;
  border: 2px dashed #605252;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  font-size: 18px;
  background-color: #efefef;
}
.upload-btn button {
    background-color: #0b396e;
    color: #ffff;
    padding: 12px 30px;
}
.upload-btn {
  margin-top: 20px;
}
.file-upload form#file-dropzone {
  margin-top: 15px;
}

.file-upload-margin {
  margin-top: 100px;
  margin-bottom: 120px;
}

.upload-error {
  max-width: 100%;
  text-align: center;
  color: rgba(197,48,48, 1);
  font-size: 18px;
  margin-bottom: 6px;
  background-color:#fff5f5;
  padding: 10px 19px;
  border-radius: .25rem;
  border: 1px solid #fc8181;
  margin-bottom: 10px;
  margin: 0 auto;
}

.upload-success {
  max-width: 100%;
  text-align: center;
  color: #2b6cb0;
  font-size: 18px;
  margin-bottom: 6px;
  background-color:#ebf8ff;
  padding: 10px 19px;
  border-radius: .25rem;
  border: 1px solid #0b396e;
  margin-bottom: 10px;
  margin: 0 auto;
}

.upload-error span {
  margin-left: 5px;
}

.dz-default.dz-message 
 button.dz-button {
    color: #b7b7b7 !important;
}

.error-msg-hide{
  display: none !important;
}

.error-msg-show{
  display: block;
}

.success-msg-hide{
  display: none !important;
}

.success-msg-show{
  display: block;
}

.crs-icon{
  cursor: pointer;
}

.check-box{
  display: flex;
  p{
    margin-top: 18px;
    margin-bottom: 1rem;
    padding-left: 8px;
  }
}

 /* Loader overlay */
 .loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Transparent black */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none; /* Hidden by default */
}

/* Spinner */
.spinner {
  border: 8px solid rgba(255, 255, 255, 0.3); /* Light gray */
  border-top: 8px solid #ffffff; /* White */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
}

.login-form-wrapper {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}

.login-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
  color: #333;
}

.login-input-group {
  margin-bottom: 15px;
}

.login-form-label {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.login-form-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.login-form-input:focus {
  border-color: #007bff;
}

.login-form-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.login-form-btn:hover {
  background-color: #0056b3;
}

/* Styling for the message box (error messages or info messages) */
.login-form-messages {
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
  color: #ff0000;
}

.login-form-message-item {
  text-align: center;
  font-size: 14px;
}

.logout{
  cursor: pointer;
  text-decoration: none;
  color: white;
  position: relative;
  left: 600px;
  margin-right: 10px;
}

.registration-page {
  background-color: #f5f9fc;
  font-family: 'Arial', sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.registration-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.registration-header {
  background-color: #007bff;
  color: #fff;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
}

.registration-body {
  padding: 20px;
}

.registration-title {
  font-size: 1.5rem;
  margin: 0;
}

.registration-footer {
  padding: 10px;
  background-color: #f1f1f1;
  font-size: 0.9rem;
}

.registration-footer .registration-login-link {
  color: #007bff;
  text-decoration: none;
}

.registration-footer .registration-login-link:hover {
  text-decoration: underline;
}

.registration-button {
  background-color: #007bff;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
  transition: background-color 0.3s ease;
}

.registration-button:hover {
  background-color: #0056b3;
}

.registration-body .form-control {
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ced4da;
  font-size: 1rem;
}

.registration-body .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

/* Reset Password Page Styling */

.reset-password-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f9f9f9;
}

.reset-password-wrapper {
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.reset-password-title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.reset-password-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reset-password-group {
  display: flex;
  flex-direction: column;
}

.reset-password-label {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 5px;
}

.reset-password-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
}

.reset-password-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.5);
}

.reset-password-button {
  padding: 10px 15px;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reset-password-button:hover {
  background-color: #0056b3;
}

.reset-password-messages {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.reset-password-message-item {
  color: #d9534f;
  font-size: 0.9rem;
  text-align: center;
}

.file-result-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    margin-bottom: 100px;
}

.dicom-container {
  display: flex;
  height: 100vh;
}

.sidebar {
  width: 20%;
  background: #f4f4f4;
  padding: 10px;
  overflow-y: auto; 
  max-height: 100vh; 
  box-sizing: border-box;
}


.dicom-btn {
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: none;
  background: #ddd;
}

.dicom-btn:hover {
  background: #bbb;
}


.viewer-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  padding: 10px;
  
}

#dicomImage {
  width: 95%;
  height: 95%;
  border: 5px solid #fff;
}