* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

p,
a,
ul,
li,
ol,
span {
    font-family: "Roboto", sans-serif;
}

html::-webkit-scrollbar {
    width: 0.6rem;
    background: #dbdbdb;
}

html::-webkit-scrollbar-track {
    border-radius: 0.2rem;
    background: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

html::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: #0bb783;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

#my-icons {
    font-size: 1.2rem;
}

#notification-bell {
    fill: #ffffff;
}

.profile-section-underline {
    height: 0.3rem;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    border-radius: 2rem;
}

.yoga-alliance-intro-section {
    position: relative;
    height: 42rem;
    width: 100%;
    overflow: hidden;
}

.yoga-alliance-intro-section .intro-main-wrapper {
    height: 42rem;
    width: 100%;
}

.yoga-alliance-intro-section .intro-main-wrapper .intro-wrapper {
    position: absolute;
    left: 0;
    top: 8rem;
    width: 40vw;
    height: auto;
    padding: 0rem 1rem;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner {
    position: relative;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    svg {
    position: absolute;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    svg:nth-child(1) {
    height: auto;
    width: 2.5rem;
    top: 0;
    right: 14rem;
    -webkit-animation: rotateMe 8s linear infinite;
    animation: rotateMe 8s linear infinite;
}

@-webkit-keyframes rotateMe {
    from {
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateMe {
    from {
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    svg:nth-child(2) {
    height: auto;
    width: 1.6rem;
    top: -1rem;
    right: 8rem;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    svg:nth-child(3) {
    height: auto;
    width: 1.8rem;
    bottom: 0;
    right: 8rem;
    opacity: 0.1;
    -webkit-animation: rotateMe 8s linear infinite;
    animation: rotateMe 8s linear infinite;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    svg:nth-child(4) {
    height: auto;
    width: 1.6rem;
    bottom: -1rem;
    right: 14rem;
    opacity: 0.1;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .intro-heading
    p {
    font-size: 2rem;
    color: #535353;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .intro-heading
    h2 {
    font-size: 3.2rem;
    color: #535353;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 1rem 0rem;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .intro-explained
    p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .know-more-btn {
    margin: 2rem 0 0 0;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .know-more-btn
    a {
    height: auto;
    width: auto;
    padding: 1rem 1.6rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    position: absolute;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .know-more-btn
    a
    i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .know-more-btn
    a::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%) rotate(45deg);
    transform: translateX(-100%) rotate(45deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.yoga-alliance-intro-section
    .intro-main-wrapper
    .intro-wrapper
    .intro-wrapper-inner
    .know-more-btn
    a:hover::before {
    -webkit-transform: translateX(100%) rotate(45deg);
    transform: translateX(100%) rotate(45deg);
}

.yoga-alliance-intro-section .featured-image {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: 70vw;
}

.yoga-alliance-intro-section .featured-image .featured-image-inner {
    position: relative;
}

.yoga-alliance-intro-section
    .featured-image
    .featured-image-inner
    svg:first-child {
    height: auto;
    width: 44%;
    position: absolute;
    top: 42%;
    left: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.yoga-alliance-intro-section
    .featured-image
    .featured-image-inner
    svg:nth-child(2) {
    height: auto;
    width: 5%;
    position: absolute;
    left: 7rem;
    bottom: 7rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.yoga-alliance-intro-section
    .featured-image
    .featured-image-inner
    svg:nth-child(3) {
    height: auto;
    width: 5%;
    position: absolute;
    right: 15rem;
    top: 10rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.yoga-alliance-intro-section
    .featured-image
    .featured-image-inner
    .featured-image-container
    img {
    height: auto;
    width: 100%;
    margin-left: 3rem;
}

.yoga-alliance-intro-section .contact-info-wrapper {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #f5f0e3;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    border-radius: 0.6rem;
}

.yoga-alliance-intro-section .contact-info-wrapper .contact-info {
    padding: 0.8rem 1.3rem;
    height: 100%;
    width: 100%;
}

.yoga-alliance-intro-section .contact-info-wrapper .contact-info h1 {
    font-size: 1.6rem;
    color: #707070;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yoga-alliance-intro-section .contact-info-wrapper .contact-info p {
    font-size: 1.2rem;
    color: #525252;
    font-weight: 400;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.yoga-alliance-intro-section .contact-info-wrapper .contact-info p i {
    height: auto;
    width: 1rem;
    margin-right: 1rem;
}

.yoga-alliance-intro-section .socual-icon-wrapper {
    position: absolute;
    right: 2.5rem;
    bottom: 12rem;
}

.yoga-alliance-intro-section .socual-icon-wrapper a {
    text-decoration: none;
}

.yoga-alliance-intro-section .socual-icon-wrapper a .social-icon {
    margin: 1rem 0rem;
    height: 2.5rem;
    width: 2.5rem;
    background: #ffffff;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.2rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.yoga-alliance-intro-section .socual-icon-wrapper a .social-icon i {
    font-size: 1.2rem;
}

.yoga-alliance-intro-section
    .socual-icon-wrapper
    a:nth-child(1)
    > .social-icon
    > i {
    color: #333fe2;
}

.yoga-alliance-intro-section
    .socual-icon-wrapper
    a:nth-child(2)
    > .social-icon
    > i {
    color: #fe1b8d;
}

.yoga-alliance-intro-section
    .socual-icon-wrapper
    a:nth-child(3)
    > .social-icon
    > i {
    color: #34a3cf;
}

.yoga-alliance-intro-section
    .socual-icon-wrapper
    a:nth-child(4)
    > .social-icon
    > i {
    color: #3b7acc;
}

.yoga-alliance-intro-section .socual-icon-wrapper a:hover > .social-icon {
    -webkit-transform: translateY(-0.3rem);
    transform: translateY(-0.3rem);
}

.yoga-alliance-intro-section .introduction-featured-deco img:first-child {
    position: absolute;
    top: -12rem;
    left: -24rem;
    z-index: -2;
    height: auto;
    width: 80%;
}

.yoga-alliance-intro-section .introduction-featured-deco img:last-child {
    position: absolute;
    bottom: -12rem;
    right: -24rem;
    z-index: -2;
    height: auto;
    width: 80%;
}

.yoga-alliance-about-us-section {
    padding: 6rem 0rem 6rem 0rem;
    background: #f8f8f8;
    position: relative;
}

.yoga-alliance-about-us-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.yoga-alliance-about-us-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.yoga-alliance-about-us-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.yoga-alliance-about-us-section .section-heading h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    height: 0.2rem;
    width: 30%;
    background: #0bb783;
}

.yoga-alliance-about-us-section .about-us-bg-decoration {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -25;
}

.yoga-alliance-about-us-section .about-us-bg-decoration svg {
    height: auto;
    width: 15rem;
    opacity: 0.3;
}

.yoga-alliance-about-us-section .about-us-featured-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2rem;
}

.yoga-alliance-about-us-section .about-us-featured-image .about-feature-image {
    height: 24rem;
    width: 34rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-us-deco-logo {
    position: absolute;
    background: #fbef3f;
    background: radial-gradient(circle, #fae739 0%, #d4c83c 100%);
    height: 8rem;
    width: 18rem;
    top: -4rem;
    left: -1.8rem;
    z-index: 25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-us-deco-logo
    img {
    height: auto;
    width: 60%;
    -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.582));
    filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.582));
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-image::before {
    content: "";
    position: absolute;
    height: 160px;
    width: 160px;
    background: transparent;
    border-left: 8px solid #0bb783;
    border-bottom: 8px solid #0bb783;
    bottom: -6px;
    left: -6px;
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-image
    img[data-scroll="in"] {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.yoga-alliance-about-us-section
    .about-us-featured-image
    .about-feature-image
    .about-image
    img {
    height: 24rem;
    width: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

.yoga-alliance-about-us-section .brand-info-explained {
    position: relative;
}

.yoga-alliance-about-us-section .brand-info-explained svg {
    position: absolute;
    height: auto;
}

.yoga-alliance-about-us-section .brand-info-explained svg:first-child {
    width: 2.5rem;
    fill: none;
    stroke: #0bb783;
    stroke-width: 1rem;
    top: -6rem;
    right: 12rem;
    opacity: 0.5;
}

.yoga-alliance-about-us-section .brand-info-explained svg:nth-child(2) {
    width: 2.2rem;
    fill: #288810;
    top: 0;
    right: 0;
    opacity: 0.2;
    -webkit-animation: rotateMe 8s linear infinite;
    animation: rotateMe 8s linear infinite;
}

.yoga-alliance-about-us-section .brand-info-explained svg:nth-child(3) {
    width: 2.5rem;
    fill: none;
    stroke: #0bb783;
    stroke-width: 1rem;
    bottom: 0;
    right: 6rem;
    opacity: 0.5;
}

.yoga-alliance-about-us-section .brand-info-explained svg:nth-child(4) {
    width: 2.2rem;
    fill: #288810;
    bottom: -6rem;
    right: 18rem;
    opacity: 0.2;
    -webkit-animation: rotateMe 8s linear infinite;
    animation: rotateMe 8s linear infinite;
}

@keyframes rotateMe {
    from {
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.yoga-alliance-about-us-section .brand-info-explained p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin: 0;
    padding: 0;
    margin: 2.4rem 0rem;
}

.yoga-alliance-about-us-section .know-more-btn a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.yoga-alliance-about-us-section .know-more-btn a i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.yoga-alliance-about-us-section .know-more-btn a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.search-section {
    padding: 2rem 0rem 2rem 0rem;
}

.search-section .search-tabs {
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

.search-section .tab {
    background-color: #0bb783;
    overflow: hidden;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
}

.search-section .tab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search-section .tab ul li {
    list-style-type: none;
    width: 100%;
    text-align: center;
}

.search-section .tab ul li button {
    position: relative;
}

.search-section .tab ul li button svg {
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    fill: #ffffff;
    height: auto;
    width: 2.2rem;
    display: none;
}

.search-section .tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem 0rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.2rem;
    width: 100%;
    color: #ffffff;
}

.search-section .tab button i {
    height: auto;
    width: 2rem;
    margin-right: 0.3rem;
    color: #fff;
}

.search-section .deco-underline {
    height: 0.5rem;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    border-radius: 2rem;
    margin: 0.5rem 0;
}

.search-section #my-search-row {
    padding: 2rem 0rem;
}

.search-section .form-group {
    text-align: center;
}

.search-section .form-group label {
    font-size: 1.2rem;
    color: #525252;
    font-weight: 500;
}

.search-section .form-control,
.search-section select {
    -webkit-box-shadow: 0.1rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.055) !important;
    box-shadow: 0.1rem 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.055) !important;
    border: 3px solid rgba(172, 172, 172, 0.15) !important;
}

.search-section .form-control:focus {
    border-color: #0bb783 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 212, 107, 0.26) !important;
    box-shadow: 0 0 0 0.2rem rgba(16, 212, 107, 0.26) !important;
}

.search-section .tab button:hover {
    background-color: #109e74;
}

.search-section .tab button.active {
    background-color: #0b815e;
}

.search-section .tab button.active > svg {
    display: block !important;
}

.search-section .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    background: #ffffff;
    border-radius: 0 0 0.5rem 0.5rem;
}

.search-section .tabcontent .search-btn {
    text-align: center;
    margin-bottom: 2rem;
}

.search-section .tabcontent .search-btn a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-section .tabcontent .search-btn a i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.search-section .tabcontent .search-btn a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.search-section .tabcontent .search-btn a:hover {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#e6d118),
        to(#ee980e)
    );
    background: linear-gradient(to right, #e6d118, #ee980e);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-section .search-background {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#319999c5),
            to(#2d6161bd)
        ),
        url("../images/waterfall.jpg");
    background: linear-gradient(to right, #319999c5, #2d6161bd),
        url("../images/waterfall.jpg");
    height: 20rem;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin-top: -14rem;
    position: relative;
    z-index: -1;
}

.search-section .search-background svg {
    position: absolute;
    height: auto;
    width: 3rem;
    fill: #ffffff;
    top: 92%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: rotate(61deg);
    transform: rotate(61deg);
}

.register-now-section {
    position: relative;
    padding: 4rem 0 4rem 0;
    overflow: hidden;
}

.register-now-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.register-now-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.register-now-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.register-now-section .section-heading h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 10%;
    background: #0bb783;
}

.register-now-section .register-now-parent {
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3rem;
}

.register-now-section .register-now-parent:hover .register-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.register-now-section .register-now-parent .register-now-child:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 16rem;
    overflow: hidden;
    position: relative;
}

.register-now-section
    .register-now-parent
    .register-now-child:first-child
    .register-image {
    height: 100%;
    width: 100%;
}

.register-now-section
    .register-now-parent
    .register-now-child:first-child
    .register-image
    img {
    height: 16rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.register-now-section
    .register-now-parent
    .register-now-child:first-child
    .register-now-deco {
    height: 100%;
    width: 100%;
    z-index: 1;
}

.register-now-section
    .register-now-parent
    .register-now-child:first-child
    .register-now-deco
    svg:first-child {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 70%;
}

.register-now-section
    .register-now-parent
    .register-now-child:first-child
    .register-now-deco
    svg:last-child {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 40%;
}

.register-now-section .register-now-parent .register-now-child:last-child {
    -webkit-box-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.register-now-section
    .register-now-parent
    .register-now-child:last-child
    .register-now-info
    h1 {
    font-size: 1.6rem;
    color: #525252;
}

.register-now-section
    .register-now-parent
    .register-now-child:last-child
    .register-now-info
    p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    margin: 0.5rem 0rem 1rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.register-now-section
    .register-now-parent
    .register-now-child:last-child
    .register-btn
    a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.register-now-section
    .register-now-parent
    .register-now-child:last-child
    .register-btn
    a
    i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.register-now-section
    .register-now-parent
    .register-now-child:last-child
    .register-btn
    a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.register-now-section .register-deco-one {
    position: absolute;
    top: 2rem;
    left: -3rem;
    height: auto;
    width: 18rem;
    z-index: -1;
    fill: #0bb783;
    opacity: 0.2;
}

.register-now-section .register-deco-two {
    position: absolute;
    bottom: 2rem;
    right: -3rem;
    height: auto;
    width: 30rem;
    z-index: -1;
    fill: #0bb783;
    opacity: 0.05;
}

.guideline-section {
    padding: 6rem 0rem 6rem 0rem;
}

.guideline-section .guideline-wrapper .card {
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    border: none;
    border-radius: 0.6rem;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border: 0.2rem dashed transparent;
}

.guideline-section .guideline-wrapper .card:hover {
    border: 0.2rem dashed #0bb783;
}

.guideline-section .guideline-wrapper .card .guide-deco-one {
    position: absolute;
    top: 3rem;
    right: 3rem;
    height: auto;
    width: 2.2rem;
    opacity: 0.1;
}

.guideline-section .guideline-wrapper .card .guide-deco-two {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    height: auto;
    width: 2rem;
    opacity: 0.1;
}

.guideline-section .guideline-wrapper .card .guide-deco-three {
    position: absolute;
    top: 5rem;
    left: 3rem;
    height: auto;
    width: 2.2rem;
    opacity: 0.1;
}

.guideline-section .guideline-wrapper .card .guide-deco-four {
    position: absolute;
    bottom: 5rem;
    right: 3rem;
    height: auto;
    width: 2.2rem;
    opacity: 0.1;
}

.guideline-section .guideline-wrapper .card .card-body .guide-image-wrapper {
    height: 10rem;
    width: 10rem;
    border-radius: 100%;
    overflow: hidden;
    margin: 0rem auto;
    margin-top: -6rem;
    border: 0.3rem solid #f8f8f8;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.guideline-section
    .guideline-wrapper
    .card
    .card-body
    .guide-image-wrapper
    img {
    height: 10rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.guideline-section .guideline-wrapper .card .card-body .guide-info h1 {
    font-size: 1.6rem;
    color: #525252;
    text-align: center;
    margin-top: 1.6rem;
}

.guideline-section .guideline-wrapper .card .card-body .guide-info p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    text-align: center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.guideline-section .guideline-wrapper .card .card-body .know-more-btn {
    text-align: center;
    margin: 1.6rem 0 1.4rem 0;
}

.guideline-section .guideline-wrapper .card .card-body .know-more-btn a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.guideline-section .guideline-wrapper .card .card-body .know-more-btn a i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.guideline-section .guideline-wrapper .card .card-body .know-more-btn a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.exploring-yoga-alliance-nepal-section {
    padding: 3rem 0rem 3rem 0rem;
    background: #f8f8f8;
}

.exploring-yoga-alliance-nepal-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.exploring-yoga-alliance-nepal-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.exploring-yoga-alliance-nepal-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.exploring-yoga-alliance-nepal-section .section-heading h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 20%;
    background: #0bb783;
}

.exploring-yoga-alliance-nepal-section .exploring-yoga-alliance-nepal-slider {
    margin-top: 1rem;
    /* the slides */
    /* the parent */
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-slide {
    margin: 0 1rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-list {
    margin: 0 -1rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-prev,
.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-next {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0rem 1rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-prev {
    left: 46% !important;
    opacity: 0.8 !important;
    font-size: 3rem !important;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-next {
    right: 46% !important;
    opacity: 0.8 !important;
    font-size: 3rem !important;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-next::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0bb783;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .slick-prev::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0bb783;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card {
    background: none;
    border: none;
    margin: 1rem 0;
    padding: 0;
    cursor: pointer;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .exploring-yoga-alliance-nepal-featured-image
    img {
    height: 12rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.329);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.329);
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .exploring-yoga-alliance-nepal-title
    h3 {
    margin-top: 1rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .exploring-yoga-alliance-nepal-info
    p {
    font-size: 1.2rem;
    color: #707070;
    text-align: start;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 0.5rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .exploring-yoga-alliance-nepal-info
    .exploring-yoga-alliance-nepal-info-date {
    color: #0bb783;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .exploring-yoga-alliance-nepal-info
    .exploring-yoga-alliance-nepal-info-date
    i {
    margin-right: 0.5rem;
    color: #0bb783;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .readmore-btn {
    margin-top: 1rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .readmore-btn
    a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .readmore-btn
    a
    i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.exploring-yoga-alliance-nepal-section
    .exploring-yoga-alliance-nepal-slider
    .card
    .card-body
    .readmore-btn
    a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.education-structure-and-credential {
    padding: 3rem 0rem 3rem 0rem;
    background: #f8f8f8;
}

.education-structure-and-credential .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.education-structure-and-credential .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.education-structure-and-credential .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.education-structure-and-credential .section-heading h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 20%;
    background: #0bb783;
}

.education-structure-and-credential
    .education-structure-and-credential-wrapper {
    margin-top: 3rem;
}

.education-structure-and-credential
    .education-structure-and-credential-featured-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.education-structure-and-credential
    .education-structure-and-credential-featured-img
    img {
    height: auto;
    width: 80%;
}

.education-structure-and-credential .education-structure-and-credential-info p {
    font-size: 1.4rem;
    color: #707070;
    font-weight: 400;
    margin: 1rem 0;
}

.our-mission-vision-section {
    padding: 3rem 0 3rem 0rem;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .section-heading
    h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.our-mission-vision-section .our-mission-vision-wrapper .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .section-heading
    h1
    span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .section-heading
    h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 20%;
    background: #0bb783;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .container
    .row:nth-child(2),
.our-mission-vision-section
    .our-mission-vision-wrapper
    .container
    .row:nth-child(4),
.our-mission-vision-section
    .our-mission-vision-wrapper
    .container
    .row:nth-child(6) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .mission-vision-outer-wrapper {
    margin-top: 3rem;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .mission-vision-outer-wrapper
    .mission-vision-img
    img {
    height: 20rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.541);
    box-shadow: 0rem 0rem 0.5rem 0rem rgba(0, 0, 0, 0.541);
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .mission-vision-outer-wrapper
    .mission-vision-info-heading
    h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2e2e2e;
}

.our-mission-vision-section
    .our-mission-vision-wrapper
    .mission-vision-outer-wrapper
    .mission-vision-info-explain
    p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    margin:0px 0px;
}

.news-and-notice-section {
    padding: 3rem 0rem 3rem 0rem;
    /* the slides */
    /* the parent */
}

.news-and-notice-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.news-and-notice-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.news-and-notice-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.news-and-notice-section .section-heading h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 12%;
    background: #0bb783;
}

.news-and-notice-section .slick-slide {
    margin: 0 1rem;
}

.news-and-notice-section .slick-list {
    margin: 0 -1rem;
}

.news-and-notice-section .slick-prev,
.news-and-notice-section .slick-next {
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0rem 1rem;
}

.news-and-notice-section .slick-prev {
    left: 46% !important;
    opacity: 0.8 !important;
    font-size: 3rem !important;
}

.news-and-notice-section .slick-next {
    right: 46% !important;
    opacity: 0.8 !important;
    font-size: 3rem !important;
}

.news-and-notice-section .slick-next::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0bb783;
}

.news-and-notice-section .slick-prev::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #0bb783;
}

.news-and-notice-section .notice-and-news-slider .card {
    border: none;
    background: #f8f8f8;
    -webkit-box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.24);
    padding: 1rem 0.4rem;
    margin: 4rem 0rem;
}

.news-and-notice-section .notice-and-news-slider .card .card-body {
    padding: 0;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:first-child
    img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:last-child {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-left: 0.6rem;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:last-child
    h1 {
    font-size: 1.3rem;
    text-align: start;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:last-child
    p {
    color: #0bb783 !important;
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
    text-align: Start;
    margin: 0;
    padding: 0;
}

.news-and-notice-section
    .notice-and-news-slider
    .card
    .card-body
    .notice-and-news-parent
    .notice-and-news-childs:last-child
    p
    i {
    color: inherit;
    margin-right: 0.5rem;
}

.contact-section {
    padding: 3rem 0rem 3rem 0rem;
    position: relative;
    overflow: hidden;
}

.contact-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.contact-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    text-align: center;
    -webkit-transform: translateX(8rem);
    transform: translateX(8rem);
}

.contact-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.contact-section .section-heading h1::before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0.2rem;
    width: 10%;
    background: #0bb783;
}

.contact-section .contact-details-wrapper .yoga-alliance-nepal-facebook-feed {
    height: 100%;
    width: 100%;
    position: relative;
    top: 4rem;
    left: 0;
    z-index: 35;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    height: 38rem;
    width: 22rem;
    background: #a3a3a3;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.26);
    border-radius: 1.8rem;
    padding: 0.4rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background: white;
    border-radius: 1.8rem;
    overflow: hidden;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-notch {
    position: absolute;
    top: 2%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2rem;
    width: 10rem;
    background: #a3a3a3;
    border-radius: 0rem 0rem 1rem 1rem;
    z-index: 200;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-notch
    .mobile-microphone {
    height: 0.5rem;
    width: 5rem;
    background: #c3c4c7;
    margin: 0.6rem auto;
    border-radius: 2rem;
    position: relative;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-notch
    .mobile-microphone::before {
    content: "";
    position: absolute;
    top: 0;
    height: 0.6rem;
    width: 0.6rem;
    background: #c3c4c7;
    -webkit-transform: translateX(5.6rem) translateY(-0.1rem);
    transform: translateX(5.6rem) translateY(-0.1rem);
    border-radius: 100%;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .volume-btn {
    position: absolute;
    top: 4rem;
    left: -12px;
    height: 5rem;
    width: 0.5rem;
    background: #a3a3a3;
    z-index: 100;
    border-radius: 1rem 0rem 0rem 1rem;
    -webkit-box-shadow: 0rem 0rem 0.5rem 0rem #7474743f;
    box-shadow: 0rem 0rem 0.5rem 0rem #7474743f;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .lock-onlock-btn {
    position: absolute;
    top: 10rem;
    left: -12px;
    height: 3rem;
    width: 0.5rem;
    background: #a3a3a3;
    z-index: 100;
    border-radius: 1rem 0rem 0rem 1rem;
    -webkit-box-shadow: 0rem 0rem 0.5rem 0rem #7474743f;
    box-shadow: 0rem 0rem 0.5rem 0rem #7474743f;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .network {
    position: absolute;
    top: 0.3rem;
    left: 1rem;
    z-index: 500;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .network
    i {
    color: #0bb783;
    font-size: 1rem;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .wifi {
    position: absolute;
    top: 0.3rem;
    right: 3.4rem;
    z-index: 500;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .wifi
    i {
    color: #0bb783;
    font-size: 1rem;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .battery {
    position: absolute;
    top: 0.3rem;
    right: 1rem;
    z-index: 500;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .battery
    i {
    color: #0bb783;
    font-size: 1rem;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .show-top-background {
    position: absolute;
    background-color: #ffffff;
    height: 2rem;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 1.6rem 1.6rem 0 0;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .facebook-feed-here {
    position: absolute;
    top: 2rem;
    left: 0;
    height: 40rem;
    width: 100%;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .facebook-feed-here
    iframe {
    height: 100%;
    width: 100%;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
    width: 100%;
    background: #f5f5f5;
    border-radius: 0rem 0rem 1.6rem 1.6rem;
    -webkit-box-shadow: 0rem 1rem 0.5rem 0rem #b8b8b831;
    box-shadow: 0rem 1rem 0.5rem 0rem #b8b8b831;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-footer
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-footer
    ul
    li {
    list-style: none;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}

.contact-section
    .contact-details-wrapper
    .yoga-alliance-nepal-facebook-feed
    .mobile-outer-wrapper
    .mobile-inner-wrapper
    .mobile-footer
    ul
    li
    i {
    color: #0bb783;
    font-size: 1.3rem;
}

.contact-section .contact-details-wrapper .col-md-7:last-child .row {
    margin-top: 4rem;
}

.contact-section .contact-details-wrapper .card[data-scroll="in"] {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.contact-section .contact-details-wrapper .card {
    position: relative;
    height: 10rem;
    border-radius: 0.6rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    border: none;
    -webkit-transform: translateX(5rem);
    transform: translateX(5rem);
}

.contact-section .contact-details-wrapper .card .contact-image {
    position: absolute;
    z-index: 14;
}

.contact-section .contact-details-wrapper .card .contact-image img {
    height: 10rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 0.6rem;
}

.contact-section .contact-details-wrapper .card .contact-overlay {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#2d6161d7),
        to(#237e7ee7)
    );
    background: linear-gradient(to right, #2d6161d7, #237e7ee7);
    height: 100%;
    width: 100%;
    z-index: 15;
    border-radius: 1rem;
}

.contact-section .contact-details-wrapper .card .card-body {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 16;
}

.contact-section
    .contact-details-wrapper
    .card
    .card-body
    .contact-icon-container {
    height: 4.4rem;
    width: 4.4rem;
    background: #ffffff;
    border: 0.3rem solid #cacaca;
    margin: 0rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    margin-top: -3.3rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

.contact-section
    .contact-details-wrapper
    .card
    .card-body
    .contact-icon-container
    i {
    color: #0bb783;
    font-size: 2rem;
}

.contact-section .contact-details-wrapper .card p {
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.4rem;
    margin-top: 0.6rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-section .contact-details-wrapper .card h1 {
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    margin-top: 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contact-section .contact-us-map {
    margin-top: 4rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    border-radius: 14px;
}

.contact-section .contact-us-map iframe {
    height: 25rem;
    width: 100%;
    border-radius: 14px;
}

.contact-section .contact-deco-svg-one svg {
    position: absolute;
    top: 4rem;
    left: -2rem;
    height: auto;
    width: 16rem;
    fill: #0bb783;
    opacity: 0.3;
    z-index: -1;
}

.contact-section .contact-deco-svg-two svg {
    position: absolute;
    bottom: 0;
    right: -2rem;
    height: auto;
    width: 16rem;
    fill: #0bb783;
    opacity: 0.3;
    z-index: -1;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.contact-section .contact-form-container {
    position: relative;
    max-width: 1160px !important;
    margin-top: -2rem;
}

.contact-section .contact-form-container .contact-form {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#069b6ec9),
            to(#068b44bc)
        );
    background: linear-gradient(to right, #069b6ec9, #068b44bc);
    background-position: center;
    background-size: cover;
    padding: 3rem 2.4rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    position: relative;
}

.contact-section
    .contact-form-container
    .contact-form
    .contact-us-featured-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 20rem;
    width: 90%;
}

.contact-section
    .contact-form-container
    .contact-form
    .contact-us-featured-img::before {
    content: "";
    position: absolute;
    background: transparent;
    height: 6rem;
    width: 6rem;
    top: -6px;
    left: -6px;
    border-top: 6px solid #ffffff;
    border-left: 6px solid #ffffff;
}

.contact-section
    .contact-form-container
    .contact-form
    .contact-us-featured-img::after {
    content: "";
    position: absolute;
    background: transparent;
    height: 6rem;
    width: 6rem;
    bottom: -6px;
    right: -6px;
    border-bottom: 6px solid #ffffff;
    border-right: 6px solid #ffffff;
    animation: outerStrokeAnimation 6s linear infinite alternate-reverse;
}

.contact-section
    .contact-form-container
    .contact-form
    .contact-us-featured-img
    img[data-scroll="in"] {
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.contact-section
    .contact-form-container
    .contact-form
    .contact-us-featured-img
    img {
    height: 20rem;
    width: 10%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.contact-section .contact-form-container .contact-form .yoga-contact-form {
    position: relative;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    .drop-a-message
    h3 {
    font-size: 1.8rem;
    color: #ffffff;
    padding: 0px 0px 14px 12px;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    .my-contact-form
    form {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    .my-contact-form
    small {
    color: #ffffff !important;
    font-weight: 600;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .form-group
    .form-control {
    background-color: #f8f8f8;
    text-align: center;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .send-btn {
    margin-top: 0.6rem;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .send-btn
    a {
    -webkit-box-shadow: 0 0 1rem 0 #55676188 !important;
    box-shadow: 0 0 1rem 0 #55676188 !important;
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .send-btn
    a
    i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .send-btn
    a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-contact-form-id
    .send-btn
    a
    i {
    margin-left: 0.6rem;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-circle-svg-contact {
    position: absolute;
    left: 14rem;
    top: -2rem;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-triangle-svg-contact {
    position: absolute;
    right: 0rem;
    top: 0rem;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    animation: navDecoAnimation 10s linear infinite alternate-reverse;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-circle-svg-contact-two {
    position: absolute;
    right: -1.5rem;
    bottom: 3rem;
}

.contact-section
    .contact-form-container
    .contact-form
    .yoga-contact-form
    #cg-triangle-svg-contact-two {
    position: absolute;
    bottom: 0rem;
    right: 8rem;
    -webkit-transform: rotate(43 deg);
    transform: rotate(43 deg);
    animation: navDecoAnimation 10s linear infinite alternate-reverse;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.yoga-alliance-footer {
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#2d6161dc),
            to(#2d6161e3)
        ),
        url("../images/logo-presentation.jpg");
    background: linear-gradient(to right, #2d6161dc, #2d6161e3),
        url("../images/logo-presentation.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 3rem 0 3rem 0;
    position: relative;
    overflow: hidden;
    border-radius: 2rem 2rem 0 0;
}

.yoga-alliance-footer .footer-links ul {
    margin: 0;
    padding: 0;
}

.yoga-alliance-footer .footer-links ul li {
    padding: 0.5rem 0rem;
    list-style-type: none;
}

.yoga-alliance-footer .footer-links ul li a {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 600;
}

.yoga-alliance-footer .footer-contact-info .footer-header h3 {
    color: #ffffff;
    font-size: 2rem;
}

.yoga-alliance-footer .footer-contact-info .footer-quick-link ul li {
    padding: 0.6rem 0rem;
    list-style-type: none;
}

.yoga-alliance-footer .footer-contact-info .footer-quick-link ul li a {
    pointer-events: none;
    color: #ffffff;
    font-size: 1.1rem;
}

.yoga-alliance-footer .footer-contact-info .footer-quick-link ul li a i {
    margin-right: 0.6rem;
    color: #ffffff;
}

.yoga-alliance-footer
    .footer-contact-info
    .footer-quick-link
    .footer-underline {
    height: 0.4rem;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yoga-alliance-footer
    .footer-contact-info
    .footer-quick-link
    .footer-underline::before {
    content: "";
    position: absolute;
    height: 1.4rem;
    width: 1.4rem;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    border-radius: 100%;
}

.yoga-alliance-footer .footer-contact-info .footer-quick-link .quick-link-btns {
    margin-top: 0.6rem;
}

.yoga-alliance-footer
    .footer-contact-info
    .footer-quick-link
    .quick-link-btns
    .quick-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.yoga-alliance-footer
    .footer-contact-info
    .footer-quick-link
    .quick-link-btns
    .quick-links
    a {
    background: #0bb783;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 0.3rem 0.4rem;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.yoga-alliance-footer
    .footer-contact-info
    .footer-quick-link
    .quick-link-btns
    .quick-links
    a:hover {
    color: #0c0c1f;
    background: #eeeeee;
}

.copy-right-section {
    background: #0bb783;
    padding: 1rem 0rem;
}

.copy-right-section .copy-right h3 {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 400;
}

.copy-right-section .more-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy-right-section .more-links ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.copy-right-section .more-links ul li {
    list-style-type: none;
    padding: 0rem 1rem;
}

.copy-right-section .more-links ul li a {
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.copy-right-section .more-links ul li a:hover {
    color: #f8f8f8;
}

.global-breadcrumb-section {
    padding: 3.2rem 0rem 3.2rem 0rem;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(#ee980ece),
            to(#e6d118d3)
        ),
        url("../images/logo-presentation.png");
    background: linear-gradient(to right, #ee980ece, #e6d118d3),
        url("../images/logo-presentation.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0rem 0rem;
}

.global-breadcrumb-section .breadcrumb-info-wrapper {
    height: 100%;
    width: 100%;
}

.global-breadcrumb-section .breadcrumb-info-wrapper h1 {
    text-align: center;
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 1px 2px 10px #000000bf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.global-breadcrumb-section .breadcrumb-info-wrapper h1 i {
    margin: 0rem 1rem;
    color: #ffffff;
}

.about-us-page-bg {
    background: #ffffff !important;
}

.about-us-page-explanation-section {
    padding: 2rem 0rem 1rem 0rem;
    background-color: #f8f8f8;
}

.guide-page-section {
    padding: 3rem 0rem 0.2rem 0rem;
}

.guide-page-section .section-heading h1[data-scroll="in"] {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.guide-page-section .section-heading h1 {
    color: #707070;
    font-size: 2.4rem;
    font-weight: 500;
    position: relative;
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.guide-page-section .section-heading h1 span {
    background: #0bb783;
    border-radius: 1rem 0 0 1rem;
    color: #ffffff;
    padding: 0 0 0 1rem;
}

.guide-page-section .section-heading h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    height: 0.2rem;
    width: 30%;
    background: #0bb783;
}

.guide-page-section .guide-page-intro p:nth-child(5) {
    padding: 0;
    margin: -3rem 0 0 0;
}

.guide-page-section .guide-page-intro p:first-child {
    margin: 0;
    padding: 0;
}

.guide-page-section .guide-page-intro p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    margin: 3rem 0 0 0;
    padding: 0;
}

.guide-page-section .guide-page-image {
    -webkit-filter: drop-shadow(2px 2px 4px #5d5d5d71);
    filter: drop-shadow(2px 2px 4px #5d5d5d71);
    margin-top: -3.5rem;
}

.guide-page-section .guide-page-image img {
    height: 18rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

.guide-page-section .know-more-btn {
    margin-top: 4.2rem;
    margin-left: 1rem;
}

.guide-page-section .know-more-btn a {
    height: auto;
    width: auto;
    padding: 0.5rem 0.8rem;
    background: #0bb783;
    text-decoration: none;
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0 #0bb78388;
    box-shadow: 0 0 1rem 0 #0bb78388;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.guide-page-section .know-more-btn a i {
    color: #ffffff;
    margin: 0 0 0 0.6rem;
}

.guide-page-section .know-more-btn a:hover {
    background: #0d774b;
    -webkit-box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
    box-shadow: 0 0 1rem 0 rgba(11, 139, 53, 0.39);
}

.guide-page-section
    .guide-page-conditions
    > .col-md-3:first-child
    > .card::after {
    content: "Condition 1";
}

.guide-page-section
    .guide-page-conditions
    > .col-md-3:nth-child(2)
    > .card::after {
    content: "Condition 2";
}

.guide-page-section
    .guide-page-conditions
    > .col-md-3:nth-child(3)
    > .card::after {
    content: "Condition 3";
}

.guide-page-section
    .guide-page-conditions
    > .col-md-3:nth-child(4)
    > .card::after {
    content: "Condition 4";
}

.guide-page-section
    .guide-page-conditions
    > .col-md-3:nth-child(5)
    > .card::after {
    content: "Condition 5";
}

.guide-page-section .guide-page-conditions {
    margin-top: 0rem;
}

.guide-page-section .guide-page-conditions .card {
    background: #ffffff;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    border: none;
    border-radius: 1rem;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    height: 16rem;
    z-index: 1;
}

.guide-page-section .guide-page-conditions .card:hover::after {
    top: 108%;
}

.guide-page-section .guide-page-conditions .card:hover > .card-body > span {
    font-size: 9rem;
}

.guide-page-section .guide-page-conditions .card::after {
    position: absolute;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 3rem;
    width: 80%;
    border-radius: 0 0 1rem 1rem;
    background: #0bb783;
    z-index: -1 !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.guide-page-section .guide-page-conditions .card::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    height: 1rem;
    width: 100%;
    border-radius: 1rem 1rem 0 0;
    background: #0bb783;
    z-index: -1 !important;
}

.guide-page-section .guide-page-conditions .card-body {
    padding: 1rem 0.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
}

.guide-page-section .guide-page-conditions .card-body span {
    position: absolute;
    bottom: 0rem;
    right: 1rem;
    font-weight: 600;
    color: #646464;
    font-size: 8rem;
    opacity: 0.06;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.guide-page-section .guide-page-conditions .card-body p {
    font-size: 1.3rem;
    color: #777777;
    text-align: center;
    margin: 0;
    padding: 0;
}

.guide-page-section .guide-requirements {
    margin-top: 2rem;
}

.guide-page-section .guide-requirements h1 {
    font-size: 1.8rem;
    color: #525252;
}

.guide-page-section .guide-requirements ul {
    margin: 0;
    padding: 0;
}

.guide-page-section .guide-requirements ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1rem;
}

.guide-page-section .guide-requirements ul li p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
}

.guide-page-section .guide-page-more-details {
    margin-top: 3rem;
}

.guide-page-section .guide-page-more-details p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
}

.guide-page-section .guide-page-detail-explained p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.guide-page-section .guide-page-detail-explained h2 {
    font-size: 2rem;
    color: #525252;
    font-weight: 500;
}

.guide-page-section .guide-page-detail-explained h3 {
    font-size: 1.3rem;
    color: #0bb783;
    font-weight: 500;
}

.school-guide-page .guide-requirements {
    margin-top: 3rem;
}

.school-guide-page .guide-requirements h1 {
    font-size: 1.8rem;
    color: #525252;
}

.school-guide-page .guide-requirements p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.school-guide-page .guide-requirements ul {
    margin: 0;
    padding: 0;
}

.school-guide-page .guide-requirements ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 1rem;
}

.school-guide-page .guide-requirements ul li p {
    font-size: 1.4rem;
    color: #757575;
    font-weight: 400;
    padding: 0.6rem 0rem;
}

.dashboard-cards {
    background: white;
}

.dashboard-cards .card-body span:nth-child(2) {
    text-align: end;
    font-size: 1.8rem;
    color: #747474;
    margin: 1rem 0rem 1.2rem 0;
}

.dashboard-cards .card-body span:nth-child(3) {
    color: #929292;
}

.dashboard-cards .card-body .underline {
    height: 0.4rem;
    width: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    );
    background: linear-gradient(to right, #ee980e, #e6d118);
    border-radius: 3rem;
}

.dashboard-cards .card-body a {
    font-size: 1.2rem;
    color: #777777;
}

.dashboard-cards .card-body a i {
    font-size: 1.2rem;
    color: #4d4d4d;
}

.dashboard-cards .card-body a:hover {
    color: #0bb783;
}

.dashboard-cards .card-body a:hover i {
    color: #0bb783;
}

.profile-action-wrapper {
    position: relative;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

.profile-action-wrapper .profile-deco-wrapper-one {
    position: absolute;
    height: 5rem;
    width: 5rem;
    top: 0;
    left: 0;
    border-top: 0.5rem solid #0bb783;
    border-left: 0.5rem solid #0bb783;
}

.profile-action-wrapper .profile-deco-wrapper-two {
    position: absolute;
    height: 5rem;
    width: 5rem;
    top: 0;
    right: 0;
    border-top: 0.5rem solid #0bb783;
    border-right: 0.5rem solid #0bb783;
}

.profile-action-wrapper .profile-deco-wrapper-three {
    position: absolute;
    height: 5rem;
    width: 5rem;
    bottom: 0;
    left: 0;
    border-bottom: 0.5rem solid #0bb783;
    border-left: 0.5rem solid #0bb783;
}

.profile-action-wrapper .profile-deco-wrapper-four {
    position: absolute;
    height: 5rem;
    width: 5rem;
    bottom: 0;
    right: 0;
    border-bottom: 0.5rem solid #0bb783;
    border-right: 0.5rem solid #0bb783;
}

.my-profile-card {
    position: relative;
    border: 0.2rem dashed #0bb783 !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.my-profile-card:hover {
    border: 0.2rem solid #0bb783 !important;
}

.my-profile-card::before {
    content: "";
    position: absolute;
    top: 0rem;
    left: 0;
    background: #0bb783;
    height: 1rem;
    width: 100%;
    z-index: -1;
    border-radius: 1rem 1rem 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.my-profile-card::after {
    content: "";
    position: absolute;
    bottom: 0rem;
    left: 0;
    background: #0bb783;
    height: 1rem;
    width: 100%;
    z-index: -1;
    border-radius: 1rem 1rem 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.my-profile-card:hover::before {
    top: -0.5rem;
}

.my-profile-card:hover::after {
    bottom: -0.5rem;
}

.my-profile-card .card-header {
    border-bottom: 3px solid #d1d1d1;
}

.border-dashed {
    border: 0.2rem dashed #0bb783 !important;
}

.border-dashed .card-header {
    border-bottom: 0.2rem solid #0bb783 !important;
}

.border-dashed-only {
    border: 0.2rem dashed #0bb783 !important;
}

.border-solid-only {
    border: 0.4rem solid #0bb783 !important;
}

.user-details-card-wrapper {
    border: 0.2rem solid #e7e7e7;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178) !important;
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178) !important;
}

.show-user-details-action a {
    font-size: 1.2rem;
}

.show-user-details-action a i {
    width: 1rem;
}

.show-user-details-details a {
    font-size: 1.2rem;
}

.show-user-details-details a i {
    margin-top: 0.5rem;
}

.user-show-username {
    font-size: 1.6rem !important;
}

.show-user-details-more {
    font-size: 1.3rem !important;
}

.yoga-alliance-btn-font {
    font-size: 1.3rem !important;
}

.yoga-alliance-table-heading th {
    font-size: 1.4rem !important;
    color: #555555 !important;
}

.admin-action-btn-show {
    color: #0f91a8;
    font-weight: 600 !important;
}

.admin-action-btn-show i {
    color: #0f91a8;
    margin-left: 0.2rem;
}

.admin-action-btn-edit {
    color: #0bb783 !important;
    font-weight: 600 !important;
}

.admin-action-btn-edit i {
    color: #0bb783 !important;
    margin-left: 0.2rem;
}

.same-size-icon {
    height: auto;
    width: 2.2rem;
}

.add-top-space {
    margin-top: 3rem;
}

.himalayan-bg-gray {
    background: #ebebeb !important;
}

.himalayan-bg-primary {
    background: #0bb783 !important;
}

.himalayan-bg-primary-gradient {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ee980e),
        to(#e6d118)
    ) !important;
    background: linear-gradient(to right, #ee980e, #e6d118) !important;
}

.himalayan-bg-white {
    background: #ffffff !important;
}

.ablum-profile-show a {
    font-size: 1.8rem;
    color: #4b4b4b;
    font-weight: 500;
}

.subname {
    font-size: 1.4rem;
}

.profile-details-wrapper a,
.profile-details-wrapper span,
.profile-details-wrapper small {
    font-size: 1.2rem;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.add-card-shadow {
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

.overflow-scroll {
    overflow: scroll;
}

.relative {
    white-space: nowrap;
}

.profile-image-fit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 14rem;
    width: 14rem;
    -webkit-box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
    box-shadow: 0 0.2rem 0.5rem 0 rgba(0, 0, 0, 0.178);
}

@media only screen and (max-width: 1800px) {
    .width-custom-container {
        max-width: 1330px !important;
    }
}

@media only screen and (max-width: 1250px) {
    .yoga-alliance-about-us-section
        .about-us-featured-image
        .about-feature-image
        .about-us-deco-logo {
        top: -5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 1200px) {
    .yoga-alliance-intro-section .intro-main-wrapper .intro-wrapper {
        top: 3rem;
    }
    .yoga-alliance-intro-section
        .intro-main-wrapper
        .intro-wrapper
        .intro-wrapper-inner
        svg:nth-child(1) {
        opacity: 0.1;
    }
    .yoga-alliance-intro-section
        .intro-main-wrapper
        .intro-wrapper
        .intro-wrapper-inner
        svg:nth-child(2) {
        opacity: 0.1;
    }
}

@media only screen and (max-width: 992px) {
    .same-size-icon {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 900px) {
    .yoga-alliance-intro-section .intro-main-wrapper .intro-wrapper {
        top: 2rem;
        width: 100vw;
    }
    .yoga-alliance-intro-section
        .featured-image
        .featured-image-inner
        svg:first-child {
        width: 12rem;
    }
    .yoga-alliance-intro-section
        .featured-image
        .featured-image-inner
        .featured-image-container
        img {
        /*width: 56rem;*/
        margin-left: 0px !important;
    }
    .yoga-alliance-intro-section .featured-image {
        width: 100vw;
    }
    .yoga-alliance-intro-section {
        height: 64rem;
    }
    .yoga-alliance-intro-section .intro-main-wrapper {
        height: 64rem;
    }
    .yoga-alliance-intro-section .contact-info-wrapper {
        top: 44%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 70vw;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 88%;
    }
    .yoga-alliance-about-us-section .section-heading h1 {
        margin-top: 2rem;
    }
    .register-now-section {
        padding: 3rem 0 3rem 0;
    }
    .register-now-section .register-now-parent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0rem 0 1.6rem 0;
    }
    .register-now-section
        .register-now-parent
        .register-now-child:first-child
        .register-image
        img {
        width: 100%;
    }
    .guideline-section > .container > .row > .col-md-6:last-child {
        margin-top: 7rem;
    }
    .contact-section
        .contact-details-wrapper
        .yoga-alliance-nepal-facebook-feed {
        top: 22rem;
    }
    .contact-section
        .contact-details-wrapper
        .yoga-alliance-nepal-facebook-feed
        .mobile-outer-wrapper {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .contact-section
        .contact-details-wrapper
        .contact-us-responsive-align
        .row:first-child {
        margin-top: 3rem;
    }
    .contact-section
        .contact-form-container
        .contact-form
        .contact-us-featured-img {
        display: none;
    }
    .establishment-details-section .establishment-details-image {
        margin-top: 2rem;
    }
    .guide-page-section .guide-page-conditions .card {
        margin-top: 4rem;
    }
    .guide-page-section .guide-page-image-teacher {
        margin-top: -4rem !important;
    }
    .guide-page-section .guide-page-image {
        margin-top: 0;
    }
    .profile-action-wrapper {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 300px) {
    .yoga-alliance-intro-section
        .featured-image
        .featured-image-inner
        .featured-image-container
        img {
        width: 50rem;
        margin-left: 0px !important;
    }
    .yoga-alliance-intro-section .featured-image {
        display: none;
    }
    .yoga-alliance-intro-section .socual-icon-wrapper {
        display: none;
    }
    .yoga-alliance-intro-section {
        height: 34rem;
    }
    .yoga-alliance-intro-section .intro-main-wrapper {
        height: 34rem;
    }
    .yoga-alliance-intro-section .contact-info-wrapper {
        top: 83%;
    }
    .yoga-alliance-footer {
        border-radius: 2rem 2rem 0 0;
    }
    .copy-right-section .copy-right h3 {
        text-align: center;
    }
    .copy-right-section .more-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 656px) {
    .yoga-alliance-intro-section .contact-info-wrapper {
        top: 86%;
    }
    .yoga-alliance-about-us-section
        .about-us-featured-image
        .about-feature-image
        .about-us-deco-logo {
        top: -5%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80vw;
    }
}

@media only screen and (max-width: 518px) {
    .yoga-alliance-intro-section
        .intro-main-wrapper
        .intro-wrapper
        .intro-wrapper-inner
        .intro-heading
        h2 {
        font-size: 2rem;
        font-weight: 700;
    }
    .yoga-alliance-intro-section .contact-info-wrapper {
        width: 90vw;
    }
    .contact-section
        .contact-details-wrapper
        .yoga-alliance-nepal-facebook-feed
        .mobile-outer-wrapper {
        width: 80vw;
    }
    .contact-section
        .contact-details-wrapper
        .yoga-alliance-nepal-facebook-feed
        .mobile-outer-wrapper
        .mobile-inner-wrapper
        .mobile-notch {
        width: 7rem;
    }
    .contact-section
        .contact-details-wrapper
        .yoga-alliance-nepal-facebook-feed
        .mobile-outer-wrapper
        .mobile-inner-wrapper
        .mobile-notch
        .mobile-microphone {
        display: none;
    }
}

@media only screen and (max-width: 456px) {
    .search-section .tab button.active > svg {
        display: none !important;
    }
    .search-section .tab ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .search-section .tab ul li button i {
        padding: 0 2rem 0 2rem;
    }
    .search-section .tab button {
        text-align: start;
    }
    .global-breadcrumb-section .breadcrumb-info-wrapper h1 i {
        margin: 0rem 0.2rem;
    }
    .global-breadcrumb-section .breadcrumb-info-wrapper h1 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 338px) {
    .yoga-alliance-intro-section .contact-info-wrapper {
        top: 87%;
    }
    .yoga-alliance-intro-section {
        height: 35rem;
    }
    .yoga-alliance-intro-section .intro-main-wrapper {
        height: 35rem;
    }
    .register-btn{
        text-align: center;
        line-height: 2.3em;
        padding: 0 3.8rem;
        /*padding: 0.8rem 3.8rem;*/
        /*line-height: 3em;*/
    }
    .contact-info-wrapper{
        display: none;
    }
}
/*# sourceMappingURL=yoga-alliance-styles.css.map */



/*last added to this file*/
@media only screen and (max-width: 600px){
    .yoga-alliance-intro-section,
    .yoga-alliance-intro-section .intro-main-wrapper{
        height: 520px;
    }
}
@media only screen and (max-width: 338px)
.yoga-alliance-intro-section .contact-info-wrapper {
    top: 60%;
}
@media only screen and (max-width: 656px)
.yoga-alliance-intro-section .contact-info-wrapper {
    top: 60%;
}

@media only screen and (max-width: 900px)
.yoga-alliance-intro-section .featured-image {
    width: 100vw;
    height: 500px;
}



.user-card{
    margin: 15px 10px 15px 10px;
    border: solid 2px #28a745;
}
.user-header{    
    background-color: #28a745;
    height: 40px;
    color: #fff;
    font-size: 18px;
    padding: 7px;
}
.user-header a {
    color: #fff;
}
a.user-left{
    float: left;
}
.card-info{
    margin-top:10px;
}
.card-info > p{
    font-size:20px;
}


@media only screen and (max-width: 338px){
    .contact-info-wrapper {
        display: none;
    }    
}
/* =========================================================
   YOGA ALLIANCE NEPAL — MODERN HOMEPAGE DESIGN
   Safe visual override — original CSS remains untouched
   ========================================================= */

:root {
    --yan-green: #1B4332;
    --yan-button: #2E7D32;
    --yan-green-light: #40916C;
    --yan-cream: #F7F4EC;
    --yan-white: #FFFFFF;
    --yan-text: #26332C;
    --yan-muted: #66736C;
    --yan-border: #E4E8E4;
}

/* ---------- General homepage typography ---------- */

body.home,
body.page-template-home-page {
    background: var(--yan-white);
    color: var(--yan-text);
    font-family: "Segoe UI", Arial, sans-serif;
}

body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.page-template-home-page h1,
body.page-template-home-page h2,
body.page-template-home-page h3,
body.page-template-home-page h4 {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--yan-green);
}

body.home p,
body.home li,
body.home a,
body.page-template-home-page p,
body.page-template-home-page li,
body.page-template-home-page a {
    font-family: "Segoe UI", Arial, sans-serif;
}

/* ---------- Hero ---------- */

body.home .yoga-alliance-intro-section,
body.page-template-home-page .yoga-alliance-intro-section {
    background: var(--yan-cream);
}

body.home .yoga-alliance-intro-section .intro-heading p,
body.page-template-home-page .yoga-alliance-intro-section .intro-heading p {
    color: var(--yan-button);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

body.home .yoga-alliance-intro-section .intro-heading h2,
body.page-template-home-page .yoga-alliance-intro-section .intro-heading h2 {
    color: var(--yan-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 3.3rem;
    line-height: 1.12;
    font-weight: 700;
}

body.home .yoga-alliance-intro-section .intro-explained p,
body.page-template-home-page .yoga-alliance-intro-section .intro-explained p {
    color: var(--yan-muted);
    font-size: 1.15rem;
    line-height: 1.75;
}

/* ---------- Main buttons ---------- */

body.home .know-more-btn a,
body.home .register-btn a,
body.home .readmore-btn a,
body.home .search-btn a,
body.page-template-home-page .know-more-btn a,
body.page-template-home-page .register-btn a,
body.page-template-home-page .readmore-btn a,
body.page-template-home-page .search-btn a {
    background: var(--yan-button) !important;
    color: var(--yan-white) !important;
    border-radius: 8px;
    border: none;
    box-shadow: 0 6px 18px rgba(46, 125, 50, 0.18);
    font-weight: 600;
    padding: 0.75rem 1.25rem;
    transition: all 0.25s ease;
}

body.home .know-more-btn a:hover,
body.home .register-btn a:hover,
body.home .readmore-btn a:hover,
body.home .search-btn a:hover,
body.page-template-home-page .know-more-btn a:hover,
body.page-template-home-page .register-btn a:hover,
body.page-template-home-page .readmore-btn a:hover,
body.page-template-home-page .search-btn a:hover {
    background: var(--yan-green) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(27, 67, 50, 0.22);
}

/* ---------- Section headings ---------- */

body.home .section-heading h1,
body.page-template-home-page .section-heading h1 {
    color: var(--yan-green) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.35rem;
    font-weight: 700;
    text-align: center;
    transform: none !important;
}

body.home .section-heading h1 span,
body.page-template-home-page .section-heading h1 span {
    background: var(--yan-green) !important;
    color: var(--yan-white) !important;
    border-radius: 6px !important;
    padding: 0.15rem 0.7rem !important;
}

body.home .section-heading h1::before,
body.page-template-home-page .section-heading h1::before {
    background: var(--yan-button) !important;
    width: 70px !important;
    height: 3px !important;
    border-radius: 10px;
}

/* ---------- Search section ---------- */

body.home .search-section,
body.page-template-home-page .search-section {
    background: var(--yan-white);
}

body.home .search-section .tab,
body.page-template-home-page .search-section .tab {
    background: var(--yan-green) !important;
    border-radius: 10px 10px 0 0;
}

body.home .search-section .tab button,
body.page-template-home-page .search-section .tab button {
    background: transparent !important;
}

body.home .search-section .tab button:hover,
body.page-template-home-page .search-section .tab button:hover {
    background: var(--yan-button) !important;
}

body.home .search-section .tab button.active,
body.page-template-home-page .search-section .tab button.active {
    background: var(--yan-button) !important;
}

body.home .search-section .deco-underline,
body.page-template-home-page .search-section .deco-underline {
    background: var(--yan-green) !important;
    height: 3px;
}

/* ---------- About section ---------- */

body.home .yoga-alliance-about-us-section,
body.page-template-home-page .yoga-alliance-about-us-section {
    background: var(--yan-cream) !important;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

body.home .yoga-alliance-about-us-section .brand-info-explained p,
body.page-template-home-page .yoga-alliance-about-us-section .brand-info-explained p {
    color: var(--yan-muted);
    line-height: 1.75;
}

body.home .yoga-alliance-about-us-section .know-more-btn a,
body.page-template-home-page .yoga-alliance-about-us-section .know-more-btn a {
    background: var(--yan-button) !important;
}

body.home .yoga-alliance-about-us-section .about-image img,
body.page-template-home-page .yoga-alliance-about-us-section .about-image img {
    border-radius: 12px;
}

/* ---------- Registration ---------- */

body.home .register-now-section,
body.page-template-home-page .register-now-section {
    background: var(--yan-white);
}

body.home .register-now-section .register-now-parent,
body.page-template-home-page .register-now-section .register-now-parent {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(27, 67, 50, 0.12);
}

body.home .register-now-section .register-now-parent .register-now-child:last-child,
body.page-template-home-page .register-now-section .register-now-parent .register-now-child:last-child {
    background: var(--yan-cream);
}

/* ---------- Education ---------- */

body.home .education-structure-and-credential,
body.page-template-home-page .education-structure-and-credential {
    background: var(--yan-cream);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.home .education-structure-and-credential-info p,
body.page-template-home-page .education-structure-and-credential-info p {
    color: var(--yan-muted);
    line-height: 1.75;
}

/* ---------- Mission / Vision ---------- */

body.home .our-mission-vision-section,
body.page-template-home-page .our-mission-vision-section {
    background: var(--yan-white);
}

body.home .our-mission-vision-section .mission-vision-outer-wrapper,
body.page-template-home-page .our-mission-vision-section .mission-vision-outer-wrapper {
    margin-top: 2rem;
}

body.home .our-mission-vision-section .mission-vision-img img,
body.page-template-home-page .our-mission-vision-section .mission-vision-img img {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(27, 67, 50, 0.12);
}

body.home .our-mission-vision-section .mission-vision-info-heading h2,
body.page-template-home-page .our-mission-vision-section .mission-vision-info-heading h2 {
    color: var(--yan-green);
}

body.home .our-mission-vision-section .mission-vision-info-explain p,
body.page-template-home-page .our-mission-vision-section .mission-vision-info-explain p {
    color: var(--yan-muted);
    line-height: 1.75;
}

/* ---------- Exploring Yoga ---------- */

body.home .exploring-yoga-alliance-nepal-section,
body.page-template-home-page .exploring-yoga-alliance-nepal-section {
    background: var(--yan-cream);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.home .exploring-yoga-alliance-nepal-slider .card,
body.page-template-home-page .exploring-yoga-alliance-nepal-slider .card {
    background: var(--yan-white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 22px rgba(27, 67, 50, 0.10);
}

body.home .exploring-yoga-alliance-nepal-slider .card-body,
body.page-template-home-page .exploring-yoga-alliance-nepal-slider .card-body {
    padding: 1rem;
}

body.home .exploring-yoga-alliance-nepal-slider .card img,
body.page-template-home-page .exploring-yoga-alliance-nepal-slider .card img {
    border-radius: 10px;
}

/* ---------- News ---------- */

body.home .news-and-notice-section,
body.page-template-home-page .news-and-notice-section {
    background: var(--yan-white);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.home .news-and-notice-section .notice-and-news-slider .card,
body.page-template-home-page .news-and-notice-section .notice-and-news-slider .card {
    background: var(--yan-cream) !important;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(27, 67, 50, 0.10);
}

/* ---------- Green accents ---------- */

body.home .exploring-yoga-alliance-nepal-info-date,
body.home .news-and-notice-section .notice-and-news-parent p,
body.page-template-home-page .exploring-yoga-alliance-nepal-info-date,
body.page-template-home-page .news-and-notice-section .notice-and-news-parent p {
    color: var(--yan-button) !important;
}

/* ---------- Contact ---------- */

body.home .contact-section,
body.page-template-home-page .contact-section {
    background: var(--yan-cream);
}

body.home .contact-section .contact-details-wrapper .card,
body.page-template-home-page .contact-section .contact-details-wrapper .card {
    border-radius: 12px;
}

/* ---------- Footer ---------- */

body.home .yoga-alliance-footer,
body.page-template-home-page .yoga-alliance-footer {
    background: var(--yan-green) !important;
    border-radius: 0 !important;
}

body.home .copy-right-section,
body.page-template-home-page .copy-right-section {
    background: #123528 !important;
}

/* ---------- Remove old yellow/orange homepage accents ---------- */

body.home .profile-section-underline,
body.home .search-section .deco-underline,
body.page-template-home-page .profile-section-underline,
body.page-template-home-page .search-section .deco-underline {
    background: var(--yan-green) !important;
}

/* ---------- Mobile ---------- */

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

    body.home .yoga-alliance-intro-section .intro-heading h2,
    body.page-template-home-page .yoga-alliance-intro-section .intro-heading h2 {
        font-size: 2.15rem;
        line-height: 1.2;
    }

    body.home .yoga-alliance-intro-section .intro-explained p,
    body.page-template-home-page .yoga-alliance-intro-section .intro-explained p {
        font-size: 1rem;
        line-height: 1.6;
    }

    body.home .section-heading h1,
    body.page-template-home-page .section-heading h1 {
        font-size: 1.85rem;
    }

    body.home .yoga-alliance-about-us-section,
    body.home .education-structure-and-credential,
    body.home .exploring-yoga-alliance-nepal-section,
    body.home .news-and-notice-section,
    body.home .contact-section,
    body.page-template-home-page .yoga-alliance-about-us-section,
    body.page-template-home-page .education-structure-and-credential,
    body.page-template-home-page .exploring-yoga-alliance-nepal-section,
    body.page-template-home-page .news-and-notice-section,
    body.page-template-home-page .contact-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    body.home .register-now-section .register-now-parent,
    body.page-template-home-page .register-now-section .register-now-parent {
        border-radius: 10px;
    }
}

/* =========================================================
   YOGA ALLIANCE NEPAL — MODERN ABOUT US PAGE
   ========================================================= */

body:has(.about-us-page-bg) {
    background: #F7F4EC !important;
}

body:has(.about-us-page-bg) .global-breadcrumb-section {
    background: #1B4332 !important;
    padding: 1.2rem 0 !important;
}

body:has(.about-us-page-bg) .global-breadcrumb-section h1 {
    color: #ffffff !important;
    font-size: 1rem !important;
    text-shadow: none !important;
}

body:has(.about-us-page-bg) .yoga-alliance-about-us-section {
    background: #F7F4EC !important;
    padding: 5rem 0 !important;
}

body:has(.about-us-page-bg) .about-us-featured-image {
    padding-top: 0 !important;
}

body:has(.about-us-page-bg) .about-feature-image {
    width: 100% !important;
    max-width: 540px !important;
    height: 390px !important;
}

body:has(.about-us-page-bg) .about-image {
    width: 100% !important;
    height: 390px !important;
    overflow: visible !important;
}

body:has(.about-us-page-bg) .about-image img,
body:has(.about-us-page-bg) .about-image img[data-scroll="in"] {
    width: 100% !important;
    height: 390px !important;
    object-fit: cover !important;
    border-radius: 18px !important;
    box-shadow: 0 12px 35px rgba(27,67,50,0.16) !important;
}

body:has(.about-us-page-bg) .about-image::before {
    border-left: 8px solid #2E7D32 !important;
    border-bottom: 8px solid #2E7D32 !important;
    border-radius: 0 0 0 12px;
}

body:has(.about-us-page-bg) .section-heading h1 {
    color: #1B4332 !important;
    font-family: 'YAN_Normal', Georgia, serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    transform: none !important;
}

body:has(.about-us-page-bg) .section-heading h1 span {
    background: #2E7D32 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 0 0.6rem !important;
}

body:has(.about-us-page-bg) .section-heading h1::before {
    background: #2E7D32 !important;
    width: 70px !important;
}

body:has(.about-us-page-bg) .brand-info-explained p {
    color: #40564B !important;
    font-family: 'YAN_Normal', Georgia, serif !important;
    font-size: 1.15rem !important;
    line-height: 1.85 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    margin: 2rem 0 !important;
}

body:has(.about-us-page-bg) .brand-info-explained svg {
    opacity: 0.08 !important;
}

body:has(.about-us-page-bg) .about-us-bg-decoration svg {
    opacity: 0.06 !important;
}

body:has(.about-us-page-bg) .about-us-page-explanation-section {
    background: #ffffff !important;
    padding: 3rem 0 !important;
}

body:has(.about-us-page-bg) .about-us-page-explanation-section p,
body:has(.about-us-page-bg) .about-us-page-explanation-section li {
    color: #40564B !important;
    font-family: 'YAN_Normal', Georgia, serif !important;
    line-height: 1.8 !important;
}

body:has(.about-us-page-bg) .about-us-page-explanation-section h1,
body:has(.about-us-page-bg) .about-us-page-explanation-section h2,
body:has(.about-us-page-bg) .about-us-page-explanation-section h3 {
    color: #1B4332 !important;
    font-family: 'YAN_Normal', Georgia, serif !important;
}

/* Mobile */
@media only screen and (max-width: 767px) {

    body:has(.about-us-page-bg) .yoga-alliance-about-us-section {
        padding: 3rem 0 !important;
    }

    body:has(.about-us-page-bg) .about-feature-image {
        height: 280px !important;
    }

    body:has(.about-us-page-bg) .about-image {
        height: 280px !important;
    }

    body:has(.about-us-page-bg) .about-image img,
    body:has(.about-us-page-bg) .about-image img[data-scroll="in"] {
        height: 280px !important;
        border-radius: 14px !important;
    }

    body:has(.about-us-page-bg) .section-heading h1 {
        font-size: 2rem !important;
        margin-top: 2rem !important;
    }

    body:has(.about-us-page-bg) .brand-info-explained p {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }

    body:has(.about-us-page-bg) .about-us-page-explanation-section {
        padding: 2rem 0 !important;
    }
}

/* =========================================================
   YOGA ALLIANCE NEPAL - MODERN ABOUT US PAGE
   FINAL OVERRIDE
   ========================================================= */

/* Page background */
body:has(.about-us-page-bg) {
    background: #F7F4EC !important;
}

/* Breadcrumb */
body:has(.about-us-page-bg) .global-breadcrumb-section {
    background: #1B4332 !important;
    padding: 1.2rem 0 !important;
}

body:has(.about-us-page-bg) .global-breadcrumb-section h1 {
    color: #ffffff !important;
    font-size: 1.1rem !important;
}

/* Main About section */
body:has(.about-us-page-bg) .yoga-alliance-about-us-section,
body:has(.about-us-page-bg) .about-us-page-bg {
    background: #F7F4EC !important;
    padding: 4rem 0 !important;
}

/* About image */
body:has(.about-us-page-bg) .about-us-featured-image {
    padding: 0 !important;
}

body:has(.about-us-page-bg) .about-feature-image {
    max-width: 540px !important;
    margin: 0 auto !important;
}

body:has(.about-us-page-bg) .about-image {
    height: 390px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    box-shadow: 0 12px 35px rgba(27,67,50,0.16) !important;
    border-left: 7px solid #2E7D32 !important;
    border-bottom: 7px solid #2E7D32 !important;
}

body:has(.about-us-page-bg) .about-image img,
body:has(.about-us-page-bg) .about-image img[data-scroll="in"] {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

/* About heading */
body:has(.about-us-page-bg) .section-heading h1 {
    color: #1B4332 !important;
    font-family: 'YAN_Normal', sans-serif !important;
    font-size: 2.6rem !important;
    font-weight: 700 !important;
    margin: 0 0 1.5rem 0 !important;
}

body:has(.about-us-page-bg) .section-heading h1 span {
    background: #2E7D32 !important;
    color: #ffffff !important;
    padding: 0.05rem 0.35rem !important;
}

/* Main About text */
body:has(.about-us-page-bg) .brand-info-explained p {
    color: #40564B !important;
    font-family: 'YAN_Normal', sans-serif !important;
    font-size: 1.15rem !important;
    line-height: 1.85 !important;
    margin: 0 !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

/* Hide old decorative shapes */
body:has(.about-us-page-bg) .brand-info-explained svg {
    opacity: 0.12 !important;
}

body:has(.about-us-page-bg) .about-us-bg-decoration {
    opacity: 0.15 !important;
}

/* More About content */
body:has(.about-us-page-bg) > .content > .container {
    background: #F7F4EC !important;
}

body:has(.about-us-page-bg) .about-us-page-explanation-section {
    background: #F7F4EC !important;
    padding: 2rem 0 4rem !important;
}

body:has(.about-us-page-bg) .about-us-page-explanation-section p {
    color: #40564B !important;
    font-family: 'YAN_Normal', sans-serif !important;
    font-size: 1.05rem !important;
    line-height: 1.85 !important;
}

/* Mobile */
@media (max-width: 767px) {

    body:has(.about-us-page-bg) .yoga-alliance-about-us-section {
        padding: 2.5rem 1rem !important;
    }

    body:has(.about-us-page-bg) .about-image {
        height: 280px !important;
        border-left-width: 5px !important;
        border-bottom-width: 5px !important;
    }

    body:has(.about-us-page-bg) .section-heading h1 {
        font-size: 2rem !important;
        margin-top: 2rem !important;
    }

    body:has(.about-us-page-bg) .brand-info-explained p {
        font-size: 1rem !important;
        line-height: 1.8 !important;
    }

    body:has(.about-us-page-bg) .global-breadcrumb-section h1 {
        font-size: 0.9rem !important;
    }
}

/* =========================================================
   ABOUT US - MATCH LOWER CONTENT WITH MODERN TYPOGRAPHY
   ========================================================= */

body:has(.about-us-page-bg) .about-us-page-bg + .container,
body:has(.about-us-page-bg) .about-us-page-bg + .container p,
body:has(.about-us-page-bg) .about-us-page-bg + .container li {
    font-family: 'YAN_Normal', sans-serif !important;
    font-weight: 400 !important;
    color: #40564B !important;
    line-height: 1.85 !important;
}

body:has(.about-us-page-bg) .about-us-page-bg + .container {
    font-size: 1.05rem !important;
}

body:has(.about-us-page-bg) .about-us-page-bg + .container p {
    font-size: 1.05rem !important;
    margin-bottom: 1.4rem !important;
}

body:has(.about-us-page-bg) .about-us-page-bg + .container li {
    font-size: 1.05rem !important;
}

/* About Us - match lower content size with top content */

body:has(.about-us-page-bg) .about-us-page-bg + .container {
    font-size: 1.15rem !important;
}

body:has(.about-us-page-bg) .about-us-page-bg + .container p,
body:has(.about-us-page-bg) .about-us-page-bg + .container li {
    font-size: 1.15rem !important;
    line-height: 1.85 !important;
    font-weight: 400 !important;
}

/* About Us Objectives - mobile list spacing */

@media (max-width: 767px) {
    body:has(.about-us-page-bg) .about-us-page-bg + .container ol {
        padding-left: 2.5rem !important;
        margin-left: 0 !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg + .container ol li {
        padding-left: 0.4rem !important;
        margin-bottom: 1rem !important;
    }
}

/* About Us - mobile lower content text - larger */
@media (max-width: 767px) {
    body:has(.about-us-page-bg) .about-us-page-bg + .container > .row > .col-md-12 {
        font-size: 1.35rem !important;
        line-height: 1.8 !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg + .container > .row > .col-md-12 p {
        font-size: 1.35rem !important;
        line-height: 1.8 !important;
        color: #40564B !important;
        margin-bottom: 1.7rem !important;
    }
}
/* About Us - desktop layout balance */
@media (min-width: 992px) {
    body:has(.about-us-page-bg) .about-us-page-bg {
        padding-top: 3.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg .container {
        max-width: 1180px !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg .row {
        align-items: center !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg .col-md-6 {
        padding-left: 1.2rem !important;
        padding-right: 1.2rem !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg .brand-info-explained {
        max-width: 620px !important;
    }
}
/* Objectives - mobile list spacing */
@media (max-width: 767px) {
    body:has(.about-us-page-bg) .about-us-page-bg + .container ol,
    body:has(.about-us-page-bg) .about-us-page-bg + .container ul {
        padding-left: 2.2rem !important;
        margin-left: 0 !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg + .container li {
        padding-left: 0.25rem !important;
        margin-bottom: 1.2rem !important;
    }
}
/* Objectives - improve heading and list readability */
body:has(.about-us-page-bg) .about-us-page-bg + .container ol li strong,
body:has(.about-us-page-bg) .about-us-page-bg + .container ol li b {
    font-weight: 700 !important;
    color: #40564B !important;
}

@media (max-width: 767px) {
    body:has(.about-us-page-bg) .about-us-page-bg + .container ol {
        padding-left: 2.4rem !important;
    }

    body:has(.about-us-page-bg) .about-us-page-bg + .container ol li {
        padding-left: 0.3rem !important;
        margin-bottom: 1.3rem !important;
    }
}
/* =========================================================
   YAN MODERN DISCOVERY PAGE - STEP 1
   ========================================================= */

body.page-template-discovery,
body.page-template-discovery-page {
    background: #F7F4EC !important;
}

/* Discovery breadcrumb */
body.page-template-discovery .global-breadcrumb-section,
body.page-template-discovery-page .global-breadcrumb-section {
    background: #1B4332 !important;
    background-image: none !important;
    padding: 2rem 0 !important;
}

body.page-template-discovery .global-breadcrumb-section h1,
body.page-template-discovery-page .global-breadcrumb-section h1 {
    color: #FFFFFF !important;
}

/* Search area */
body.page-template-discovery .search-section,
body.page-template-discovery-page .search-section {
    background: #F7F4EC !important;
    padding: 3rem 0 2rem !important;
}

/* Search box */
body.page-template-discovery .search-tabs,
body.page-template-discovery-page .search-tabs {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(27,67,50,0.10) !important;
}

/* Search tabs */
body.page-template-discovery .search-section .tab,
body.page-template-discovery-page .search-section .tab {
    background: #1B4332 !important;
}

body.page-template-discovery .search-section .tab button.active,
body.page-template-discovery-page .search-section .tab button.active {
    background: #2E7D32 !important;
}

body.page-template-discovery .search-section .tab button:hover,
body.page-template-discovery-page .search-section .tab button:hover {
    background: #2E7D32 !important;
}

/* Green line under tabs */
body.page-template-discovery .search-section .deco-underline,
body.page-template-discovery-page .search-section .deco-underline {
    background: #2E7D32 !important;
    height: 4px !important;
}

/* Search form */
body.page-template-discovery .search-section .tabcontent,
body.page-template-discovery-page .search-section .tabcontent {
    background: #FFFFFF !important;
}

/* Search button */
body.page-template-discovery .search-section .search-btn a,
body.page-template-discovery-page .search-section .search-btn a {
    background: #2E7D32 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

body.page-template-discovery .search-section .search-btn a:hover,
body.page-template-discovery-page .search-section .search-btn a:hover {
    background: #1B4332 !important;
}

/* Remove old waterfall background */
body.page-template-discovery .search-background,
body.page-template-discovery-page .search-background {
    background: linear-gradient(
        rgba(27,67,50,0.88),
        rgba(27,67,50,0.88)
    ) !important;
}
/* =========================================
   DISCOVERY PAGE - MODERN YAN DESIGN
   ========================================= */

body.page-template-discovery,
body.page-template-discovery-page {
    background: #F7F4EC !important;
}

/* Breadcrumb */
body.page-template-discovery .global-breadcrumb-section,
body.page-template-discovery-page .global-breadcrumb-section {
    background: #1B4332 !important;
    padding: 2rem 0 !important;
}

body.page-template-discovery .global-breadcrumb-section h1,
body.page-template-discovery-page .global-breadcrumb-section h1 {
    color: #ffffff !important;
}

/* Search area */
body.page-template-discovery .search-section,
body.page-template-discovery-page .search-section {
    background: #F7F4EC !important;
    padding: 3rem 0 2rem !important;
}

body.page-template-discovery .search-section .search-tabs,
body.page-template-discovery-page .search-section .search-tabs {
    border-radius: 14px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(27,67,50,0.10) !important;
}

/* Search tabs */
body.page-template-discovery .search-section .tab,
body.page-template-discovery-page .search-section .tab {
    background: #2E7D32 !important;
}

body.page-template-discovery .search-section .tab.active,
body.page-template-discovery-page .search-section .tab.active {
    background: #1B4332 !important;
}

/* Search form */
body.page-template-discovery .search-section .tabcontent,
body.page-template-discovery-page .search-section .tabcontent {
    background: #ffffff !important;
    padding: 2rem !important;
}

/* Search inputs */
body.page-template-discovery .search-section input,
body.page-template-discovery .search-section select,
body.page-template-discovery-page .search-section input,
body.page-template-discovery-page .search-section select {
    border: 1px solid #dfe7e2 !important;
    border-radius: 8px !important;
    min-height: 48px;
}

/* Search button */
body.page-template-discovery .search-section .search-btn a,
body.page-template-discovery .search-section .search-btn button,
body.page-template-discovery-page .search-section .search-btn a,
body.page-template-discovery-page .search-section .search-btn button {
    background: #2E7D32 !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

/* Welcome text */
body.page-template-discovery .search-section + *,
body.page-template-discovery-page .search-section + * {
    color: #40564B;
}

/* Mobile */
@media (max-width: 767px) {

    body.page-template-discovery .global-breadcrumb-section,
    body.page-template-discovery-page .global-breadcrumb-section {
        padding: 1.2rem 0 !important;
    }

    body.page-template-discovery .search-section,
    body.page-template-discovery-page .search-section {
        padding: 1.5rem 0 !important;
    }

    body.page-template-discovery .search-section .tabcontent,
    body.page-template-discovery-page .search-section .tabcontent {
        padding: 1.2rem !important;
    }

    body.page-template-discovery .search-section input,
    body.page-template-discovery .search-section select,
    body.page-template-discovery-page .search-section input,
    body.page-template-discovery-page .search-section select {
        min-height: 46px;
    }
}

/* =========================================================
   YOGA ALLIANCE NEPAL — DISCOVERY PAGE MODERN DESIGN
   ========================================================= */

/* Discovery page background */
#kt_content:has(> .global-breadcrumb-section + .search-section) {
    background: #F7F4EC !important;
}

/* Modern breadcrumb */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.global-breadcrumb-section {
    background: #1B4332 !important;
    padding: 2.2rem 0 !important;
}

#kt_content:has(> .global-breadcrumb-section + .search-section)
.global-breadcrumb-section h1 {
    color: #FFFFFF !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
}

/* Search area */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section {
    padding: 3rem 0 2rem !important;
    background: #F7F4EC !important;
}

/* Search card */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .search-tabs {
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #FFFFFF !important;
    box-shadow: 0 8px 30px rgba(27,67,50,0.12) !important;
}

/* Tabs */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .tab button {
    background: #2E7D32 !important;
    color: #FFFFFF !important;
    border: none !important;
}

#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .tab button.active {
    background: #1B4332 !important;
    color: #FFFFFF !important;
}

/* Green line */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .deco-underline {
    background: #2E7D32 !important;
    height: 4px !important;
    border-radius: 4px !important;
}

/* Search content */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .tabcontent {
    background: #FFFFFF !important;
    border-radius: 0 0 16px 16px !important;
    padding-bottom: 2rem !important;
}

/* Search labels */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section label {
    color: #1B4332 !important;
    font-weight: 600 !important;
}

/* Search inputs */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section input,
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section select {
    border: 1px solid #D9E3DC !important;
    border-radius: 8px !important;
    min-height: 44px !important;
}

/* Search button */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .search-btn a,
#kt_content:has(> .global-breadcrumb-section + .search-section)
.search-section .search-btn button {
    background: #2E7D32 !important;
    border: none !important;
    border-radius: 8px !important;
    color: #FFFFFF !important;
    padding: 0.75rem 1.5rem !important;
}

/* Discovery description */
#kt_content:has(> .global-breadcrumb-section + .search-section)
> .container:not(.search-background) {
    background: #FFFFFF !important;
    border-radius: 16px !important;
    padding: 2rem 2.5rem !important;
    margin-top: 1rem !important;
    margin-bottom: 2rem !important;
    box-shadow: 0 5px 20px rgba(27,67,50,0.08) !important;
}

#kt_content:has(> .global-breadcrumb-section + .search-section)
> .container:not(.search-background) p {
    color: #40564B !important;
    font-size: 1.05rem !important;
    line-height: 1.8 !important;
}

/* Registration section */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section {
    background: #F7F4EC !important;
    padding: 3rem 0 5rem !important;
}

/* Register heading */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .section-heading h1 {
    color: #1B4332 !important;
    font-weight: 700 !important;
}

/* Registration cards */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-now-parent {
    background: #FFFFFF !important;
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 6px 24px rgba(27,67,50,0.10) !important;
}

/* Registration text */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-now-info h1 {
    color: #1B4332 !important;
}

#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-now-info p {
    color: #40564B !important;
    line-height: 1.6 !important;
}

/* Registration buttons */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-btn a {
    background: #2E7D32 !important;
    color: #FFFFFF !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-btn a:hover {
    background: #1B4332 !important;
}

/* Remove old registration decorations */
#kt_content:has(> .global-breadcrumb-section + .search-section)
.register-now-section .register-now-deco {
    opacity: 0.25 !important;
}

/* Mobile */
@media (max-width: 767px) {

    #kt_content:has(> .global-breadcrumb-section + .search-section)
    .global-breadcrumb-section {
        padding: 1.5rem 1rem !important;
    }

    #kt_content:has(> .global-breadcrumb-section + .search-section)
    .global-breadcrumb-section h1 {
        font-size: 1.4rem !important;
        text-align: center !important;
    }

    #kt_content:has(> .global-breadcrumb-section + .search-section)
    .search-section {
        padding: 1.5rem 0.8rem !important;
    }

    #kt_content:has(> .global-breadcrumb-section + .search-section)
    > .container:not(.search-background) {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
        padding: 1.5rem !important;
    }

    #kt_content:has(> .global-breadcrumb-section + .search-section)
    .register-now-section {
        padding: 2rem 1rem 3rem !important;
    }
}

/* =========================================
   DISCOVERY PAGE - MODERN YAN DESIGN
   ========================================= */

/* Modern breadcrumb */
#kt_content > .global-breadcrumb-section {
    background: #1B4332 !important;
    background-image: none !important;
    padding: 2rem 0 !important;
}

#kt_content > .global-breadcrumb-section h1 {
    color: #ffffff !important;
    font-size: 2rem !important;
    font-weight: 600 !important;
}

/* Discovery search area */
#kt_content > .global-breadcrumb-section + .search-section {
    padding: 3rem 0 4rem !important;
    background: #F7F4EC !important;
}

/* Search box */
#kt_content > .global-breadcrumb-section + .search-section .search-tabs {
    border-radius: 14px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(27,67,50,0.10) !important;
}

/* Search tabs */
#kt_content > .global-breadcrumb-section + .search-section .tab {
    background: #2E7D32 !important;
}

#kt_content > .global-breadcrumb-section + .search-section .tab button {
    background: #2E7D32 !important;
}

#kt_content > .global-breadcrumb-section + .search-section .tab button:hover {
    background: #1B4332 !important;
}

/* Green line */
#kt_content > .global-breadcrumb-section + .search-section .decoration,
#kt_content > .global-breadcrumb-section + .search-section .decoration-line,
#kt_content > .global-breadcrumb-section + .search-section .deco-underline {
    background: #2E7D32 !important;
}

/* Search content */
#kt_content > .global-breadcrumb-section + .search-section .tab-content {
    background: #ffffff !important;
    border-radius: 0 0 14px 14px !important;
}

/* Search button */
#kt_content > .global-breadcrumb-section + .search-section .search-btn a,
#kt_content > .global-breadcrumb-section + .search-section .search-btn button,
#kt_content > .global-breadcrumb-section + .search-section .search-btn {
    background: #2E7D32 !important;
    border-radius: 8px !important;
}

#kt_content > .global-breadcrumb-section + .search-section .search-btn a:hover,
#kt_content > .global-breadcrumb-section + .search-section .search-btn button:hover {
    background: #1B4332 !important;
}

/* Discovery background */
#kt_content > .global-breadcrumb-section + .search-section .search-background {
    background: #F7F4EC !important;
}

/* Discovery - reduce empty space below search */
#kt_content > .global-breadcrumb-section + .search-section {
    padding-bottom: 1rem !important;
    margin-bottom: 0 !important;
}

#kt_content > .global-breadcrumb-section + .search-section + .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Discovery - Welcome section polish */

#kt_content > .global-breadcrumb-section + .search-section + .container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#kt_content > .global-breadcrumb-section + .search-section + .container > .row {
    margin-top: 0 !important;
}

/* Welcome text */
#kt_content > .global-breadcrumb-section + .search-section + .container p {
    font-size: 1.15rem !important;
    font-weight: 400 !important;
    line-height: 1.8 !important;
    color: #40564B !important;
}

/* Welcome box */
#kt_content > .global-breadcrumb-section + .search-section + .container {
    background: #ffffff !important;
    border-radius: 18px !important;
    box-shadow: 0 8px 24px rgba(27,67,50,0.08) !important;
    padding: 2rem 2.5rem !important;
}

/* Discovery - tighten space before Register Now */
body .register-now-section {
    padding-top: 2rem !important;
}

body .register-now-section .section-heading {
    margin-top: 0 !important;
}

/* Discovery - fix mobile horizontal overflow */
@media (max-width: 767px) {

    body.page-template-discovery .search-section,
    body.page-template-discovery-page .search-section {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    body.page-template-discovery .search-section .container,
    body.page-template-discovery-page .search-section .container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    body.page-template-discovery .search-section .search-tabs,
    body.page-template-discovery-page .search-section .search-tabs,
    body.page-template-discovery .search-section .tab-content,
    body.page-template-discovery-page .search-section .tab-content {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    body.page-template-discovery .search-section input,
    body.page-template-discovery .search-section select,
    body.page-template-discovery-page .search-section input,
    body.page-template-discovery-page .search-section select {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* Discovery - mobile font size */
@media (max-width: 767px) {

    body.page-template-discovery .search-section,
    body.page-template-discovery-page .search-section {
        font-size: 18px !important;
    }

    body.page-template-discovery .search-section label,
    body.page-template-discovery-page .search-section label {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    body.page-template-discovery .search-section input,
    body.page-template-discovery .search-section select,
    body.page-template-discovery-page .search-section input,
    body.page-template-discovery-page .search-section select {
        font-size: 17px !important;
        min-height: 54px !important;
    }

    body.page-template-discovery .search-section .tab,
    body.page-template-discovery-page .search-section .tab {
        font-size: 18px !important;
    }

    body.page-template-discovery .search-section .search-btn,
    body.page-template-discovery-page .search-section .search-btn {
        font-size: 18px !important;
    }

    body.page-template-discovery .container > p,
    body.page-template-discovery-page .container > p {
        font-size: 18px !important;
        line-height: 1.7 !important;
    }
}


