.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Your existing loader styles */

.wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  box-shadow: inset -10px -10px 15px rgba(255, 255, 255, 1),
    inset 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.wrapper::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  box-shadow: -10px -10px 15px rgba(255, 255, 255, 1),
    10px 10px 10px rgba(0, 0, 0, 0.1);
}

.loader-image {
  position: absolute;
  height: 80px; /* Adjust height as needed */
  width: 80px;  /* Adjust width as needed */
  border-radius: 50%;
  object-fit: cover;
}


.loader-span {
  height: 186px;
  width: 220px;
  position: absolute;
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.loader-span::before {
  content: "";
  position: absolute;
  height: 30px;
  border-radius: 50%;
  width: 30px;
  background: linear-gradient(45deg, #336dff, #5c89ff);
  box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;

}
html {
  scroll-behavior: smooth;
}


.text-gradient {
  background: linear-gradient(90deg, #2ea85b 38.5%, #1a0299 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

@font-face {
  font-family: "SF UI Display";
  src: url("fonts/sf-ui-display-cufonfonts.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SF UI Display", sans-serif;
  line-height: 1.6;
  cursor: url("./image/1-removebg.png"), auto;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  background: rgba(0, 0, 0, 0.05);
}

.logo {
  cursor: pointer;
}

.nav__links a,
.cta,
.overlay__content a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #202020;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap; /* Ensures text doesn’t wrap to new lines */
  text-overflow: ellipsis; 
}

.nav__links {
  list-style: none;
  display: flex;
}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: color 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #0088a9;
}

.cta {
  padding: 9px 25px;
  background-color: rgba(23, 29, 119, 1);
  border: none;
  color: white;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s ease 0s;
}

.cta:hover {
  background-color: rgba(0, 136, 169, 0.8);
}

/* Mobile Nav */

.menu {
  display: none;
}

/* .overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  background: linear-gradient(178.93deg, #FFFFFF 3.54%, #DFE0FF 101.34%);
  box-shadow: 4px 0px 11px rgba(34, 39, 222, 0.42);
  overflow-x: hidden;
  transition: width 0.5s ease 0s;
} */


/* new css  */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.93deg, #FFFFFF 3.54%, #DFE0FF 101.34%);
  box-shadow: 4px 0px 11px rgba(34, 39, 222, 0.42);
  color: black;
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.overlay__content a {
  display: block;
 
  font-size: 2rem;
  margin: 15px 0;
  text-align: center;
}

.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* new css */

.overlay--active {
  width: 100%;
}

.overlay__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 30px;
  align-items: center;
  justify-content: center;
}

.overlay a {
  padding: 10px;
  font-size: 20px;
  display: block;
  transition: color 0.3s ease 0s;
}

.overlay a:hover,
.overlay a:focus {
  color: rgba(23, 29, 119, 1);
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #edf0f1;
}

@media (min-width:821px) and (max-width:1010px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 1%;
    background: rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 820px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
}


/* popup css start */

/* General Styles */

/* Popup Styles */
/* Popup Styling */
/* Popup Styling */
/* General Styles */

/* Popup Styles */
.popup {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 300px;
  text-align: center;
  z-index: 9999; /* Ensures it's above other content */
}

.popup-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.popup-buttons {
  display: flex;
  justify-content: space-between;
}

.popup-buttons button {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.accept-btn {
  background-color: rgba(23, 29, 119, 1);
  color: white;
}

.decline-btn {
  background-color: rgba(23, 29, 119, 1);
  color: white;
}

.accept-btn:hover {
  background-color: #218838;
}

.decline-btn:hover {
  background-color: #c82333;
}

/* Media Queries for responsiveness */

/* Tablet */
@media screen and (max-width: 768px) {
  .popup {
    bottom: 10px;
    right: 10px;
    width: 220px; /* Slightly smaller for tablets */
    font-size: 14px; /* Adjust font size */
    padding: 15px;
  }

  .popup-buttons button {
    padding: 8px 15px; /* Smaller button padding */
  }

  .popup-content p {
    font-size: 14px; /* Slightly smaller text */
  }
}

/* Mobile */
@media screen and (max-width: 480px) {
  .popup {
    bottom: 5px;
    right: 5px;
    width: 200px; /* Smaller for mobile devices */
    padding: 10px;
    font-size: 12px; /* Adjust font size for small screens */
  }

  .popup-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .popup-buttons button {
    width: 100%; /* Make buttons full-width */
    padding: 12px; /* Increase button padding */
  }

  .popup-content p {
    font-size: 12px; /* Smaller text for mobile */
  }
}


/* popup css end */

/* header section start */
/* Full-screen section styling */
.video-background {
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background video styling */
.video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: fill;
  z-index: -1;
  transform: scaleX(-1);
}

/* Content styling */
.video-background .content {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 80vw;
  padding: 1rem;
  color: #1b1b1b;
  z-index: 1;
  justify-content: space-between;
}

.text-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 50%;
}

/* Left side: text content */
.video-background .content h1 {
  font-size: 4rem;
  font-weight: 100;
  margin-bottom: 10px;
}

.video-background .content p {
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.video-background .content button {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: rgba(23, 29, 119, 1);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 2rem;
}

/* Flexbox layout: Left text, right image */
.video-background .content .image-right {
  flex: 1;
  max-width: 50%;
}

/* Responsive adjustments for widths between 780px and 1000px */
@media (max-width: 1000px) and (min-width: 780px) {
  .video-background .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .video-background .content h1 {
    font-size: 2.8rem; /* Adjust font size to fit screen */
  }
  .video-background .content p {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  .video-background .content .text-left {
    max-width: 100%;
    padding: 0 1rem;
  }
  .text-left-btn1 {
    padding: 8px 16px;
    font-size: 0.9rem;
  }

  /* Optionally hide second button on smaller screens to save space */
  .text-left-btn1:nth-child(2) {
    display: none;
  }
}

/* Smaller screens below 780px */
@media (max-width: 780px) {

  .video-background{
    background-image: url(./image/header-img.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
    height: 60vh;
  }
  .video-background .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .video-background .content h1 {
    font-size: 2.5rem;
  }
  .video-background .content p {
    font-size: 1rem;
  }
  .video-background .content .text-left,
  .video-background .content .image-right {
    max-width: 100%;
  }
}

@media (max-width:520px) {
  .video-background .content h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
}

/* about us section */
/* Main container styling */
.about-us {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 5em 1em;
  gap: 2rem;
  text-align: center;

  background-image: url(./image/about-us-bg-img.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us h1 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

/* Section styling */
.about-us-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  max-width: 1200px;
  width: 100%;
}

/* Left section with image */
.about-us-left {
  flex: 1;
  max-width: 50%;
}

.about-us-left img {
  width: 100%;
  height: auto;
  max-width: 400px;
  object-fit: contain;
}

/* Right section with text */
.about-us-right {
  flex: 1;
  max-width: 50%;
  padding: 1rem 2rem;
}

.about-us-right p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

/* Gradient text */
.text-gradient {
  background: linear-gradient(90deg, #2ea85b 38.5%, #1a0299 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .about-us h1 {
    font-size: 1.8rem;
  }

  .about-us-section {
    flex-direction: column;
    text-align: center;
  }

  .about-us-left,
  .about-us-right {
    max-width: 100%;
  }

  .about-us-right {
    padding: 1rem;
  }

  .about-us-right p {
    font-size: 0.95rem;
    text-align: center;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .about-us h1 {
    font-size: 1.6rem;
  }

  .about-us-section {
    gap: 1rem;
  }

  .about-us-left img {
    max-width: 100%;
  }

  .about-us-right p {
    font-size: 0.9rem;
    text-align: center;
  }
}

/* End about us section */

/* keyfeatures start
 */

.Key-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  padding: 5em 1em;
  gap: 2rem;
  text-align: center;
  background: rgb(224, 224, 224);
  background: linear-gradient(
    106deg,
    rgba(224, 224, 224, 1) 0%,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 1) 90%,
    rgba(224, 224, 224, 1) 100%
  );
}

.key-feature-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.key-feature-head h1 {
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  overflow: hidden;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;

}

.key-feature-head p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

.key-feature-b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 25px;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
  /* Optional: Limiting width for better control */
}

.clipped-div {
  width: 500px; /* Default width for larger screens */
  height: 200px; /* Default height */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(54, 54, 54, 0.16) 100%
  );
  color: black;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%, 0 0);
  border: 2px solid #2ea85ba2;
  box-sizing: border-box;
  box-shadow: 10px 14px 25px rgba(26, 2, 153, 0.5);
  overflow: hidden;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
}


/* clip 2 */
.key-feature-b1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
  
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
  /* Optional: Limiting width for better control */
}
.clipped-div2 {
  width: 500px; /* Default width for larger screens */
  height: 250px; /* Default height */
  padding: 1rem;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(54, 54, 54, 0.16) 100%
  );
  color: black;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%, 0 0);
  border: 2px solid #2ea85ba2;
  box-sizing: border-box;
  box-shadow: 10px 14px 25px rgba(26, 2, 153, 0.5);
  overflow: hidden;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
}
/* end */



/* Key Feature Section Layout */
.key-feature-b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; /* Ensure equal spacing between items */
  gap: 25px; /* Add spacing between items */
}

/* Responsive Layout for Tablet and Mobile */
@media (max-width: 1051px) {
  .clipped-div {
    width: 48%; /* 2 per row on tablets (adjust width) */
    height: 250px; /* Adjust height for tablet view */
    overflow: hidden;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    word-wrap: break-word;
    word-break: normal;
  }
  .key-feature-b {
    justify-content: space-between; /* Maintain equal spacing on tablets */
  }


}

/* Mobile View (max-width: 768px) */
@media (max-width: 768px) {
 
  .clipped-div2 {
    width: 100%; /* Stack all boxes in a single column on smaller devices */
    height: 250px; /* Adjust height for mobile */
    overflow: hidden;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    word-wrap: break-word;
    word-break: normal;

    
  }
  .key-feature-b1 {
    padding: 1rem 3rem;
    justify-content: center; /* Center items on small screens */
  }
 
  .clipped-div {
    width: 100%; /* Stack all boxes in a single column on smaller devices */
    height: 250px; /* Adjust height for mobile */
    overflow: hidden;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    text-wrap: wrap;
    word-wrap: break-word;
    word-break: normal;

      }
  .key-feature-b {
    padding: 1rem 3rem;
    justify-content: center; /* Center items on small screens */
  }
}

@media (max-width: 480px) {
  .clipped-div {
    width: 100%; /* 2 per row on tablets */
    height: fit-content; /* Adjust height for tablet view */
  font-size: 1rem;
  overflow: hidden;
  flex-wrap: wrap;
  text-wrap: wrap;
  word-wrap: break-word;
  flex-direction: column;
  display: flex;
  word-break: normal;
  }

  .clipped-div2 {
    width: 100%; /* 2 per row on tablets */
    height: fit-content; /* Adjust height for tablet view */
    font-size: 1rem;
    flex-direction: column;
    display: flex;
  }
  .key-feature-head h1 {
    font-size: 2rem;
    overflow: hidden;

  }

  .key-feature-head p {
    font-size: 0.9rem;

  }
  .key-feature-b {
    padding: 1rem 3rem;
    justify-content: center; /* Center items on small screens */
  }

  .key-feature-b1 {
    padding: 1rem 3rem;
    justify-content: center; /* Center items on small screens */
  }
}

/* key-feature end */

/* HOW IT WORKS
  START*/

/* Base Styles */
.Howitwork {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3em 1em;
  gap: 2rem;
  text-align: center;
  /* background: linear-gradient(106deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(224, 224, 224, 1) 100%); */
  background-image: url(./image/hwt.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.howitwork-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.howitwork-first h1 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.howitwork-first p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 800px;
}

.howitwork-second {
  display: flex;
  flex-direction: column;

  gap: 2em;
  padding: 3rem 5rem;
  width: 100%;
}

.howsection {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.howsection-content {
  flex: 1;
  max-width: 700px;
}

.howsection-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.howsection-img img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.howsection:nth-child(even) {
  flex-direction: row-reverse;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .howitwork-first h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 768px) {
  .howitwork-first h1 {
    font-size: 2rem;
  }

  .howsection {
    flex-direction: column;
    align-items: center;
  }

  .howsection:nth-child(even) {
    flex-direction: column;
  }

  .howsection-img {
    order: -1;
  }
}

@media (max-width: 480px) {

 

  .howitwork-first h1 {
    font-size: 1.8rem;
  }

  .howitwork-first p {
    font-size: 0.9rem;
  }

  .howsection-content,
  .howsection-img {
    max-width: 100%;
  }


  .howitwork-second {
    display: flex;
    flex-direction: column;
  
    gap: 2rem;
    padding: 1rem 2rem;
    width: 100%;
  }

 .howsection-content{ display: flex; flex-direction: column; gap: 1rem;}

  .howsection-content h1 {
    font-size: 1.5rem;


    
  }

  .howsection-content p {
    font-size: 0.8rem;
    

    
  }
  


}

/* HOW IT WORKS END */
/* 
faq start
*/

/* Base Styles */
.FAQ {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 5rem;
  width: 100%;
  align-items: flex-start;
}

.faq-left {
  flex: 1;
  max-width: 500px;
  text-align: left;
}

.faq-left h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.faq-left p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.text-left-btn1 {
  padding: 0.75em 1.5em;
  font-size: 1rem;
  border: none;
  background-color: rgba(23, 29, 119, 1);
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.faq-right {
  flex: 2;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.accordion__item {
  border: 1px solid #e5f3fa;
  border-radius: 10px;
  overflow: hidden;
}

.accordion__header {
  padding: 20px 25px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.accordion__header::after {
  content: "";
  background: url(https://www.svgrepo.com/show/357035/angle-down.svg) no-repeat
    center;
  width: 20px;
  height: 20px;
  transition: 0.4s;
  position: absolute;
  right: 20px;
  top: 20px;
}

.accordion__header.active {
  background: rgb(26,2,153);
background: linear-gradient(180deg, rgba(26,2,153,1) 10%, rgba(46,168,91,1) 100%);
color: white;
}

.accordion__header.active::after {
  transform: rotateX(180deg);
}

.accordion__content {
  padding: 0 25px;
  max-height: 0;
  transition: 0.5s;
  overflow: hidden;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .FAQ {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .faq-left,
  .faq-right {
    width: 100%;
    max-width: none;
    text-align: center;
  }

  .faq-left h1 {
    font-size: 2rem;
  }

  .faq-left p {
    font-size: 0.95rem;
  }

  .text-left-btn1 {
    font-size: 0.95rem;
    padding: 0.5em 1.25em;
  }
}

@media (max-width: 480px) {
.FAQ{padding: 2rem;}

  .faq-left h1 {
    font-size: 1.8rem;
  }

  .faq-left p {
    font-size: 0.9rem;
  }

  .text-left-btn1 {
    font-size: 0.9rem;
    padding: 0.5em 1em;
  }
}

/* faq end */

/* footer start */
/* General Footer Container Styling */
/* Footer Container */
/* Footer Container */
.footer{background: linear-gradient(178.93deg, #FFFFFF 3.54%, #DFE0FF 101.34%);
  box-shadow: 4px 0px 11px rgba(34, 39, 222, 0.42);}

.footer-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;

}

/* Footer Info Section */
.footer-info {
  flex: 1 1 0%;
  text-align: left;
  max-width: 40%;
  min-width: 30%;
}

.footer-tagline {
  color: black;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  width: 20rem;
}

.footer-icon {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.footer-icon img {
  width: 24px;
  height: 24px;

}

/* Footer Section Wrapper */
.footer-section-wrapper {
  display: flex;
  gap: 10rem;
  align-items: center;
}

@media (min-width:760px) and (max-width:1000px) {
  .footer-section-wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
}

.footer-section {
  text-align: center;
  margin: 0 auto;
}

.footer-category {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;

}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  margin: 0.5rem 0;
}

.footer-link {
  color: black;
  text-decoration: none;
}

.footer-link:hover {
  color: #147644;
}

/* Footer Bottom Section */
.footer-bottom {
   
  color: black;
  padding: 2rem 2rem;
  text-align: center;
  border-top: 1px solid #32a852;
}

.footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social p {
  margin: 0;
}



/* Responsive Styles */
@media (max-width: 778px) {
  .footer-container {
    display: flex;
    flex-direction: column;
    /* gap: 2rem; */
    /* padding: 2rem; */
    /* max-width: 1400px; */
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  
  .footer-info {
    flex: 1 1 0%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 100%;
  }
.footer-section-wrapper{width: 100vw;}
.footer-tagline {
  color: black;

  font-size: 1rem;
  text-wrap: wrap;
  font-weight: 400;
  padding: 0rem 2rem;
  margin-bottom: 1rem;
  width: 100vw;
}

  .footer-section-wrapper {
    padding:  0rem 1rem ;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    flex: auto;
    gap: 3rem;
    display: flex;
  }

  .footer-bottom-container {
    flex-direction: column;
    align-items: center;
  }


}

.footer-section img {
  width: 100%; /* Sets the image to be 100% of its container width */
  max-width: 200px; /* Limits the maximum width to prevent it from getting too large */
  height: auto; /* Maintains aspect ratio */
}

/* Additional responsive adjustments */
@media (max-width: 1160px) {
  .footer-section img {
    max-width: 150px; /* Adjusts the max-width for smaller screens */
  }
}

@media (max-width: 768px) {
  .footer-section img {
    max-width: 120px; /* Further reduces max-width on mobile */
  }
}

@media (max-width: 480px) {
  .footer-section img {
    max-width: 100px; /* Even smaller max-width on very small screens */
  }

  .footer-bottom-container{display: flex; flex-direction: column-reverse; gap: 1rem;}
}


/* footer end */
