@media screen and (min-width: 1600px) {
   
  .form-container {
    
    top:40% !important;

  }

  

}

@media only screen and (max-width: 600px) {
  
  .form-container {
  
  top: 44% !important;
  right: 7% !important;
  }

  .view_profile {     margin-top: 15px !important; }

}
.navbar-collapse {
   
  text-align: center;

}
.navbar-nav { 
  display: inline-block !important;
  text-align: center !important;
 }
.nav-item { width: fit-content; display: inline-flex; }

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.step-icon i {
  animation: blink 1.2s infinite;
}

.hover-shadow:hover {
    box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }


    :root {
      --red: #8b0000;
      --orange: #ff8c00;
      --gold: #ffd700;
      --cream: #fff8f0;
      --beige: #ffe4c4;
    }

    body, html {
      height: 100%;
      margin: 0;
    }

    .carousel-item {
      height: 100vh;
      background-size: cover;
      background-position: center;
    }

    .form-container {
      position: absolute;
      top: 48%;
      right: 2.5%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.95);
      padding: 30px;
      border-radius: 10px;
      max-width: 350px;
      box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .carousel-caption {
      top: 25%;
    }

    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
    }

    .carousel-caption .celebrate {
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 10px;
    }

    .glow {
      box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
      transition: box-shadow 0.3s ease;
    }

    .hover-shadow:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    footer {
      background-color: var(--red);
      color: beige;
      padding: 2rem 1rem;
      text-align: center;
    }

    footer a {
      color: beige;
      margin: 0 0.5rem;
      text-decoration: none;
    }

    .btn-login:hover {
  background-color: #28a745 !important; /* slightly deeper green */
  transform: scale(1.05);
  transition: all 0.3s ease;
}


.steps-box {
      background: #fff;
      border-radius: 8px;
      padding: 50px 30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    h3 {
      font-weight: 600;
      color: #333;
    }
    .step {
      text-align: center;
      padding: 20px;
      position: relative;
    }
    .step-icon {
      width: 90px;
      height: 90px;
      background: #3a73b9;
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 32px;
      margin: 0 auto 20px;
      position: relative;
    }
    .step-number {
      position: absolute;
      bottom: -12px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: bold;
       
      
    }
    .step h5 {
      font-weight: 600;
      margin-top: 10px;
      color: #000;
    }
    .step p {
      font-size: 14px;
      color: #666;
      margin: 0 auto;
      max-width: 240px;
    }
    .arrow {
      font-size: 28px;
      color: #bbb;
      position: absolute;
      top: 35%;
      right: -25px;
    }
    .register-btn {
      background-color: #ff5c5c;
      color: #fff;
      font-weight: 600;
      padding: 12px 50px;
      border-radius: 30px;
      border: none;
      font-size: 18px;
      transition: background 0.3s;
    }
    .register-btn:hover {
      background-color: #e14a4a;
    }


 
  .profile-card {
    background: linear-gradient(to bottom right, #fdfdfd, #f0f8ff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .profile-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.2);
  }

  .profile-img-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }


  .carousel-item-profile { height:auto !important;  }
  .carousel-control-next-icon, .carousel-control-prev-icon { 

    width:12px !important;
    height:10px !important;

  }

  .profile-card {
    background: linear-gradient(to bottom right, #ffffff, #f0f8ff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .profile-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.2);
  }

  .profile-img-wrapper img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }

  .profile-details p {
    font-size: 0.9rem;
    color: #333;
  }

  .profile-glass {
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(12px);
      border-radius: 20px;
      transition: all 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .profile-glass:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    }

    .profile-glass img {
      width: 100px;
      height: 100px;
      object-fit: cover;
      border: 4px solid #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .badge-premium {
      background: linear-gradient(to right, #ffd700, #ffb700);
      color: #333;
      font-weight: 600;
      font-size: 0.75rem;
    }

    .section-title {
      font-size: 1.5rem;
      font-weight: 600;
      color: #333;
      margin-bottom: 2rem;
    }

    .highlight
    {
        
        height: 98px;
        width:98px;
        border: solid 1px;
        padding: 5px;
        vertical-align: top;
        text-align: left;
    
    }
    .highlight_1
    {
        
        height: 98px;
        width:98px;
        border: none !important;
        padding: 5px;
        vertical-align: top;
    
    }
    
    