
@charset "UTF-8";

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.eot");
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.woff") format("woff"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.ttf") format("truetype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Black.svg#GothamPro-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.eot");
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.woff") format("woff"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.ttf") format("truetype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Bold.svg#GothamPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Medium.eot");
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Medium.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/Gotham-fonts/GothamPro-Medium.woff") format("woff"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts//GothamPro-Medium.ttf") format("truetype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.eot");
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.eot?#iefix")
      format("embedded-opentype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.woff") format("woff"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.ttf") format("truetype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.eot");
  src: url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.eot?#iefix") format("embedded-opentype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.woff2") format("woff2"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.woff") format("woff"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.ttf") format("truetype"),
    url("https://www.tatacommunications.com/apps/cloud-connectivity-savings-calculator/assets/css/fonts/GothamPro.svg#GothamPro") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body{
    font-family: "Gotham Pro", sans-serif;
}
#num_clouds {
    text-align: center;
    font-weight: 400;
    font-family: "Gotham Pro", sans-serif;
    font-size: 16px;
    color: #333333;
}
.btn-outline-primary {
    padding: 5px 10px;
    font-size: 16px;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
}
.logo-section {
    padding: 20px 20px 60px;
    height: 160px;
    background: #F3F3F3;
}
.width-fitcontent {
    width: fit-content;
}
.tc-logo {
    width: 220px;
    height: 100%;
    vertical-align: bottom;
}
.tata-logo {
    width: 50px;
    height: 100%;
    vertical-align: bottom;
}
.log-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.btn-logo-wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.btn-logo-wrap a{
   text-decoration: none;
}
.cta-btn-secoundary {
    padding: 10px 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #0079E5;
    color: #0079E5;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in;
    background: transparent;
}
.cta-btn-secoundary:hover {
    background: #3D85C6;
    color: #fff;
}
sup {
    font-size: 0.44em !important;
    top: -1.2em !important;
    font-family: "Gotham Pro", sans-serif;
}
.text-head sup{
    font-size: 10px !important;
    top: -17px  !important;
}
.container{
    max-width: 1500px;
}
.text-head {
    font-family: "Gotham Pro", sans-serif;
    color: #3D85C6;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.text-16{
    font-family: "Gotham Pro", sans-serif;
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    /* margin-bottom: 30px; */
} 
.text-12{
    font-family: "Gotham Pro", sans-serif;
    color: #333333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 0px;
} 
.text-20{
    font-family: "Gotham Pro", sans-serif;
    color: #333;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 1.2em; 
transform: translateY(20px);
animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.text-bold{
    font-weight: 500;
}
.card.imcc-card {
    margin-top: -75px;
    border-radius: 12px;
border: 0px solid #E5E7EB;
background: #FFF;
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.10), 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
padding: 35px 60px;
}
label.form-label {
    color: #333333;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4em;
}
.form-select {
    color: #333333;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
}
.btn.btn-outline-secondary {
        border-radius: 8px;
        border: 1px solid #E5E7EB;
        background: rgba(0, 0, 0, 0.00);
        font-size: 16px;
        color: #1F2937;
        font-family: "Gotham Pro", sans-serif;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    width: 0;
}
input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #1F2937;
    background: #E5E7EB;
    border-color: #E5E7EB;
}
input[type='range'] {
        border-radius: 9999px;
        border: 0.5px solid #B7B5B5;
        background: #E5E5E5;
        height: 8px; 
        accent-color: #3D85C6;
        color: #fff;
        width: 100%;
        /* -webkit-appearance: none; */
    }
  
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #3D85C6; 
      height: 8px;
       border-radius: 9999px;
  }
  input[type="range"]::-moz-range-track {  
    background-color: #E5E5E5;
       height: 8px;
       border-radius: 9999px;
  }
/* IE*/
input[type="range"]::-ms-fill-lower {
  background-color: #3D85C6; 
  height: 8px;
  border-radius: 9999px;
}
input[type="range"]::-ms-fill-upper {  
  background-color: #E5E5E5;
  height: 8px;
  border-radius: 9999px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #3D85C6;
  border-radius: 50%;
  position: relative;
  margin-top: -13px; /* Moves the thumb upwards */
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #3D85C6;
  border-radius: 50%;
  position: relative;
  margin-top: -13px; /* Moves the thumb upwards */
  cursor: pointer;
}

#cloud_options .row{
    transform: translateY(20px);
animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
div#cloud_options span {
    width: 100%;
    float: right;
    text-align: right;
    font-size: 16px;
    font-family: "Gotham Pro", sans-serif;
}
.btn.btn-dark{
    border-radius: 8px;
    border: 0px solid #E5E7EB;
    background: #3D85C6;
    /* display: flex; */
    width: 100%;
    height: 48px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-family: "Gotham Pro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease-in;
    transform: translateY(20px);
    animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.btn-wrapper a{
    text-decoration: none;
}
.btn.btn-dark img {
    width: 16px;
    margin-right: 5px;
    vertical-align: sub;
}
.btn.btn-dark:hover {
    background: #EA7926;
}
.cta-btn{
    text-align: center;
    margin-top: 20px;
}
.cta-btn a {
    text-decoration: underline;
    color: #0f5ed5;
    font-size: 14px;
    font-weight: 500;
}
.cta-btn .cta-btn-secoundary {
    width: 100%;
    border-radius: 8px;
    height: 48px;
    line-height: 1em;
}
.card-content-left {
padding-right: 20px;
}
.card-content-right{
    padding-left: 20px;
    transform: translateY(20px);
animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.card-content-right th, .card-content-right td {
    font-size: 14px;
    font-family: "Gotham Pro", sans-serif;
    line-height: 1.4em;
    color: #333333;
    border: none;
    vertical-align: middle;
}
table.table.table-bordered {
    /* border: 1px solid grey; */
    border-collapse: unset;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    padding: 5px;
    transform: translateY(20px);
animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.progress-fill {
    height: 100%;
    background: #007bff;
    color: white;
    text-align: center;
    line-height: 20px;
    border-radius: 10px;
    transition: width 0.3s ease-in-out;
}
.half-circle {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
svg {
    width: 122px;
    height: 64px;
}
.background {
    fill: none;
    stroke: #0F5ED5;
    stroke-width: 5;
}
.progress {
    fill: none;
    stroke: #3D85C6;
    stroke-width: 5;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease-in-out;
}
.progress.invalid {
    fill: none;
    stroke:transparent;
}
.progress-container{
    width: 100%; 
    border-radius: 9999px;
    border: 0px solid #E5E7EB;
    background: #FFF;
      height: 10px;
       overflow: hidden;
    }
 .progress-bar{
    border-radius: 9999px;
    border: 0px solid #E5E7EB;
    background: #3D85C6;
    height: 100%;
    width: 0;
 }      
text {
    font-size: 14px;
    fill: #000;
    font-weight: bold;
}
.cost-analysis{
    display: flex;
    gap: 15px;
    transform: translateY(20px);
animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
.cost-div1, .cost-div2{
    width: 100%;
    border-radius: 8px;
background: rgba(230, 237, 248, 0.60);
padding: 30px 20px;
}
.cost-div2{
    text-align: center;
}
.saving-content {
    display: flex;
    gap: 6px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.saving-content img{
  width: 18px;
}
.cost-div1 .text-14 span{
    display: block;
    color: #333;
    font-family: "Gotham Pro", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 1.2em;
margin-top: 5px;
}
.cost-div1 .text-14 strong{
font-weight: 500;
}
.partner-logo2{
    width: 80%;
}
.partner-logo1, .partner-logo3{
    width: 60%;
}
th:last-child {
  width: 23%;
}
.d-mobile{
    display: none;
}
.d-desk{
    display: block;
}

@keyframes slide-up {
100% {
transform: translateY(0);
opacity: 1;
}
}
h2.heading-h4 {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: "Gotham Pro", sans-serif;
    color: #333333;
    font-weight: 700;
    line-height: 1.2em;
}
.disclaimerText{
    padding-top: 0;
    margin-bottom:20px;
    transform: translateY(20px);
     animation: slide-up 0.5s forwards cubic-bezier(0.5, 1, 0.89, 1);
     color: grey;
    }
.disclaimerText.show-disclaimer {
    padding-top: 0;
    margin-bottom: 20px;
    transform: translateY(0px);
     animation: none;
}
.footer-text {
    margin: 30px 0 ;
    text-align: center;
}
.footer-text p{
   color: #1E1E1E;
text-align: center;
font-family: "Gotham Pro", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 1.4em;
margin-bottom: 0;
}
button#estimate_button:disabled {
    background-color: #3d85c6a8;
    cursor: not-allowed;
    pointer-events: unset;
}

@media only screen and (max-width: 1367px){
    .card.imcc-card {
        padding: 25px 30px;
    }
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .logo-section {
        padding: 20px 0 60px;
    }
    .card-content-right {
        padding-left: 10px;
    }
    .card-content-left {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .card-content-right {
        padding-left: 0;
        padding-top: 30px;
    }
    .logo-section {
        padding: 20px 0 60px;
    }
    .card.imcc-card {
       padding: 25px 30px;
    }
    .card-content-left {
        padding-right: 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .d-mobile{
        display: block;
    }
    .d-desk{
        display: none;
    }
    .btn-logo-wrap .cta-btn-secoundary {
        padding: 0;
        height: auto;
        border: none;
    }
    .btn-logo-wrap .d-mobile img {
        width: 35px;
    }
    .disclaimerText.show-disclaimer {
        padding-top: 0;
        margin-bottom: 0px;
        transform: translateY(0px);
        animation: none;
    }
    .pb-20{
        padding-bottom: 20px;
    }
    .margin-t-0{
        margin-top: 0;
    }
    .btn.btn-dark {
        margin-top: 20px;
        height: auto;
        padding: 10px 15px;
    }
    .cost-div1, .cost-div2 {
        padding: 20px 20px;
    }
    .card-content-right th, .card-content-right td {
       padding: 5px;
        vertical-align: sub;
    }
    .card-content-right {
        padding-top: 20px;
    }
    .partner-logo1, .partner-logo3 ,.partner-logo2{
        width: 100%;
    }
    .tc-logo {
        width: 170px;
    }
    .tata-logo {
        width: 35px;
    }
    .logo-section {
        padding: 20px 0 60px;
        height: 130px;
    }
    .card.imcc-card {
        padding: 20px 20px;
        margin-top: -60px;
    }
    .disclaimerText {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .cta-btn-secoundary {
        padding: 5px 10px;
        font-size: 12px;
    }
    .footer-text p {
        font-size: 12px;
        line-height: 1.2em;
    }
    .cta-btn .cta-btn-secoundary {
        height: auto;
        line-height: 1.2em;
        font-size: 14px;
        padding: 10px 10px;
    }
  }

  @media only screen and (max-width: 575px) {
    .cost-analysis {
        display: block;
        gap: 0;
    }
    input[type="number"] {
        font-size: 14px;
     }
    .cost-div2 {
        margin-top: 20px;
    }
    .text-head ,  h2.heading-h4 , .cost-div1 .text-14 span {
        font-size: 24px;
    }
    .text-20 {
        font-size: 18px;
    }
    .text-16 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    p.text-14 {
        font-size: 14px;
    }
    div#cloud_options span {
        font-size: 14px;
    }

    table.table.table-bordered {
        overflow-x: auto;
        display: block;
        width: 100%;
    }
    .partner-logo1, .partner-logo3 {
        width:110px;
    }
    .partner-logo2 {
        width:150px;
    }
    .card-content-right th, .card-content-right td {
        white-space: nowrap;
        padding-right: 15px;
    }
    .footer-text {
        margin: 30px 0;
        text-align: center;
    }
    .footer-text p {
        font-size: 12px;
        line-height: 1.2em;
    }
  }
  @media only screen and (max-width: 360px) {
  .btn-logo-wrap {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.btn-logo-wrap .d-mobile img {
    width: 30px;
}
.tata-logo {
    width: 30px;
}
.tc-logo {
    width: 155px;
}
  }