body {
  font-family: "General Sans", sans-serif;
  margin: 0;
  padding: 0;
  background-color: transparent;
  background: url("../images/Solution2.webp") center no-repeat;
  background-size: cover;
  background-attachment: fixed; /* Keeps the background image fixed */
}
section {
  background-color: transparent;
}
.ai-advisory-section {
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--darkGray);
  width: 70%; /* Full width */
  max-width: 1200px; /* Adjust this value to your preferred width */
  min-width: 300px;
  margin: 0 auto; /* Centers the content */
}

.small-title {
  color: var(--redAccent);
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
h1 {
  font-weight: 100;
}

.main-title {
  font-size: 3rem;

  color: var(--darkGray);
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}

.description-0 {
  font-size: 16px;
  color: var(--darkGray);
  line-height: 1.8;
  text-align: left;
  font-weight: 200;
}
.description {
  font-size: 16px;
  color: var(--darkGrayOpacity);
  line-height: 1.8;
  text-align: left;
  font-weight: 200;
}

.emphasis {
  font-weight: 550;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  .footer-section {
    padding: 20px;
  }
}
.ai-purpose-section {
  height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: var(--darkGray);
  width: 60%; /* Full width */
  max-width: 1200px; /* Adjust this value to your preferred width */
  min-width: 300px;
  margin: 0 auto; /* Centers the content */
}

.icon-box img {
  width: 100%;
}
.icon-box {
  background-color: transparent;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}
.highlighted-text {
  color: var(--redAccent);
}

.sub-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.description {
  font-size: 16px;

  color: var(--darkGrayOpacity);
  line-height: 1.6;
}

@media only screen and (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }

  .icon-box {
    width: 80px;
    height: 80px;
  }
  body {
    background: none;
    background-attachment: scroll;
  }

  .bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/Solution2m.webp") center no-repeat;
    background-size: cover;
  }
  .my-section {
    background-image: url("../images/mountain-2m.webp");
  }
}

.why-aarohaa-section {
  min-height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center;
  font-family: "General Sans", sans-serif;
}

.why-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expertise-experience {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.plus-sign {
  color: var(--redAccent); /* Highlighted "+" color */
}

.description-1 {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--darkGrayOpacity);
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .expertise-experience {
    font-size: 2rem;
  }
}
/* Footer Background Styling */
.footer-section {
  background-color: transparent;
  height: 100vh; /* Ensures full viewport height */
  display: flex;
  align-items: center;
  justify-content: center; /* Center the content vertically and horizontally */
  text-align: center; /* Align text to the left */
}

/* Typography */
.footer-section h1.footer-title {
  font-size: 2rem; /* Adjusted size */
  font-weight: 400;
  color: var(--darkGray); /* Matches text color from the image */
  margin: 0; /* Removes auto-centering margin */
  text-align: left; /* Align the title text to the left */
  max-width: 334px;
}

.footer-section h1 .highlight {
  color: var(--redAccent); /* Red highlight for "AI" */
}

/* Button Styling */
.footer-section .btn-custom {
  margin-top: 20px;
  background-color: var(--yellowAccent);
  border: none;
  border-radius: 10px;
  width: 100px;
  height: 40px;
  color: var(--darkGray);
  text-align: center;
  font-size: 1rem;
  transition: background-color 0.3s ease;
  display: inline-block; /* Ensures block-like behavior */
}

/* Flexbox for Centering */
.footer-section .row {
  display: flex;
  justify-content: center; /* Horizontally center the row */
}

.footer-section .col-md-6 {
  display: flex;
  flex-direction: column; /* Aligns items vertically */
  align-items: flex-start; /* Align items to the left */
  max-width: 334px;
}

.footer-section .btn-custom:hover {
  background-color: var(--hover); /* Slightly darker yellow on hover */
}

/* Subtle Background Overlay (Optional for better readability) */
.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* Ensure content is above the overlay */
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.text6 {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.head6 {
  max-width: 400px;
}

.ig {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

@media (max-width: 768px) {
  .ig {
    display: flex;
    flex-direction: column;
  }
  .icon-container {
    display: flex;
    align-items: flex-start;
  }
}

.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(--redAccent); /* 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 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url("../images/mountain-2.png") no-repeat center center;
  background-size: cover;
}

.vorn-content {
  opacity: 0;
  transform: translateX(0);
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.vorn-active {
  opacity: 1;
  transform: translateX(0);
}

.vorn-inactive {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}
.fade-out {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.fade-out.inactive {
  opacity: 0;
  transform: translateY(50px);
}
