h1{
    text-align: center;
    margin: 40px 0;
    font-size: 40px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
  }
  .slick-slide.inner {
    margin: 0 15px;
  }

  .team-classic{
    max-width:1000px !important;
  }
/* Existing slide animation */
@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  
  /* Container styling */
  .logos {
    overflow: hidden;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    position: relative;
  }
  
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  
  .logos:before {
    left: 0;
    /* Uncomment for gradient effect */
    /* background: linear-gradient(to left, rgba(255, 255, 255, 0), white); */
  }
  
  
  .logos:after {
    right: 0;
    /* Uncomment for gradient effect */
    /* background: linear-gradient(to right, rgba(255, 255, 255, 0), white); */
  }
  
  
  /* Pause animation on hover */
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  
  /* Sliding animation and responsive adjustments */
  .logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
  }
  
  
  /* Image styling */
  .logos-slide img {
    height: auto;
    /* width: 100%; */
    max-height: 200; /* Adjust max height as needed */
    margin: 0 10px;
  }
  
  
  /* Page wrap padding adjustments */
  @media (min-width: 670px) {
    .page-wrap[data-v-2302d81c] {
      padding: 0 72px;
    }
  }
  
  
  /* Additional adjustments for responsiveness */
  @media (max-width: 768px) {
    .logos-slide img {
      max-height: 210px; /* Adjust max height for smaller screens */
      margin: 0 5px;
    }
  }
  

  /* .breadcrumbs-custom{
    padding: 10px !important;
  } */


.nepadyam{
  /* font-size: xx-small !important; */
  font-weight: 550;

}

.head-bg-img{
  position: relative !important;
  background-image: url('../images/bg-about1.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important; 
  /* padding: 100px  !important; */
  height: 160px !important; 
}


/* Background styling */
.stylish-section {
  /* background: linear-gradient(to right, #988b87, #c3cfe2) !important; */
  padding: 60px 0 !important;
  border-radius: 15px !important;
}

/* Text styling */
.intro-text {
  font-size: 1.1rem !important;
  padding:170px 230px !important;
  line-height: 1.7 !important;
  margin-bottom: 20px !important;
  font-weight: 500;
  color: #000000 !important;
  animation: fadeIn 1.5s ease-in-out !important;
  text-align: justify;
}

.activities-title {
  font-size: 1.6rem !important;
  color: #a48867 !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

/* List styling with custom bullet points */
.styled-list {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.styled-list li {
  position: relative !important;
  padding-left: 35px !important;
  margin-bottom: 15px !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  color: #444 !important;
  animation: slideIn 1.5s ease-in-out !important;
}
.paragraph {
  font-size: 16px;
}
.big-para {
  font-size: 18px;
}
/* Custom bullet points */
.styled-list li::before {
  content: '\273F' !important;
  position: absolute !important;
  left: 0 !important;
  top: -6px !important;
  color: #926b48 !important;
  font-size: 1.5rem !important;
}

/* Contact Info styling */
.contact-info p {
  margin-top: 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.contact-info span {
  color: #6b4913 !important;
  font-weight: bold !important;
}

/* Fade in animation */
@keyframes fadeIn {
  from {
    opacity: 0 !important;
  }
  to {
    opacity: 1 !important;
  }
}

/* Slide in animation for list items */
@keyframes slideIn {
  from {
    transform: translateX(-20px) !important;
    opacity: 0 !important;
  }
  to {
    transform: translateX(0) !important;
    opacity: 1 !important;
  }
}

/* Add hover effect on list items */
.styled-list li:hover {
  color: #6c4b25 !important;
  transition: color 0.3s ease !important;
}

.donation-buttons h4 {
	color: greenyellow !important;
	font-size: 15px !important;
	font-weight: bold !important;
}
.donation-buttons a {
	width: 50px !important;
	margin-left: 10px !important;
	background: none !important;
	padding: 0px !important;
	border: none !important;
}
.donation-buttons .img {
    width: 30px !important;  
    height: auto !important; 
    border-radius: 5px !important;  
}
.rd-navbar-static .rd-nav-link {
	font-size: 13px !important;
}
.breadcrumbs-custom {

  background: none !important;
}
.breadcrumbs-custom-path li {
  font-size: 14px !important;
  font-weight: 500;
}
.breadcrumbs-custom-path a,
.breadcrumbs-custom-path li.active{
  color: #7c1818;
  font-weight: 500;
}
.heading-color{
  /* color: #a48867 !important; */
  color: #7c1818 !important;
}
.breadcrumbs-custom-path a:hover{
  color: rgb(0, 0, 0) !important;
}

/* .sub-bg-1{
    background-image: url('../images/bg-subpages.png');
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
     background-position: center !important;
    padding: 20px !important;  
    color: #000000 !important;
    border-radius: 10px !important;
    height:20rem;
    width: fit-content;
  

} */


.sub-bg-1 {
  position: relative !important;
  background-image: url('../images/bg-subpages%20%282%29.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; /* Ensure the image covers the content area */
  background-position: center !important;
  /* padding: 175px !important; */
  /* color: #ffffff !important; */
  border-radius: 10px !important;
  min-height: 50px !important; 
} 

.sub-bg-1 span {
  position: relative !important;
  /* z-index: 2 !important; */
}
.sub-head-nepadyam{
  color:#ad945e !important;
}
.sub-head-nepadyam-title{
  color: rgb(106 63 64) !important;
}



/* General Styling */
body {
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
}

/* Adjustments for Image Responsiveness */
.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .container {
    /* padding: 0 15px; */
  }

  /* Center-align text and images on smaller screens */
  .text-center {
    text-align: center;
  }

  .text-justify {
    /* text-align: justify; */
  }
}

.responsive-col{
  display: flex !important;
  /* color: #7c1818 !important; */
}
@media (max-width: 768px) {
  .responsive-col {
    display: block !important; 
  }
}

@media (max-width: 767px) {
  .section-main-bunner {
      display: block !important;
      visibility: visible !important;
  }
}
.section-main-bunner {
  height: auto;
}

