.desktop .div {
  background-color: #ffffff;
  overflow-x: hidden;
  width: 1440px;
  height: 1024px;
  position: relative;
}


.desktop .mission {
  position: absolute;
  width: 1443px;
  height: 1000px;
  top: 0;
  overflow: hidden;
  
}

.mission {
  position: relative; 
  padding: 200px 100px;
  text-align: center;
  overflow: hidden;
  margin-left: -100px;
}

.mission::before {
  content: "";
  position: absolute;
  top: 50%; 
  left: 50%; 
  background: url('images/background.png') no-repeat center;
  background-size: cover;
  border-radius: 50%; 
  z-index: -1;
  transform: translate(-50%, -50%) scale(2.4); 
  width: 400px; 
  height: 200px; 
}

 

.elqo-logo {
  position: relative;
  max-height: 72px;
object-fit: cover;
object-position: center;
width: 200px;
padding-top: 7px;
margin-left: -55px;
transform: scale(1.2);
  content: url('images/elqo-logo-b.png')
}


/* Global Styles */
body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header Styles */
.nav-bar {
  position: fixed;
  top: 10px;
  left: 37px;
  right: 20px;
  z-index: 1000;
}

.nav-bar nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #ffffff00;
  border-radius: 50px;
}

.nav-bar .nav-links {
  display: flex;
  background-color: white;
  border-radius: 50px;
  padding: 25px 35px;
 transition: transform 0.2s, box-shadow 0.2s;
}

.nav-bar .nav-links:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 25px 35px;
}
.nav-bar ul {
  display: flex;
  gap: 90px;
}

.nav-bar li {
  list-style: none;
}

.nav-bar a {
  font-family: "Montserrat", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}

/* Intro Section Styles */
.intro {
  background: linear-gradient(
    220deg,
    rgba(88, 204, 237, 0) 0%,
    rgba(88, 204, 237, 0.9) 35%,
    rgba(0, 157, 202, 0.9) 80%
  );
  padding: 200px 100px;
  text-align: center;
}

.intro h1 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#000000;
}

.intro h1 span:last-child {
  font-weight: 750;
  color: #ffffff;
}

.intro p {
  font-size: 26px;
  margin-bottom: 40px;
  font-weight:550;
  padding: 0 230px;
  color: #565656;
}

.intro .strong {
  color: #000000;
  font-weight: 650;
}

.intro .strong {
  color: #000000;
  font-weight: 650;
  position: relative; 
}

.intro .strong::after {
  content: "";
  position: absolute;
  bottom: -60px; /* Adjust the vertical position of the line */
  left: 50%; /* Center the line horizontally */
  transform: translateX(-50%); 
  width: 150px; /* Adjust the width of the line */
  height: 100px; /* Adjust the height of the line */
  background: url('images/line.png') no-repeat center;
  background-size: contain; 
}

.cta-button {
  display: inline-block;
  padding: 10px 80px;
  background-color: #ffffff;
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  border: 3px solid #84dcf4e8;
}

.intro .join-count {
  display: block;
  margin-top: 12px;
  font-size: 23px;
  color: #222;
  font-weight: 500;
  text-align: center;
  font-style: italic;
}

.cta-button:hover {
  transform: translateY(-5px) ;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, box-shadow 0.2s, 
  
}

.CTA-2 {
  display: inline-block;
  margin: 40px 0;
  padding: 50px 100px;
  padding-left: 18%;
  background-color: #ffffff;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.ready-text {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 30px;
}

@keyframes dissolveIn {
  0% {
    opacity: 0;
    transform: scale(0.95); 
  }
  100% {
    opacity: 1;
    transform: scale(1); 
  }
}

/* Initial state for intro elements */
.intro .animate {
  opacity: 0; 
  transform: scale(0.95); 
  animation: dissolveIn 1s ease-out forwards; 
}

.intro h1.animate {
  animation-delay: 0.2s; 
}

.intro p.animate {
  animation-delay: 0.4s;
}

.intro .cta-button.animate {
  animation-delay: 0.6s; 
}

/* Features Section Styles */
.features {
  padding: 100px 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('images/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}

.features h2 {
  font-size: 80px; 
  font-weight: 800; 
  text-align: left; 
  margin-bottom: 20px; 
  color: #58cced; 
  text-shadow: 4px 4px 3px #00000040;
}

.features .feedback {
  margin-top: -60px;
  font-size: 80px; 
  font-weight: 800;  
  text-align: left; 
}

.features .feedback-text {
  font-size: 16px; 
  font-weight: 600; 
  text-align: right; 
  line-height: 1.5; 
  color: #000000; 
  margin-top: -200px; 
  max-width: 490px;
  margin-left: auto; 
  margin-bottom: 150px;
}


.feature-cards {
  display: flex;
  justify-content: space-between;
  gap: 90px;
  padding-top: 20px;
  
}

.feature-cards article {
  background-color: #F2FBFF;
  border-radius: 30px;
border: 5px solid #84dcf4e8;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  padding: 30px;
  width: 30%;
}

.feature-cards h3 {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  display: flex;
  margin-bottom: 20px;
}

.feature-cards .icon-c {
  width: 80px;
  height: 80px;
  filter: brightness(0.2); 
  padding-left: 10px;
  padding-right: 10px;
  
}

.feature-cards p {
  font-size: 18px;
  font-weight: 500;
  color: #1F1F1F;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 0; }

.icon-text img {
  width: 50px; 
  height: 50px;
  margin-left: -20px;
  margin-top: -10px;
  object-fit: contain;
}

.icon-text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #1f2f4e;
  margin: 0; 
}


.divider-blue {
  height: 70px;
  width: 100%;
  margin: 40px auto;
  background-color: #58cced;
  position: relative;
  z-index: 1;
}
/* Mission Section Styles */


.mission h2 {
  font-size: 100px;
  font-weight: 800;
  color: #58cced;
  text-shadow: 4px 4px 5px #00000040;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  margin-left: 10px; 
  margin-top: 20px;
  
}

.mission p {
  font-size: 30px;
  max-width: 800px;
  margin: -40px auto 0;
  font-weight: 500;
  line-height: 1.7;
}

.mission .strong-2 {
  font-weight: 700;
  text-decoration-line: underline ;
}

.mission .hand-logo {
  position: absolute;
  width: 600px; 
  height: 600px; 
  top: 31%; 
  left: calc(50% - 10px); 
  transform: translateY(-48%);
  z-index: 1;
  object-fit: cover;
  object-position: center;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}




/* Quote Section Styles */
.quote {
  background-color: #58cced;
  padding: 100px 0;
  text-align: center;
}

.quote blockquote {

  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-shadow: #00000058 5px 5px 10px;
  max-width: 1000px;
  margin: 0 auto;
}

.quote p {
  font-weight: 550;
  font-style: italic;
  font-size: 38px;
  margin-bottom: 50px;
  line-height: 1.3;
  margin-top: 30px;
}

.quote img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  padding: auto;
  border-radius: 100%;
}

.WB {
  font-size: 42px;
  font-style: italic;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-shadow: #000000cc 4px 4px 15px;
  max-width: 1000px;
  margin: 150px auto;

}

.desc {
  font-size: 14px;
  font-weight: 100px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-top: 0;
}

/* Footer Styles */
footer {
  background-color: #002b38;
  color: #ffffff;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  max-height: 150px;
  object-fit: cover;
  width: 200px;
  height: auto;
  margin-right: 30px;
  margin-top: -30px;
}
.social-links h3 {
  font-size: 30px;
  margin-right: 20px;
  font-weight: 800;
  margin-left: 50px;
  margin-bottom: -15px;
}

.social-links ul {
  display: flex;
  gap: 18px;
  height: 150px;
  width: 150px;
  margin-left: 50px;

}

.social-links li {
  list-style: none;
  width: 100px; 
  height: 100px;
}

.social-links li img {
  width: 100%; 
  height: 100%;
  object-fit: contain; 
}

.social-links {
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .feature-cards {
    flex-direction: column;
  }

  .feature-cards article {
    width: 100%;
  }

  .mission h2 {
    font-size: 60px;
  }

  .quote blockquote {
    font-size: 24px;
  }
}

/* Responsive Design for Mobile (max-width: 768px) */
@media (max-width: 768px) {
  /* General adjustments */
  body {
    padding: 0 20px; 
  }

  /* Header adjustments */
  .nav-bar {
    flex-direction: column; 
    align-items: center;
  }

  .nav-links ul {
    flex-direction: column; 
    gap: 10px;
  }

  /* Intro section */
  .intro h1 {
    font-size: 40px; 
    text-align: center; 
  }

  .intro h1 span:last-child {
    font-weight: 700; 
  }

  .intro p {
    font-size: 18px; 
    padding: 0 10px; 
  }
  
  .intro .strong::after {
    content: "";
    position: absolute;
    bottom: -60px; /* Adjust the vertical position of the line */
    left: 50%; /* Center the line horizontally */
    transform: translateX(-50%); 
    width: 100px; /* Adjust the width of the line */
    height: 110px; /* Adjust the height of the line */
    background: url('images/line.png') no-repeat center;
    background-size: contain; 
  }

  .cta-button {
    font-size: 20px; /* Adjust button size */
    padding: 10px 20px;
  }

  /* Mission section */
  .mission {
    padding: 50px 0; /* Reduce padding */
    text-align: center;
  }

  .mission h2 {
    font-size: 40px; /* Adjust heading size */
    margin: 0 auto;
    padding-left: 70px; /* Center the heading */

  }

  .mission p {
    font-size: 16px; /* Adjust paragraph size */
    margin-top: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 130px;
    padding-right: 50px;
  }

  .misson .strong-2 {
    font-weight: 700;
  }

  .hand-logo {
    width: 200px; /* Scale down the logo */
  }

  /* Features section */
  .features {
    padding: 50px 0; /* Reduce padding */
  }

  .feature-cards {
    flex-direction: column; 
    gap: 20px; 
  }

  .features h2 {
    font-size: 50px;
    text-align: center; /* Center-align heading */
  }
  
  .features .feedback {
    font-size: 50px;
    padding-top: 10px;
    padding-left: 80px;
  }

.features .feedback-text {
  padding-top: 200px;
  margin-left: 60px;
  margin-bottom: 100px;
  width: 300px;
  font-size: 16px;
  color: #656565;
  text-align: center;
  
}


  .feature-cards article {
    width: 100%; /* Make cards full-width */
  }

  
  /* Footer adjustments */
  footer {
    flex-direction: column; /* Stack footer content vertically */
    text-align: center;
  }
  .quote p  {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;

  }
  .social-links ul {
    justify-content: center; /* Center social links */
    gap: 10px; /* Reduce spacing between icons */
  }
.social-links h3  {
  margin-bottom: 10px;
}
.social-links {
  margin: 0 auto;
}
  .social-links li {
    width: 50px; 
    height: 50px;
  }

  .footer-logo {
   padding-left: 40px;
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
}
/* Ensure images scale properly */
img {
  max-width: 100%;
  height: auto;
}

/* Flexible layout for feature cards */
.feature-cards {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  gap: 20px;
}
