.bestProfessionalinTown {
    padding: 123px 80px 0 80px;
	margin: 0;
}

/* Left Container */
.leftContainer {
    position: relative;
    height: 589.13px;
}


.namasteWomen {
    width: 44.1%;
    height: 297px;
    border-radius: 9.94px;
    background-color: #FFE895;
    position: absolute;
    top: 56px;
    left: 29px;
    transform: translate(0, 0);
    z-index: 1;
}

.namasteWomen:hover {
    animation-name: namasteWomen;
    animation-duration: 1.3s;
    animation-iteration-count: 2;
}

@keyframes namasteWomen {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-5%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.namasteWomen>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9.94px;
}

.activeMentalPeace {
    width: 40.5%;
    height: 166.5px;
    border-radius: 10px;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 42.7%;
}

.activeMentalPeace  > p {
    color: white;
}

.activeMentalPeace:hover {
    animation-name: activeMentalPeace;
    animation-duration: 1.3s;
    animation-iteration-count: 2;
}

@keyframes activeMentalPeace {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -10%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.activeMentalPeace>p {
    text-align: center;
    width: 65%;
    margin: 0;
}

.professionalMentalHealth {
    overflow: hidden;
    width: 50.6%;
    height: 409px;
    background-color: #9FBEDD;
    border-radius: 10px;
    position: absolute;
    top: 180px;
    left: 50.9%;
}

.professionalMentalHealth>p {    
    font-size: 18px;
    line-height: normal;
    text-align: center;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 7%;
    transform: translate(-50%, 0%);
    width: 220px;
    margin: 0;
    color: #fff;
}

.professionalMentalHealth:hover {
    animation-name: professionalMentalHealth;
    animation-duration: 1.3s;
    animation-iteration-count: 2;
}

@keyframes professionalMentalHealth {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5%, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.professionalMentalHealth>img {
    width: 100%;
    height: 90%;
    object-fit: cover;    
    position: absolute;    
    bottom: 0;
    left: -2px;
}

.audioContainer {
    width: 44.06%;
    height: 88px;
    padding: 23px 19px 21px 21px;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    top: 364px;
    left: 29px;
    background: linear-gradient(45deg, rgba(16, 24, 40, 0.8661310959930848) 0%, rgba(0, 0, 0, 0.5) 3%, rgba(255, 255, 255, 0) 50%), url('/wp-content/uploads/2024/12/soundWaves.gif');
}

.audioContainer>audio {
    display: none;
}

.control {
    display: flex;
    justify-content: center;
    align-items: center;
}

#play,
#pause {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: solid 2px #fff;
    background-color: transparent;
}

#pause {
    display: none;
}

#play>i,
#pause>i {
    position: relative;
}

#play>i::before,
#pause>i::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
}



.nShape {
    width: 43.6%;
    height: 124px;
    border-radius: 10px;
    position: absolute;
    top: 465px;
    left: 32px;
}

.nShape>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Container  */
.rightContainer {
    padding-left: 96px;
}

.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border: solid 1px #D0D5DD;
    border-radius: 10px;
}

.btn:hover {
    border: solid 1px #D0D5DD;
    cursor: unset;
}

.btn .innerContent {
    padding: 2px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #D0D5DD;
    border-radius: 6px;

}

.btn .outerDot {
    width: 12px;
    height: 12px;
    background-color: #CAE6FF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 6px;
}

.btn .innerDot {
    margin: 0;
    padding: 0;
    width: 6px;
    height: 6px;
    background-color: #256FB3;
    border-radius: 50%;
}

.btn .text {
    font-size: 14px;
    font-weight: 500;
}

.btn .iconArrow {
    padding-left: 10px;
    padding-right: 8px;
    color: #667085;
}

.btn .iconArrow::before {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rightContainer .content h1 {
    color: #101828;
    margin-top: 16px;
    font-size: 60px;
    line-height: 1.36;
    font-weight: 600;
}

.rightContainer .content p {
    color: #475467;
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

.rightContainer .content .knowMoreBtn {
    font-size: 16px;
    font-weight: 600;
    margin-top: 48px;
    padding: 12px 20px;
    background-color: #101828;
    color: #fff;
    border-radius: 8px;
}



@media only screen and (max-width: 576px) {

    .bestProfessionalinTown {
        display: flex;
        flex-direction: column-reverse;
        padding: 48px 14px 0 14px;
    }

    /* Left Container */
    .leftContainer {
        height: 299px;
    }

    .namasteWomen {
        width: 43.06%;
        height: 151px;
        border-radius: 5px;
        top: 28.45px;
        left: 14px;
    }

    .namasteWomen>img {
        border-radius: 5px;
    }

    .activeMentalPeace {
        width: 39.64%;
        height: 84.7px;
        border-radius: 5px;
        left: 41.7%;
    }

    .activeMentalPeace>p {
        font-size: 12px;
    }

    .professionalMentalHealth {
        width: 49.5%;
        height: 207.96px;
        font-weight: bold;
        border-radius: 6px;
        top: 91.65px;
        left: 49.7%;
    }

    .professionalMentalHealth>p {
        font-size: 12px;
        width: 80%;
    }
    .professionalMentalHealth>img {
        object-fit: contain;
    }

    .audioContainer {
        width: 43%;
        height: 44px;
        padding: 12px 8px 12px 11px;
        border-radius: 5px;
        top: 185.15px;
        left: 14.75px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .audioContainer>audio {
        height: 21px;
    }

    #play,
    #pause {
        height: 37px;
        width: 37px;
        border-radius: 50%;
        border: solid 2px #fff;
        background-color: transparent;
    }

    #play,
    #pause {
        height: 17px;
        width: 17px;
    }

    #play>i::before {
        font-size: 12px;
        transform: translate(-43%, -49%);
    }

    #pause>i::before {
        font-size: 12px;
    }

    .nShape {
        width: 42.6%;
        height: 63.06px;
        border-radius: 6px;
        top: 236.52px;
        left: 16.27px;
    }

    /* Right Container  */
    .rightContainer {
        padding-left: 0px;
        margin-bottom: 32.11px;
    }

    .rightContainer .content h1 {
        margin-top: 7px;
        font-size: 24px;
    }

    .rightContainer .content p {
        margin-top: 10.5px;
        font-size: 14px;
        line-height: 1.5;
    }

    .rightContainer .content .knowMoreBtn {
        margin-top: 21px;
        font-size: 12px;
        padding: 12px 24px;
        border-radius: 3.5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .bestProfessionalinTown {
        padding: 64px 37px 0 37px;
    }

    /* Left Container */
    .leftContainer {
        height: 340px;
    }

    .namasteWomen {
        width: 43%;
        height: 172.04px;
        border-radius: 6px;
        top: 32.39px;
        left: 17px;
    }

    .namasteWomen>img {
        border-radius: 6px;
    }

    .activeMentalPeace {
        width: 39.6%;
        height: 96.46px;
        border-radius: 6px;
        left: 41.7%;
    }

    .activeMentalPeace>p {
        font-size: 12px;
    }

    .professionalMentalHealth {
        width: 50.5%;
        height: 236.83px;
        border-radius: 6px;
        top: 104.38px;
        left: 49.6%;
    }

    .professionalMentalHealth>p {
        font-size: 12px;
        width: 75%;    
        top: 6%;
    }

    .audioContainer {
        width: 43%;
        height: 50px;
        padding: 13px 9px 13px 12px;
        border-radius: 6px;
        top: 210.85px;
        left: 16.8px;
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .audioContainer>audio {
        height: 24.09px;
    }

    #play,
    #pause {
        height: 20px;
        width: 20px;
    }

    #play>i::before {
        font-size: 15px;
        transform: translate(-43%, -49%);
    }

    #pause>i::before {
        font-size: 15px;
    }

    .nShape {
        width: 42.5%;
        height: 71px;
        border-radius: 6px;
        top: 269.35px;
        left: 18.53px;
    }

    /* Right Container  */
    .rightContainer {
        padding-left: 55.6px;
    }

    .rightContainer .content h1 {
        margin-top: 9.27px;
        font-size: 32px;
    }

    .rightContainer .content p {
        margin-top: 14px;
        font-size: 12px;
        line-height: 17.4px;
    }

    .rightContainer .content .knowMoreBtn {
        font-size: 12px;
        margin-top: 27.8px;
        padding: 7px 12px;
        border-radius: 6px;
    }
}

/*** New Homepage **/
span.text {
    font-size: 26px; /* Adjust as needed */
    font-weight: normal;
    color: #6B7280; /* Gray tone similar to the image */
    display: block;
    margin-bottom: 5px;
}

h3.headingColor.heading.sub-head-new {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 25px;
}
@media (max-width: 1024px) {
.rightContainer .content .knowMoreBtn {
    margin-top: 10px;
}
}
@media (max-width: 767px) {
.rightContainer .content .knowMoreBtn {
        margin-top: 10px;
   }
}