body{
  background-color: #f7f3ef;
  display: flex;
  flex-direction: column;
}
.navbar .nav-link{
  color:black !important;
}
.navbar .nav-link:hover{
  color: #BB6653 !important;
}
.navbar img {
  display: block;
  margin: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,.navbar-toggler{
  outline: none;
  box-shadow: none;
  border: 0px;

}

.home-carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.home-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


 .mybtn .btn:hover{
    background-color: transparent;
    color: #842E14;
    border:2px solid #842E14;;
}

 .mybtn .btn{
     background-color: #842E14;
    color: white;
}

.inquiry .btn:hover{
    background-color: white !important;
    color: #BB6653 !important;
    border-color: #BB6653 !important;
}
.inquiry .btn{
    background-color: #BB6653; 
    color: #FFF8E8;
    margin-top: 20px; 
    margin-bottom: 10px;
}

#donate .card-body{
  background-color:#784030 !important ;
  color: white;
}

#donate .col .btn{
  color: #BB6653;
  border-color:#BB6653;
  background-color: #FFF8E8;
  border-radius: 5px;
}
#donate .btn:hover{
  background-color: #BB6653;
  color: #FFF8E8;
  border-color: #FFF8E8;
}

.auth{
      display: flex;
  justify-content: center;
}
.auth #carouselExample{
    display: flex;
    width: 50%;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.visandmis img{
  height: 400px;
  width: 500px;
}
.visandmis img:hover{
   transform: scale(1.05);
}

.visandmis .featurette{
  background-color: #F0E4D8 !important;
}

.inquiry .container {
  background-color: white !important;
  border-radius: 15px;
  padding: 30px; 
  max-width: 500px; 
  margin: 50px auto; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
}
.inquiry {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}

.numbers{
    display: flex;
    justify-content: center;
}
#impact-carousel img{
 width: 100%;
 height: 500px;
}
#camp img{
    height: 225px;
    width: 100%;
}
#camp strong{
      font-size: large;
    }
#camp .card{
 background-color: #842E14 !important;
 color: white;
 text-align: center;
}
#camp .card:hover{
  transform: scale(1.05); 
  background-color: white !important;
  color: black;
  transition: background-color 0.5s ease, color 0.5s ease;
}
#camp .card-body{
    height: 160px;
    padding-top: 5px;
    padding-bottom: 5px;
    align-items: center;
   
}

.activity-ban .banner{
    background-image: url('./assets/indexBan.jpg'); 
    padding: 40px 20px; 
}
.banner h1{
    color: #FFF8E8; 
    text-align: center; 
    margin-bottom: 20px;
}
.sneh img{
    height: 100%;
    width: 100vh;
}
#carouselExampleDark .carousel-control-prev,
#carouselExampleDark .carousel-control-next, #carouselExample .carousel-control-prev,
#carouselExample .carousel-control-next {
  width: 50px; 
  height: 50px;
  background: rgba(255, 255, 255, 0.8); 
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8; 
  transition: background 0.3s ease, opacity 0.3s ease;
}

#carouselExampleDark .carousel-control-prev:hover,
#carouselExampleDark .carousel-control-next:hover,#carouselExample .carousel-control-prev:hover,
#carouselExample .carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

#carouselExampleDark .carousel-control-prev-icon,
#carouselExampleDark .carousel-control-next-icon,#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon, #threePhotoCarousel .carousel-control-prev-icon,#threePhotoCarousel .carousel-control-next-icon,#threePhotoCarousel .carousel-control-prev-icon,
#threePhotoCarousel .carousel-control-next-icon {
  filter: invert(1); 
}
.ecs h4, .ecs strong{
    color:#81282C;
}
footer a, footer h5, footer p, footer li{
    color: #f5e6e2 !important;
    text-decoration: none;
}
footer a:hover{
color: goldenrod !important;
}

 input[type="file"] {
            margin-bottom: 20px;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            width: 100%;
            box-sizing: border-box; 
        }
.home-ban .lead span{
    color: #5A2A2A;
    font-weight: bold;
}

.hex {
  width: 450px;
  height: 450px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
}

.hex img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.hex:hover {
  transform: scale(1.05);
}

.image-frame {
  position: relative;
  display: inline-block;
}

.image-frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-frame .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; 
}

 .about-us{
    border-radius: 15px;
    position: relative;
    padding-top: 0px !important;
 }
 .corner-img {
  position: absolute;
  top: 0;       
  left: 0;     
  width: 300px;
  height: auto;
}

.visandmis {
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-out;
}

.visandmis.visible {
  opacity: 1;
  transform: translateY(0);
}
#csr-photos .card {
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-out;
}

#csr-photos .card.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-us{
   opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.about-us.visible{
   opacity: 1;
  transform: translateY(0);
}
.hex{
   opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}
.hex.visible{
   opacity: 1;
  transform: translateY(0);
}


#donate{
  margin-bottom: 100px;
}
#donate img{
  height: 255px;
}

#about .card-cover{
position: relative;
}
 .card-cover {
  position: relative;
}

.card-cover .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1; 
}

#donate{
  overflow-y: hidden !important;
}

  #donate .col{
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-out;
 
}

#donate .col.visible {
  opacity: 1;
  transform: translateY(0);
  
}
.about-us, .csr-head {
  background:
    linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)),
    url("https://ik.imagekit.io/AkshEdits/bg-ab.jpg");
  background-size: cover;
  background-repeat: no-repeat; 
  background-position: center;
}
.about-us{
   width: 90%;
}
.film {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
  transition: opacity 0.5s ease; 
}

.film-text {
  color:#81282C ;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  transition: opacity 0.5s ease;
}

.card-cover:hover .film,
.card-cover:hover .film-text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease-out;
}

    .fixed-button {
      flex-direction: column;
      position: fixed;
      left: 10px; 
      bottom: 10px; 
      padding: 10px 20px; 
      cursor: pointer;
      z-index: 1000; 
    }
  .fixed-button button{
    height: 40px;
    width:40px;
    border-radius: 50px;
    border: none;
  }
  #donate .card-text{
    height: 50px;
  }
 
  @media (max-width: 768px) {
  #camp img {
    height: auto;           
    max-height: 100vh;      
    object-fit: cover;     
  }
  #donate img{
       height: auto;          
    max-height: 100vh;      
    object-fit: cover; 
  }
  
}

@media (max-width: 1400px) {
  .honeycomb {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0;
}
}
.vedic-date {
  background-color: #CDBCAA !important;
  color: #f7f0e9;
  text-align: center;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  margin: 3rem auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: 'Playfair Display', serif;
}

.vedic-date:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.csr-com img{
  height: 250px;
  width: auto;
  margin: 30px;
}
#panchangwidgetid p{
  background: none;
}
#threePhotoCarousel img{
height: 200px;
width: auto;
}
@media (max-width: 486px){
  #threePhotoCarousel img{
    height: 150px;
    width: auto;
  }
  .csr-com img{
  height: 150px;
  width: auto;
  margin: 30px;
}
 .navbar .logo-nav{
    position: absolute !important;
    right: 10px !important; /* Adjust spacing from right edge */
    left: auto !important;
    transform: none !important; /* Remove center translation */
  }
}
@media(min-width:487px) and (max-width:895px){
   #threePhotoCarousel img{
    height: 200px;
    width: auto;
  }
  .csr-com img{
  height: 200px;
  width: auto;
  margin: 30px;
}
}

