@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
 
/* SR Menu */
#PushBut {
    float: left;
    height: 60px;
    font-size: 25px;
    border: none;
    width: 50px;
    margin: 0 0;
    padding: 0;
    background: none;
    color: #000;
    outline: none; /* Remove the outline on focus */
    transition: transform 0.2s ease, opacity 0.2s ease; /* Adding transition */
}

#PushBut:active,
#PushBut:hover {
    transform: scale(0.9); /* Scale down the button to create the push-in effect */
    opacity: 0.8; /* Optional: slightly fade out on hover or click */
}
 
 
 @media (max-width: 260px) {
#PushBut{display:none;}
}

 .srmenu-text {
	text-transform: uppercase;
    z-index:100001;
}
.srmenu-nav {
	position: fixed;
	top: 0px;
	left: 0;
	min-height: 100%;
	max-height: 100%;
	transform: translateX(-100%);
	transition: transform .3s ease-in-out; 
z-index:100000
  }

.srmenu-nav.visible {
	transform: translateX(0);
    z-index:9999999;
}
.srmenu-nav-black {
	background-color: #fff7e6;
	width: 60%;
	max-width: 460px;
	min-width: 300px;
	transition-delay: .4s;
    z-index:9999999;
}
.srmenu-nav-black.visible {
	transition-delay: 0s;
    z-index:9999999;
}

.srmenu-nav-red {
	background-color: #E8F0FD;
	transition-delay: .2s; 
	width: 98%;
    z-index:9999999;
}

.srmenu-nav-red.visible {
	transition-delay: .2s;
    z-index:9999999
}
.srmenu-nav-white {
	background-color:#fff;
	transition-delay: 0s; 
	width: 98%;
	min-height:100%;
	z-index:9999999;
}
.srmenu-nav-white.visible {
	transition-delay: .4s;
	z-index:9999999;
   
}
.srmenu-close-btn {
    opacity: 1;
    position: fixed;
    top: 124px;
    background-color: #022a4a;
    padding: 25px;
    border: 4px solid #fff;
    border-radius: 25%;
    color: #fff;
    left: -100%;  /* Initially off-screen */
    font-size: 20px;
    z-index: 999999999;
    transition: left 0.5s ease 0.5s, opacity 0.2s ease; /* Delay the movement */
}

/* When navbar is fully open, the close button slides in */
.navbar-open .srmenu-close-btn {
    left: 95%; /* Final position when navbar is open */
}

/* Hover effect */
.srmenu-close-btn:hover {
    background-color: #013a63; /* Slightly darker background on hover */
    cursor: pointer;
}

/* Active effect */
.srmenu-close-btn:active {
    transform: scale(0.95); /* Slight scaling effect on click */
}

.srmenu-logo {
    background:#fff;
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    padding:0px;
    position: fixed !important;
	width: 100%;
    border-bottom:1px solid #022a4a;
    background-width:95%;
    margin:0px;
    z-index:99999999;
}
    @keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
    
 
.srmenu-list {
    list-style-type: none;
    padding-top: 157px;
    padding-bottom: 80px;
    padding-left: 0px;
    overflow-y: scroll; /* Ensures scrolling functionality */
    width: 100%;
    max-height: 100%;
    scrollbar-width: none; /* Firefox */
}

.srmenu-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}
.srmenu-list li {
	margin:0px 0px;
    font-size: 18px;
    font-weight:bold;
	text-decoration: none;
	text-transform: uppercase
}
.srmenu-list li a {
	color: rgb(34, 31, 31);
	
}
 .srmenu-list li i {
 padding:10px;	
}
.srmenu-list ul {
	list-style-type: none;
	padding-left: 0px;
}

.srmenu-footer-link {
    background-color: #022A4A;
    padding: 6px;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999999; /* Ensure it's always on top */
} 



#socialiconsbox {
margin-top: -10px;
    display: flex;
    gap: 4px; /* Space between icons */
}

.srmenu-socialicons {
    font-size: 12px; /* Adjusted icon size */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Fully circular buttons */
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Brand Colors */
.srmenu-facebook { background-color: #1877F2; color: #fff; }
.srmenu-pinterest { background-color: #E60023; color: #fff; }
.srmenu-twitter { background-color: #1DA1F2; color: #fff; } /* Twitter/X Blue */
.srmenu-youtube { background-color: #FF0000; color: #fff; }
.srmenu-instagram { background-color: #C13584; color: #fff; }
.srmenu-linkedin { background-color: #0077B5; color: #fff; }
.srmenu-telegram { background-color: #0088cc; color: #fff; }
.srmenu-whatsapp { background-color: #25D366; color: #fff; }

/* Hover Effect - Darkens slightly */
.srmenu-socialicons:hover {
    transform: scale(1.2);
    filter: brightness(0.9);
}

/* Make sure icons are properly centered */
.srmenu-socialicons i {
    font-size: 12px;
    line-height: 20px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #socialiconsbox {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.total_rachana {
text-align:center;
margin-bottom:3px;
margin-top:-12px;
font-weight:bold;
color:#022A4A;
}



.srmenu-heading {
    padding-left:15px;
    float: left;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #000; /* Adjust the color and thickness as needed */
}

.srmenu-subheading {
    padding-left:15px;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #000; /* Adjust the color and thickness as needed */
}

/* Styles for the accordion section */
.srmenu-accordion-section {
  display: none;
}

/* Styles for the arrow icon */
#chand-arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

#chand-arrow.fa-arrow-up {
  transform: rotate(180deg); /* Rotate arrow when section is open */
}

#chand-arrow.fa-arrow-down {
  transform: rotate(0deg); /* Arrow pointing down by default */
}

/* End SR Menu */

/* Donation Box */
.donation-box {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    margin: 50px auto;
    position: relative;
    overflow:;
}

.donation-box p {
    margin-top:25px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.donate-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background: #022a4a;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
}

.donate-button:hover {
    color:#ffffff;
    background: #0056b3;
}

.image-container {
    position: absolute;
    top: -40px;  /* Move the image outside the box */
    left: 50%;
    transform: translateX(-50%);
    width: 80px;  /* Adjust width of the image */
    height: 80px;  /* Adjust height of the image */
    background-color: #ffffff;  /* Matching background color */
    border-radius: 50%;  /* Round background */
    padding: 10px;  /* Space around the image */
    box-shadow: 0 -5px 3px rgba(0, 0, 0, 0.1);  /* Top shadow */
    }

.donate-icon {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;  /* Round the image itself */
}

/* Responsive Design */
@media (max-width: 768px) {
    .donation-box {
        padding: 15px;
        max-width: calc(100% - 30px);
    }
}
/* End Donation Box */