@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//sanatanamsanstha.com/wp-content/themes/sanatbam-sanstha/fonts/woodmart-font-1-400.woff2?v=8.3.8") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(51,51,51);
	--wd-text-font-size: 16px;
	--wd-title-font: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(51,51,51);
	--wd-entities-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(209,44,44);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(209,44,44);
	--btn-accented-bgcolor-hover: rgb(191,40,40);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(30,115,190);
	background-image: url(https://sanatanamsanstha.com/wp-content/uploads/2021/08/grocery-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(17,70,110);
	background-image: none;
}
.page .wd-page-content {
	background-color: rgb(238,247,255);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1376px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1376px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1376px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1376px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(0,69,122);
}

.headingv1 h1 {
color:#11466e;
	font-size:35px;
}


.wd-nav.wd-gap-l {
    --nav-gap: 22px!important;
}


.blinkbtn {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
       padding: 0px 10px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 123, 255, 0.7);
    animation: blinkBlue 1.5s infinite;
    transition: transform 0.2s ease;
}


    .activity-item {

        text-align: justify!important;
    }


.blinkbtn:hover {
    transform: scale(1.05);
}

/* Blink Animation */
@keyframes blinkBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
        opacity: 1;
    }
    50% {
        box-shadow: 0 0 15px 8px rgba(0, 123, 255, 0.4);
        opacity: 0.9;
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
        opacity: 1;
    }
}



.translation {
    text-align: justify!important;
}


.wd-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #00457a;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: none;
}


.object-box{
  background:#ffffff;
  padding:10px;
  border-radius:14px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  display:flex;
  gap:18px;
  align-items:flex-start;
  height:100%;
}


.object-box i{
  font-size:32px;
  color:#8b0000;
  min-width:40px;
}
.object-box p{
  margin:0;
  font-size:15px;
  line-height:1.7;
}

.founder-card{
  text-align:center;
  background:#ffffff;
  padding:25px 15px;
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
  margin-bottom:30px;
}
.founder-card i{
  font-size:38px;
  color:#00457a;
  margin-bottom:10px;
}
.founder-card h4{
  margin:0;
  font-size:15px;
  font-weight:600;
}



.activity-list-box{
  background:#fffaf2;
  padding:30px;
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

.activity-item{
  gap:10px;
  align-items:flex-start;
  margin-bottom:18px;
}

.activity-item i{
  font-size:26px;
  color:#c9a24d;
  margin-top:4px;
  min-width:28px;
}

.activity-item p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#333;
}

.activity-item strong{
  color:#7a4e13;
}

.activity-image img{
  border-radius:14px;
  box-shadow:0 8px 24px rgba(0,0,0,0.12);
}



/* SECTION */
.live_event_section {
  background: #fdf7f2;
}

/* HEADING */
.live_event_heading h2 {
  color: #7b1d0c;
}

.live_event_subtitle {
  text-align: center;
  font-size: 17px;
  color: #555;
  max-width: 750px;
  margin: 0 auto 45px;
}

/* ROW */
.live_event_row {
  max-width: 1200px;
  margin: 0 auto;
}

/* MAIN CARD */
.live_event_card {
  background: #ffffff;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(0,0,0,0.08);
  height: 100%;
}

/* LIVE IMAGE */
.live_image_wrap {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 20px;
}

.live_image_wrap img {
  width: 100%;
  display: block;
}

.live_badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #e60023;
  color: #fff;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}

/* TITLE */
.live_event_card h3 {
  font-size: 24px;
  color: #c04a00;
  margin-bottom: 12px;
}

/* TEXT */
.live_event_card p {
  font-size: 15.5px;
  color: #444;
  line-height: 1.7;
}

/* META */
.live_meta {
  display: flex;
  gap: 20px;
  margin: 15px 0 25px;
  font-weight: 600;
}

/* BUTTONS */
.live_buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.live_buttons a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}

.btn_fb {
  background: #1877f2;
}

.btn_gmeet {
  background: #0f9d58;
}

/* SIDE CARD */
.live_info_card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
  height: 100%;
  text-align: center;
}

.info_icon {
  font-size: 36px;
  margin-bottom: 12px;
}

.live_info_card h4 {
  color: #7b1d0c;
  margin-bottom: 10px;
}

.info_meta {
  margin-top: 15px;
  font-weight: 600;
}

/* NOTICE */
.live_notice {
  background: #fff1dc;
  text-align: center;
}

.live_notice_text {
  font-size: 16px;
  font-weight: 600;
  color: #7b1d0c;
}

/* MOBILE */
@media (max-width: 768px) {
  .live_buttons {
    justify-content: center;
  }
}


.event-card{
    background:#ffffff;
    padding:30px 20px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all 0.4s ease;
    height:100%;
}

.event-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

.event-date{
    display:inline-block;
    background:#2e86de;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.event-card h4{
    margin:15px 0 8px;
    font-size:18px;
    font-weight:600;
}

.event-card p{
    color:#777;
    font-size:14px;
}


.object-box {
    text-align: justify;
}



.translation {
    text-align: justify!important;
}

.geetaslok-text p {
    text-align: justify!important;}

.goal-box p {
    text-align: justify;
}

.initiative-item {
    text-align: justify;
}

.program-item p {
    text-align: justify;
}

.prayer-item p {
    text-align: justify;
}

.program-item h3 {
    text-align: justify;
}

.prayer-item h3 {
    text-align: justify;
}

.social-box p {
    text-align: justify;
}
.social-box h3 {
    text-align: justify;
}

.initiative-intro {
    text-align: justify;

}

.initiative-box p {
    text-align: justify;
}

.initiative-box h3 {
    text-align: justify;
}

.sanatan-container {
    margin: auto;
    padding: 4px 2px;
    font-family: 'Segoe UI', sans-serif;
}



.wd-nav {

    --nav-gap: 8px!important;

}




.stylishheading {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-size: 38px;
    text-align: center;
    color: #ff9933;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;

    padding: 10px 25px;


    /* Animation */
    animation: glowSanatan 2s infinite alternate;
}

/* Decorative Lines */
.stylishheading::before,
.stylishheading::after {
    content: "ॐ";
    font-size: 20px;
    color: #ff9933;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.stylishheading::before {
    left: -30px;
}

.stylishheading::after {
    right: -30px;
}

/* Glow Animation */
@keyframes glowSanatan {
    from {
        text-shadow: 0 0 5px #ff9933, 0 0 10px #ff6600;
    }
    to {
        text-shadow: 0 0 15px #ffcc00, 0 0 25px #ff6600;
    }
}



.shlok-box {
    font-weight: 800;
}









.sanatan-subtitle {
color:#c00000!important;
font-size:30px !important;
text-align:center;}

.shlok-box {
    background: #fff7f000 !important;
    border-left: 4px solid #ff660000 !important;
    padding: 10px;
    margin: 20px 0;
    font-size: 27px !important;
    font-weight: 800;
    text-align: center;
    color: #e36c0a !important;
}

.translation {
    font-size: 21px;
}




.social-card .fa {
    font-size: 85px;
}


.temple-card {
       
        text-align: justify;
    }



.sanatan-text {
    font-size: 21px!important;
   
}


.hindu-text {
    font-size: 21px!important;
}@media (max-width: 576px) {
	.vc_column_container>.vc_column-inner {
    box-sizing: border-box;

    width: 100%;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 7px!important;
}
}

