/* Rewamped Daas page.*/

.Custom-timeline {
    display: flex;
}

@media screen and (max-width: 786px) {
  .Custom-timeline {
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
  .blue-wrapper {
    margin-bottom: 20px;
  }
}
.blue-wrapper {
    width: 150px; /* Set the width of the container */
    height: 150px; /* Set the height of the container */
    background-color: #113560; /* Set the background color to blue */
    color: white; /* Set text color to white */
    border-radius: 50%; /* Make the container round */
    display: flex; /* Use flexbox to center content horizontally and vertically */
    flex-direction: column; /* Stack children elements vertically */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    text-align: center; /* Center text within the container */
    color: white;
    margin-right: 30px;
  }
  
.blue-wrapper h2, .blue-wrapper p {
  margin: 0; /* Remove default margin for h2 and p elements */
  padding: 10px; /* Add padding for better readability */
  color: white;
}

.blue-wrapper p {
  overflow: hidden; /* Prevent content overflow */
  font-size: 12px;
  padding: 0;
  max-width: 124px;
}

.blue-wrapper h2 {
  overflow: hidden; /* Prevent content overflow */
  padding: 0;
}

.cta-container {
  justify-content: space-evenly;
}

.cta-container .button {
  width: 90%;
}

.cta-container div:first-child .button {
  float: left;
}

.cta-container div:last-child .button {
  float: right;
  background-color: #64af48;
  border: 1px solid #64af48;
}

.cta-container div:last-child .button:hover {
  color: #9dbd79;
  background-color: white;
  border: 1px solid #64af48;
}

.cta-container div {
  width: 50%;
}

.grey-timeline-variant {
  background-color: #F2F2F2;
}

.grey-timeline-variant {
  padding: 40px 0 40px 0 !important;    
}

.grey-timeline-variant .stat-timeline__title {
  padding-bottom: 40px;
}

.grey-timeline-variant .timeline-progress-ring {
  display: none;
}

.grey-timeline-variant  .timeline-item:not(:last-child)::after {
  display: none;
}
.grey-timeline-variant .timeline-item__inner {
  border: 1px solid #e28133;
}

.grey-timeline-variant .timeline-icon {
  color: black;
}

.grey-timeline-variant .timeline-item__content p {
    padding: 0;
}

.grey-timeline-variant .timeline-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.split-panel--left .split-panel__row.right-sided-image {
  flex-direction: row;
}

.split-panel--left .right-sided-image .split-panel__body--small {
  padding-left: 0;
  padding-right: 2.5rem;
}

.split-panel--left .split-panel__figure--slider-stats .right-sided-image img {
  box-shadow: 5px 8px 16px;
}

.blue-variant .split-panel__headline {
  color: #113560;
}

.blue-variant  .split-panel__button a {
  background-color: transparent;
  color: #113560;
  margin-top: 0;
  padding: 0;
}

.blue-variant  .split-panel__button a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.three-column-variant {
  text-align: center;
}

.three-column-variant .timeline-progress-ring {
  display: none;
}

.three-column-variant .timeline-item__inner {
  background-color: transparent;
  box-shadow: none;
  height: 75px;
}

.three-column-variant .timeline-item:not(:last-child)::after {
  display: none;
}

.three-column-variant .timeline-item:not(:first-of-type) {
  padding-left: 0;
}

.three-column-variant .timeline-item {
  display: flex;
  flex-direction: row;
  margin-right: 40px;
}
/* Styles for Daas Primary Metrics */

.three-column-variant.enlarged {
  margin-bottom:30px
}
.three-column-variant.enlarged .timeline-item {
  margin-right: 0;
}
.three-column-variant.enlarged .timeline-icon {
 font-size: 3rem;
}
.three-column-variant.enlarged .stat-timeline__grid{
  justify-content: space-between;
  gap: 20px;
}
.three-column-variant.enlarged .timeline-item .timeline-item__content {
  margin-left: 10px;
  margin-top: 0;
 }
 .three-column-variant.enlarged .timeline-item__content h3 {
  font-size: 1.8rem;
  padding-right: 0;
 }
 .three-column-variant.enlarged .timeline-item__content p {
  font-size: 1.3rem;
  margin: 0;
  padding-right: 0;
 }
 @media screen and (max-width: 900px) {
  .three-column-variant.enlarged .timeline-item  .timeline-item__inner{
   margin: 0;
  }
  .three-column-variant.enlarged .timeline-item  .timeline-item__content{
    text-align: center;
   }
   .three-column-variant.enlarged .timeline-item  {
   align-items: center;
   gap: 10px;
   }
}
/* Styles for Daas Primary Metrics End */

@media screen and (min-width: 1300px) {
  .three-column-variant .timeline-item {
    width: 30%;
  }
}
@media screen and (max-width: 1399px) {
  .three-column-variant .timeline-item {
    width: 46%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .three-column-variant .timeline-item {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .three-column-variant .timeline-item {
    flex-direction: column;
    width: 100%;
  }
  .three-column-variant .timeline-item__inner {
    align-items: flex-end;
  }
}

.three-column-variant .timeline-item .timeline-item__content {
  margin-left: 40px;
  text-align: left;
}

.three-column-variant .timeline-item .timeline-item__content h3 {
  margin-bottom: 0;
}

.three-column-variant .stat-timeline__title{
  color: #113560;
}

.background-blue-variant.page-banner {
  background-image: none !important;
  background-color: #113560;
  padding: 40px 0 40px 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.background-blue-variant.page-banner--overlay::before {
  background-image: none;
}

.background-blue-variant .page-banner__content {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.background-blue-variant {
  min-height: 200px;
}

.background-blue-variant .page-banner__headline {
  font-size: 30px;
  padding-right: 20px;
  margin-bottom: 0;
}

.background-blue-variant .section-button {
  padding-right: 10px;
}

.background-blue-variant .section-button {
  padding-right: 10px;
}

.background-blue-variant .page-banner__content div:nth-child(2) a {
  background-color: #64af48;
}

.background-blue-variant .page-banner__content div:nth-child(2) a:hover {
  color: #65AB4A;
  background-color: white;
}

.background-blue-variant .page-banner__content div:nth-child(3) a {
  background-color: #7F7F7F;
}

.background-blue-variant .page-banner__content div:nth-child(3) a:hover {
  color: #7F7F7F;
  background-color: white;
}

.background-blue-variant .section-button a {
  margin-top: 0;
}

@media screen and (max-width: 786px) { 
  .background-blue-variant .page-banner__content {
    flex-direction: column;
  }
  .background-blue-variant .section-button {
    padding-top: 20px;
  }
  .three-column-variant .timeline-item .timeline-item__content {
    text-align: center;
  }
}

.custom-content-image-block .heading-block__headline {
  text-align: left;
  margin-bottom: 0;
}

.custom-content-image-block .heading-block {
  margin-bottom: 20px;
}

.custom-content-image-block .content-block__copy {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
