

 .main-red-button {
     display: inline-block;
     background-color: #343a40;
     font-size: 15px;
     font-weight: 400;
     color: #fff;
     margin-top: 17px;
     padding: 12px 25px;
     border-radius: 0px 60px 0 60px;
     letter-spacing: 0.25px;

 }


 @media only screen and (max-width: 768px) {
     .num1 {
         display: flex;
         justify-content: center;
         background-color: #343a40;
         font-size: 16px;
         font-weight: 700;
         width:50%;
         color: #fff;
         margin-top: 17px;
         border-radius: 0px 60px 0 60px;
         text-align: center;


     }
 }

 body {
     background-color: #f8f9fa;
     -webkit-user-select: none;
 }

 .side-menu {
     background-color: #343a40;
     color: white;
     padding: 5px;
     border-radius: 8px;
     height: 100%;
     width: 300px !important;
     position: -webkit-sticky;
     position: sticky;
     top: 0;
     z-index: 1000;

 }

 .side-menu h5 {
     margin-bottom: 5px;
     color: #ffc107;
 }

 .side-menu a {
     display: block;
     color: white;
     text-decoration: none;
     margin-bottom: 8px;
     font-size: 14px;
 }

 .side-menu a:hover {
     text-decoration: underline;
     color: #ffc107;
 }

 
.card .btn {
    display: none; /* Hide the button initially */
    position: absolute;
    bottom: -45px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    padding: 8px 15px;
    transition: bottom 0.3s ease; 
}


.card:hover .btn {
    display: block; 
    bottom: 10px;
    background-color: red;
    color: white;
}

.card {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.card img {
    width: 100%;
    height: auto;
}

.card-content {
    position: absolute;
    bottom: 0; 
    width: 100%;
    padding: 15px;
    background-color: rgba(43, 26, 32, .74);    
    color: white;
    text-align: center;
    height: 50px; 
    transition: height 0.3s ease, background-color 0.3s ease, bottom 0.3s ease;
}

.card:hover {
    transform: translateY(-5px); 
}

.card:hover .card-content {
    height: 100px; 
    bottom: 0px;
}


.profile-icons {
    text-align: center;
}

.profile-icons i {
    font-size: 40px; 
    color: red;  
    margin-bottom: 10px; 
}

.text-profile-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-profile-icon strong,
.text-profile-icon p {
    margin: 0;  
}

/* Custom Card Container */
.custom-card {
    border: 1px solid #ddd;
    border-radius: 10px; 
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease-in-out; 
}

/* Card Image */
.custom-card-img {
    width: 100%;
    margin-top: 5px;
}

/* Card Body */
.custom-card-body {
    padding: 7px; 
    background-color: #fff;
}

.custom-card-body a {
    text-decoration: none;
    color: #333; /* Adjust to preferred color */
    font-size: 1rem;
    margin: 0;
}
/* Card Title */
.custom-card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-card-text {
    font-size: 1rem;
    color: #555; 
    margin-bottom: 8px;
    font-family: Georgia, serif;

}

.custom-view-all {
    color: #007bff;
    text-decoration: none;
    font-size: 1rem;
}


.custom-card:hover {
    transform: translateY(-10px); 
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}

.custom-card .get-button1{
    border-radius: 50px;

}

@media (max-width: 768px) {
    .side-menu {
      display: none;
    }
  }

  /* mobile ke liye only */
   /* Fixed bottom navigation for mobile */
   .fixed-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }

  /* Hide bottom nav for screens larger than 768px */
  .fixed-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    font-weight: bold;
    right: 0;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    justify-content: space-evenly; /* Evenly distribute the buttons */
    align-items: center;
  }

  /* Mobile View */
  @media (max-width: 768px) {
    .fixed-bottom-nav {
      display: flex;
      justify-content: space-evenly;
      padding: 10px 0;
    }

    .nav-link {
      font-size: 14px;
      color: #555;
    }

    .nav-link:hover {
      color: #007bff;
    }
  }
     /* Hide bottom nav on larger screens */
     @media (min-width: 769px) {
        .fixed-bottom-nav {
          display: none;
        }
      }



      .action-buttons {
        font-size: 12px;
        font-weight: bold;
        justify-content: center;
    } 


/* General Styles */
.logo img {
    height: auto;
    max-width: 100%; /* Ensures the logo scales properly */
}

/* Media Queries for Responsiveness */

/* Extra Small Devices (Phones, <576px) */
@media (max-width: 575.98px) {
    .ajay-kumar {
        height: 60px;
        width: 60px;
    }

    .num1 {
        font-size: 14px;
        margin-top: 10px;
    }

    .main-red-button {
        font-size: 12px;
    }

    .btn {
        font-size: 12px;
        padding: 5px 10px;
    }

    .row > .col-lg-4, .row > .col-md-12, .row > .col-sm-12 {
        text-align: center;
        margin-bottom: 10px;
    }
}

/* Small Devices (Tablets, ≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .ajay-kumar {
        height: 70px;
        width: 70px;
    }

    .num1 {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
    }

    .row > .col-lg-4, .row > .col-md-12, .row > .col-sm-12 {
        text-align: center;
    }
}

/* Medium Devices (Desktops, ≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .ajay-kumar {
        height: 80px;
        width: 80px;
    }

    .num1 {
        font-size: 18px;
    }

    .btn {
        font-size: 16px;
    }

    .row > .col-lg-4 {
        text-align: left;
    }
}

/* Large Devices (Large Desktops, ≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .ajay-kumar {
        height: 90px;
        width: 90px;
    }

    .num1 {
        font-size: 20px;
    }

    .btn {
        font-size: 18px;
    }
}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {
    .ajay-kumar {
        height: 100px;
        width: 100px;
    }

    .num1 {
        font-size: 22px;
    }

    .btn {
        font-size: 20px;
    }
}


