



.jaycard-front {
  
    width: 100%;
    height: 100%;
    text-align: center;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 0px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.card-back {
    transform: rotateY(180deg);
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px;
    text-align: center;
    border: 0px solid #ccc;
}

/* Base styles for social media icons */
.social-icons {
  
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

/* Individual icon styling */


/*.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;

  margin-top: 20px;
  
  border-radius: 50%;
  text-align: center;
  color: #e6e6e6;
  font-size: 24px;
  transition: background-color 0.1s ease, transform 0.1s ease;
} */



.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-top: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff; /* Changed icon color to white */
  font-size: 24px;
  transition: all 0.1s ease;
  
}

/* Hover effect 
.social-icons a:hover {
  background-color: #999999;
  transform: scale(1.1);
  color: #fff;
} */
.social-icons a.whatsapp:hover,
.social-icons a.call:hover {
  animation: none;
}



.social-icons a:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);



}

/* Optional: Slightly darken color on hover */
.social-icons a:hover {
  filter: brightness(90%);
  
}




.social-icons a.whatsapp  { background-color: #25d366;}

.social-icons a.call { background-color: #34b7f1; 

}


/* Specific colors for each platform */
.social-icons a.whatsapp:hover { background-color: #25d366; }

.social-icons a.call:hover { background-color: #34b7f1; }

.social-icons a.youtube:hover { background-color: #ff0000; }
.social-icons a.pinterest:hover { background-color: #bd081c; }
.social-icons a.facebook:hover { background-color: #3b5998; }
.social-icons a.twitter:hover { background-color: #00acee; }
.social-icons a.linkedin:hover { background-color: #0077b5; }
.social-icons a.instagram:hover { background-color: #e4405f; }



/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .social-icons {
      gap: 15px;
  }
  
  .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .social-icons {
      gap: 10px;
  }
  
  .social-icons a {
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 18px;
  }
}





@keyframes glow {
  0% { box-shadow: 0 0 5px #25d366;opacity: 5; }
  50% { box-shadow: 0 0 20px #25d366;opacity: -1; }
  100% { box-shadow: 0 0 5px #25d366; opacity: 5; }
}

.social-icons a.whatsapp {
  animation: glow 2s infinite alternate;
}

@keyframes glowCall {
  0% { box-shadow: 0 0 5px #34b7f1;opacity: 5; }
  50% { box-shadow: 0 0 20px #34b7f1; opacity: -1;}
  100% { box-shadow: 0 0 5px #34b7f1 ; opacity: 5;}
  
}

.social-icons a.call {
  animation: glowCall 2s infinite alternate;
}




.jaycard {
    perspective: 1000px;
    width: 300px;
    height: 400px;
    position: relative;
}

.card-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.jaycard:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front, .card-back {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1px;
    text-align: center;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1px;
}

.image-container img {
    width: 100%;
    height: auto;
    
    object-fit: cover;
}

.icon-container {
    position: absolute;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    display: flex;
    gap: 10px;
}

.icon-container img {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.8); /* Add background for better visibility */
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.product-info {
    margin: 1px 0;
    color: white;
}

.jaynewbuttin, .jaycallnow, .jaywhatsapp {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background-color: #007BFF;
    border-radius: 5px;
}


.jaycard {
  transition: all 0.5s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  background: black ;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
 margin: 10px;

  
}



.jaycontenar {
    
   
  position: relative;
  display: flex;
  border: 2px solid #0b0fdd;
 
 
 /* flex-direction: column;*/
 
 
 
  margin: 5px;
border-radius: 5px;
  
 
}


.hedcoll {
 
  color: rgb(211, 211, 211);
  text-decoration:dotted;
}
