*{
    margin: 0px;
}

html, body {
  margin: 0;
  padding: 0;
}

footer {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


footer p,
footer li,
footer h5,
footer ul {
  margin: 0 !important;
  padding: 0 !important;
}
/* navbar start / */
    .navbar-custom {
      background: rgba(15, 23, 42, 0.7);
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
      animation: dropIn 1s ease-in-out;
      border-radius: 0 0 16px 16px;
    }

    .navbar-brand img {
      transition: transform 0.3s ease;
    }

    .navbar-brand:hover img {
      transform: scale(1.1);
    }

    .nav-link {
      color: #fff !important;
      font-weight: 500;
      position: relative;
      transition: all 0.3s ease;
      padding: 0.5rem 1rem;
    }

    .nav-link::after {
      content: '';
      position: absolute;
      width: 0%;
      height: 2px;
      left: 50%;
      bottom: 0;
      background: #10b981; /* neon green */
      transition: 0.3s ease;
    }

    .nav-link:hover::after {
      width: 100%;
      left: 0;
    }

    .nav-link:hover {
      color: #755653 !important;
    }

    .whatsapp-btn {
      background-color: #10b981;
      border-radius: 25px;
      padding: 6px 16px;
      color: #fff !important;
      font-weight: 600;
      transition: background 0.3s ease;
      margin-left: 10px;
    }

    .whatsapp-btn:hover {
      background-color: #0e9e6e;
      text-decoration: none;
    }

    @keyframes dropIn {
      0% {
        opacity: 0;
        transform: translateY(-50px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }
.nav-link {
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #00ffcc !important;
}
.whatsapp-btn {
  background: #25D366; /* WhatsApp green */
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  position: relative;
  overflow: hidden;
}

/* Icon size */
.whatsapp-btn i {
  font-size: 18px;
}

/* Hover Effect */
.whatsapp-btn:hover {
  transform: translateY(-3px) scale(1.05);
  background: #20b358; /* darker green */
  box-shadow: 0px 8px 20px rgba(37, 211, 102, 0.5);
}

/* Ripple Animation Effect */
.whatsapp-btn::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: rgba(255, 255, 255, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: transform 0.5s ease;
  z-index: 0;
}

.whatsapp-btn:hover::after {
  transform: translate(-50%, -50%) scale(1.2);
}

.whatsapp-btn span, 
.whatsapp-btn i {
  position: relative;
  z-index: 1;
}

/* navbar End  */

/* banner start  */

.hero-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  min-height: 100vh;
  color: white;
}


.text-gradient {
  background: linear-gradient(45deg, #00ffcc, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phone-mockup {
  width: 280px;
  height: 550px;
  background: #111;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0px 15px 40px rgba(0,0,0,0.6);
  position: relative;
}
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  background: #333;
  border-radius: 10px;
}
.phone-mockup .screen {
  background: #000;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}




.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, #1f1c2c, #928DAB);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.text-gradient {
  background: linear-gradient(45deg, #00ffcc, #0077ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.phone-mockup {
  width: 280px;
  height: 550px;
  background: #111;
  border-radius: 40px;
  padding: 15px;
  box-shadow: 0px 15px 40px rgba(0,0,0,0.6);
  position: relative;
}
.phone-mockup::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  background: #333;
  border-radius: 10px;
}
.phone-mockup .screen {
  background: #000;
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
}


@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.laptop-mockup:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}

.gradient-text {
  background: linear-gradient(90deg, #ff4c4c, #ffbb00, #00ffcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradientMove 3s ease infinite;
}
@keyframes gradientMove {
  0%{background-position:0%;}
  50%{background-position:100%;}
  100%{background-position:0%;}
}


.animate-fade-slide {
  opacity:0;
  transform: translateY(20px);
  animation: fadeSlideIn 1s forwards;
  animation-delay:0.3s;
}
@keyframes fadeSlideIn {
  to {opacity:1; transform:translateY(0);}
}


.hover-glow:hover {
  box-shadow: 0 0 15px rgba(255,0,0,0.6), 0 0 30px rgba(255,0,0,0.4), 0 0 60px rgba(255,0,0,0.3);
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}
.hover-outline:hover {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}
.btn-float {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.btn-float:hover {
  transform: translateY(-8px) scale(1.08);
}


.hover-float:hover {
  transform: translateY(-10px) scale(1.02);
  transition: all 0.4s ease;
}

.hover-scale:hover {
  transform: scale(1.05) rotate(1deg);
}



.hover-float:hover {
  transform: translateY(-10px) scale(1.03);
  transition: all 0.5s ease;
}


@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}
.animate-fade-up {
  animation: fadeUp 1s ease forwards;
  opacity: 0;
}


@keyframes slideLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}
.animate-slide-left {
  animation: slideLeft 1s ease forwards;
  opacity: 0;
}


@keyframes slideRight {
  0% { opacity: 0; transform: translateX(50px); }
  100% { opacity: 1; transform: translateX(0); }
}
.animate-slide-right {
  animation: slideRight 1s ease forwards;
  opacity: 0;
}


@media (prefers-reduced-motion: no-preference) {
  .animate-fade-up, .animate-slide-left, .animate-slide-right {
    opacity: 0;
    transform: translateY(30px);
    animation-play-state: paused;
  }
}

.hover-float:hover {
  transform: translateY(-10px) scale(1.03);
  transition: all 0.5s ease;
}


.hover-glow:hover {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.6), 0 20px 40px rgba(0,0,0,0.3);
  transform: translateY(-10px) scale(1.05);
}


@keyframes slideLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}
.animate-slide-left {
  animation: slideLeft 1s ease forwards;
  opacity: 0;
}


.video-card:hover i {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  50% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); opacity: 0.7; }
}
 
  .hover-float:hover {
    transform: translateY(-10px) rotate3d(1, 1, 0, 8deg);
    box-shadow: 0 15px 40px rgba(255,255,255,0.3);
  }
  .hover-glow:hover {
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.5), 0 0 50px rgba(0,255,255,0.2);
  }


.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hover-float:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}

.animate-slide-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideLeft 1s forwards;
}
@keyframes slideLeft {
  to { opacity: 1; transform: translateX(0); }
}

.animate-slide-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideRight 1s forwards;
}
@keyframes slideRight {
  to { opacity: 1; transform: translateX(0); }
}


.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}


.animate-slide-up {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 1s forwards;
}
@keyframes slideUp {
  to { opacity:1; transform:translateY(0); }
}


.animate-pop {
  display: inline-block;
  animation: pop 0.8s ease forwards;
}
@keyframes pop {
  0% { transform: scale(0.9); opacity:0; }
  100% { transform: scale(1); opacity:1; }
}


.hover-lift:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
  cursor: pointer;
}


.hover-glow:hover {
  box-shadow: 0 0 15px rgba(255,0,0,0.6), 0 0 30px rgba(255,0,0,0.4), 0 0 60px rgba(255,0,0,0.3);
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}


.animate-fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}


.animate-slide-up {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 1s forwards;
}
@keyframes slideUp {
  to { opacity:1; transform:translateY(0); }
}


.animate-pop {
  display: inline-block;
  animation: pop 0.8s ease forwards;
}
@keyframes pop {
  0% { transform: scale(0.9); opacity:0; }
  100% { transform: scale(1); opacity:1; }
}

.hover-lift:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
  transition: all 0.3s ease;
  cursor: pointer;
}


.hover-glow:hover {
  box-shadow: 0 0 15px rgba(255,0,0,0.6), 0 0 30px rgba(255,0,0,0.4), 0 0 60px rgba(255,0,0,0.3);
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}


<!-- Custom

.gradient-text {
  background: linear-gradient(90deg, #ff4c4c, #ffbb00, #00ffcc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  animation: gradientMove 3s ease infinite;
}
@keyframes gradientMove {
  0%{background-position:0%;}
  50%{background-position:100%;}
  100%{background-position:0%;}
}


.animate-fade-slide {
  opacity:0;
  transform: translateY(20px);
  animation: fadeSlideIn 1s forwards;
  animation-delay:0.3s;
}
@keyframes fadeSlideIn {
  to {opacity:1; transform:translateY(0);}
}


.hover-glow:hover {
  box-shadow: 0 0 15px rgba(255,0,0,0.6), 0 0 30px rgba(255,0,0,0.4), 0 0 60px rgba(255,0,0,0.3);
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}

.hover-outline:hover {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
  transform: translateY(-5px) scale(1.05);
  transition: all 0.3s ease;
}

.btn-float {
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.btn-float:hover {
  transform: translateY(-8px) scale(1.08);
}


.animate-gradient-heading {
  text-shadow: 0 0 10px rgba(255,255,255,0.3), 0 0 20px rgba(255,0,0,0.2);
}

/* contact us  */

.social-card {
    display: block;
    background: white;
    color: #333;
    padding: 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.2);
  }

  .social-card i {
    font-size: 2.5rem;
    transition: transform 0.3s;
  }

  .social-card p {
    margin-top: 10px;
    font-weight: bold;
  }

 
  .social-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 15px 30px rgba(0,0,0,0.4);
  }

  .social-card:hover i {
    transform: rotate(15deg) scale(1.2);
  }

 
  .social-card:hover .bi-telegram { color:#0088cc; }
  .social-card:hover .bi-youtube { color:#FF0000; }
  .social-card:hover .bi-facebook { color:#1877f2; }
  .social-card:hover .bi-tiktok { color:#000; }
  .instagram { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888); color:white; }
  .instagram:hover { box-shadow: 0px 15px 30px rgba(236, 41, 123, 0.6); }


.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    transition: 0.3s;
  } .social-card {
    display: block;
    padding: 20px;
    border-radius: 15px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .social-card i {
    font-size: 2.5rem;
    margin-bottom: 10px;
    display: block;
  }
  .social-card:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
  }

  .social-card.telegram {
    background: #0088cc;
  }
  .social-card.telegram:hover {
    background: #0077b6;
  }

 
  .social-card.youtube {
    background: #FF0000;
  }
  .social-card.youtube:hover {
    background: #cc0000;
  }

  
  .social-card.facebook {
    background: #1877f2;
  }
  .social-card.facebook:hover {
    background: #145dbf;
  }


.social-card.tiktok {
  background: linear-gradient(135deg, #000000, #111111); 
  border: 2px solid #ff0050;  
  color: #ffffff;
}

.social-card.tiktok i {
  color: #00f2ea; 
}
.social-card.tiktok:hover {
  background: #000000;   
  color: #ffffff;      
}

.social-card.tiktok:hover {
  background: #000000;
  color: #ffffff;      
}

.social-card.tiktok:hover i,
.social-card.tiktok:hover p {
  color: #ffffff;
}


  .social-card.instagram {
    background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  }
  .social-card.instagram:hover {
    filter: brightness(1.2);
  }

/* Gallery Card */


  .gallery-heading {
    background: linear-gradient(90deg, #ffffff, #a7d8ff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    text-shadow: 2px 2px 10px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    animation: fadeZoom 2s ease-in-out;
  }


  @keyframes fadeZoom {
    0% {
      opacity: 0;
      transform: scale(0.8) translateY(20px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  .gallery-heading::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 4px;
    background: linear-gradient(90deg, #a7d8ff, #ffffff, #ffd700);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(167, 216, 255, 0.9);
    animation: underlineGlow 2s ease-in-out infinite alternate;
  }

  @keyframes underlineGlow {
    0% {
      box-shadow: 0 0 12px rgba(167, 216, 255, 0.6);
    }
    100% {
      box-shadow: 0 0 25px rgba(255, 215, 0, 0.9);
    }
  } 
  .gallery-heading {
    background: linear-gradient(90deg, #ffffff, #a7d8ff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
    text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.2);
    display: inline-block;
    position: relative;
    animation: fadeZoom 1.5s ease-in-out;
    margin-top: 20px;   
    margin-bottom: 40px; 
  }
  
  @keyframes fadeZoom {
    0% {
      opacity: 0;
      transform: scale(0.9) translateY(15px);
    }
    100% {
      opacity: 1;
      transform: scale(1) translateY(0);
    }
  }

  
  .gallery-heading::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #a7d8ff, #ffffff, #ffd700);
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(167, 216, 255, 0.8);
    animation: underlineGlow 2s ease-in-out infinite alternate;
  }

  @keyframes underlineGlow {
    0% {
      box-shadow: 0 0 8px rgba(167, 216, 255, 0.6);
    }
    100% {
      box-shadow: 0 0 18px rgba(255, 215, 0, 0.9);
    }
  }

  /* .gallery  */

.gallery-card {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  padding: 5px;
  background: linear-gradient(135deg, #1e1e2f, #2c5364);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}

.gallery-card img {
  border-radius: 15px;
  width: 100%;
  transition: transform 0.6s ease;
}

.gallery-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 25px 50px rgba(0,0,0,0.8);
}

.gallery-card:hover img {
  transform: scale(1.1) rotate(1deg);
  filter: brightness(1.1);
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay i {
  font-size: 2.5rem;
  color: #fff;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(1); opacity: 0.8; }
}
.gallery-card img {
  width: 100%;
  height: 250px;       
  object-fit: cover;    
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}
.gallery-card {
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
  }

  .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: transform 0.3s ease;
  }

  .gallery-img:hover {
    transform: scale(1.1);
  }
    
  .custom-btn {
    width: 50px;
    height: 50px;
    background: white !important;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-btn span {
    filter: invert(1);
  }
.gallery-card {
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 20px;
}
.gallery-card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.6);
}
.gallery-img {
  border-radius: 20px;
  transition: transform 0.4s ease;
}
.gallery-card:hover .gallery-img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 20px;
}
.gallery-card:hover .overlay {
  opacity: 1;
}
.overlay h5 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

 /* .gallery  */
/* .testimonial  */


  .testimonial-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .testimonial-card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0px 10px 25px rgba(0,0,0,0.15);
  }

 .btn-animate-light {
  background: #ffffff; 
  color: #0d6efd;     
  padding: 10px 25px;
  border-radius: 50px;
  border: 2px solid #0d6efd; 
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.btn-animate-light:hover {
  background: #0d6efd; 
  color: #fff;         
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 15px rgba(13,110,253,0.3);
}


.btn-animate-light:active {
  transform: scale(0.95);
}

  .secure-img {
    position: relative;
    display: inline-block;
  }
  .secure-img img {
    width: 40px; 
    height: 40px; 
    object-fit: cover; 
    border: 2px solid #0d6efd; 
    border-radius: 50%;
    pointer-events: none; /* disable click/drag */
    user-drag: none;
    -webkit-user-drag: none;
  }
  .secure-img::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: transparent; /* invisible overlay */
  }
.btn-animate-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  transform: skewX(-25deg);
}


.btn-animate-light:hover::after {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  100% { left: 125%; }
}

/* .testimonial  */

/* footer  */

  footer h5 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }

  footer p, footer li {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .footer-list li {
    color: #ccc;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .footer-list li:hover {
    color: #ff6b6b;
    transform: translateX(6px);
  }

  
  .social-icon {
    font-size: 1.6rem;
    color: #ddd;
    transition: transform 0.4s ease, color 0.3s ease;
  }
  .social-icon:hover {
    transform: rotate(360deg) scale(1.2);
    color: #ff6b6b;
  }

.text-gradient {
  background: linear-gradient(135deg, #ff512f, #dd2476, #24c6dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* footer  */