    
/* Media query for screens smaller than 768px (mobile) */
@media (max-width: 768px) {
    #key_points_mobile {
        display: block;
    }
    #key_points_desktop {
        display: none;
    }
    #container {
        margin: 1rem;
    }
    #carouselExampleIndicators{
        display: none;
    }
    #intro-text{
        font-size: 2rem;
       }
    #nav_logo{
        width: 7rem;
    }
    #intro_text_two{
        font-size: 1.2rem;
       }
    #header_part{
        height: 38rem;
    }
    #buy_b1{
        display: none;
    }
    #gt_btn{
        display: none;
    }
    .cat_img{
        width: 40rem !important;
        margin-left: 35%;
    }
    #nav_cart_profile_desktop{
        display: none !important;
    }
    .desktop_search{
        display: none !important;
    }
    
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
    #mobile_search {
     display: none;
    }
    #key_points_mobile {
        display: none;
    }
    #key_points_desktop {
        display: block;
    }
    #container {
        margin: 2.5rem;
    }
    #carouselExampleIndicatorsMobile{
        display: none;
    }
    .a_navitem{
        margin-left : 30px !important;
       }
       .navbar-brand{
        margin-left: 30px !important;
       }
       #intro-text{
        font-size: 3rem;
       }
       #nav_logo{
        width: 7rem;
       }
       #intro_text_two{
        font-size: 1.5rem;
       }
       #header_part{
        height: 45rem;
       }
       #buy_b1{
        margin-right: 40px;
        border-radius: 25px;
       }
       #gt_btn2{
        display: none;
       }
       #nav_cart_profile_mobile{
        display: none !important;
       }
       #product-details{
        margin-left: 20px;
       }
}
.scrollable-text {
    width: 100%;
    white-space: nowrap;  /* Prevent text from wrapping */
    overflow-x: auto;     /* Enable horizontal scrolling */
    overflow-y: hidden;   /* Hide vertical scrolling (optional) */
    /* Hide the scrollbar */
    scrollbar-width: none;  /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

.scrollable-text::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.image-container {
    position: relative;
    display: inline-block;
}
.image-container .text-overlay {
    position: absolute;
    top: 10%;
    left: 6%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.toggle-div {
    transition: opacity 0.5s ease; /* Smooth transition */
}

.hidden {
    display: none;
}

.footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 40px 0;
  }
  .footer a {
    color: #ffffff;
    text-decoration: none;
  }
  .footer a:hover {
    color: #adb5bd;
  }


  .nav-link{
    color: white;
}
/* .a_active_link{
    /* color: #4267B2; */
/* } */
.table_header{
    border-bottom:none !important;
    padding-bottom:20px !important;
    color:#808080;
    font-weight: 500;
    font-size: small;
}
.table_body{
    font-size: small;
    color: #808080;
    min-width:110px; 
    margin-top: 20px;
    max-width: 190px; /* Set the maximum width */
    word-wrap: break-word; /* Ensures text breaks inside words if necessary */
    overflow-wrap: break-word; /* Ensures text wraps even inside long words */
}
.table_sn{
    text-align: center;
}



  