  
  @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
  /* General Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Heebo', sans-serif;
  
}

/* Footer Styling */
footer {
  background: url('Footer.png') no-repeat center center;
  background-size: cover;
  padding: 50px 70px;
  color: #ffffff;
  border-radius: 23px;
  margin: 20px auto;
  max-width: 95%;
  position: relative;
  text-align: center;
  max-height: 100%;
  
  
  }

.container {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}

/* Footer Widgets */
.footer-widget {
  flex: 1;
  min-width: 260px;
  text-align: left;
  
}

.footer-widget1 {
  flex: 1;
  min-width: 260px;
}

@media (min-width: 1024px) {  /* Adjust breakpoint as needed */
  .footer-widget1 {
    text-align: right;
  }
}


.footer-widget img.logo1 {
  width: 160px;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 6px rgba(255, 255, 255, 0.2));
  
}

.footer-widget1 p {
  font-size: 18px;
  line-height: 22.36px;
  color: rgba(248, 250, 255, 1);
  margin-bottom: 14px;
  font-weight: 600;
  vertical-align: middle;

}

/* Social Icons */
.socials {
  display: flex;
  list-style: none;
  gap: 12px;
  margin-top: 40px;
}

.socials li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* background: rgba(255, 255, 255, 0.15); */
  color: #ffffff;
  text-align: left;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.socials li a:hover {
  transform: scale(1.1);
}

.content2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px; 
}



.content2 h2 {
  font-size: 29.82px;
  font-weight: 600;
  line-height: 37.27px;
  margin-top: 30px;
  font-family: 'Raleway';
  color: rgba(248, 250, 255, 1);
}

.newsletter-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin-top: 50px;
  
}

.newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border-radius: 25px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  outline: none;
  color: black;
  background-color: white;
  width: 100%;
  max-width: 500px;
  padding-right: 120px;
}

.newsletter-form input::placeholder {
  color: black;
}

.newsletter-form button {
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  background:  rgba(55, 114, 255, 1);
  color: #fff;
  border: none;
  padding: 15px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  white-space: nowrap;
}

.newsletter-form button:hover {
  background: #0056b3;
}


.newsletter-form button:hover {
  background: #0056b3;
 
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.popup-content p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-content button {
  padding: 8px 15px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background-color: #0056b3;
}
/* Links */
.links, .links2, .links3 {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
  

}

.links li a{
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 15px;
  margin: 6px 0;
  transition: 0.3s;
  margin-right: 25px;
  line-height: 17.91px;
  font-weight: 400;
  
}


 .links2 li a {
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 15px;
  margin: 6px 0;
  transition: 0.3s;
  margin-right: 0.3rem;
  line-height: 17.91px;
  font-weight: 400;
  margin-top: 35px;
}

.links3 li a{
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 1rem;
  transition: 0.3s;
  margin-right: 0.1rem;
  line-height: 0.1rem;
  font-weight: 400;
  margin-top: -1.5rem;
}

.links li a:hover, .links2 li a:hover, .links3 li a:hover {
  color: #4A90E2;
  transform: translateX(3px);
}




@media (max-width: 480px) {
    .links3 {
        font-family: 'Opan Sans';
        text-decoration: none;
        color: rgba(171, 198, 233, 1);
        display: block;
        font-size: 1rem;
        /* margin: 6px 0; */
        transition: 0.3s;
        margin-right: 25px;
        line-height: 1rem;
        font-weight: 400;
        margin-right: 1rem;
        margin-top: -6rem;
    }
}

/* Download App */
.download-app h3 {
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 22.36px;
  vertical-align: middle;
  color: rgba(248, 250, 255, 1);
}

.download-app a {
  display: inline-block;
  margin-right: 12px;
  margin-top: 20px;
}

.download-app img {
  width: 140px;
  border-radius: 8px;
  transition: 0.3s;
}

.download-app img:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
}

/* Contact Info */
.contact-info h3 {
  font-size: 18px;
  font-weight: 700;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #ddd;
  margin: 20px 0;
}

.contact-info img {
  width: 22px;
  filter: brightness(0) invert(1);
}

/* Copyright */
.copyright-wrapper {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 12px;
}

.copyright-wrapper p {
  font-size: 14px;
  color: #ddd;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .wrapper {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
  }

  .footer-widget {
      text-align: center;
  }

  .newsletter-form {
      flex-direction: column;
  }

  .newsletter-form input {
      width: 100%;
  }

  
.content2 h2 {
  font-size: 29.82px;
  font-weight: 600;
  line-height: 37.27px;
  margin-top: 30px;
  font-family: 'Raleway';
  color: rgba(248, 250, 255, 1);
}


.content2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px; 
}

.links2 li a {
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 12px;
  margin: 6px 0;
  transition: 0.3s;
  margin-right: 25px;
  line-height: 14.91px;
  font-weight: 400;
}

.links {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
  

}

.links2 {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
  

}

}

@media (max-width: 768px) {
  .wrapper {
      flex-direction: column;
      text-align: center;
      align-items: center;
  }

  footer {
    padding: 50px 30px;
    color: #ffffff;
    border-radius: 23px;
    margin: 20px auto;
    max-width: 95%;
    position: relative;
    text-align: center;
    max-height: 100%;
    overflow-x: hidden;
    
    }

     .footer-widget1 {
    text-align: right;
  }

  .footer-widget1 p {
  font-size: 1.2rem;
        line-height: 1.7rem;
        color: rgba(248, 250, 255, 1);
        margin-bottom: 1rem;
        font-weight: 600;
        vertical-align: middle;
        margin-right: 23rem;

}


.footer-widget img.logo1 {
  width: 160px;
  margin-bottom: 15px;
  filter: drop-shadow(0px 4px 6px rgba(255, 255, 255, 0.2));
  margin-right: 20rem;
}

  .socials {
      justify-content: flex-start;
  }

  .newsletter-form {
      flex-direction: column;
  }

  .newsletter-form input {
   width: 80%;
        margin-right: 14rem;
    }

  .download-app {
      text-align: center;
  }

  .download-app a {
      display: block;
      margin: 10px auto;
  }

  .download-app img {
      width: 160px;
  }

  .newsletter-form button {
     position: absolute;
        right: 6rem;
        top: 51%;
        transform: translateY(-50%);
        background: rgba(55, 114, 255, 1);
        color: #fff;
        border: none;
        padding: 1rem 1rem;
        border-radius: 25rem;
        cursor: pointer;
        font-weight: 600;
        transition: 0.3s;
        white-space: nowrap;
        /* margin-right: 6rem; */
}

  
.content2 h2 {
  font-size: 29.82px;
  font-weight: 600;
  line-height: 37.27px;
  margin-top: 30px;
  font-family: 'Raleway';
  color: rgba(248, 250, 255, 1);
}


.content2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px; 
}

.links2 li a {
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 15px;
  margin: 6px 0;
  transition: 0.3s;
  margin-right: 25px;
  line-height: 14.91px;
  font-weight: 400;
}

.links {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
}

.links2 {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
  

}


}

.contact-info a {
  color: #fff; /* Ensures text and icons are white */
  text-decoration: none; /* Removes underline from links */
  display: flex;
  align-items: center;
  gap: 10px; /* Space between icon and text */
}

.contact-info a i {
  color: #fff; /* Ensures icons are white */
  font-size: 18px; /* Adjust size if needed */
}

.contact-info a:hover {
  color: #4A90E2; /* Optional: Change color on hover */
}
.footer-end {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: -72px; /* Adjust as needed */
}

.footer-end img {
  width: 100%;
  max-width: 1200px; /* Adjust as needed */
  height: auto;
}

.footer-links {
  position: absolute;
  bottom: 35px; /* Adjust as needed */
  left: 65%;
  transform: translateX(-5%);
  display: flex;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(102, 102, 102, 1); /* White color for visibility over the image */
  font-size: 14px;
   /* Semi-transparent background */
  padding: 5px 12px;
  border-radius: 5px;
  font-family: 'Open Sans';
  transition: 0.3s;
}

.footer-links a:hover {
  transform: scale(1.1);
}


@media (max-width: 1024px) {
  .footer-end img {
    max-width: 1100px;
  }

  
.footer-links {
  position: absolute;
  bottom: 35px; /* Adjust as needed */
  left: 70%;
  transform: translateX(-5%);
  display: flex;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(102, 102, 102, 1); /* White color for visibility over the image */
  font-size: 14px;
   /* Semi-transparent background */
  padding: 5px 12px;
  border-radius: 5px;
  font-family: 'Open Sans';
  transition: 0.3s;
}
}

@media (max-width: 768px) {
  .footer-end {
    margin-top: 15px;
    margin-bottom: -59px; /* Keeps same negative margin */
  }

  .footer-end img {
    max-width: 950px;
  }

  
.footer-links {
  position: absolute;
  bottom: 35px; /* Adjust as needed */
  left: 70%;
  transform: translateX(-5%);
  display: flex;
  gap: 10px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(102, 102, 102, 1); /* White color for visibility over the image */
  font-size: 14px;
   /* Semi-transparent background */
  padding: 5px 12px;
  border-radius: 5px;
  font-family: 'Open Sans';
  transition: 0.3s;
}
}

@media (max-width: 480px) {
  .footer-end {
    margin-top: 10px;
    margin-bottom: -59px; /* Ensures it stays the same on all screens */
  }

  .footer-end img {
    max-width: 850px; /* Increased size for better visibility */
  }

  
.footer-links {
  position: absolute;
  bottom: 9px; /* Adjust as needed */
  left: 70%;
  transform: translateX(-20%);
  display: flex;
  gap: 1px;
}

.footer-links a {
  text-decoration: none;
  color: rgba(102, 102, 102, 1); /* White color for visibility over the image */
  font-size: 0.2rem;
  padding: 5px 4px;
  border-radius: 1px;
  font-family: 'Open Sans';
  transition: 0.3s;
  margin-left: 0.3rem;
}

  

  
.content2 h2 {
   font-size: 1.82rem;
        font-weight: 600;
        line-height: 2.27rem;
        margin-top: 1rem;
        font-family: 'Raleway';
        color: rgba(248, 250, 255, 1);
        /* margin-right: -150px; */
        margin-right: 20rem;

}


.content2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 30px; 
}


.links li a{
  font-family: 'Opan Sans';
  text-decoration: none;
  color: rgba(171, 198, 233, 1);
  display: block;
  font-size: 1rem;
  margin: 6px 0;
  transition: 0.3s;
  margin-right: 25px;
  line-height: 17.91px;
  font-weight: 400;
  
}

.links2 li a {
  
        font-family: 'Opan Sans';
        text-decoration: none;
        color: rgba(171, 198, 233, 1);
        display: block;
        font-size: 1rem;
        /* margin: 6px 0; */
        transition: 0.3s;
        margin-right: 25px;
        line-height: 1rem;
        font-weight: 400;
        margin-right: 1rem;
        margin-top: -12rem;
    
 

}


.links3 li a {
  
        font-family: 'Opan Sans';
        text-decoration: none;
        color: rgba(171, 198, 233, 1);
        display: block;
        font-size: 1rem;
        /* margin: 6px 0; */
        transition: 0.3s;
        margin-right: 25px;
        line-height: 1rem;
        font-weight: 400;
        margin-right: 1rem;
        margin-top: 7rem;
        margin-bottom: rem;

 

}

.links {
  list-style: none;
        margin-top: 2rem;
        /* margin-bottom: -55px; */
        margin-right: 20rem;
  
  

}


.links2 {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 40px;
  
  

}

.contact-info a {
 color: #fff;
        text-decoration: none;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-right: 2rem;
        margin-left: -16.1rem;
    
}

.contact-info a i {
  color: #fff; /* Ensures icons are white */
  font-size: 18px; /* Adjust size if needed */
}

.contact-info a:hover {
  color: #4A90E2; /* Optional: Change color on hover */
}

}
/*-------------------------------------------Download----------------------------------*/


@media (max-width: 1024px) {
  .download-app h3 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 22.36px;
    vertical-align: middle;
    color: rgba(248, 250, 255, 1);
  }
  
  .download-app a {
    display: inline-block;
    margin-right: 12px;
    margin-top: 20px;
  }
  
  .download-app img {
    width: 140px;
    border-radius: 8px;
    transition: 0.3s;
  }
  
  .download-app img:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
  }

  .contact-info h3 {
    font-size: 18px;
    font-weight: 700;
  }
  
  .contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ddd;
    margin: 20px 0;
  }
  
  .contact-info img {
    width: 22px;
    filter: brightness(0) invert(1);
  }
  

}

@media (max-width: 768px) {
  .download-app h3 {
    font-family: 'Raleway';
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 22.36px;
    vertical-align: middle;
    color: rgba(248, 250, 255, 1);
  }
  
  .download-app a {
    display: inline-block;
    margin-right: 12px;
    margin-top: 20px;
  }
  
  .download-app img {
    width: 140px;
    border-radius: 8px;
    transition: 0.3s;
  }
  
  .download-app img:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
  }

  .contact-info h3 {
    font-size: 18px;
    font-weight: 700;
  }
  
  .contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ddd;
    margin: 20px 0;
  }
  
  .contact-info img {
    width: 22px;
    filter: brightness(0) invert(1);
  }
  

}


@media (max-width: 480px) {
  .download-app h3 {
      font-family: 'Raleway';
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 22.36px;
        vertical-align: middle;
        color: rgba(248, 250, 255, 1);
        margin-right: 17rem;
        margin-top: -2rem;
  }
  
  .download-app a {
    display: inline-block;
    margin-right: 12px;
    margin-top: 20px;
    margin-left: 25%;
  }
  
  .download-app img {
     width: 9rem;
        border-radius: 0.4rem;
        transition: 0.3s;
        margin-right: rem;
        margin-left: -5rem;
        margin-right: 20rem;
    }
  
  .download-app img:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
  }

  .contact-info h3 {
    font-size: 18px;
        font-weight: 700;
        /* margin-left: 1rem; */
        /* margin-right: 2rem; */
        margin-right: 40rem;
        margin-left: -12rem;

  }
  
  .contact-info p {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #ddd;
    margin: 20px 0;
    margin-left: 100px;
  }
  
  .contact-info img {
    width: 22px;
    filter: brightness(0) invert(1);
  }
  

}



