#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  animation: fadeOut 5s forwards; 
}

.loader-gif {
  width: 450px;
  height: 450px;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  80% { opacity: 1; } 
  100% { opacity: 0; pointer-events: none; }
}

/* Toast Container at bottom-right */
.toast-container-bottom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

/* Custom toast styling */
.custom-toast {
  background-color: #064420; /* dark green */
  color: #fff;
  border: 1px solid #0a5e33;
  box-shadow: none;
  min-width: 300px;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
}

/* Toast header */
.custom-toast .toast-header {
  background-color: #064420;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

/* Close button */
.toast-close {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

/* Toast body */
.custom-toast .toast-body {
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
}

/* Hide toast when checkbox is checked */
#toast-close:checked + .custom-toast {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 0.3s ease;
}

body {
  font-family:'Inter',sans-serif;
  text-align:center;
  margin:0;
  overflow: auto;
  overflow-x:hidden;
}

.navbar {
  width:100%;
  height:7%;
  background-color:darkgreen;
  position:fixed;
  z-index:1000;
}
#nav-text {
  font-family:'Lora',serif;
  text-decoration-color:whitesmoke;
  color:white;
  font-size:22px;
}
#t1 {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:128px;
  margin-top:10px;
}
#ts1 {
  font-family:'Lora',serif;
  color:black;
  font-size:48px;
  margin-bottom:20px;
}
.image-container {
  position:relative;
  display:inline-block;
  width:100%;
}
.fullscreen-image {
  width:100%;
  height:50%;
  margin-top:-50px;
  display:block;
}
.gif-overlaps {
  position:absolute;
  top:0%;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  height:100%;
  pointer-events:none;
}
#t2 {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:40px;
  margin-top:20px;
  text-align:center;
}
#t6 {
  position:relative;
  align-items:center;
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:40px;
  margin-top:0px;
  text-align:center;
}
#ts2 {
  font-family:'Inter',sans-serif;
  color:black;
  font-size:18px;
  margin-bottom:0px;
  padding-left:150px;
  padding-right:150px;
}
.btn-primary {
  font-family:'Lora',serif;
  font-size:20px;
  background-color:darkgreen;
  padding:5px;
  padding-left:30px;
  padding-right:30px;
  border-radius:10px;
}
#t3 {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:32px;
  margin-left:20px;
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  margin-top:-80px;
}
.records-container {
  display:flex;
  align-items:center;
  margin-top:40px;
  margin-left:10px;
  margin-right:10px;
}
#carouselExampleControls,.carousel-inner,.carousel-itemactive {
  position:relative;
  width:82.5%;
  height:300px;
  margin-left:50px;
  margin-right:20px;
}
#cardsgates,#cardsgates-2 {
  position:relative;
  width:100%;
  height:40%;
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  border:2px solid white;
  background-color:#EFFFF1;
  box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
/* 1. Define the keyframe animation */
@keyframes glowing-seagreen-yellow {
  0% {
  background-position:0% 50%;
}
50% {
  background-position:100% 50%;
}
100% {
  background-position:0% 50%;
}
}
.i1-wrapper {
 
    width:420px;
  height:auto;
    margin:30px;
  border-radius:20px;
    position:relative;
  z-index:1;
  overflow:hidden;
  box-shadow:none;
}

.i1 {
  display:block;
    width:100%;
    height:100%;
    object-fit:cover;
  padding:5px;
  border-radius:20px;
    position:relative;
  z-index:2;
}
.i1-wrapper::after {
  content:'';
  position:absolute;
  top:-10px;
  left:-10px;
  right:-10px;
  bottom:-10px;
  z-index:0;    
    filter:blur(15px);
  background:linear-gradient(135deg,whitesmoke,darkgreen,darkgreen);
  background-size:200% 200%;
  border-radius:25px;
  animation:glowing- whitesmoke-darkgreen-darkgreen 4s linear infinite;
}
.card-title {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:30px;
  margin-top:-10px;
}
.card-titles {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:30px;
  margin-left:70px;
  padding:30px;
}
.card-text {
  font-family:'Inter',sans-serif;
  color:black;
  font-size:20px;
  margin-left:70px;
  padding:0px;
}
#borjungle,.borjungle {
  font-family:'Inter',sans-serif;
  font-size:20px;
  color:white;
  background-color:darkgreen;
  margin-top:20px;
  padding:5px;
  margin-left:70px;
  padding-left:40px;
  padding-right:40px;
  border-radius:10px;
  justify-items:right;
  transition:background-color 0.2s ease,transform 0.2s ease;
}
#borjungle:hover,.borjungle:hover {
  background-color:#005500;
  transform:translateY(-2px);
  box-shadow:0 4px 6px rgba(0,0,0,0.2);
}
.cardright {
  position:absolute;
  border:4px solid darkgreen;
  right:10px;
  width:20%;
  height:600px;
  margin-top:-300px;
  margin-right:30px;
  margin-left:30px;
}
.card-img-top {
  width:90%;
  height:300px;
  padding:20px;
  border-radius:30px;
}
#qr {
  height:150px;
  border:4px solid darkgreen;
}
.cardformation,.cardlength,.cardhills,.cardreserve {
  position:absolute;
  height:300px;
  width:225px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  background-color:#EFFFF1;
  border:2px solid white;
  transition:transform 0.3s cubic-bezier(0.25,0.8,0.25,1),box-shadow 0.3s cubic-bezier(0.25,0.8,0.25,1);
  box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.cardformation:hover,.cardlength:hover,.cardhills:hover,.cardreserve:hover {
  transform:translateY(-8px) scale(1.02);
  box-shadow:0 12px 20px rgba(0,0,0,0.3);
}
.cardformation {
  margin-left:100px;
  margin-top:40px;
}
.cardlength {
  margin-left:370px;
  margin-top:40px;
}
.cardhills {
  margin-left:640px;
  margin-top:40px;
}
.cardreserve {
  margin-left:910px;
  margin-top:40px;
}
#formation {
  width:200px;
  height:auto;
  border-radius:10px;
  margin-bottom:10px;
}
#history {
  height:400px;
  width:850px;
  align-items:center;
  border-radius:30px;
}
#geo-text {
  padding:2px;
  font-size:15px;
}
.main-container {
  width:100%;
  padding-right:40px;
  padding-left:40px;
}
.title-header {
  text-align:center;
  margin-bottom:30px;
  font-size:2.5rem;
  color:#1a4d2e;
  font-weight:900;
}
.card-container {
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  gap:20px;
  padding:10px 0;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
  -ms-overflow-style:none;
}
.card-container::-webkit-scrollbar {
  display:none;
}
.card-eco-item {
  flex:0 0 auto;
  width:400px;
  height:500px;
  position:relative;
  border-radius:16px;
  overflow:hidden;
  scroll-snap-align:start;
  transition:transform 0.3s ease-in-out;
  cursor:pointer;
  border:4px solid darkgreen;
}
.card-eco-item:hover {
  transform:scale(1.03);
}
.card-eco-item-image {
  width:100%;
  height:100%;
  background-size:cover;
  background-position:center;
  transition:transform 0.5s ease;
}
.card-eco-item:hover .card-eco-item-image {
  transform:scale(1.05);
}
.card-eco-item-content {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  color:white;
  padding:20px;
  background:linear-gradient(to top,rgba(0,0,0,0.75),rgba(0,0,0,0));
  z-index:10;
  min-height:40%;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.card-eco-item-content h3 {
  margin-top:0;
  margin-bottom:8px;
  font-size:1.8rem;
  font-weight:900;
  text-shadow:0 2px 4px rgba(0,0,0,0.5);
  line-height:1.2;
}
.card-eco-item-content p {
  margin:0;
  font-size:1rem;
  font-weight:400;
  line-height:1.4;
  text-shadow:0 1px 2px rgba(0,0,0,0.5);
}
@media (max-width:600px) {
  .card-eco-item {
  width:90vw;
  height:400px;
  margin-left:5vw;
  margin-right:5vw;
}
.card-container {
  padding:10px 0 10px 5vw;
}
.title-header {
  font-size:2rem;
}
}/* ===== Statistics Section ===== */
.stats-section {
  color:white;
  text-align:center;
  padding:0px 20px;
  margin-top:20px;
  border-radius:20px;
}
.stats-title {
  font-size:2.2rem;
  font-weight:900;
  margin-bottom:40px;
  text-transform:uppercase;
  letter-spacing:1px;
}
.stats-container {
  display:flex;
  justify-content:center;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}
.stat-card {
  background:darkgreen;
  border-radius:20px;
  padding:40px;
  width:250px;
  height:180px;
  transition:transform 0.3s ease,background 0.3s ease;
}
.stat-card:hover {
  background:darkgreen;
  transform:translateY(-10px);
}
.stat-number {
  font-size:2.5rem;
  font-weight:900;
  margin:0;
  color:#fff;
}
.stat-label {
  font-size:1.1rem;
  margin:5px 0 0;
  color:#d0ffd2;
  font-weight:500;
}
@media (max-width:768px) {
  .stats-container {
  flex-direction:column;
  gap:20px;
}
.stat-card {
  width:80%;
}
}/*Gallery*/
 @keyframes scrollDown {
  from {
  transform:translateY(0);
}
to {
  transform:translateY(-50%);
}
}.gallery-container {
position:relative;
  display:flex;
  justify-content:center;
  gap:20px;
height:600px;
  overflow:hidden;
box-shadow:0 0px 10px rgba(0,0,0,0.5);
  border-radius:1rem;
  width:90vw;
  max-width:1000px;
margin:20px 40px 40px auto;
  background-color:#EFFFF1;
  padding:1rem;
}
.marquee-column {
  width:45%;
  display:flex;
  flex-direction:column;
}
.column-1 {
  animation:scrollDown 20s linear infinite;
  /* Adjust '20s' for speed */
}
.column-2 {
  animation:scrollDown 20s linear infinite;
}
.image-set img {
  width:100%;
  height:200px;
    display:block;
  object-fit:cover;
  margin-bottom:10px;
 border-radius:0.5rem;
  transition:transform 0.3s ease-in-out;
  box-shadow:0 4px 10px rgba(0,0,0,0.3);
}
 .marquee-column:hover {
  animation-play-state:paused;
}
.image-set img:hover {
  transform:scale(1.03);
  box-shadow:0 0 20px rgba(0,150,255,0.7);
}
.cardfor {
  font-family:'Lora',serif;
  color:darkgreen;
  font-size:20px;
  font-weight:bold;
  margin:0;
}
.photo-section {
  position:absolute;
  width:26%;
  height:600px;
  margin-top:12px;
  margin-left:40px;
  border:4px solid darkgreen;
  border-radius:22px;
  overflow:hidden;
}
#photoshoot {
  width:100%;
  height:100%;
  border-radius:20px;
  object-fit:cover;
  filter:brightness(65%);
}
#img-photo-text {
  position:absolute;
  top:90px;
  left:50%;
  transform:translateX(-50%);
  text-align:center;
  font-size:27px;
  font-family:'Lora',serif;
  color:whitesmoke;
  z-index:2;
}
#Partcipate {
  position:absolute;
  bottom:80px;
  left:50%;
  transform:translateX(-50%);
  height:45px;
  width:220px;
  border-radius:25px;
  background-color:darkgreen;
  color:white;
  font-weight:bold;
  font-size:16px;
  border:none;
  cursor:pointer;
  z-index:2;
  transition:0.3s;
}
#Partcipate:hover {
  background-color:#2e7d32;
  transform:translateX(-50%) scale(1.05);
}
.reviews-section-darkgreen {
  background-color:darkgreen;
 padding:25px 90px;
  display:flex;
  gap:24px;
  justify-content:center;
  flex-wrap:wrap;
min-height:550px;
}
.review-card {
width:300px;
  height:500px;
 flex-shrink:0;
background-color:#ffffff;
  border-radius:12px;
  padding:25px;
  box-shadow:0 10px 30px rgba(0,0,0,0.3);
  transition:transform 0.3s ease-in-out,box-shadow 0.3s ease-in-out;
display:flex;
  flex-direction:column;
  justify-content:space-between;
overflow:hidden;
}
.review-card:hover {
  transform:translateY(-8px);
            box-shadow:0 20px 40px rgba(0,0,0,0.4);
}        .review-header {
  margin-bottom:15px;
}
.rating {
  font-size:1.25rem;
  color:#ffc107;
margin-bottom:5px;
  letter-spacing:2px;
}
.review-title {
  font-size:1.15rem;
  font-weight:700;
  color:#222;
  line-height:1.3;
}
/* Review Body Text */
        .review-text {
  font-size:0.95rem;
  color:#444;
  line-height:1.6;
  margin-bottom:auto; 
  flex-grow:1;
overflow:hidden;
  text-overflow:ellipsis;
}

        .reviewer-info {
  display:flex;
  align-items:center;
  padding-top:15px;
  border-top:1px solid #f0f0f0;
}
.reviewer-avatar {
  width:50px;
  height:50px;
  border-radius:50%;
  object-fit:cover;
  margin-right:12px;
  border:3px solid #00A86B;

            flex-shrink:0;
}
.reviewer-details {
  display:flex;
  flex-direction:column;
  line-height:1.2;
}
.reviewer-name {
  font-size:1rem;
  font-weight:600;
  color:#111;
}
.reviewer-title {
  font-size:0.8rem;
  color:#777;
}

        @media (max-width:1300px) {
  .reviews-section-darkgreen {
 
                overflow-x:auto;
  justify-content:flex-start;
  padding-bottom:100px;
}
.review-card {
 
                margin-right:10px;
}
}@media (max-width:768px) {
  .reviews-section-darkgreen {
                justify-content:center;
}
}@media (max-width:640px) {
  .review-card {
                width:80vw;
}
}.news-section {
  background-color:#f9fff9;
  border-radius:20px;
  padding:40px;
  margin-left:40px;
  margin-right:40px;
  box-shadow:0 4px 12px rgba(0,0,0,0.1);
}
.news-section h2,.news-section h3 {
  font-family:'Jomolhari',serif;
}
.list-group-item {
  border-radius:10px;
  margin-bottom:8px;
  transition:transform 0.2s,background-color 0.2s;
}
.list-group-item:hover {
  background-color:#e8f5e9;
  transform:translateY(-3px);
}
.new-alert {
  background-color:red;
  color:white;
  font-size:12px;
  font-weight:bold;
  padding:3px 8px;
  border-radius:10px;
  margin-left:10px;
  animation:pulse 1.2s infinite;
  box-shadow:0 0 10px red;
}
@keyframes pulse {
  0% {
  opacity:1;
  box-shadow:0 0 10px 3px red;
}
50% {
  opacity:0.6;
  box-shadow:0 0 20px 6px #ff3333;
}
100% {
  opacity:1;
  box-shadow:0 0 10px 3px red;
}
}.satpura-footer {
  width:100%;
  background-color:darkgreen;
  color:white;
  padding:30px 0;
  font-family:'Poppins',sans-serif;
  text-align:center;
}
/* Container */
.satpura-container {
  max-width:1100px;
  margin:auto;
  padding:0 20px;
}
/* Full width logo */
.satpura-logo-full {
  width:100%;
  margin-bottom:30px;
}
.satpura-logo-text {
  font-size:2rem;
  font-weight:900;
  letter-spacing:1px;
  display:block;
  color:white;
}
/* Bottom row:2 columns 50% each */
.satpura-bottom-row {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}
.satpura-subscribe,.satpura-linkedin {
  flex:1 1 48%;
  display:flex;
  justify-content:center;
  align-items:center;
}
/* Newsletter */
.satpura-input {
  padding:10px 20px;
  border-radius:25px;
  border:none;
  outline:none;
  width:70%;
  max-width:300px;
}
.satpura-button {
  padding:10px 20px;
  border-radius:25px;
  border:none;
  background-color:#065F46;
  color:white;
  font-weight:700;
  cursor:pointer;
  margin-left:10px;
  transition:0.3s ease;
}
.satpura-button:hover {
  background-color:#044F34;
}
/* LinkedIn Badge */
.satpura-linkedin {
  justify-content:center;
}
/* Bottom copyright */
.satpura-bottom-copy {
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.3);
  padding-top:10px;
  font-size:0.9rem;
  color:#e5e5e5;
}
/* Responsive */
@media (max-width:768px) {
  .satpura-bottom-row {
  flex-direction:column;
  gap:15px;
}
.satpura-subscribe,.satpura-linkedin {
  flex:1 1 100%;
}
}