@media screen and (max-width:600px) {

	/* Body padding adjustment for mobile navbar */
	body {
		padding-top: 60px;
	}

	.burger-btn{
		display: flex;
	}
	.links{
		display: none;
	}
	
	/* Navigation Section - Mobile */
	.navigation-section {
		padding: 0;
		z-index: 1002;
		left: 0;
		right: 0;
		width: 100%;
	}
	
	.navigation-bar {
		padding: 0.75rem 1rem;
		z-index: 1003;
		max-width: 100%;
		border-radius: 0;
		margin: 0;
		width: 100%;
		background-color: #2c334b;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: none;
		border: none;
	}
	
	.brand-name {
		font-size: 1.5rem;
		color: #ffffff;
	}
	
	.burger-btn {
		color: #ffffff;
	}
	
	.navigation-bar-mobile {
		width: calc(100% - 2rem);
		max-width: 400px;
		left: 50%;
		transform: translateX(-50%) translateY(-20px);
		margin-top: 0.5rem;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	}
	
	.navigation-bar-mobile.active {
		transform: translateX(-50%) translateY(0);
	}
	
	.navigation-bar-mobile > a {
		padding: 0.5rem 1rem;
		font-size: 0.95rem;
		margin: 0.3rem 1rem;
	}
	
	/* Hero Section - Mobile (Separate Design from Desktop) */
	.hero-section {
		height: auto;
		margin-top: 0;
		padding: 0.5rem;
		z-index: 1;
		display: block;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		overflow: visible;
	}
	
	.hero-carousel {
		position: relative;
		width: 100%;
		height: 170px;
		border-radius: 15px;
		overflow: hidden;
		background: #f5f5f5;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	}
	
	.hero-slide {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 15px;
		box-sizing: border-box;
	}
	
	.hero-slide.active {
		opacity: 1;
		z-index: 2;
	}
	
	.hero-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}
	
	.hero-indicators {
		display: none !important;
	}
	
	.indicator {
		display: none !important;
	}
	.banner-section{
		background-image: url("../images/Super-1.png");
	}
	
	
	/* content section mediaquary */
	.contact-section .contact-us .box-container{
        display: block;
        width: 100%;
        margin: 2rem 0;
        height: auto;
    }
	.contact-section .contact-us .box-container .box{
        width: 100%;
        margin: 2rem 0;
        height: fit-content;
    }
	.contact-section .contact-us .contact-us-form-row .form-contaniner{
		display: block;
		width: 100%;
	}
	.contact-section .contact-us .contact-us-form-row .form-contaniner .left-form-container,
	.contact-section .contact-us .contact-us-form-row .form-contaniner .righ-form-container{
		display: block;
		width: 100%;
	}
	.contact-section .contact-us .contact-us-form-row .form-contaniner .left-form-container > input,
	.contact-section .contact-us .contact-us-form-row .form-contaniner .righ-form-container > textarea{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.details-mobile-view{
		display: block;
	}
	.single-product div img{
		width: 100%;
		margin-bottom: 3rem;
	}
	.media-quary-section{
		display: block;
		width: 100%;
		padding: 2rem 1rem;
		box-sizing: border-box;
	  }
	.footer-media{
		display: block;
		text-align: center;
	}
	
	footer .footer {
		flex-direction: column;
		gap: 2rem;
		align-items: center;
	}
	
	footer .contact {
		text-align: center;
		align-items: center;
	}
	
	footer .contact a {
		justify-content: center;
	}
	
	footer .contact a:hover {
		transform: translateY(-3px);
	}
	
	footer {
		padding: 2rem 1rem;
	}
	#card-img{
        width: 90%;
        max-width: 100%;
    }
	.title-1::after,
	.title-1::before{
		width: 10%;
	}
	.products-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		padding: 0.5rem;
	}
	
	@media screen and (max-width: 480px) {
		.products-container {
			grid-template-columns: 1fr;
		}
	}
	
	/* Product Modal - Mobile */
	.product-modal {
		padding: 1rem;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	
	.product-modal.active {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.modal-content {
		width: calc(100% - 2rem);
		max-width: 500px;
		margin: auto;
		border-radius: 20px;
		max-height: 85vh;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
		position: relative;
		align-self: center;
	}
	
	.modal-close {
		top: 0.75rem;
		right: 0.75rem;
		width: 35px;
		height: 35px;
		font-size: 1rem;
		background: rgba(44, 51, 75, 0.95);
	}
	
	.modal-body {
		padding: 1.25rem;
		overflow-y: auto;
		flex: 1;
	}
	
	.modal-product-content {
		flex-direction: column;
		gap: 1.25rem;
	}
	
	.modal-product-image {
		width: 100%;
		min-height: 200px;
		padding: 1rem;
		background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.modal-product-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
		border-radius: 8px;
	}
	
	.modal-product-info {
		width: 100%;
		padding: 0;
	}
	
	.modal-product-info .product-name {
		font-size: 1.1rem;
		margin-bottom: 0.5rem;
	}
	
	.modal-product-info .product-price {
		font-size: 1.3rem;
		margin: 0.75rem 0;
	}
	
	.modal-product-info .product-details-title {
		font-size: 1.2rem;
		margin: 1.25rem 0 0.75rem 0;
	}
	
	.modal-product-info .product-details-title i {
		font-size: 1rem;
	}
	
	.modal-product-info .product-description {
		font-size: 0.95rem;
		line-height: 1.6;
		margin-top: 0.5rem;
	}
	
	.product-section {
		padding: 1rem 1rem 2rem;
		padding-top: 1rem;
	}
	
	.product-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	
	.product-header {
		margin-bottom: 1.5rem;
	}
	
	.product-subtitle {
		font-size: 1rem;
	}
	
	.product-img-div {
		height: 150px;
		padding: 0.75rem;
	}
	
	.product-container-product > div:not(.product-img-div) {
		padding: 0.75rem;
	}
	
	.product_content {
		font-size: 0.85rem;
		min-height: 30px;
	}
	
	.product-container-product h1 {
		font-size: 1.1rem;
	}
	
	.navigation-section {
		padding: 0.5rem;
		top: 0;
		left: 0;
		right: 0;
	}
	
	.navigation-bar {
		padding: 0.5rem 1rem;
		border-radius: 15px;
		margin: 0;
		max-width: 100%;
	}
	
	body {
		padding-top: 80px; /* Reduced for mobile */
	}
	
	.banner-section {
		margin-top: -80px; /* Compensate for mobile body padding */
	}
	
	.navigation-bar-mobile {
		width: 75vw;
		max-width: 280px;
		border-radius: 15px 0 0 15px;
	}
	
	/* Contact Form - Mobile Font Size Reduction */
	.form-group input,
	.form-group textarea {
		font-size: 0.875rem !important;
		padding: 0.875rem 1rem !important;
	}
	
	.form-group input::placeholder,
	.form-group textarea::placeholder {
		font-size: 0.875rem !important;
	}
	
	.form-group input::-webkit-input-placeholder,
	.form-group textarea::-webkit-input-placeholder {
		font-size: 0.875rem !important;
	}
	
	.form-group input::-moz-placeholder,
	.form-group textarea::-moz-placeholder {
		font-size: 0.875rem !important;
	}
	
	.form-group input:-ms-input-placeholder,
	.form-group textarea:-ms-input-placeholder {
		font-size: 0.875rem !important;
	}

}