*{
    margin: 0;
    padding: 0;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-color: #ffffffe4;
    position: relative;
}
.nav-header{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
}
.nav-header img{
    width: 120px;
}
.contact-kratika{
    text-align: right;
    display: flex;
    padding: 2rem 4rem;
    margin-top: -2rem;
}

.info-content{
    flex-grow: 1;
}
.contact-kratika i{
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1;
    color: #193D0D;
    width: 3rem;
    height: 3rem;
    background: #EDF9CC;
    line-height: 3rem;
    text-align: center;
    border-radius: 2rem;
    margin-right: 15px;
  
}

.info-title {
    display: block;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 15px;
    color: grey;
    margin-right: 25px;
  }
.info-sub-title {
display: block;
font-size: 18px;
font-weight: 500;
line-height: 1;
color: black;
margin-right: 0.7rem;
}
.wrapper{
    width: 100%;
    height: 11vh;
    box-shadow: 30px 5px 20px grey;
    background-image: linear-gradient(0deg,#8AAB2E, white, #8AAB2E);
    display: flex;
    justify-content: space-between; /* Center the content horizontally */
    align-items: center; /* Center the content vertically */
    margin-top: -2.5rem;
}
.nav-wrapper{
    display: flex;
    padding: 1% 6%;
    justify-content: space-between;
    align-items: center;
    
}
.nav-links{
    flex: 1;
    text-align: left;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: black;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 900;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.nav-links ul li ul {
visibility: hidden;
opacity: 0;
position: absolute;
left: 0;
display: none;
background: white;
padding: 10px 0;
border-radius: 10px; /* Added rounded corners to the bottom */
width: 12rem;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
transition: visibility cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s ease;
animation: fadeIn 0.5s ease forwards;
}
@keyframes fadeIn {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* Display dropdown menu on hover */
.dropdown:hover .dropdown-menu {
display: block;
}
.nav-links ul li:hover > ul {
visibility: visible;
opacity: 1;
display: block;
z-index: 999;

}
.nav-links ul li:after{
    content:'';
    width: 0%;
    height: 2px;
    background: #193D0D;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
width: 100%;
}
.appointment-btn{
    display: inline-block;
    margin-top: 2px;
    padding: 10px 10px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 40px;
    text-align: center;
    margin-right: 100px;
    width: 250px;
}
.appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}
.android-appointment-btn{
    display: none;
}
.contact-kratika .other-items{
    display: none;
}
.nav-wrapper .fa{
    display: none;
}
.image-container {
    position: relative;
    width: 100%;
    height: 700px;
    background-size: cover;
}

.bars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; /* Hide overflowing images */
}

.bars img {
    width: 100%;
    height: auto;
    animation: moveImage 30s linear infinite; /* Adjust animation speed and duration as needed */
}

@keyframes moveImage {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

  .box-containing {
    display: flex;
    justify-content: center;
  }
  
  .box {
    width: 400px;
    height: 450px;
    background-color: white;
    margin: 0 40px; 
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top:40px;
    box-shadow: 10px 10px 40px black;
    position: relative; /* Add position relative */
    overflow: hidden; /* Hide overflowing line */
    animation: boxAnimation 1s infinite alternate; /* Add animation to box */
  }
  
@keyframes boxAnimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
  }
  .box-header{
    font-size: 50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    color: #193D0D;
  }
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; /* Center the content horizontally */
    margin-top: 20px;
  }
  .content  img {
    width: 150px; /* Adjust the width of the image as needed */
    height: auto;
    margin-bottom: 10px;
    margin-right: 30px;
  }
  
  p {
    margin-top: 10px; 
    font-size: 15px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
  }
  .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px; /* Adjust line height */
    background-color: #193D0D; /* Adjust line color */
    animation: lineAnimation 2s infinite alternate; /* Add animation to line */
  }
  
  @keyframes lineAnimation {
    0% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
  }
  .read-more {
    display: inline-block;
    margin-top: 2px;
    padding: 5px 10px;
    background-color: #EDF9CC;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 30px;
    text-align: center;
    margin-right: 250px;
  }
  
  .read-more:hover {
    background-color: #193D0D;
    transform: translateY(-3px);
    color: white;
    text-decoration: none;
  }
  
  .read-more span {
    margin-left: 5px;
  }
  
  /* Animation for the arrow */
  .read-more span {
    display: inline-block;
    transition: transform 0.3s;
  }
  
  .read-more:hover span {
    transform: translateX(5px);
  }
  
.meditation-box{
    background-color: white;
    width: 90%;
    height: 620px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    /*box-shadow: 10px 20px 50px 10px black;*/
    margin-bottom: 20px;
    animation: slideInFromBottom 1s ease-in-out; /* Apply the fadeIn animation */
    }
    @keyframes slideInFromBottom {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    }
.suitable-therapy{
    margin-top: 55px;
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    margin-left: 20px;
    }
.meditation-box-img{
background-color: #193D0D;
width: 28rem;
height: 80vh;
float: right;
margin-top: 10px;
background-image: url("images/med_img.png");
background-size: cover;
}
.meditation-box-header{
font-size: 3rem;
font-weight: 800;
margin-top: 20px;
margin-left: 20px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: #193D0D;
}
.meditation-box-content{
font-size: 20px;
width: 800px;
margin-left: 20px;
margin-top: 5px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.list-inline {
display: flex;
flex-direction: row;
margin-top: 30px;
margin-left: 30px;
float: left;
justify-content: space-between;
}
.list-inline ul li{
    font-size: 1.2rem;
    text-align: left;
    margin-top: 20px;
    font-weight: 800;
    list-style: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.yoga2{
    margin-left: 100px;
}
.list-inline li::before {
    content: "\2022";
    color: #ff0000;
    font-size: 1.2em;
    margin-right: 5px; /* Adjust space between bullet and text */
    }
.certificate-header {
margin-top: 55px;
text-align: center;
font-size: 4rem;
font-weight: 900;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: black;
} 
.certificate-header2 {
    margin-top: 55px;
    text-align: center;
    font-size: 4rem;
    font-weight: 900;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    } 
    
.certificate-box {
    width: 100%;
    margin: 0 auto; /* Centering horizontally */
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: white;
    position: relative;
    height: 400px;
    transition: transform 0.3s ease; /* Adding transition */
  }
  
.scroll-container {
width: calc(100% - 20px); /* Adjust for scroll arrows width */
overflow-x: hidden; /* Hide scrollbar */
}

.image-wrapper {
white-space: nowrap; 
text-align: center;
}

.image-wrapper img {
display: inline-block; /* Make images display horizontally */
width: 350px; /* Adjust width as needed */
height: 350px;
margin-top: 20px;
box-shadow: 10px 2px 10px grey;
border-radius: 10px;
margin-left: 20px;
}

.scroll-container {
width: calc(100% - 40px); /* Adjust for arrow widths */
overflow-x: hidden; /* Hide scrollbar */
position: relative;
}
.scroll-container2 {
    width: calc(100% - 40px); /* Adjust for arrow widths */
    overflow-x: hidden; /* Hide scrollbar */
    position: relative;
    }
.scroll-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
background-color: rgba(0, 0, 0, 0.5);
color: white;
text-align: center;
line-height: 20px;
cursor: pointer;
border-radius:30px;
font-size: 20px;
font-weight: 800;
display: flex; /* Use flexbox */
justify-content: center; /* Center horizontally */
align-items: center;
}

.scroll-arrow.left {
left: 10px;
}

.scroll-arrow.right {
right: 10px;
}
.scroll-arrow.left2 {
left: 10px;
}

.scroll-arrow.right2 {
right: 10px;
}

.scroll-arrow:hover {
background-color: rgba(0, 0, 0, 0.8);
} 
.suitable-therapy-container {
display: flex; /* Use Flexbox */
justify-content: space-between; 
margin-right: 70px;
}

.suitable-therapy-box {
width: 20%; /* Adjust as needed */
margin: 0 auto; /* Centering horizontally */
margin-top: 30px;
margin-bottom: 20px;
border-radius: 10px;
background-color: white;
position: relative;
height: 250px;
margin-left: 90px; /* Adjust space between boxes */
animation: scaleAnimation 0.5s ease-in-out; /* Apply animation */
}

@keyframes scaleAnimation {
0% {
    transform: scale(0); /* Start with zero scale */
}
100% {
    transform: scale(1); /* Scale to original size */
}
}

.suitable-therapy-box img {
width: 90%; /* Adjust as needed */
height: 90%; /* Adjust as needed */
object-fit: cover; /* Ensure image covers the container */
border-radius: 10px;
}

.suitable-therapy-header {
position: absolute;
top: 81%; /* Position from the middle vertically */
left: 45%; /* Position from the middle horizontally */
transform: translate(-50%, -50%); /* Centering horizontally and vertically */
color: white;
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
padding: 10px;
border-radius: 10px;
width: 83%;
transition: height 0.3s; /* Add transition effect */
}
  
.suitable-therapy-box:hover .suitable-therapy-header {
height: 205px; /* Increase height on hover */
position: absolute;
top: 45%;
}
.suitable-therapy-read-more {
position: absolute;
bottom: 110px;
left: 45%;
transform: translateX(-50%);
background-color: #EDF9CC;
color: black;
padding: 5px 10px;
border-radius: 5px;
display: none; /* Initially hidden */
text-decoration: none;
font-size: 16px;
font-weight: 800;
width: 100px;
}
.suitable-therapy-read-more:hover{
text-decoration: none;
color: white;
background-color:#193D0D;
}
.suitable-therapy-box:hover .suitable-therapy-read-more {
display: block; /* Show on hover */
}
.about-box {
    position: relative; /* Ensure the parent container is relatively positioned */
    width: 80rem;
    height: 95vh;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 10px 20px 50px 10px gray;
    margin-top: 50px;
  }

  .skills-content-horizontal-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1rem;
  margin-left: 6.2rem;
  list-style: none;
  }
  
  .skills {
  text-align: left;
  font-size: 1.2rem;
  }
  
  .skills:nth-child(1),
  .skills:nth-child(2),
  .skills:nth-child(3) {
  margin-left: 1px; /* Adjust as needed */
  }
  .skills::before {
  content: "\2714"; /* No content */
  display: inline-block;
  margin-right: 5px; 
  color: #193D0D;
  
  }
  
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
.progress-container{
position: absolute;
left: 45%;
top:70%;
display: flex;
}
.progress-container2{
position: absolute;
left: 75%;
top: 70%;
display: flex;
}
.percent {
position: relative;
width: 9.5rem;
height: 9.5rem;
text-align: center;
}

.percent::before {
content: attr(data-text);
position: absolute;
inset: 20px;
background: #193D0D;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 1.3rem;
letter-spacing: 0.1rem;
text-transform: uppercase;
}

.percent svg {
position: relative;
width: 9.5rem;
height: 9.5rem;
transform: rotate(270deg);
}

.percent svg circle {
width: 100%;
height: 100%;
fill: transparent;
stroke-width: 3;
stroke: rgba(0,0,0,0.05);
transform: translate(5px, 5px);
}

.percent svg circle:nth-child(2) {
stroke: #193D0D;
stroke-dasharray: 440;
stroke-dashoffset: calc(440 - (440 * 81) / 100); 
opacity: 0;
animation: fadeIn 1s linear forwards;
animation-delay: 2.5s;
}

@keyframes fadeIn {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.percent .dot {
position: absolute;
inset: 5px;
z-index: 10;
animation: animateDot 2s linear forwards;
}

@keyframes animateDot {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(calc(3.6deg * 81));
}
}

.percent .dot::before {
content: '';
position: absolute;
top: -7px;
left: 50%;
transform: translateX(-50%);
width: 1rem;
height: 1rem;
background: #193D0D;
border-radius: 50%;
}
.percent2 {
position: relative;
width: 9.5rem;
height: 9.5rem;
text-align: center;
}

.percent2::before {
content: attr(data-text);
position: absolute;
inset: 20px;
background: #193D0D;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 1.15rem;
letter-spacing: 0.1rem;
text-transform: uppercase;
}

.percent2 svg {
position: relative;
width: 9.5rem;
height: 9.5rem;
transform: rotate(270deg);
}

.percent2 svg circle {
width: 100%;
height: 100%;
fill: transparent;
stroke-width: 3;
stroke: rgba(0,0,0,0.05);
transform: translate(5px, 5px);
}

.percent2 svg circle:nth-child(2) {
stroke: #193D0D;
stroke-dasharray: 440;
stroke-dashoffset: calc(440 - (440 * 93.6) / 100);
opacity: 0;
animation: fadeIn2 1s linear forwards;
animation-delay: 2.5s;
}

@keyframes fadeIn2 {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}

.percent2 .dot {
position: absolute;
inset: 5px;
z-index: 10;
animation: animateDot2 2s linear forwards;
}

@keyframes animateDot2 {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(calc(3.6deg * 93.6));
}
}

.percent2 .dot::before {
content: '';
position: absolute;
top: -7px;
left: 50%;
transform: translateX(-50%);
width: 1rem;
height: 1rem;
background: #193D0D;
border-radius: 50%;
}
.number {
position: relative;
inset: 0;
opacity: 0;
animation: fadeIn 1s linear forwards;
animation-delay: 2.5s;
margin-top: 50px;
margin-left: 20px;
}

.number h2 {
font-size: 2.5rem;
color: #193D0D;
}

.number h2 span {
font-weight: 300;
font-size: 1.5rem;
}
.img-box-center {
  position: absolute;
  top: 49%;
  left: 21%;
  transform: translate(-50%, -50%);
  width: 30rem; /* Adjust the width as needed */
  height: 85vh; /* Adjust the height as needed */
  background-color: gainsboro;
  background-image: url("images/26.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 10px 10px 5px grey;
 
}
.about-text{
    font-size: 1.2rem;
    font-weight: 800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 40rem;
    position: absolute;
    top: 5%;
    left: 43%;
    color: black;
    }

.thought{
    position: relative;
    text-align: center;
    color: white;
}
.thought img{
    width: 100%;
    height: 90vh;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #606C38;
width: 50rem;
height: 70vh;
border-radius: 20px;
}
.centered p{
font-size: 6.5rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 700;
}
.curious-box {
    width: 60rem;
    height: 25vh;
    background-color: #eff0eb4e;
    box-shadow: 10px 2px 5px grey;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 20px;
    display: flex; /* Add display:flex to center the content */
    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
}

.curious-box-que {
    text-align: left;
    padding: 10px; /* Add padding for better spacing */
}

.curious-box-que h1 {
    font-size: 2rem;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    color: #282828;
    margin-top: -10px; /* Add margin to push the h1 down */
    margin-left: 30px;
}

.curious-box-que h3{
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: 30px;
    margin-top: 20px;
    width: 50rem;
}
.videos-box-video{
display: flex;
justify-content: space-between;
overflow-x: scroll;
margin-top: 30px;
}
.videos-box-video iframe{
width: 300px;
height: 180px;
margin-top: 10px;
margin-left: 20px;
box-shadow: 10px 10px 5px grey;
}
.view-video{
margin: 0 auto;
margin-top: 30px;
text-align:center;
text-decoration: none;
background-color: #193D0D;
width: 12rem;
justify-content: center;
display: flex;
align-self: center;
align-items: center;
font-size: 20px;
font-weight: 800;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
height: 50px;
border-radius: 15px;
}
.view-video:hover{
    background-color: #606C38;
    color: black;
}
.connection{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.connection img{
    width: 90px;
    height: 90px;
    margin-left: 70px;
}
.map-container iframe{
    width: 100%;
  height: 50vh;
  margin-top: 50px;
}
.last-black-box{
    width: 100%;
    height: 50vh;
    background-color: black;
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 22px;
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 100px;
    height: 100px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}

@media(max-width: 700px){
.header{
    min-height: 100vh;
    width: 100%;
    background-color: white;
    position: relative;
    overflow-x: hidden;
} 
.contact-kratika{
    visibility: hidden;
}
.appointment-btn{
    display: none;
}
.nav-links ul li{
    padding: 1px 2px;
    flex-wrap: nowrap;
    
}
.nav-links ul li a{
    font-size: 0.8rem;
    font-weight: 600;
}
.nav-wrapper{
    padding: 1% 2%;
}
.nav-links ul li ul {
width: 10rem;
}
.contact-kratika .android-appointment-btn{
    visibility: visible;
}
.android-appointment-btn{
    display: block;
    margin-top: 20px;
    background-color: #193D0D;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;
    height: 50px;
    text-align: center;
    margin-left:-50rem;
    width: 150px;
}
.android-appointment-btn:hover{
    background-color: #EDF9CC;
    transform: translateY(-3px);
    color: black;
    text-decoration: none;
    
    border-color: #EDF9CC;
}
.image-container {
width: 100%;
height:24vh;
background-image: url("images/banner3.png");
}
.box-containing {
display: flex;
flex-direction: column;
justify-content: center;
margin: 0 auto;
}
.box {
width: 350px;
height: 450px;
margin: 0 auto;
margin-top: 80px;
}
.read-more {
display: inline-block;
margin-top: 2px;
margin-right: 200px;
  }
.suitable-therapy{
    font-size: 2.5rem;
    margin-left: -10px;
} 

.meditation-box-content{
    margin-left: 10px;
    width: 22rem;
    margin-top: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.meditation-box-header{
    font-size: 2rem;
    margin-left: 10px;
}
.meditation-box-img{
width: 350px;
height: 450px;
margin-top: 10px;
text-align: center;
}
.list-inline {
display: flex;
flex-direction: row;
margin-top: 40px;
margin-left: -10px;
float: left;
justify-content: space-between;
}
.list-inline ul li{
font-size: 0.9rem;
text-align: left;
margin-top: 5px;
font-weight: 600;
list-style: none;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
width: 300px;
}
.yoga2{
    margin-left: -110px;
}
.certificate-header {
margin-top: 440px;
margin-left: -10px;  
font-size: 2.5rem;
} 
.certificate-header2 {
margin-top: 50px;
margin-left: -10px;  
font-size: 2.5rem;
} 
.suitable-therapy-container {
display: flex; /* Use Flexbox */
flex-direction: column;
margin-right: 70px;
}
.suitable-therapy-box {
width: 100%; /* Adjust as needed */
margin-left: 50px;
margin-top: 10px;
}
.about-box {
width: 24.5rem;
height: 180vh;
display: flex;
flex-direction: column;
}
.img-box-center {
width: 23rem; /* Adjust the width as needed */
height: 70vh; /* Adjust the height as needed */
margin-top: -25rem;
margin-left: 7rem;
}
.about-text{
font-size: 0.8rem;
width: 21rem;
position: absolute;
top: 49%;
left: 4%;
color: black;

}

.skills-content-horizontal-list {
margin-top: 44rem;
margin-left: -2rem;
list-style: none;
}
.progress-container{
position: absolute;
left: 1%;
top:88%;
display: flex;
}
.progress-container2{
position: absolute;
left: 48%;
top: 88%;
display: flex;
}

.number h2 {
font-size: 1.2rem;
color: #193D0D;
}

.number h2 span {
font-weight: 300;
font-size: 0.7rem;
}
.number {
margin-top: 60px;
margin-left: 1px;
}
.thought img{
    height: 80vh;
}   
.centered {
width: 23rem;
height: 55vh;
border-radius: 20px;
}
.centered p{
font-size: 3.7rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 700;
margin-top: 60px;
}
.curious-box {
width: 23rem;
height: 27vh;
}
.curious-box-que h1 {
    font-size: 1.5rem;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    color: #282828;
    margin-top: -10px; /* Add margin to push the h1 down */
    margin-left: 10rem;
    width: 30rem;
}

.curious-box-que h3{
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 20px;
    width: 20rem;
    margin-left: 10rem;
}
.connection img{
    width: 70px;
    height: 70px;
    margin-left: 30px;
}
.last-nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-nav-links ul li{
    color: white;
    display: inline-block;
    padding: 8px 4px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 50px;
}
.last-url-images{
    display: flex;
    justify-content: center;
    align-items: center;
}
.last-url-images img{
    width: 90px;
    height: 90px;
    padding: 8px 22px;
    margin-top: 40px;
}
.last-box-last-line{
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    color: white;
}
}
