
/*[font Variables]*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+AU+NSW:wght@100..400&display=swap');

/*[debugging.css]*/
@import url('header.css');
@import url('footer.css');
@import url('animate.css');


/***====================================================================
  Global Settings START
====================================================================***/

:root {
    --theme-primary-color: #C64601;
    --theme-primary-font: "Open Sans", sans-serif; 
    --theme-secondary-font: "PT Serif", serif;
    --theme-hedingtop-font: "Playwrite AU NSW", cursive;
}

h1,h2,h3,h4,h5,h6,p,a,li,ol,li,ul,div,form,select,img,figure,default {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "PT Serif", serif;
}
a.navbar-brand {
    height:auto;
}
ul {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
* {
    margin: 0px;
    box-sizing: border-box;
}
header,
footer,
section,
address,
aside,
article,
details,
dialog,
menuitem,
textarea {
    display: block;
    box-sizing: border-box;
}
#wrapper,
section {
    width: 100%;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}
select,
select:-moz-focusring,
select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    border: 0;
}
:-moz-submit-invalid {
    box-shadow: none;
}
:-moz-ui-invalid {
    box-shadow: none;
}
select::-ms-expand {
    display: none;
}
section {
    width: 100%;
}
/***=========================================
  Global Settings END
=========================================***/



/*=========================================default-css-Start=========================================*/

p{
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
}
.overlay {
    background:#000000a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.inner-overlay {
    width: 100%;
    background:#000000e8;
    padding: 100px 0px 0px 0px;
}
.inline-panel {
    display: inline-block;
    position: relative;
}
.flex-panel {
    display: flex;
    flex-wrap: wrap;
}
.full-width {
    width: 100%;
}

@font-face {
    font-family:backstranger;
    src: url(../fonts/BACKSTRANGER.TTF);
}

/*====================================================default-css-End====================================================*/



/***====================================================================
  Scroll To Top style
====================================================================***/
#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #e6760c;
    border: solid 2px #e6760c;
    /*border-radius: 50px;*/
    /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 44%;
    margin-left: -8px;
    margin-top: -17px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#scroll:hover {
    border: solid 2px #e6760c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
    margin: 0px;
}
.p0 {
    padding: 0px;
}
.padd-r-none{
    padding-right: 0;
}
.padd-l-none{
    padding-left: 0;
}
.pd-left-50{
    padding-left: 50px;
}
.mr-btm-0{
    margin-bottom: 0 !important;
}
.mb-60 {
    margin-bottom: 45px;
}
.brd-r-0 {
    border-right: 0 !important;
}
.bg-gray-light{
    background-color: #f7f7f7;
}
/*** 

====================================================================
  image block style
====================================================================

***/
img{
    max-width: 100%;
}
.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}
.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.image_thumb:hover:before {
    opacity: 1;
}
#success {
    display: none;
}
#error {
    display: none;
}
.display_table {
    display: table;
    width: 100%;
}
.display_table_row {
    display: table-row;
}
.display_table_cell {
    display: table-cell;
    float: none !important;
}
iframe {
    border: none;
}
i:before {
    margin-left: 0px !important;
}
/* Btn css*/
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}
.btn-xlg {
    padding: 15px 50px
}
.btn-lg {
    padding: 12px 30px;
    display: inline-block;
}
.btn-md {
    padding: 11px 20px;
    display: inline-block;
}
.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.theme-btn{
    display: inline-block;
    padding: 14px 25px;
    background:#ffdc4f;
    border: solid 1px #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}
.theme-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffc411;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.theme-btn:hover:before, .theme-btn:focus:before {
    outline: none;
    color: #000;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn:hover, .theme-btn:focus {
    color: #000;
}
.site2bg {
    background: #FBF4EE;
}
.site3bg {
    background: rgba(55, 125, 255, 0.10);
}
/* End btn css*/

/* Main title css
============================================================================================ */
.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 60px;
}
.sec_middle_title h1 {
    font-size: 40px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .90px;
    padding-bottom: 20px;
}
.sec_middle_title h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}
.sec_middle_title h1 span{
    font-size: 40px;
    color: #e6760c;
    font-weight: 300;
}
.sec_middle_title h2 span {
    color: #18ba60;
}
.sec_middle_title p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
}
.parent-btn {
    width: 100%;
    text-align: center;
}
.common-btn {
    background: #fff;
    display:inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    font-family: var(--theme-primary-font);
    color: var(--theme-primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: initial;
    border-radius: 5px !important;
    
    -webkit-transition: all 0.3s ease-in !important;
    -o-transition: all 0.3s ease-in !important;
    transition: all 0.3s ease-in !important;
    outline: none;
}
.common-btn:hover, .common-btn:focus {
    background: #AF3D00;
    color: #fff;
    text-decoration: none;
    outline: none;
}
.common-btn.fillbtn {
    background: var(--theme-primary-color);
    color: #fff;
}
.page-heading {
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    color: #fff;
}
.page-heading i img {
    display: inline-block;
    padding-bottom: 15px;
}
.page-heading span {
    display: block;
    padding-bottom: 12px;
    font-size: 24px;
    font-family: "Playwrite AU NSW", cursive;
    color: #000;
    font-weight: 400;
}
.page-heading h2 {
    font-size: 55px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.page-heading h5 {
    padding-top:25px;
    font-size:26px;
    color: #000;
    font-weight: 400;
}
.page-heading > p {
    padding-top: 26px;
    color: #000;
    font-size: 15px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
}
.pagecommon-gap {
    padding: 140px 0px;
}
/*CSS3 Bounce Animation*/
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);

    } 
    50% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}
@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(20px);
        opacity: 0;
    }
}
@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }
    50% {
        -o-transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
        opacity: 0;
    }
}
/*** 

=================================================
  Main Slider style
=================================================

***/
.slider_area.mr_top{
    /*    margin-top: 143px;*/
}
.slider_area{
    width: 100%;
    min-width: 0;
    min-height:100vh;
    background-color: #000;
    overflow: hidden;
}
.slider_area .container-fluid {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}
/*.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
}*/
.slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.slide img{
    width: 100%;
    max-width: none;
}
.banner-video {
    width: 100%;
}
.banner-video video {
    width: 100%;
}
.slider_area .owl-carousel {
    padding: 0 ;
    position: relative;
}
.slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #00000000;
}
.slider_area .carousel-captions {
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider_area .carousel-captions.caption-align-center {
    width: 65%;
    padding:0px;
    margin: auto;
}
.slider_area .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}
.slider_area .carousel-captions .heading {
    font-family: "PT Serif";
    font-size: 80px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 85px;
}
.slider_area .carousel-captions .heading small {
    display: block;
    font-family: var(--theme-hedingtop-font);
    font-size: 24px;
    color: #fff;
    line-height: 80px;
}
.slider_area .carousel-captions p {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.slider_area .carousel-captions .caption-align-center-wrap .common-btn{
    display: inline-flex;
    padding: 12px 60px;
    font-size: 18px;
}

.slider_area .carousel-captions .caption-align-center-wrap a.donate-btn {
    display: inline-block;
    background-color: #fff;
    color: #C64601 !important;
    padding: 12px 60px;
    border-radius: 4px;
     
    font-weight: 500;
    margin-left: 15px;
}

.padi_20 { padding: 20px 60px;}


.slider_area .carousel-captions .caption-align-center-wrap a.donate-btn:hover { 
background: var(--theme-primary-color);
color: #ffffff !important;
}

.bg_color_p {
    background: var(--theme-primary-color);
    color: #fff;
    line-height: 45px;

}


 .check_width_n {
        padding-left: 2.5rem !important;
}
.check_width{ width:30px; !important }

.slider_area .carousel-captions .common-btn, .slider_area .carousel-captions .common-btn:before {
    border-radius: 0px;
}

.slider_area .carousel-captions .btn {
    padding: 14px 25px;
    font-size: 18px;
}

.app-store {
    width: 100%;
    padding-top:60px;
}

.google-store {
    margin-left: 25px;
}
.message-textarea .input-group-addon {
    vertical-align: top;
    padding-top: 20px;
}
.slider_area .owl-nav {
    text-align: center;
}
.slider_area .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.slider_area .owl-nav [class*=owl-]:hover {
    /*opacity: .55;
    filter: alpha(opacity=55);*/
    background: rgba(255,255,255,0.3);
}
.slider_area .owl-nav .owl-next {
    margin-right: 10px;
    top: 46%;
    right: 30px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 100%;
    line-height: 56px;
}
.slider_area .owl-nav .owl-prev {
    margin-right: 10px;
    top: 46%;
    left:30px;
    position: absolute;
    color: #FFF;
    font-size: 35px;
    margin: 5px;
    padding: 0px;
    background: rgba(0,0,0,0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 58px;
    height: 58px;
    border: none;
    border-radius: 100%;
    line-height: 56px;
}
/*...................End Slder...................*/

/*=========================================truth-section-Start=========================================*/

.truth-section {
    width: 100%;
    background: url('../img/home/truth-bg.png') right -30px top -55px no-repeat;
    background-size: 300px;
}
.truth-main {
    width: 100%;
    position: relative;
}
.truth-panel {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.truth-imgpanel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.truth-imgpanel img {
    width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.truth-panel:hover .truth-imgpanel img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/* .truth-panel:hover .truth-contents {
    bottom: 50px;
} */
.truth-contents {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0px 25px 40px 25px;
    background: rgba(4, 4, 4, 0.25098039215686274);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    text-align: center;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}
.truth-contents h3{
    padding-bottom: 10px;
    font-size: 28px
}
.truth-contents p{
    font-size: 15.354px;
    color: #fff;
    line-height: 24px;
}

/*=========================================truth-section-End=========================================*/


/*=========================================salvation-section-Start=========================================*/
.salvation-grid {
    padding-top: 60px;
}
.salvation-group {
    height: 100%;
}
.salvation-panel {
    height: 100%;
    background: #fff;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.salvation-panel:hover {
    overflow: hidden;
}
.salvation-panel h3 {
    padding-bottom: 5px;
    font-family: "PT Serif", serif;
    font-size: 24px;
    color: #000;
    font-style: normal;
    font-weight: 700;
}
.salvation-imgpanel img {
    width: 100%;
    max-width:initial;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.salvation-panel:hover .salvation-imgpanel img {
   transform:scale(1.1);
   -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.salvation-contents {
    width: 100%;
    padding: 15px 25px 20px 25px;
    background: #fff;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: 1;
    transition-property: margin-top;
    transition-duration: .5s;
    transition-timing-function:linear;
    transition-delay: .1s;
}
.salvation-panel:hover .salvation-contents {
    margin-top: -20px;
}
.salvation-panel p {
    width: 100%;
    padding-bottom: 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.salvation-list {
    padding-top: 25px !important;
    font-size: 18px !important;
}
.clarityfocuspeace {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
}
.salvation-contents .common-btn{
    padding: 6px 18px;
    font-size: 14px;
    color: #000000;
    border: solid 1px #000;
    position: relative;
    z-index: 1;
    top: 10px;
    margin-top: -40px;
    /* height: 0px; */
    opacity: 0;
    visibility: hidden;
    transition-property: height, top, opacity, margin-top, visibility;
    transition-duration: .5s;
    transition-timing-function: 
linear;
    transition-delay: .1s;
}
.salvation-panel:hover .salvation-contents .common-btn {
    color: #fff;
    background-color:#c64601;
     
    top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top:0px;
}
/*=========================================salvation-section-End=========================================*/

/*=========================================cta-section-Start=========================================*/
.cta-section {
    width: 100%;
    min-height: 760px;
    background: url(../img/home/ascend.jpg) right center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0px;
    position: relative;
}
.cta-main {
    width: 100%;
    position: relative;
    z-index: 1;
}
.cta-main .page-heading {
    padding-bottom: 40px;
}
.cta-main .page-heading span {
    color: #fff;
}
.cta-main .page-heading h2 {
    color: #fff;
}
.cta-main .page-heading h2 span::before, .cta-main .page-heading h2 span::after {
    background: #fff;
}
.cta-main .page-heading h5{
    padding-top: 40px;
    padding-bottom: 10px;
    color: #fff;
}
.cta-main .page-heading p{
    color: #fff;
}
.cta-section .overlay {
    background: none;
    background-image: none;
}
.cta-section.ascend-cta .overlay{
    background-image: none;
}
/*=========================================cta-section-End=========================================*/


/*...................ourmission-section-Start...................*/
.ourmission-section {
    width: 100%;
}
.ourmission-main {
    width: 100%;
    padding: 0px 50px;
}
/* .ourmission-grid {
    display: grid;
    gap: 150px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
}
.ourmission-group {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    overflow: hidden;
}
.ourmission-contents {
    width:50%;
    padding-right:80px;
}
.ourmission-group:last-child .ourmission-contents{
    padding-right:0px;
    padding-left:80px;
}
.ourmission-contents h2 {
    font-size: 35px;
    font-weight: 700;
}
.ourmission-contents p {
    padding: 30px 0px;
    font-size: 15px;
    line-height: 27px;
}
.ourmission-imgpanel {
    width:50%;
    float: right;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin:left top;
    overflow: hidden;
}
.ourmission-group:nth-child(even) .ourmission-imgpanel {
    transform-origin:right top;
}
.ourmission-imgpanel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourmission-imgpanel:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
} */
/*...................ourmission-section-End...................*/

/*...................Our-Offerings-section-Start...................*/

.cta-section.pathways {
    background: url(../img/home/pathways-bg.jpg) right center no-repeat;
    background-size: cover;
}
.offerings-list {
    width: 68%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.offerings-group a {
    color: #000;
}
.offerings-panel {
    display: flex;
    align-items: center;
    background: #fff;
    padding:10px 15px;
    gap: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.offerings-panel:hover {
    background: #F7E3D9;
    color: #C64601;
}
.offerings-panel i img {
    max-width: 38px;
}
.offerings-panel span {
    font-size: 22px;
}
.fancybox-title-float-wrap {
    width: 100%;
    padding: 10px 30px;
    background: #fff;
    position: absolute;
    top: 100%;
    bottom: inherit;
    right: 0;
    left: 0;
    margin-bottom: 0px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display:block;
    margin-right: 0px;
    padding: 2px 20px;
    background: transparent;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: none;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*...................Our-Offerings-section-End...................*/

/*...................home-workshops-section-Start...................*/
.workshops-section {
    overflow: hidden;
}
.workshops-grid {
    display: grid;
    gap: 50px;
}
.workshops-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 90px;
    padding: 0px 60px;
}
.workshops-img {
    text-align: right;
}
.workshops-conts {
    text-align: left;
}
.workshops-conts h2 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.shoppost-date {
    padding-bottom: 20px;
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 20px;
    align-items: center;
}
.shoppost-date strong {
    font-size: 20px;
    color: #848484;
    font-weight: 400;
}
.workshops-conts ul {
    padding-top: 20px;
    padding-left: 20px;
}
.workshops-conts ul li {
    padding: 4px 0px;
    font-size: 15px;
}
.workshops-conts p{ 
    padding-top: 25px;
    font-size: 15px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
}
.workshops-conts .common-btn {
 margin-top: 15px;
}
/*...................home-workshops-section-End...................*/

/*...................products-section-Start...................*/
.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px;
}
.products-title {
    padding-top: 25px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: bold;
}
.products-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .products-currentprice {
    font-size: 1.3rem;
    font-weight: bold;
    color: #000;
  }
  .products-oldprice {
    font-size: 1rem;
    color: #888;
    text-decoration: line-through;
  }
  
  .products-discount {
    font-size: 1rem;
    color: #e63946;
    font-weight: 500;
  }
 .products-content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
 } 
/*...................products-section-End...................*/

/*..................all-cta-section-Start...................*/
.cta-section.renewal {
    background: url(../img/home/renewal-bg.jpg) right center no-repeat;
    background-size: cover;
}
/*..................all-cta-section-End...................*/

/*...................Review-section-Start...................*/
.testimonials-section {
    width: 100%;
}
.testimonials-mainpanel {
    width: 100%;
    text-align: center;
}
.testimonials-slider .owl-nav {
    position: absolute;
    width:100%;
    top: 50%;
}
.testimonials-slider .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 4px;
    background: #CCC;
    border-radius: 24px;
}
.testimonials-slider .owl-dot.active {
    width: 16px;
    height: 16px;
    background: #C64601;
}
.testimonials-details {
    width: 90%;
}
.testimonials-conts {
    padding:0px 20px 40px 20px;
    background: #fff;
    position: relative;
    border-radius: 12px;
}
.testimonials-slider .owl-item.active.center .testimonials-conts {
    background: #C64601;
    color: #fff;
}
.testimonials-slider .owl-item.active.center .testimonials-conts p {
    color: #fff;
}
.testimonials-slider .owl-item.active.center .testimonials-conts:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    border-width: 15px 10px 0px 10px;
    border-style: solid;
    border-color: #C64601 transparent;
    display: block;
    width: auto;
}
.testimonials-details img{
    width: auto !important;
    min-width: 30px;
    display: table-cell !important;
}
.comma {
    display: inline-block;
    font-size: 90px;
    position: relative;
    line-height: 80px;
    font-family: "PT Serif", serif;
    font-weight: bold;
    top: 42px;
}
.testimonials-details p {
    color: #000;
    font-size: 15px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
}
.testimonials-grid {
    display: table;
    margin: auto;
    padding-top: 40px;
    padding-bottom:30px;
}
.testimonials-img {
    display: table-cell;
}
.testimonials-img img {
    width: 87px !important;
    height: 87px;
    display: table-cell;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    padding:2px;
    border: solid 1px #f4f084;
}
.testimonials-content {
    display: table-cell;
    padding-left:28px;
    vertical-align: middle;
}
.testimonials-content h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: var(--theme-primary-color);
    font-weight: bold;
}
.testimonials-content h6 {
    padding-top: 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
/*...................Review-section-End...................*/


/*..................join-cta-section-Start...................*/

.cta-section.join {
    background: url(../img/join-cta.png) right center no-repeat;
    background-size: cover;
}
.joincta-form {
    padding-top: 50px;
}

.cta-section.join .page-heading span {
    color: #000;
    font-family: "Open Sans", sans-serif;
}
.cta-section.join .page-heading p, .cta-section.join .page-heading h2  {
    color: #000;
}
.joincta-form .form-control{
    height: 48px;
    border-radius: 6px;
}
.joincta-form .custom-checkbox .custom-control-label::before{
    border-radius: 0px;
}
/*..................join-cta-section-End...................*/

/*..................inner-page-banner-End...................*/

.innerpage-banner {
    min-height: 600px;
    padding: 90px 0px;
    background: url(../img/workshops/powerful-workshops.jpg) left top no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.innerpagebanner-grid h2 {
    font-size: 80px;
    color: #fff;
}
.innerpagebanner-grid p {
    padding-top: 30px;
    color: #fff;
    font-size: 24px;
}
/*..................inner-page-banner-End...................*/


/*..................shops-page-banner-Start...................*/

.workshops-page .workshops-group{
    padding: 0px;
}
/*..................shops-page-banner-End...................*/

/*..................shops-page-banner-Start...................*/
.products-page .innerpage-banner {
    background: url(../img/products/products.jpg) left top no-repeat;
    background-size: cover;
}
/*..................shops-page-banner-End...................*/



  /*..................contact-Page-Start..................*/
    .contactus-page .page-heading {
        padding-bottom: 40px;
    }    

  .contactus-page .innerpage-banner {
    background: url(../img/contact-us.jpg) left top no-repeat;
    background-size: cover;
}
.contactus_main {
    width: 100%;
    padding: 80px 0px;
}
.contactus-conts  {
    padding: 60px 0px;
}
.gettouchfrom-main h3 {
    color: #121f3e;
    font-size: 25px;
    font-weight: 600;
}
.gettouchfrom-section .container {
    position: relative;
}
.gettouchfrom-main {
    width: 100%;
}
gettouchfrom-main .page-heading h2 {
    font-size: 48px;
}
.gettouchfrom-main .p-5 {
    padding:55px 48px 60px 48px !important;
}
.gettouchfrom-section .common-btn{
    height: 48px;
    margin-top: 5px;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: 500;
}
.gettouchfrom-main .contactus-form {
    padding-top: 10px;
}
.gettouchfrom-main .form-group {
    margin-bottom: 24px;
}
.gettouchfrom-main .contactus-form .form-group label{
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
}
.contactus-form .form-group input {
    height: 48px;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    color: #495057;
    border: 1px solid #848484;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
}

.contactus-form .form-group input.check-con{
height: 20px;
    padding: 2px 2px;
    background: #fff;
    font-size: 12px;
    color: #495057;
    border: 1px solid #848484;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    margin-right: 10px;

}

.selectdonate{
border: solid 2px #000;
height: 48px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    display: block;
    width: 100%;
    border-radius: .25rem;
    padding: .375rem .75rem;
    color: #000;
}

}
.contactus-form .form-group textarea {
    height: 150px;
    resize: none;
    padding: 10px 20px;
    background: #fff;
    font-size: 16px;
    color: #495057;
    border: 1px solid #848484;

    border-radius: 6px;
}
.contactus-form .form-group input.placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group input:-moz-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group input::-moz-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group input::-webkit-input-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group input:focus {
    border-color: #dedede;
}
.contactus-form .form-group textarea:focus {
    box-shadow: none;
}
.contactus-form .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group textarea:-moz-placeholder { 
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .form-group textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contactus-form .custom-control {
    padding-left: 1.5rem;
}
.gettouchfrom-main .contactus-form .custom-control .custom-control-label {
    margin: 0px;
    font-size: 14px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.contactus-form .custom-checkbox .custom-control-label::before, .contactus-form .custom-checkbox .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    left:-2.4rem;
    border-radius: 0px;
    box-shadow: inherit !important;
}
.submit-now {
    padding-top: 20px;
}
.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-group input {
    border: 1px solid #fff;
    border-radius: 20px;
    background: none;
    height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 24px;
    outline: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: .51px;
    margin-bottom: 0;
}
.contact-form .form-group input.placeholder {
    font-size: 15px;
    color: #797979;
    letter-spacing: .51px;
}
.contact-form .form-group input:-moz-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input::-moz-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input::-webkit-input-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input:focus {
    border-color: #fff;
}
.contact-form .form-group label {
    font-size: 14px;
    color: #ff1515;
    letter-spacing: .51px;
    font-weight: normal;
    margin-bottom: 0px;
}
.error {
    font-size: 14px;
    color: #ff1515;
    letter-spacing: .51px;
    font-weight: normal;
    margin-bottom: 0px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group textarea {
    border: 1px solid #fff;
    border-radius: 20px;
    background: none;
    height: 175px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 24px;
    outline: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: .51px;
    resize: none;
}
.contact-form .form-group textarea.placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contact-form .form-group textarea:-moz-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contact-form .form-group textarea::-moz-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #a0a0a0;
}
.contact-form .form-group textarea:focus {
    border-color: #dedbdb;
}
.subbmit-parent {
    width: 100%;
    text-align: center;
}
.subbmit-parent {
    width: 100%;
    padding-top:20px;
    text-align: center;
}
.subbmit-parent .common-btn {
    background: #fff;
    color: #000;
    padding: 18px 55px;
}
.subbmit-parent .common-btn::before {
    border-radius: 24px;
    background: #761476;
    transition: width 0.3s ease;
}

.footer-address {
    width: 100%;
}
.footer-address h4 {
    padding-top: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.footer-address {
    width: 100%;
    height: 100%;
}
.footer-address ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-address ul li {
    padding: 20px 0px;
    font-size: 15px;
    color:#000;
    font-weight: 500;
}
.footer-address ul li:first-child {
    padding-top: 0px;
}
.footer-address ul li:first-child .footeradrs-icon {
    font-size: 23px;
}
.footer-address ul li a {
    font-size: 16px;
    color:#000;
    font-weight: 500;
}
.footer-address ul li:last-child .media-left{
    font-size: 22px;
}
.footeradrs-icon {
    font-size: 26px;
    color: #000;
    line-height: 24px;
}
.footeradrs-icon .fa-phone {
    transform: rotate(90deg);
}
.media-left {
    padding-right: 15px;
    font-size:30px;
    color: #cca858;
}
.media-left, .media-right, .media-body {
    vertical-align: middle;
}
.footer-address ul li h3 {
    padding: 15px 0px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
}
.footer-address ul li p {
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
}
.map_area .mapBox {
    height: 440px;
}
.map-panel{
    width: 100%;
    float:left;
}
.map-panel iframe {
    box-shadow: 0px 2px 10px rgb(53 43 43 / 18%);
}

.padding-70 {
		
		padding-top:70px;
	}

.padding-20 {
		padding-top:20px;
	}

.modal-dialog {
    max-width: 800px!important;
    
}
/*..................contact-Page-End..................*/

/*..................donate-Page-Start..................*/
.donate-page .innerpage-banner {
    background: url(../img/donate.jpg) left top no-repeat;
    background-size: cover;
}
.donatecont-inner {
    padding-top:30px;
}
.donateform_repeatgroup h4{
    padding-bottom: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.donateform_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 60px;
}
.choosepay-heading {
    display: flex;
    gap: 80px;
}
.choosepay-secure {
    display: flex;
    align-items: center;
    gap: 10px;
}
.donate-conts .page-heading {
    padding-top:50px;
    text-align: left;
}
.donate-conts .page-heading h2 {
    font-size: 28px;
}
.donateform_area {
    padding-left: 20px;
}
.donateform_repeatgroup label {
    font-size: 15px;
}
.donateform_repeatgroup .form-control {
    height: 48px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.paymenttypeinput-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-gap: 16px;
  }
  .paymenttypeinput-grid .paymenttypeinput-group:nth-child(-n+4) {
    grid-column: span 1;
  }
  .paymenttypeinput-grid .paymenttypeinput-group:nth-child(n+5) {
    grid-column: span 2; 
  }
  
/*..................donate-Page-End..................*/

/*..................About-us-Page-Start..................*/
.aboutus-page .innerpage-banner {
    background: url(../img/spritual-about.jpg) left bottom no-repeat;
    background-size: 100% 100%;
}
.aboutus-grid {
    display: grid;
    gap: 50px;
}
.aboutus-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 70px;
}
.aboutus-conts {
    text-align: left;
}
.aboutus-conts span {
    display: block;
    padding-bottom: 12px;
    font-size: 24px;
    font-family: "Playwrite AU NSW", cursive;
    color: #000;
    font-weight: 400;
}
.aboutus-conts h2 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.aboutus-conts p {
    padding-top: 25px;
    font-size: 15px;
    line-height: 27px;
    color: #363636;
    font-style: normal;
    font-weight: 400;
}
.aboutus-img {
    text-align: right;
}
.aboutus-conts .common-btn {
    margin-top: 15px;
}
/*..................About-us-Page-Start..................*/


/*..................Foundation-Page-Start..................*/
.foundation-page .innerpage-banner {
    background: url(../img/divya-shakti-foundation/divya-shakti-foundation.jpg) left top no-repeat;
    background-size: cover;
}
.innerlight-panel h2 {
    padding: 25px 0px 12px 0px;
    font-size: 28px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.innerlight-panel p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.initiatives-grid {
    display: grid;
}
.initiatives-group {
    padding: 100px 0px;
}
.initiatives-group:nth-child(even) {
    background: rgba(55, 125, 255, 0.10);
}
.ourmission-grid {
    display: grid;
    gap: 150px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
}
.ourmission-group {
    width: 100%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    overflow: hidden;
}
.ourmission-contents {
    width:50%;
    padding-right:80px;
}
.ourmission-group:last-child .ourmission-contents{
    padding-right:0px;
    padding-left:80px;
}
.ourmission-contents h2 {
    font-size: 48px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.ourmission-contents p {
    padding-top: 25px;
    font-size: 15px;
    line-height: 27px;
    color: #363636;
    font-style: normal;
    font-weight: 400;
}
.ourmission-contents ul {
    padding-top: 20px;
    padding-left: 20px;
}
.ourmission-contents ul li {
    padding: 4px 0px;
    color: #363636;
    font-size: 15px;
}
.ourmission-imgpanel {
    width:50%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin:left top;
    overflow: hidden;
}
.ourmission-group:nth-child(even) .ourmission-imgpanel {
    transform-origin:right top;
}
.ourmission-imgpanel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ourmission-imgpanel:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}
.cta-section.foundationcta {
    background: url(../img/divya-shakti-foundation/foundation-cta.png) right center no-repeat;
    background-size: cover;
}
.cta-section.foundationcta .overlay {
    background: none;
    background-image: linear-gradient(#08080836, #000000);
}
.initiatives-conts {
    padding-right: 15px;
}
.initiatives-group:nth-child(even) .initiatives-conts {
    padding-right: 0px;
    padding-left: 15px;
}
.initiatives-conts h2 {
    font-size: 45px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.initiatives-conts h5 {
    padding-top: 20px;
    font-size: 25px;
    color: #000;
    font-style: normal;
    font-weight: 400;
}
.initiatives-conts p {
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

/*..................Foundation-Page-End..................*/

/*..................sacredretreats-Page-Start..................*/
.sacredretreats-page .innerpage-banner {
    background: url(../img/sacred-retreats.png) left top no-repeat;
    background-size: cover;
}

/*..................sacredretreats-Page-End..................*/

/*..................spiritualyatras-page-Start..................*/
.spiritualyatras-page .innerpage-banner {
    background: url(../img/spiritualyatras-banner.png) left top no-repeat;
    background-size: cover;
}
/*..................spiritualyatras-page-End..................*/


/*..................contents-page-Start..................*/
.contents-page .innerpage-banner {
    background: url(../img/contents-banner.png) left bottom no-repeat;
    background-size: cover;
}
.videoscontents-panel {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.videoscontents-imgpanel {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.videoscontents-imgpanel img {
    width: 100%;
    -webkit-transition: all 400ms 
linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms 
linear 0s;
    transform-origin: bottom;
}
.videoscontents-panel:hover .videoscontents-imgpanel img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.videoscontents-cover {
    width: 100%;
}
.videoscontents-text {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0px 25px 30px 25px;
    background-image: linear-gradient(0deg, black, transparent);
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    text-align: center;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
}
.videoscontents-text i {
    font-size:62px;
}
.videoscontents-text h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.videoscontents-text  h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.videoscontents-text p {
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.audiocontents-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
}
.audiocontents-panel {
    background: #fff;
    padding: 12px 10px;
    border-radius: 10px;
    text-align: center;
}
.audiocontents-imgpanel {
    position: relative;
}
.audiocontents-imgpanel a {
  display: block;
}
.audiocontents-imgpanel i {
    width: 42px;
    height: 42px;
    background: #00000080;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.audiocontents-text h3{
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.audiocontents-text h5{
    padding-bottom: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.audiocontents-text p{
    font-size: 13px;
    color: #848484;
    font-family: "Playwrite AU NSW", cursive;
   font-style: italic;
}
.fancybox-skin {
    background: #141517 !important;
}
/* .fancybox-wrap.fancybox-desktop.fancybox-type-iframe.fancybox-opened {
    width: 50% !important;
} */
/*..................contents-page-End..................*/

/*..................Personal-Sessions-Page-Start..................*/

.personalsessions-page .innerpage-banner {
    background: url(../img/personalsessions-banner.png) left top no-repeat;
    background-size: cover;
}
.personalsessions-page .page-heading > p {
    padding-top: 20px;
}
/*..................Personal-Sessions-Page-End..................*/


/*..................Registration-Page-Start..................*/

.registration-page .innerpage-banner {
    background: url(../img/registration-banner.png) left top no-repeat;
    background-size: cover;
}
.registration-section {
    padding: 90px 0px;
}
.registration-main h2 {
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
}
.registrationformconts-area {
    padding-right: 50px;
}
.truebeginnings-conts img {
    margin:30px 0px 20px 0px;
}
.truebeginnings-conts p {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.registration-section .contactus-form {
    padding-top: 50px;
}
.energyexchange-sidebar {
    height: 100%;
    background: #FFFBF6;
    padding: 40px;
    border-radius: 8px;
}
.energyexchange-sidebar h3{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
}
.energyexchange-group {
    background: #FDECDF;
    padding: 20px 20px;
    margin-top: 30px;
}
.energyexchange-text h5{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.energyexchange-text p {
    padding-top: 8px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.energyexchange-price {
    padding-top: 25px;
    font-size: 15px;
}
.energyexchange-price ul {
    list-style: none;
}
.energyexchange-price ul li {
    padding: 10px 0px;
}
/*..................Registration-Page-End..................*/



/*..................privacypolicy-Page-Start..................*/

.privacypolicy-section {
    padding: 90px 0px;
}
.privacypolicy-section h1, .privacypolicy-section h2, .privacypolicy-section h3, .privacypolicy-section p{
    padding-top: 25px;
}
.privacypolicy-section h1 {
    padding-bottom:25px;
    font-size: 52px;
    font-weight: bold;
}
.privacypolicy-section h2 {
    font-size: 40px;
    font-weight: bold;
}
.privacypolicy-section h3 {
    font-size: 32px;
    font-weight: bold;
}
.privacypolicy-section ul {
    padding-left: 30px;
}
.privacypolicy-section ul li {
    padding: 10px 0px;
}
.privacypolicy-section p {
    font-size: 15px;
    line-height: 27px;
}
/*..................privacypolicy-Page-End..................*/


/*..................Donate now-Page-Start..................*/


.donateform_area .payment-wrapper {
    padding-left: 0!important;
}


.donateform_area .payment-wrapper .card-section {


 
}
 .payment-wrapper {
      max-width: 480px;
      margin: auto auto;
      padding: 0 1rem;
    }

    .card-section {
      background: #fff;
      border-radius: 16px;
      padding: 1.5rem;
      box-shadow: 0 2px 4px rgba(0,0,0,0.07);
      margin-bottom: 1.25rem;
    }

    .section-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #1a1a2e;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      margin-bottom: 1.25rem;
    }

    /* UPI Section */
    .qr-box {
      background: #f9f9f9;
      border-radius: 14px;
      padding: 1.25rem;
      display: flex;
      justify-content: center;
      margin-bottom: 0.75rem;
    }

    .qr-box img {
      width: 160px;
      height: 160px;
      object-fit: contain;
    }

    .qr-placeholder {
      width: 160px;
      height: 160px;
      background: #eee;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #aaa;
      font-size: 0.8rem;
    }

    .scan-text {
      text-align: center;
      font-size: 0.85rem;
      color: #6c757d;
      margin-bottom: 0.75rem;
    }

    .app-badges {
      display: flex;
      justify-content: center;
      gap: 0.5rem;
      flex-wrap: wrap;
      margin-bottom: 1.25rem;
    }

    .app-badge {
      border: 1px solid #dee2e6;
      border-radius: 20px;
      padding: 0.25rem 0.75rem;
      font-size: 0.8rem;
      color: #495057;
      background: #fff;
    }

    /* Info Field */
    .info-field {
      border: 1px solid #e9ecef;
      border-radius: 10px;
      padding: 0.75rem 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.75rem;
      background: #fff;
    }

    .info-field:last-child {
      margin-bottom: 0;
    }

    .field-label {
      font-size: 0.75rem;
      color: #9ca3af;
      margin-bottom: 0.2rem;
    }

    .field-value {
      font-size: 0.95rem;
      font-weight: 600;
      color: #1a1a2e;
    }

    .copy-btn {
      background: none;
      border: none;
      padding: 0.25rem;
      cursor: pointer;
      color: #9ca3af;
      transition: color 0.2s;
    }

    .copy-btn:hover {
      color: #6c63ff;
    }

    .copy-btn.copied {
      color: #198754;
    }

    /* IFSC highlighted copy icon */
    .ifsc-copy {
      color: #fd7e14 !important;
    }

    /* Alert boxes */
    .alert-upi {
      background: #eff6ff;
      border: 1px solid #bfdbfe;
      border-radius: 10px;
      padding: 0.85rem 1rem;
      font-size: 0.85rem;
      color: #1d4ed8;
      margin-bottom: 0.75rem;
    }

    .alert-bank {
      background: #fffbeb;
      border: 1px solid #fde68a;
      border-radius: 10px;
      padding: 0.85rem 1rem;
      font-size: 0.85rem;
      color: #92400e;
    }

    .alert-upi strong,
    .alert-bank strong {
      font-weight: 700;
    }

    /* Toast */
    .toast-container {
      position: fixed;
      bottom: 1.5rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9999;
    }


/*..................Donate now-Page-End..................*/
