: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;

}
.txt-banner
{
        font-size: 120px;
    position: absolute;
    color: #402f2d;
    position: absolute;

}

 :root {
      --saffron:   #c8570a;
      --deep-red:  #8b1a1a;
      --gold:      #c9962c;
      --gold-lt:   #f0c060;
      --cream:     #fdf6ec;
      --cream-dk:  #f5e9d0;
      --text:      #2c1a0e;
      --text-muted:#6b4226;
      --border:    #d4a847;
      --card-bg:   #fffaf2;
      --shadow:    rgba(139, 26, 26, 0.12);
    }

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@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');
 }
  @font-face {
    font-family: 'worksans-bold';
    src: url('../css/fonts/WorkSans-VariableFont_wght.ttf') format('woff2'),
         url('../css/fonts/WorkSans-VariableFont_wght.ttf') format('woff');
 }
  .cd-img
    {
        width: 500px;
    }
    .magazine-pha
    {
            font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    }
.hero-title em {
    display: block;
    font-family: 'Noto Serif Devanagari', serif;
    font-style: normal;
    color: var(--gold-lt);
    font-size: 0.5em;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 0.02em;
}
.ornament-bar {
    background: linear-gradient(90deg, #8b1a1a, #c8570a, #c9962c, #c8570a, #8b1a1a);
    height: 4px;
}


.header .menu > .menu-item:last-child > .sub-menu {
    left: auto;
    right: 0;
}
.rep-cont iframe
{
        width: 100%;
    height: 260px;
    border-radius: 6px;
}
.quick-nav
{
        max-height: 340px;
    overflow-y: auto;
    padding: 8px 0;
}
.page-hero {
    background: radial-gradient(ellipse at top, rgba(200, 87, 10, 0.12) 0%, transparent 60%), linear-gradient(180deg, #f9ede0 0%, var(--cream) 100%);
    padding: 52px 24px 40px;
    text-align: center;
    border-bottom: 1px solid #d4a847;
}
.event-box .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #551211;
    width: 16px;
    height: 8px;
}
.event-box .owl-theme .owl-dots .owl-dot span {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.event-box .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #eddfcd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.sec-2-div-img-01 {
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    padding: 0px;
    border-radius: 10px;
    margin: 0 auto;
}
.sec-2-div-img-01 img
{
    width: 100%;
}
.height-05
{
    display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
overflow: hidden;
height: 38px;
}

.quick-nav {
    max-height: 340px;
    overflow-y: auto;
    padding: 8px 0;
}
.img-bg-01
{
        width: 90%;
    height: 250px;
    margin:33px auto 10px auto;
    border-radius: 10px;
    padding: 0;
}
.about-box {
    background: #fffaf2;
    border: 1px solid #e8d4a8;
    border-left: 5px solid #c9962c;
    border-radius: 0 14px 14px 0;
    padding: 22px 24px;
    margin-bottom: 32px;
}
.sec-title {
       font-family: 'Austena-Regular';
    font-size: 0.95rem;
    font-weight: 700;
    color: #8b1a1a;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.sec-title::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #d4a847, transparent);
}
.carousel-header .cs-sub {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    color: #6b4226;
    font-size: 1rem;
    max-width: 560px;
}
.pub-cover {
    position: relative;
    aspect-ratio: 3 / 4;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.pub-card {
    width: 260px;
}
.pub-cover .pub-spine {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, #c8570a, #8b1a1a);
}
.pub-cover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.55) 100%);
}
.pub-cover .pub-spine {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: linear-gradient(180deg, #c8570a, #8b1a1a);
}
.pub-cover .pub-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.94);
    color: #8b1a1a;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    padding: 5px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 1;
}

.pub-body h3 {
        font-family: "Work Sans", sans-serif;
    font-size: 0.95rem;
    color: #8b1a1a;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
    min-height: 2.6em;
}
.pub-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #8b1a1a, #c8570a);
    color: #fff;
    font-family: 'Cinzel', serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 4px 14px rgba(139, 26, 26, 0.22);
    transition: transform 0.2s, box-shadow 0.2s;
}
.carousel-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: #fffaf2;
    border: 1px solid #f5e9d0;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
}
.pub-body .pub-author {
        font-family: "Work Sans", sans-serif;
    font-style: italic;
    color: #6b4226;
    font-size: 0.82rem;
    margin-bottom: 12px;
}
.pub-card {
    width: 260px;
}
.carousel-card {
    flex: 0 0 auto;
    scroll-snap-align: start;
    background: #fffaf2;
    border: 1px solid #f5e9d0;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
    cursor: pointer;
}
.carousel-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(139, 26, 26, 0.18);
    border-color: #c9962c;
}
.pub-body {
    padding: 18px 18px 20px;
}
.pub-body .pub-desc {
    font-size: 0.84rem;
    line-height: 1.55;
    color: #6b4226;
    font-family: 'EB Garamond', serif;
    margin-bottom: 14px;
    min-height: 4em;
}
.box-img-02{
    height: 100%;
    width: 100%;
    background-size: contain;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-item-02 {
    height: 280px;
    border: 2px solid rgb(215, 206, 190);
    border-radius: 10px;
    overflow: hidden;
}
.banner-item-02 img
{
height: 100%;
}

.banner-02 .owl-next
{
        position: absolute;
    right: 4px;
    top: 40%;
    background: rgba(0, 0, 0, 0.2) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    font-size: 31px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
}
.banner-02 .owl-prev
{
position: absolute;
    left:4px;
    top: 40%;
   background: rgba(0, 0, 0, 0.2) !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    font-size: 31px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
}
.sec-2-right
{
        background: #f0e9de;
    padding: 10px;
    border-width: 2px;
    height: 390px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  border-radius: 10px;
  overflow: hidden;
}
.page-hero {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    isolation: isolate;
}
.hero-bg-image {
    position: absolute;
    inset: 0;
/*    background-image: url(https://placehold.co/1920x800/c9962c/2c1a0e?text=Awards+of+the+Math);*/
    background-size: cover;
    background-position: center;
    z-index: -2;
}
.hero-bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(44, 10, 10, 0.45) 0%, rgba(20, 5, 5, 0.88) 80%), linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.award-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;
}
.breadcrumb {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(249, 213, 133, 0.8);
    z-index: 1;
}
.breadcrumb a {
    color: rgba(249, 213, 133, 0.8);
    text-decoration: none;
    transition: color 0.2s;
}
.breadcrumb .sep {
    color: rgba(249, 213, 133, 0.4);
}
.hero-content {
    max-width: 1080px;
    padding: 40px 24px 60px;
    position: relative;
    z-index: 1;
}
.hero-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #f9d585;
    padding: 6px 18px;
    border: 1px solid rgba(249, 213, 133, 0.4);
    border-radius: 40px;
    margin-bottom: 22px;
}
.hero-om {
    font-size: 2.4rem;
    color: #f0c060;
    line-height: 1;
    margin-bottom: 10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}
.hero-title-1 {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    m]padding-bottom: 4px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}
.hero-title-1 em {
    display: block;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    color: #f0c060;
    font-size: 0.55em;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 0.08em;
}
.hero-title-1 em {
    display: block;
    font-family: 'EB Garamond', serif;
    font-style: italic;
    color: #f0c060;
    font-size: 0.55em;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 0.08em;
}
.see-all a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c8570a;
    font-family: 'Cinzel', serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    padding: 8px 18px;
    border: 1px solid #c9962c;
    border-radius: 30px;
    transition: all 0.25s;
}
.see-all a:hover {
    background: #c9962c;
    color: #3d0e0e;
    transform: translateY(-2px);
}
.hero-sub {
    margin-top: 22px;
    font-family: 'EB Garamond', serif;
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    font-style: italic;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}



/* */
 .top-h2-01 {
font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 5vw, 3.6rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1.15;
    text-transform: uppercase;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.7);
}
.form-control
{
        width: 100%;
    padding: 12px 18px 12px 44px;
    border: 2px solid #f5e9d0;
    border-radius: 50px;
    font-family: 'worksans-bold';
    font-size: 0.88rem;
    color: var(--text);
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}
.list-m1
{
        font-size: 14px;
    color:#6b4226;
    line-height: 31px;
    margin-left: 0px;
    text-align: justify;
    margin-bottom: 1rem;
    font-family: "Work Sans", sans-serif;
}
.list-m1 li::before {
    content: '✦';
    color: #c9962c;
    flex-shrink: 0;
    margin-right: 12px;
}
.lineage-note span {
    color: #c8570a;
    font-weight: 600;
}
.page-hero .lineage-note {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(200, 87, 10, 0.08), rgba(201, 150, 44, 0.12));
    border: 1px solid #d4a847;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 0.82rem;
    color: var(--text-muted);
}
.page-hero .tagline {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #6b4226;
    font-style: italic;
    font-family: 'EB Garamond', serif;
    font-size: 1.05rem;
}
.list-m1 li
{
list-style-type: none;
padding:8px 0;
margin-right: 12px;
}
.page-hero {
        position: relative;
        min-height: 300px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        flex-direction: column;
        isolation: isolate;
    }
    .breadcrumb { position: relative; top: 0px;    font-family: 'Noto Serif', serif; left: 0; right: 0; display: flex; justify-content: center; gap: 8px; font-size: 0.78rem; color: rgba(249,213,133,0.8); z-index: 1; }
    .breadcrumb a { color: rgba(249,213,133,0.8); text-decoration: none; transition: color 0.2s; }
    .breadcrumb a:hover { color: #fff; }
    .breadcrumb .sep { color: rgba(249,213,133,0.4); }
    .breadcrumb .current { color: #fff; font-weight: 600; }

    .swmiji-pic
    {
            border: 2px solid #c9962c;
            border-radius: 10px;
            height:500px;
            width: 100%;
            margin-top: 20px;
            position: sticky;
            top:100px;
            padding-left: 25px;
    }

.top-h1_02 {
    color: #6d1115;
    font-family: 'Austena-Regular';
    font-size: 24px;
    margin: 0 0 12px 0;
    letter-spacing: 0.5px;
    /* text-transform: uppercase; */
}
.top-h1-img {
    width: 30px;
}
.main-wrapper-01 {
    padding: 3em 0;
}
.info-main
{
    font-size: 16px;
    color: #6e1c1c;
    margin-bottom: 20px;
    font-family: "Work Sans", sans-serif;
}
.head-manin1 {
   color: #c8570a;
    margin: 12px 0 12px 0;
    text-align: left;
    font-weight: 550;
    font-size: 15px;
    line-height: 28px;
    font-family: Austena-Regular;
    text-transform: uppercase;
}
.info-main-01
{
   font-size: 14px;
    color: #6b4226;
    line-height: 26px;
    text-align: justify;
    font-family: "Work Sans", sans-serif;
    margin-bottom: 4px;
}
.mt-3em
{
    background: #f9e9d7;
    padding: 4em 0;
}
.feature-image-wrap
{
    margin-left: 30px;
}
.award-div
{
    margin-top: 24px;
    margin-bottom: 60px;
}
.award-title {
      font-family: 'Cinzel', serif;
    font-size: 28px;
    color: #6d1115;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 13px 0 15px 0;
}
.award-image-wrap {
    position: relative;
    padding: 12px;
}
.award-image-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    bottom: 0;
    border: 1px solid #d4a847;
    border-radius: 22px;
    opacity: 0.55;
    pointer-events: none;
}
.award-image {
    position: relative;
    aspect-ratio: 4 / 3;
    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;
}
.award-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
}
.award-image .image-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, 0.92);
    color: #8b1a1a;
    font-family: 'Cinzel', 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);
}
.award-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;
}
/* 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;
}
.menu-item .fa
{
    margin-left: 4px;
    font-size: 11px;
    line-height: normal;
}
.d-flex-l
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
}
.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;
}
.div-flex-st
{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
/*.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:#fdf6ec;
}
*
{
    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: 111px;
        margin-top: 0;
        background: transparent;
    }
    .sticky-nav.menu_fixed .logo
    {
        top:0;
        height: auto;
        background: transparent;
    }
 
.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;
/*    background: #fffdf4;*/
}

.left-menu, .right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 0;
    padding: 0;
   
}
.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: 0px;
    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:14px;
    font-family: 'worksans-bold';
}

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

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

.search-box input{
    width:180px;
    height:34px;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    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: #fdf6ec;
}
body.hidden-scrolling{
    overflow-y: hidden;
}
*{
    margin:0;
    box-sizing: border-box;
}
.container{
    max-width: 88%;
    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: 80px;
    padding: 0px;
    background: #fffdf3;
}
.header-main{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 4px;
}
.header .logo{
    padding: 0;
    background: #fffdf4;
    border-radius: 100px;
        width: 100%;
    height: 130px;
}
.logo img
{
    width: 183px;
    margin-top: 9px;
}
.header .logo a{
    font-size: 30px;
    text-transform: capitalize;
    color: #6e1c1c;
    font-weight: 600;
}
.header .nav-menu{
    padding: 0;
}
.header .menu > .menu-item{
    display: inline-block;
    margin-left: 0px;
    position: relative;
}
.menu-item-has-children > a i{
    transition: transform 0.3s ease;
    display: inline-block;
}

/* Rotate up on hover */
.menu-item-has-children:hover > a i{
    transform: rotate(180deg);
}
.header .menu > .menu-item > a{
    display: block;
    padding: 12px 0;
    font-size: 15px;
    color: #6e1c1c;
    font-family: 'worksans-bold';
    font-weight: 580;
    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: #6e1c1c;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);  
}

.header .menu > .menu-item:hover > a{
    color: #6e1c1c;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover
{
    color: #fff;
}
.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: #772c1a;
    border: 1px solid rgba(201, 150, 44, 0.35);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
    padding: 10px 0;
/*  border-top: 3px solid #6e1c1c;*/
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility: hidden;
}
@media(min-width:2000px)
{
    .left-menu, .right-menu
    {
        gap: 14px;
    }
}
@media(min-width:992px)
{
    .left-menu, .right-menu
    {
        gap: 10px;
    }
}
@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;
    border-bottom:1px solid rgba(255,255,255,0.05);
    margin: 0 6px;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
    display: block;
    padding: 8px 5px;
    font-size: 13px;
    font-weight: 450;
    font-family: 'worksans-bold';
    color:#f9d585;
    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: #541818;
    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: #541818;
    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: #772c1a;
        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{
        padding: 12px 15px;
        color: #f9d585;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }
    .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 rgba(255,255,255,0.05);
    }
    .header .close-nav-menu,
    .header .open-nav-menu{
        display: flex;
    }
}
.banner .banner-item {
  height: 600px;
  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: 19px;
  font-weight: 400;
  line-height: 36px;
  color:#541818;
  width: 500px;
  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: 30px !important;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff !important;
    border-radius: 50% !important;
  background-color: rgb(253, 250, 245);
  box-shadow: 2.44px 5.481px 8px 0px rgba(13, 19, 17, 0.18);
  width: 36px;
  cursor: pointer;
  height: 36px;
  position: absolute;
  display: block;
  color:#541818 !important;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #541818;
  line-height: normal;
  position: relative;
  top:-2px;
}
.banner .owl-nav .owl-prev span:hover
{
color: #fff;
}
.banner .owl-nav .owl-prev:hover span 
{
color:#fff !important;
}
.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: #541818 !important;
   color: #fff !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 30px !important;
  top: 43%;
  opacity: 0;
  color:#541818 !important;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
    background: #fff !important;
    border-radius: 50% !important;
  background-color: rgb(253, 250, 245);
  box-shadow: 2.44px 5.481px 8px 0px rgba(13, 19, 17, 0.18);
  width: 36px;
  cursor: pointer;
  height: 36px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
 font-size: 1.6875rem;
  color: #541818;
  line-height: normal;
  position: relative;
  top:-2px;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #541818 !important;
   color: #fff !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;
}

.row-sec-2
{
    display: flex;
    gap: 20px;
}
.sec-2
{
    padding:30px 0 20px 0;
}
.sec-2-left
{
    background: #f0e9de;
    padding: 0px;
   border-width: 2px;
  border-color: rgb(215, 206, 190);
  border-style: solid;
  border-radius: 10px;
  height: 390px;
  overflow: hidden;
}
.sec-2-right
{
/*  background: #f1e8dd;
    padding: 20px;
    border:1px solid #d7cec3;
    border-radius: 14px;*/
}
.scroll-34
{
  max-height: 230px;
    overflow-y: scroll;
    height: 230px;
    overflow-x: hidden;
}
.scroll-34::-webkit-scrollbar{
    width:8px;
}

.scroll-34::-webkit-scrollbar-track{
    background:#f5f5f5;
}

.scroll-34::-webkit-scrollbar-thumb{
    background:#6d1115;
    border-radius:10px;
}

.scroll-34::-webkit-scrollbar-thumb:hover{
    background:#8f1a20;
}
.scroll-34::-webkit-scrollbar { width: 4px; }
    .scroll-34::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }

    .quick-nav::-webkit-scrollbar { width: 4px; }
    .quick-nav::-webkit-scrollbar-thumb { background: var(--border); border-radius: 4px; }
.top-h1 img
{
    width: 23px;
}
.top-h1
{
color: #6d1115;
font-family: 'Austena-Regular';
font-size: 22px;
margin:0 0 10px 0;
font-weight: 580;
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%;
    height:100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #c9c1b8;
}
 .guru-card img
 {
    width: 100%;
 }  

.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: 16px;
}
.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: 48%;
}

/* 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:radial-gradient(circle at 8% 12%, rgba(184, 134, 11, 0.10), transparent 40%), linear-gradient(180deg, var(--cream) 0%, var(--cream2) 100%);
    border:2px solid #d8c39a;
    border-radius:12px;
    padding:30px 25px;
        height: 523px;
    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:15%;
    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:20px;
    position:relative;
}

.panchang-title:before,
.panchang-title:after{
    content:"";
    position:absolute;
    top:43%;
    width:calc(50vw - 250px); /* adjusts with screen width */
    max-width:280px;
    min-width:40px;
    height:2px;
    background:#caa54d;
    transform:translateY(-50%);
}

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

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

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

.panchang-left{
    flex: 1;
    display: flex;
    /* grid-template-columns: repeat(6, 1fr); */
    gap: 0px;
    margin-left: 30px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 353px;
    margin-right: 30px;
    align-items: center;
    margin-top: 14px;
}

.icon-circle{
    width: 65px;
    height: 65px;
    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: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #fdfcfc;
    z-index: 1;
    /* background: #000;*/
}
.icon-circle-in
{
 padding: 4px;
}
.panchang-item{
    text-align:center;
        width: 14%;
    margin-bottom: 10px;
}

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

.panchang-item p{
    color: #631617;
    height: 46px;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
}

.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;
    height: 348px;
    overflow-y: scroll;
    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: 15px;
    line-height:28px;
    font-family: 'CabinetGrotesk-Medium';
}

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

.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: -30px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 550;
    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:#fdfaf6;
    border-radius:16px;
    padding:20px;
    height:100%;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}
/*.mokkam-box
{
    background-image: url('../images/map-01.png');
}*/
.mokkam-content-02
{
    position: relative;
    z-index: 1;
}
.mapn-01
{
    position: absolute;
    right:0;
    top: 0;
}
.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:1px solid #e5d1c8;
    padding:7px 20px;
    border-radius:8px;
    color:#6d1115;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 540;
    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:140px;
    object-fit:contain;
    background: #fcf7ee;
}

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

.event-date span{
    display:block;
    font-size:24px;
    font-family: "Work Sans", sans-serif;
    font-weight:400;
}
.event-date small
{
   font-family: "Work Sans", sans-serif; 
   text-transform: uppercase;
   font-size: 11px;
}

.event-date.red{
    background:#5a1213;
}

.event-date.blue{
    background:#c37c37;
}

.event-date.green{
    background:#56612e;
}

.event-date.orange{
    background:#FB8C00;
}

.yellow{
    background:#d9961d;
}

.green{
    background:#64772d;
}

.event-content{
    padding:12px 12px 8px 12px;
}

.event-content h5{
    color:#2d2d2d;
     font-family: "Work Sans", sans-serif;
     font-size: 14px;
     font-weight: 600;
    margin-bottom:8px;
    width: 70%;
    margin-left:auto;
     display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 34px;
}
.event-content-01 p
{
       color: #2d2d2d;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    padding: 0 12px;
    margin-left: auto;
    height: 42px;
    overflow: hidden;
}
.pdf-btn{
   display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #e5d1c8;
    padding: 7px 10px;
    border-radius: 8px;
    margin-top: 15px;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-weight: 540;
    transition: 0.5s all;
    text-decoration: none;
    color: #6d1115;
    margin: 0 0 12px 0;
}
.pdf-btn:hover
{
background: #6d1115;
color:#fff;
}
.pdf-btn:hover img
{
     filter: brightness(0) invert(1);
}
.mokkam-content{
   /* display:flex;
    gap:26px;*/
    margin:30px 0;
    background: #fcf7ef;
    padding:12px;
    height: 275px;
}
.nav-btn:first-child {
    border-right: 1px solid var(--cream-dk);
}
.nav-btn:hover {
    background: var(--cream-dk);
}
.location-box span,
.schedule-box span{
    color:#ab6a33;
    font-family: "Work Sans", sans-serif;
    font-size:14px;
    font-weight: 550;
}
.schedule-box-span2
{
      color:#ab6a33;
    font-family: "Work Sans", sans-serif;
    font-size:13px;
    font-weight: 550;
    margin-bottom: 14px;
}

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

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

.schedule-btn{
    display:block;
    text-align:center;
    background:#8f0f15;
    color:#fff;
    padding:14px;
    border-radius:10px;
    text-decoration:none;
}
.initiatives-section{
    padding:40px 20px 20px 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;
    top: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:2px solid #ead299;
}

.green{
    background:#425526;
}

.blue{
    background:#1b4c8c;
}

.purple{
    background:#5c2d91;
}

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

.card-content p{
    font-size:15px;
    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:10px 35px;
    font-family: "Work Sans", sans-serif;
    border:1px solid rgba(255,255,255,.6);
    border-radius:10px;
    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:flex;
    flex-wrap: wrap;
/*    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));*/
    gap:20px;
}
.media-section .media-card {
    flex: 0 0 calc(25% - 15px);
    box-sizing: border-box;
}

.crd-1 .card{
    background: #faf5ee;
    border: 2px solid #fce7cb;
    border-radius: 12px;
    padding: 24px 12px 19px 12px;
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
}
.col-sm-3-02 {
flex: 0 0 auto;
width: 25%;
padding: 6px;
}
.section-divider .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #d4a847, transparent);
}
.content-header-01
{
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}
.sw-img
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid #d29433;
}
.content-box
{
    height: 150px;
    width: 100%;
    border-radius: 10px;
    border:2px solid #d7cebe;
}
.content-box img
{
width: 100%;
height: 100%;
object-fit: contain;
}
.pha-1
{
    font-size: 14px;
color: #000;
margin: 8px 0;
font-weight: 500;
font-family: "Work Sans", sans-serif;
}
.nm-s1
{
    font-size: 14px;
color: #000;
font-weight: 550;
padding:0;
margin-bottom: 4px;
font-family: "Work Sans", sans-serif;
}
.content-box-01
{
    background: #fefdfc;
    padding:30px 12px;
    border-radius: 10px;
    border:1px solid #f5e7d9;
}
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 1100px;
    width: 100%;
    margin:6px auto 12px auto;
    padding: 0 24px;
}
.section-divider .glyph {
    color: #c9962c;
    font-size:13px;
}

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

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

.facebook{
    color:#1877f2;
}

.youtube{
    color:#ff0000;
}

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

.card-header h3{
    font-size:17px;
    color:#5c1e1e;
  font-family: 'Austena-Regular';
  font-weight: 550;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.card-header p{
    font-size:14px;
    color:#000;
    font-weight: 540;
    margin-bottom: 4px;
    font-family: "Work Sans", sans-serif;
}
.height-03
{
     display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
}
.height-02
{
     display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 58px;
}
.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:18vh;
    object-fit:cover;
    border-radius:8px;
}
.icon-ar
{
    background: #51140f;
    height: 47px;
    width: 47px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* magazine */
.magazine-wrap{
        display: flex;
    gap: 15px;
   
}

.magazine-wrap img{
    width: 100%;
    height: 100%;
  
}
.mag-cnt
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.width-maz
{
   width: 100%;
    height: 26vh;
    overflow: hidden;
    border-radius: 10px;
}
.magazine-content{
       display: flex;
    flex-direction: column;
    gap: 8px;
    width: 48%;
}
.maz-div p
{

}

.magazine-content h4{
       font-size:18px;
    color:#5c1e1e;
  font-family: 'Austena-Regular';
  font-weight: 550;
  margin-bottom: 5px;
}
.line-01
{
    height: 2px;
    width: 100%;
    background: #eed2aa;
    margin:14px 0;

}
.magazine-content span{
    font-size: 13px;
    color: #000;
    margin: 0;
    font-weight: 450;
    font-family: "Work Sans", sans-serif;
    line-height: normal;
}

.magazine-content p{

    font-size: 14px;
    color: #000;
    margin: 8px 0;
    font-weight: 550;
    font-family: "Work Sans", sans-serif;
}

.magazine-pha
{
     display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 150px;
    margin-top: 20px;
}
/*.magazine-pha p, span
{
    margin: 0;
    font-size: 14px;
    font-weight: 450;
    font-family: "Work Sans", sans-serif;
    line-height: normal;
}*/
.magazine-content a{
    color:#a00000;
    text-decoration:none;
    font-weight:600;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}

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

/* buttons */
.btn{
    margin-top:25px;
    padding:8px 14px;
    border-radius:10px;
    border:1px solid;
    background:#fff;
    font-weight:530;
    cursor:pointer;
    display:flex;
    font-size: 16px;
    font-family: "Work Sans", sans-serif;
    justify-content:space-between;
    align-items:center;
    transition: 0.5s all;
}
.btn:hover .fa-solid
{
transform: rotate(-45deg);
}
.btn:hover
{
background:#fff !important;
}
.facebook-btn:hover {
    border-color: #2a63f4 !important;
    color: #2a63f4 !important;
}
.youtube-btn:hover {
    border-color: #d12e21 !important;
    color: #d12e21 !important;
}
.archive-btn:hover {
    border-color: #7a1f1f;
    color: #7a1f1f;
}
.magazine-btn:hover {
    border-color: #7a1f1f;
    color: #7a1f1f;
}
.video-box
{
    border:2px solid #d7cebe;
    border-radius: 10px;
    overflow: hidden;
    height: 312px;
}
.in-card-01
{
    height: 520px;
}
.video-box iframe
{
width: 100%;
height: 100%;
}
.fb-btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
        font-size: 15px;
            font-family:'Austena-Regular';
    line-height: normal;
}
.facebook-btn{
    border-color:#2a63f4;
    color:#2a63f4;
    transition: 0.5s all;
}

.youtube-btn{
    border-color:#d12e21;
    color:#d12e21;
    transition: 0.5s all;
}

.archive-btn,
.magazine-btn{
    border-color:#7a1f1f;
    color:#7a1f1f;
    transition: 0.5s all;
}

.small-text{
    color:#777;
    margin:8px 0;
}
.media-section-1
{
        margin: 40px 0 0 0;
}
.footer
{
    margin: 60px 0 0 0;
}
/* Footer */
.footer{
    background:linear-gradient(90deg, #541818, #541818, #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 18px;
    border-right:1px solid rgba(255,255,255,.12);
}

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

.footer-col h3{
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
    color:#f6e6d6;
    text-transform:uppercase;
    font-family: 'Austena-Regular';
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#6e1c1c;
    width: 100%;
    bottom: -3px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
/*.header .menu > .menu-item > a.active:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#6e1c1c;
    width: 87%;
    bottom: 2px;
    height: 2px;
    transform: scaleX(1);
    transform-origin: center;
    transition: transform 650ms;
}*/
/**/
.floating-social{
    position:fixed;
    left:15px;
    top:26%;
    transform:translateY(-20%);
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.floating-social a{
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
    text-decoration:none;
    transition:.3s;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
}

.floating-social .facebook{
    background:#1877F2;
}

.floating-social .instagram{
    background:#E4405F;
}

.floating-social .youtube{
    background:#FF0000;
}

.floating-social .whatsapp{
    background:#25D366;
}

.floating-social a:hover{
    color: #fff;
    transform:translateX(-8px) scale(1.1);
}

@media(max-width:768px){
    .floating-social{
        right:10px;
    }

    .floating-social a{
        width:42px;
        height:42px;
        font-size:18px;
    }
}

/**/
.footer-col p,
.footer-col li{
    line-height:1.8;
    color:#f1e6df;
       font-size: 15px;
    font-family: 'worksans-bold';
}

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

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

.footer-col ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-size: 15px;
    font-family: 'worksans-bold';
}

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

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

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

/* Social Icons */
.social-icons{
    display:flex;
    gap:0px;
    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;
    transition: 0.5s all;
    text-decoration:none;
}
.social-icons a:hover
{
transform: translateY(-10px);
}
.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;
    font-family: 'worksans-bold';
    font-size: 13px;
}

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

.footer-links a{
   color: #f3e7de;
    font-family: 'worksans-bold';
    font-size: 13px;
    line-height: 26px;
    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: #ece4e3;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: 'worksans-bold';
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: 6px;
    transition: 0.5s all;
}
.btn-read-link-1:hover
{
 background-image: linear-gradient(to bottom right, #840305, #a50407, #6b1416);
color: #f9eed9;
}
/* Responsive */
@media(max-width:1100px){
    .footer-container{
        grid-template-columns:repeat(2,1fr);
    }
}

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

    .footer-col{
        border-right:none;
                padding: 13px 18px;
        /*        border-bottom:1px solid rgba(255,255,255,.1);*/
    }
    .footer
    {
        padding:15px 0;
    }
    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }
    .footer-bottom p {
    color: #f3e7de;
    font-family: 'worksans-bold';
    font-size: 11px;
}
}
.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: #ece4e3;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: 'worksans-bold';
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: 60px;
     font-weight: 550;
    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: #ece4e3;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: 'worksans-bold';
    display: inline-block;
    border:1px solid rgb(104, 35, 43);
    margin-top: -30px;
    width: 230px;
    font-weight: 550;
    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: 0px 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;
}

.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);*/
   background-color: #fff;
   height: 190px;
   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;
}

.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: #fff;
   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: linear-gradient(135deg, #8b1a1a, #5a1a1a);
    color: #fff;
    padding: 12px;
    font-size: 12px;
    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: unset;
    background-size: cover;
    background-repeat: repeat;
}
.l1-box-01 {
    display: flex;
    justify-content: center;
}
.left-img-wrp_03 {
    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;
    gap: 39px;
}
.left-img-wrp_03-056
{
        width: 70%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.img-bg-04 {
    width: 30%;
    height: 300px;
    border-radius: 10px;
    padding: 35px 14px 20px 14px;
    background: #fff;
}
.banner-02
{
    margin-bottom:20px;
}
.mahanirvana-chip-01 {
    display:flex;
    align-items: center;
    gap: 6px;
    background: rgba(200, 87, 10, 0.08);
    border: 1px solid rgba(200, 87, 10, 0.2);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.78rem;
    color: #c8570a;
    margin-top: 20px;
        width: max-content;
}
.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 !important;
}
.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;
}
.swami-header {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 32px;
    background: #fef5e7;
    padding-bottom: 28px;
    padding: 20px;
    border-bottom: 2px solid #f5e9d0;
}
.vrindavana-icon {
    font-size: 2rem;
    padding: 16px;
    text-align: center;
}
.mahanirvana-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(200, 87, 10, 0.08);
    border: 1px solid rgba(200, 87, 10, 0.2);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 0.78rem;
    color: #c8570a;
    margin-top: 10px;
}
.section-title::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #d4a847, transparent);
}
.portrait-frame {
    width: 160px;
    height: 200px;
    border-radius: 12px;
    background: linear-gradient(145deg, #f5deb3 0%, #e8c57e 50%, #c9962c 100%);
    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 #c9962c;
    overflow: hidden;
    position: relative;
}
.swami-intro {
    flex: 1;
}
.box-img
{
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swami-header {
    display: flex;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 2px solid #f5e9d0;
}
.portrait-wrap {
    flex-shrink: 0;
    width: 160px;
    text-align: center;
}
.box-b1-img
{
    overflow: hidden;
}
.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: 10px 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;
    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;
    width: 100%;
    position: relative;
    z-index: 1;
}
.hero-breadcrumb a {
    color: #f0c060;
    text-decoration: none;
    transition: color 0.2s;
}
.hero-num {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.hero-num-badge {
    width: 38px;
    height: 38px;
    background: rgba(240, 192, 96, 0.18);
    border: 2px solid #f0c060;
    border-radius: 50%;
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #f0c060;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-num-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}
.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: 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;
    width: max-content;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
}
.gallery-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    margin: 14px 0px;
    background: linear-gradient(135deg, #541818, #c8570a);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: opacity 0.2s, transform 0.2s;
}
.sidebar-card {
    background: #fffaf2;
    border: 1px solid #d4a847;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 16px var(--shadow);
    margin-bottom: 20px;
}
.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;
}
@media only screen and (max-width: 820px) 
{
.banner .banner-item {

    position: relative;
        height: 380px;
}
.banner .banner-item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 150px;
    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;
    width: 450px;
}
.header .menu > .menu-item:hover > a
{
            color: #f9d585;
}
.left-menu, .right-menu {
    display: block;
    align-items: center;
    gap: 10px;
    margin: 0px 0 0 0;
    padding: 0;
}
.container {
    max-width: 100%;
    margin: auto;
    width: 100%;
}
.d-flex-l {
    display:revert-rule;
    justify-content: center;
    align-items: flex-start;
    padding:0 20px 0 30px;
    width: 100%;
}
.logo img {
    width: 110px;
    margin-top: 0;
}
.header .logo {
    padding: 0;
    background: transparent;
    border-radius: 100px;
    width: 100%;
    height: auto;
}
.logo {
    margin: 0px;
    position: relative;
    top: 0;
    z-index: 10;
    display: flex;
    /* width: 190px; */
    justify-content: center;
    align-items: center;
}
.top-right a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'worksans-bold';
}
.search-box input {
    width: 160px;
    height: 34px;
    font-size: 14px;
    font-family: "Work Sans", sans-serif;
    border: none;
    border-radius: 20px;
    padding: 0 40px 0 15px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    outline: none;
}
.footer-col {
    padding: 20px 18px 0 18px;
    border-right: 1px solid rgba(255, 255, 255, .12);
}
    .footer-col {
        border-right: none;
        border-bottom: none;
    }
    .floating-social
    {
        display: block;
    }
    .media-section {
    display: initial;
    /* flex-wrap: wrap; */
    /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
    gap: 20px;
}

    .floating-social a {
        width: 42px;
        height: 42px;
        font-size: 18px;
        margin-top: 6px;
    }
    .sec-2-right, .sec-2-left
    {
        height: 250px;
    }
    .floating-social
    {
        width: 20%;
    }
    .banner-item-02 {
    height: 150px;
    border: 2px solid rgb(215, 206, 190);
    border-radius: 10px;
    overflow: hidden;
}
.panchang-item {
    text-align: center;
    width: 20%;
    margin-bottom: 10px;
}
.panchang-card {
    background: #f0e9de;
    border: 2px solid #d8c39a;
    border-radius: 12px;
    padding: 30px 25px;
    height: auto;
    position: relative;
}
.panchang-btns:before, .panchang-btns:after {
  display: none;
}
.header .nav-menu
{
    display: block;
}
.col-sm-3-02 {
        flex: auto;
        width: 50%;
        padding: 6px;
        margin: 0 auto;
        max-width: 95%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) 
{
    .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
}
.banner .banner-item {
    height: 400px;
    position: relative;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column;
}
.col-sm-3-02 {
    flex: auto;
    width: 100%;
    padding: 6px;
    margin: 0 auto;
    max-width: 95%;
    margin: 0 auto;
}
    .banner-item-02 {
    height: 200px;
    border: 2px solid rgb(215, 206, 190);
    border-radius: 10px;
    overflow: hidden;
}
.sec-2-right, .sec-2-left {
        height: 300px;
    }
.row-sec-2 {
    display: block;
    gap: 20px;
}
.sec-2-left, .sec-2-right {
    width: 100%;
}
.floating-social
{
    width: 11%;
}
.panchang-btns:before, .panchang-btns:after {
    content: "";
    position: absolute;
    top: -76px;
    width: 27%;
    height: 2px;
    background: #caa54d;
}
.btn-read-link-12 {
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #601517, #840305, #581111);
    height: 47px;
    color: #ece4e3;
    font-size: 14px;
    text-align: center;
    padding: 7px 24px;
    font-family: 'worksans-bold';
    display: inline-block;
    border: 1px solid rgb(104, 35, 43);
    margin-top: -30px;
    width: 100%;
    font-weight: 550;
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.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: -30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 550;
    transition: all 0.3s ease;
}
.panchang-item {
    text-align: center;
    width: 32%;
    margin-bottom: 10px;
}
.icon-circle {
    width: 54px;
    height: 54px;
    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;
}
.panchang-btns {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 69px;
        flex-direction: column;
    }
.floating-social a
{
    margin-top: 10px;
}
.sec-2-right
{
    height: 300px;
    margin-top: 20px;
}
.banner-item-02 {
    height: 220px;
    border: 2px solid rgb(215, 206, 190);
    border-radius: 10px;
    overflow: hidden;
}
.banner .banner-item .cover
{
    top:200px;
}
.banner-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at left center, rgba(232, 210, 183, 1) 0%, rgba(232, 210, 183, 0.43) 45%, rgb(232, 210, 183, 0.37) 65%, rgba(232, 210, 183, 0) 100%);
}
.panchang-card {
        background: #f0e9de;
        border: 2px solid #d8c39a;
        border-radius: 12px;
        padding: 30px 25px;
        height: auto;
        position: relative;
    }
.panchang-item h4 {
    color: #7b0f15;
    margin: 10px 0 5px;
    font-size: 14px;
    font-family: 'Austena-Regular';
}
.mokkam-content {
    margin: 30px 0;
    background: #fcf7ef;
    padding: 12px;
    height: 255px;
    overflow: scroll;
}
.sec-2-left {
    background: #f0e9de;
    padding: 0px;
    border-width: 2px;
    border-color: rgb(215, 206, 190);
    border-style: solid;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
}
.banner .banner-item .cover .header-content h1 {
        font-size: 29px;
        font-weight: 700;
        margin: 5px 0 10px;
    }
 /*   .banner .banner-item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #541818;
    width: 500px;
    margin: 15px 0 10px 0;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    width: 80%;
}*/
.banner .banner-item .cover .header-content {
    position: relative;
    padding: 56px 10px;
    overflow: hidden;
    width: 100%;
}
}
