@font-face {
  font-family: Roboto-Regular;
  src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto-Light;
  src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
  font-family: Roboto-Bold;
  src: url(../fonts/Roboto-Bold.ttf);
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto-Regular;
}

@media screen and (max-width: 640px) {

  .header-container {
    position: relative;
    text-align: center;
  }

  .main-headline {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image-header {
    height: 450px;
    object-fit: cover;
  }

  .cus-h2 {
    font-size: 44px;
    color: #ffffff !important;
    white-space: nowrap;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    white-space: pre-line;
  }

  #description-content {
    margin-top: 50px;
  }

  .description-container {
    padding-left: 1%;
    padding-right: 1%;
  }

  .main-description {
    color: #808282;
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 4%;
    padding-right: 4%;
  }

  #calculator-content {
    margin-top: 50px;
  }

  .calculator-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .calculator-description {
    color: #808282;
    margin-top: 100px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 4%;
    padding-right: 4%;
  }

  .btn-cus-outline {
    border: 1px solid #e1592a;
    border-radius: 10px;
    color: #e1592a;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
  }

  .more-description {
    color: #4f4f50;
    margin-top: 80px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Roboto-Bold;
    padding-left: 4%;
    padding-right: 4%;
  }

  .report-content {
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 60px;
  }

  .tco-image {
    height: 140px;
    object-fit: contain;
  }

  /* .col-infographic-report {
    margin-top: 80px;
  } */
.col-consulting-report,
.col-consulting-video,
.col-infographic-report {
  flex: 1;                      /* Equal width distribution */
  min-width: 260px;             /* Won't shrink below this */
  max-width: 360px;             /* Won't grow beyond this */
  display: flex;
  flex-direction: column;       /* Stack image + button vertically */
  align-items: stretch;         /* Full width children */
}

.col-consulting-report:hover,
.col-consulting-video:hover,
.col-infographic-report:hover {
  transform: translateY(-8px);  /* Lift on hover */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);  /* Add depth */
}


  .report-container {
    margin-top: 20px;
  }

  #footer-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }

  .footer-content {
    color: #787878;
    font-family: 'Roboto-Regular';
    font-size: 0.8rem;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-info {
    color: #e1592a;
  }

  .tab-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }

  .tab-modal ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .tab-modal ul li {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #231f20;
  }

  .tab-modal .tab-content-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #e1592a;
    border-radius: 0px 0px 10px 10px;
  }

  .tab-modal .tab-content-left {
    color: #808282;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 10px;
  }

  .tab-modal .tab-container-bottom {
    display: flex;
    justify-content: space-between;
  }

  .tab-modal ul li:first-of-type {
    border-radius: 10px 0px 0px 0px;
    border-right: 0;
  }

  .tab-modal ul li:last-of-type {
    border-radius: 0px 10px 0px 0px;
    border-left: 0;
  }

  .tab-modal ul li.active {
    background: #341263;
    color: #fff;
  }

  .tab-modal ul li:hover {
    background: #341263;
    color: #fff;
  }

  #tab-content-2:hover {
    background: #e1592a;
    color: #fff;
  }

  .tab-content {
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #341263;
    display: flex;
  }

  .tab-content>div {
    width: 100%;
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }

  #cost-container {
    height: 530px;
    overflow-y: auto;
  }

  #chart-container {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
    height: 540px;
  }

  .content-ct {
    padding-left: 15px;
    padding-right: 20px;
  }

  .cost-content-c1 {
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 30px;
  }

  .cost-content-c2 {
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 50px;
  }

  #cost-container::-webkit-scrollbar {
    width: 1em;
  }

  #cost-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #cost-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .cus-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
  }

  .ddl-select {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Light;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ddl-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Light;
  }

  select:focus,
  input:focus {
    outline: none;
  }

  .line-ct2 {
    position: relative;
  }

  .chart-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
  }

  .chart-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
  }

  .chart-content-c2 {
    color: #341263;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c3 {
    color: #1aac4a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c4 {
    color: #341263;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 10px;
  }

  .chart-content-c5 {
    color: #1aac4a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 10px;
  }

  .chart-center {
    display: flex;
    justify-content: center;
  }

  .currency-input {
    position: relative;
  }

  .volume-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #341263;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
  }

  .currency-input::before {
    content: "$";
    color: #808282;
    font-family: Roboto-Regular;
    font-size: 1.1em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .csp-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #1aac4a;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .outer-container {
    display: table;
    width: 100%;
    height: 100px;
  }

  .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .total-cost-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e2e2e2;
    padding-right: 15px;
    border-radius: 0px 0px 0px 10px;
  }

  .oem-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #808282;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .currency-oem-input {
    display: inline-block;
    position: relative;
  }

  .currency-oem-input::before {
    content: "$";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.1em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .oem-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-left: 20px;
    white-space: pre-line;
  }

  .chart-content-row-c1 {
    height: 450px;
  }

  #time-container {
    height: 530px;
    overflow-y: auto;
  }

  #time-container::-webkit-scrollbar {
    width: 1em;
  }

  #time-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #time-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .time-oem-input {
    display: inline-block;
    position: relative;
  }

  .time-oem-input::before {
    content: "";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .time-content-c1 {
    color: #808282;
    font-family: 'Roboto-Regular';
    font-size: 0.8rem;
  }

  .time-content-c2 {
    /* color: red; */
    color: #e1592a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  .time-content-c3 {
    color: #e1592a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .bar-chart-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white;
  }

  .bar-chart-content:first-child {
    border-top-width: 1px;
  }

  .title-area {
    border-color: #e1592a;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bar-chart-area {
    border-color: #e1592a;
    padding: 10px
  }

  .graph_container {
    display: block;
  }

  #percentage-area {
    padding: 2px 5px 2px 5px;
    border: 2px solid #bfc0c0;
    margin-left: 4px;
    white-space: nowrap;
  }

  .bar-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  #bar-container {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
    height: 540px;
  }

  .bar-content-row-c1 {
    height: 450px;
  }

  .chart-content-osp {
    margin-top: 20px;
  }

  .bar-content-both {
    padding-right: 5px;
    padding-left: 5px;
  }

  #bar-chart {
    width: 261px !important;
    height: 102px !important;
  }

  #pieChart {
    width: 220px !important;
    height: 120px !important;
  }

  #copyright {
    text-align: center;
  }

  #copyright p{
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 641px) and (max-width: 979px) {

  .header-container {
    position: relative;
    text-align: center;
  }

  .main-headline {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image-header {
    height: 450px;
    object-fit: cover;
  }

  .cus-h2 {
    font-size: 59px;
    color: #ffffff !important;
    white-space: nowrap;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    white-space: pre-line;
  }

  #description-content {
    margin-top: 50px;
  }

  .description-container {
    padding-left: 8%;
    padding-right: 8%;
  }

  .main-description {
    color: #808282;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 12%;
    padding-right: 12%;
  }

  #calculator-content {
    margin-top: 50px;
  }

  .calculator-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .calculator-description {
    color: #808282;
    margin-top: 100px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 12%;
    padding-right: 12%;
  }

  .btn-cus-outline {
    border: 1px solid #e1592a;
    border-radius: 10px;
    color: #e1592a;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
  }

  .more-description {
    color: #4f4f50;
    margin-top: 80px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Bold;
    padding-left: 12%;
    padding-right: 12%;
  }

  .report-content {
    text-align: center;
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 60px;
  }

  /* .tco-image {
    height: 200px;
    object-fit: contain;
  } */
.tco-image {
  width: 100%;          /* Full card width */
  height: 180px;        /* Consistent height */
  object-fit: cover;    /* No distortion, proper cropping */
  display: block;       /* Remove inline spacing quirks */
}

  .col-infographic-report {
    margin-top: 80px;
  }

  .report-container {
    margin-top: 20px;
  }

  #footer-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
  }

  .footer-content {
    color: #787878;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-info {
    color: #e1592a;
  }

  .tab-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }

  .tab-modal ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .tab-modal ul li {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #231f20;
  }

  .tab-modal .tab-content-right {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #341263;
    border-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #e1592a;
    border-radius: 0px 0px 10px 10px;
  }

  .tab-modal .tab-content-left {
    color: #808282;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 10px;
  }

  .tab-modal .tab-container-bottom {
    display: flex;
    justify-content: space-between;
  }

  .tab-modal ul li:first-of-type {
    border-radius: 10px 0px 0px 0px;
    border-right: 0;
  }

  .tab-modal ul li:last-of-type {
    border-radius: 0px 10px 0px 0px;
    border-left: 0;
  }

  .tab-modal ul li.active {
    background: #341263;
    color: #fff;
  }

  .tab-modal ul li:hover {
    background: #341263;
    color: #fff;
  }

  #tab-content-2:hover {
    background: #e1592a;
    color: #fff;
  }

  .tab-content {
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #341263;
    display: flex;
  }

  .tab-content>div {
    width: 100%;
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }

  #cost-container {
    float: left;
    width: 50%;
    height: 570px;
    overflow-y: auto;
  }

  #chart-container {
    float: right;
    width: 50%;
  }

  .content-ct {
    padding-left: 15px;
    padding-right: 40px;
  }

  .cost-content-c1 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 30px;
  }

  .cost-content-c2 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 50px;
  }

  #cost-container::-webkit-scrollbar {
    width: 1em;
  }

  #cost-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #cost-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .cus-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
  }

  .ddl-select {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ddl-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
  }

  select:focus,
  input:focus {
    outline: none;
  }

  .line-ct1 {
    padding-right: 20px;
    padding-bottom: 50px;
    position: relative;
  }

  .line-ct1:after {
    content: '';
    position: absolute;
    right: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
    margin-top: -50px;
  }

  .line-ct2 {
    position: relative;
  }

  .line-ct2:after {
    content: '';
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
  }

  .content-ct1 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .chart-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
  }

  .chart-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .chart-content-c2 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c3 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c4 {
    color: #341263;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 10px;
  }

  .chart-content-c5 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 10px;
  }

  .chart-center {
    display: flex;
    justify-content: center;
  }

  .currency-input {
    position: relative;
  }

  .volume-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #341263;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
  }

  .currency-input::before {
    content: "$";
    color: #808282;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .csp-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #1aac4a;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .outer-container {
    display: table;
    width: 100%;
    height: 100px;
  }

  .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .total-cost-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e2e2e2;
    margin-left: 20px;
    padding-right: 15px;
  }

  .oem-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #808282;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .currency-oem-input {
    display: inline-block;
    position: relative;
  }

  .currency-oem-input::before {
    content: "$";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .oem-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-left: 20px;
    white-space: pre-line;
  }

  .chart-content-row-c1 {
    height: 450px;
  }

  #time-container {
    float: left;
    width: 50%;
    height: 570px;
    overflow-y: auto;
  }

  #time-container::-webkit-scrollbar {
    width: 1em;
  }

  #time-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #time-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .time-oem-input {
    display: inline-block;
    position: relative;
  }

  .time-oem-input::before {
    content: "";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .time-content-c1 {
    color: #808282;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
  }

  .time-content-c2 {
    color: #e1592a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  .time-content-c3 {
    color: #e1592a;
    font-size: 0.8rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .bar-chart-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white;
  }

  .bar-chart-content:first-child {
    border-top-width: 1px;
  }

  .title-area {
    border-color: #e1592a;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bar-chart-area {
    border-color: #e1592a;
    padding: 15px
  }

  .graph_container {
    display: block;
  }

  #percentage-area {
    padding: 2px 5px 2px 5px;
    border: 2px solid #bfc0c0;
    margin-left: 10px;
  }

  .bar-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  #bar-container {
    float: right;
    width: 50%;
  }

  .bar-content-row-c1 {
    height: 450px;
  }

  #bar-chart {
    width: 221px !important;
    height: 102px !important;
  }

  .chart-content-osp {
    margin-top: 20px;
  }

  #pieChart {
    width: 300px !important;
    height: 150px !important;
  }

  #copyright {
    text-align: center;
  }

  #copyright p{
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 980px) and (max-width: 1279px) {

  .header-container {
    position: relative;
    text-align: center;
  }

  .main-headline {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image-header {
    height: 450px;
    object-fit: cover;
  }

  .cus-h2 {
    font-size: 79px;
    color: #ffffff !important;
    white-space: nowrap;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    white-space: pre-line;
  }

  #description-content {
    margin-top: 50px;
  }

  .description-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .main-description {
    color: #808282;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 10%;
    padding-right: 10%;
  }

  #calculator-content {
    margin-top: 50px;
  }

  .calculator-container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .calculator-description {
    color: #808282;
    margin-top: 100px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 10%;
    padding-right: 10%;
  }

  .btn-cus-outline {
    border: 1px solid #e1592a;
    border-radius: 10px;
    color: #e1592a;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
  }

  .more-description {
    color: #4f4f50;
    margin-top: 80px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Bold;
    padding-left: 10%;
    padding-right: 10%;
  }

  .report-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 60px;
  }

  .tco-image {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 150px;
    object-fit: contain;
  }

  /* .pro-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  } */
.pro-btn {
  width: 90%;          /* Full card width */
  padding: 12px 14px;   /* Generous padding */
  font-size: 13px;      /* Readable size */
  white-space: normal;  /* Allow text wrapping */
  line-height: 1.5;     /* Better text spacing */
  border-radius: 6px;   /* Softer corners */
}

  .report-container {
    margin-top: 20px;
  }

  #footer-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
  }

  .footer-content {
    color: #787878;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-info {
    color: #e1592a;
  }

  .tab-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }

  .tab-modal ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .tab-modal ul li {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #231f20;
  }

  .tab-modal .tab-content-right {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #341263;
    border-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #e1592a;
    border-radius: 0px 0px 10px 10px;
  }

  .tab-modal .tab-content-left {
    color: #808282;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 10px;
  }

  .tab-modal .tab-container-bottom {
    display: flex;
    justify-content: space-between;
  }

  .tab-modal ul li:first-of-type {
    border-radius: 10px 0px 0px 0px;
    border-right: 0;
  }

  .tab-modal ul li:last-of-type {
    border-radius: 0px 10px 0px 0px;
    border-left: 0;
  }

  .tab-modal ul li.active {
    background: #341263;
    color: #fff;
  }

  .tab-modal ul li:hover {
    background: #341263;
    color: #fff;
  }

  #tab-content-2:hover {
    background: #e1592a;
    color: #fff;
  }

  .tab-content {
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #341263;
    display: flex;
  }

  .tab-content>div {
    width: 100%;
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }

  #cost-container {
    float: left;
    width: 50%;
    height: 580px;
    overflow-y: auto;
  }

  #chart-container {
    float: right;
    width: 50%;
  }

  .content-ct {
    padding-left: 15px;
    padding-right: 60px;
  }

  .cost-content-c1 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 30px;
  }

  .cost-content-c2 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 50px;
  }

  #cost-container::-webkit-scrollbar {
    width: 1em;
  }

  #cost-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #cost-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .cus-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
  }

  .ddl-select {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ddl-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
  }

  select:focus,
  input:focus {
    outline: none;
  }

  .line-ct1 {
    padding-right: 20px;
    padding-bottom: 100px;
    position: relative;
  }

  .line-ct1:after {
    content: '';
    position: absolute;
    right: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
    margin-top: -50px;
  }

  .line-ct2 {
    position: relative;
  }

  .line-ct2:after {
    content: '';
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
  }

  .content-ct1 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .chart-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
  }

  .chart-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .chart-content-c2 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c3 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c4 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 10px;
  }

  .chart-content-c5 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 10px;
  }

  .chart-center {
    display: flex;
    justify-content: center;
  }

  .currency-input {
    position: relative;
  }

  .volume-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #341263;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
  }

  .currency-input::before {
    content: "$";
    color: #808282;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .csp-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #1aac4a;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .outer-container {
    display: table;
    width: 100%;
    height: 100px;
  }

  .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .total-cost-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e2e2e2;
    margin-left: 20px;
    padding-right: 15px;
  }

  .oem-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #808282;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .currency-oem-input {
    display: inline-block;
    position: relative;
  }

  .currency-oem-input::before {
    content: "$";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .oem-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-left: 20px;
    white-space: pre-line;
  }

  .chart-content-row-c1 {
    height: 460px;
  }

  #time-container {
    float: left;
    width: 50%;
    height: 620px;
    overflow-y: auto;
  }

  #time-container::-webkit-scrollbar {
    width: 1em;
  }

  #time-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #time-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .time-oem-input {
    display: inline-block;
    position: relative;
  }

  .time-oem-input::before {
    content: "";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .time-content-c1 {
    color: #808282;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
  }

  .time-content-c2 {
    color: #e1592a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  .time-content-c3 {
    color: #e1592a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .bar-chart-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white;
  }

  .bar-chart-content:first-child {
    border-top-width: 1px;
  }

  .title-area {
    border-color: #e1592a;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bar-chart-area {
    border-color: #e1592a;
    padding: 15px
  }

  .graph_container {
    display: block;
  }

  #percentage-area {
    padding: 2px 5px 2px 5px;
    border: 2px solid #bfc0c0;
    margin-left: 10px;
  }

  .bar-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
  }

  #bar-container {
    float: right;
    width: 50%;
  }

  .bar-content-row-c1 {
    height: 500px;
  }

  #bar-chart {
    width: 349px !important;
    height: 150px !important;
  }

  .chart-content-osp {
    margin-top: 20px;
  }

  #pieChart {
    width: 300px !important;
    height: 150px !important;
  }

  #copyright {
    text-align: center;
  }

  #copyright p{
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {

  .header-container {
    position: relative;
    text-align: center;
  }

  .main-headline {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image-header {
    height: 450px;
    object-fit: cover;
  }

  .cus-h2 {
    font-size: 79px;
    color: #ffffff !important;
    white-space: nowrap;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    white-space: pre-line;
  }

  #description-content {
    margin-top: 50px;
  }

  .description-container {
    padding-left: 8%;
    padding-right: 8%;
  }

  .main-description {
    color: #808282;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 12%;
    padding-right: 12%;
  }

  #calculator-content {
    margin-top: 50px;
  }

  .calculator-container {
    padding-left: 12%;
    padding-right: 12%;
  }

  .calculator-description {
    color: #808282;
    margin-top: 100px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 10%;
    padding-right: 10%;
  }

  .btn-cus-outline {
    border: 1px solid #e1592a;
    border-radius: 10px;
    color: #e1592a;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
  }

  .more-description {
    color: #4f4f50;
    margin-top: 80px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Bold;
    padding-left: 10%;
    padding-right: 10%;
  }

  .report-content {
    display: flex;
    gap: 24px;
    align-items: flex-end;
    /* justify-content: space-between; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto;
    max-width: 1200px;
    padding: 0 15px;
    /* padding-left: 10%; */
    /* padding-right: 10%; */
    /* margin-top: 60px; */
  }

  .tco-image {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 150px;
    object-fit: contain;
  }

  .pro-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .report-container {
    margin-top: 20px;
  }

  #footer-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
  }

  .footer-content {
    color: #787878;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
    padding-left: 6%;
    padding-right: 6%;
  }

  .footer-info {
    color: #e1592a;
  }

  .tab-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }

  .tab-modal ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .tab-modal ul li {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #231f20;
  }

  .tab-modal .tab-content-right {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #341263;
    border-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #e1592a;
    border-radius: 0px 0px 10px 10px;
  }

  .tab-modal .tab-content-left {
    color: #808282;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 10px;
  }

  .tab-modal .tab-container-bottom {
    display: flex;
    justify-content: space-between;
  }

  .tab-modal ul li:first-of-type {
    border-radius: 10px 0px 0px 0px;
    border-right: 0;
  }

  .tab-modal ul li:last-of-type {
    border-radius: 0px 10px 0px 0px;
    border-left: 0;
  }

  .tab-modal ul li.active {
    background: #341263;
    color: #fff;
  }

  .tab-modal ul li:hover {
    background: #341263;
    color: #fff;
  }

  #tab-content-2:hover {
    background: #e1592a;
    color: #fff;
  }

  .tab-content {
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #341263;
    display: flex;
  }

  .tab-content>div {
    width: 100%;
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }

  #cost-container {
    float: left;
    width: 50%;
    height: 530px;
    overflow-y: auto;
  }

  #chart-container {
    float: right;
    width: 50%;
  }

  .content-ct {
    padding-left: 15px;
    padding-right: 80px;
  }

  .cost-content-c1 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 30px;
  }

  .cost-content-c2 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 50px;
  }

  #cost-container::-webkit-scrollbar {
    width: 1em;
  }

  #cost-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #cost-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .cus-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
  }

  .ddl-select {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ddl-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
  }

  select:focus,
  input:focus {
    outline: none;
  }

  .line-ct1 {
    padding-right: 20px;
    padding-bottom: 50px;
    position: relative;
  }

  .line-ct1:after {
    content: '';
    position: absolute;
    right: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
    margin-top: -50px;
  }

  .line-ct2 {
    position: relative;
  }

  .line-ct2:after {
    content: '';
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
  }

  .content-ct1 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .chart-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
  }

  .chart-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .chart-content-c2 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c3 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c4 {
    color: #341263;
    font-size: 1.1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 10px;
  }

  .chart-content-c5 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 10px;
  }

  .chart-center {
    display: flex;
    justify-content: center;
  }

  .currency-input {
    display: inline-block;
    position: relative;
  }

  .volume-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #341263;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
  }

  .mt-top {
    margin-top: 40px;
  }

  .currency-input::before {
    content: "$";
    color: #808282;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .csp-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #1aac4a;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .outer-container {
    display: table;
    width: 100%;
    height: 100px;
  }

  .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .total-cost-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e2e2e2;
    margin-left: 20px;
    padding-right: 15px;
  }

  .oem-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #808282;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .currency-oem-input {
    display: inline-block;
    position: relative;
  }

  .currency-oem-input::before {
    content: "$";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .oem-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-left: 20px;
    white-space: pre-line;
  }

  .chart-content-row-c1 {
    height: 400px;
  }

  #time-container {
    float: left;
    width: 50%;
    height: 530px;
    overflow-y: auto;
  }

  #time-container::-webkit-scrollbar {
    width: 1em;
  }

  #time-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #time-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }


  .time-oem-input {
    display: inline-block;
    position: relative;
  }

  .time-oem-input::before {
    content: "";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .time-content-c1 {
    color: #808282;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
  }

  .time-content-c2 {
    color: #e1592a;
    font-size: 1.1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    white-space: pre-line;
  }

  .time-content-c3 {
    color: #e1592a;
    font-size: 1rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .bar-chart-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white;
  }

  .bar-chart-content:first-child {
    border-top-width: 1px;
  }

  .title-area {
    border-color: #e1592a;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bar-chart-area {
    border-color: #e1592a;
    padding: 15px
  }

  .graph_container {
    display: block;
  }

  #percentage-area {
    padding: 2px 5px 2px 5px;
    border: 2px solid #bfc0c0;
    margin-left: 10px;
  }

  .bar-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .bar-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #bar-container {
    float: right;
    width: 50%;
  }

  .bar-content-row-c1 {
    height: 400px;
  }

  #bar-chart {
    width: 250px !important;
    height: 150px !important;
  }

  #pieChart {
    width: 300px !important;
    height: 150px !important;
  }

  #copyright {
    text-align: center;
  }

  #copyright p{
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1600px) {

  .header-container {
    position: relative;
    text-align: center;
  }

  .main-headline {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #image-header {
    height: 450px;
    object-fit: cover;
  }

  .cus-h2 {
    font-size: 79px;
    color: #ffffff !important;
    white-space: nowrap;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    white-space: pre-line;
  }

  #description-content {
    margin-top: 50px;
  }

  .description-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .main-description {
    color: #808282;
    margin-top: 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 16%;
    padding-right: 16%;
  }

  #calculator-content {
    margin-top: 50px;
  }

  .calculator-container {
    padding-left: 15%;
    padding-right: 15%;
  }

  .calculator-description {
    color: #808282;
    margin-top: 100px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    padding-left: 11%;
    padding-right: 11%;
  }

  .btn-cus-outline {
    border: 1px solid #e1592a;
    border-radius: 10px;
    color: #e1592a;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
  }

  .more-description {
    color: #4f4f50;
    margin-top: 80px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Bold;
    padding-left: 11%;
    padding-right: 11%;
  }

  .report-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 11%;
    padding-right: 11%;
    margin-top: 60px;
  }

  #footer-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 11%;
    padding-right: 11%;
    text-align: center;
  }

  .footer-content {
    color: #787878;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .footer-info {
    color: #e1592a;
  }

  .tab-modal {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
  }

  .tab-modal ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
  }

  .tab-modal ul li {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    border: 1px solid #341263;
    border-bottom: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #231f20;
  }

  .tab-modal .tab-content-right {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #341263;
    border-top: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Roboto-Regular;
    color: #e1592a;
    border-radius: 0px 0px 10px 10px;
  }

  .tab-modal .tab-content-left {
    color: #808282;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 10px;
  }

  .tab-modal .tab-container-bottom {
    display: flex;
    justify-content: space-between;
  }

  .tab-modal ul li:first-of-type {
    border-radius: 10px 0px 0px 0px;
    border-right: 0;
  }

  .tab-modal ul li:last-of-type {
    border-radius: 0px 10px 0px 0px;
    border-left: 0;
  }

  .tab-modal ul li.active {
    background: #341263;
    color: #fff;
  }

  .tab-modal ul li:hover {
    background: #341263;
    color: #fff;
  }

  #tab-content-2:hover {
    background: #e1592a;
    color: #fff;
  }

  .tab-content {
    border-radius: 0px 10px 0px 10px;
    border: 1px solid #341263;
    display: flex;
  }

  .tab-content>div {
    width: 100%;
    display: none;
  }

  .tab-content>div.active {
    display: block;
  }

  #cost-container {
    float: left;
    width: 50%;
    height: 530px;
    overflow-y: auto;
  }

  #chart-container {
    float: right;
    width: 50%;
  }

  .content-ct {
    padding-left: 15px;
    padding-right: 100px;
  }

  .cost-content-c1 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    margin-top: 30px;
  }

  .cost-content-c2 {
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 50px;
  }

  #cost-container::-webkit-scrollbar {
    width: 1em;
  }

  #cost-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #cost-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }

  .cus-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 2em 0;
    padding: 0;
  }

  .ddl-select {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: right;
    background-origin: content-box;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .ddl-input {
    padding: 0.4em;
    width: 80%;
    border-radius: 0.2em;
    border: 1px solid #acacac;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Light;
  }

  select:focus,
  input:focus {
    outline: none;
  }

  .line-ct1 {
    padding-right: 20px;
    padding-bottom: 79px;
    position: relative;
  }

  .line-ct1:after {
    content: '';
    position: absolute;
    right: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
    margin-top: -50px;
  }

  .line-ct2 {
    position: relative;
  }

  .line-ct2:after {
    content: '';
    position: absolute;
    left: 20px;
    border-right: 1px solid #ccc;
    top: 0;
    bottom: 0;
  }

  .content-ct1 {
    padding-left: 40px;
    padding-right: 20px;
  }

  .chart-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
  }

  .chart-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .chart-content-c2 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c3 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .chart-content-c4 {
    color: #341263;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 10px;
  }

  .chart-content-c5 {
    color: #1aac4a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 10px;
  }

  .chart-center {
    display: flex;
    justify-content: center;
  }

  .currency-input {
    display: inline-block;
    position: relative;
  }

  .volume-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #341263;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
  }

  .mt-top {
    margin-top: 40px;
  }

  .currency-input::before {
    content: "$";
    color: #808282;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .csp-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #1aac4a;
    color: #181820;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .outer-container {
    display: table;
    width: 100%;
    height: 100px;
  }

  .inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .total-cost-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #e2e2e2;
    margin-left: 20px;
    padding-right: 15px;
  }

  .oem-input {
    padding: 0.4em;
    width: 90%;
    border-radius: 0.2em;
    border: 1px solid #808282;
    color: #000 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #fff;
    color: #808282;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Regular;
    text-align: right;
    margin-left: 10px;
  }

  .currency-oem-input {
    display: inline-block;
    position: relative;
  }

  .currency-oem-input::before {
    content: "$";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.3em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .oem-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-left: 20px;
    white-space: pre-line;
  }

  .chart-content-row-c1 {
    height: 400px;
  }

  #time-container {
    float: left;
    width: 50%;
    height: 530px;
    overflow-y: auto;
  }

  #time-container::-webkit-scrollbar {
    width: 1em;
  }

  #time-container::-webkit-scrollbar-track {
    border: none;
    background-color: transparent;
  }

  #time-container::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
    outline: 1px solid #c3c3c3;
    border-radius: 10px;
  }


  .time-oem-input {
    display: inline-block;
    position: relative;
  }

  .time-oem-input::before {
    content: "";
    color: #000;
    font-family: Roboto-Regular;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }

  .time-content-c1 {
    color: #808282;
    font-family: 'Roboto-Regular';
    font-size: 0.9rem;
  }

  .time-content-c2 {
    color: #e1592a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    white-space: pre-line;
  }

  .time-content-c3 {
    color: #e1592a;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    text-align: center;
    margin-top: 20px;
  }

  .bar-chart-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    background: white;
  }

  .bar-chart-content:first-child {
    border-top-width: 1px;
  }

  .title-area {
    border-color: #e1592a;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bar-chart-area {
    border-color: #e1592a;
    padding: 15px
  }

  .graph_container {
    display: block;
  }

  #percentage-area {
    padding: 2px 5px 2px 5px;
    border: 2px solid #bfc0c0;
    margin-left: 10px;
  }

  .bar-content-c1 {
    text-align: center;
    color: #000;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: Roboto-Bold;
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .bar-content-both {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  #bar-container {
    float: right;
    width: 50%;
  }

  .bar-content-row-c1 {
    height: 400px;
  }

  #bar-chart {
    width: 300px !important;
    height: 150px !important;
  }

  #pieChart {
    width: 300px !important;
    height: 150px !important;
  }

  .tco-image {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    height: 200px;
    object-fit: contain;
  }

  .pro-btn {
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .report-container {
    margin-top: 20px;
  }

  #copyright {
    text-align: center;
  }

  #copyright p{
    color: #000000;
    font-family: 'Roboto-Bold';
    font-size: 0.9rem;
  }
}

.input-read-only {
  background-color: #e2e2e2 !important;
}

.tab-content-right:hover {
  color: #341263;
}

.btn-cus-outline:hover {
  color: #341263;
  border: 1px solid #341263;
}

.currency-input-report {
  display: inline-block;
  position: relative;
}

.currency-input-report::before {
  content: "$";
  color: #808282;
  font-family: Roboto-Regular;
  font-size: 1em;
  position: absolute;
  left: 10px;
  top: 80%;
  transform: translateY(-50%);
  margin-left: 5px;
}

.microsoft-logo {
  display: inline-block;
  vertical-align: middle;
}

.microsoft-logo img {
  border-radius: 100%;
}

.microsoft-text {
  display: inline-block;
  vertical-align: middle;
}

.logo-text {
  color: #767678;
}

.microsoft-main {
  margin-top: 50px;
  text-align: center;
}

/* This is added */
/* Wrapper box that contains both the display value + slider */
.cores-box {
  border: 1px solid #b0b8c8;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
  padding: 10px 14px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
}

/* The editable number — matches ddl-select font/color */
#coreValue {
  display: inline-block;
  min-width: 60px;
  max-width: 100%;
  padding: 2px 6px;
  border: 1px solid #d0d3d8;
  border-radius: 4px;
  background: #f0f1f3;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  color: #6b7280;
  cursor: text;
  outline: none;
  word-break: break-all;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#coreValue:focus {
  border-color: #341263;
  box-shadow: 0 0 0 3px rgba(52, 18, 99, 0.12);
  background: #fff;
  color: #1a1a2e;
}

/* Slider — inside the box */
#num_cores {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 6px;
  border-radius: 4px;
  background: #d0d8e8;
  outline: none;
  margin: 12px 0 2px 0;
  cursor: pointer;
}

#num_cores::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #341263;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(18,79,163,0.4);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.15s;
}

#num_cores::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 2px 8px rgba(18,79,163,0.5);
}

#num_cores::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #341263;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 4px rgba(18,79,163,0.4);
  cursor: pointer;
}

#num_cores::-moz-range-track {
  height: 6px;
  border-radius: 4px;
  background: #d0d8e8;
}