
/* ============================= */
/* footer                    */
/* ============================= */

footer {
      background-color: #1E2633; /* dark background */
      color: #fff;
      padding: 40px 0 20px;
      /* font-size: 14px; */
    }
    .footer-title {
      font-weight: 600;
      color: #C6A3FF; /* purple highlight */
    }
    .footer-links a {
      color: #fff;
      text-decoration: none;
      margin-right: 15px;
    }
    .footer-links a:hover {
      text-decoration: underline;
    }
    .social-icons a {
        text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 6px;
      color: #fff;
      margin-right: 8px;
      font-size: 16px;
      transition: transform 0.2s ease, background-color 0.2s ease;
  transform-origin: center;
    }
    .social-icons a:hover{
  transform: scale(1.1);
  color: #fff !important;
}
/* social media */
.fb {
    background-color: #1877f2;
}

.tw {
    background-color: #000000;
}

.in {
    background-color: #0077b5;
}

.ut {
    background-color: #bb0000;
}

.insta {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.tg {
    background-color: #15b2f7;
}

.st {
    background-color: #218DFF;
}
.st img{
    width: 9px;
    height: auto;
}