/* Import base styles */
@import url('style.css');
@import url('additional_styles.css');

/* Additional fixes and optimizations */
.about-section {
  padding-top: 80px;
}

.device-section {
  padding-top: 0px;
  padding-bottom: 50px;
}

/* Fix for image placeholders */
.about-image img {
  background-color: #f0f0f0;
  min-height: 300px;
}

/* Ensure proper spacing between sections */
section {
  margin-bottom: 0;
}
.detail {
    padding-top: 50px;
}
.detail .title {
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.detail .title h1 {
    font-size: 30px;
    font-weight: 700;
    line-height:1.9;
    color:#000;
}
.detail .title span {
    line-height: 28px;
    font-family: arial;
    color: #333;
    font-size:15px;
    margin: 0 5px;
}
.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}
.detail .context {
    color: #666;
    line-height: 30px;
    text-align: justify;
    padding: 25px 0;
    min-height:400px;
}
.detail .context img {
    max-width: 100%;
}
.divda{font-size:19px;color:#7b7b7b;line-height:2;text-indent:2em;margin-bottom:60px;text-align:justify}
.context p{font-size:16px;line-height:2}
.context p span{font-size:16px;line-height:28px}
.reLink {
    height: 38px;
    line-height: 58px;
   border-top:1px solid #eee;
    padding: 0 15px;
    margin-bottom: 20px;
	 margin-top: 50px;
}
.reLink .nextLink, .detail .reLink .prevLink {
    width: 50%;
}
.reLink .nextLink {
    text-align: right;
}
.reLink a {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.reLink a:hover {
    color: #052f67;
}
.fl{float:left}
.fr{float:right}
.context img{max-width:100%;margin:0 auto}
@media screen and (min-width:320px) and (max-width:900px){
	.news-item{padding:8px;}
	.product-section{padding:30px 0px}
	.news-title { font-size: 1.5rem !important; margin-bottom:5px;line-height:1.4}
	.date{font-size:35px}
	.news-date{margin-right:0px;border-right: 0px solid #000 !important;}
	.w1200{padding:15px;}
    .detail .title h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.6;
    color: #000;}
 
    .reLink .nextLink {
    text-align: left;
}
.reLink .nextLink, .detail .reLink .prevLink {
    width: 100%;
}
}

/* Improve mobile menu behavior */
@media (max-width: 768px) {
	.detail {
    padding-top: 25px;
}
	.positionn {
    font-size: 17px;
    color: #404040;
    padding: 15px 0px;
    text-transform: uppercase;
}
  .nav-list {
    z-index: 1000;
  }
  
  .menu-toggle {
    z-index: 1001;
  }
  
  .carousel-content h1 {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  
  .product-categories {
    flex-wrap: wrap;
  }
  
  .category-btn {
    margin-bottom: 10px;
  }
}

/* Improve form responsiveness */
@media (max-width: 576px) {
	.divda{font-size:17px;color:#7b7b7b;line-height:1.8;text-indent:2em;margin-bottom:30px}
  .form-group input,
  .form-group textarea {
    font-size: 16px; /* Prevent zoom on mobile */
  }
  
  .submit-btn {
    width: 100%;
  }
}
