body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #fffaf4, #fef7ff);

  /* background-image: repeating-linear-gradient(
    45deg,
    #e0f2f1 0,
    #e0f2f1 1px,
    transparent 1px,
    transparent 20px
  ); */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
}

.card-container {
  width: 100%;
  max-width: 400px;
  padding: 10px;
}

.card {
  background: #fff;
  border: 5px solid #d1d9e6;
  border-radius: 6px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;


}

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background: crimson;
  color: white;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: bold;
  border-bottom-right-radius: 12px;
  z-index: 10;
}







.card-header {

 /* background: linear-gradient(135deg, #4b134f, #8f6aae, #d4af37); */
  text-align: center;
background: linear-gradient(135deg, #81c784, #aed581);
  padding: 24px 16px 60px;
  color: white;
  position: relative;
  height: 100px;
   border-top-left-radius: 20px;
  border-top-right-radius: 20px;

  
}

.card-header h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
 font-family: 'Teko', sans-serif;
  /* Gradient - strong but stylish */
  background: linear-gradient(90deg, #ff0000, #ff6600, #ff0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  /* Subtle shadow just for depth */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);

  margin-top: 12px;
  margin-bottom: 16px;
}





.card-header h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d4af37, #ffd700); /* Gold gradient */
  margin: 6px auto 0;
  border-radius: 2px;
}


.card-header span {
  color: #ffe600;
  text-shadow: 1px 1px 2px #00000033;

}


.profile-img {
  width: 200px;           /* bigger logo */
  height: auto;
  margin-top: 30px;       /* space below text */
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  background: white;      /* white base */
  padding: 10px 15px;     /* balanced spacing */
  border-radius: 12px;    /* rounded edges */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* premium shadow */
}

/* .profile-img {
  margin-top: 100px;
  width: 80%;
  height: 230px;
  margin: 0 auto; 
  object-fit: cover;
  display: block;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  background-color: white;
  z-index: 2; 
  margin-top: -35px;
  padding: 8px;
  border-radius: 12px;   
  object-fit: contain;
  background: transparent;  
  transform: none;
} */



.card-body {
  padding: 80px 20px 20px;
  background: linear-gradient(135deg, #fff9c4, #ffe082);
  margin-top: 40px;
  color: #2d2d2d;
}


h3 {
  margin: 10px 0 5px;
  font-size: 25px;
}

.subtitle {
  font-size: 16px;
  color: #777;
  
}

.contact-info {
  margin: 10px 0;
  font-size: 22px;
  color: #333;
 
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #4CAF50; /* Default green */
  color: white;
  border-radius: 46%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 1;
  margin-right: 10px;
  flex-shrink: 0;
 
}


.social-icons {
  margin: 16px 0;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-icons a {
  width: 60px;
  height: 60px;
  border-radius: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 40px;
  text-decoration: none;
 
}


.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.facebook { background: #1877F2; }
.web { background: #D44638; }


.share-btn {
  width: 60px;
  height: 60px;
  border-radius: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  border: none;
  cursor: pointer;
  color: white;
  background: linear-gradient(135deg, #ff8c00, #ff3c3c); /* orange-red gradient */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.share-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.follow-line {
  font-size: 15px;
  font-weight: bold;
  color: #d62828;   /* attractive red */
  text-align: left; /* LEFT SIDE ला align */
  padding-left: 10px; /* थोडं आतमध्ये spacing */
}


.services {
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0;
}

.services h4 {
  margin-bottom: 8px;
  font-size: 20px;
  margin-top: 10px;
}

.services ul {
  padding-left: 20px;
  margin: 0;
}

.services li {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.7;
  font-weight: bold;
    font-family: 'Noto Sans Devanagari', sans-serif;

}

.save-btn {
  margin-top: 20px;
  background: linear-gradient(to right, #00b09b, #96c93d);
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s;
}

.save-btn i {
  margin-right: 8px;
}

.save-btn:hover {
  opacity: 0.9;
}

.corner-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 100px;
  background: linear-gradient(135deg, #f12711, #f5af19);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 2;
  pointer-events: none;
}

/* 🌐 MEDIA QUERY FOR MOBILE */
@media (max-width: 768px) {
 body {
    padding: 20px 10px;
  }

  .card {
    width: 100%;
    height: auto;
  }

  .profile-img {
    /* width: 80%; */
    height: 110px;
    top: 60px;
    margin-top: 30px;
    margin-bottom: 5px;
    /* left: 30px; */
   
  }

   .card-header h2 {
    font-size: 38px;  /* smaller heading text */
    letter-spacing: 1.5px;
  }

  .follow-line{
    font-size: 12px;
    text-align: left;
  }

  .card-header {
    height: 100px;
    padding-bottom: 40px;
  }

  .card-body {
    padding-top: 60px;
  }

  .icon-circle {
    width: 50px;
    height: 50px;
    font-size: 27px;
  }

  .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 27px;
  }

  .share-btn{
    width: 50px;
    height: 50px;
    font-size: 27px;
  }

  .save-btn {
    font-size: 16px;
    padding: 8px 16px;
  }

  .logo-badge img {
    height: 100px;  /* smaller size on mobile */
  }


 
 
  

}
