/* .animate-text {
     opacity: 0;
     transform: translateY(30px);
     transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-text.show {
     opacity: 1;
     transform: translateY(0);
} */

/* h1.display-5 {
  font-weight: bold; 
  letter-spacing: 3px; 
}
h2.display-5 {
  font-weight: bold; 
  letter-spacing: 3px; 
} */

p{
  text-align: justify;
}

/* Popup styling */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 1000px;
  width: 90%;
  height: 500px;
  /* Fixed height */
  text-align: center;
  position: relative;
  overflow-y: auto;
  /* Enable scrolling */
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */
  -ms-overflow-style: none;
  /* Hide scrollbar for IE/Edge */
}

.popup-content::-webkit-scrollbar {
  display: none;
}

.popup-content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  object-fit: contain;
}


.close {
  position: fixed;
  /* Change to fixed positioning */
  top: 20px;
  /* Adjust top position relative to the viewport */
  right: 20px;
  /* Adjust right position relative to the viewport */
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  z-index: 1001;
}

.close:hover {
  color: #ffffff;
}

.popuphover {
  transition: all 0.3s ease-in-out; /* Smooth transition */
}

.popuphover:hover {
  color: blue;
  transform: scale(1.1);
  cursor: pointer; /* Indicates interactivity */
}

/* my image  */
.fixed-image-size {
  width: 100%;
  height: 250px;
  object-fit: cover;
}


/* colume gap  */

.custom_row .card {
  margin: 12px;
  margin-bottom: 10px;
}


/* logobg */
.logobg {
  position: relative;
  display: inline-block; /* Adjust as per your layout */
  width: 100%; /* Adjust as needed */
  height: 200px; /* Example height */
  color: rgb(0, 0, 0); /* Text color */
}

.logobg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.5; /* Control only background opacity */
  z-index: -1;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  transition: bottom 0.3s ease-in-out;
}

.whatsapp-float:hover {
  background-color: #1ebe57;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the section properly */
  z-index: -1;
}

.textmargin{
  margin-right: 20em;
  padding-right: 20%
}



/* Sticky button styles */
.sticky-button {
  position: fixed;
  top: 50%;  /* Center vertically */
  left: -60px; /* Adjust left spacing */
  transform: translateY(-50%); /* Ensure perfect vertical centering */
  padding: 8px 15px; /* Adjust padding as needed */
  background-color: #25D366; /* WhatsApp green color */
  color: white;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  transition: background-color 0.3s ease;
  transform: rotate(-90deg);

}

.sticky-button:hover {
  background-color: #128C7E; /* Darker shade for hover effect */
}


/* pp sheet  */
.hero-section {
  background: url('../images/product/pp/whatsapp-image-2022-03-10-at-11-13-55.jpeg') no-repeat center center/cover;
  
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  
  /* background: linear-gradient(to right, #0728e4cc, #f0efff);  */

}
.section {
  padding: 60px 0;
}
.section h2 {
  margin-bottom: 30px;
}


.paras {
  background-image: url('../images/ChatGPT.png');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 100vh; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.whatsapp-float1{
    background-color: #25d366;
    color: white;
    border-radius: 50%
}
.blog-image-hover-up {
  width: 1200px;
  height: 800px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-image-hover-up:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
