@media (max-width: 768px) {
    .packaging-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fixed-service-btn {
        position: fixed;
        top: 70%;
        left: 0;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: left top;
        z-index: 1050;
        padding: 10px 10px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 0 0 8px 8px;
        background-color: rgb(255, 155, 0);
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        font-size: 12px;
    }
    .featured-section {
        width: 92%;
        margin: 0 auto;
    }
    
    .featured-card {
    border: none;
    width:170px;
    }

.category-section{
    width: 76%;
    margin: 45px 13%;
    overflow: hidden;
}

    .card-body h6 {
        font-size: 12px;
    }
    .place-order-btn {
        font-size: 12px;
        padding:8px;
        width:130px;
        border-radius:3px;
        margin-left: -2px;
    }

    .hero-title{
        font-size: 24px;
    }
    .welcome-text{
        font-size: 16px;
    }
    .hero-description{
        font-size: 12px;
    }
    .btn-custom{
        font-size: 10px;
        padding: 8px 12px;
    }
    .btn-outline-custom
    {
        font-size: 10px;
        padding: 8px 12px;
    }
    .featured-section h2
    {
        font-size: 20px;
        margin-bottom:30px;
    }
    .featured-section h6
    {
        font-size: 18px
    }
    .featured-section h6.featured-project{
        font-size: 14px;
    }
    .section-title h6
    {
        font-size: 18px;
    }
    .trusted-section h6
    {
        font-size: 18px;
    }
    .testimonial-title h6 
    {
        font-size: 18px;
    }
    .service-content h2{
        font-size:20px;
    }
    .service-content h6
    {
        font-size: 18px;
    }
    
    .portfolio-section-header h2{
        font-size: 18px;
    }
    
    .project-card-body p {
        font-size:16px;
    }
    .all-project span , .all-project-btn-custom{
        font-size:13px;
    }
    .card-body h6
    {
        font-size: 12px;
    }
    .notice-section{
        margin: 50px auto 30px auto;
    padding: 50px 20px 40px 20px;
    }
    .featured-section{
            padding: 30px 0;
    }
    .packaging-item:hover img {
    transform: scale(1.05);
}
.client-card{
    padding:15px;
    border-radius: 5px;
    width:170px;
    min-height: 100px;
    margin-top: 0;
    margin-left: 3px;
}
.client-card img{
    max-width: 70px;
 
}

/* Searchbar start*/

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #040000;
    border-radius: 5px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.search-bar-wrapper{
    top: 84px;
    position: relative;
}

i.fas.fa-times {
    margin-left: -40px;
}

/* Searchbar End*/

.portfolio-banner{
        background: url(/public/assets/frontend/img/portfolio.png) no-repeat center center / cover;
        height: 100px;
        width: 96%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-align: center;
        margin-top: 100px;
        margin-left: 8px;
        border-radius: 5px;
    }
    
.shop-banner {
    background: url(/public/assets/frontend/img/shop.png) no-repeat center center / cover;
    height: 100px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-top: 100px;
    margin-left: 8px;
    border-radius: 5px;
}


.service-banner {
    height: 100px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-top: 100px;
    margin-left: 8px;
    border-radius: 5px;
}

.contact-banner{
    height: 100px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-top: 100px;
    margin-left: 8px;
    border-radius: 5px;
}

.sign-banner {
    height: 100px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-top: 100px;
    margin-left: 8px;
    border-radius: 5px;
}

 
.portfolio-banner h1,
.shop-banner h1,
.service-banner h1,
.contact-banner h1,
.sign-banner h1{
    font-size: 2rem;
    font-weight: bold;
    z-index: 1;
    color: #ff9b00;
    font-family: poppins !important;
    margin-top: 10px;
}

.portfolio-recent-work {
    width: 80%;
    margin: 50px 11%;
    padding: 60px 0;
    text-align: center;
}

.filter-btns button{
    font-size: 15px;
     margin:5px 10px;
}


.form-content {
    padding: 40px;
    background-color: rgba(170, 170, 170, 0.05);
    border: 1px solid rgba(142, 142, 142, 0.4);
    border-radius: 5px;
    width: 100%;
    margin-left: 0%;
}


.btn-submit-order {
    background: #ff9b00;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    width: 100%;
    margin: 20px 40% 0 0;
    transition: all 0.3s ease;
}

.order-form-control, .form-select{
    border: 1px solid #e9ecef;
    border-radius: 5px;
    padding: 10px;
     font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
    background-color: #ffffff;
    width: 115%;
    margin-left: -19px;
}

.form-control.order-form-control{
    width: 115%;
    margin-left: -19px;
}

input.form-control.order-form-control::placeholder {
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 500;
}

textarea.form-control.order-form-control::placeholder {
    font-size: 14px;
    color: #49505761;
    font-family: 'Poppins';
    font-weight: 500;
}

.login-card {
    max-width: 350px;
    margin-top: 150px;
    margin-bottom: -30px;
    background-color: rgba(170, 170, 170, 0.05);
    border-radius: 10px;
    border: 1px solid rgb(215 215 215 / 40%);
    padding: 30px;
}

.sign-form-control {
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

.login-card p {
    color: #767676;
    font-size: 14px;
    margin-bottom: 25px;
}

.btn-login {
    background-color: #ff9b00;
    border: none;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
    width: 100%;
    transition: 0.3s;
    text-align: center;
    margin-top: -15px;
}

}

@media (max-width: 480px) {
    .packaging-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .client-card{
    padding:15px;
    border-radius: 5px;
    width:170px;
    min-height: 100px;
    margin-top: 0;
    margin-left: 3px;
}
.client-card img{
    max-width: 80px;
 
}

    .fixed-service-btn {
        position: fixed;
        top: 70%;
        left: 0;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: left top;
        z-index: 1050;
        padding: 10px 10px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 0 0 8px 8px;
        background-color: rgb(255, 155, 0);
        color: #fff;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        font-size: 12px;
    }
    .card-body h6 {
        font-size: 12px;
    }

    .rating{
        font-size: 16px;
    }
    .browse-btn-custom{
        font-size: 12px;
        padding: 10px;
        width:130px;
        color:white;
        margin-left:16px;
    }
    .project-card-body .point{
            width: 10px;
    height: 10px;
    }
    .trusted-section h3, .testimonial-title h2, .section-title h2, .portfolio-section-header p
    {
        font-size: 20px;
    }
    .packaging-item img{
        height:130px;
    }
    .filter-btns button{
        font-size:14px;
        margin:5px 10px;
    }
    .featured-section h2{
        margin-bottom:30px;
    }
    
.profile-info h1 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 8px 0;
    letter-spacing: -0.5px;
}

.profile-info .email {
    font-size: 14px;
    color: #7f8c8d;
    margin: 0;
    font-weight: 400;
}

    .footer {
    background: #0056b3; /* Blue background like image */
    color: #fff;
    padding: 50px 0 20px;
    width:412px;
   overflow:hidden;
}

.footer p {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
    width: 330px;
}

    
}
@media (max-width: 576px) {
    .packaging-grid {
        grid-template-columns:repeat(2, 1fr);
    }
    .packaging-item:hover img {
    transform: scale(1.05);
}
.hero-section{
   padding: 0;
        width: 96%;
        margin: 0 2%;
        margin-bottom:-100%;
}
.carousel-item{
    background-size: contain !important;
    overflow:hidden;
}

.navbar-brand{
    /*margin-top: -15px !important;*/
    padding-top:0 !important;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #0054a6;
    border-radius: 5px;
    padding: 0 20px;
    transition: all 0.3s ease;
}


}


@media (min-width: 577px) and (max-width: 768px) {
    .packaging-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
    .packaging-item:hover img {
    transform: scale(1.05);
}
}

/
@media (min-width: 769px) and (max-width: 1024px) {
    .packaging-grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}


@media (min-width: 1025px) {
    .packaging-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .packaging-item img{
        height:100%;
    }
    .fixed-service-btn{
        
    }
    .hero-container, 
#heroCarousel, 
.carousel-inner, 
.carousel-item {
    height: 80vh; /* viewport height = 100% of screen */
}
.slide-content {
    height: 100%; /* align content vertically */
}
.navigation-arrows{
    bottom: 180px;
    right: 160px;
}
.slide-content{
    min-height:705px;
}
.filter-btns button{
    font-size:20px;
     margin:5px 10px;
}

.navbar-brand img{
    height:45px;
    margin-top:-10px;
}
.user-icons a,
.user-icons i {
    font-size: 22px !important;
}
.footer a{
    font-size:13px;
}
.footer ul li{
    font-size:13px;
}


}
