html,
body {
  overflow-y: auto;
}

.anim-icons {
  /* Remove display:none */
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease-in-out;
}

.anim-icons.show {
  opacity: 1;
  pointer-events: auto;
}
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fade-in.show {
  opacity: 1;
}
@media (max-width: 1000px) {
  #infoCarousel {
    display: none !important;
  }
}

.bg-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/illustrations/1.png") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
/* Stylish 3D Login Box */
.login-box-wrapper {
  overflow: visible;

  margin-right: 150px;
  max-width: 600px; /* Max width for the login box */
  padding: 40px 40px; /* Top-bottom padding 80px, left-right 40px */
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.9),
    rgba(240, 240, 240, 0.9)
  ); /* Gradient background */
  border-radius: 15px; /* Rounded corners */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 10px 30px rgba(0, 0, 0, 0.1); /* Soft 3D shadow */

  justify-content: center;
  align-items: center;
  backdrop-filter: blur(15px); /* Glass effect */
  transition: all 0.3s ease-in-out; /* Smooth transition */
  position: relative; /* For inner elements positioning */
}

/* Input fields inside the box */
#formAuthentication .form-control {
  width: 100%;

  font-size: 16px;
  border-radius: 10px;
  margin-top: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  margin-bottom: 20px; /* Spacing between inputs */
  transition: all 0.3s ease-in-out; /* Smooth focus transition */
}

/* Add a focus effect on input fields */
#formAuthentication .form-control:focus {
  border-color: #6c63ff; /* Highlight with a color */
  box-shadow: 0 0 10px rgba(108, 99, 255, 0.5); /* Glow effect on focus */
}

/* The submit button style */
button.btn-primary {
  background-color: #6c63ff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

button.btn-primary:hover {
  background-color: #5a54e6; /* Darker shade on hover */
  transform: translateY(-2px); /* Lift effect */
}

/* Divider Text in between */
.divider {
  margin: 20px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.divider .divider-text {
  background: white;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* Add hover effect to the 'Create Account' button */
.btn-outline-primary {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.btn-outline-primary:hover {
  background-color: #6c63ff;
  color: white;
  border-color: #6c63ff;
  transform: translateY(-2px); /* Lift effect */
}

.login-box-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.authentication-wrapper {
  min-height: 100vh;
  height: auto !important;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .logo-img {
    height: 110px !important;
    width: auto !important;
  }

  .authentication-inner {
    padding-top: 250px; /* zoom hone pe bhi overlap na ho */
  }

  .login-box-wrapper {
    padding: 40px;
    border: none;
  }
}
.logo-wrapper {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}

.logo-img {
  height: 100px !important;
  max-width: 100%;
}
.login-box {
  background: transparent; /* keep transparent for glass effect */
  border-radius: 20px;
}

@media (max-width: 768px) {
  .custom-auth-wrapper {
    margin-right: 0 !important;
    padding: 20px;
    justify-content: center !important;
  }

  .login-box-wrapper {
    width: 100% !important;
    max-width: 95vw !important;
    margin: auto;
  }
}

.carousel-content {
  background-color: transparent !important;
  backdrop-filter: none !important;
  border-radius: 20px;
  padding: 45px 40px;
  width: 90%;
  height: auto;
  color: #000;

  transform-style: preserve-3d;
  perspective: 1000px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: default;
}

.carousel-content:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 25px 50px rgba(0, 0, 0, 0.05);
}

/* Headings */
.carousel-content h4 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 25px;
  color: #000 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Bullet Points */
.carousel-content ul {
  list-style-type: disc;
  padding-left: 25px;
  margin: 0;
}

.carousel-content ul li {
  font-size: 1.2rem;
  color: #000 !important;
  line-height: 1.8;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: 500;

  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}

.carousel-content ul li:hover {
  color: #444;
  transform: translateX(5px);
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .carousel-content {
    padding: 30px 25px;
  }

  .carousel-content h4 {
    font-size: 1.6rem;
  }

  .carousel-content ul li {
    font-size: 1rem;
  }
}

.carousel-wrapper {
  position: absolute;
  top: 0%;
  left: 15%;
  width: 40%;
  max-width: 480px;
}

/* Center it fully for smaller screens */
@media (max-width: 1000px) {
  .carousel-wrapper {
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
}
