.what-we-do-banner{
    background-image: url('../images/what-we-do/what-we-do-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.what-we-do-banner h1{
    font-size: 60px;
    font-weight: 600;
    width: 90%;
    letter-spacing: normal;
    color: white;
    line-height: normal !important;
}
.what-we-do-banner p{
    color: white;
    font-size: 40px;
    font-weight: 100;
}
@media (max-width: 768px) {
  .what-we-do-banner h1 {
    font-size: 30px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0px;
    color: white;
    line-height: 128% !important;
  }
  .what-we-do-banner p {
    font-size: 20px;
    font-weight: 100;
  }

}








.what-we-do h2 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 40px;
    letter-spacing: 0px;
}
.what-we-do{
    margin-bottom: 15%;
}

.circle-container {
  position: relative;
  width: 350px;
  height: 350px;
  margin: 0 auto;
}

.circle {
  position: relative;
  width: 100%;
  height: 100%;
  border: 8px dashed #ddd;
  border-radius: 50%;
}

.arc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px dashed transparent;
  border-top-color: orange;
  transform: rotate(0deg);
  transition: transform 0.6s ease;
  clip-path: circle(50%);
  width: 350px;
  height: 350px;
  top: -8px;
  left: -8px;
}

.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50%, -50%);
}

.content {
  position: absolute;
  width: 300px;
  text-align: left;
}

.content p{
    padding-top: 25px;
}

.content.left {
  top: 50% !important;
  left: -360px !important;
  text-align: right;
}


.content.right {
  top: 50% !important;
  right: -360px !important;
}

.content.bottom {
  bottom: -60% !important;
  left: 6% !important;
 
  text-align: center;
}

.tab {
  background: black;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.tab.active {
  background: orange;
  color: white;
}
@media (max-width: 768px) {
  .what-we-do{
    margin-bottom: 650px;
  }
  .content.left {
    top: 140% !important;
    left: 0px !important;
    text-align: left;
    margin-top: -120% !important;
  }
  .content{
    width: auto;
    position: relative;
  }
  .content.right {
    top: 155% !important;
    right: 0% !important;
  }
  .content.bottom {
    bottom: -170% !important;
    left: 0% !important; 
    transform: translateX(0%) !important;
    text-align: left;
  }
  .what-we-do h2 {
    font-size: 40px;
    
  }

}








.new-we-believe .row{
    justify-content: space-between;
}
.new-we-believe span{
    font-size: 200px;
    font-family: "Montserrat";
    font-weight: 900;
}

/* Left Column Text */
.new-we-believe p {
    font-size: 18px;
    color: #000;
    line-height: 160%;
    font-weight: 500;
}

/* Main Heading */
.new-we-believe h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0px;
}

/* BIG 2014 text */
.new-we-believe span {
    display: block;
    font-size: 180px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

/* Improve layout spacing */
.new-we-believe .col-md-5,
.new-we-believe .col-md-6 {
    padding-top: 20px;
}

/* Responsive design */
@media(max-width: 768px) {
    .new-we-believe span {
        font-size: 100px;
    }
    .what-we-do-page h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    line-height: 120%;
    padding-top: 50px;
  }
  .new-we-believe h2 {
    font-size: 40px;
    
  }
}




.what-we-do-inifinity .marquee span{
    color: black !important;
    font-size: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0em !important;
}
.what-we-do-inifinity .marquee__inner{
    gap: 0px !important;
} 








.what-we-do-page h2{
    font-size: 80px ;
    font-weight: 600 ;
    line-height: 140%;
}
.what-we-do-page P{
  color: #808080;
  line-height: 160%;
  letter-spacing: 0px;
}
.what-we-do-page .col-md-6{
    align-content: center;
}