
.logo {
  height: 40px;
}

/* Navbar Active Link */
.nav-link.active {
  font-weight: 600;
  color: #0d6efd !important;
  position: relative;
}

.input-group-text{
 border-radius: 10px;
  background: transparent;
}
.recharge-input input{
  border: none;
}

/* Footer Styling */
.footer h6 {
  margin-bottom: 15px;
  font-size: 16px;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.footer ul li a:hover {
  text-decoration: underline;
}

/* Social Icons */
.social-icons a {
  font-size: 20px;
  color: #0d6efd;
  margin-right: 10px;
}

.social-icons a:hover {
  color: #0056b3;
}    .tag {
      font-size: 0.75rem;
      font-weight: 600;
      color: white;
      padding: 4px 8px;
      border-radius: 4px;
      display: inline-block;
      margin-bottom: 8px;
    }

    .tag-5g {
    background-color: #0c5273;
}      /* Jio True 5G */
    .tag-home { background-color: #0c5273; }       /* JioHome */
    .tag-business { background-color: #0c5273; }   /* JioBusiness */

    .card-title {
    font-size: 18px;
    font-weight: 700;
}
.card-body a{
  color: #0a2885;
  text-decoration: none;
  font-weight: 700;

}
.card{
  border-radius: unset;
  border: none;
}
.card img{
  border-radius: 20px;
}
    .card-text {
      font-size: 0.95rem;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0.5rem;
    }

    .section-subtitle {
      font-size: 1rem;
      color: #666;
      margin-bottom: 1rem;
    }

    .card img {
      height: 200px;
      object-fit: cover;
    }
     .jiobusiness-logo {
      font-size: 2rem;
      font-weight: bold;
      color: #0b57d0;
    }

    .jiobusiness-logo span {
      color: #00baf2;
      background: #e6f7fb;
      padding: 5px 10px;
      border-radius: 50px;
      margin-right: 5px;
    }

    .card-icon {
      font-size: 2rem;
      margin-bottom: 10px;
    }

    .jiocard {
      border-radius: 20px;
      border: 1px solid #e0e0e0;
      padding: 25px;
      text-align: left;
      height: 100%;
      transition: box-shadow 0.3s ease;
    }

    .jiocard:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .jiocard h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .jiocard p {
      color: #555;
    }

    .jiocard a {
      font-weight: 600;
      text-decoration: none;
    }

    .jiocard a:hover {
      text-decoration: underline;
    }
     .nav-pills .nav-link {
      border-radius: 25px;
      padding: 8px 20px;
      font-weight: 600;
      color: #000;
      background: #f2f2f2;
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .nav-pills .nav-link.active {
      background-color: #0f3cc9;
      color: #fff !important;
    }
    /* Input + button */
    .recharge-input {
      max-width: 420px;
      margin: 0 auto;
      margin-top: 20px;
      display: flex;
      /* gap: 10px; */
    }
    .recharge-input input {
      border-radius: 8px;
      
    }
    .recharge-input button {
      border-radius: 25px;
      background: #0f3cc9;
      border: none;
      font-weight: 600;
      padding: 0 30px;
      margin-left: 10px;
    }
    .recharge-input button:hover {
      background: #0041c9;
    }
    .mid-width img{width:100%;  }

    a{
      text-decoration: none !important;
      
    }
    footer a{
      color: #000000a6 !important;
      font-weight: 400 !important;
    }
    .social-icons a{
         color: #0a2885 !important;
      font-weight: 700 !important;
    }
    .jiocard a{
      color: #0a2885 !important;
      font-weight: 700 !important;

    }
    .jiocard svg{
      width: 30px;
      margin-bottom: 30px;
    }
    .nav-item{
       padding: 0px 10px;
    }
    .nav-link {
      font-weight: 500 !important;
    }
    .form-control:focus {
    color: var(--bs-body-color);
    background-color: none;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
h2{
  color: #000;
  font-size: 36px;
}