@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');



body {
    background-color: #e9f0ec;

    color: #181a17;
    margin-top: 40px;
    /*font-family: "Dancing Script", cursive;*/
    font-optical-sizing: auto;

    font-style: normal;
}



.card-payemtn {
    background-color: white;
    padding: 20px;
    border-radius: 20px;
}


.pricing-card {
    transition: transform 0.3s;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-header {
    background-color: #6c5ce7;
    color: white;
    padding: 20px 0;
}

.popular .pricing-header {
    background-color: #00b894;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: bold;
}

.intro-price {
    text-decoration: line-through;
    opacity: 0.7;
}

.btn-purchase {
    background-color: #6c5ce7;
    border: none;
    width: 80%;
    margin: 0 auto;
}

.popular .btn-purchase {
    background-color: #00b894;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Sora', sans-serif;*/
}

.fixed-icon {
    position: fixed;
    top: 60%;
    left: 0;
    z-index: 9999;
}

.fixed-icon a img {
    width: 50px;
    border-radius: 50%;
}

.banner-carousel {
    padding: 40px 0;
    border: 10px solid #e9f0ec;
}


.inner-carousel .item {
    position: relative;
    height: 500px;
}


.banner-carousel .item {
    position: relative;
    height: 700px;

}

.banner-carousel .item img,
.inner-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    object-position: top;
}

.opacity-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(to right top, #252525, #3b3a3a, #767473, #b5b4b1, #f8f9f5);
    border-radius: 30px;
    z-index: 1;
}

.slide-content-inner-page h2 {
    font-size: 60px;
}

.slide-content-inner-page {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
    opacity: 1;
    transform: translateX(-50px);
    transition: opacity 1s ease, transform 1s ease;
    z-index: 2;
}

.slide-content {
    position: absolute;
    top: 20%;
    left: 0%;
    transform: translateY(-50%);
    color: white;
    /* background: rgba(0, 0, 0, 0.5); */
    padding: 20px;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s ease, transform 1s ease;
    z-index: 2;
}

.slide-content .box {
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    width: 250px;
    padding: 0 10px;
}

.slide-content h2 {
    font-size: 70px;
    margin-top: 30px;
}

.slide-content h2 span {
    font-weight: 900;
}

.active .slide-content {
    opacity: 1;
    transform: translateX(0);
}

.owl-dots {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: white !important;
    border-radius: 50%;
}

.owl-dot.active {
    background: #ffcc00 !important;
}

/* footer */

footer {
    background-color: rgba(255, 253, 253, 0.9);
    padding: 40px 0 0 0;
}

.footer-wraper {
    background-size: cover;
    background-image: url('../gallery/footer.png');
}

.footer-logo {
    height: 70px;
    border: 1px solid black;
    border-radius: 50%;
}

header .container-fluid {
    width: 95%;
}

.container-fluid {
    padding: 0 40px;
}

.footer-anme-caom {
    color: black;
    font-weight: 500;
    font-size: 20px;
}

.footer-lgo-sum {
    margin-top: 30px;
    color: #30332e;
    font-weight: 540;
}

footer .social ul li a i {
    border: 1px solid #181a17;
    border-radius: 50%;
    padding: 10px;
    color: #181a17;
}

footer .social ul {
    display: flex;
}

footer ul li {
    list-style: none;
    margin-right: 10px;
}

ul {
    padding-left: 0;
}

footer .three-link-holder {
    display: flex;
    justify-content: space-between;
}

footer .three-link-holder ul li a {
    text-decoration: none;
    color: #181a17;
}

footer .three-link-holder ul li {
    display: block;
    line-height: 36px;
    color: rgba(24, 26, 23, 0.8);
}



footer .professional {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
    font-weight: 500;
}

footer .three-link-holder h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--pbmit-blackish-color);
    text-transform: capitalize;
    font-style: normal;
    margin-bottom: 15px;
}


footer .three-link-holder .differ-three ul li a {
    line-height: 26px;
    color: rgba(45, 49, 43, 0.8) !important;
}

footer .footer-link-hlder {
    width: 250px;
}

footer .footer-bottom {
    display: flex;
    justify-content: space-between;
}

footer .link-section {
    padding-left: 60px;
}

footer .footer-bottom ul {
    display: flex;
}

footer .footer-bottom ul li a {
    color: #30332e;
    text-decoration: none;
    font-size: 14px;
}

.upper-footer {
    /* background-color: ; */
}

.footer-top-section {
    padding: 36px 0px 20px 0px;
    background-color: #e5c466;
}

.footer-top-section .pbmit-icon-list-items {
    display: flex;
    /* flex-wrap: wrap; */
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 10px;
}

.footer-top-section .pbmit-icon-list-items li {
    position: relative;
    font-size: 12px;
    line-height: 24px;
    margin-right: 35px !important;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 8px;
    display: flex;
}

.footer-top-section .pbmit-icon-list-items li:not(:last-child):before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -22px;
    left: auto;
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
}

.footer-top-section .pbmit-icon-list-items li a {
    display: flex;
    font-size: inherit;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #181a17;
}

.footer-top-section .pbmit-col_2 {
    padding: 0 0 0 15px;
}

.footer-top-section .pbmit-col_3 {
    padding: 0px 12px 0px 15px;
}



.footer-top-section .pbmit-ihbox-contents i {
    background-color: white;
    border-radius: 50px;
    padding: 15px;
    color: #484b46;
    margin-right: 13px;
}

.footer-top-section .pbmit-ihbox-contents h2 {
    font-size: 14px;
}

.footer-top-section .fotter-mail-phone {
    display: flex;
    justify-content: space-evenly;
}

/* carosuel list */



.service-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;

}


.service-card img {
    width: 100%;
    height: 350px !important;
    margin-top: 20px;
    border-radius: 30px 30px 30px 30px;
    display: block;
    object-fit: cover;
    object-position: bottom;
    /* Removes unwanted spacing */
    clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);

}

.service-card .expand-icon {
    position: absolute;
    bottom: 12px;
    /* Reduce from 20px */
    right: 12px;
    /* Reduce from 15px */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* Allows the curve to be slightly visible */

    border-radius: 50%;
    width: 35px;
    /* Reduce from 40px */
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: transform 0.3s ease-in-out;
    z-index: 10;
    /* Ensure it appears above other elements */
}


.expand-icon:hover {
    transform: scale(1.1);
}

.custom-nav {
    position: absolute;
    top: -50px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.custom-nav button {
    background: transparent;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.blog-section,
.client-carousel {
    margin: 60px 0;
}

.blog-section h2,
.services-section h2 {
    text-align: left;
    font-size: 50px;
}

.blog-detail1 {
    display: flex;
    font-size: 14px;
    margin-top: 30px;
    color: #181a17;
    font-weight: 600;

}

.blog-detail1 .admin {
    margin-left: 20px;
}



.blog-detail1 i {
    color: #448c74;
}

.blog-detail2 {
    margin-top: 10px;
}

.blog-detail2 a {
    text-decoration: none;
    color: #2b2828;
    font-size: 23px;
    line-height: 31px;

}

.our-detail2 {
    margin-top: 20px;
}

.our-detail2 a {
    text-decoration: none;
    color: white;
    font-size: 23px;
    line-height: 31px;


}

.our-detail1 .admin {
    margin-left: 20px;
}



.our-detail1 i {
    color: #ffffff;
}

.our-detail1 {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
    color: white;
    /* font-weight: 600; */

}

.price-session {
    color: rgb(235, 206, 42);
    font-size: 25px;
}

header {
    z-index: 9999;
}

.top-righ {
    position: absolute;
    top: 10%;
    z-index: 999;
    background-color: white;
    color: black;
    padding: 0 20px;
    border-radius: 10px;
    margin-left: 20px;
    border: 1px solid white;
}

.banner-carousel,
.inner-carousel {
    margin-top: -150px;
    z-index: -1;
    padding-top: 40px;
}

.header-logo {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    padding: 0 30px;
}

.navbar-expand-lg .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    right: -31px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--pbmit-white-color);
    border-radius: 50%;
}

.tilte-section {
    /*font-family: 'Sora', sans-serif;*/

    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #181a17;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    border: 1px solid #181a17;
    padding: 2px 23px 0;
    border-radius: 30px;
}

/* why choose us */

.why-choose-section {
    background-color: #448c74;
    /* Adjust color */

    color: white;

}

.why-choose-warper {
    background-image: url('../gallery/yoga-pattern-new-01.png');
    padding: 60px 0;

}


.about-wraper-inner {
    background-color: #448c74;
    /* Adjust color */

    color: white;
}


.about-wraper {
    background-image: url('../gallery/yoga-pattern-new-01.png');
    padding: 60px 0;
}

.why-choose-section-contact {
    margin-top: 40px;
    background-color: #448c74;
    color: white;
    clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);
}

.why-choose-warper-contact {
    background-image: url('../gallery/yoga-pattern-new-01.png');
    /* padding: 60px 0; */
    clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);
}

.why-choose-warper-contact .detilc-pnt {
    padding: 40px 30px;
}

.open {
    color: #ffcc00;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
}

.why-choose-warper-contact img {
    width: 100%;
}

.why-choose-section h2 {
    font-size: 50px;
}

.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e5c466;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #000;
}

.circle-wraper {
    border: 3px solid white;
    padding: 6px;
    border-radius: 50%;
    margin-right: 30px;
}

.circle-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.circle-container p {
    color: rgb(230, 227, 227);
}

.meditation-img {
    width: 100%;
    max-width: 350px;
}

.why-chhose {

    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #181a17;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    display: inline-block;
    /* border: 1px solid #181a17; */
    padding: 2px 23px 0;
    background-color: white;
    border-radius: 30px;
}


.service-cards-card {
    background-color: white;
    border-radius: 20px;
    padding: 20px 30px;
}



.pbmit-btn {
    /* margin-top: 40px; */
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: none;
    /*font-family: var(--pbmit-btn-typography-font-family);*/
    font-size: var(--pbmit-btn-typography-font-size);
    font-weight: var(--pbmit-btn-typography-variant);
    line-height: var(--pbmit-btn-typography-line-height);
    letter-spacing: 0.6px;
    text-transform: uppercase;
    font-style: normal;
    padding: 18px 35px;
    border: none;
    border-radius: 50px;
    transition: all .3s;
    z-index: 1;
    color: var(--pbmit-blackish-color);
    background-color: #e5c466;
}

.pbmit-btn .pbmit-btn-content-wrapper {
    display: flex;
    justify-content: center;
}

.pbmit-btn .pbmit-button-icon {
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    margin-left: 15px;
    order: 15;
}

.pbmit-btn .pbmit-button-icon:before {
    content: "\e8dd";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: auto;
    transform: scale(.26) translate(-45px, 50px);
    transition: transform 0.4s ease-in-out;
}

.pbmit-btn .pbmit-button-icon svg {
    width: 1em;
    height: auto;
    transition: all 0.4s ease-in-out;
}

.pbmit-btn .pbmit-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}





.pbmit-btn:hover {
    color: white !important;
    background-color: #181a17 !important;
}

.pbmit-btn .pbmit-button-icon svg {
    width: 1em;
    height: auto;
    transition: transform 0.4s ease-in-out;
}

.pbmit-btn:hover .pbmit-button-icon svg {
    transform: scale(1) translate(0, 0);
    /* Adjusted translation */
}

.pbmit-btn:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}






.pbmit-btn:hover .pbmit-button-icon svg {
    transform: scale(.26) translate(45px, -50px);
}

.pbmit-btn:hover .pbmit-button-icon:before {
    transform: scale(1) translate(0, 0);
}

.pbmit-btn-hover-white:hover {
    color: var(--pbmit-blackish-color);
    background-color: white;
}

.pbmit-btn.pbmit-btn-hover-white:focus {
    color: black;
}

.pbmit-btn-global {
    color: var(--pbmit-white-color);
    background-color: var(--pbmit-global-color);
}

.pbmit-btn-global:hover .pbmit-button-icon:before {
    transform: scale(1) translate(-2px, 0);
}

.pbmit-btn-global:hover .pbmit-button-icon i:before {
    transform: scale(0.26) translate(45px, -50px);
}

.pbmit-btn-global svg path {
    stroke: var(--pbmit-white-color);
}

.pbmit-btn-outline {
    background-color: transparent;
    border: 1px solid #000;
}

.pbmit-btn-outline .pbmit-button-icon-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.pbmit-btn:focus {
    color: var(--pbmit-white-color);
}




.client-card {
    background-color: white;
    padding: 40px;
    border-radius: 30px;
    clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);
}

.reivew-detazil-bottom {
    display: flex;
    margin-top: 10px;
}

.reivew-detazil-bottom img {
    width: 50px !important;
}

.name-des {
    text-align: start;
}

.name-des .name {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 1px;

}

.name-des .des {
    color: #424040;
    font-size: 14px;
}

.review-star i {
    color: gold;
}

.review-star {
    margin-bottom: 20px;
}

/* aobut */

.about-d-f {
    display: flex;
}

.about-d-f img {
    width: 80px;
    margin-right: 30px;
    background-color: #e5c466;
    padding: 7px;
    border-radius: 50%;
}

.about-d-f b {
    font-size: 18px;
}

.middile-about-img {
    width: 90% !important;
    border-radius: 20px;
    margin: 30px 0;
}

.about-point {
    display: flex;
    justify-content: space-between;
}

.about-point i {
    border-radius: 50%;
    border: 1px solid #448c74;
    color: #448c74;
    padding: 3px;
    font-size: 14px;
    margin-right: 10px;
}

.meditiation {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 20px;
}

.about-row {
    background-color: white;
    border-radius: 20px;
    padding: 40px 20px;
}

.main-about-image {
    border-radius: 20px;
    height: 700px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-right-contetn {
    height: 700px;
    overflow-y: scroll;
}

.side-space-left {
    padding-left: 40px;
}

.ourt {
    font-size: 50px;
    margin-bottom: 20px;
}

/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
    background: #ff7922;
    color: white;
    /*font-family: inherit;*/
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em #e2a82b;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    margin-top: 20px;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

.fa-magnifying-glass {
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 20px;
}

/* service card */

.card {
    background: white;
    width: 280px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

.dot {
    height: 8px;
    width: 8px;
    background-color: #2c7a7b;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.trainer {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
}

.title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
}

.yoga-icon {
    width: 60px;
    display: block;
    margin: 10px auto;
}

.arrow-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.arrow-button::after {
    content: '↗';
    font-size: 18px;
    color: #2c7a7b;
}







.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    font-size: 90px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}



.service-custome-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    text-align: left;

}


.service-custome-card img {
    height: 70px !important;
    width: auto !important;
    border-radius: 0;
    display: block;
    object-fit: cover;
    /* Removes unwanted spacing */
    clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);
}



.service-card img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-radius: 30px 30px 30px 30px;


}

.service-custome-card .expand-icon {
    position: absolute;
    bottom: 1px;
    /* Reduce from 20px */
    right: 1px;
    /* Reduce from 15px */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* Allows the curve to be slightly visible */

    border-radius: 50%;
    width: 35px;
    /* Reduce from 40px */
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: transform 0.3s ease-in-out;
    z-index: 10;
    /* Ensure it appears above other elements */
}


.client-card img {
    margin-top: 0;
    margin-right: 10px;
}

.class-lveel img {
    height: 300px;
}

.quins {

    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
}


.instructors {
    color: transparent;
    -webkit-text-stroke: 1px black;

    font-size: 80px;
    font-weight: bold;
}

.qualified {
    font-size: 80px;
    font-weight: bold;
}

.modal-body span {
    font-size: 12px;
    color: #81867f;
}

.teacher-wraper {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid black;
    /* border-bottom: 1px solid black; */
    padding: 30px 0;
}

.teacher-name {
    font-size: 60px;
    line-height: 54px;
    margin-bottom: 0;
    transform-style: preserve-3d;
}

.teacher-des {
    font-size: 16px;
    color: #525151;
    margin-left: 30px;
}

.teacher-wraper button {
    border: 1px solid black;
    background-color: transparent;
    color: black;
    border-radius: 10px;
    padding: 5px 20px;
}


.read-more-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* Show only 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    max-height: 6.5em;
    /* Adjust based on line height */
}

.read-more-text.expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}

.read-more-btn {
    margin-top: 0px;
    background: none;
    border: none;
    color: blue;
    cursor: pointer;
    padding: 0;
    font-size: 13px;
    /* font-weight: bold; */
}

.pregnamt {
    width: 300px;
}

.why-choose-section hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;

}


.pergnacny-section hr {
    margin: 1rem 0;
    color: black;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;

}

.pergnacny-section .bg-primary {
    background-color: #000 !important;
}


.teacher-section .bg-primary {
    background-color: #e2a82b !important;
}


.teacher-section .text-primary {
    color: #e2a82b !important;
}

iframe {
    border-radius: 20px;
}


.mobile-careousl {
    display: none;
}

.laptop-caroeusl {
    display: block;
}

.contact-det-wrap {
    display: flex;
}

.contact-det-wrap .icon-box {
    border-radius: 50px;
    border: 2px solid #2c7a7b;
    margin-right: 20px;
    padding: 10px;
    height: 95px;
}

.contact-det-wrap .icon-box i {
    font-size: 30px;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    color: #1a1919;
}


.contact-det-wrap .det-cont {
    margin-top: 10px;
}


.contact-det-wrap .det-cont h3 {
    font-size: 24px;
}

.contact-form_main {
    background-color: white;
    border-radius: 20px;
    padding: 70px;
    margin-top: 40px;
}

.contact-form_main .form-control {
    border-bottom: 1px solid black;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 20px 0;
    border-radius: 0 !important;
}


.form-control:focus {

    border-color: transparent !important;

}


.card-value {
    background-color: white;
    color: black;
    border-radius: 20px;
}


.about-page h2 {
    font-size: 50px;
}

.about-us-two_img {
    background-image: url('../gallery/about-group.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    padding: 320px;
    position: relative;
}

.fid-style-2_box {
    position: absolute;
    width: auto;
    bottom: 0px;
    right: 0;
}

.pbminfotech-ele-fid-style-2 {
    padding: 25px 0 0 25px;
    position: relative;
    background-color: #e9f0ec;
    border-radius: 30px 0 0;
}

.pbminfotech-ele-fid-style-2 .pbmit-fld-contents {
    padding: 45px 40px;
    background-color: white;
    border-radius: 30px;
}

.fid-style-2_box .pbmit-bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
    width: 30px;
    height: 30px;
    position: absolute;
}

.pbmit-fid-before {
    color: #448c74;
    font-size: 40px;
    margin-top: -10px;
}

.pbmit-number-rotate {
    font-size: 50px;
    font-weight: bold;
}

.testimonial-two_rightbox {
    padding: 70px 60px 0px 54px;
    position: relative;
    z-index: 1;
}

.pbmit-heading-subheading {
    margin-bottom: 50px;
    position: relative;
}

.testimonial-two_rightbox .swiper-slider {
    padding-bottom: 75px;
}

.student-carouse img {
    height: 400px !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


.yellow-bg {
    background-color: #e5c466;

}

.yellow-line {
    background-image: url(../gallery/yoga-pattern-new-01.png);
    /* background-size:cover; */
    display: flex;
}

.yellow-section-wraper {
    padding: 40px;
    border-radius: 40px;
}

.haldfix {
    width: 40%;
}


.haldosiz {
    width: 60%;
}

.htwo {
    font-size: 50px;
}



.service-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 30px;
    scroll-margin-top: 20px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2.5rem;
    color: #448c74;
    margin-bottom: 1rem;
}

.sidebar-wraper {

    padding: 20px;
    background-image: url('../gallery/yoga-pattern-new-01.png');

}

.btn-primary {
    background-color: #448c74;
    border: none;
}

#topFixedBar {
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
}

#topFixedBar.show {
    opacity: 1;
}

.mobile-nav {
    width: 250px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 10400;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    /* padding-top: 20px; */
}

.mobile-nav .nav-link {
    color: black;
    font-size: 16px;
}


.mobile-nav .nav-item {
    padding: 10px 0;
}


.menu-mobile {
    padding-top: 40px;
}

.logo-moible2 img {
    width: 50px;
}

.clos-button {
    position: absolute;
    right: 5%;
    border: none;
    background-color: none !important;
}

.yoag-pack {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.sidebar {
    position: sticky;
    top: 20px;
    height: 100vh;
    overflow-y: auto;
    background-color: #448c74;
    border-radius: 20px;
}

.sidebar-link {
    display: block;
    padding: 10px 15px;
    margin-bottom: 5px;
    color: white;
    text-decoration: none;
    /* border-radius: 5px; */
    transition: all 0.3s;
    border-bottom: 1px solid white;
}

.text-primary {
    color: #e5c466 !important;
}

.bg-primary {
    background-color: #e5c466 !important;
}

.sidebar-link:hover,
.sidebar-link.active {
    background-color: white;
    color: black;
}

.nav-pills .nav-link.active {
    background-color: blue;
}


.book-session-wrap {
    background-color: #448c74;
    border-radius: 20px;
    color: white;
    text-align: center;
}

.book-session-wrap h3 {
    font-size: 35px;
    margin: 20px 0;

}

.book-session-under {
    padding: 50px 20px;
    background-image: url(../gallery/yoga-pattern-new-01.png);
}


.title-ser {
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
}

.phoyo-intro {
    text-align: center;
}

.accordion-item {
    margin: 20px 0;
    background-color: transparent;
}

.accordion-item .accordion-button {
    border-radius: 20px !important;
    background-color: white;
    /* color: white; */
    padding: 20px 30px;
}

.accordion-button:not(.collapsed) {
    background-color: #448c74;
    color: white;
}


.card-ph {
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card-ph img {
    margin-right: 10px;
}


.pricing-card {
    transition: transform 0.3s;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
    background: white;
}

.pricing-card:hover {
    transform: translateY(-10px);
}

.pricing-header {
    color: white;
    padding: 20px 0;
}

.popular .pricing-header {
    background-color: #00b894;
}

.price-amount {
    font-size: 2.5rem;
    font-weight: bold;
}

.intro-price {
    text-decoration: line-through;
    opacity: 0.7;
}

.btn-purchase {
    background-color: #6c5ce7;
    border: none;
    width: 80%;
    margin: 0 auto;
}

.btn-purchase:hover{
    background: black;
}

.popular .btn-purchase {
    background-color: #00b894;
}



.physio-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    border-radius: 15px;
}

.physio-img {
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.qualification-badge {
    background-color: #6c5ce7;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
}

.section-title {
    color: #343a40;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background: #6c5ce7;
}









@media(max-width:768px) {
    .mobile-careousl {
        display: block;
    }

    .laptop-caroeusl {
        display: none !important;
    }



}