@font-face {
    font-family: Poppins;
    src: url("font/Poppins.zip");
}

* {
    font-family: Poppins;
}

.btn {
    background-color: #1090CB;
    color: #FFFFFF;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #1090CB !important;
}

.home-home {
    color: #1090CB;

}

.heading {
    color: #1090CB;
}

.background {
  background-color: #1090CB1A; /* apni pasand ka color */
  padding: 50px 0; /* top-bottom spacing */
}

.bg-back {
    background-color: #1090CB;
    color: #FFFFFF;
}

.bgg-back {
    background-color: #F4F4F4;
    color: #252525 !important;
}

.back-groundd {
    background-color: #E8F4FA;
}

.circle-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #08D3BB;
  overflow: hidden;
}

.circle-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.circle-icon2 {
     width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1090CB;
  overflow: hidden;
}

.circle-icon3 {
    width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #9208D3;
  overflow: hidden;
}

.bg-light-pink {
    background: #fde8ec; /* Light Pink */
  }
  .bg-light-blue {
    background: #e6f3ff; /* Light Blue */
  }
  .bg-light-purple {
    background: #f3e9ff; /* Light Purple */
  }
  .bg-light-violet {
    background: #fceeff; /* Light Violet */
  }

  /* hover effect */
  .bg-light-pink:hover,
  .bg-light-blue:hover,
  .bg-light-purple:hover,
  .bg-light-violet:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  }

.backgroundd {
    background-color: #1090CB1A !important;
}

.bggg {
    background-color: #1090CB !important;
}

.bg-change {
   
background-color: #1090CB !important;
color: #FFFFFF !important;
}

.btn-change {
    background-color: #F1F1F1;
    color: #727272;
}

.btnnn {
    color: #1090CB;
    background-color: #E7EFF3;
    
}

.btnn {
    color: #1090CB;
}


.myy-form {
    background-color: #E8F4FA !important;
}

.headbtn-p {
    background-color: #1090CB !important;
}