 .grd-hori-right{
    width:400px;
    height:6px;
    background-image: linear-gradient(90deg,#b185ff,#b185ff00);
    /* \margin-left: 0; */
  margin-right: auto;
  position: absolute;
  /* inset: 0% auto auto 0%; */
  right:0;
  bottom:0;
 }

 .cl-widget-f15081v15081{
  display:none !important;
 }


 .navbar_dropdown_toggle_text:hover{
   color: rgb(156, 105, 255) !important;
 }
 

 .heading{
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg,#b88be5,#8f25f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
 }

 .blur{
  filter:blur(9px);
 }

 .footer-flex{
  display:flex;
  justify-content: center;
  gap:2rem;
 }

 .service-logo{
  /* margin: 20px 0px; */
  padding-top: 3.33rem;
  margin-bottom:25px;
  max-width: 80px;
 }

 .footer-links .navbar_dropdown_list_link{
  padding:0 !important;
  color:#fff !important;
 }
 .footer-links .navbar_dropdown_list_link:hover{
  padding:0 !important;
  color:#9c69ff !important;
 }


 .icon img {
  max-width: 120px;
  width:100%;
 }

 .address-block{
  display:flex;
  justify-content: center;
  gap:60px;
  flex-wrap: wrap;
 }

 .address-inner-block{
  text-align: center;
 }

 .form-container{
  text-align: center;
 }

 .form-first-block{
  display:flex;
  gap:30px;
 }

 form{
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
 }

 .form-group input{
  width: 100%;
  background-color: transparent;
  outline: none !important;
  outline: none !important;
  border-bottom: 1px solid #9c69ff !important;
  border: none;
  height:3rem;
  border-radius: 7px;
  padding-bottom: 5px;
  padding-left:10px;
  
 }
 .form-group textarea{
  width: 100%;
  background-color: transparent;
  outline: none !important;
  outline: none !important;
  border-bottom: 1px solid #9c69ff !important;
  border: none;
  height:3rem;
  border-radius: 7px;
  padding-bottom: 5px;
  padding-left:10px;
  
 }

 .form-group{
  margin-bottom:2rem;
  position: relative;
  width: 100%;
 }



 label{
  display: none !important;
 }

 .form-group textarea{
  width: 100%;
  background-color: transparent;

 }

 .submit-btn{
  max-width: 200px;
  width: 100%;
  padding: 13px 5px;
transition: background-color .4s;
  background: #9c69ff;
  border-radius: 7px;
  margin-top:20px;
 }

 .submit-btn:hover{
  background-color: #530ad2;
 }

 .form-container{
  padding:7rem 0;
 }

 .footer-logo-icon {
  width: 6.75rem;
  height:auto;
 }

 .footer-column-title {
  color: #9c69ff;
 }
 .address {
  color: #fff;
 }
 .footer-bottom-text{
  color: #9C69FF;
 }

 @media screen and (max-width: 991px) {
  .nav-menu-wr{
    background-color: #130620;
  }
  }

  @media screen and (max-width: 767px) {
  .footer-grid{
    grid-row-gap:1rem;
  }
  }

 @media (max-width:600px){
  .icon img{
    max-width: 50px;
  }

    .footer-main-column{
      margin-bottom: 30px;
    }

    .navbar_dropdown_list_link{
      font-size: .86rem;
      justify-content: start;
    }
  .address-block{
    flex-direction: column;
    gap:30px

  }
  .form-first-block{
    flex-direction: column;
    gap:0px;
  }

  .form-container{
  padding:5rem 0;
 }
 }