.py-5 {
  padding-top: 294px !important;
  padding-left: 10%;
}
.ta {
  padding-left: 10%;
}

/* Responsive vertical line */
.vertical-line {
  position: absolute;
  left: calc(10%); /* Match the .btn-join's margin-left */
  top: 0; /* Start from the top of the container */
  width: 1px;
  background: linear-gradient(92deg, var(--white) 0%, var(--redAccent) 100%);
  z-index: -1; /* Place it behind other elements */
  height: 100%; /* Initial height */
  transition: height 0.2s ease; /* Smooth transition for height change */
}
.juntion-img {
  position: relative;
}
/* Sparkle effect */
.sparkle {
  position: absolute;
  bottom: -6px; /* Position it slightly below the vertical line */
  left: -2px; /* Center it horizontally relative to the line */
  width: 5px; /* Width of the sparkle */
  height: 6px; /* Height of the sparkle */
  background-color: var(--redAccent); /* Sparkle color */
  border-radius: 50%; /* Make it circular */
  box-shadow: 0 0 15px var(--redAccent), 0 0 30px var(--yellowAccent); /* Glow effect */
  animation: sparkle-animation 1.5s infinite alternate; /* Animation for sparkle */
}

/* Sparkle animation keyframes */
@keyframes sparkle-animation {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0.5;
  }
}

.btn-join {
  position: relative;
  margin-top: 60px;
  margin-left: 10%;
  background-color: var(--redAccent);
  width: 159px;
  height: 36px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0px;

  color: var(--white);
  text-align: center;
  border: none;
}

/* Hide vertical line on mobile and tablet */
@media (max-width: 1024px) {
  .vertical-line {
    display: block;
  }
  .saige-image {
    width: 788px;
    height: 588px;
  }
  .decorative-graphic {
    height: 323px;
    width: 781px;
  }
}

h1 {
  font-weight: 300;
  font-size: 3rem !important;
}

.stats-row {
  display: flex;
}

.stat-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
  margin-right: 26px;
  align-items: center;
  height: 100%;
}

.percentage {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 10px;
}
p {
  font-weight: 200;
}
b,
strong {
  font-weight: 500;
}
.stat-bar {
  background-color: var(--customCard);
  border-radius: 12px;
  width: 100%;
}
/* .second-item {
  background-color: var(--yellowAccent);
}

.third-item {
  background-color: var(--redAccent);
} */
.stat-bar {
  transition: height 1s ease-out;
  height: 0 !important;
}

.stat-bar.animate {
  height: var(--target-height) !important;
}

.stat-label {
  color: var(--darkGrayOpacity);
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  align-items: center;
}

.lead {
  max-width: 796px;
  font-weight: 200;
  font-size: 1.5rem;
}
h2 {
  font-weight: 200 !important;
  font-size: 2.25rem;
}
.p-5 {
  padding: 3rem !important;
  max-width: 857px;
}
.lead1 {
  max-width: 833px;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 140%;
  height: 64px;
}
.saige-image {
  background-image: url("../images/SAIGE\ Desktop.webp"); /* Replace with actual image */
  background-size: cover;
  background-position: center;
  width: 1047px;
  height: 788px;
  overflow: hidden;
  margin-left: 10%;
}

.saige-title {
  color: var(--redAccent); /* Adjust to match your design */
  margin-bottom: 20px;
}

.saige-shines-section {
  padding: 50px 15px;
  background-color: var(--lightGray);
}

.saige-title {
  color: var(--redAccent); /* Adjust to match your design */
}

.saige-content-title {
  font-weight: bold;
}

.saige-content-block {
  border-left: 3px solid var(--yellowAccent); /* Gold color for the vertical line */
  padding-left: 15px;
  margin-bottom: 20px;
}

.decorative-graphic {
  background-image: url("../images/Mountains\ Desktop.webp"); /* Replace with actual image path */
  background-size: cover;
  object-fit: fill;
  background-position: center;
  height: 423px;
  width: 981px;
  margin-top: 30px;
  overflow: hidden;
}

.highlight {
  color: var(--redAccent); /* Match highlight color */
  font-weight: 500;
}
.custom-card1 {
  max-width: 355px !important;
  max-height: 205px;
  border: none;
  border-radius: 20px !important;
  background-color: var(--customCard);

  padding: 23px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  text-align: left;
}

.custom-icon {
  max-width: 35px;
  max-height: 35px;

  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.custom-card1 h5 {
  font-size: 20px !important;

  font-weight: 500 !important;
  color: var(--black);
  text-align: left !important;
}
.custom-card1 p {
  font-size: 16px;
  line-height: 140%;
  width: 280px;
  color: var(--darkGray);
  text-align: left;
}

.feature-card1 {
  border-radius: 10px;
  background-color: var(--lightGray);
  padding: 20px;
  box-shadow: 0 2px 4px var(--customCardHover);
  text-align: left;
  max-width: 305px;
  height: 141px;
}

.feature-title1 {
  margin-top: 9px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--black);
  text-align: left;
}

.feature-desc {
  font-size: 14px;
  color: var(--darkGray);
  text-align: left;
  line-height: 140%;
  font-weight: 100;
  width: 253px;
}
.col-md-4 {
  flex: 0 0 auto;
  width: 320px !important;
  height: 186px !important;
}
.highlight {
  color: var(--redAccent);
}

.col-lg-4 {
  flex: 0 0 auto;
  width: 370px;
}

@media (max-width: 1024px) {
  .decorative-graphic {
    background-image: url("../images/Mountains\ Tablet.webp"); /* Replace with actual image path */
    background-size: cover;
    object-fit: cover;
    background-position: center;
    height: 423px;
    width: 89vw;
    margin-top: 30px;
  }
  .saige-image {
    background-image: url(../images/SAIGE\ Tablet.webp);
    background-size: cover;
    background-position: center;
    width: 843px;
    height: 698px;
  }

  .stat-box {
    margin-right: 40px;
  }
}
@media (max-width: 452px) {
  .vertical-line {
    display: none;
  }
  .decorative-graphic {
    background-image: url("../images/Mountains\ Mobile.webp"); /* Replace with actual image path */
    background-size: cover;
    object-fit: fill;
    background-position: center;
    height: 423px;
    width: 323px;
    margin-top: 30px;
  }
  .mobile_icon {
    width: 20px;
    height: 20px;
  }
  .saige-image {
    background-image: url(../images/SAIGE\ Mobile.webp);
    background-size: cover;
    background-position: center;
    width: 367px;
    height: 616px;
    margin-left: -23px;
  }

  .py-5 {
    padding-left: 36px;
  }
  .bg-light {
    margin-right: 36px;
  }
  .stat-label {
    font-size: 9px;
  }
  .percentage {
    font-size: 1rem;
  }
  .stat-box {
    margin-right: 20px;
    align-items: center;
  }
  .stat-bar {
    width: 100%;
  }
}
.mline {
  font-weight: 500;
}
.footer {
  background-color: var(--white);
  padding: 40px 0;
  border-top: 2px solid #ddd;
}
.footer .logo {
  font-size: 30px;
  font-weight: bold;
  color: var(--darkGray);
}
.footer .logo span {
  color: var(--redAccent); /* Red color for Aarohaa logo */
}
.footer h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer a {
  text-decoration: none;
  color: var(--darkGray);
}
.footer a:hover {
  color: var(--redAccent);
}
.footer .social-icons a {
  font-size: 20px;
  margin-right: 15px;
  color: var(--darkGray);
}
.footer .social-icons a:hover {
  color: var(--redAccent);
}
.footer .address {
  font-size: 14px;
  color: #777;
  margin-top: 15px;
}
.footer .copyright {
  font-size: 14px;
  color: #777;
  margin-top: 40px;
  text-align: center;
}
.footer .footer-links li {
  margin-bottom: 8px;
}
.footer .footer-links li a {
  font-size: 14px;
}
/* Card container styles */
.custom-card {
  background-color: var(--lightGray); /* Light gray background */
  border-radius: 15px; /* Rounded corners */
  padding: 20px;
  min-height: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.custom-card:hover {
  transform: translateY(-5px); /* Hover lift */
  box-shadow: 0 6px 12px var(--customCardHover); /* Stronger shadow on hover */
}

/* Title styles */
.custom-card h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--darkGray); /* Black text for the title */
}

/* Divider styles */
.custom-card hr {
  border: 0;
  height: 1px;
  background: var(--lineColor); /* Light gray divider */
  margin: 10px 0;
}

/* List styles */
.custom-card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-card li {
  margin-bottom: 10px;
}

.custom-card a {
  text-decoration: none;
  color: var(--mediumGray); /* Dark gray text for links */
  font-size: 16px;
}

.custom-card a:hover {
  color: var(--customCardHover); /* Bootstrap primary blue on hover */
}
/* Card container styles */
/* Card styles */
.custom-card {
  background-color: var(--lightGray); /* Light gray background */
  border-radius: 15px; /* Rounded corners */
  padding: 15px; /* Adjusted padding for smaller size */
  height: 200px; /* Reduced height for cards */
  display: flex;
  flex-direction: column; /* Stack content vertically */
  justify-content: space-between; /* Ensure spacing between items */
  overflow: hidden; /* Prevent content overflow */
}

.custom-card h5 {
  font-size: 16px;
  font-weight: bold;
  color: var(--black);
}

.custom-card ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.custom-card li {
  margin-bottom: 5px;
}

.custom-card a {
  text-decoration: none;
  color: var(--mediumGray); /* Dark gray links */
  font-size: 14px; /* Smaller font size for links */
  font-weight: 500;
}

.custom-card a:hover {
  color: var(--redAccent); /* Bootstrap primary blue on hover */
}

/* Consistent <hr> positioning in cards */
.custom-card hr {
  margin-top: 1px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid var(--lineColor); /* Light gray border for <hr> */
}

/* Footer styles */
.footer-logo img {
  max-width: 250px; /* Increased width of the logo */
  height: auto; /* Maintain aspect ratio */
}

.footer-address {
  font-size: 14px;
  color: var(--darkGrayOpacity);
  margin-top: 15px;
}

/* Footer Bottom Styles */
.footer-bottom {
  font-size: 14px;
  color: #777;
}

.footer-bottom a {
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}
.my-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url("../images/mountain-2.png") no-repeat center center;
  background-size: cover;
  z-index: 100;
}
