.about-page {
  margin: 0;
  padding: 0;
  background-color: #f0efeb;
}
.custom-img {
  max-width: 100%;
  width: 80%; /* Adjust this value to make the image smaller */
  height: 170px !important;
  border: 2px solid #ddd;
  border-radius: 18px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -10px; /* Adjust as needed */
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 2s forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.yogaaa{
  margin-bottom:29px !important;
}
.abt-txt {
  font-size: 17px;
  text-align: justify;
}
/* .abt-section{
    margin-top: -20px;
    margin-bottom: -87px;
} */
.abt-txt {
  position: relative;
  padding: 20px; /* Adjust padding to ensure borders are visible */
  border-radius: 8px; /* Optional: Rounded corners for other corners */
}

.abt-txt::before,
.abt-txt::after {
  content: "";
  position: absolute;
  border: 0px solid #ddd; /* Solid border color and thickness */
}

.abt-txt::before {
  top: 0;
  left: 0;
  width: 50px; /* Width of the border area */
  height: 50px; /* Height of the border area */
  border-top: 6px solid #ffb606; /* Top border */
  border-left: 6px solid #ffb606; /* Left border */
  border-radius: 0px; /* Rounded corner at the top-left */
}

.abt-txt::after {
  bottom: 0;
  right: 0;
  width: 50px; /* Width of the border area */
  height: 50px; /* Height of the border area */
  border-bottom: 6px solid #ffb606; /* Bottom border */
  border-right: 6px solid #ffb606; /* Right border */
  border-radius: 0px; /* Rounded corner at the bottom-right */
}

.custom-img {
  max-width: 100%;
  height: auto;
  border-radius: 0px; /* Optional: Rounded corners for the image */
}
.our-vision-credo {
  color: white !important;
  text-align: center;
  margin-bottom: 43px;
  /* background-image: url('https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDI0LTAyL3Jhd3BpeGVsX29mZmljZV8zNl9jbGVhbl9taW5pbWFsX3Bob3RvX29mX3Rvcm5fc3RyaXBfb2ZfcGFwZXJfeV9lNDA2MjMwZS01ZjI2LTRiZmEtYjAzZi05YWY5N2U4OWQ2YjBfMS5qcGc.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px; */
  background-color: #ffb606;
  padding: 10px;
  font-size: 25px;
  margin-top: 0px !important;
}
.vision-sec {
  color: #ffb606;
}
.custom-img1 {
  max-width: 100%;
  width: 80%; /* Adjust this value to make the image smaller */
  height: 210px !important;
  border: 2px solid #ddd;
  border-radius: 18px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 21px; 
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 2s forwards;
}
.custom-imggg{
  margin-top:46px;
  max-width: 100%;
  width: 80%; /* Adjust this value to make the image smaller */
  height: 191px !important;
  border: 2px solid #ddd;
  border-radius: 18px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* margin-top: 31px;  */
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 2s forwards;
}

.values-list {
  list-style-type: disc; /* Adds bullets */
  padding-left: 20px; /* Adjust space for bullets */
  margin-top: -10px;
  text-align: justify;
  font-size: 17px;
  color: black; /* Align text to the left */
}
.custom-img2 {
  max-width: 100%;
  width: 80%; /* Adjust this value to make the image smaller */
  height: 180px !important;
  border: 2px solid #ddd;
  border-radius: 18px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: -24px; /* Adjust as needed */
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 2s forwards;
  margin-bottom: 20px;
}
.custom-img6 {
  max-width: 100%;
  width: 80%; /* Adjust this value to make the image smaller */
  height: 184px !important;
  border: 2px solid #ddd;
  border-radius: 18px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 6px; /* Adjust as needed */
  opacity: 0;
  transform: translateX(100%);
  animation: slideIn 2s forwards;
}
.headingg {
  margin-top: 0px;
}
table {
  width: 70%;
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 43px;
}
th,
td {
  border: 1px solid #bcb9b9;
  padding: 8px;
  text-align: left;
}
th {
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 25px;
}
tr {
  background-color: #f9f9f9;
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 500;
}
.image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 43px;
}

.image-container img {
  width: 100%;
  max-width: 40%;
  height: 500px;
  margin: 1%;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .image-container img {
    max-width: 100%; /* Stack images on smaller screens */
    margin: 0;
    margin-bottom: 1rem;
  }
}

.end-padding {
  padding-bottom: 0px;
}
p {
  margin: 0px;
  text-align: justify;
}
.topppp {
  color: rgb(255, 255, 255) !important;
}

.img11 {
  margin: 0px;
}

.diwaliii {
  margin-top: 30px;
}
/* .gudi-img {
  margin-top: 33px;
} */
.womens-day {
  margin: 0 auto;
}
/* .womens-day1 {
  margin-top: 49px;
} */

.womens-day2 {
  margin-bottom: 30px;
  margin-top: -20px;
}
.aids-image {
  margin-bottom: 30px;
}

.yoga-img1 {
  margin-top: 0px !important;
}
.yoga-img2 {
  margin-top: 0px !important;
}
/* .vysan-mukti {
  margin-top: 30px;
} */
.makar1 {
  margin-top: 0px !important;
}
.makar2 {
  margin-top: 45px;
}
.environment1 {
  margin-top: 60px;
}
.margin16{
  margin-top:16px !important;
}
.aug-img {
  margin-top: 41px;
}
/* .republic-img {
  margin-top: 40px;
} */
.gandhi-img {
  margin-top: 55px;
}
.sambhaji-para {
  margin-top: 50px;
}

.list-inline > li {
  color: rgb(255, 255, 255) !important;
}
.toppppp {
  color: rgb(255, 255, 255) !important;
}
/* .activity-page,
.events-page {
  background-color: #f0efeb;
} */
.footer-logo {
  color: #ffb606;
}

.thankyou-page {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
}
.pading{
  padding-left: 194px;
}

.background-image {
  position: relative;
  height: 100%;
  background-image: url("https://i.pinimg.com/736x/96/8c/1d/968c1d3ef972355fe3a4818a370a1455.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centered-text {
  color: white;
  font-size: 17px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: for better readability */
  padding: 300px;
  border-radius: 10px; /* Optional: for rounded corners */
}

.ulockd-footer-qlink ul li a.active {
  color: rgb(255, 183, 0) !important;
}

/* Main container styling */
.containerr {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: stretch;
  height: 400px; /* Set the height as needed */ 
  flex-wrap: wrap;
}

/* Main content styling for both table and image */
.main-content {
  flex: 1;
  overflow: hidden; /* Ensure content doesn't overflow */
}

/* Table specific styling */
.data-table {
  width: 80%;
  height: 20%;
  border-collapse: collapse;
}

.data-table,
.data-table th,
.data-table td {
  border: 1px solid rgba(61, 61, 61, 0.511);
}

.data-table th,
.data-table td {
  padding: 8px;
  text-align: left;
}

/* Image specific styling */
.image-containerr img {
  width: 550px;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  /* margin-bottom: 50px; */
  /* margin-top:49px; */

  &::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid black;
    border-image: linear-gradient(45deg, red, blue) 1;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
  }

  /* Cover ensures the image fills the container without distortion */
}
.data-table th {
  color: #ffb405;
}

/* .our-bank-detail-head {
  margin-top: 43px;
} */
.donate-line {
  font-size: 17px;
  margin-left: 66px !important;
}
.donate-line1 {
  text-align: center !important;
}
.bank {
  text-align: center;
}
.bank a {
  font-weight: bold;
  color: #ffb405;
  background: linear-gradient(45deg, #f06, #4a90e2);
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

@media(min-width:300px)and (max-width:1000px){
  .responsive{
    margin:0 auto;
  }
  .abt-txt{
    text-align: justify;
  }
  .paraaa{
    margin-top: 10px!important;
  }
  .abt-txt {
    font-size: 17px;
    line-height: 1.6;
  }
  .reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .responsive1{
    font-size:15px;
  }
  .responsive2{
    font-size:15px;
  }
}



.containerrrrr {
  display: flex;
  justify-content: space-between;
}
.content100 {
flex: 50% 0 0;
  padding: 10px;
}
.fb-plugin {
flex: 0 0 40%;
  padding: 10px;
  margin-left:60px;
}
.joinus{
font-size:17px;
}
.faceh1{
color:#0765fe;
}
@media (min-width:300px)and (max-width:1200px){

.containerrrrr{
  display:flex;
  flex-direction: column;
}
.fb-plugin {
  margin:0 auto;
  box-shadow: none;
  padding:0;
  border-radius: none;

}
}
.follwbtn{
  margin-top:30px;
  background-color:#ffb300 ;
  border-color: none;
  border-radius:7px;
}

.follwbtn a{
  color: white;
}

.ulockd-ohour-info.style2{
  justify-content: space-evenly !important;
}

 @media (min-width: 1200px) {
  .header1 {
width: 25% !important;
  }
  }
  .ulockd-welcm-hmddl .header-logo {
    margin:0px !important;
  }
  
  .float{
    position:fixed;
    width:50px;
    height:50px;
    bottom:10px;
      left:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:24px;
    z-index:100;
    transition: all 0.3s ease-in-out;
  }

  @media (min-width:320px)and(max-width:1200)
{

  .float{
    position:fixed;
    width:44px;
    height:44px;
    bottom:60px;
    left:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:17px;
    z-index:100;
  
  }
}  
.imageres{
  margin-bottom: 20px;
}
  .my-float{
    margin-top:13px;
  }
  .nav{
    padding-left:30px;
  }
  .fixxx{
    background-color: #fff;
  }
  /* CSS for active link */
  .nav li a.active {
    color: #000000; /* Change text color for active link */
font-weight: 600;
    /* border-radius: 4px; */
}
a:focus, a:hover{
  color: #000000 !important;
}
.ulockd-btn-thm2:hover{
  background-color: #ffb405 !important;
  border-color: #ffb405;
}
.list-unstyled a.active {
  color: #ffb405;
}
.list-unstyled a:hover{
  color: #ffae00 !important;
}

.ulockd-footer-qlink .list-unstyled li a:hover{
  padding: 0px !important;
}
.three-box{
  color: white;
}
.dont-change a:hover{
color: #ffae00 !important;
}
.activity-img{
  object-fit: cover !important;
}

.changemargin{
  margin-top: 0px !important;
}
.marginn{
  margin-top:44px !important;
}
.imagevysan{
  margin-top:25px;
}

.ulockd-welcm-hmddl .header-logo{
  font-size:17px !important;
}


.main-logo:hover{
  color: #ffae00 !important;
}
.ulockd-welcm-hmddl .header-logo{
  padding-top: 15px;
}
.navbarrr{
  padding-left:20px !important;
}
.main-logooo a{
  color: #ffb606;
  margin-top: -20px !important;
  font-weight: bolder;
  font-size: 20px !important;
}
.main-logooo a:hover{
  color: #ffae00 !important;
}
#message {
  height: 150px; /* Set your desired height in pixels */
}
.makarimgg{
  object-fit: cover;
}













.chevron-icon {
  cursor: pointer;
}

.colorred{
  color: red !important;
}

.colorblack{
color: rgb(0, 0, 0);
}




