
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);
    overflow-x: hidden;
            
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(84, 83, 83, 0.1);
    height: 114px;
    border: 2px solid whitesmoke; /* Adds a dark border */
}
.logo img {
    max-width: 150px; /* Adjust the size as needed */
    display: block;
   margin-left: 90px;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: auto 100px 50px 50px;
    padding: 0;
    
}

.nav-links li {
    margin: 0 15px;
    
}

.nav-links a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}
.nav-links a1 {
    text-decoration: none;
    color: #74262C;
    font-size: 16px;
}

.appointment-button {
    padding: 6px 20px;
    border: 1px solid #74262C;
    border-radius: 25px;
    text-decoration: none;
    
}
.font-color-custom {
    color: #74262C;
}
/* .appointment-button:hover {
    background-color: #74262C;
    color: #ffffff;
} */

/* mobileversion navbar */
@media (max-width: 768px) {
.body {
  overflow-x: hidden;
}
.nav-links {
      display: none; /* Hide navigation links on mobile */
  }

  .logo img {
      max-width: 100px; /* Adjust logo size for mobile */
      position: relative;
        right: 37%;
  }

  .navbar {
      padding:0px;
      height: auto;
  }
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);

  }
  .v528_377 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 90px; /* Adjust as needed */
    color: #74262C; /* Adjust font color as needed */
    font-size: 100px; /* Adjust font size as needed */
    top: 180px;
    font-weight: lighter;
    line-height: 100px; 
    }
  .v528_374 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 600px;
    background: url("/images/Yoga1.png") no-repeat center center;
    position: relative;
    left: 160px;
    top: -30px;
}
/* Media queries for responsive design */
@media (max-width: 768px) {
  .container {
      flex-direction: row; /* Change to row for larger screens */
      justify-content: space-between;
      background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);
      
  }

  .v528_374 {
    position: relative;
    left: 43px;
    top: 7px;
    background: url(/images/Yoga1.png) no-repeat center;
    background-size: 300px;
    height: 135px;
  }

  .v528_377 {
    font-size: 16px;
    line-height: 30px;
    /* position: relative; */
    left: 25px;
    top: 75px;
    width: 100%;
  }
}
/* mobile view */
@media (max-width: 768px) {
  .containers {
      flex-direction: column;
      height: 825px;
  }
  .image {
    right: 60px;
    top: 30px;
  }
  
  .image img {
      /* max-width: 50%; */
  }
  
  .text {
      font-size: 14px;

  }
  
  .text p1 {
    position: relative;
    left: -120px;
    right: 18px;
    top: -106px;
    width: 185%;
    font-size: 10px;
  }
  .badge {
    position: absolute;
    left: 106px;
    top: 625px;
    font-size: 10px;
  }
  .text p {
    width: 160%;
    position: relative;
    right: 120px;
    top: -61px;
  }
  
  ul li {
    font-size: 10px;
    position: relative;
    left: -120px;
    top: -130px;
    width: 200%;
  }
}




.containers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);
}
.text {
    flex: 1;
    padding: 100px;
    color: #333;
    margin: 0 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    
}
.text h2 {
    margin-top: 0;
    font-size: 2em;
}
.text p {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 10px 25px 0px;
}
.text p1 {
    font-size: 15px;
    margin: 20px 10px 10px 0px;
}
.text ul {
    padding-left: 20px;
    margin: 20px 10px 10px 0px;
    font-size: 15px;
}

.image {
    flex: 1;
    position: relative;
    
}
.image img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    object-fit: cover;
    width: 492px;
    background: linear-gradient(180deg, #FAFAFA 0%, #F7F7F7 100%);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
 .badge {
    background-color: #f3e5e5;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 0.9em;
    color: #74262C;
    display: inline-block;
    left: 82px;
    
}
.v528_420 {
    width: 100%;
    min-height: 100vh; /* Adjusted for full viewport height */
    background: url("../images/v528_420.png") no-repeat center center / cover;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_421 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 780px;
    background: rgba(116,38,44,1);
    opacity: 1;
}

.v528_422 {
    width: 400px;
    height: 455px;
    background: url(../images/v528_423.png) no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 10px;
    left: calc(85% - 200px); /* Center the container horizontally */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.v528_423 {
    width: 25%;
    height: 35%;
    background: url(../images/v528_423.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    top: 500px;
    left: -10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_425 {
    width: 570px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 100px;
    left: 500px;
    font-family: Poppins;
    font-weight: Light;
    font-size: 36px;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_426 {
    width: 100px;
    height: 30px;
    background: rgba(255,255,255,0.12);
    padding: 0 12px;
    opacity: 1;
    position: absolute;
    top: 61px;
    left: 600px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_427 {
    color: rgba(255,255,255,1);
    font-family: Poppins;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_428 {
    width: 351px;
    height: 401px;
    position: absolute;
    top: 235px;
    left: 101px;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto; /* Centers the box horizontally */
    position: absolute;
    top: 0px;
    left: 50px;
}

.v528_429 {
    width: 350px;
    height: 400px;
    background: rgba(116,38,44,1);
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 20px;
}

.v528_430 {
    width: 230px;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 40px;
    left: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_432 {
    width: 230px;
    height: 100%;
    background: url("../images/v528_432.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_433 {
    width: 210px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 275px;
    left: 71px;
    font-family: Poppins;
    font-weight: Medium;
    font-size: 24px;
    opacity: 1;
    text-align: center;
}

.v528_434 {
    width: 292px;
    color: rgba(255,255,255,1);
    position: absolute;
    top: 317px;
    left: 30px;
    font-family: Poppins;
    font-weight: Regular;
    font-size: 16px;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_435 {
    width: 351px;
    height: 401px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 235px;
    left: 462px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_436 {
    width: 350px;
    height: 400px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid rgba(255,255,255,1);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_437 {
    width: 230px;
    height: 230px;
    background: url("../images/v528_437.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 40px;
    left: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v528_450 {
    position: relative;
    left: 0px;
    top: 10px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    
}
 
  .v528_451 {
    width: 570px;
    color: rgba(0,0,0,1);
    position: absolute;
    top: 47px;
    left: 450px;
    font-family: Poppins;
    font-weight: Light;
    font-size: 36px;
    opacity: 1;
    text-align: center;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center;

  }
  .v528_452 {
    width: 50px;
    height: 25px;
    background: rgba(116,38,44,0.11999999731779099);
    padding: 4px 16px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 660px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v528_453 {
    width: 49px;
    color: rgba(116,38,44,1);
    position: absolute;
    top: 5px;
    left: 16px;
    font-family: Poppins;
    font-weight: Regular;
    font-size: 14px;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v528_454 {
    width: 460px;
    height: 496px;
    background: url("../images/v528_456.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 151px;
    left: 110px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v528_457 {
    width: 25%;
    height: 200px;
    background: url(../images/v528_457.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 150px;
    left: 578px;
    border: 1px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v528_458 {
    width: 25%;
    height: 200px;
    background: url("../images/v528_458.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 150px;
    left: 943px;
    border: 1px solid rgba(255,255,255,1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .v528_459 {
    width: 51%;
    height: 286px;
    background: url(../images/v528_459.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    top: 360px;
    left: 578px;
    border: 1px solid rgba(255, 255, 255, 1);
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 
  @media (max-width: 768px) {
    .v528_451 {
        width: 90%;
        left: 5%;
        top: 74px;
        font-size: 24px;
        text-align: center;
    }

    .v528_452 {
        width: 50px;
        height: 25px;
        left: 48%;
        transform: translateX(-50%);
        top: 9px;
    }

    .v528_454 {
      max-width: 100%;
      /* height: auto; */
      left: 50%;
      transform: translateX(-50%);
      top: 20px;
      background-size: contain;
  }
    

    .v528_457{
      width: 50%;
      height: 166px;
      left: 75%;
      transform: translateX(-50%);
      top: 375px;
      /* margin-top: 20px; */
      position: relative;
      background-size: 250px;
      overflow: hidden;
      z-index: revert-layer;
    }
    .v528_458 {
      width: 50%;
      height: 166px;
      left: 25%;
      transform: translateX(-50%);
      top: 208px;
      /* margin-top: 20px; */
      position: relative;
      background-size: 250px;
    }


    .v528_459 {
      width: 100%;
      height: 200px;
      left: 50%;
      transform: translateX(-50%);
      top: 188px;
      margin-top: 20px;
      position: relative;
      z-index: 0;
    }
}

    

  .v528_460 {
    width: 110px;
    height: 40px;
    background: url("../images/v528_460.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 12px 16px;
    margin: 8px;
    opacity: 1;
    position: absolute;
    top: 802px;
    left: 525px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }
  
  .button-viewall {
    border: none; /* Remove borders */
    padding: 5px 10px; /* Some padding */
    text-align: center; /* Centered text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Make the container inline-block */
    font-size: 16px; /* Increase font size */
    margin: 4px 2px; /* Add some margin */
    cursor: pointer; /* Pointer/hand icon */
    border-radius: 30px; /* Rounded corners */
    transition-duration: 0.4s; /* Transition effect */
    position: absolute; /* Positioning */
    top: 700px; /* Vertical position */
    left: 550px; /* Horizontal position */
    background-color:white;
    border: 1px solid #74262C;
}

.button-viewall:hover {
    color: black; /* Black text */
}

.v528_461 {
    width: 61px;
    color: rgba(116,38,44,1); /* Text color */
    position: relative; /* Positioning */
    font-family: Poppins, sans-serif; /* Font family */
    font-weight: 400; /* Font weight */
    font-size: 16px; /* Font size */
    opacity: 1; /* Opacity */
    text-align: left; /* Text alignment */
    overflow: hidden;
}
.picture{
    position: relative;
    top: -351px;
    left: 65px;
    display: flex;
    width: 100px;
}


  
.container1 {
    background: rgba(116, 38, 44, 1); /* deep red color */
    padding: 0px;
    text-align: center;
    margin: 0px;
    width: 100%;
    height: 700px;
  }
  h1{
    display: flex;
    justify-content: center;
    position: relative;
    left: 0px;
    top: 60px;
    flex-wrap: nowrap;
    align-items: flex-end;
    color: white;
    font-weight: lighter;
    
  }
  .pas {
    width: 10%;
    background: rgba(255, 255, 255, 0.11999999731779099);
    opacity: 1;
    position: absolute;
    left: 638px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
    color:white;
    font-weight:lighter;
  
  }
  .therapy-grid {
    position: relative;
    top: 10%;
    left: 0%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
  }
  
  .therapy-card {
    margin: 20px;
    width: 350px; /* adjust the width to fit your design */
    background: rgba(116, 38, 44, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    height: 430px;
    border-radius: 30px;
    z-index: 1;
  }
  
  .therapy-cards{
    margin: 20px;
    width: 350px; /* adjust the width to fit your design */
    background:white;
    border: 1px solid rgba(255, 255, 255, 1);
    height: 430px;
    border-radius: 30px;
    z-index: 1;
  }
  
  .card-circle {
    width: 70%;
    height: 60%; /* adjust the height to fit your design */
    border-radius: 55%; 
    overflow: hidden;
    margin-top: 20px;
    margin-left: 50px;
  }
  
  .card-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card-content {
    padding: 0px;
    text-align: center;
    z-index: 1;
  }
  .card-contents {
    padding: 0px;
    text-align: center;
    z-index: 1;
    color: black;
  }
  
  .card-content h2 {
    font-size: 24px;
    margin-top: 10px;
    color: white;
    font-weight: lighter;
  }
  .card-contents h2 {
    font-size: 24px;
    margin-top: 10px;
    color: black;
    font-weight: lighter;
  }
  
  .card-content p {
    font-size: 16px;
    color: white; /* gray text */
    padding: 0px;
    margin: 30px;
  }
  .card-contents p {
    font-size: 16px;
    color:black; /* gray text */
    padding: 0px;
    margin: 30px;
  }
  .mandala {
    width: 29.5%;
    height: 70%;
    background: url(../images/v528_423.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    position: absolute;
    top: -25%;
    left: 70.5%;
    display: flex;
    justify-content: end;
  }
  
  .mandala1 {
    width: 25%;
    height: 55%;
    background: url(../images/v528_423.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    position: absolute;
    top: 63%;
    right: 77%;
    display: flex;
    justify-content: end;
  }
  
  @media only screen and (max-width: 768px) {
    .container1 {
        height: 800px; /* Adjust for content height */
        /* padding: 20px; */
    }
    

    h1 {
      font-size: 12px;
      left: 0px;
      top: 43px;
    }

    .pas {
      width: 25%;
        max-width: 89px;
        font-size: 10px;
        padding: 4px;
        /* margin-top: 53px; */
        color: white;
        position: absolute;
        left: 35%;
    }

    .therapy-grid {
        flex-direction: column; /* Stack items vertically */
        top: 50px;
        /* display: grid; */
        justify-content: space-evenly;
        align-items: center;
        justify-items: center;
    }

    .therapy-card, .therapy-cards {
        width: 50%; /* Fit better on mobile */
        max-width: 500px; /* Ensure it doesn't get too wide */
        height: 190px; /* Adjust for content height */
        /* padding: 20px; */ /* Padding for better look */
    }

    .card-circle {
        width: 61%; /* Smaller circle for mobile */
        height: 100px; /* Adjust for image aspect ratio */
        border-radius: 50%;
        margin-left: 31px;
    }

    .card-content h2, .card-contents h2 {
        font-size: 10px; /* Smaller font for mobile */
        margin-top: 10px;
    }

    .card-content p, .card-contents p {
        font-size: 8px; /* Smaller font for mobile */
        width: 100%;
        margin: -1px;
    }

    .mandala {
        width: 55%; /* Fit better on mobile */
        height: 33%; /* Adjust for better look */
        left: 48%;
        top: -5%;
    }
    .mandala1 {
      width: 50%; /* Fit better on mobile */
      height: 20%; /* Adjust for better look */
      left: 25%;
      top: -6%;
  }

    .mandala1 {
        top: 83%; /* Adjust for better look */
        left: -3%;
    }
    .images{
      left: 10px;
    }
    #left{
      float: right;
    }
}
