body, html {
    margin: 0;
    padding: 0;
    background-color:#FFFFFF ;
    font-family: 'Georgia';
}

.zoom {
  transition: transform .2s; /* Animation */
  width: 50px;
  margin: 0 auto;
}
.zoom:hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.quote{
    
     font-size: 20px;
}





p{
   
    font-size: 18px;
}

.topnav {
    
    background-color:transparent;
    color: white;
    padding-bottom: 20px;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .active {
    /* background-color: #4CAF50;
    color: white; */
  }
  
  .topnav .icon {
    display: none;
  }
  
  .mdropdown {
    float: left;
    overflow: hidden;
  }
  
  .mdropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .mdropdown-content {
    display: none;
    position: absolute;
    padding-top: 40px;
    min-width: 160px;
    text-align: center;
    color: white; 
    z-index: 100;
  }
  
  .mdropdown-content a {
    float: none;
    color: white; 
    padding:5px 8px;
    text-decoration: none;
    display: block;
    text-align: center;
  }
  
  .topnav a:hover, .mdropdown:hover .dropbtn {
 
  }
  
  .mdropdown-content a:hover {
    font-size: medium;
    transform: font-size 0.3s ease-in-out;
    
    
  }
  
  .headcontainer .mdropdown:hover .mdropdown-content {
    display: block;
  }
  
   .headcontainer_slider .mdropdown:hover .mdropdown-content {
    display: block;
  }
  
  
  /* Legacy 600px responsive overrides removed to prevent icon jumping to right */




  .headcontainer {
      max-width: 100% ;
      height: 810px;
     
     
      background-repeat: no-repeat;
      background-size: cover;
  }
  
  
    .headcontainer_slider {
      max-width: 100% ;
      min-height:100px;
      margin-bottom:0;
     
     
     
     
  }
  .sticky {
    position: static !important;
    background-image: none !important;
  }

  .smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .scrolled-down{
     transform:translateY(-100%); transition: all 0.3s ease-in-out;
  }
  .scrolled-up{
     transform:translateY(0); transition: all 0.3s ease-in-out;
  }

  #oshop:hover, .mdropdown:hover #oshop,
  #teach:hover, .mdropdown:hover #teach,
  #abt:hover, .mdropdown:hover #abt {
      background-color: transparent !important;
  }



.blkquote {
  
    font-size: large;
    color: teal;
    font-style: italic;
   
    padding: 0px;
    text-align: center;
    
}

.flright {
    float: right;
   
}


.inner{
    overflow: hidden;
}
 
.inner img{
    transition: all 1.5s ease;
}
 
.inner:hover img{
    transform: scale(1.1);
}

.hbg1{
    color: white;
    background-image: url('../images/hpic1.png');
    background-repeat: no-repeat;
    padding-bottom: 20px;
    padding-top:20px;
    padding-left: 50px;
   
}

.hbg2{
     color: white;
     background-image: url('../images/hpic2.png');
        background-repeat: no-repeat;
     margin-bottom: 10px;
      
      
}

.hbg3{
     color: white;
     background-image: url('../images/hpic3.png');
    background-repeat: no-repeat;
    margin-bottom: 10px;
   
   
}


.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer a:hover{
     font-size: medium;
    transform: font-size 0.3s ease-in-out;
}





.loader-container{
 
 width:200px;
 height:200px;
 position:fixed;
 top:50%;
 left:50%;
 transform: translate(-50%,-50%);
 overflow: hidden;
 
 
}


#loadarea{
 
    width: 100%;
    height:  100%;
    background-color: darkslategray;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
 
 }


.loader-div{
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 8px solid darkslategray;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}


@keyframes rotate {
    100% { transform: rotate(360deg);}
}



 .card-t{
 text-decoration:none;
  font-weight:bold;
  color:#555555;
 }



#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}




.innerCard{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.float-button {
position: fixed;
right: -77px;
top: 270px;
transition: all 0.2s ease-in 0s;
z-index: 999;
cursor: pointer;
}


.float-button:hover {
  right: -7px;
}

/* Background image utility classes */
.bg-headcontainer {
    background-image: url('../images/back5.png');
}
.bg-booksheader {
    background-image: url('../images/booksheader.png');
    background-size: 100% auto;
}
.dropdown-ndr4 {
    background-image: url('../images/ndr4.png');
    width: 310px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: auto;
}
.dropdown-ndr2 {
    background-image: url('../images/ndr2.png');
    width: 310px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: auto;
}
.dropdown-ndr1 {
    background-image: url('../images/ndr1.png');

/* Base Structural Grid (Replacing Bootstrap dependencies with explicit Vanilla CSS) */
* {
    box-sizing: border-box;
}

.container { 
    width: 100%; 
    max-width: 1140px; 
    margin-right: auto; 
    margin-left: auto; 
    padding-right: 15px; 
    padding-left: 15px; 
}
.container-fluid { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto; 
}
.row { 
    display: flex; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px; 
}

/* Grid Columns */
.col-md-6, .col-md-12, .col-md-4, .col-md-3, .col-lg-3, .col-sm-6, .col-12 {
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
}

.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
}

/* Utilities */
.text-center { text-align: center; }
.text-white { color: #fff; }
.text-right { text-align: right; }
.float-right { float: right; }
.m-2 { margin: 0.5rem; }
.mt-0 { margin-top: 0 !important; }
.mt-4 { margin-top: 1.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.p-4 { padding: 1.5rem; }
.p-3 { padding: 1rem; }
.rounded { border-radius: 0.25rem; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.border-0 { border: 0 !important; }
.bg-transparent { background-color: transparent !important; }
.img-fluid { max-width: 100%; height: auto; }
.font-weight-bold { font-weight: 700; }
.text-capitalize { text-transform: capitalize; }

/* Cards & Decor */
.card-deck { 
    display: flex; 
    flex-wrap: wrap; 
    margin: 0 -15px; 
}
.card-deck .card { 
    flex: 1 1 calc(33.333% - 30px); 
    margin: 0 15px 30px; 
    display: flex; 
    flex-direction: column; 
    background-color: #fff; 
}
.card { display: flex; flex-direction: column; background-color: #fff; background-clip: border-box; }
.card-body { flex: 1 1 auto; padding: 1.25rem; }
.card-title { margin-bottom: .75rem; font-size: 1.25rem; color: #333; }
.card-text { margin-top: 0; margin-bottom: 1rem; }
.card-img-top { flex-shrink: 0; width: 100%; }

/* Custom Buttons */
.btn { 
    display: inline-block; 
    font-weight: 400; 
    text-align: center; 
    vertical-align: middle; 
    cursor: pointer; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    border: 1px solid transparent;
    border-radius: .25rem; 
    text-decoration: none;
}
.btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; }
.btn-primary:hover { background-color: #0069d9; }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; border-radius: .2rem; }

/* Pagination Override */
.pagination { 
    display: flex; 
    padding-left: 0; 
    list-style: none; 
    border-radius: .25rem; 
    margin-bottom: 1rem;
}
.page-item .page-link { 
    position: relative; 
    display: block; 
    padding: .5rem .75rem; 
    background-color: #fff; 
    border: 1px solid #dee2e6; 
    text-decoration: none;
}
.page-item .page-link:hover {
    background-color: #e9ecef;
}

/* Extracted Inline Styles & Attributes */
.loader-logo { width: 170px; height: 170px; margin-left: 44%; margin-right: auto; }
.loader-text-1 { color: white; margin-left: 43%; margin-top: 20px; }
.loader-text-2 { color: white; margin-left: 43%; margin-top: 30%; }
.nav-logo { width: 80px; height: 80px; }
.nav-icon { font-size: 15px; }
.section-quote { margin-top: 130px; text-align: left; margin-left: 0; font-size: 22px; }
.news-heading { max-width: 150px; }
.news-card-bg { background-color: #FEF9E7; }
.philosophy-wrapper { margin-top: 50px; margin-right: 20px; }
.philosophy-heading { color: white; margin-top: 30px; }
.link-volunteer { text-decoration: none; color: black; }
.volunteer-text { margin-top: 100px; }
.phil-absolute-box { color: white; position: absolute; top: 220px; max-width: 400px; left: 30px; }
.footer-heading { color: white; margin-left: 20px; margin-top: 20px; text-decoration: underline; }
.footer-text { color: white; margin-left: 20px; margin-top: 20px; }
.footer-links-wrapper { color: white; margin-left: 20px; margin-top: 20px; }
.footer-link { text-decoration: none; color: white; }
.footer-social-wrapper { color: white; margin-left: 20px; margin-top: 20px; font-size: 35px; }
.footer-social-link { color: white; }
.admin-link { color: white; text-decoration: underline; }
.hero-hidden-img { visibility: hidden; }
.book-card-link { cursor: pointer; }
}
.dropdown-ndr2 {
    background-image: url('../images/ndr2.png');
    width: 310px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: auto;
}
.dropdown-ndr1 {
    background-image: url('../images/ndr1.png');
    width: 310px;
    height: 610px;
    background-repeat: no-repeat;
    background-size: auto;
}
.bg-templ3 {
    margin-top: 60px !important;
    background-image: url('../images/templ3_t1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-sec3back6 {
    margin-top: 0px !important;
    background-image: url('../images/sec3back6.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.bg-gradient-philosophy {
    color: #212121;
    background-image: linear-gradient(to right, rgba(255,0,0,0), #F7893C);
    padding: 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
}
.bg-btnm3 {
    background-image: url('../images/btnm3.png');
    height: auto;
    min-height: 350px;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bg-footback1 {
    background-image: url('../images/footback1.png');
    background-size: cover;
}

/* Base Structural Grid (Replacing Bootstrap dependencies with explicit Vanilla CSS) */
* {
    box-sizing: border-box;
}

.container { 
    width: 100%; 
    max-width: 1140px; 
    margin-right: auto; 
    margin-left: auto; 
    padding-right: 15px; 
    padding-left: 15px; 
}
.container-fluid { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto; 
}
.row { 
    display: flex; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px; 
}

/* Grid Columns */
.col-md-6, .col-md-12, .col-md-4, .col-md-3, .col-lg-3, .col-sm-6, .col-12 {
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
}

.col-12 { flex: 0 0 100%; max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
}
@media (min-width: 768px) {
  .col-md-3 { flex: 0 0 25%; max-width: 25%; }
  .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
  .col-md-6 { flex: 0 0 50%; max-width: 50%; }
  .col-md-12 { flex: 0 0 100%; max-width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
}

/* Utilities */
.text-center { text-align: center; }
.text-white { color: #fff; }
.text-right { text-align: right; }
.float-right { float: right; }
.m-2 { margin: 0.5rem; }
.mt-0 { margin-top: 0 !important; }
.mt-4 { margin-top: 1.5rem; }
.mt-2 { margin-top: 0.5rem; }
.mb-2 { margin-bottom: 0.5rem; }
.p-4 { padding: 1.5rem; }
.p-3 { padding: 1rem; }
.rounded { border-radius: 0.25rem; }
.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.border-0 { border: 0 !important; }
.bg-transparent { background-color: transparent !important; }
.img-fluid { max-width: 100%; height: auto; }
.font-weight-bold { font-weight: 700; }
.text-capitalize { text-transform: capitalize; }

/* Cards & Decor */
.card-deck { 
    display: flex; 
    flex-wrap: wrap; 
    margin: 0 -15px; 
}
.card-deck .card { 
    flex: 1 1 calc(33.333% - 30px); 
    margin: 0 15px 30px; 
    display: flex; 
    flex-direction: column; 
    background-color: #fff; 
}
.card { display: flex; flex-direction: column; background-color: #fff; background-clip: border-box; }
.card-body { flex: 1 1 auto; padding: 1.25rem; }
.card-title { margin-bottom: .75rem; font-size: 1.25rem; color: #333; }
.card-text { margin-top: 0; margin-bottom: 1rem; }
.card-img-top { flex-shrink: 0; width: 100%; }

/* Custom Buttons */
.btn { 
    display: inline-block; 
    font-weight: 400; 
    text-align: center; 
    vertical-align: middle; 
    cursor: pointer; 
    padding: .375rem .75rem; 
    font-size: 1rem; 
    border: 1px solid transparent;
    border-radius: .25rem; 
    text-decoration: none;
}
.btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; }
.btn-primary:hover { background-color: #0069d9; }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; border-radius: .2rem; }

/* Pagination Override */
.pagination { 
    display: flex; 
    padding-left: 0; 
    list-style: none; 
    border-radius: .25rem; 
    margin-bottom: 1rem;
}
.page-item .page-link { 
    position: relative; 
    display: block; 
    padding: .5rem .75rem; 
    background-color: #fff; 
    border: 1px solid #dee2e6; 
    text-decoration: none;
}
.page-item .page-link:hover {
    background-color: #e9ecef;
}

/* Extracted Inline Styles & Attributes */
.loader-logo { width: 170px; height: 170px; margin-left: 44%; margin-right: auto; }
.loader-text-1 { color: white; text-align: center; margin-top: 20px; }
.loader-text-2 { color: white; text-align: center; margin-top: 50px; }
.nav-logo { width: 80px; height: 80px; }
.nav-icon { font-size: 15px; }
.section-quote { margin-top: 60px; text-align: left; margin-left: 0; font-size: 22px; }
.news-heading { max-width: 100%; }
.news-card-bg { background-color: #FEF9E7; }
.philosophy-wrapper { margin-top: 30px; margin-right: 0px; }
.philosophy-heading { color: white; margin-top: 20px; }
.link-volunteer { text-decoration: none; color: black; }
.volunteer-text { margin-top: 30px; }
.phil-absolute-box { color: white; position: relative; top: 0; max-width: 100%; left: 0; padding: 20px; }
.footer-heading { color: white; margin-left: 20px; margin-top: 20px; text-decoration: underline; }
.footer-text { color: white; margin-left: 20px; margin-top: 20px; }
.footer-links-wrapper { color: white; margin-left: 20px; margin-top: 20px; }
.footer-link { text-decoration: none; color: white; }
.footer-social-wrapper { color: white; margin-left: 20px; margin-top: 20px; font-size: 35px; }
.footer-social-link { color: white; }
.admin-link { color: white; text-decoration: underline; }
.hero-hidden-img { visibility: hidden; }
.book-card-link { cursor: pointer; }
.book-card-inner { box-shadow: 2px 2px 10px rgba(0,0,0,0.2); }
.book-img { width: 100%; }
.book-btn { background-color: #007bff; border: none; border-radius: 0; width: 100%; text-align: center; }
.cart-btn-float { box-shadow: -2px 2px 10px rgba(0,0,0,0.3); border-radius: 4px 0 0 4px; }

/* Hide protruding lines in dropdowns */
.mdropdown-content hr {
    border: none;
    margin: 8px 0;
}

/* Base Responsive Overrides Core Framework Components */
@media (max-width: 991px) {
    .headcontainer { height: auto; min-height: 600px; background-position: center center; }
    .bg-templ3, .bg-sec3back6 { height: auto; min-height: 500px; background-size: cover; background-position: center; }
    .section-quote { margin-top: 50px; text-align: center; }
    .philosophy-wrapper { margin-top: 30px; margin-right: 0px; }
    .bg-btnm3 { height: auto; min-height: 400px; }
}

@media (max-width: 767px) {
    .headcontainer { min-height: 400px; padding-bottom: 30px; }
    
    /* Auto Flow Overrides */
    .bg-templ3, .bg-sec3back6.bg-btnm3 { min-height: 350px; }
    .section-quote { margin-top: 30px; font-size: 18px; }
    .philosophy-heading, .text-right { text-align: center !important; }
    .philosophy-wrapper { float: none !important; margin: 30px auto 0; padding: 0 15px; }
    .bg-gradient-philosophy { margin: 0 auto; text-align: center; }
    .volunteer-text { margin-top: 40px; }
    
    /* Box Normalization */
    .phil-absolute-box { position: relative; top: auto; left: auto; padding: 30px 15px; text-align: center; margin: 0 auto; }
    
    /* Dropdown Reset For Mobile Drawer Real Estate */
    .dropdown-ndr1, .dropdown-ndr2, .dropdown-ndr4 { 
        width: 100%; 
        height: auto; 
        min-height: 350px; 
        background-size: cover; 
    }
    
    /* Loader Alignment For Restricted Widths */
    .loader-logo { width: 120px; height: 120px; margin-left: auto; margin-right: auto; display: block; }
    .loader-text-1, .loader-text-2 { text-align: center; margin-left: 0; width: 100%; }
    
    /* Stacking Cards */
    .card-deck { flex-direction: column; }
    .card-deck .card { flex: 1 1 100%; margin: 15px 0; }
    
    .footer-heading { margin-top: 30px; }
}

/* Comprehensive All-Device Responsiveness Override */

/* Fix hardcoded mobile offsets */
.loader-logo { width: 170px; height: 170px; margin: 0 auto !important; display: block; }
.loader-text-1 { text-align: center !important; margin-left: 0 !important; }
.loader-text-2 { text-align: center !important; margin-left: 0 !important; margin-top: 150px !important; }

@media screen and (max-width: 991px) {
    .bg-footback1 { padding-bottom: 2rem; }
    .col-md-6, .col-md-4 { margin-top: 15px; } /* Stack margin buffer */
    .philosophy-wrapper { margin-top: 20px !important; margin-right: 0 !important; float: none !important; }
    .philosophy-heading, .bg-gradient-philosophy { text-align: left !important; max-width: 100% !important; background-image: none !important; background-color: rgba(247,137,60,0.8); }
    .volunteer-text { margin-top: 20px !important; }
}

@media screen and (max-width: 768px) {
    /* Scale Large Background Areas */
    .headcontainer { min-height: 400px; height: auto !important; background-position: left top; }
    .bg-booksheader { min-height: 200px; background-size: cover !important; }
    
    .bg-templ3, .bg-sec3back6, .bg-btnm3 { 
        height: auto !important;
        min-height: 350px;
        background-size: cover !important; 
        background-position: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    /* Box positioning resets */
    .phil-absolute-box {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 30px;
    }
    
    .section-quote { margin-top: 40px !important; text-align: center !important; font-size: 18px !important; }
    
    /* Fix mobile hamburger layout */
    .topnav a { font-size: 15px; padding: 10px; }
    .nav-logo { width: 50px; height: 50px; }
    
    /* Handle complex painted dropdown menus on mobile gracefully */
    .dropdown-ndr4, .dropdown-ndr2, .dropdown-ndr1 {
       width: 100% !important;
       height: auto !important;
       background-image: none !important;
       background-color: #C2770C;
       padding-top: 10px;
    }
    
    /* Reset footer formatting */
    .footer-heading { margin-left: 0 !important; }
    .footer-text, .footer-links-wrapper, .footer-social-wrapper { margin-left: 0 !important; }
}

/* ==========================================================================
   Top Bar, Refined Header & Hero Slider Component Styles
   ========================================================================== */

/* Top Bar Styles */
.top-bar {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.top-bar-container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 500;
}

.top-bar-item i {
    color: #000000 !important;
}

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

.top-bar-right a {
    color: #000000 !important;
    font-size: 16px;
    transition: color 0.3s ease;
}

.top-bar-right a:hover {
    color: #F7893C !important;
}

/* Main Header Navigation Refinements */
.main-header {
    background-color: #8B0000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
    width: 100%;
}

.topnav {
    width: 100%;
    max-width: 100%;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FF9933;
}

.nav-brand {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.nav-logo {
    width: 52px !important;
    height: 52px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.brand-title {
    color: #FFFFFF !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

.brand-title-full {
    display: inline !important;
}

.brand-title-mobile {
    display: none !important;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.nav-links a, 
.mdropdown .dropbtn {
    float: none !important;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 14px !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center;
    gap: 5px;
    transition: all 0.2s ease;
}

.nav-brand:hover {
    background-color: transparent !important;
    background: none !important;
    color: inherit !important;
    box-shadow: none !important;
}

.nav-links a:hover, 
.mdropdown:hover .dropbtn {
    color: #f2f2f2 !important;
    background-color: transparent !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.nav-donate-btn {
    background-color: #F7893C !important;
    color: #ffffff !important;
    padding: 8px 22px !important;
    border-radius: 20px !important;
    font-weight: 700 !important;
    margin-left: 8px;
    white-space: nowrap !important;
}

.nav-donate-btn:hover {
    background-color: #F7893C !important;
    box-shadow: none !important;
}

.topnav .icon {
    display: none !important;
    font-size: 22px;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

/* Modern Dropdown Menu Overrides */
.mdropdown {
    position: relative;
    display: inline-block;
}

.mdropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1f1f1f;
    min-width: 250px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    padding: 10px 0;
    z-index: 1000;
    border-top: 3px solid #F7893C;
    height: auto !important;
    width: auto !important;
    background-image: none !important;
}

.mdropdown-content a {
    color: #e0e0e0 !important;
    padding: 10px 20px !important;
    text-decoration: none;
    display: block !important;
    text-align: left !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mdropdown-content a:hover {
    background-color: #2c2c2c !important;
    color: #F7893C !important;
}

.mdropdown-content hr {
    border: 0;
    border-top: 1px solid #333;
    margin: 6px 0;
}

.mdropdown-content strong {
    display: block;
    padding: 6px 20px 2px 20px;
    color: #F7893C;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Modern Site Footer Styles */
.site-footer {
    background-color: #71565b;
    color: #b0b0b0;
    padding-top: 50px;
    font-size: 14px;
    border-top: 4px solid #f1a20e;
}

.footer-container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col {
    flex: 1 1 300px;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #F7893C;
}

.footer-info {
    margin-bottom: 12px;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #cccccc;
}

.footer-info i {
    color: #F7893C;
    margin-top: 4px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
}

.footer-menu a:hover {
    color: #F7893C;
    padding-left: 5px;
}

.footer-desc {
    line-height: 1.6;
    margin-bottom: 20px;
    color: #cccccc;
}

.footer-social-icons {
    display: flex;
    gap: 15px;
}

.footer-social-icons a {
    color: #ffffff;
    background-color: #262626;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons a:hover {
    background-color: #F7893C;
    transform: translateY(-3px);
}

.footer-bottom {
    background-color: rgba(0, 0, 0, .075);
    padding: 20px 30px;
    border-top: 1px solid #040404;
}

.footer-bottom-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
}

.footer-bottom-container p {
    margin: 0;
    text-align: center;
}

.footer-bottom-container a {
    color: #cccccc;
    text-decoration: underline;
}

/* Mobile Left Slide-In Drawer & Backdrop Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.drawer-header {
    display: none;
}

@media (max-width: 1080px) {
    .brand-title {
        font-size: 15px;
    }
    .nav-links a, 
    .mdropdown .dropbtn {
        padding: 8px 10px !important;
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .top-bar {
        display: none !important;
    }

    .topnav {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 15px !important;
        padding: 8px 15px !important;
    }

    .topnav .icon,
    .topnav.responsive .icon {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: white;
        padding: 4px;
        cursor: pointer;
        order: 1 !important; /* Hamburger Icon locked on the left */
        position: static !important;
        right: auto !important;
        top: auto !important;
        float: none !important;
        margin-right: 5px;
    }

    .nav-brand {
        order: 2 !important; /* Logo & Title beside hamburger */
        flex-grow: 1;
        display: inline-flex !important;
        align-items: center !important;
        gap: 14px !important; /* Increased space between logo image and text */
        margin-left: 5px !important;
    }

    .nav-logo {
        margin-right: 2px !important;
    }

    .brand-title-full {
        display: none !important;
    }

    .brand-title-mobile {
        display: inline-block !important;
        font-size: 23px !important;
        font-weight: 700 !important;
        color: #FFFFFF !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap !important;
    }

    /* Left Slide-in Navigation Drawer */
    .nav-links {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 300px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        height: 100dvh !important;
        background-color: #181818 !important;
        box-shadow: 5px 0 25px rgba(0, 0, 0, 0.6);
        z-index: 9999 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        padding: 0 !important;
        gap: 0 !important;
        overflow-y: auto !important;
        transform: translateX(-100%) !important;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .nav-links.active {
        transform: translateX(0) !important;
    }

    .drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 20px !important;
        background-color: #8B0000 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .drawer-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }

    .drawer-close-btn {
        background: transparent;
        border: none;
        color: #ffffff;
        font-size: 22px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
    }

    .mobile-lang-row {
        display: flex !important;
        align-items: center;
        gap: 8px;
        padding: 12px 20px !important;
        background-color: #121212;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        color: #cccccc;
        font-size: 14px;
    }

    /* Left Slide-in Navigation Drawer Links & Submenus Alignment */
    .nav-links > a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        text-align: left !important;
        padding: 14px 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 15px !important;
        color: #f0f0f0 !important;
        box-sizing: border-box !important;
    }

    .nav-links .mdropdown {
        display: block !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-links .mdropdown .dropbtn {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        text-align: left !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
        color: #f0f0f0 !important;
        background: transparent !important;
        border: none !important;
        box-sizing: border-box !important;
        cursor: pointer;
    }

    .nav-links .mdropdown .mdropdown-content {
        display: none !important;
        position: static !important;
        width: 100% !important;
        background-color: #101010 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        border-top: none !important;
        padding: 5px 0 !important;
    }

    .nav-links .mdropdown.open .mdropdown-content,
    .nav-links .mdropdown:hover .mdropdown-content {
        display: block !important;
    }

    .nav-links .mdropdown-content a {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 12px 35px !important;
        font-size: 14px !important;
        color: #cccccc !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        box-sizing: border-box !important;
    }

    .nav-links .mdropdown-content strong {
        display: block !important;
        padding: 10px 35px 5px !important;
        color: #F7893C !important;
        font-size: 13px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        text-align: left !important;
    }

    .nav-donate-btn {
        margin: 20px !important;
        text-align: center !important;
        display: block !important;
        width: calc(100% - 40px) !important;
        box-sizing: border-box !important;
    }
}

/* Hero Slider Styles */
.hero-slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 580px;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    transform: translateY(30px);
    transition: transform 0.8s ease;
}

.hero-slide.active .hero-content {
    transform: translateY(0);
}

.hero-badge {
    display: inline-block;
    background-color: rgba(247, 137, 60, 0.9);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.hero-subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-btn {
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.hero-btn-primary {
    background-color: #F7893C;
    color: #ffffff;
    border: 2px solid #F7893C;
}

.hero-btn-primary:hover {
    background-color: #e07225;
    border-color: #e07225;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 137, 60, 0.4);
}

.hero-btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.hero-btn-outline:hover {
    background-color: #ffffff;
    color: #8B0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Slider Controls */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.slider-arrow:hover {
    background: #F7893C;
    transform: translateY(-50%) scale(1.1);
}

.prev-slide {
    left: 20px;
}

.next-slide {
    right: 20px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.slider-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dots .dot.active,
.slider-dots .dot:hover {
    background-color: #F7893C;
    width: 30px;
    border-radius: 10px;
}

/* Responsive adjustments for Top Bar & Hero Slider */
@media (max-width: 768px) {
    .top-bar-container {
        flex-direction: column;
        text-align: center;
    }
    .top-bar-left {
        justify-content: center;
        gap: 10px;
    }
    .brand-title {
        font-size: 15px;
    }
    .hero-slider {
        height: 480px;
    }
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 16px;
    }
    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .slider-arrow {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Full Device Compatibility Overrides (Mobile, Tablet, Laptop, Desktop)
   ========================================================================== */

/* Large Desktop / Ultrawide (> 1400px) */
@media (min-width: 1400px) {
    .topnav, .top-bar-container, .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Medium Desktop & Laptops (992px - 1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
    .brand-title {
        font-size: 16px;
    }
    .topnav a, .mdropdown .dropbtn {
        padding: 8px 10px !important;
        font-size: 14px;
    }
    .hero-title {
        font-size: 36px;
    }
}

/* Tablet Layout (768px - 991px) */
@media (max-width: 991px) {
    .hero-slider {
        height: 500px;
    }
    .hero-title {
        font-size: 32px;
    }
    .hero-subtitle {
        font-size: 17px;
    }
    .footer-container {
        gap: 30px;
        padding: 0 20px;
    }
    .footer-col {
        flex: 1 1 45%;
    }
}

/* Mobile Devices (576px - 767px) */
@media (max-width: 767px) {
    .top-bar-container {
        flex-direction: column;
        text-align: center;
        padding: 5px 15px;
    }
    .top-bar-left, .top-bar-right {
        justify-content: center;
        gap: 10px;
    }
    .top-bar-item {
        font-size: 12px;
    }
    .topnav {
        padding: 8px 15px;
    }
    .nav-logo {
        width: 45px;
        height: 45px;
    }
    .brand-title {
        font-size: 15px;
    }
    .hero-slider {
        height: 440px;
    }
    .hero-badge {
        font-size: 12px;
        padding: 4px 12px;
    }
    .hero-title {
        font-size: 26px;
    }
    .hero-subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .hero-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .slider-arrow {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    .prev-slide { left: 10px; }
    .next-slide { right: 10px; }
    .footer-col {
        flex: 1 1 100%;
    }
}

/* Extra Small Phones (< 480px) */
@media (max-width: 480px) {
    .brand-title {
        font-size: 13px;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .hero-slider {
        height: 400px;
    }
    .hero-title {
        font-size: 22px;
    }
    .hero-subtitle {
        font-size: 13px;
        line-height: 1.4;
    }
    .hero-buttons {
        gap: 8px;
    }
    .hero-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
    .footer-bottom-container {
        font-size: 12px;
    }
}

/* Hero Slide Background Classes */
.hero-slide-1 {
    background-image: url('../images/slide1_guruji.jpg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #121212 !important;
}
.hero-slide-2 {
    background-image: url('../images/templ3_t1.png');
}
.hero-slide-3 {
    background-image: url('../images/back5.png');
}

/* Admin Panel Component Styles */
.admin-body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: 0;
}

.admin-wrapper {
    width: 100%;
    max-width: 850px;
    background: #1e1e1e;
    border: 1px solid #333;
    padding: 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    box-sizing: border-box;
}

.admin-login-title {
    text-align: center;
    color: #F7893C;
    margin-bottom: 2rem;
}

.admin-section-heading {
    color: #F7893C;
    margin: 2rem 0 1rem;
    border-bottom: 1px solid #333;
    padding-bottom: 0.5rem;
}

.news-item-title {
    margin-top: 0;
    color: #ffffff;
}

.admin-textarea-desc {
    min-height: 80px;
}

.btn-full {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    margin-top: 1rem;
    box-sizing: border-box;
}

.btn-danger {
    background-color: #dc3545 !important;
}

.btn-danger:hover {
    background-color: #c82333 !important;
}

.btn-margin-right {
    margin-right: 8px;
}

.back-link {
    color: #888888;
    text-decoration: none;
    transition: color 0.2s ease;
}

.back-link:hover {
    color: #F7893C;
}

.back-link-wrapper {
    text-align: center;
    margin-top: 1.5rem;
}

/* ==========================================================================
   Bilingual Language Switcher Styles
   ========================================================================== */
.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.06);
    padding: 3px 10px;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-right: 12px;
}

.lang-btn {
    color: #444444 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    padding: 2px 6px !important;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.lang-btn.active, 
.lang-btn:hover {
    color: #ffffff !important;
    background-color: #8B0000 !important;
}

.lang-divider {
    color: #888888;
    font-size: 12px;
}

.mobile-lang-row {
    display: none !important;
}

.mobile-lang-label {
    font-weight: 600;
    color: #F7893C;
    margin-right: 4px;
}

/* ==========================================================================
   About Us Page Component Styles
   ========================================================================== */
.about-hero-section {
    position: relative;
    width: 100%;
    height: 320px;
    background-image: url('../images/hero_bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.85) 0%, rgba(20, 20, 20, 0.9) 100%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 900px;
}

.about-badge {
    display: inline-block;
    background: rgba(247, 137, 60, 0.25);
    border: 1px solid #F7893C;
    color: #F7893C;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-hero-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    margin: 10px 0;
}

.about-hero-subtitle {
    color: #e0e0e0;
    font-size: 16px;
    margin: 0;
}

.about-container {
    max-width: 1100px;
    margin: -40px auto 60px;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.about-card-main {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    color: #222222;
}

.blessing-banner {
    background: linear-gradient(135deg, #8B0000 0%, #a81010 100%);
    color: #ffffff;
    text-align: center;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blessing-banner h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
}

.about-text-lead {
    font-size: 18px;
    line-height: 1.8;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-text-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 30px;
}

.aspects-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.aspect-card {
    background: #fdfbf7;
    border: 1px solid #e8e0d0;
    border-radius: 12px;
    padding: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.aspect-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(139, 0, 0, 0.1);
}

.aspect-card.highlight-card {
    background: #fff8f0;
    border: 2px solid #F7893C;
}

.aspect-icon {
    font-size: 32px;
    color: #8B0000;
    margin-bottom: 12px;
}

.aspect-card h4 {
    color: #8B0000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.aspect-card p {
    color: #555555;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.mandira-special-box {
    background: linear-gradient(135deg, #1f1f1f 0%, #2a2a2a 100%);
    color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    margin: 35px 0;
    border-left: 5px solid #F7893C;
}

.mandira-special-box h3 {
    color: #F7893C;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
}

.mandira-special-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #e0e0e0;
    margin-bottom: 12px;
}

.appeal-box {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.appeal-box h4 {
    color: #8B0000;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
}

.appeal-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
}

.quote-footer-box {
    text-align: center;
    background: #f4efe6;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.guru-quote {
    font-size: 18px;
    font-weight: 700;
    color: #8B0000;
    font-style: italic;
    margin-bottom: 8px;
}

.guru-salutation {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin: 0;
}

.btn-donate-now {
    display: inline-block;
    background-color: #F7893C;
    color: #ffffff !important;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(247, 137, 60, 0.4);
}

.btn-donate-now:hover {
    background-color: #e07225;
    transform: translateY(-2px);
}

/* ==========================================================================
   Sri Harshananda Swamiji Component Styles
   ========================================================================== */
.swamiji-section {
    background-color: #fcfaf5;
    padding: 60px 0;
    border-bottom: 1px solid #e8e0d0;
}

.swamiji-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.swamiji-card {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #eae0d0;
}

.swamiji-img-col {
    flex: 0 0 380px;
    max-width: 380px;
    background: linear-gradient(135deg, #1c1c1c 0%, #333333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.swamiji-img-wrapper {
    text-align: center;
    width: 100%;
}

.swamiji-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 12px;
    border: 3px solid #F7893C;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    object-fit: cover;
}

.swamiji-name-tag {
    margin-top: 18px;
}

.swamiji-name-tag h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.swamiji-name-tag span {
    color: #F7893C;
    font-size: 14px;
    font-weight: 600;
}

.swamiji-content-col {
    flex: 1;
    padding: 40px;
    box-sizing: border-box;
}

.swamiji-badge {
    display: inline-block;
    background: rgba(139, 0, 0, 0.1);
    color: #8B0000;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.swamiji-title {
    color: #8B0000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 20px;
}

.swamiji-message p {
    color: #333333;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.swamiji-message p.highlight-text {
    background: #fff8f0;
    border-left: 4px solid #F7893C;
    padding: 14px 18px;
    border-radius: 0 8px 8px 0;
    font-weight: 600;
    color: #8B0000;
}

.swamiji-action {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.btn-swamiji-donate {
    background-color: #F7893C;
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: background 0.3s ease;
    box-shadow: 0 4px 12px rgba(247, 137, 60, 0.3);
}

.btn-swamiji-donate:hover {
    background-color: #e07225;
}

.btn-swamiji-about {
    background-color: transparent;
    color: #8B0000 !important;
    border: 2px solid #8B0000;
    padding: 10px 24px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.btn-swamiji-about:hover {
    background-color: #8B0000;
    color: #ffffff !important;
}

@media (max-width: 900px) {
    .swamiji-card {
        flex-direction: column;
    }
    .swamiji-img-col {
        flex: none;
        max-width: 100%;
        width: 100%;
        padding: 30px 20px;
    }
    .swamiji-content-col {
        padding: 25px 20px;
    }
    .swamiji-title {
        font-size: 20px;
    }
    .swamiji-message p {
        font-size: 14px;
    }
}

/* ==========================================================================
   Powered by E-Technology Footer Credits & Interactive Popup
   ========================================================================== */
.powered-by-e-technology {
    position: relative;
    display: inline-block;
    margin: 5px 0;
}

#la {
    margin: 0;
    font-size: 13px;
    color: #aaaaaa;
}

.e-tech-link {
    color: #F7893C !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.e-tech-link:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.e-tech-popup {
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 250px;
    background: #1e1e1e;
    border: 1px solid #333333;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.e-tech-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #1e1e1e transparent transparent transparent;
}

.powered-by-e-technology:hover .e-tech-popup,
.e-tech-popup:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.popup-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.popup-logo {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121212;
    border-radius: 8px;
    border: 1px solid #333333;
    overflow: hidden;
}

.popup-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fallback-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #F7893C;
    font-size: 20px;
}

.popup-info {
    text-align: left;
}

.popup-info h4 {
    margin: 0 0 2px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.popup-info p {
    margin: 0 0 6px 0;
    color: #aaaaaa;
    font-size: 11px;
    line-height: 1.3;
}

.popup-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #F7893C !important;
    font-size: 12px !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.popup-contact-btn:hover {
    color: #ffffff !important;
}



