:root {
  /* Colors */
  --bg-color: #0B1D26;
  --primary-color: #F2F2F2;
  --accent-color: #FBD784;
  --para-color: #B3B3B3;
  --heading-color: #1A1A1A;

  /* Typography */
  --font-family-primary: 'Inter', sans-serif;
  --font-family-secondary: 'Chronicle Display', serif;
  --font-size-exra-small: 0.9rem;
  --timeline-para-font-size:13px;
  --font-size-small: 12px;
  --font-size-medium: 14px;
  --font-size-large: 4rem;
  --font-weight: 500;
  --font-weight-bold:600;
  --font-family: 'Gilroy', sans-serif;

}
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'CabinetGrotesk-Bold';
    src: url('../css/fonts/CabinetGrotesk-Bold.otf') format('woff2'),
         url('../css/fonts/CabinetGrotesk-Bold.otf') format('woff');
 }
 @font-face {
    font-family: 'CabinetGrotesk-Medium';
    src: url('../css/fonts/CabinetGrotesk-Medium.otf') format('woff2'),
         url('../css/fonts/CabinetGrotesk-Medium.otf') format('woff');
 }
 @font-face {
    font-family: 'Austena-Regular';
    src: url('../css/fonts/Austena-Regular.otf') format('woff2'),
         url('../css/fonts/Austena-Regular.otf') format('woff');
 }
/* Social Media Icons Section (Left - Vertical Alignment) */
.social-icons-01 {
position:fixed;
top: 55%;
left: 20px; 
font-family: 'Gilroy' sans-serif;
font-weight: 700;
transform: translateY(-50%);
display: flex;
flex-direction: column;
align-items: center;
z-index: 99;
gap: 10px;
 opacity: 0;
    visibility: hidden;
  transition: opacity 0.3s ease;
}

.social-icons-01.show {
    opacity: 1;
    visibility: visible;
}

.social-icons-01.hide {
    opacity: 0;
    visibility: hidden;
}
.social-icons-01 span {
  display: inline-block;
  color:#97070b;
  font-size: 13px; /* stack letters vertically */
  font-weight: bold;         /* make it stand out */
  letter-spacing: 0.1rem;       /* extra spacing if you like */
  text-align: center;
}
.social-icons-01 .fab
{
    color: #97070b;
}
.social-icons-01 a {
font-size: 1.2rem; /* Icon size */
color:var(--primary-color);
transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons-01 a:hover {
color: #97070b;
transform: scale(1.2);
}

.social-icons-01 img {
width: 24px; 
height: 24px;
transform: scale(1.1); 
}

.guru-img-container{
  display: none;

}
body
{
    background: #fdf8f3;
}
*
{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.banner-inside
{
 background: #190607;
height: 300px;
border-bottom: 2px solid #f0904f;
}
.sticky-nav.menu_fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        animation: sticky 1s;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    @keyframes sticky {
        0% {
            transform: translateY(-100%);
        }

        100% {
            transform: translateY(0%);
        }
    }
    .sticky-nav.menu_fixed .logo img
    {
        width: 94px;
    }
    .sticky-nav.menu_fixed .logo
    {
        top:0;
    }
    .sticky-nav.menu_fixed .left-menu
    {
        margin:0;
    }
     .sticky-nav.menu_fixed .right-menu
    {
        margin:0;
    }
.banner-item{
    position: relative;
    height: 600px;
}

.banner-item img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

/* Overlay */
.banner-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    z-index: 1;

    background:
        radial-gradient(
            circle at left center,
            rgba(232,210,183,1) 0%,
            rgba(232,210,183,0.95) 45%,
            rgba(232,210,183,0.7) 65%,
            rgba(232,210,183,0) 100%
        );
}

/* Content */
.cover{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.header-content{
    max-width: 750px;
}

.header-content h1{
    font-size: 70px;
    line-height: 1.1;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}
.top-header{
    background:#541818;
    height:44px;
    display:flex;
    align-items:center;
}

.top-header-inner{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}
.header-main{
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.left-menu, .right-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -43px 0 0 0;
    padding: 0;
    width: 40%;
}
.header-main{
    display:grid;
    grid-template-columns: 1fr auto 1fr;
    align-items:center;
    width:100%;
}

.nav-left{
    display:flex;
    justify-content:flex-end;
    gap:30px;
}

.nav-right{
    display:flex;
    justify-content:flex-start;
    gap:30px;
}


.logo {
    margin: 0 20px;
    position: relative;
    top: -54px;
    z-index: 10;
    display: flex;
    width: 190px;
    justify-content: center;
    align-items: center;
}
.logo img{
    width:220px;
}
.header .nav-menu
{
	display: flex;
    width: 100%;
	justify-content: center;
}
.flex-e1
{
    justify-content: flex-end;
}
.flex-e2
{
    justify-content: flex-start;
}
.menu li{
    list-style:none;
}

.menu li a{
    color:#6d1015;
    font-weight:600;
    font-family: "Work Sans", sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    font-size:15px;
}
.logo-item
{
	    position: relative;
    top: -59px;
    background: #fffef4;
    border-radius: 100px;
}

.top-right{
    display:flex;
    align-items:center;
    gap:12px;
}

.top-right a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
}

.top-right span{
    color:#fff;
}

.search-box{
    position:relative;
    margin-left:15px;
}

.search-box input{
    width:180px;
    height:34px;
    border:none;
    border-radius:20px;
    padding:0 40px 0 15px;
    background:rgba(255,255,255,0.12);
    color:#fff;
    outline:none;
}

.search-box input::placeholder{
    color:#ddd;
}

.search-box button{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:none;
    color:#fff;
    cursor:pointer;
}
body{
	overflow-x:hidden;
	background: #fdf8f3;
}
body.hidden-scrolling{
	overflow-y: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
.container{
	max-width: 92%;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/*header*/
.header{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    height: 73px;
    padding: 0px;
    background: #fffef4;
    border-bottom: 1px solid #f09050;
}
.header-main{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border-radius: 4px;
}
.header .logo{
    padding: 0;
    background: #fffef4;
    border-radius: 100px;
}
.logo img
{
	width: 160px;
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 0px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 14px;
	color: #6e1c1c;
	font-family: "Work Sans", sans-serif;
	text-transform: capitalize;
	font-weight: 540;
	transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #e91e63;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
/*	border-top: 3px solid #e91e63;*/
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 540;
        color: #6e1c1c;
    font-family: "Work Sans", sans-serif;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 15px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #000000;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color: #222222;
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #333333;
	}
	.header .menu > .menu-item:first-child > a{
	    border-top: 1px solid #333333;	
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.banner .banner-item {
  height: 600x;
  position: relative;
}
.banner .banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 300px;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .banner-item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .banner-item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .banner-item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .banner-item .cover .header-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 5px 0 10px;
  word-spacing: 3px;
   font-family: 'CabinetGrotesk-Bold';
  color:#541818;
      position: relative;
    z-index: 1;
  letter-spacing: 1px;
}
.banner .banner-item .cover .header-content h4 {
  font-size: 20px;
  font-weight: 450;
  line-height: 36px;
  color:#541818;
  margin:24px 0;
   font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled
{
    display: block;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
        margin-top: -60px;
    position: relative;
    z-index: 11;
}
@media only screen and (max-width: 820px) 
{
.banner .banner-item {

    position: relative;
}
}

@media only screen and (max-width: 600px) 
{
.banner .banner-item {
    height: 400px;
    position: relative;
}
.banner .banner-item .cover .header-content h1 {
        font-size: 29px;
        font-weight: 700;
        margin: 5px 0 10px;
        word-spacing: 3px;
        color: #fff;
        letter-spacing: 1px;
    }
.banner .banner-item .cover .header-content {
    position: relative;
    padding: 56px 10px;
    overflow: hidden;
}
}
.row-sec-2
{
	display: flex;
	gap: 20px;
}
.sec-2
{
	padding:40px 0;
}
.sec-2-left
{
	background: #f1e8dd;
	padding: 20px;
	border:1px solid #d7cec3;
	border-radius: 14px;
}
.sec-2-right
{
/*	background: #f1e8dd;
	padding: 20px;
	border:1px solid #d7cec3;
	border-radius: 14px;*/
}
.top-h1 img
{
    width: 30px;
}
.top-h1
{
color: #6d1115;
font-family: 'Austena-Regular';
font-size: 24px;
margin:0 0 26px 0;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.sec-2-div-img
{
	    display: block;
    border-radius: 10px;
    height: 109px;
    width: 142px;
    margin: 0 auto;
}
.sec-2-div-img img
{
width: 100%;
border-radius: 10px;
height: 100%;
}
.sec-2-div
{
	margin-top:8px;
}
.sec-2-div-info_1
{
	    font-size: 14px;
    color: #5c1216;
    margin:12px 0;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    font-family: 'CabinetGrotesk-Bold';
}
.row-3
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.col-sm-4-3
{
	        flex: 0 0 auto;
        width: 30.33333333%;
}
.txt-cnt
{
	text-align: center;
}
.sec-2-left, .sec-2-right
{
width: 50%;
}
.guru-card{
    position: relative;
    width: 100%;
    max-width: 650px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #c9c1b8;
}
   

.overlay-content{
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 450px;
    z-index: 2;
}
.card-titleh2-t1
{
      font-size: 27px;
    font-weight: 700;
    margin: 5px 0 10px;
    word-spacing: 3px;
    font-family: 'CabinetGrotesk-Bold';
    color: #541818;
    position: relative;
    line-height: 38px;
}
.inside-box
{
    padding:20px 0;
}
.card-title{
    color: #fdf8f3;
    font-size: 22px;
    font-family: 'Austena-Regular';
    margin-bottom: 30px;
}

.card-title span{
    margin-right: 10px;
}


.btn-know{
    display: inline-block;
    padding: 12px 35px;
    background: #730f14;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: .3s;
}

.btn-know:hover{
    background: #5d0b0f;
}
.row-sec-2-1
{
	    display: flex;
    gap: 20px;
}
.seva-card{
    position:relative;
    height:350px;
    border-radius:15px;
    padding:20px;
    background:url(../images/bg-2.png);
    background-size:cover;
    background-position:center;
    overflow: hidden;
    background-repeat: no-repeat;
    border:2px solid #d8c8aa;
}

/* Dark Overlay */
.seva-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(120,70,0,.35),
        rgba(0,0,0,.05)
    );
}

.seva-title{
    position: relative;
    z-index:1;
   
}

.seva-title span{
    margin:0 15px;
}

.seva-img{
    position:absolute;
    left:20px;
    bottom:0;
    width:55%;
    z-index:2;
}
.sec-2-right-1, .sec-2-right-2
{
	width: 50%;
}
.row-sec-2-1
{
	margin-top: 20px;
}

/* Right Card */
.seva-info{
    position:relative;
    margin:0 0 0 auto;
     width: 230px;
  height: 230px;
    background:rgb(240, 233, 222);
    border-radius:10px;
    padding:20px 0px;
    text-align:center;
    z-index:2;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

 

.seva-logo{
    width:120px;
    margin-bottom:15px;
}

.seva-info h4{
    color: #6d1015;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 12px;
    font-family: 'Austena-Regular';
}

.seva-btn{
    display:inline-block;
    background:#7b0f15;
    color:#fff;
    text-decoration:none;
    padding:12px 35px;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.seva-btn:hover{
    background:#5f0b10;
}

.panchang-card{
    background:#f0e9de;
    border:2px solid #d8c39a;
    border-radius:12px;
    padding:25px;
    position:relative;
}
.panchang-card-1
{
padding:0 0 40px 0;
}
.panchang-btns
{
    position:relative;
}
.panchang-btns:before,
.panchang-btns:after{
    content:"";
    position:absolute;
    top:30%;
    width:21%;
    height:2px;
    background:#caa54d;
}

.panchang-btns:before{
    left:100px;
}

.panchang-btns:after{
    right:100px;
}

.panchang-title{
    text-align:center;
    color:#8c7554;
    font-size:34px;
    font-family:Georgia,serif;
    margin-bottom:30px;
    position:relative;
}

.panchang-title:before,
.panchang-title:after{
    content:"";
    position:absolute;
    top:30%;
    width:28%;
    height:2px;
    background:#caa54d;
}

.panchang-title:before{
    left:100px;
}

.panchang-title:after{
    right:100px;
}

.panchang-wrapper{
    display:flex;
    gap:30px;
}

.panchang-left{
    flex:1;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0px;
    margin-left:30px;
}

.icon-circle{
  width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #a1731f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #caa54d;
    position: relative;
    background: #d3c2a7;
    font-size: 30px;
   
}
.icon-circle:after
{
    content: '';
    position: absolute;
    width: 77px;
    height: 77px;
    border-radius: 50%;
    border: 1px solid #fdfcfc;
    z-index: 1;
}
.icon-circle-in
{
 padding: 4px;
}
.panchang-item{
    text-align:center;
}

.panchang-item h4{
    color:#7b0f15;
    margin:15px 0 5px;
    font-size:19px;
  font-family: 'Austena-Regular';
}

.panchang-item p{
    color:#631617;
}

.panchang-significance{
    width:260px;
     border-width: 2px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  border-radius: 10px;
 background: url('../images/bg-03-2.png');
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
    text-align:center;
    padding:20px 25px;
    margin-right: 40px;
}

.sign-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#c58b8b;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:30px;
}

.panchang-significance h4{
    color:#7b0f15;
    margin:20px 0;
    border-bottom:2px solid #caa54d;
    padding-bottom:15px;
}

.panchang-significance p{
    color:#272727;
    font-size: 18px;
    line-height:28px;
    font-family: 'CabinetGrotesk-Medium';
}

.panchang-btns{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:30px;
}

.btn-primary{
    background:#7b0f15;
    color:white;
    padding:14px 35px;
    border-radius:10px;
    text-decoration:none;
}

.btn-outline{
    border:2px solid #caa54d;
    color:#7b0f15;
    padding:12px 35px;
    border-radius:10px;
    text-decoration:none;
    background:white;
}
.btn-outline-12
{
    border-radius: 10px;
    background: #ffffff;
    border:2px solid #caa54d;
     height: 47px; 
    color: #68232b;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    margin-top: -6px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.btn-outline-12:hover
{
 background-color: #ca9b60;
color:#fff;
}
.events-section{
    padding:0  0 40px 0;
}

.event-box,
.mokkam-box{
    background:#fcf9f4;
    border-radius:16px;
    padding:25px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.section-header h3,
.mokkam-box h3{
    color:#5c1013;
    font-size:28px;
    margin:0;
}

.view-btn{
    border:2px solid #dcc3bb;
    padding:7px 20px;
    border-radius:8px;
    color:#5c1013;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    text-decoration:none;
}
.view-btn:hover
{
background: #dcc3bb;
color:#5c1013;
}
.event-card{
    border:1px solid #eee;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.event-img{
    position:relative;
}

.event-img img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.event-date{
    position:absolute;
    left:10px;
    bottom:10px;
    width:50px;
    text-align:center;
    color:#fff;
    border-radius:8px;
    padding:8px 0;
}

.event-date span{
    display:block;
    font-size:22px;
    font-family: "Work Sans", sans-serif;
    font-weight:700;
}
.event-date small
{
   font-family: "Work Sans", sans-serif; 
}

.red{
    background:#8f0f15;
}

.yellow{
    background:#d9961d;
}

.green{
    background:#64772d;
}

.event-content{
    padding:18px;
}

.event-content h5{
    color:#2d2d2d;
     font-family: "Work Sans", sans-serif;
     font-size: 15px;
     font-weight: 600;
    margin-bottom:8px;
}

.pdf-btn{
    display:block;
    text-align:center;
    border:1px solid #d8c1b2;
    padding:7px 20px;
    border-radius:8px;
    margin-top:15px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    text-decoration:none;
    color:#5c1013;
}
.pdf-btn:hover
{
background: #d8c1b2;
color:#5c1013;
}
.mokkam-content{
    display:flex;
    gap:40px;
    margin:30px 0;
    background: #fcf7ee;
    padding:12px;
}

.location-box span,
.schedule-box span{
    color:#caa54d;
    font-family: "Work Sans", sans-serif;
    font-size:14px;
    font-weight: 520;
}

.location-box h2{
    color:#5c1013;
    font-family: 'Austena-Regular';
    margin:12px 0 16px 0;
    font-size: 20px;
}

.schedule-row{
    display:flex;
    justify-content:space-between;
    gap:30px;
    padding:12px 0;
    border-bottom:1px solid #ffedb6;
}

.schedule-btn{
    display:block;
    text-align:center;
    background:#8f0f15;
    color:#fff;
    padding:14px;
    border-radius:10px;
    text-decoration:none;
}
.initiatives-section{
    padding:20px;
    background:#efe3d8;
    border:1px solid #dbc8b4;
    border-radius:16px;
}

.section-title{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-bottom:20px;
}

.section-title span{
    font-size:28px;
    color:#b88b3c;
}

.initiative-card{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    height:350px;
    margin-bottom: 33px;
    cursor:pointer;
}

.initiative-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.initiative-card:hover img{
    transform:scale(1.08);
}

.overlay-01{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.15)
    );
}

.card-content{
    position:absolute;
    bottom:30px;
    left:30px;
    right:30px;
    color:#fff;
    z-index:2;
}

.icon{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    margin-bottom:20px;
    border:1px solid rgba(255,255,255,.5);
}

.green{
    background:#476c25;
}

.blue{
    background:#1b4c8c;
}

.purple{
    background:#5c2d91;
}

.card-content h3{
    font-size:22px;
    font-family:'Austena-Regular';
    margin-bottom:10px;
}

.card-content p{
    font-size:14px;
    line-height:1.7;
    font-family: "Work Sans", sans-serif;
    margin-bottom:25px;
}

.card-content a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:8px 25px;
    font-family: "Work Sans", sans-serif;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50px;
    color:#fff;
    font-size: 14px;
    text-decoration:none;
    backdrop-filter:blur(8px);
    transition:.3s;
}

.card-content a:hover{
    background:#8f0f15;
    border-color:#8f0f15;
}

@media(max-width:991px){

    .initiative-card{
        height:350px;
    }

    .card-content h3{
        font-size:28px;
    }

    .section-title h2{
        font-size:28px;
    }
}

.media-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:20px;
}

.crd-1 .card{
    background:#faf6ee;
    border:1px solid #f5efe5;
    border-radius:12px;
    padding:18px;
    display:flex;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    flex-direction:column;
    justify-content:space-between;
}

.card-header{
    display:flex;
    align-items:center;
    gap:12px;
}

.card-header i{
    font-size:36px;
    color: #265ef4;
}

.facebook{
    color:#1877f2;
}

.youtube{
    color:#ff0000;
}

.archive,
.magazine{
    color:#6f0000;
}

.card-header h3{
    font-size:17px;
    color:#5c1e1e;
  font-family: 'Austena-Regular';
}

.card-header p{
    font-size:14px;
    color:#666;
}

.divider{
    width:80px;
    height:2px;
    background:#d7b46a;
    margin:18px auto;
    position:relative;
}

.divider::after{
    content:'';
    width:10px;
    height:10px;
    background:#d7b46a;
    border-radius:50%;
    position:absolute;
    top:-4px;
    left:50%;
    transform:translateX(-50%);
}

/* image box */
.content-box img,
.video-box img{
    width:100%;
    border-radius:10px;
    display:block;
}

.video-box{
    position:relative;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b30000;
    font-size:22px;
}

/* gallery */
.gallery{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}

.gallery img{
    width:100%;
    height:90px;
    object-fit:cover;
    border-radius:8px;
}

/* magazine */
.magazine-wrap{
    display:flex;
    gap:15px;
}

.magazine-wrap img{
    width:55%;
    border-radius:8px;
    object-fit:cover;
}

.magazine-content{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.magazine-content h4{
    color:#5c1e1e;
}

.magazine-content span{
    color:#555;
    font-size:14px;
}

.magazine-content p{
    color:#666;
    font-size:14px;
}

.magazine-content a{
    color:#a00000;
    text-decoration:none;
    font-weight:600;
}

/* links */
.card-link,
.youtube-link,
.archive-link{
    display:inline-block;
    margin:15px 0;
    color:#a00000;
    text-decoration:none;
    font-weight:600;
}

/* buttons */
.btn{
    margin-top:20px;
    padding:14px;
    border-radius:10px;
    border:1px solid;
    background:#fff;
    font-weight:600;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.facebook-btn{
    border-color:#1877f2;
    color:#1877f2;
}

.youtube-btn{
    border-color:#ff0000;
    color:#ff0000;
}

.archive-btn,
.magazine-btn{
    border-color:#7a1f1f;
    color:#7a1f1f;
}

.small-text{
    color:#777;
    margin:8px 0;
}
.media-section-1
{
	    margin: 40px 0 0 0;
}
.footer
{
	margin: 50px 0 0 0;
}
/* Footer */
.footer{
    background:linear-gradient(
        90deg,
        #4d0c05,
        #6b1208,
        #4d0c05
    );
    color:#fff;
}

.footer-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:
        1.4fr
        1fr
        1fr
        1.6fr
        1fr;
    gap:0;
}

.footer-col{
    padding:30px;
    border-right:1px solid rgba(255,255,255,.12);
}

.footer-col:last-child{
    border-right:none;
}

.footer-col h3{
    font-size:19px;
    font-weight:700;
    margin-bottom:20px;
    color:#f6e6d6;
    text-transform:uppercase;
}

.footer-col p,
.footer-col li{
    line-height:1.8;
    color:#f1e6df;
}

.footer-col ul{
    list-style:none;
}

.footer-col ul li{
    margin-bottom:8px;
}

.footer-col ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-col ul li a:hover{
    color:#f5c26b;
}

.contact p{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
}

.contact i{
    color:#f7d08a;
    min-width:18px;
    margin-top:5px;
}

/* Social Icons */
.social-icons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.social-icons a{
    width:42px;
    height:42px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:25px;
    text-decoration:none;
}

.facebook{
    background:#1877f2;
}

.instagram{
    background:linear-gradient(
        45deg,
        #f9ce34,
        #ee2a7b,
        #6228d7
    );
}

.youtube{
    background:#ff0000;
}

.whatsapp{
    background:#25d366;
}

.telegram{
    background:#2aabee;
}

/* Bottom Bar */
.footer-bottom{
    border-top:1px solid rgba(255,255,255,.1);
    padding:18px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    background:rgba(0,0,0,.1);
}

.footer-bottom p{
    color:#f3e7de;
}

.footer-links{
    display:flex;
    gap:30px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
}

.footer-links a:hover{
    color:#f5c26b;
}
.btn-read-link-1
{
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #601517, #840305, #581111);
    /* height: 39px; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 9px 24px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: 6px;
    transition: 0.5s all;
}
.btn-read-link-1:hover
{
background: transparent;
color: rgb(104, 35, 43);
}
/* Responsive */
@media(max-width:1100px){
    .footer-container{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .footer-container{
        grid-template-columns:1fr;
    }

    .footer-col{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }
}
.cnt-1
{
    display: flex;
    justify-content: center;
    align-items: center;

}
.link-cl
{
    color: #5c1216;
    font-family: 'CabinetGrotesk-Medium';
    font-size: 18px;
        display: inline-block;
    text-align: center;
}
.sec-2-div-info_01 {
    color: #5c1216;
    margin: 20px 0;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    font-family: "Work Sans", sans-serif;
}
.btn-read-link-11
{
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #601517, #840305, #581111);
    /* height: 39px; */
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: 6px;
    transition: all 0.3s ease;
}
.btn-read-link-11:hover
{
 background-image: linear-gradient(to bottom right, #840305, #a50407, #6b1416);
color: #fff;
}
.btn-read-link-12
{
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #601517, #840305, #581111);
     height: 47px; 
    color: #f9eed9;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: "Work Sans", sans-serif;
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: -6px;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.btn-read-link-12:hover
{
 background-image: linear-gradient(to bottom right, #840305, #a50407, #6b1416);
color: #f9eed9;
}
.seva-info-01
{
        background: url(../images/bg-box.png);
    background-size: cover;
    background-position: center;
    
}
.right-img-01
{
        position: absolute;
    top: 58px;
    right: 12px;
    z-index: 1;
}
.left-img-01
{
        position: absolute;
    top: 58px;
    z-index: 1;
    left: 20px;
}
.icon-circle img
{
width: 50px;
}

.root-card {
    background: #f0e9de;
    border: 2px solid var(--gold);
    border-radius: 14px;
    padding:0 20px  20px 20px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 4px 20px var(--shadow);
}
.main-wrapper
{
    padding:3em 0;
}
  .root-lineage {
    max-width: 1200px;
    margin: 36px auto 0;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.main-wrapper
{
    padding:40px 0;
}
.root-card {
    background-image: url(images/bg-04.png);
    background-position: center;
    /* height: 308px; */
    background-repeat: no-repeat;
    border: 2px solid #e6dfd3;
    border-radius: 14px;
    padding: 0 20px 20px 32px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 4px 20px var(--shadow);
}
.root-card .badge {
       position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    background: #c9962c;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}
.chain-arrow {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #c9962c, #c8570a);
    position: relative;
}
.root-card .name {
    font-family: 'Austena-Regular';
    font-size: 19px;
    color: #6e1c1c;
    font-weight: 600;
}
.box-b1-img img
{
        opacity: 0.3;
}
.root-card .sub
{
    color: #541818;
    font-size:14px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
}
.feature-image .image-caption {
    position: absolute;
    bottom: 18px;
    left: 18px;
    right: 18px;
    color: #fff;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 0.9rem;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
    z-index: 2;
}
.panchang-title-1
{
    position: relative;
    border: 1px solid #c9962c;
    border-radius: 10px;
    top: 0;
    width: 100%;
    padding:0 30px 40px 20px;
}
.badge-1 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    background: #541818;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 50%;
    text-align: center;
    margin:0 auto;
}
.box-b1-img
{
  border-width: 1px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(222, 154, 104);
   height: 178px;
   display: flex;
   position: relative;
   justify-content: center;
   align-items: center;
}
.box-b1-info
{
   padding:20px;
}
.he-100
{
    height: 100%;
}
.box-b1
{
      border-width: 1px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  height: 100%;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  background-color: rgb(240, 233, 222);
}
.nm-add
{
        color: #541818;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
    margin-bottom: 5px;
}
.nm-box
{
        font-family: 'Austena-Regular';
    font-size: 19px;
    color: #6e1c1c;
    font-weight: 600;
}
.number-cnt
{
   background: #7f0507;
    color: #fff;
    height: 40px;
    width: 40px;
    opacity: 0.7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Austena-Regular';
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 1px;
}
  .root-lineage {
    max-width: 1200px;
    margin: 36px auto 0;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
.main-wrapper
{
    padding:40px 0;
}
.root-card {
    background-image: url(images/bg-04.png);
    background-position: center;
    /* height: 308px; */
    background-repeat: no-repeat;
    border: 2px solid #c9962c;
    border-radius: 14px;
    padding: 0 20px 20px 32px;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 4px 20px var(--shadow);
}
.root-card .badge {
       position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    background: #c9962c;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}
.chain-arrow {
    width: 2px;
    height: 60px;
    background: linear-gradient(to bottom, #c9962c, #c8570a);
    position: relative;
}
.root-card .name {
    font-family: 'Austena-Regular';
    font-size: 19px;
    color: #6e1c1c;
    font-weight: 600;
}
.box-b1-img img
{
        opacity: 0.3;
}
.root-card .sub
{
    color: #541818;
    font-size:14px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
}
.panchang-title-1
{
    position: relative;
    border: 1px solid #c9962c;
    border-radius: 10px;
    top: 0;
    width: 100%;
    padding:0 30px 40px 20px;
}
.badge-1 {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    background: #c9962c;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 50%;
    text-align: center;
    margin:0 auto;
}
.box-b1-img
{
  border-width: 1px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  border-radius: 10px;
  background-color: rgb(222, 154, 104);
   height: 178px;
   display: flex;
   position: relative;
   justify-content: center;
   align-items: center;
}
.box-b1-info
{
   padding:20px;
}
.he-100
{
    height: 100%;
}
.box-b1
{
      border-width: 1px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  height: 100%;
  position: relative;
  margin-top: 30px;
  border-radius: 10px;
  background-color: rgb(240, 233, 222);
}
.nm-add
{
        color: #541818;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
    margin-bottom: 5px;
}
.nm-box
{
        font-family: 'Austena-Regular';
    font-size: 19px;
    color: #6e1c1c;
    font-weight: 600;
}
.number-cnt
{
   background: #7f0507;
    color: #fff;
    height: 40px;
    width: 40px;
    opacity: 0.7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Austena-Regular';
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    left: 10px;
    letter-spacing: 1px;
}
.number-cnt-02
{
   background: #7f0507;
    color: #fff;
    height: 40px;
    width: 40px;
    opacity: 0.7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Austena-Regular';
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 1px;
}
.left-img-wrp
{
    width: 190px;
    height: 230px;
    border-radius: 12px;
    background: #de9a68;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px var(--shadow), 0 0 0 4px rgba(201, 150, 44, 0.2);
    border: 3px solid #de9a68;
    overflow: hidden;
    position: relative;
}
.name-n1
{
        font-family: 'Austena-Regular';
    font-size: 26px;
    color: #6e1c1c;
    font-weight: 600;
    margin-bottom: 10px;
}
.ph-wrapper
{
    display: flex;
    gap: 30px;
}
.name-n2
{
        color: #541818;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
}
.ph-wrapper
{

}
.box-info-g1
{
    margin-top: 50px;
}
.history-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
        color: #541818;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
}
.history-list li {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f0e4cc;
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--text);
}
.hist-bullet {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    background: #c9962c;
    border-radius: 50%;
    margin-top: 9px;
}
.sidebar-card {
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(139, 26, 26, 0.15);
    margin-bottom: 22px;
        background: #f1e8dd;
    /* padding: 20px; */
    border: 1px solid #d7cec3;
}
.sidebar-card-header {
    background: #541818;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Work Sans", sans-serif;
}

.fact-row
{
      display: grid; grid-template-columns: 1fr 1.4fr;
      gap: 8px; padding: 10px 16px;
      border-bottom: 1px solid #f0d8a9;
      align-items: start;
}
.vrindavana-icon {
    font-size: 2rem;
    padding: 16px;
    text-align: center;
}
.facts-table
{
    padding: 12px 0;
}
.fact-label
{
        color: #541818;
    font-size: 14px;
    font-weight: 550;
    font-family: "Work Sans", sans-serif;
    margin-top: 4px;
}
.fact-value
{
        color: #541818;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    margin-top: 0px;
}
.vrindavana-info {
    padding:20px;
    text-align: center;
}
.vrindavana-info .location {
    font-size: 1rem;
    font-weight: 600;
    color: #8b1a1a;
    font-family: 'Austena-Regular';
    margin-bottom: 4px;
}
.left-img-wrp img
{
opacity: 0.3;
}
.location-sub
{
     font-family: "Work Sans", sans-serif;
         font-size: 13px;
         margin-bottom: 6px;
}
.quick-item span
{
      font-family: "Work Sans", sans-serif; 
}
.number-cnt-23{
    background: #541818;
    color: #fff;
    height: 34px;
    width: 34px;
    /* opacity: 0.7; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Austena-Regular';
    font-size: 13px;
    font-weight: 600;
    position: relative;
       top: 0;
    margin-bottom: 10px;
    left: 0;
    letter-spacing: 1px;
}
.vrindavana-info {
    padding: 20px;
    text-align: center;
    background-image: url(../images/bg-04.png);
    background-position: center;
    background-size: cover;
}
.nav-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 14px 12px;
    text-decoration: none;
    background: var(--card-bg);
    transition: background 0.2s;
    cursor: pointer;
    border: none;
    font-family: inherit;
}
.nav-btn:first-child {
    border-right: 1px solid #f5e9d0;
}
.nav-card-inner {
    display:flex;
    justify-content: space-between;
}
.nav-btn .direction {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #d25f0b;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}
.nav-btn .arrow {
    font-size: 1.1rem;
    color: #c8570a;
}
.nav-card {
    background: #fffaf2;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 30px;
/*    box-shadow: 0 4px 16px rgba(139,26,26,0.15);*/
}
.quick-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px;
    text-decoration: none;
    color: #2c1a0e;
    font-size: 0.78rem;
    transition: background 0.15s;
    border-bottom: 1px solid #e5dcc8;
}
.left-info-1
{
    padding-right: 50px;
}
.box-b1-img img {
    opacity: 0.3;
}
.quick-num {
    width: 22px;
    height: 22px;
    background: #a95353;
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 6px;
    color: #fff;
    font-family: "Work Sans", sans-serif;
}
.nav-btn .nav-name {
    font-size: 0.72rem;
    font-family: "Work Sans", sans-serif;
    color: #8b1a1a;
    text-align: center;
    line-height: 1.3;
}
.l1-box
{
    display: flex;
}
.span-1
{
    color:#655e4d;
     font-family: "Work Sans", sans-serif;
     padding-left: 10px;
}

  /* Tabs */
#filterTabs{
    justify-content:center;
    gap:10px;
}
.main-wrapper
{
    padding:4em 0;
}
#filterTabs .nav-link{
    border:1px solid #d4af37;
    color:#7b1e1e;
    background:#fff;
    border-radius:50px;
    padding:8px 22px;
    font-weight:500;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
    transition:all .3s ease;
}

#filterTabs .nav-link:hover{
    background:#7b1e1e;
    color:#fff;
}

#filterTabs .nav-link.active{
    background:#7b1e1e;
    color:#fff;
    border-color:#7b1e1e;
    box-shadow:0 5px 15px rgba(123,30,30,.25);
}

/* Cards */
.filter-box{
    margin-bottom:25px;
}

.filter-box .card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .3s ease;
}

.filter-box .card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.filter-box .card-body{
    padding:25px;
}

.filter-box h5{
    color:#7b1e1e;
    font-weight:700;
    margin-bottom:10px;
}

.filter-box p{
    margin-bottom:10px;
}

/* Optional Badge */
.matha-badge{
    display:inline-block;
    background:#d4af37;
    color:#fff;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}
#filterTabs .nav-link{
    display:flex;
    align-items:center;
    gap:8px;
    border-radius:50px;
}

.tab-count{
    min-width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    font-size:12px;
    font-weight:600;
}
.badge-04 {
    position: relative;
    top: 0;
    left: 40%;
    transform: translateX(50%);
    background: #541818;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
    text-align: center;
    margin: 0;
    display: inline;
    text-align: center;
}
.box-b1-info_01 {
    padding: 54px 20px 20px 20px;
}
.btn-read-link-123 {
    font-weight: 450;
    color: #95773b;
    font-family: "Work Sans", sans-serif;
    font-size: 15px;
}
#filterTabs .nav-link.active .tab-count{
    background:#fff;
    color:#7b1e1e;
}
.stats-bar {
    background: linear-gradient(135deg, #2c0a0a 0%, #5a1a1a 60%, #8b3a1a 100%);
    padding: 28px 24px;
    margin-bottom: 50px;
}
.stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.stat-item {
    text-align: center;
}
.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 6px;
}
.stat-divider {
    width: 1px;
    background: rgba(201, 150, 44, 0.3);
    align-self: stretch;
}
.stat-num {
    font-family: 'Cinzel', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #f0c060;
    line-height: 1;
}
.page-hero {
    background: linear-gradient(135deg, #2c0a0a 0%, #5a1a1a 35%, #8b3a1a 65%, #5a1a1a 100%);
    padding: 48px 24px 52px;
    position: relative;
    overflow: hidden;
}
.page-hero::before {
    content: 'ॐ';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18rem;
    color: rgba(255, 255, 255, 0.03);
    font-family: 'EB Garamond', serif;
    line-height: 1;
    pointer-events: none;
}
.hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 18px;
}
.hero-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.5rem, 3.5vw, 2.4rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
.hero-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
}
.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}
.main-title
{
        font-family: 'Austena-Regular';
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.left-img-wrp_01
{
    width: 100%;
    height: 230px;
    border-radius: 12px;
    background: #de9a68;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px var(--shadow), 0 0 0 4px rgba(201, 150, 44, 0.2);
    border: 3px solid #de9a68;
    overflow: hidden;
    position: relative;
}
.left-02
{
    border-left:4px solid #de9a68;
    padding:0 20px;
    margin-top:25px;
}
.pha-l1
{
       color: #541818;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
}
.box-info-g2
{
margin-top:30px;
}
{
     border:1px solid #d4af37;
    color:#7b1e1e;
    background:#fff;
    border-radius:50px;
    padding:8px 22px;
    font-weight:500;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
}
 .building-section { margin-top: 32px; }
    .building-grid {
      display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
      gap: 10px;
      margin-top: 24px;
    }
    .building-chip {
     border:1px solid #d4af37;
    color:#7b1e1e;
    background:#fff;
    border-radius:50px;
    padding:8px 22px;
    font-weight:500;
    justify-content: center;
    font-size: 15px;
    font-family: "Work Sans", sans-serif;
      display: flex; align-items: center; gap: 6px;
    }
.hero-chip {
       position: relative;
    top: 0;
    left: 0;
    transform: translateX(0%);
    background: #541818;
    color: #fff;
    margin-bottom: 14px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 9px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}
.info
{
           color: #541818;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
}
.feature-quote {
margin-top: 22px;
padding: 16px 22px;
background: linear-gradient(135deg, rgba(200,87,10,0.06), rgba(201,150,44,0.10));
border-left: 3px solid #c9962c;
border-radius: 0 10px 10px 0;
font-family: "Work Sans", sans-serif;
font-style: italic;
color: #8b1a1a;
font-size: 0.95rem;
}
.feature-meta {
    margin-top: 22px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.meta-pill {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}
.meta-pill .label {
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #6b4226;
    font-weight: 600;
}
.feature-image
{
    position: relative;
}
.feature-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
}
.feature-image .image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: #8b1a1a;
    font-family: "Work Sans", sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    padding: 6px 12px;
    border-radius: 30px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.feature-image-wrap {
    position: relative;
    padding: 12px;
}
.feature-number {
    font-family: "Work Sans", sans-serif;
    font-size: 0.85rem;
    color: #c9962c;
    letter-spacing: 0.24em;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.feature-image {
    position: relative;
    width: 500px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(139, 26, 26, 0.20);
    background-size: cover;
    background-position: center;
    border: 1px solid #f5e9d0;
}
.feature-image-wrap::after {
    content: '';
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    bottom: 28px;
    border: 1px solid #c9962c;
    border-radius: 22px;
    opacity: 0.35;
    pointer-events: none;
}
.feature-image
{
        height: 500px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.meta-pill .value {
    font-family: "Work Sans", sans-serif;
    font-size: 0.95rem;
    color: #8b1a1a;
    font-weight: 600;
}
.feature {
max-width: 1200px;
margin: 0 auto;
padding: 70px 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
scroll-margin-top: 110px;
}
.feature-text {
padding: 4px 0;
}
 .root-lineage {
    max-width: 1200px;
    margin: 36px auto 0;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}
