


.footer-right {
    display: flex;
    justify-content: end;
}

.footer {
    background-color:  white !important;
    display: flex;
    justify-content: center;
}

.footer-menu ul a {
    list-style: none;
    text-decoration: none;
    color: black;
    font-family: poppins, sans-serif;
     font-family: Poppins, sans-serif;
    font-size: 17px;
    color: #000;
}
.footer-section {
    width: 1768px;
     padding: 40px 115px 30px 115px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .footer-left,
  .footer-menu,
  .footer-right {
    flex: 1 1 250px;
    min-width: 250px;
  }

  .footer-logo {
    width: 201px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

.footer-text h1 {
    font-family: Manrope, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px 0;
}

  .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    flex-direction: column;
  }

  .footer-menu ul li {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
  }

  .footer-social-icons {
    display: flex;
    gap: 17px;
    flex-wrap: wrap;
    padding-top: 48px;
  }

  .footer-icon {
    width: 45px;
    height: auto;
  }

  .footer-desc {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #030303;
    text-align: end;
    padding-top: 16px;
  }

  .footer-bottom {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    padding-top: 10px;
    gap: 20px;
  }

  .footer-links {
    font-size: 18px !important;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    font-family: Manrope, sans-serif;
    color: #000;
    gap: 56px;
    font-weight: 400;
  }

  .All-right {
    font-family: Manrope, sans-serif;
    font-size: 18px;
    color: #000;
    padding-left: 400px;
    text-align: center;
  }

  @media (max-width: 768px) {
      
      .footer-left, .footer-menu, .footer-right {
    flex: 1 1 106px;
    min-width: 248px;
}
      .footer-menu{
        padding-left: 0 !important;
      }
      .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
      .footer-section {
    padding: 40px 40px;
      
  }
    .footer-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .footer-left,
    .footer-menu,
    .footer-right {
      text-align: center;
    }

    .footer-desc {
      text-align: center;
      padding-top: 20px;
    }

    .footer-bottom {
      flex-direction: column;
      gap: 15px;
      text-align: center;
    }

    .footer-links {
      justify-content: center;
      gap: 10px;
  }

  .All-right {
    padding-left: 15px;
  }
  .footer-social-icons{
    display: flex;
    justify-content: center;
  }
  }
  .footer-menu {
    padding-left: 210px;
    padding-top: 16px;
}


scroll-behavior: auto;
scroll-behavior: smooth;


/*scroolbar*/
/* Scrollbar Track */
::-webkit-scrollbar-track {
  background-color: #CCCCCC;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

/* Scrollbar Thumb (gradient) */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(180deg,
    #514BB0 1.02%,
    #6D6BE7 19.03%,
    #9667EE 36.63%,
    #CD73DB 63.86%,
    #E879CD 86.48%);
}
