:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#000;
  --inner-color1:#c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #d84200 0%, #ff781a 100%, #d84200);
}

/* BenguiatStd */
@font-face {
   font-family: 'benguiatstd-bold';
   src: url('../fonts/benguiatstd-bold.otf');
}
@font-face {
   font-family: 'benguiatstd-book';
   src: url('../fonts/benguiatstd-book.otf');
}
@font-face {
   font-family: 'benguiatstd-medium';
   src: url('../fonts/benguiatstd-medium.otf');
}

/* poppins */
@font-face {
   font-family: 'Poppins-Light';
   src: url('../fonts/aws/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../fonts/aws/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../fonts/aws/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../fonts/aws/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../fonts/aws/Poppins-Bold.ttf');
}




/* common-css */
html{scroll-behavior: smooth;}
body{margin: 0;padding: 0;font-family: "Poppins-Light", sans-serif;}
a{text-decoration: none;}
ul {list-style-type: none;padding: 0px;margin: 0px;}
button:focus {outline: 0px !important;}
a:hover {text-decoration: none;}
.w-100 {width: 100%;}
.w-auto {width: auto !important;}
.h-100 {height: 100%;}
.txt-undline {text-decoration: underline !important;}
.container {max-width: 1230px !important;}
  /* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */
.grid-left {overflow: hidden;margin-top: 0px;}
#header .container {max-width: 1230px !important;}

.header-top-section {
  position: relative;
  z-index: 9;
}
@media screen and (max-width:1320px) {
  #header .container, .container {
    max-width: 1080px !important;
  }
}
@media screen and (max-width: 1230px) {
  #header .container, .container {
    max-width: 1080px !important;
  }
}
/* common-css-close */

.carousel-indicators [data-target] {
  width: 16px;
  height: 16px;
  border: 0 !important;
  border-radius: 30px;
}
.carousel-indicators .active {
  background-color: #f86e0f;
}


/* Header */


/* Header-menu */
.main-bg {
  background-image: url(../images/main-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 40px;
  background-size: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  margin-bottom: -60px;
}
.mobile-nav-active .aws-app-menu{
  z-index: -1;
}
.flip-img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.right-dgn, .left-dgn {
  position: absolute;
  top: 0;
  height: 550px;
  z-index: -1;
}
.right-dgn {
  left: 0;
}
.left-dgn {
  right: 0;
}

#header {
  background:transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0px;
  position: relative;
  z-index: 3;

}
.main-bg::before {
  content: "";
  background:url(../images/bg-top.png);
  position: absolute;
  background-position: center;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 3px;
  top: 39px;
  left: 0;
  z-index: -1;
}
.home-inner {
  padding-top: 15px;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 997;
background: linear-gradient(#a16e12, #d3a425);
  border-radius: 50px;
  max-width: 950px;
  margin-inline: auto;
}

.navbar-toggler.x {
  border: none;
}

.navbar-toggler.x:focus {
  outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
  width: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  .navbar {padding: 0;width: 100%;}
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* gap: 8px; */
  }
.navbar>ul {width: 100%;}
.navbar li {position: relative;}
.navbar > ul > li {white-space: nowrap;}
.navbar > ul > li.login-n {margin-left: auto;}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--white-color);
  font-family: 'benguiatstd-medium';
  transition: color 0.3s, background 0.3s;
  padding:15px 17px;
  /* padding: 14.5px 15px; */
  border-radius: 0px;
  line-height: 100%;
  letter-spacing: 0.5px;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
  position: relative;
  z-index: 20;
	display: none;
}
.navbar a:hover,
.navbar li.active>a,
.navbar li:hover  a, .menu-active a {
  color:#ffe400;
  /* background: linear-gradient(#00000021, #0000001f); */
}
.navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--white-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width: 200px 
  }
  .navbar .menu-item-has-children ul a {
    padding: 10px 20px;
    text-transform: none;
    color:#000;
    background: var(--white-color);
  }
  .navbar .menu-item-has-children ul a i {font-size: 12px;  }
.navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
    color: var(--white-color);
	background-color: #a26e13;
	border-radius:0;
}
  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  .mobile-nav-show,
  .mobile-nav-hide {display: none;}
  .aws-app-menu {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  .main-bg {
    z-index: 10;
    background-size: 100%;
    background-position: center 0px;
    padding-block: 10px 30px;
  }
  
  #header {
    padding: 0;
    }
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 100%;
    width: 97%;
    max-width: 96%;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
	background-image: linear-gradient(rgb(135, 110, 74), rgb(94, 79, 57));
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
 
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {color: var(--white-color);}
  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
  }
  .dropdown-active a{font-size: 12px !important;padding: 6px 15px;}
  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {display: block;}

  .mobile-nav-hide {
    color: var(--white-color);
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }
  .mobile-nav-active {overflow: hidden;}
  .mobile-nav-active .navbar {left: 0;}
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 7%;
    top: 12%;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    height: 100vh;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

.login-n a {
  color: var(--white-color) !important;
  text-transform: uppercase;
  background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}
.login-n a img {
  margin-right: 5px;
  height: 14px;
  filter: brightness(100);
}
.login-n a:hover {
  background-image: linear-gradient(to top, #fc434b, #ad1117);
}

@media screen and (max-width:1320px) {
  .navbar a, .navbar a:focus {font-size: 13px;padding: 15px 10px;}
.header-nav {
max-width: 800px;
  margin-inline: auto;
}
.right_img img, .left_img img {
  height: auto;
	max-height: 72px;}
}

@media screen and (max-width: 1199px) {
  /* .navbar a, .navbar a:focus {
    font-size: 12px;
    padding: 10px 13px;
  } */
  .home-grid-section {grid-template-columns: 1fr;}
}

/* bootom=menu */

@media (min-width: 1023px) {.aws-app-menu{display: none;}}
@media (max-width: 1023px) {
  .aws-app-menu {
    padding: 7px 15px;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: linear-gradient(rgb(135, 110, 74), rgb(94, 79, 57));
}
.aws-app-menu > div * {
  font-size: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  color: #fff;
  line-height: 10px;      
}
.aws-app-menu > div i {font-size: 20px;}
.aws-app-menu > div {justify-content: space-between;}   
.dropdown-active a::before {
  position: absolute;
  content: "-";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-active a {
  font-size: 13px !important;
  padding: 6px 15px;
  position: relative;
}
.navbar .menu-item-has-children > .dropdown-active {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border: none;
  background: transparent;
}  
.home-inner {padding-top: 0;}
/* .top_dec-deg {top: 0;max-height: 250px;}  */

.banner-wrap.pos-relative {
  max-width: 750px;
  margin-inline: auto;
  width: 100%;
}
.main-bg::before {top: 0;}   
.carousel-indicators [data-target] {
  width: 14px;
  height: 14px;}     
  .navbar a, .navbar a:focus {
    font-size: 14px;
    padding-block: 8px !important;
  }                 
}                                  


/* top_header */
.head_top_line{
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
}
.head_bottom_line {
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_header  {
  background: url(https://srilalitha.org/wp-content/uploads/2026/06/header_bg.png);
background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-bottom: -44px;
/*   height: 130px; */
  z-index: 2;
	padding-bottom:10px;
  
}
.top_header >div {
  display: flex;
  align-items: center;
  justify-content: start;
  height: 100%;
  gap: 20px;
}
.empty_li img {
  position: relative;
  height: 30px;
  top: 6px;
}
.navbar > ul > li:nth-child(4){
/*   padding-right: 100px; */
}
.navbar > ul > li:nth-child(5){
/*   padding-left: 0px; */
}
.right_img img,
.left_img img {
	height:auto;
  max-height: 80px;
  position: relative;
  top: -10px;
}
/* .left_img img {
  left: -20px;
}
.right_img img {
  right: -20px;
} */
.main_logo img {
  max-width: 150px;
  position: relative;
  top: 8px;
  left: 0px;
}

.top_header::before,
.header::before {
  position: absolute;
  content: "";
  background: url(../images/header_overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.head_btns a {
  background: #523c019c;
  color: #fef394;
  padding: 6px 20px;
  border-radius: 40px;
  min-width: 200px;
  font-family: 'benguiatstd-medium';
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 7px;
  text-transform: uppercase;
}

.head_btns a span .bi-currency-dollar{
  font-size: 18px;
}
.head_btns a span {
  border: 1px solid;
  padding: 4px;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}


/* banner_sec */
.banner_sec{
  position: relative;
  background: #78623a;
  padding-bottom: 10px;
}
.banner_sec .carousel{
  position: relative;
  z-index: 0;
}
.banner_sec .carousel::before{
  position: absolute;
  content: "";
  width: 99%;
  height: 99%;
  background: url(../images/banner_border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner_sec .carousel-indicators {
  background: #a56f16;
  max-width: 60px;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0px;
  bottom: 20px;
}

.banner_sec .carousel-indicators [data-bs-target] {
  border: none;
  width: 13px;
  height: 13px;
  border-radius: 40px;
}
.carousel-indicators .active {
  background-color: #523c01;
}


/* news-letter-sec */
.latest-sec {
  background: url(../images/news_bg.png), linear-gradient(to bottom, #78623a 50%, #f9f5ea 50%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  padding-bottom: 35px;
}
.latest-block {
  overflow: hidden;
}
.latest-hd-wrap {
  /* background-color: #887f1f; */
  padding:0px 15px;
  border-radius: 60px;
}
.latest-hd {
  font-size: 15px;
  letter-spacing: .5px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffca00;
  font-family: 'Poppins-SemiBold';
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.latest-hd img {
  margin-left: 10px;
  /* filter: brightness(100); */
  height: 12px;
}
.latest-content {
  width: 100%;
}
.latest-content .news {
  position: relative;
  /* height: 30px !important; */
  overflow: hidden;
  /* transform: translateY(-50%);
  top: 50%; */
}
.latestnew-li {
  margin: 0px;
  position: absolute;
  top: 0px;
}
.latestnew-li li {
  position: relative;
  padding-left: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
.latestnew-li li::before {
  position: absolute;
  content: '';
  border-radius: 50%;
  height: 9px;
  width: 9px;
  margin-right: 10px;
  background-color: #eebc01;
  left: 0;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
.latestnew-li li a {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.25px;
}

@media screen and (min-width:1320px) {
  .latest-sec .latest-block {
  padding-inline: 10px;
}
}
@media screen and (max-width:1320px) {
  .latest-hd {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;}
}
@media screen and (max-width:576px) {
  .latest-hd-wrap {display: none;}
  .latestnew-li li a {font-size: 12px;letter-spacing: 0;}
}
/* news-letter-sec-close */

/* welcome_sec */
.welcom_sec  {
  position: relative;
  padding-block: 30px 30px;
  text-align: center;
  z-index: 0;
  background: #f9f5ea;
}
.wel_sub_title{
  font-family: 'BenguiatStd-Book';
  font-size: 22px;
  line-height: 28px;
  letter-spacing: .25px;
  color: #9c7c00;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wel_title::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 29px;
  background: url(../images/title_bg_dgn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -30px;
  left:0;
}
.wel_title{
  font-family: 'BenguiatStd-Book';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: .25px;
  color: #5e4f39;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
  max-width: 900px;
  margin-inline: auto;
}
.welcom_sec p{text-align: center;padding-inline: 20px;}

.common_btn2 {
display: inline-flex;
  color: #fff;
  padding-block: 7px;
  padding-inline: 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .75px;
  font-family: 'Poppins-Light';
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all .3s linear;
  background: #78623a;
}


.common_btn2:hover {
  color: #eebc01;
  transform: translateY(-5px);
  transition: all .3s linear;
}
.wel_border img {
  width: 100%;
  max-height: 65px;
  object-fit: contain;
}

/* welcome_sec_close */

 /* Religious_sec  */
 .religious_sec{
  background-color: #fffdf7;
  padding-block: 40px 60px;
 border-top: 1px solid #e9e2d3;
 }
.religious_sec.hindu-religious-book {
  border-bottom: 1px solid #e9e2d3;
  border-top: 0;
}
.religious_card p {
  color: #34373a;
}
 .sec_title{
  font-family: 'BenguiatStd-Book';
  font-size: 36px;
  line-height: 44px;
  letter-spacing: .25px;
  color: #5e4f39;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-inline: auto;
 }
 .religious-slider {
  position: relative;
}
.religious_card {
  padding: 10px;
   background: url(../images/service_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  transition: all .4s linear;
}
.religious_card:hover .religious_img img {
  transition: all .4s linear;
  transform: scale(1.1);
}
.religious_card .religious_img img{
  transform: scale(1);
   transition: all .4s linear;
height: 100%;
  object-fit: cover;
  width: 100%;
}
.item, .invitee-card {
  height: 100%;
  width: 100%;
}
.religious_card .religious_img {
  overflow: hidden;
  height: 200px;
  border-radius: 10px;
}
 .religious_img img {
  width: 100%;
}
.religious_card h3 {
  font-family: 'BenguiatStd-Medium';
  font-size: 18px;
  padding-block: 10px;
  margin-bottom: 0;
  color: #2a2b2b;
}

.slider-nav button {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  background: #5c4f38;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-nav i {
  font-size: 16px;
}

/* IMPORTANT — prevents slider overlay blocking clicks */
.slider-nav {
  position: relative;
  z-index: 10;
}

.religious-slider-nav.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
}
.slider-nav button.prog-prev {
  left: -4%;
  position: relative;
}
.slider-nav button.prog-next {
  right: -4%;
  position: relative;
}
/* Make owl items stretch */
.religious-slider .owl-stage {
  display: flex;
}

.religious-slider .owl-item {
  display: flex;
}

/* Card full height */
.religious-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
 /* Religious_sec_close  */


 /* combine_sec */
.combine_sec{
  position: relative;
  background: #fefbf4;
  padding-block: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.combine_sec .combine_sec_outer {
  position: absolute;
  top: -11%;
  transform: translateY(0%);
  max-width: 350px;
}
.combine_sec .combine_sec_outer.left{left: 0;}
.combine_sec .combine_sec_outer.right{right: 0;transform: translateY(0%) rotateY(180deg);}
.dwajastambham {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.three_sec_set {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.three_sec_set > div {
  width: 100%;
  background: #fff;
  border: 1px dotted #ffa07a;
  padding: 30px 20px 20px;
  text-align: center;
}
.three_sec_set > div.calender {
  border: none;
  padding: 0;
  background: url(../images/panchangam.png);
   background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.three_sec_set > div h2.title::after {
  position: absolute;
  content: "";
  background: url(../images/title_deg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 18px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.three_sec_set > div h2.title {
  position: relative;
  font-size: 22px;
  font-family: "Poppins-Medium";
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.paying_box{
  border: 2px solid #dfce91;
  padding: 0 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.paying_box .title {
  display: inline-block;
  background-color: #dfce91;
  padding: 5px 10px;
  border-radius: 30px;
  font-family: "Poppins-semiBold";
  font-size: 12px;
    text-transform: uppercase;
}
.paying_box h3 {
  font-size: 18px;
  margin-block: 20px 5px;
  font-family: "Poppins-Regular";
}
audio { 
  width: 90%;
  border-radius: 90px;
  transform: scale(1);
  background: #fff;
  margin-inline: auto;
  padding: 10px;
  margin-bottom: 10px;
}
.common_btn {
  font-size: 13px;
  border: 1px solid #5c4f38;
  color: #5c4f38;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 30px;
  transition: all .4s linear;
  text-transform: uppercase;
}
.common_btn:hover {
  border: 1px solid #5c4f38;
  color: #fff;
  background-color: #5c4f38;
  
  transition: all .4s linear;
}
/* panchangam */
  .grid-title {
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
  }
  .panchagam-heading {
  padding-top: 60px;
}
  .panchangam_table{
  padding-inline: 13%;
  padding-top: 15px;
  text-align: left;
}
.panchangam_table .table {border: 1px solid #ffffff8c;}
.panchangam_table .table tr td {
  background: transparent;
  border: 1px dashed #ffffff8c;
  color: #fff;
  font-size: 14px;
}
.panchangam_table .table tr td span:first-child {
  color: #fff000;
}
.panchangam_table .table tr td p {
  margin-bottom: 0;
}
.panchagam-icon {
  margin-bottom: 7px;
  height: 50px;
}
.week_days{
  border: 1px solid #ffffff8c;
  text-align: center;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins-Regular";
}
.small_title{color: #fff000;}
.panchangam_table > p {
  text-align: center;
  padding-inline: 10px;
  margin-top: 16px;
  color: #fff;
}
#panchangam {
  display: flex;
  flex-direction: column;
  height: 100%;
}
    /* panchangam close */

.galley-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.g-box{position: relative;}
.g-box:hover .overlay {
    height: 100%;
}
.gal-grid {
    display: grid;
  grid-template-columns: repeat(2,1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 20px;
}

.gallery__icon{
    width: 100%;
    object-fit: cover;
/*     aspect-ratio: 1; */
}
.gallery-owl i {
    font-size: 35px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.text {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.combine_sec::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 50%;
  background: linear-gradient( #876e4a 20%, #5e4f39 40%);
  left: -10%;
  bottom: -33%;
  z-index: -1;
  clip-path: ellipse(50% 52% at 50% 50%);
}
.footer {
  margin-top: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer-block {
	border-radius: 15px;
  background: url(../images/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 2px solid #876e4a;
	position: relative;
	padding:35px 20px;

}
.foot_left_side {
  padding-right: 20px;
}
.footer_title {
  color: #ff8b00;
  font-family: "Poppins-Medium";
  font-size: 16px;
  text-transform: uppercase;
}
.footer_locations a {
  color: #0d0012;
  font-size: 14px;
}
.footer_locations > div.flex_call {
  display: flex;
  justify-content: start;
  gap: 20px;
  flex-wrap: wrap;
}
.footer_locations > div.flex_call div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.foot_quick_links li {margin-bottom: 7px;}
.foot_quick_links li a {
  color: #111;
  font-size: 14px;
}
.footer_locations > div {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dotted;
  display: flex;
  justify-content: start;
  gap: 8px;
}
.foot_logo {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-bottom: -40px;
}
.foot_logo_bg {
  position: absolute;
  top: -40px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100%;
  min-width: 200px;
}
.foot_logo > a > img {
  position: relative;
  top: -20px;
  height: 130px;
}
.foot_right_side .foot_right_follow{
  text-align: end;
}
.foot_right_side {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 10px;
}
.foot_right_side .foot_right_follow ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}
.foot_right_side .foot_right_follow ul li a:hover {
  transition: all .4s linear;
  transform: translateY(-3px);
}
.foot_right_side .foot_right_follow ul li a {
  width: 32px;
  height: 32px;
  border: 1px solid;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 20px;
  font-size: 15px;
  transition: all .4s linear;
}

.foot_right_side .foot_right_follow ul li.facebook a {
  border-color: #4b69b1;
  color: #4b69b1;
}
.foot_right_side .foot_right_follow ul li.twitter a {
  border-color: #393939;
  color: #393939;
}
.foot_right_side .foot_right_follow ul li.instagram a {
  border-color: #9a4a97;
  color: #7459a2;
}
.foot_right_side .foot_right_follow ul li.youtube a {
  border-color: #e83f3a;
  color: #e83f3a;
}
.foot_right_side .foot_right_follow ul li.whatsapp a {
  border-color: #3eaf46;
  color: #3eaf46;
}
.foot_right_side .foot_right_follow ul li.telegram a {
  border-color: #039be5;
  color: #039be5;
}

.copy_right_sec {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
}
.copy_right_sec p {
  color: #fff;
}
.mlogo-part {
  display: none;
}

/* combine_sec_close */

.footer_locations span img {
  width: 18px;
}



.inner_main {
  position: relative;
  padding-top: 10px;
  background: #f9f5ea;
  padding-bottom: 50px;
}
.inner_main .latest-sec{
  position: relative;
  z-index:0 ;
}
.inner_main .latest-sec::before{
  background-color: #78623a;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: -10px;
  left: 0;
  z-index: -1;
}
.content_start_here {
  background: #fffdf7;
  margin-block: 20px 0;
}
.content_start_here {
  padding: 12px;
  box-shadow: 0px 0px 10px #3628001f;
  border-radius: 10px;
  padding-bottom: 30px;
}
.inner_title {
  background: linear-gradient(#d7cfbf, #f2eee4);
  margin-bottom: 20px;
  padding: 5px 15px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.inner_title::after{
  position: absolute;
  content: "";
  background: url(../images/inner_title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 99%;
  height: 20px;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
}
.inner_title h3 {
  color: #352b1c;
  font-family: 'benguiatstd-Book';
  font-size: 36px;
  margin-bottom: 0;
}
.content_start_here > .row {
  padding: 5px 20px;
}
.title_2 {
  color: #976201;
  font-size: 28px;
  font-family: 'benguiatstd-Book';
}
.about_inner_img img{
  border-radius: 10px;
}
.about_inner_img {
  padding: 30px;
  background: url(../images/about_inner_img_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

ul.list_style li::after{
  content: "";
  position: absolute;
   background: url(../images/list_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  left: 0;
  top: 4px;
}
ul.list_style li{
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
ul.list_style{
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.heiglet_point {
  padding: 20px;
  background: #f9f4e7;
  border: 1px solid #e9e2d3;
  border-radius: 10px;
  color: #e06400;
}

/*  */
.product-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.product-gallery .gallery-grid a:hover img {
  transition: all .4s linear;
  transform: scale(1.1);
}
.product-gallery .gallery-grid a img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 5px;
  transform: scale(1);
  transition: all .4s linear;
}
.product-gallery .gallery-grid a {
  height: 100%;
  transition: all .4s linear;
  overflow: hidden;
  max-height: 250px;
  display: block;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .product-gallery .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* video-gallery */
.dis-b {
  display: block;
}
.gallery__icon, .v-icon {
  height:auto;
  object-fit: cover;
max-height: 130px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.text {
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.g-box:hover .overlay {
  height: 100%;
}
.g-box {
  position: relative;
}
.btn-size.gallery-btn:hover {
  background-color: #f54218;
  transition: all .4s linear;
  color: var(--white-color);
}
.btn-size.gallery-btn {
  border: 1px solid #f54218;
  color: #f54218;
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 30px;
  transition: all .4s linear;
}
.galley-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.flip {
  display: inline-block;
  transition: all .2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden;
}
.gallery__icon, .v-icon {
  height: auto;
  object-fit: cover;
}
.v-icon {
  height: 100%;
  max-height: 200px;
}
.video_card {
  padding: 10px;
  background: url(../images/service_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  transition: all .4s linear;
	position:relative;
}
.mfp-wrap {z-index: 9999999 !important;}
.video-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  max-height: 200px;
  border-radius: 5px;
  overflow: hidden;
}
.video-caption h6 {
  color: #352b1c;
  font-family: 'benguiatstd-Book';
}
.video-icon-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/youtube-icon.png) no-repeat center center;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out;
  -mz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.flip:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(8px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px)
  }

  49.95% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px)
  }

  66.6% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px)
  }

  83.25% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

/* ? */

.update-soon-title{
  font-family: 'benguiatstd-medium';
  text-align: center;
  padding-block: 150px;
  color: #a16e12;
}

/* contact us */
fieldset {
  border: 1px solid #929797 !important;
  padding: 1rem 1rem 0 1rem;
  height: 56px;
  margin-bottom: 21px;
}

.pos-relative {
  position: relative;
}

em.error {
  transform: translateY(-20px);
  position: absolute;
  /* top: 60px; */
}

fieldset .legend {
  text-transform: capitalize;
  width: auto !important;
  max-width: auto !important;
  display: block !important;
  padding-inline-start: 2px !important;
  padding-inline-end: 2px !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
}

legend {
  font-size: 12px !important;
  font-family: "Poppins-Regular", sans-serif;
  display: block;
  padding-inline: 4px;
  width: auto !important;
  margin-bottom: 0px !important;
  font-size: 1.5rem;
  line-height: inherit;
  color: #2a2a2a;
  white-space: normal;
  z-index: 2;
  position: relative;
}

fieldset.has-error {
  border-color: red !important;
}

.dot-line {
  border-bottom: 1px dashed #ccc;
  margin-top: 5px;
}

fieldset.cus-filedset {
  height: 80px;
}

  fieldset.cus-filedset textarea {
      height: 45px;
      top: 0;
  }
  /* form section */

fieldset .input-box {
  border: 0px;
  background-color: transparent;
  width: 100%;
  position: relative;
  height: 32px;
  top: -18px;
  color: #757575;
  font-family: "Poppins-Light", sans-serif;
  font-size: 13px;
}

::placeholder {
  color: #75757571;
  font-size: 12px;
}

.input-box:focus {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-box:focus-visible {
  outline: transparent !important;
  box-shadow: none !important;
}

.input-imp {
  color: #ff3737;
  position: relative;
  top: 2px;
  /* padding: 3px; */
}

/* contact form alert msg css */

.alert-dismissible .btn-close  {
  opacity: 1;
  font-size: 20px;
}

fieldset.cus-filedset label.error{
  top: 0px;
}
label.error{
  font-style: normal !important;
  color: red;
  position: relative;
  top: -10px;
  font-size: 14px;
}
fieldset.has-error{
  border-color:red !important
}
.alert{
  position: fixed;
  top: 12%;
  max-width: 500px;
  right: 10px;
  box-shadow: rgb(0 0 0 / 20%) 0px 8px 24px;
  border: 0px;
  padding: 30px 50px 30px 30px;
  z-index: 1000;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
      opacity: 1;
  }

  90% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}


.form-control:focus {
  border-color: red !important;
}

/*  */
.inner-section-title {
  color: #a16e12;
  font-family: 'benguiatstd-Book';
  font-size: 30px;
}
.contact_details_set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-left: 24px;
  flex-wrap: wrap;
}

.contact_details_set a:first-child {
  width: 100%;
}
.contact_details_set a {
  color: #633d1d;
  font-size: 18px;
  font-family: 'benguiatstd-Book';
  display: block;
  text-align: center;
  padding: 20px 10px;
  width: calc(50% - 10px);
  border: 1px solid #00000000;
  box-shadow: 0px 0px 20px #0000001f inset;
  transition: all .4s linear;
  border-radius: 10px;
  background: #f9f5ea;
}
.contact_details_set a:hover {
  box-shadow: 0px 0px 0px #0000001f inset;
  border: 1px solid #0000001f;
  transition: all .4s linear;
}

.know_btn .common_btn2 {
  font-size: 15px;
  border: none;
  padding: 10px 40px;
}
.contact_details_set a img {
  position: relative;
  top: -2px;
}

.contact_inner_img{
  background: #f9f5ea;
  padding: 0 20px !important;
  box-shadow: 0px 0px 20px #0000001f inset;
  border-radius: 10px;
}



/* responsive */
@media screen and (max-width:1144px) {
  .three_sec_set > div {
  max-width: 49%;
}
  .three_sec_set > div:first-child {
  max-width: 100%;
}
.three_sec_set {
  flex-wrap: wrap;
}
  .workshop_part > div {
  width: 100%;
}
.workshop_part {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
  .three_sec_set > div {
    max-width: 100%;
  }
    .three_sec_set > div:nth-child(2) {
    max-width: 400px;
  }
  .panchangam_table {
padding-bottom: 50px;
}
.gal-grid {
  grid-template-columns: repeat(4,1fr);}
}

@media screen and (max-width:1023px) {
   #header {
  z-index: 999;
}
.navbar > ul > li:nth-child(4) {
  padding-right: 0;
}
.copy_right_sec {
  padding-bottom: 70px;
}
 .dwajastambham {
  max-height: 400px;
  z-index: -1;
}
.navbar > ul > li:nth-child(5) {
  padding-left: 0;
}
.empty_li {
  display: none;
}
}

@media screen and (max-width:992px) {
  .banner_sec {
    padding-bottom: 5px;
  }
  .right_img img, .left_img img {
  width: 90px;
  left: 0;
  right: 0;
  }
  .main_logo img {
  max-width: 150px;}
 
.combine_sec::after {bottom: -35%;}
.foot_logo {
  max-width: 200px;
  margin-inline: auto;
  margin-bottom: 20px;
}
.footer-block {
background-repeat: repeat-y;
  background-size: 100%;}
  .carousel-item img {
  min-height: auto;}
  .combine_sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18%;
  background: linear-gradient( #876e4a 20%, #5e4f39 40%);
  left: 0;
  bottom: 0 !important;
  z-index: -1;
  clip-path: unset;
}
.contact_details_set {padding-left: 0;gap: 10px;}

}

@media screen and (max-width:768px) {
  .head_btns {
  display: none;
}
/* .top_header {
height: 100px;
} */
  .main_logo img {
    max-width: 120px;
    top: 15px;
  }
  .copy_right_sec {
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}
.slider-nav button.prog-prev {
  left: 0;}
.slider-nav button.prog-next {
  right: 0;}
    .right_img img, .left_img img {
    width: 80px;
    left: 0;
    right: 0;
    top: 5px;
  }
    .main_logo img {
    max-width: 100px;
    top: 3px;
  }
}
@media screen and (max-width:576px) {
 .carousel-item img {
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .banner_sec .carousel::before {background-size: 100% 95%;}
  .latest-sec {
  margin-bottom: -20px;
}

.wel_title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 30px;
}
  .wel_sub_title {font-size: 16px;}
  .welcom_sec {
          padding-block: 15px 36px;
}
  .banner_sec .carousel-indicators {max-width: 50px;}
  .common_btn2 {
  font-size: 12px;
  margin-bottom: 10px;
}
.sec_title {
  font-size: 26px;
  line-height: 34px;}
  .religious_sec {
  padding-block: 30px 40px;}
  .workshop_part {
  flex-direction: column;
}
.panchangam_table .table tr td {
  font-size: 12px;
}
.grid-title {
  font-size: 22px;}
    .gal-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .foot_right_side {
  flex-direction: column;
  gap: 15px;
  padding-left: 0;
}
.foot_right_side .foot_right_follow {
  text-align: start;
}

.content_start_here > .row {
  padding: 0;
}
.inner_title {
flex-direction: column;
}
.inner_title h3 {font-size: 19px;
}
.combine_sec .combine_sec_outer {
  top: -3%;
  max-width: 140px;
}
.combine_sec {padding-block: 35px 0;}
.inner_main {
padding-bottom: 40px;
}
.footer {
  margin-top: 30px;}
   .product-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7px;
  }
  .three_sec_set > div h2.title {font-size: 20px;}
.contact_details_set a {
  width: 100%;
  font-size: 14px;
  display: flex;
  gap: 8px;
  text-align: left;
  padding: 10px 15px;
}
.contact_details_set a img {
max-width: 14px;
}
.know_btn .common_btn2 {
  font-size: 14px;}
}
/* -------------------------------------
-----------my css---------------------- */

/* section spacing */
.btn_section {
    position: relative;
    padding-left: 50px;
    /* padding-top: 15px; */
}

/* list */
.sankara-list {
    padding: 0;
    margin: 0;
}

.sankara-list li {
    list-style: none;
    margin-bottom: 12px;
}

/* button */
.sankara-list li a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px 16px 22px; 
    background: #fff;
    border-radius: 6px;
    text-decoration: none;
    width: 100%;
    position: relative; 
    overflow: visible;  
    z-index: 1;
    color: #000;
    border: 1px solid #5c4f3838;
    transition: color 0.25s ease;
}

/* hover effect */
.sankara-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #78623a;
     border: 1px solid #5c4f3838;
    border-radius: 6px;
    z-index: -1;
    transition: width 0.3s ease;
}

.sankara-list li a:hover {
    color: #fff;
}

.sankara-list li a:hover::before {
    width: 100%;
}

/* icon (half outside) */
.parampara-img {
    position: absolute;
    left: -25px; /* 👈 pushes icon outside */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.parampara-img img {
    width: 58px;
    height: 58px;
}

/* text */
.sankara-list li p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: inherit;
}
/* ===================table------------ */
.table-sec{
  padding-block: 50px;
}
.table_section {
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
    border-radius: 12px;
    /* margin-block: 18px; */
    background: #a21a08;
}

/* overlay content */
.table_section .relative {
    z-index: 2;
}

/* scrolling wrapper */
.list-wrpaaer {
    height: 220px;
    overflow: hidden;
    position: relative;
}

/* remove default ul spacing */
.list-aggregate {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* each row */
.list-aggregate li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* GRID: 3 columns */
.arti-block {
    display: grid;
    grid-template-columns:  1fr 1fr 2fr;
}

/* each cell */
.arti {
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.arti:last-child {
    border-right: none;
}

/* text styling */
.arti p:first-child {
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.arti p:last-child {
    color: #fff;
    margin: 5px 0 0;
    font-size: 14px;
}

/* heading (optional if you add it) */
.table_section h2 {
    color: #fff;
    /* margin-bottom: 15px; */
    
    letter-spacing: 1px;
    text-align: left;
    font-family: 'BenguiatStd-Book';
    font-size: 36px;
    line-height: 44px;
    letter-spacing: .25px;


    text-transform: uppercase;
}
.calen-btn{
    text-align: left;
}
/* button */
.calen-btn a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #f9a825, #f57c00);
    color: #fff;
    padding: 10px 18px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 15px;
}

.calen-btn img {
    width: 18px;
}

.table_section {
    min-height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 12px 20px 20px;
    border-radius: 12px;
    /* margin-block: 18px; */

    /* ✅ BACKGROUND IMAGE */
/* background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.8)),
                url("../images/daily-bg.png"); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.39), rgba(0,0,0,0.8)), url("https://srilalitha.org/wp-content/uploads/2026/06/data_bg1.jpg");


    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dail-men-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 70px;
}
.men-img img {
    width: 100%;
    max-width: 228px;
    height: auto;
    display: block;
}
.welcom_sec {
    position: relative;
    overflow: hidden;
}

/* Common style */
.daily_sec_outer {
    position: absolute;
     top: -103px;
    width: 280px;         /* control size here */
    height: auto;
    z-index: 1;
    opacity: 0.8;         /* optional soft look */
}

/* Left image */
.daily_sec_outer.left {
    left: -123px;          /* push slightly outside */
}

/* Right image */
.daily_sec_outer.right {
    right: -123px;         /* push slightly outside */
}

/* Optional: responsive size */
@media (max-width: 768px) {
    .daily_sec_outer {
        width: 50px;
    }
}



@media screen and (max-width:992px) {
  .btn_section {
    position: relative;
    padding-left: 20px;}
    .sankara-list li p {
    margin: 0;
    font-size: 12px;}
    .dail-men-card {

    padding-left: 0px;
}
.men-img img {
   
    max-width: 224px;
    padding-top: 20px;}
    .table_section h2 {

    font-size: 26px;}
    .arti p{
  font-size: 12px;
}
.table-sec p {

  padding-inline: 0px;
}
.table-sec {
  padding-block: 35px 30px;
}
.table_section {

  padding: 12px 10px 20px;}
  .arti p:last-child {

    font-size: 10px;
}
.sankara-list {

    display: inline-block;
}
}

.pooja-services-list {
    background: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
}

/* ===== TABLE ===== */
.pooja-services-list table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

/* ===== HEADER ===== */
.pooja-services-list thead tr {
    background: #8a6712 !important;
}

.pooja-services-list thead th {
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    font-size: 14px;
    border: none;
}

/* ===== BODY ===== */
.pooja-services-list tbody tr {
    border-bottom: 1px solid #e5e5e5;
}

.pooja-services-list tbody tr:nth-child(even) {
    background: #f7f7f7;
}

.pooja-services-list tbody td {
    padding: 14px;
    font-size: 15px;
    color: #333;
}

/* NAME COLUMN */
.pooja-services-list tbody td:first-child {
    text-align: left;
    font-weight: 600;
}

/* PRICE COLOR */
.pooja-services-list tbody td:nth-child(2) a{
    color: #c8102e;
    font-weight: 600;
}
.pooja-services-list tbody td:nth-child(3) a{
    color: #c8102e;
    font-weight: 600;
}

/* CENTER ALIGN */
.pooja-services-list tbody td:nth-child(2),
.pooja-services-list tbody td:nth-child(3) {
    text-align: left;
    font-weight: 600;
}

/* HOVER EFFECT */
.pooja-services-list tbody tr:hover {
    background: #efefef;
    transition: 0.3s;
}
.service-link {
    color: #c8102e;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {

    .pooja-services-list {
        padding: 15px;
    }

    .pooja-services-list thead {
        display: none;
    }

    .pooja-services-list tbody tr {
        display: block;
        background: #fff;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        padding: 10px;
    }

    .pooja-services-list tbody td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px;
        border: none;
        font-size: 14px;
    }

    .pooja-services-list tbody td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #000;
    }
}
/* pooja services close */


/* ── SECTION ── */
.priest-section {
  padding: 50px 0 50px;
  background: var(--page-bg);
  position: relative;
  overflow: hidden;
}
.priest-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%,   rgba(242,98,38,0.08)  0%, transparent 55%),
    radial-gradient(ellipse 50% 30% at 50% 100%,  rgba(199,175,71,0.10) 0%, transparent 60%);
  pointer-events: none;
}

/* ── HEADER ── */
.priest-hd {
  text-align: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.priest-hd-top {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.priest-hd-top span {
  display: block; height: 1px; width: 50px;
  background: linear-gradient(90deg, transparent, var(--inner-color1));
}
.priest-hd-top span:last-child {
  background: linear-gradient(90deg, var(--inner-color1), transparent);
}
.priest-hd-top em {
  font-style: normal;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--inner-ogane);

}
.priest-hd h2 {
  
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 14px;
  line-height: 1.15;
}
.priest-hd h2 span { color: var(--theme-color); }
.priest-hd p {

  font-size: 14px;
  color: var(--text-muted);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.8;
  font-style: italic;
}
.priest-hd-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.priest-hd-divider hr {
  flex: 0 0 70px; margin: 0;
  border: none; border-top: 1px solid rgba(199,175,71,0.6);
}
.priest-hd-divider i {
  color: var(--inner-ogane);
  font-size: 16px;
}

/* ── DECORATIVE TOP BORDER (like the dotted orange band in screenshot) ── */
.priest-section-topbar {
  height: 8px;
  background: linear-gradient(90deg, var(--inner-ogane), var(--inner-yellow), var(--inner-color1), var(--inner-yellow), var(--inner-ogane));
  background-size: 400% 100%;
  animation: barMove 5s linear infinite;
  margin-bottom: 0;
}
@keyframes barMove {
  0%   { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}

/* ── GRID ── */
/* ─────────────────────────────
   PRIEST GRID
───────────────────────────── */

.priest-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
    gap:28px;
    position:relative;
    z-index:1;
    width:100%;
}

/* ─────────────────────────────
   CARD
───────────────────────────── */

.priest-grid .priest-card{
    width:calc(33.333% - 19px);
    max-width:380px;
    flex-shrink:0;
}

/* ─────────────────────────────
   LARGE TABLET
───────────────────────────── */

@media (max-width:991px){

    .priest-grid{
        gap:24px;
    }

    .priest-grid .priest-card{
        width:calc(50% - 12px);
        max-width:none;
    }

}

/* ─────────────────────────────
   MOBILE
───────────────────────────── */

@media (max-width:575px){

    .priest-grid{
        gap:18px;
    }

    .priest-grid .priest-card{
        width:100%;
        max-width:100%;
    }

}

/* ── CARD ── */
.priest-card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: transform 0.38s cubic-bezier(0.22,1,0.36,1),
              box-shadow  0.38s ease,
              border-color 0.38s ease;
  box-shadow: 0 4px 18px rgba(175,19,22,0.06);
}
.priest-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 48px rgba(175,19,22,0.16),
              0 0 0 1px rgba(199,175,71,0.55);
  border-color: rgba(199,175,71,0.65);
}

/* Animated top bar */
.priest-card-bar {
  height: 3px;
  background: linear-gradient(90deg,
    var(--theme-color) 0%,
    var(--inner-color1) 50%,
    var(--theme-color) 100%);
  background-size: 200% 100%;
  animation: barMove 3s linear infinite;
}

/* Image area */
.priest-card-img-area {
  padding: 28px 0 16px;
  display: flex;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, #fff8e1 0%, #fffde7 100%);
}
.priest-card-img-area::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%; transform: translateX(-50%);
  width: 60%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199,175,71,0.5), transparent);
}

.priest-avatar-wrap {
  position: relative;
  width: 118px; height: 118px;
}
.priest-avatar-ring {
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 1.5px solid var(--inner-color1);
  opacity: 0.45;
  transition: opacity 0.3s, transform 0.5s;
}
.priest-card:hover .priest-avatar-ring {
  opacity: 0.9;
  transform: rotate(15deg);
}
.priest-avatar-ring-inner {
  position: absolute; inset: -2px;
  border-radius: 50%;
  border: 1px dashed rgba(199,175,71,0.40);
  transition: transform 0.8s linear;
}
.priest-card:hover .priest-avatar-ring-inner {
  transform: rotate(-20deg);
}
.priest-avatar {
  width: 118px; height: 118px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(175,19,22,0.45);
  background: #fce8d0;
  display: block;
  position: relative; z-index: 1;
  transition: transform 0.4s ease;
}
.priest-card:hover .priest-avatar { transform: scale(1.05); }

/* Glow dot */
.priest-avatar-wrap::after {
  content: '';
  position: absolute;
  bottom: 6px; right: 6px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--theme-color);
  border: 2px solid #fffde7;
  z-index: 2;
}

/* Card body */
.priest-card-body {
  padding: 18px 22px 24px;
  text-align: center;
  background: #ffffff;
}
.priest-name {
  
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}
.priest-excerpt {

  font-size: 12.5px;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0 0 18px;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.priest-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 22px;
  background: transparent;
  border: 1px solid rgba(175,19,22,0.50);
  color: var(--theme-color);
  border-radius: 4px;

  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
}
.priest-btn:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
  transform: scale(1.04);
}
.priest-btn i { font-size: 13px; transition: transform 0.2s; }
.priest-btn:hover i { transform: translateX(3px); }

/* ════════════════════════════════════════════════
   MODAL
════════════════════════════════════════════════ */
.pm-overlay {
  position: fixed; inset: 0;
  background: rgba(60,20,5,0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.pm-overlay.open {
  opacity: 1;
  pointer-events: all;
}

.pm-box {
  display: flex;
  width: 100%;
  max-width: 820px;
  max-height: 88vh;
  background: #fffdf0;
  border: 1px solid rgba(199,175,71,0.45);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 100px rgba(100,40,0,0.25),
              0 0 0 1px rgba(199,175,71,0.12);
  transform: translateY(28px) scale(0.97);
  transition: transform 0.42s cubic-bezier(0.34,1.2,0.64,1);
}
.pm-overlay.open .pm-box {
  transform: translateY(0) scale(1);
}

/* Close */
.pm-close {
  position: absolute; top: 16px; right: 16px;
  width: 36px; height: 36px;
  background: rgba(175,19,22,0.10);
  border: 1px solid rgba(175,19,22,0.35);
  border-radius: 50%;
  color: var(--theme-color);
  font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; z-index: 5;
  transition: background 0.2s, color 0.2s;
  padding: 0; line-height: 1;
}
.pm-close:hover { background: var(--theme-color); color: #fff; }

/* Left panel */
.pm-left {
  width: 250px; flex-shrink: 0;
  background: linear-gradient(175deg, #fff3cc 0%, #fff8e1 100%);
  border-right: 1px solid rgba(199,175,71,0.30);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 44px 22px 36px;
  position: relative;
}
/* Corner brackets */
.pm-left::before, .pm-left::after {
  content: '';
  position: absolute;
  width: 64px; height: 64px;
  border: 1.5px solid rgba(199,175,71,0.40);
}
.pm-left::before { top: 14px; left: 14px; border-right: none; border-bottom: none; }
.pm-left::after  { bottom: 14px; right: 14px; border-left: none; border-top: none; }

.pm-img-wrap {
  position: relative;
  width: 156px; height: 156px;
  margin-bottom: 20px;
}
.pm-img-glow {
  position: absolute; inset: -14px; border-radius: 50%;
  background: radial-gradient(circle, rgba(242,98,38,0.18) 0%, transparent 68%);
  animation: pmGlow 2.2s ease-in-out infinite;
}
@keyframes pmGlow {
  0%,100% { opacity:0.7; transform:scale(1); }
  50%      { opacity:1;   transform:scale(1.1); }
}
.pm-img {
  width: 156px; height: 156px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--inner-color1);
  display: block;
  position: relative; z-index: 1;
}
.pm-img-deco {
  position: absolute; inset: 0;
  border-radius: 50%; z-index: 2; pointer-events: none;
}
.pm-img-deco span {
  position: absolute;
  color: var(--inner-ogane);
  font-size: 12px;
}
.pm-img-deco span:first-child { top: 2px;    left: 50%; transform: translateX(-50%); }
.pm-img-deco span:last-child  { bottom: 2px; left: 50%; transform: translateX(-50%); }

.pm-badge {

  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

/* Right panel */
.pm-right {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(199,175,71,0.40) transparent;
}
.pm-right::-webkit-scrollbar { width: 4px; }
.pm-right::-webkit-scrollbar-thumb { background: rgba(199,175,71,0.40); border-radius: 4px; }

.pm-right-inner { padding: 44px 36px 40px; background: #fffdf0; }

.pm-lamp { font-size: 22px; display: block; margin-bottom: 10px; }

.pm-title {
  
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 6px;
  letter-spacing: 0.8px;
  line-height: 1.2;
}
.pm-title span { color: var(--theme-color); }

.pm-rule {
  height: 2px; width: 54px;
  background: linear-gradient(90deg, var(--theme-color), var(--inner-color1));
  border-radius: 2px;
  margin-bottom: 22px;
}

.pm-desc {

  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.9;
  margin-bottom: 32px;
  white-space: pre-line;
  font-style: italic;
}

.pm-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  background: linear-gradient(to bottom, var(--inner-ogane) 0%, #d84200 100%);
  color: #fff;
  border-radius: 5px;

  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.pm-book:hover { opacity: 0.86; transform: translateY(-2px); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .pm-box { flex-direction: column; max-height: 90vh; }
  .pm-left {
    width: 100%; padding: 28px 20px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(199,175,71,0.30);
    flex-direction: row; gap: 20px; justify-content: flex-start;
  }
  .pm-left::before, .pm-left::after { display: none; }
  .pm-img-wrap { width: 100px; height: 100px; margin-bottom: 0; flex-shrink: 0; }
  .pm-img      { width: 100px; height: 100px; }
  .pm-badge    { text-align: left; }
  .pm-right-inner { padding: 24px 20px; }
}
@media (max-width: 480px) {
  .priest-section { padding: 52px 0 60px; }
  .pm-overlay { align-items: center; padding: 10px; }
  .pm-box { border-radius: 16px 16px 0 0; }
}

/* ===== EVENTS PAGE STYLES ===== */
.aws-events-section {
    padding: 40px 0 60px;
}

/* ---- Section Headings ---- */
.aws-events-section .events-section-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
}
.aws-events-section .events-section-heading .heading-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, var(--inner-color1), transparent);
    border-radius: 2px;
}
.aws-events-section .events-section-heading .heading-line.right {
    background: linear-gradient(to left, var(--inner-color1), transparent);
}
.aws-events-section .events-section-heading h4 {
    font-family: 'benguiatstd-bold', serif;
    color: var(--inner-color1);
    font-size: 22px;
    margin: 0;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.aws-events-section .events-section-heading .heading-icon {
    font-size: 20px;
    color: var(--inner-color1);
}

/* ---- Event Card ---- */
.aws-event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(175, 19, 22, 0.10);
    border: 1.5px solid #e8dab2;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
}
.aws-event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 32px rgba(175, 19, 22, 0.18);
}

/* Card Thumbnail */
.aws-event-card .event-thumb {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #f5ede0;
}
.aws-event-card .event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.aws-event-card:hover .event-thumb img {
    transform: scale(1.06);
}
.aws-event-card .event-thumb .no-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5ede0 0%, #e8dab2 100%);
    font-size: 48px;
    color: var(--inner-color1);
    opacity: 0.7;
}

/* Date Badge */
.aws-event-card .event-date-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--theme-color);
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
    text-align: center;
    min-width: 58px;
    box-shadow: 0 3px 10px rgba(175,19,22,0.35);
    z-index: 2;
}
.aws-event-card .event-date-badge .badge-day {
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 20px;
    line-height: 1;
    display: block;
}
.aws-event-card .event-date-badge .badge-month {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}
.aws-event-card .event-date-badge .badge-year {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 10px;
    opacity: 0.85;
    display: block;
}

/* Past badge overlay */
.aws-event-card.past-event .event-thumb::after {
    content: 'COMPLETED';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins-Bold', sans-serif;
    font-size: 15px;
    letter-spacing: 3px;
    color: #fff;
    pointer-events: none;
}
.aws-event-card.past-event .event-date-badge {
    background: #888;
}

/* Card Body */
.aws-event-card .event-card-body {
    padding: 18px 20px 14px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.aws-event-card .event-title {
    font-family: 'benguiatstd-bold', serif;
    font-size: 17px;
    color: var(--theme-text-color);
    margin: 0 0 8px;
    line-height: 1.35;
}
.aws-event-card .event-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.aws-event-card .event-meta span {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 12px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 4px;
}
.aws-event-card .event-meta span i {
    color: var(--inner-color1);
    font-size: 13px;
}
.aws-event-card .event-description {
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 13.5px;
    color: #555;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Card Footer */
.aws-event-card .event-card-footer {
    padding: 0 20px 18px;
}
.aws-event-card .btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: linear-gradient(135deg, var(--theme-color) 0%, #c7160a 100%);
    color: #fff !important;
    font-family: 'Poppins-SemiBold', sans-serif;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none !important;
    letter-spacing: 0.3px;
    transition: background 0.2s, box-shadow 0.2s;
    border: none;
}
.aws-event-card .btn-read-more:hover {
    background: linear-gradient(135deg, #c7160a 0%, var(--theme-color) 100%);
    box-shadow: 0 4px 14px rgba(175,19,22,0.35);
}
.aws-event-card.past-event .btn-read-more {
    background: linear-gradient(135deg, #888 0%, #666 100%);
}
.aws-event-card.past-event .btn-read-more:hover {
    background: linear-gradient(135deg, #666 0%, #888 100%);
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}

/* Decorative gold border top for upcoming */
.aws-event-card.upcoming-event::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to right, var(--inner-color1), var(--inner-ogane), var(--inner-color1));
}

/* No Events message */
.aws-no-events {
    text-align: center;
    padding: 40px 20px;
    color: var(--inner-color1);
    font-family: 'Poppins-Medium', sans-serif;
    font-size: 16px;
}
.aws-no-events i {
    font-size: 40px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.6;
}

/* Past events slightly muted */
.aws-events-section .past-events-grid .aws-event-card {
    opacity: 0.88;
}
.aws-events-section .past-events-grid .aws-event-card:hover {
    opacity: 1;
}

/* Divider between sections */
.aws-events-divider {
    border: none;
    border-top: 2px dashed #e8dab2;
    margin: 50px 0 40px;
}

/* Fancybox arrows */
.fancybox-navigation .fancybox-button{
    opacity: 1 !important;
    visibility: visible !important;
}

/* Close button */
.fancybox-button--close{
    display:flex !important;
    opacity:1 !important;
    visibility:visible !important;
    top:15px !important;
    right:15px !important;
}
@media screen and (max-width:1320px) {
.right_img img, .left_img img {
  height: auto;
	max-height: 72px;}
}
@media (max-width: 1144px) {
.main_logo img {
	max-width: 120px;}
.navbar a, .navbar a:focus {
    padding: 11px 10px;
  }
	.top_header {margin-bottom: -35px;}
	.right_img img, .left_img img {
    max-height: 67px;
  }
}
@media (min-width: 1024px) {
  .navbar > ul {
    width: 100%;
    position: relative;
    left: 0px;
  }
	.mobi-logo{
		display:none
	}
}
@media (max-width: 1024px) {
  .navbar > ul {
    width: 100%;
    position: relative;
    left: 0px;
  }
	.mobi-logo{
		display:block
	}
.mobi-logo img {
  width: 100%;
}
	.top_header{display:none;}
}


.banner-img{
    width:100%;
    display:block;
}

@media(max-width:767px){
    .banner-img{
        width:100%;
        height:auto;
    }
}
.three_sec_set > div:nth-child(2) {
  border: none;
  background: url("https://srilalitha.org/wp-content/uploads/2026/06/panchangam-bg.png");  
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.three_sec_set > div:nth-child(2) * {
  color: #fff !important;
font-family: 'Poppins', 'Noto Serif Telugu','Noto Sans Tamil',serif !important;
}
#pw {background: #00000029 !important;}
.pc, .lb, .lsel {
  background: rgba(0, 0, 0, 0.45) !important;}
@media (max-width: 600px) {
  #pw {
    padding: 10px !important;
  }
	 .pg {
    grid-template-columns: repeat(2,1fr) !important;
  }
}