
/* Slider container */
.slider {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  
}

/* Slides */
.slides {
  display: flex;
  transition: transform 0.6s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.slide img {
  width: 100%;
  height:600px;
 
}

/* Navigation Dots */
.navigation {
  text-align: center;
  position: absolute;
  bottom: 15px;
  width: 100%;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  background-color:transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.active, .dot:hover {
  background-color:transparent;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .slide img {
      border-radius: 2px;
      height:207px;

  }
}
@media (min-width: 1300px) {
  .slider {
      max-width: 100vw;
  }
}
/******************** slider ends slider ends ends ends end send send sn end sneds ends end sned *********************/
/*about us abouts about us about us */

/* About Us Section Styles */

.about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  background-color: #fff;
  margin: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content {
  flex: 1;
  padding-right: 20px;
}

.content h2 {
  color: #FF6600;
  margin-bottom: 20px;
}

.content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.btn-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF6600;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.btn-more:hover {
  background-color: #e55b00;
}

.image {
  flex: 1;
  text-align: center;
}

.image img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}

/* Media Query for smaller screens */
@media screen and (max-width: 768px) {
  .about-container {
      flex-direction: column;
      align-items: center;
      padding: 8px;
    margin: 10px;
    border-radius: 3px;
  }

  .content {
      padding-right: 0;
      text-align: center;
  }

  .image {
      margin-top: 20px;
  }

  .image img {
      width: 80%;
  }
}


/* Section Styling */
.certificate-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding:40px 120px;; /* Added padding on all sides */
/*  margin: 20px;  Margin on all sides */
margin:1px 110px;
  background: linear-gradient(135deg, #FF6600, #FF8C42);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  color: #fff;
}


/* Content Styling */
.certificate-content {
  flex: 1;
  max-width: 500px;
}

.certificate-content h2 {
  font-size: 2.5rem;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.certificate-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f0f0f0;
}

/* Button Styling */
.donate-btn {
  background-color: #fff;
  color: #FF6600;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.donate-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(255, 102, 0, 0.3);
}

/* Image Styling */
.certificate-image {
  flex: 1;
  text-align: center;
}

.certificate-image img {
  max-width: 100%;
  height: auto;
  border: 4px solid #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
  .certificate-section {
      flex-direction: column;
      padding: 20px;
      text-align: center;
      margin:1px 1px;
  }

  .certificate-content {
      max-width: 100%;
  }

  .certificate-image img {
      margin-top: 20px;
  }
}



/*******************out work start start start start start start *****************/
.heading-after-slider {
  text-align: center;
  margin-top: 40px;
}

.slider-heading {
  font-size: 36px;
  color: #FF6600;  /* You can adjust the color */
  font-weight: bold;
}
/* For larger screens like desktop */
@media (min-width: 1024px) {
  .slider-heading {
    margin-bottom: 40px;;
    font-size: 48px;  /* Increase the font size for desktop */
  /*  text-decoration: underline  #FF6600;   Adds a dashed underline */
    letter-spacing: 3px;  /* Slightly more space between letters */
  }
}

/**********************************************/
/* whatsaap and dial pad*/ 
   /*whatsapp whatsapp*/  
/* code try codepen try*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#00b300;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.gloat {
    position:fixed;
	width:60px;
	height:60px;
	bottom:110px;
	right:40px;
	background-color:#3399ff;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.tloat {
  position:fixed;
width:60px;
height:60px;
bottom:180px;
right:40px;
background-color:#FF6600;
color:#FFF;
border-radius:50px;
text-align:center;
font-size:30px;
box-shadow: 2px 2px 3px #999;
z-index:100;
}
.my-float{
	margin-top:16px;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}
/* for a whatsapp for a whatsapp and the system */
/* Media Query for max width 414px */
@media (max-width: 414px) {
  .tloat {
    width: 50px; /* Adjust size for better visibility */
    height: 50px; /* Increase size for touch targets */
    position: fixed; /* Use fixed positioning */
    bottom: 130px; /* Position from bottom */
    right: 10px; /* Adjust right position */
    font-size: 24px; /* Adjust font size for visibility */
    z-index: 100; /* Ensure it's on top */
} 
  .gloat {
        width: 50px; /* Adjust size for better visibility */
        height: 50px; /* Increase size for touch targets */
        position: fixed; /* Use fixed positioning */
        bottom: 80px; /* Position from bottom */
        right: 10px; /* Adjust right position */
        font-size: 24px; /* Adjust font size for visibility */
        z-index: 100; /* Ensure it's on top */
    }

    .float {
        width: 50px; /* Adjust size for better visibility */
        height: 50px; /* Increase size for touch targets */
        position: fixed; /* Use fixed positioning */
        bottom: 30px; /* Position from bottom */
        right: 10px; /* Adjust right position */
        font-size: 24px; /* Adjust font size for visibility */
        z-index: 100; /* Ensure it's on top */
    }

    .my-float {
        margin-top: 10px; /* Adjust margin if necessary */
    }
}



/* Gallery container */
.album {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Main container for all the images */
.responsive-container-block.bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;  /* Space between columns */
  max-width: 1300px;  /* Max width to contain 3 columns */
}

/* Each row containing 3 images */
.responsive-container-block.img-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;  /* Space between rows */
  width: 280px;  /* Each image container will have 280px width */
}

/* Style for images */
.img {
  width: 280px;
  height: 250px;
  object-fit: cover;  /* Ensures images cover the div without distortion */
  border-radius: 5px;  /* Optional: Add rounded corners */
  cursor: pointer;
    
  transition: transform 0.2s;
}
.img:hover {
  transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Optional: Add some style to the last image if you want to give it a special style */
.img-last {
  /* Example: Add a border to the last image */
  
}

/* Optional: Add style for bigger images, if needed */
.img-big {
  height: 270px;  /* Optional: make some images slightly bigger */
}

/* Responsive design: stack images vertically for smaller screens */
@media (max-width: 768px) {
  .responsive-container-block.bg {
    flex-direction: column;
    align-items: center;
  }
  .responsive-container-block.img-cont {
    width: 100%;  /* Make each image container take full width */
  }
  .img {
    width: 100%;  /* Make images full-width on small screens */
    height: auto;  /* Keep the aspect ratio */
  }
}

/* Styling for the content before footer */
.content-before-footer {
  background-color: #f9f9f9; /* Light background color */
  padding: 40px 100px; /* Add padding for spacing */
  text-align: center; /* Center the text */
  border-radius: 8px; /* Optional: rounded corners for the section */
  margin-bottom: 50px; /* Space before the footer */
}

/* Title styling */
.content-title {
  font-size: 2em; /* Large text for the title */
  color: #333333; /* Dark text color */
  margin-bottom: 20px; /* Space below the title */
  font-weight: bold; /* Make title bold */
}

/* Subtitle styling */
.content-subtitle {
  font-size: 1.5em; /* Medium size for the subtitle */
  color: #FF6600; /* Use your preferred color */
  margin-top: 30px; /* Space above the subtitle */
  margin-bottom: 20px; /* Space below the subtitle */
}

/* Paragraph styling */
.content-description {
  font-size: 1.1em; /* Slightly larger text */
  color: #666666; /* Grey text for better readability */
  margin-bottom: 20px; /* Space below the paragraph */
  line-height: 1.6; /* Increase line height for better readability */
}

/* List styling */
.help-list {
  list-style-type: none; /* Remove bullets */
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  color: #444444;
}

.help-list li {
  margin-bottom: 15px; /* Space between list items */
  line-height: 1.6; /* Increase line height for readability */
}

.help-list li strong {
  color: #FF6600; /* Highlight the "Donate", "Volunteer", and "Spread the Word" */
}

/* Responsive Design: Mobile */
@media (max-width: 768px) {
  .content-before-footer {
      padding: 30px 20px; /* Adjust padding for smaller screens */
  }

  .content-title {
      font-size: 1.8em; /* Reduce font size for smaller screens */
  }

  .content-subtitle {
      font-size: 1.3em; /* Reduce subtitle font size */
  }

  .content-description {
      font-size: 1em; /* Slightly reduce paragraph text size */
  }

  .help-list li {
      font-size: 1em; /* Adjust font size of list items */
  }
}

/* Further adjustments for mobile screens (smaller than 480px) */
@media (max-width: 480px) {
  .content-title {
      font-size: 1.6em; /* Further reduce font size for very small screens */
  }

  .content-subtitle {
      font-size: 1.2em; /* Further reduce subtitle size */
  }

  .content-description {
      font-size: 0.95em; /* Slightly reduce paragraph font size */
  }

  .help-list li {
      font-size: 0.95em; /* Adjust font size of list items */
  }
}

  

/* Lightbox Modal Styling */
.lightbox {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.lightbox-content {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
}

.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
}

.close:hover {
  color: #FF6600; /* Customize to your brand color */
}
