* {
  background-color: white;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
}

.logo {
  font-size: 38px;
  font-weight: bold;
  font-family: sans-serif;
  padding: 30px;
  margin-left: 40px ;
}

.black {
  color: #000000;
}

.blue {
  color: #009dff;
}

.hero-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7faff;
  padding: 60px 40px;
  flex-wrap: wrap;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #111;
}

.hero-text .highlight {
  color: #147cff;
  /* Vibrant blue */
}

.subtext {
  margin-top: 20px;
  font-size: 1.6rem;
  color: #333;
}

.btn {
  display: inline-block;
  margin-top: 30px;
  padding: 18px 74px;
  border: 2px solid #ccc;
  text-decoration: none;
  color: #0f0f0f;
  font-weight: bold;
  border-radius: 999px;
  background-color: white;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn:hover {
  color: white;
  background-color: #000000;
  border-color: #dddfe2;
}

.hero-image {
  flex: 1;
  text-align: center;
  min-width: 300px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}


.features {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  background-color: #f9fbff;
  padding: 40px 20px;
  text-align: center;
  /* gap: 10px; */
  font-family: Arial, sans-serif;
}

.feature {
  flex: 1;
  max-width: 250px;
}

.title {
  color: #147cff;
  font-weight: 800;
  font-size: 30px;
}

.dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #1499ff;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.feature p {
  font-size: 17px;
  color: black;
  margin-top: 10px;
  /* font-weight: bold; */
}

.divider {
  width: 1px;
  background-color: #ddd;
  height: 60px;
  align-self: center;
}

.idea-section {
  padding: 40px 20px;
  background-color: white;
  font-family: Arial, sans-serif;
  justify-content: space-between;
}

.idea-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 200px;
  flex-wrap: wrap;
  /* For responsive behavior */
}

.idea-image img {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
}

.idea-text {
  max-width: 600px;
  text-align: center;
}

.idea-text .small-text {
  font-size: 25px;
  color: #333;
  margin-bottom: 15px;
}

.idea-text h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  line-height: 0.8;
}

.idea-text .bold-text {
  font-size: 27px;
  font-weight: bold;
  color: #000;
}

.class {
  background-color: #000;
  height: 100px;
  color: #000000;
}

.heading-section {
  background-color: #009dff;
  text-align: center;
  padding: 40px 20px;
  margin: 0;
  color: #009dff;
}

.heading-section h2 {
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.5;
  background-color: #009dff;
  color: rgba(255, 255, 255, 0.6);
  box-shadow: #009dff;
}

.line1 strong {
  font-weight: bold;
  background-color: #009dff;
}

.line1 .fade {
  font-weight: normal;
  background-color: #009dff;

}

.line2 strong {
  /* color: white; */
  /* color: rgba(255,255, 255, 0.6); */
  background-color: #009dff;
}


.image-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #009dff;
}

.image-box img {
  width: 450px;
  height: 380px;
  /* object-fit: cover; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ai-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: #000;
  flex-wrap: wrap;
  height: 750px;
  padding: 45px;
}

.ai-content {
  max-width: 60%;

}

.ai-content h2 {
  font-size: 58px;
  line-height: 1.3;
  font-weight: 500;
  /* padding-left: 15%; */
}

.highlight {
  color: #007bff;
  font-weight: bold;
}

.ai-image {
  max-width: 60%;
}

.ai-image img {
  width: 78%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.15);
  padding-left: 22%;
}

.innovators-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  gap: 50px;
  flex-wrap: wrap;
}

.left-image {
  position: relative;
  flex: 1;
  min-width: 300px;
}

.main-img {
  width: 90%;
  border-radius: 10px;
}

/* .stat-card {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  font-size: 23px;
  /* font-weight: bold; 
} 
*/
/* .top-card {
  top: 9%;
  left: 40%; 
  padding: 8px 46px;
}

.bottom-card {
  bottom: 39%;
  right: 16%;
  padding: 16.5px 25px ;
}

.stat-card h3 {
  color: #007bff;
  margin: 0;
  font-size: 30x;
} */

.right-text {
  flex: 1;
  max-width: 500px;
  min-width: 600px;
  text-align: center;
}

.right-text h1 {
  font-size: 65px;
  margin-top: 20px;
}

.highlight {
  color: #007bff;
}

.right-text p {
  font-size: 25px;
  line-height: 1.5;
  color: #333;
}

.left-text {
  flex: 1;
  max-width: 600px;
  min-width: 500px;
  text-align: center;
}

.left-text h1 {
  font-size: 60px;
  margin-top: 20px;
  font-weight: 600;
}

.left-text p {
  font-size: 25px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}

.right-image {
  position: relative;
  flex: 1;
  min-width: 300px;
  margin-left: 40px;
  left: 60px;
}

.second-img {
  width: 95%;
  border-radius: 13px;
}

.center-text {
  text-align: center;
  font-size: 45px;
}

.center-image {
  /* align-items: center; */
  padding-left: 100px;
  margin: 30px 30px;
}

.social-img {
  width: 90%;
}

.footers {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.footers p {
  margin: 0;
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  line-height: 2;
}
.social-icons{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons a {
  position: relative;
  font-size: 22px;
  margin: 0 10px;
}

.social-icons a::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  font-size: 15px;
  white-space: nowrap;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

.footer1 {
  background-color: #fff;
  padding: 30px 20px;
  font-family: Arial, sans-serif;
  color: rgb(42, 38, 38);
  border-top: 1px solid #eee;
}

.footer1-content {
  display: flex;
  flex-wrap: wrap;
}

.footer1-left h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.footer1-left .blue {
  color: #007bff;
}

.footer1-left .tag {
  color: #000;
}

.footer1-left p {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-align: center;
}

.footer1-right h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #918d8d;
}
.footer1-right{
  margin-left: 90px;
}
.footer1-right ul {
  list-style: none;
  padding: 0;
}

.footer1-right ul li {
  margin: 5px 0; 
  padding: 8px ;
  font-weight: bold;
}

.footer1-right ul li a {
  text-decoration: none;
  color:black;
  font-size: 14px;
}

.footer1-bottom {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  color: #777;
}

/* Animation styles */
[class*="section"] {
  overflow: hidden;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Hide elements before animation */
.js-animate {
  opacity: 0;
}
