/* //////////////////////////////==============///////////////////////////// */
@media (min-width: 1024px) {
    
	.carousel-container {
		max-width: 80%;
	}
    

}

@media (max-width: 1024px) {
    .about-extra-description{
        display: none;
    }
}
/* //////////////////////////////==============///////////////////////////// */

@media (max-width: 992px) {
    .navbar-brand img{
        width: 160px;
    }
    #header{
        height: auto;
        width: 100%;
        
    }
    .header-middle{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 30;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);   

    }
   /* ////////////////////////////////// */
   
.sidebar-link-cover,
.sidebar-resp-searchbar-cover{
  display: block !important;
}
    .navbar-expand-lg .navbar-toggler{
        display: block;
    }
    .search-container,
    .header-middle-btn,
    .header-bottom{
        display: none !important;
    }
    .header-top-cover {
    align-items: flex-start !important;
    }
  
    .header-top{
        position: fixed !important;
        top: 0;
        left: 0;
        padding-top: 80px;
        width: 40% !important;
        background-color: rgba(0, 0, 0, 0.9);
        z-index:50;
        height: 100vh !important;
        transform: translateX(-110%);
    }
    .h-top-left-navbar .nav-item .nav-link{
        font-size: 18px;
    }
    /* ////////////////////////////////// */

    .sidebar-resp-searchbar {
        display: flex !important;
    }
    /* /////////////////////////////////////// */
    .navbar-toggler{
        background: #FFD700;
        color: white;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none !important;
        border: 2px solid red;
    }
    /* ////////////////////////////////////// */
    /* //////////////////////////////// */
    .show-nav{
        transform: translateX(0);
        animation: navIn 1s;
    }
    .h-top-right{
        width: 100%;
        height: 30%;
    }
    .h-top-left{
        width: 100%;
        height: 70%;
    }
    .sidebar-link{
        border: none;
        display: block !important;
    }
    .h-top-left-navbar{
        flex-direction: column;
        align-items: flex-start !important;
    }
    .header-top-cover{
        align-items: flex-start !important;
        flex-direction: column;
        text-align: left !important;
    }
    .h-top-right-list{
        flex-direction: column;
        align-items: flex-start;
        justify-content:flex-end;
        padding-bottom: 30px;
    }
    .h-top-right-list-item{
        background: #f5f5f5c2;
        color: rgba(253, 0, 0, 0.8);
        width: 100%;
        padding: 12px 20px;
        margin-top: 10px;
        border-top-left-radius:20px;
    }

    @keyframes navIn {
        0% { transform: translateX(-100%);
        opacity: 0; }
        100% { 
        transform: translateX(0);
        opacity: 1; }
    }

    
    /* /////////////////////////////////////////////// */
    .hero {
        height: 70vh !important;
        margin-top: 80px !important;
    }
   
    .carousel-item{
        height: 70vh !important;
    }
    .carousel.pointer-event {
        height: 100%;
        padding: 0px !important;
    }
    .slider-image {
        object-fit: fill;
    }
    .carousel-caption h1{
        font-size: 22px !important;
    }
    .carousel-caption h2{
        font-size: 20px !important;
    }
    /* ////////////////////////////////////////////////////// */
    .company-tr-products-header{
        align-items: flex-end !important;
    }
    .company-tr-products-card {
        flex: 1 1 50%; 
      }
    
      .-heading-two h2{
        margin: 0px !important;
        font-size: 28px;
      }

    
      .company-tr-products-btn {
        margin-top: 15px;
      }
    /* ////////////////////////////////////////// ////////*/
    .products-sidebar {
        width: 280px;
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-search-bar {
        width: 60%;
    }
    .products-search-btn {
        padding: 8px 8px;
    }
    /* /////////////////////////////////////////////////////// */
    .about-content{
        margin-top: 20px;
    }
    .error-section{
        margin-top: 80px !important;

    }

}







/* //////////////////////////////==============///////////////////////////// */
@media (max-width: 768px) {
    .container{
        max-width: 720px;
    }
    .navbar-brand img{
        width: 150px;
    }
    /* ////////////////////////////////////////// */
    .h-top-left-navbar .nav-item .nav-link{
        font-size: 18px;
    }
    /* ////////////////////////////////////// */
    .secondary-heading h2{
        font-size: 30px;
    }
    .hero {
        height: 60vh !important;
        margin-top: 0px;
    }
    .carousel-caption{
        display: block !important;
    }
    .carousel {
        height: 100% !important;
        padding: 0px;
    }
    /* ///////////////////////////////////////// */
    .unique-product-display {
        padding: 60px 20px;
    }
    /* //////////////////////////////////////// */
    .product-card {
        width: 100%;
        height: auto;
    }

    .product-card-front img {
        width: 70%;
    }

    /* ////////////////////////////////////////// */

    .see-all-news-btn {
        font-size: 1em; /* Adjust text size for mobile */
        padding: 10px 20px; /* Adjust padding for mobile */
    }
    /* ///////////////////////////////////////////// */
    .about-image{
        margin-bottom: 25px;
    }
    #about-us .about-content {
        text-align: center;
    }

    #about-us .btn-about-us {
        margin: 0 auto;
    }
    /* ///////////////////////////////////////////// */
    .company-logo {
        flex: 1 1 1 30%;
    }
    .companies-container{
        gap: 0px;
    }
    /* ///////////////////////////////////////////////////// */
    .footer-container {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer-logo img {
      max-width: 140px;
    }
    /* ///////////////////////////////////////////////////// */
    .themed-breadcrumb {
        font-size: 14px;
        padding: 0.5rem 0.75rem;
    }
    .breadcrumb-item {
        margin-right: 5px;
    }
    .breadcrumb-item::after {
        font-size: 12px;
    }
    /* ////////////////////////////////////////////////////////////// */
    .contact-container {
        flex-direction: column;
      }
    
      .contact-map,
      .contact-form {
        width: 100%;
        margin-bottom: 20px;
      }
      /* //////////////////////////////////////// */
      .products-sidebar{
        position: relative;
      }
    .products-container {
      flex-direction: column;
    }

    .products-filter-section {
        margin-top: 0px;
      }
    
    .products-sidebar {
      z-index: 10;
      width: 100%;
      margin-bottom: 20px;
    }

    .products-search-section {
      display: none;
    }

    .products-dropdown-container {
      display: flex;
      /* flex-direction: column; */
      gap: 10px;
    }

    .products-grid {
      grid-template-columns: 1fr 1fr;
    }
    /* ///////////////////////////////////////////////////// */
    .p-details-section {
      flex-direction: column;
      align-items: center;
    }
    /* //////////////////////////////////////////////// */

    .p-details-img-basic{
        height: 80px;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.604);
      }
      .p-details-img-basic h3{
        background: transparent;
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 700;
        padding: 0px;
      }
      .p-details-img-basic span{
        font-size: 16px;
        font-weight: 100;
      }
    /* ///////////////////////////////////// */
    #about-us{
        padding: 35px 20px;
    }
    .about-image-cover{
        margin: 0px !important;
    }
    .about-us-hero h1 {
        font-size: 2.5rem;
    }
    .about-us-section {
        padding: 40px 15px;
    }
    .about-us-cards {
        flex-direction: column;
    }
    /* /////////////////////////////////////////// */
    .our-services-container {
        flex-direction: column;
        align-items: center;
    }

    .our-services-card {
        flex: 0 1 100%;
    }

    .our-services-title {
        font-size: 2.2rem;
    }
    .up-arrow-icon ,
    .whatsapp-icon{
    background-color: #007bff; 
    color: white;
    border-radius: 50%;
    padding: 20px;
    font-size: 20px;
    }
    .whatsapp-icon-laptop{
        display: none !important;
    }
    .whatsapp-icon-mobile{
        display: flex !important;

    }
     /* /////////////////////////////////////////////// */
     .search-container {
        max-width: 90%;
      }

      .search-container input {
        font-size: 14px;
      }

      .search-container button {
        font-size: 14px;
      }
      /* ///////////////////////////////////////// */
      .ceo-heading {
        font-size: 1.8rem;
      }
    
      .ceo-description {
        font-size: 0.9rem;
      }
    
      .ceo-image {
        width: 160px;
        height: 160px;
      }
    
      .ceo-name {
        font-size: 1rem;
      }
      /* ///////////////////////////////////// */
      .our-clients-card {
        width: 180px;
    }
  
    .our-clients-image {
        width: 80px;
        height: 80px;
    }
  
    .our-clients-card h4 {
        font-size: 16px;
    }
  
    .our-clients-heading {
        font-size: 32px;
    }
  
    .our-clients-description {
        font-size: 16px;
    }
}




/* //////////////////////////////==============///////////////////////////// */
@media (max-width: 620px) {
    
    .h-top-left-navbar .nav-item .nav-link{
        font-size: 16px;
    }

     /* /////////////////////////////////////////////// */

    .hero {
        height: 55vh !important;
    }
    .carousel-item{
        height: 55vh !important;
    }
    .carousel.pointer-event {
        height: 100%;
    }
    .carousel-caption h1{
        font-size: 15px !important;
    }
    .carousel-caption h2{
        font-size: 12px !important;

    }
    .slider-image {
        object-fit: cover;
    }
    /* ////////////////////////////////////////////////////////// */
    .header-top{
        width: 50% !important;
    }
    
    /* /////////////////////////////////////////////////////// */
    .secondary-heading h2 {
        font-size: 25px;
    }
    /* ///////////////////////////////////////////////////////////// */
    .unique-product-display {
        padding: 40px 20px;
    }
    
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 5px;

    }
    .product-card{
        min-height: 300px;
    }
    .product-card-front img{
        height: 55%;
    }
    .product-card-front{
        padding: 5px;
    }
    .product-card-front h3, .product-card-back h3 {
        margin-top: 10px;
        font-size: 17px;
    }
    .product-btn{
        font-size: 14px;
        padding: 5px 10px;
    }
    /* /////////////////////////////////////////////////////////// */
    .company-tr-products-card img {
        height: 180px !important;
    }
    .company-tr-products-header{
        padding: 0px;
    }
    .secondary-heading-two h2{
        font-size: 22px;
    }

    .company-tr-products-btn{
        font-size: 12px;
        padding : 8px 16px;
    }
    /* //////////////////////////////////////////////////////// */
    .company-tr-products-section {
        padding: 40px 20px
    }
    .company-tr-products-card img {
        object-fit: contain;
    }
    .company-tr-products-card h5 {
        font-size: .9rem;
    }    
    /* ///////////////////////////////////////////////////// */
    #about-us .about-description, #about-us .about-extra-description {
        font-size: .9rem;
    }
    #about-us .btn-about-us {
        font-size: 13px;
        padding: 10px 20px
    
    }
    
    /* //////////////////////////////////////////////////////// */
    .news-section {
        padding: 40px 20px;
    }

    .secondary-heading p {
        font-size: 14px;
    }

    /* ///////////////////////////////////////////////////// */
    .themed-breadcrumb {
    font-size: 14px;
    padding: 0.5rem 0.75rem;
    }
    .breadcrumb-item {
        margin-right: 5px;
    }
    .breadcrumb-item::after {
        font-size: 12px;
    }

    /* //////////////////////////////////////////////////// */
    .news-card h3 {
        font-size: 16px;
    }
    .news-card p {
        font-size: 12px;
    }
    .news-card {
        padding: 12px;
        min-width: 200px;
    }    
    .secondary-heading {
        margin-bottom: 28px;
    }
    .news-listing-card {
        flex-direction: column;
        position: relative;
    }
    .news-listing-image {
        width: 100%;
    }
    .news-listing-content{
        z-index: 999;
        position: absolute;
        bottom: 0;
        background: linear-gradient(rgba(255, 255, 255, 0.5) , rgba(255, 255, 255, 0.5));
    }
    .news-listing-title {
        font-size: 16px;
        margin: 0 0 8px 0;
    }
    .news-listing-date {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .news-listing-description {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .news-listing-read-more{
        padding: 5px 10px;
        font-size: 12px;
    }
    .learn-more-btn{
        font-size: 14px;
        padding: 5px 10px;
    }

    .see-all-news-btn {
        font-size: 12px;
        padding: 8px 12px;
    }
 
    /* /////////////////////////////////////////////////// */
    #our-clients {
        padding: 40px 0;
    }

    .our-clients-image {
        width: 70px;
        height: 70px;
    }
    .our-clients-card h4 {
        font-size: 12px;
    }
    .our-clients-card {
        width: 150px;
    }
    /* //////////////////////////////////////////// */
    #companies-section {
        position: relative;
        padding: 40px 20px;
    }
        
    .company-logo{
        padding: 0px 2px;
        margin: 10px;
    }
    .companies-container {
        gap: 10px;
    }

    .products-sidebar h4, .products-sidebar h4 {
        margin-bottom: 10px;
        margin-top: 0px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
    }
    .products-dropdown {
        padding: 6px;
        font-size: 12px;
    }
    /* //////////////////////////// */
    .no-product-found{
        font-weight: 800;
        background-color: #0000007c;
        padding:15px;
        font-size: 15px;
        flex-direction: column;
        margin-top: 40px;    
      }
}



/* //////////////////////////////==============///////////////////////////// */
@media (max-width: 480px) {
   
    .navbar-brand img{
        width: 130px;
    }
    .unique-product-display div h2{
        font-size: 20px;
    }
    .header-top {
        width: 58% !important;
    }
    .hero {
        height: 45vh !important;
    }
    .carousel-item{
        height: 45vh !important;
    }
    .carousel.pointer-event {
        height: 100%;
    }
    .carousel-caption {
       padding: 10px;
        border-radius: 15px;
    }    
    .carousel-caption h1{
        font-size: 12px !important;
    }
    .carousel-caption h2{
        font-size: 12px !important;
    }
    .carousel.pointer-event {
        height: 100%;
    }
    /* //////////////////////////// */
    ol, ul {
        padding-left: 0px !important;
    }
    .h-top-right-list {
    
        padding-bottom: none;
    }

    .h-top-right-list-item{
        padding: 10px;
        font-size: 12px;
    }

    /* /////////////////////////////////////// */
    .dropdown-item {
        padding: 7px 14px;
        font-size: 14px;
    }

    /* ////////////////////////////////////////////// */
    .product-card-front h3{
        font-size: 12px;
    }
    .product-card {
        min-height: auto;
    }
    .product-card-inner {
        height: 250px;
    }
    .product-card-front{
        height: 100%;
        border: none !important;
    }
    .unique-product-display {
        padding: 20px 8px;
    }

    .product-ts-tag {
        font-size: 10px;
    }
    .product-btn{
        font-size: 10px;
        padding: 4px 8px;
    }
    /* ////////////////////////////////// */
    .our-clients-grid {
        gap: 15px;
    }
    #our-clients {
        padding: 30px 0;
    }
    .our-clients-card {
        width: 130px;
        padding: 5px;
    }

    /* /////////////////////////////// */
    .company-tr-products-section {
        padding: 40px 10px;
    }
    .company-tr-products-btn{
        display: none;
    }
    .responsive-tr-btn{
        display: block !important;
        min-width: 35%;
        margin: 30px auto;
        margin-bottom: 0px;
    }
    .company-tr-products-divider {
        /* display: none !important; */
        margin-top: 25px;
    }
    .secondary-heading-two h2{
        font-size: 22px !important;
    }
    .company-tr-products-card img {
        object-fit: contain;
    }
    .company-tr-products-card h5 {
        font-size:14px;
        
    }
    /* /////////////////////// */
    .companies-container{
        gap: 0px;
        width: 100%;
    }
    .company-logo {
        width: 33% !important;
        /* flex: 1 1 100%; */
    }
    /* //////////////////////// */
    .themed-breadcrumb {
        flex-direction: column;
        align-items: flex-start;
    }
    .breadcrumb-item {
        margin-bottom: 5px;
    }
    .breadcrumb-item::after {
        content: '';
    }
    /* ///////////////////////// */
    .products-dropdown-container {
        flex-direction: row;
        gap: 10px;
    }
  
    .products-dropdown, .products-filter-btn {
        flex: 1;
    }
    .products-item {
        padding: 6px;
    }

    .products-item h3 {
        margin: 8px 0;
        font-size: 12px;
    }
    .products-item img {
        max-width: 100%;
        height: 90px !important;
    }
    
    /* //////////////////////////////// */
    #about-us .about-description, #about-us .about-extra-description {
        font-size: .8rem;
    }
    /* ///////////////////////////////////////// */
    #companies-section {
        position: relative;
        padding: 20px 20px;
    }    
    .p-details-img-basic {
        height: 100px;
    }
    .breadcrumb-item {
        font-size: 12px;
    }
   
}

