@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('../fonts/fontello.css');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0c0c0c;
    font-style: normal;
}
 
p,
li,
a,
button,
span,
h5,
h6 {
    font-family: 'Jost', sans-serif;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
 

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .btn:focus,
    .button:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    } 

    button:focus,
    input:focus,
    input:focus,
    textarea,
    textarea:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h4,
h5,
h6 {
    font-family: 'Jost', sans-serif;
    color: #2c2c2c;
    margin-top: 0px;
    font-style: normal;
    
}

h1,
h2,
h3 {
    font-family: 'Jost', sans-serif;
    margin-top: 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 700;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
 
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}

*::placeholder {
    color: #161616;
    font-size: 17px;
    opacity: 1;
}
/*--------------------------------------------------------------
 * Preloader CSS MS
 *--------------------------------------------------------------
 */

.wp-smart-loader {
    text-indent: -12345px;
}

/*--------------------------------------------------------------
 * Preloader One
 *--------------------------------------------------------------
 */

.smart-loader-one {
    width: 50px;
    height: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    -moz-animation: spinner 700ms infinite linear;
    -ms-animation: spinner 700ms infinite linear;
    -o-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
 * Preloader Two
 *--------------------------------------------------------------
 */

.smart-loader-two {
    position: relative;
    width: 80px;
    height: 80px;
    -webkit-animation: spinner 5s infinite linear;
    animation: spinner 5s infinite linear;
}

    .smart-loader-two span {
        width: 40px;
        height: 40px;
        position: absolute;
        background: red;
        display: block;
        -webkit-animation: spinner-two 1s infinite linear;
        animation: spinner-two 1s infinite linear;
    }

        .smart-loader-two span:nth-child(1) {
            background: #2ecc71;
        }

        .smart-loader-two span:nth-child(2) {
            left: 44px;
            background: #9b59b6;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-two span:nth-child(3) {
            top: 44px;
            background: #3498db;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-two span:nth-child(4) {
            top: 44px;
            left: 44px;
            background: #f1c40f;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

@-webkit-keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes spinner-two {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

/*--------------------------------------------------------------
 * Preloader Three
 *--------------------------------------------------------------
 */

.smart-loader-three {
    position: relative;
}

    .smart-loader-three span {
        display: block;
        bottom: 0px;
        width: 9px;
        height: 5px;
        background: #9b59b6;
        position: absolute;
        -webkit-animation: spinner-three 1.5s infinite ease-in-out;
        animation: spinner-three 1.5s infinite ease-in-out;
    }

        .smart-loader-three span:nth-child(2) {
            left: 11px;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .smart-loader-three span:nth-child(3) {
            left: 22px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

        .smart-loader-three span:nth-child(4) {
            left: 33px;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
        }

        .smart-loader-three span:nth-child(5) {
            left: 44px;
            -webkit-animation-delay: .8s;
            animation-delay: .8s;
        }

@-webkit-keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

@keyframes spinner-three {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #3498db;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #9b59b6;
    }
}

/*--------------------------------------------------------------
 * Preloader Four
 *--------------------------------------------------------------
 */

.smart-loader-four {
    width: 80px;
    height: 80px;
}

    .smart-loader-four .spinner-cube {
        width: 33%;
        height: 33%;
        background-color: #9b59b6;
        float: left;
        -webkit-animation: spinner-four 1.3s infinite ease-in-out;
        animation: spinner-four 1.3s infinite ease-in-out;
    }

    .smart-loader-four .spinner-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .smart-loader-four .spinner-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .smart-loader-four .spinner-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-four .spinner-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .smart-loader-four .spinner-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .smart-loader-four .spinner-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes spinner-four {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/*--------------------------------------------------------------
 * Preloader Five
 *--------------------------------------------------------------
 */

.smart-loader-five {
    width: 80px;
    height: 80px;
    position: relative;
}

    .smart-loader-five .spinner-cube {
        border: 2px solid transparent;
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .smart-loader-five .spinner-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #9b59b6;
            -webkit-animation: spinner-five 2.4s infinite linear both;
            animation: spinner-five 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

    .smart-loader-five .spinner-cube-2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .smart-loader-five .spinner-cube-3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .smart-loader-five .spinner-cube-4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .smart-loader-five .spinner-cube-2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .smart-loader-five .spinner-cube-3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .smart-loader-five .spinner-cube-4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes spinner-five {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
 * Preloader Six
 *--------------------------------------------------------------
 */

.smart-loader-six {
    width: 70px;
    height: 70px;
    position: relative;
}

    .smart-loader-six .spinner-cube-1,
    .smart-loader-six .spinner-cube-2 {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #3498db;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: spinner-six 2.0s infinite ease-in-out;
        animation: spinner-six 2.0s infinite ease-in-out;
    }

    .smart-loader-six .spinner-cube-2 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes spinner-six {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes spinner-six {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.smart-page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fefefe;
    z-index: 100000;
}

.wp-smart-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}


.wp-smart-body {
    visibility: hidden;
}
/*--------------------------------------------------------------
 * Preloader Seven
 *--------------------------------------------------------------
 */
.main-slider h2 {
    position: relative;
    display: block;
    font-size: 54px;
    color: #ffffff;
    font-weight: 600;
    line-height: 66px;
    z-index: 1;
    text-shadow: 1px 3px 2px #00000052;
}
.main-slider h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.14em;
    padding-right: 64px;
    text-transform: capitalize;
    display: inline-block;
    z-index: 1;
    text-shadow: 1px 3px 2px #00000052;
}
.btn-style-one {
    background: #de8d38;
    display: block;
    float: left;
    border-radius: 8px;
    width: 80px;
    height: 80px;
}
.bootom-box{ position:relative;}
    .bootom-box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(10 10 10 / 73%);
    }

.min-img{ width:100%;}
.theme-btn {
    padding: 17px 25px !important;
    display: inline-block !IMPORTANT;
    float: left;
    margin-right: 20px !IMPORTANT;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 3px 11px #00000052 !important;
}
.tp-bgimg {
    background-size: cover !important;
    background-position: top !important;
    top: 20px !important;
}
.btn-style-orange {
    background: #874eb9;
    color: #fff;
}
.btn-style-white {
    background: #fff;
    color: #000;
}
.fullwidthbanner-container .tp-bgimg:before {
    content: "";
    background: rgb(0 0 0 / 35%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    z-index: 22;
    /* opacity: 0.5; */
}
.heading-s h5 {
    color: #874eb9;
    font-size: 19px;
    margin-bottom: 20px;
}
.heading-s h2{ font-size:24px;}
.service-box {
    background: #f6ebff;
    padding: 3em;
    margin-bottom: 2em;
    border-bottom: 12px solid #874eb9;
    padding-bottom: 2em;
}

.img-ser {
    background: #ffd2a4;
    border-radius: 50%;
    padding: 8px;
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 20px;
}
    .img-ser img {
        width: 100%;
    }
    .img-ser img {
        transform: scale(1);
        transform-origin: center;
        transform-style: preserve-3d;
        transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    }

/* [3] Finally, transforming the image when container gets hovered */
.service-box:hover .img-ser img {
    transform: scale(0.7);
}
.service-box:hover .img-ser {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
}
.service-box:hover {
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-box h3{}
    .service-box h3 a {
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 21px;
    }
.service-box p {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.read-more {
    color: #874eb9;
    font-size: 18px;
}
.btn-gradient {
    color: #ffffff;
    background-size: 200% auto;
    border: none;
    border-radius: 8px;
    background: #874eb9;
    padding: 13px 30px;
    font-size: 18px;
    float: none;
    display: inline-block;
    margin-bottom: 3em;
}
    .btn-gradient:hover {
        background: #343434;
        color: #ffffff;
    }
a, button, div, :before, h3, p{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.min-belive{ border-radius:25px; overflow:hidden}
.min-belive img {
    width: 100%;
}
.benifets {
    background: #F5F2F0
}
.event-s {
    position: relative;
}
    .event-s img{ width:100%;}
    .feature-bottom {
        padding: 30px;
        text-align: left;         
        z-index: 1;
      
        bottom: 0;         
        position: absolute;
        right: 0;
        left: 0;
        
    }
        .feature-bottom h3 {
            font-size: 19px;
            text-transform: uppercase;
            line-height: 26px;
            color: #fff;
            font-weight: 600;
        }
            .feature-bottom h3 a {
                display: -webkit-box !important;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                white-space: normal;
                overflow: hidden;
            }
        .feature-bottom p {
            color: #fff;
            font-weight: 500;
            margin-bottom: 0px;
            font-size: 15px;
            line-height: 22px;
            display: -webkit-box;
            display: none;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            overflow: hidden;
        }
		button {
    cursor: pointer;
}
		.seccess {
    font-size: 14px;
    color: #60bf09;
    background: white;
    width: 100%;
    display: block;
    padding: 6px 10px;
    margin: 10px 0;
}
.error{font-size: 14px;
    color: #e72612;
    background: white;
    width: 100%;
    display: block;
    padding: 6px 10px;
    margin: 10px 0;}
        .event-s:before {
            position: absolute;
            content: "";
            width: 100%;
            left: 0;
            bottom: 0;
            height: 100%;
            -webkit-transition: height 0.5s ease-out;
            transition: height 0.5s ease-out;
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), to(#874eb9));
            background-image: linear-gradient(to bottom, transparent 42%, #874eb9 100%);
        }
.event-s:hover.event-s:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, transparent), to(#000));
    background-image: linear-gradient(to bottom, transparent 19%, #000 100%);
}
.event-s:hover p {
    display: block;
    display: -webkit-box;
}
.event-s:hover .feature-bottom h3 a {
    color: #fff
}
.event-s:hover .feature-bottom h3 {
    background: #ddb216a1;
    padding: 5px;
}
.join-bg {
    background-image: url(../images/join-bg.jpg);
    padding: 10em 12em;
    display: block;
    width: 100%;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
}
.min-bg-w {
    background-color: #fff;
    padding: 3em
}
.min-join {
   
}
    .min-join a{ margin-bottom:0px;}
    .min-join h2 {
        font-weight: 700;
        font-size: 32px;
    }
.min-join p{ text-transform:capitalize}
.colan span {
    font-size: 32vh;
    float: right;
    color: #FFF5EB;
    line-height: 1em;
}
.event-list {
    display: flex;
    flex-direction: row; /* Align children side by side */
    justify-content: space-between;
    align-items: center;
    background-color: #874eb9;
    padding: 0px 0px 0px 3em;
    position: relative;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
}

.event-det1 {
    flex: 1 1 60%; /* Grow to fill space, but prefer 60% width */
    color: #fff;
    box-sizing: border-box; /* Include padding in width calculation */
	
	 overflow: auto; 
}

.event-img {
    flex: 1 1 40%; /* Grow to fill space, but prefer 40% width */
    box-sizing: border-box;
}

.event-img img {
    width: 100%;
    height: auto;
    display: block;
}

.event-det1 h5 {
    font-size: 29px;
    color: #fff;
}
.event-det1 h2 {
    font-size: 29px;
    color: #fff;
}
.event-det1 h3 a {
    font-size: 22px;
    margin: 20px 0;
    display: block;
    color: #ccc6c6;
    text-decoration: none;
}

.event-det1 ul {
    margin: 20px 0 30px;
    padding: 0;
    list-style: none;
}

.event-det1 ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
	 color: #fff;
}

.event-det1 ul li i {
    margin-right: 15px;
}

.btn-white {
    color: #de8d38;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 13px 30px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s, color 0.3s;
}

.btn-white:hover {
    background: #2c2c2c;
    color: #fff;
}

@media (max-width: 768px) {
    .event-list {
        flex-direction: column; /* Stack items vertically */
        padding: 2em 1em;
    }
    .event-img {
        display: none; /* Hide image on small screens */
    }
    .event-det1 {
        width: 100%; /* Full width for text content */
    }
}
.subbanner{ position:relative;}
    .subbanner:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgb(0 0 0 / 48%);
    }
.min-ab h5 {
    font-size: 14px;
}
.min-ab h2 {
    font-size: 25px;
    margin-top: 19px;
    margin-bottom: 15px;
}
.min-ab p{}
.text-r{ text-align:right}
.text-l {
    text-align: left
}
.beiefet-img img{ width:100%;}
.event-page .event-s { margin-bottom:25px;
}
blockquote {
    margin: 0 0 1rem;
    background: #f5f5f5;
    padding: 20px;
}
blockquote p{ font-size:20px; font-weight:500}
.upcoming-event {
    background: #F7F8FA;
}
.register-f {
    background: #F7F8FA;
    padding: 30px;
    position: sticky;
    top: 120px;
}
.form-event h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.form-in .read-m-we {
    margin-bottom: 0px;
    width: 100%;
    border-radius: 5px;
}
.form-in:last-child{ margin-bottom:0px;}
.form-event ul {
    margin-bottom: 25px;
}
    .form-event ul li {
        margin-bottom: 8px;
    }
.form-event ul li i{margin-right:15px;}
.form-in {
    margin-bottom: 25px;
}
.fill-in {
    width: 100%;
    padding: 10px;
    height: 50px;
    border: 1px solid #d7d7d7;
}
.up-event {
    background: #fff;
    padding: 30px; position:relative;
}
.up-event:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #ffd2a4; bottom:0;left:0; right:0;
}
    .up-event:hover {
        box-shadow: -1px 3px 10px 1px #00000040;
        margin-top: -10px;
    }
    .up-event h5 {
        color: #874eb9;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .up-event h3 {
        font-size: 20px;
        line-height: 28px;
    }
        .up-event h3 a {
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            white-space: normal;
            overflow: hidden;
        }
    .up-event span {
        font-size: 13px;
        color: #874eb9;
        font-weight: normal;
        margin-bottom: 7px;
        display: block;
    }
    .up-event p {
        font-size: 17px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
    }
    .up-event ul li {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .up-event ul li i{
        float: left;font-size:17px;
        height: 30px;
        margin-right: 15px;
    }
.gallery-img{ margin-bottom:25px;}
    .gallery-img:hover {
        box-shadow: -1px 3px 10px 1px #00000040;
        margin-top: -10px;
    }
.blog-page {
    background: #F7F8FA;
}
.bloglist {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}
    .bloglist:hover {
        box-shadow: -1px 3px 10px 1px #00000040;
        margin-top: -10px;
    }
.blog-img{ width:40%; float:left; margin-right:20px;}
.blog-img img{ width:100%;}
.blog-con .read-m-we {
    margin-bottom: 0px;
}
.blog-con {
    display: block;
    width: 58%;
    float: left;
}
.top-date ul li {
    font-size: 13px;
    color: #874eb9; margin-bottom: 0px;
}
.top-date{ width:100%; display:block}
.top-date ul li:first-child {
    float: left
}
    .top-date ul li:last-child {
        float: right
    }
    .top-date ul li i {
        float: left;
        font-size: 17px;
        margin-right: 15px;
    }
.blog-con h3 {
    float: left;
    font-size: 22px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-con{ margin-top:15px;}
.blog-con p {
    float: left;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.blog-details-con ul li {
    list-style: disc;
}
.blog-details-con ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.blog-heading{
    font-size: 13px;
    color: #5c5959;
}
.img-l-size img {
    width: 60px;
    margin: 15px 0;
}
.text-m{min-height:100px; max-height:100px;}
.label-t {
    margin-bottom: 10px;
    color: #874eb9;
}
.label-tb {
   font-size: 21px;
}
.con-add{ margin-bottom:30px;}
/* home 3*/
card-block .btn-outline-primary {

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  
  .card {
    margin: 20px 0;
  }
  
  /* Flip Cards CSS */
  .card-container {
    perspective: 700px;
  }
  .card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: auto;
    transition: all 0.5s ease-out;
    background: transparent;
    border: none;
  }
  
  .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    border: none;
  }
  
  .card-flip .front {
    position: relative;
    z-index: 1;
  }
  
  .card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
  }
  
  .card-container:hover .card-flip {
    transform: rotateY(180deg);
  }
  .s-logo img{
    width: 50%!important;
  }
  .logo img
  {
	  width:100px;
	  height:auto;
  }
  .logo a
  {
	  width:100px;
	  height:auto;
	  color:#874eb9;
  }
  .ab-yoga img{
    width: 100%;
  }
  .spiritual i{
    font-size: 40px;
    color: #874eb9;
  }
  .user-t{
display: flex;
  }
  .user-t h6 {
    margin: 10px;
  }
  .spiritual p{
    padding: 10px;
  }
  .service-h3{
    background-image: url(images/background-picture.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .masonry:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .masonry .grid-sizer,
  .masonry_block {
    width: 100%;
  }
  
  .masonry_block {
    float: left;
    padding: 20px 20px;
    border-radius: 25px;
  }
  
  .masonry-folio {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 4px 15px 1px rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
  }
  
  .masonry_thum img {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 1rem;
  }
  
  .masonry_thum a {
    display: block;
  }
  
  .masonry_thum a::before {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    border-radius: 1rem;
  }
  
  .masonry_thum a::after {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
    border-radius: 1rem;
    border-top: 1px solid #d7dce1;
      border-left: 3px solid #d7dce1;
  }
  
  .masonry_text {
    position: absolute;
    left: 0;
    bottom: 8rem;
    padding: 0 1.5rem;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .masonry_title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin: 0 0 0.3rem 0;
  }
  
  .masonry_cat {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.714;
    margin-bottom: 0;
  }
  
  .masonry_caption {
    display: none;
  }
  
  .masonry_project-link {
    display: block;
    color: #ffffff;
    text-align: center;
    z-index: 500;
    top: 3rem;
    left: 2rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  
  .masonry_project-link::before {
    display: in-line;
    position: relative;
    top: -2.5rem;
    left: 50%;
  }
  
  .masonry_project-link:hover,
  .masonry_project-link:focus,
  .masonry_project-link:active {
    font-size: 1.1rem;
    color: #ffffff;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background-color: transparent;
  }
  
  /* on hover 
   * ----------------------------------------------- */
  .masonry-folio:hover .masonry_thum a::before {
    opacity: 1;
    visibility: visible;
  }
  
  .masonry-folio:hover .masonry_thum a::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .masonry-folio:hover .masonry_thum img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .masonry-folio:hover .masonry_project-link,
  .masonry-folio:hover .masonry_text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .masonry_project-link:hover a {
    text-decoration: underline;
  }
  
  @media only screen and (max-width: 992px) {
    .s-works {
      padding-top: 15rem;
      padding-bottom: 15rem;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .masonry_title,
    .masonry_cat {
      font-size: 1.3rem;
    }
  }
  
  @media only screen and (max-width: 576px) {
    .s-works {
      padding-top: 12rem;
    }
  
    .masonry-wrap {
      padding: 0 35px;
    }
  
    .masonry_block {
      float: none;
      width: 100%;
    }
  
    .masonry_title,
    .masonry_cat {
      font-size: 1.4rem;
    }
  }
  
  
  #testimonials {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(155, 89, 182, 0.1)), to(rgba(155, 89, 182, 0.0)));
    background-image: -o-linear-gradient(left, rgba(155, 89, 182, 0.1), rgba(155, 89, 182, 0.0));
    background-image: linear-gradient(90deg, rgba(155, 89, 182, 0.1), rgba(155, 89, 182, 0.0));
}
.align-center {
    text-align: center;
}
.suptitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
    color: var(--color-purple);
}
.wrapper-testimonials {
    max-width: 1000px;
    margin-top: 50px;
}
.sc_promo_image, .sc_promo_image_wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.scheme_dark .sc_promo .sc_promo_title, .scheme_dark .sc_promo .sc_promo_descr {
    color: #ffffff;
}

.sc_item_title.sc_align_center:not(h3) {
    padding-top: 2rem;
    position: relative;
}

.sc_item_title.sc_align_center {
    max-width: 90%;
    margin: auto;
}
.sc_promo {
    position: relative;
    overflow: hidden;
    padding-top: 0.0001px;
}
.vc_custom_1696843514942 {
    background-image: url(https://indiareikifoundation.com/wp-content/uploads/2023/10/IRF-Square-BG.png?id=2017) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.scheme_dark .sc_promo .sc_promo_title, .scheme_dark .sc_promo .sc_promo_descr {
    color: #ffffff;
}

.scheme_default .sticky .sc_button_hover_slide_left, .scheme_default .scheme_dark .sc_button_hover_slide_left, .scheme_default .scheme_extra_dark .sc_button_hover_slide_left {
    background: linear-gradient(to right,	#69cff3 0%,#52bee5 50%,#ffffff 50%,#ffffff 100%) no-repeat scroll right bottom / 210% 100% #ffa64d !important;
    color: #4a403c !important;
    box-shadow: 0 0 4.222em rgba(253,149,81,0.24);
}

.scheme_default .sc_promo .sc_promo_title, .scheme_default .sc_promo .sc_promo_descr {
    color: #4a403c;
}

.about-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://indiareikifoundation.com/wp-content/uploads/2023/10/IRF-Square-BG.png?id=2017) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    padding: 0px 0;
}

.about-text {
    text-align: center; /* Centers text */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Vertically centers content */
    align-items: center; /* Horizontally centers content */
    height: 100%; /* Ensures full height */
    padding: 40px;
}

.about-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-text p {
    max-width: 600px; /* Limits paragraph width for readability */
    margin-bottom: 20px;
}

.btn-custom {
    background-color: #ffcc00;
    color: #222;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease-in-out;
}
.about-image {
    background: url('/images/healing_hands.jpg') top center/cover no-repeat;
    height: 80vh; /* 80% of viewport height */
    width: 100%;
}

.btn-custom:hover {
    background-color: #ff9900;
    color: #fff;
}
.about-section p{
	color: #fff;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 768px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }
    .about-text {
        text-align: center;
    }
    .about-image {
        height: 300px;
    }
}

.testimonial-container {

	margin: auto;
	background: white;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.testimonial-container h2{
	font-size: 22px;
	text-align:center;
}
.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.testimonial-img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.testimonial-text {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	font-style: italic;
}

.testimonial-name {
	font-weight: bold;
	color: #555;
}

/* Pagination Dots */
.swiper-pagination {
	margin-top: 15px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #bbb;
	opacity: 1;
	transition: background 0.3s ease;
}

.swiper-pagination-bullet-active {
	background: #ff6b6b;
}

.counts {
    background: white;
    padding: 50px 20px;
}

.stats-item {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    text-align: center;
}

.stats-item:hover {
    transform: translateY(-5px);
}

.stats-item span {
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff6b6b;
    display: block;
}

.stats-item p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 5px;
    color: #333;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px; /* Adds space between rows */
    }

    .col-lg-3, .col-md-6 {
        flex: 0 0 calc(50% - 20px); /* Two columns with spacing */
        max-width: calc(50% - 20px);
       /* display: flex;*/
        justify-content: center;
    }

    .stats-item {
        padding: 20px;
        width: 100%;
    }

    .stats-item span {
        font-size: 2rem;
    }

    .stats-item p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .col-lg-3, .col-md-6 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .stats-item {
        padding: 15px;
    }

    .stats-item span {
        font-size: 1.8rem;
    }

    .stats-item p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .col-lg-3, .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .stats-item {
        padding: 15px;
    }

    .stats-item span {
        font-size: 1.6rem;
    }

    .stats-item p {
        font-size: 0.9rem;
    }
}

.video-container {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
	
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container img {
  border: 1px solid #874eb9; /* Adjust color and thickness */
  border-radius: 10px; /* Big radius */
  width: 100%;
  height: auto;
}
.video-container:nth-child(1) img {
  border-radius: 10px;
  
}

.video-container:nth-child(2) img {
  border-radius: 10px;
  
}
%
.video-container:nth-child(3) img {
  border-radius: 10px;
}
.carousel-item {
    transition: transform 0.5s ease, opacity 0.5s ease;
}

@media (max-width: 768px) {
    .carousel-item .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.heading-s h2 {
		font-size: 22px;
	}
	.logo-box img {
        width: 77px !important;
    }
}
}

@media (max-width: 576px) {
    .carousel-item .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.carousel-control-prev {
    left: -8%; /* Adjust to move the arrow further left */
}

.carousel-control-next {
    right: -8%; /* Adjust to move the arrow further right */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border-radius: 50%; /* Circular shape */
    width: 3rem; /* Adjust size as needed */
    height: 3rem;
    background-size: 50%; /* Size of the arrow icon */
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	padding: 21px;
    border-radius: 50%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.7); /* Darker background on hover */
    transform: scale(1.1); /* Slightly enlarge icon on hover */
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%; /* Adjust width as needed */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    border-radius: 50%; /* Makes the background circular */
    padding: 10px; /* Adjust padding to control the size of the circle */
    color: white; /* Arrow color */
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    background-color: red; /* Red color for the play button */
    border-radius: 50%; /* Makes the button circular */
    display: flex;
    align-items: center;
    justify-content: center;
	cursor:pointer;
}

.play-button:after {
    content: '';
    border-style: solid;
    border-width: 10px 0 10px 15px; /* Creates a right-pointing triangle */
    border-color: transparent transparent transparent white; /* Triangle color */
    margin-left: 5px; /* Adjust to center the triangle */
}

.btn-close-custom {
    background-color: red;
    border: none;
    padding: 0.75rem;
    border-radius: 0.25rem;
    opacity: 1;
}
.custom-close {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.custom-close::before,
.custom-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #000; /* Cross color */
  transform-origin: center;
}

.custom-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.custom-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu.menu-active {
    display: block;
}

.menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
   
    z-index: 999;
}

.menu-active .menu-backdrop {
    display: block;
}



.mission-vision-section {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa; /* Light background */
}

.mission-vision-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px; /* Space between mission and vision */
    flex-wrap: wrap;
}

/* Mission & Vision Box */
.mission-box, .vision-box {
    width: 100%;
    max-width: 450px;
    height: auto;
    background: #fffeff;
    color: #333;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #f7f7f7;
}

.mission-box:hover, .vision-box:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Icons */
.mission-icon, .vision-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

/* Headings */
.mission-box h3, .vision-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #6028a5;
}

/* Paragraph */
.mission-box p, .vision-box p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    max-width: 90%;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .mission-vision-container {
        gap: 30px;
    }
    
    .mission-box, .vision-box {
        max-width: 600px;
        padding: 25px 15px;
    }
}

@media (max-width: 768px) {
    .mission-vision-container {
        flex-direction: column;
        align-items: center;
    }

    .mission-box, .vision-box {
        width: 90%;
        max-width: 500px;
        padding: 20px;
    }

    .mission-icon, .vision-icon {
        width: 60px;
        height: 60px;
    }

    .mission-box h3, .vision-box h3 {
        font-size: 22px;
    }

    .mission-box p, .vision-box p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .mission-box, .vision-box {
        width: 100%;
        max-width: 300px;
        padding: 15px;
    }

    .mission-icon, .vision-icon {
        width: 50px;
        height: 50px;
    }

    .mission-box h3, .vision-box h3 {
        font-size: 20px;
    }

    .mission-box p, .vision-box p {
        font-size: 14px;
    }
}








.team-section {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa; /* Light background */
}

.team-heading {
    font-size: 36px;
    color: #6028a5;
    font-weight: bold;
    margin-bottom: 5px;
}

.team-subheading {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
}

.team-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.team-member {
    width: 453px;
    text-align: center;
    background: #fff;
   
    border-radius: 0px;
    padding: 10px 10px;
  
}
.team-member .team-role p {
  
    text-align: center;
}

.team-member:hover {
  
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.team-image {
    width: 100%;
    height: 424px;
   
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-image:hover img {
    transform: scale(1.1);
}

.team-name {
    font-size: 22px;
    color: #6028a5;
    margin-top: 15px;
    font-weight: bold;
}

.team-role {
    font-size: 18px;
    color: #666;
    margin-top: 5px
	text-align: center !important;
}

/* Button */
.team-button {
    margin-top: 40px;
}

.btn-custom {
    display: inline-block;
    padding: 12px 25px;
    background-color: #8e44ad;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-custom:hover {
    background-color: #732d91;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .team-container {
        gap: 20px;
    }

    .team-member {
        width: 280px;
    }
}

@media (max-width: 768px) {
    .team-container {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        width: 80%;
    }

    .team-heading {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .team-member {
        width: 100%;
    }

    .team-heading {
        font-size: 26px;
    }

    .btn-custom {
        width: 100%;
        padding: 12px;
    }
}




.why-choose-us {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
}

.section-title {
    font-size: 36px;
    color: #6028a5;
    font-weight: bold;
    margin-bottom: 40px;
}

/* Flex Container */
.choose-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* Left: Image */
.choose-image {
    width: 50%;
    max-width: 500px;
}

.choose-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Right: Text */
.choose-text {
    width: 50%;
    max-width: 600px;
    text-align: left;
}

.award-box, .about-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.award-box h3, .about-box h3 {
    font-size: 24px;
    color: #6028a5;
    margin-bottom: 10px;
}

.award-box p, .about-box p {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .choose-container {
        flex-direction: column;
        text-align: center;
    }

    .choose-image, .choose-text {
        width: 100%;
    }

    .choose-text {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 30px;
    }

    .award-box h3, .about-box h3 {
        font-size: 22px;
    }

    .award-box p, .about-box p {
        font-size: 16px;
    }
}
.courses-banner {
    width: 100%;
    height: 400px;
    background: url('../images/about_us.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.7;
}

.courses-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Ensures it stays inside the banner */
    top: 0;
    left: 0;
}

.courses-overlay h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
}


/* General Styling */
.courses-section {
    text-align: center;
    padding: 50px 20px  80px 20px;
    background: linear-gradient(135deg, #f9f9f9, #eae6f5);
}

.section-title {
    font-size: 38px;
    color: #6028a5;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

/* Grid Layout */
.courses-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    justify-content: center;
}

/* Course Card */
.course-card {
   background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 100%;
    /* max-width: 400px;*/
    min-height: 580px; /* Ensures all cards have the same height */
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
}
.course-card:hover {
    transform: translateY(-5px);
}

/* Course Header */
.course-header h3 {
    font-size: 24px;
    color: #6028a5;
    margin-bottom: 8px;
}

.course-title {
    font-size: 22px;
    font-weight: bold;
    color: #6028a5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.course-price {
    font-size: 20px;
    font-weight: bold;
    color: #e67e22;
    background: #fff7e6;
    padding: 8px 15px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.course-price span {
    font-size: 24px;
    font-weight: bold;
    color: #d35400;
}


/* Buy Button */
.button-container {
    text-align: center;
  margin-top: auto; /* Pushes the button to the bottom */
}

.buy-button {
    background: #8e44ad;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.buy-button:hover {
  background: linear-gradient(90deg, #732d91, #491c6a);
    transform: scale(1.05);
}

.course-features {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    text-align: left;
}

.course-features li {
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.course-features li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12V2C18 2 14 3 12 7C10 3 6 2 2 2V12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12V2" stroke="%234CAF50" stroke-width="2" fill="none"/></svg>');
    background-size: contain;
    margin-right: 8px;
}

.description {
    font-size: 16px;
    color: #444;
    font-style: italic;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 5px;
}
/* Responsive */
@media (max-width: 768px) {
    .courses-container {
        grid-template-columns: 1fr;
    }

    .course-card {
        text-align: center;
    }
}



.free-banner {
    width: 100%;
    height: 400px;
    background: url('../images/free_meditation.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.7;
}

.free-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Ensures it stays inside the banner */
    top: 0;
    left: 0;
}

.free-overlay h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
}


/* Fix: Ensure the about-container doesn't overlap */
.free-container {
     display: flex;
  
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
	 align-items: flex-start; 
    gap: 30px; /* Adds space between image and text */
}



/* Left: Image */
.free-image-inner {
    flex: 1;
    text-align: center;
	align-items: flex-start; 
}

.free-image-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
	
	align-self: flex-start;
}

/* Right: Text */
.free-text-inner {
    flex: 1;
    color: #fff;
    padding-left: 30px;
	 justify-content: center; /* Keep text centered */
	
}

.free-text-inner h2 {
    font-size: 36px;
    margin-bottom: 10px;
	    color: #6028a5;
}
.free-text-inner h3 {
    font-size: 25px;
    margin-bottom: 10px;
	    color: #6028a5;
}
.free-text-inner p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}



/* Responsive adjustments */
@media (max-width: 768px) {
    .free-banner {
        height: 350px;
    }

    .free-overlay h1 {
        font-size: 36px;
    }

    .free-container {
        flex-direction: column;
        text-align: center;
    }

    .free-image-inner img {
        width: 100%;
    }

    .free-text-inner {
         padding-left: 0;
    }
}

@media (max-width: 480px) {
    .free-banner {
        height: 250px;
    }

    .free-overlay h1 {
        font-size: 28px;
    }

    .free-container {
        margin-top: 20px;
    }

    .free-image-inner img {
        width: 100%;
    }
}


/* Ensures the heading is centered and spaced */
.free-heading {
    text-align: center;
    font-size: 36px;
    color: #6028a5;
    margin-bottom: 20px;
}
.register-button {
        display: block;
        width: 100%;
        background: linear-gradient(90deg, #4a148c, #8e44ad);
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 12px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: 0.3s;
        text-align: center;
        margin-top: 20px;
}

.register-button:hover {
	background: linear-gradient(90deg, #732d91, #491c6a);
	transform: scale(1.05);
}




.privacy-section {
		max-width: 1000px;
		margin: 40px auto;
		background: white;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	@media (max-width: 600px) {
		.privacy-section {
			padding: 15px;
			margin: 20px;
		}
	}
	
	
	
.privacy-banner {
    width: 100%;
    height: 400px;
    background: url('../images/refund_policy.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.7;
}

.privacy-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Ensures it stays inside the banner */
    top: 0;
    left: 0;
}

.privacy-overlay h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
}

/* Fix: Ensure the about-container doesn't overlap */
.privacy-container {
     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    gap: 30px; /* Adds space between image and text */
}



/* Left: Image */
.privacy-image-inner {
    flex: 1;
    text-align: center;
}

.privacy-image-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Right: Text */
.privacy-text-inner {
    flex: 1;
    color: #fff;
    padding-left: 30px;
	
}
.privacy-text-inner h1 {
    font-size: 25px;
    margin-bottom: 10px;
	    color: #6028a5;
}
.privacy-text-inner h2 {
    font-size: 36px;
    margin-bottom: 10px;
	    color: #6028a5;
}
.privacy-text-inner h3 {
    font-size: 20px;
    margin-bottom: 10px;
	color: #6028a5;
	margin-top:30px;
}
.privacy-text-inner p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.hightlight_text{
	font-size: 17px;
    margin-bottom: 10px;
	color: #6028a5;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .privacy-banner {
        height: 350px;
    }

    .privacy-overlay h1 {
        font-size: 36px;
    }

    .privacy-container {
        flex-direction: column;
        text-align: center;
    }

    .privacy-image-inner img {
        width: 100%;
    }

    .privacy-text-inner {
         padding-left: 0;
    }
}

@media (max-width: 480px) {
    .privacy-banner {
        height: 250px;
    }

    .banner-overlay h1 {
        font-size: 28px;
    }

    .privacy-container {
        margin-top: 20px;
    }

    .privacy-image-inner img {
        width: 100%;
    }
}

.contactus-section {
		max-width: 1000px;
		margin: 40px auto;
		background: white;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	@media (max-width: 600px) {
		.contactus-section {
			padding: 15px;
			margin: 20px;
		}
	}

	
.contactus-banner {
    width: 100%;
    height: 400px;
    background: url('../images/contact_us.png') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    opacity: 0.7;
}

.contactus-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for contrast */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute; /* Ensures it stays inside the banner */
    top: 0;
    left: 0;
}

.contactus-overlay h1 {
    color: white;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 10px;
}

/* Fix: Ensure the about-container doesn't overlap */
.contactus-container {
     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
    gap: 30px; /* Adds space between image and text */
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .contactus-banner {
        height: 350px;
    }

    .contactus-overlay h1 {
        font-size: 36px;
    }

    .contactus-container {
        flex-direction: column;
        text-align: center;
    }


    .contactus-text-inner {
         padding-left: 0;
    }
}

@media (max-width: 480px) {
    .contactus-banner {
        height: 250px;
    }

    .banner-overlay h1 {
        font-size: 28px;
    }

    .contactus-container {
        margin-top: 20px;
    }

}	

.contactus-container .map-responsive {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
  }

.contactus-container .map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.contactus-container .form-group {
    margin-bottom: 15px;
  }

.contactus-container .form-control {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

.contactus-container button {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

.contactus-container  button:hover {
    background-color: #0056b3;
  }

.contactus-container .text-center {
    text-align: center;
  }
  

.contactus-container .flex-shrink-0 {
    flex-shrink: 0 !important;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-item {
  display: flex;
  align-items: center;
  gap: 15px; /* Space between icon and text */
  margin-bottom: 20px;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.icon-wrapper {
  width: 50px;
  height: 50px;
  background-color: #6a0dad; /* Purple background */
  color: white; /* White icon */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 22px;
  flex-shrink: 0; /* Prevents icon from resizing */
}

.icon-wrapper i {
  color: white; /* Ensure icon is white */
}

.info-text {
  flex: 1; /* Makes the text take remaining space */
  min-width: 200px; /* Prevents text from squeezing too much */
}

.info-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.info-text p {
  font-size: 16px;
  margin: 5px 0 0;
  line-height: 1.5;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .info-item {
    flex-direction: column;
  
    gap: 10px; /* Reduce gap for mobile screens */
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .info-text h3 {
    font-size: 16px;
  }

  .info-text p {
    font-size: 14px;
  }
}

.php-email-form .sent-message {
    display: none;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 24px;
    font-weight: 600;
    background: rgb(5, 150, 82);
    padding: 15px;
	
}
.php-email-form .error-message {
    display: none;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 24px;
    font-weight: 600;
    background: rgb(239 56 15);
    padding: 15px;
}
.php-email-form .loading {
    display: none;
    text-align: center;
    margin-bottom: 24px;
    background: var(--surface-color);
    padding: 15px;
}
 .services-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
    }
 .services-section .services-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
    }
 .services-section .service {
      flex: 1 1 calc(33.333% - 30px);
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding-bottom: 20px;
    }
 .services-section .service img {
      width: 100%;
      height: 305px;
      object-fit: cover;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
    }
 .services-section .service-content {
      padding: 20px;
    }
 .services-section .service-content h2 {
      margin-top: 0;
      color: #6028a5;
    }
 .services-section .service-content p {
      font-size: 0.95rem;
      line-height: 1.5;
	  text-align: justify;
    }
    @media (max-width: 992px) {
      .services-section  .service {
        flex: 1 1 calc(50% - 30px);
      }
    }
    @media (max-width: 600px) {
      .services-section .service {
        flex: 1 1 100%;
      }
    }

.btn-gradient {
    background: linear-gradient(135deg, #76139f 0%, #8e44ad 100%)
    border: none;
    color: white;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #8e44ad 0%, #76139f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.course-back_1
{
	background:#F5F5DC;
}
.course-back_2
{
	background:#E6E6FA;
}

.course-back_3
{
	background:#FADADD;
}

.course-back_4
{
	background:#A0E7E5;
}

.course-back_5
{
	background:#B2C8BA;
}
.course-back_6
{
	background:#d2d2d7;
}
.course-back_7
{
	background:#e7e7c1;
}
.course-back_8
{
	background:#efb6bb;
}
.aura-section {
    background: linear-gradient(135deg, #f7f9fc, #e6f2ff);
}

.combo-section .course-price span{
    font-size: 15px;
    margin-bottom: 10px;
}

.sale-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ffbd00; /* Blue tag */
    color: #fff; /* Yellow text */
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px 14px;
    border-radius: 50%;
    text-align: center;
   
   clip-path: polygon(
    50% 0%, 60% 15%, 75% 5%, 85% 20%,
    100% 15%, 95% 30%, 100% 50%, 95% 70%,
    100% 85%, 85% 80%, 75% 95%, 60% 85%,
    50% 100%, 40% 85%, 25% 95%, 15% 80%,
    0% 85%, 5% 70%, 0% 50%, 5% 30%,
    0% 15%, 15% 20%, 25% 5%, 40% 15%
);
    z-index: 20;
}
.sale-badge::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 15px;
    background-color: #aaa;
}
.sale-badge{
    animation: pulse 2s infinite;
}
.round-offer-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: radial-gradient(circle at 30% 30%, #ffcc00, #ff9900);
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    padding: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    border: 2px solid white;
    text-align: center;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

.round-offer-badge {
    animation: pulse 2s infinite;
}
.floating-offer-banner {

  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  font-size: 1rem;
  z-index: 9999;
  animation: slideText 15s linear infinite;
  overflow: hidden;
  white-space: nowrap;
}

@keyframes slideText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.aura-section img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1; /* Prevent layering issues */
}
.aura-section .row > div {
    display: block;
    width: 100%;
}
.aura_heading {
	font-size:20px;
}