/* Enhanced responsive design for all devices */

/* Tablet Portrait - 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
	.header {
		height: 220px;
	}
	.header-content {
		padding: 20px 24px 0 24px;
		gap: 16px;
	}
	.header-logo {
		width: 90px;
		height: 90px;
	}
	.oval-frame {
		height: 200px;
		max-width: 200px;
		min-width: 200px;
		width: 200px;
		
    border-radius: 30px;
    border: 6px solid white;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	}
	.container {
		padding: 0 24px;
	}
	.profile-name h1, .services-top h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.social-icon-content {
		gap: 20px;
	}
	.social-icon-content-wrap {
		width: 44px;
		height: 44px;
		border-radius: 14px;
		padding: 10px;
	}
}

/* Desktop - 1024px and above */
@media (min-width: 1024px) {
	.header {
		height: 280px;
		border-radius: 0;
		height: 330px;
        background-position: center top;
	}
	/* Full website layout - no container background */
	.main-container {
		background: #E8C9E7;
	}
	.header-content {
		padding: 30px 40px 0 40px;
		gap: 20px;
	}
	.header-logo {
		width: 110px;
		height: 110px;
	}
	.oval-frame {
		height: 220px;
		max-width: 220px;
		min-width: 220px;
		width: 220px;
	}
	.container {
		padding: 0 40px;
	}
	.profile-name h1, .services-top h2 {
		font-size: 32px;
		line-height: 44px;
	}
	.social-icon-content {
		gap: 25px;
	}
	.social-icon-content-wrap {
		width: 52px;
		height: 52px;
		border-radius: 16px;
		padding: 12px;
	}
	.profile-content {
		margin-top: -80px;
	}
	.ceo-content {
		padding-bottom: 80px;
	}
}

/* Large Desktop - 1440px and above */
@media (min-width: 1440px) {
	.header {
		height: 320px;
	}
	.header-content {
		padding: 40px 60px 0 60px;
	}
	.container {
		padding: 0 60px;
	}
	.oval-frame {
		height: 270px;
		max-width: 240px;
		min-width: 240px;
		width: 240px;
		
    border-radius: 30px;
    border: 6px solid white;
    object-fit: cover;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	}
	.profile-name h1, .services-top h2 {
		font-size: 36px;
		line-height: 48px;
	}
	/* Typography improvements for large screens */
	.sercices-details h3, .product-bottom h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.sercices-details p, .product-txt {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (max-width: 400px) {
	.appointment-bottom .appointment-date{
		gap: 16px;
	}
	.date-list{
		gap: 12px;
	}
	.blog-title p{
		font-size: 16px;
		line-height: 24px;
	}
	.blog-title{
		padding: 12px;
	}
	#testimonial-slider .carousel-control-prev{
		left: 70%;
	}
}
@media (max-width: 370px) {
	.scan-btn{
		width: 50px;
		height: 50px;
	}
	.scan-btn img{
		width: 30px;
		height: 30px;
	}
	.bg-img2{
		display: none;
	}
	.view-product a{
		padding: 12px;
	}
}
@media (max-width: 320px) {
	.profile-sec{
		top: -55px;
	}
	.mt-30{
		margin-top: 25px;
	}
	.oval-frame{
		width: 100px;
	}
	.appointment-form{
		flex-wrap: wrap;
	}
	.appointment-date{
		width: 100%;
	}
	.appointment-sec .about-title h2:after,
	.blog-sec .about-title h2:after {
		margin-right: -85%;
	}
	.testimonial-sec .about-title h2:after{
		margin-right: -60%;
	}
	.scan-btn img {
		width: 24px;
		height: 24px;
	}
	.scan-btn{
		width: 48px;
		height: 48px;
	}
	.plus-btn{
		padding: 10px;
	}
	.date-list{
		grid-template-columns: repeat(1, 1fr);
	}
	.prodcut-top{
		width: auto;
	}
	.date-onner-coment-main{
		flex-wrap: wrap;
		gap: 12px;
	}
	.scan-content {
		width: 100%;
		height: auto;
	}
	.scanner img{
		width: 100%;
		height: auto;
	}
	.blog-sec .carousel-control-next,
	.blog-sec .carousel-control-prev{
		top: -20px;
	}
	.add-to-btn-sec{
		padding: 6px 6px 6px 18px;
	}
	
	/* Sidebar adjustments for smaller desktop screens */
	.desktop-sidebar {
		right: 10px;
	}
	
	.sidebar-actions {
		padding: 15px 10px;
		gap: 15px;
	}
	
	.sidebar-btn {
		width: 50px;
		height: 50px;
	}
	
	.sidebar-contact-btn-content {
		padding: 6px 6px 6px 15px;
		gap: 8px;
	}
	
	.sidebar-contact-text {
		font-size: 11px;
	}
}
@media (max-width: 280px) {
	.add-to-contact-wrap{
		flex-wrap: wrap;
	}
	.add-to-btn{
		margin-left: inherit;
	}
	
	/* Ensure sidebar is completely hidden on very small screens */
	.desktop-sidebar {
		display: none !important;
	}
	.qr-btn{
		flex-wrap: wrap;
	}
	.portfolio-sec, .inquiry-sec{
		padding: 15px 0px;
	}
	.blog-tags-share .blog-tags{
		flex-wrap: wrap;
		gap: 8px;
	}
	.btn1 {
		width: 100%;
	}
	#testimonial-slider .carousel-control-next, #testimonial-slider .carousel-control-prev{
		display: none;
	}
	.title1{
		font-size: 20px;
		line-height: 30px;
	}
	.testimonial-sec-profile{
		justify-content: space-around;
	}
	.testimonial-content{
		text-align: center;
	}
}
