
 .single-content h2, .single-content h3,
   .single-content h4, .single-content h5, .single-content h6 {
  color: var(--content);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.post-title{
      width: 100%;
    font-weight: 700;
    display: inline-block;
    font-size: 28px;
    color: #000;
    margin-bottom:25px;
        TEXT-ALIGN: RIGHT;
}

.sidebar-title, .related-title, .comment-title {
  width: 100%;
  font-weight: 600;
  display: block;
}



.post-thumbnail img {
    width: 456px;
    height: 257px;
    object-fit: cover;
    border-radius: 32px;
    float: left;
}

.post-content
{
      color: #757575;
    font-size: 16px;
    text-align: justify;
}
.post-content.excerpt-section 
{
  border-bottom: 1px solid #000;
    margin-bottom: 25px;
    padding-bottom: 50px;
}

.single_post_images
{
      display: flex;
    justify-content: center;
    gap:15px;
    flex-wrap: wrap;
}
.single_post_images img
{
    height: 321px;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
}

@media only screen and (max-width: 991px) {
.post-thum-excerpt {
    padding-left: 0;
}

.post-title {
 
    font-size: 20px;
}
.post-content.excerpt-section {
  
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.aligncenter {
   
    border-radius: 16px;
}
.single_post_figure img {
   height: auto;
}
}

/*--------------comment----------------------*/

.posts-comments{
  width: 100%;
  margin: 60px 0;
}


.posts-coments>span>strong{
  font-size: 1.5em;
}



.comments{
  width: 100%;
  height: 100%;
}
.comments-header{
  display: none;
}
.comments-inner{
  width: 100%;
  padding: 25px 0;
}
.comment{
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  color: var(--gray);
  background-color: var(--silver-bright);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.comment-author{

  display: inline;
   color: #000;
  padding: 5px;
  font-size: 1.2rem;
  font-style: normal !important;
  font-weight: 700;
	pointer-events: none;
}
.comment-author a
{
	 color: var(--primery);
	
}


.comment-author img{
  width: 55px;
  border-radius: 50%;
  border: 2px solid var(--wihte);
  margin-left: 10px;
}
.says{
  display: none;
}
cite {
  font-style: normal !important;
}
.comment-awaiting-moderation{
  width: 100%;
  padding: 10px;
  color: var(--primery);
  font-size: .9em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.comment-meta{
 
  font-size: 10px;
  display:block;
  padding: 5px;
color: #bdb8b8;
	    pointer-events: none;
}
.comment-meta a{
color: #bdb8b8;
	
}

.comment>p{
  width: 100%;
  padding: 10px 10px 0 10px;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.reply{
  width: 100%;
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reply>a{
  font-size: 1rem;
  color: #757575;
  position: relative;
}

.reply>a::before{
content: "";
    position: absolute;
    background: url(../image/reply.svg);
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
  
    right: -15px;
    background-repeat: no-repeat;
}



#respond{
  width: 100%;
}
#reply-title{
  display: none !important;
}
#reply-title>a{
  color: var(--primery);
}
#reply-title>small{
  width: 100px;
  height: 30px;
  margin: 0 20px;
}
#reply-title>small>a{
  width: 100%;
  height: 100%;
  background-color: var(--primery);
  color: var(--wihte);
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}
#commentform{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment-form-url, .comment-form-cookies-consent{
  display: none !important;
}
.comment-notes{
  display: none;
}
.comment-form-comment{
  order: 3;
}
.comment-form-author{
  order: 1;
}
.comment-form-email{
  order: 2;
}
.comment-form-comment{
  width: 100%;
 
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#comment{
  width: 100%;

  resize: none;
  width: 100%;
  border-radius: 15px;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
 background-color: #EEFBFD;
    border: 2px solid #36B3DA;
     height: 100px;
 
}




.comment-form-author, .comment-form-email, .comment-form-url{

  width: 50%;

  padding-right: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  align-items: flex-start;
  flex-direction: column;

}

.comment-form-author>label, .comment-form-email>label, .comment-form-url>label, .comment-form-comment>label{

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin-right: 5px;
  margin-bottom: 6px;

  color: var(--gray);
  display: none;

}

.comment-form-author>input, .comment-form-email>input, .comment-form-url>input ,.comment-form-url{
  width: 100%;
  height: 50px;
  border-radius: 8px;

  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  background-color: #EEFBFD;
    border: 2px solid #36B3DA;


}


.form-submit {
  order: 4;
 
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#submit {
 
  font-size: 1rem !important;
  border: 0 !important;
     background-color: #1D445C!important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 15px;
  color: #fff;
  margin-top: 15px;
 
}
.single-post #submit {

    padding: 5px 5px;
    border-radius: 8px;
    color: #fff;
    margin-top: 15px;
    width: 125px;
}
.comment-body
{
 
    padding: 15px;
        color: #757575;
           border-top: 1px solid #e5e3e3;
    border-bottom: 1px solid #e5e3e3;
          
  
}
 .children .comment-body{
 border-radius: 10px;
    background: #EEFBFD;
    border: 1px solid #68CCE9;
 }

  


.comment {
  list-style-type: none;
}

.commentlist{
  padding: .5rem;
}
.children{
  padding: 0;
}





.comment-subtitle{
      color: #00000057;
  font-size: 14px;
  margin-bottom: 30px;
  display: block;
  }

.aiowps-captcha.hide-when-displaying-tfa-input label{
	
	display:none
}
.aiowps-captcha-equation{
	order:3
	
	
}
@media only screen and (max-width: 767px) {
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 100%;
	        padding-right:0
}
	
	.aiowps-captcha-equation {
  
    width: 100%;
}
	
	
}

.comment-modal #respond {

    margin-top: 25px;
}


/*---------------------------*/

.post-share {
  max-width: 100%;
  font-weight: 600;
  background: #ebebeb;
  border-radius: 5px;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 0;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: var(--gray);
  padding-right: 5px;
}

.share-icons a{
  margin-left: 10px;
  color: var(--primery)
}




/*---------about------------------*/

.mojavez-holder
{
  border: 1px solid #68CCE9;
    border-radius: 30px;
    height: 95px;
  
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px
}

.about_page_title {
    font-size: 24px;
    font-weight: 700;
    color: #070707;
    display: block;
    margin-bottom: 30px;
}

.section-mojavez {
  padding-bottom: 50px;
}

.section-blue 
{
  background: #68CCE9;
    padding: 30px 0;
    margin-bottom: 30px;
}

.section-products{
  margin-bottom: 115px;
  padding-top: 80px;
  position: relative;
}
.section-products::before{
  content: "";
  position: absolute;
  background: url("../image/Group.png");
  width: 100%;
  height: 304px;
  background-size: cover;
      top: 0;
}

.product-about-holder
{
  background: #fff;
    border-radius: 24px;
    height: 314px;
        padding: 10px;
}
.product-about-name
{
  font-size: 18px;
    color: #070707;
    font-weight: 700;
    display: block;
        padding-top: 15px;
}
.product-about-image
{
      background: #EDEDED;
    height: 213px;
    display: block;
    border-radius: 16px 16px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.section_custom_about
{
  margin-left: 50px;
    margin-right: 50px;
}
.container-about{
position: relative;
}

.container-about::before{
    content: "";
    width: 100%;
    position: absolute;
    height: 203px;
    border-radius: 24px;
    background-color: #68CCE9;
    bottom: -65px;
    left: 0;
    right: 0;
    margin: auto;
 
}
.section-history
{
      margin-bottom: 50px;
}
.history-container{
  display: flex;
      gap: 15px;
          justify-content: space-between;
              color: #070707;
}

.history-holder{
flex: 1 0 32%;
    height: 160px;
    border-radius: 24px;
    position: relative;
}

.history-holder-text{
    position: absolute;
    left: 45px;
    bottom: 30px;
    line-height: 1.1;
    text-align: left;

}
.history-holder-text span{
  display: block;
}

.history-holder-text span:first-of-type{
  font-size: 45px;
}

.history-container .history-holder:first-of-type{
  color: #fff;
}
.header__center {
     font-size: 20px;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-column-gap: 1.2rem;
    align-items: center;
    font-weight: 600;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0 15px 0;
}

.header__center::before, .header__center::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #000;
}
.section-video{

    position: relative;
}

.section-video:before {
    position: absolute;
    content: "";
        background: #68cce9;
    width: 100%;
    height: 400px;
    
    z-index: -1;
}
.video-holder
{
      width: 713px;
    height: 412px;
    border-radius: 24px;
    object-fit: cover;
        margin: auto;
}



.swiper-slide-blue {

    text-align: center;
}


/*--------contact---------------*/




.wpcf7-submit
{
  
       border-radius: 8px;
    color: #fff;
    margin-top: 0;
    width: 265px;
    background: #36B3DA !important;
    outline: 0 !important;
    padding: 5px 10px;
    border: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    height: 40px;
        display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
 
}
.sampleProductForm .wpcf7-submit {
  
    margin-top: 8px;
	border-radius: 5px
}



.wpcf7-form-container {
    flex: 1;
    width: 100%;
}


.form-group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
      justify-content: space-between;
}

.sampleProductForm .form-group {
 
    margin-bottom: 3px;
}


.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
    flex: 1;
    border: none;
    border-radius: 8px;
    background-color: #EEFBFD;
    padding: 5px 20px;
    font-size: 1rem;
    outline: none;
    transition: border 0.3s ease;
    border: 1px solid #68CCE9;
    width: 100%;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid var(--primery);
}

.request-form input {
   
        background-color: #fff !important;
    border-radius: 5px;
    border: 0;
    height: 30px;
}


.loader,.response
{
	    text-align: center;
    display: block;
	color:#000!important
}

.open-request-popup{
	cursor:pointer
}
.request-popup-title
{
	    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}

.contact-title
{
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}

.map-address iframe
{
    border: 0;
    border-radius: 40px;
    height: 380px;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    /* padding: 50px 0; */
    margin: 100px 0 50px 0;
}



.form-title
{
  
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
 
}

.form-subtitle{
  color: var(--primery);
  padding-bottom: 30px;
  display: block;
}

.section-contact{
  padding-bottom: 50px;
}



.contact-form {

  width: 100%;
 
}


.wpcf7-form label {
  flex: 0 0 150px; /* Fixed width for labels */
     font-size: 12px;
    color: #000000ab;
}
.wpcf7-form-container
{
	 flex: 1; /* Inputs take remaining space */
   width: 100%;
}


.wpcf7-form textarea {
  height: 140px;
 
}




.contact-address-box{
  padding:50px 0
}

.label-requir{
  position: relative;
}

.label-requir::after{
  content: " *";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}
.map-container 
{
     position: relative;
    width: 100%;
    height: 318px;
    border-radius: 16px;
    border: 2px solid var(--primery);
    overflow: hidden;
}
.map-container iframe
{

   position: relative; 
  width: 100%;
   border-radius:16px!important;
   border: 2px solid var(--primery);
height: 100%;
}

.cotact_box_info
 {
  border: 1px solid #68CCE9;
    border-radius: 8px;
    height: 72px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    margin-bottom: 10px;
}
.cotact_box_info span
{
      display: flex;
    align-items: center;
    gap: 13px;
    color: #000;
}
.cotact_box_info span span
{
      direction: ltr;
}
.contact-section{
  margin-top: 50px;
}



@media only screen and (max-width: 767px) {

 
.wpcf7-spinner
{
 
    display: flex;
    margin-left: auto;
}

.form-group {
  flex-direction: column;
  align-items: flex-start;
}

input, select, textarea {

  width: 100%;
}
.wpcf7-form label {
  flex: 0 0 auto;
  padding-bottom: 8px;
}
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	padding-left: 21px;
}

#loader,#response
{
	    text-align: center;
    display: block;
}



@media (max-width: 991px) {

.contact-image img
{
  height: auto;
    margin-bottom: 15px;
}
.map-container {
 
    margin-bottom: 0;
    
}
}

/*------blog--------*/



 .best-blog-title{
  font-size: 18px;
  font-weight: 700;
  color: #0E2B3E;
      padding-bottom: 15px;
    display: block;
 }

  /* left list */
  .article-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 15px;
  }
  .article-item:last-child{ margin-bottom: 0; }

  .article-thumb{
      width: 102px;
    height: 102px;
    flex: 1 0 102px;
    border-radius: 16px;
    overflow: hidden;
    background: #ccc;
}
  
  .article-thumb img{
   width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .article-text{
    font-size: 16px;
    color: #757575;
    text-align: justify;
  }

  /* right hero */
  .hero-card{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
  }

  .hero-overlay{
    width: 100%;
       background: linear-gradient(0deg, #68CCE9, #68cce930), rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(5.6px);
    border-radius: 0px 0px 16px 16px;
    color: #fff;
        height: 130px;
            padding: 15px;

  }

  .hero-overlay p{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 27px;
text-align: justify;
color: #FFFFFF;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  }

  .btn-hero{
   background: #fff;
    color: #757575;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    height: 30px;
    width: 84px;
  }
  .btn-hero:hover{
    background: #eaf7fa;
    color: var(--brand-dark);
  }

  .hero-dots{
    position: absolute;
    bottom: 130px;
    left: 28px;
    display: flex;
    gap: 6px;
  }
  .hero-dots span{
    width: 18px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.45);
    display: inline-block;
  }
  .hero-dots span.active{
    background: #fff;
  }

  @media (max-width: 991px){
    .hero-card{ min-height: 320px; }
  }

.heroSwiper .swiper-pagination{
    text-align: right;
    padding-inline-start: 15px;
    bottom: 140px !important;
}
.heroSwiper .swiper-pagination-bullet{
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: rgba(255,255,255,0.45);
    opacity: 1;
    margin: 0 3px !important;
}
.heroSwiper .swiper-pagination-bullet-active{
    background: #fff;
}

.article-pagination .page-numbers{
    width: 22px; height: 22px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
   color: #000;
    font-size: 12px; text-decoration: none; margin: 0 4px;
}
.article-pagination .page-numbers.current{
     background: #0E2B3E;
    color: #fff;
       
}

.article-pagination .prev, .article-pagination .next{
  background: #D4F2F9;
    border: none;
    border-radius: 4px;
}




  .section-title{
    font-weight: 700;
    font-size: 1.15rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .article-card{
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    transition: box-shadow .2s ease, border-color .2s ease;
    padding: 15px;

  }
  .article-card:hover{
    box-shadow: 0 10px 24px rgba(20,30,40,0.08);
  }
  .article-card.is-active{
    border-color: var(--brand);
    box-shadow: 0 0 0 2px rgba(30,167,196,0.25);
  }

  .article-card .thumb{
      height: 120px;
    width: 100%;
  }
  .article-card .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
        border-radius: 8px;
  }

  .article-card .body{
    padding: 16px 18px 18px;
  }

  .article-card h3{
   font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #070707;
  }

  .article-card p{
      font-size: 14px;
    color: var(--muted);
    line-height: 1.9;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #757575;
    font-weight: 400;
  }

  .article-meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .article-date{
   font-size: 14px;
    color: #CBCBCB;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .article-badge{
       background: #0E2B3E;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    min-width: 109px;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-weight: 700;
  }

  /* pagination */
.article-pagination{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #EDEDED;
  padding-top: 25px;
}

/* دو طرف: عرض ثابت تا وقتی فلش نبود، عددها از وسط جابه‌جا نشوند */
.article-pagination .pg-side{ flex: 0 0 38px; display: flex;
    z-index: 2; }
.article-pagination .pg-next{ justify-content: flex-end; }

.article-pagination .pg-numbers{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.article-pagination .pg-numbers a.page-numbers:hover{
  border-color: var(--brand);
  color: var(--brand);
}

.article-pagination .pg-numbers .page-numbers.dots{
  border: none;
  width: auto;
}


.article-pagination .pg-side .page-numbers:hover{ opacity: .7; }
  .page-circle{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
    font-size: 0.85rem;
    text-decoration: none;
  }
  .page-circle:hover{
    border-color: var(--brand);
    color: var(--brand);
  }
  .page-circle.active{
    background: var(--dark);
    color: #fff;
    border-color: var(--dark);
  }
  .page-nav{
    background: transparent;
    border: none;
    color: var(--ink);
    font-size: 1rem;
  }

.line-holder
{
      border-top: 1px solid #EDEDED;
    display: block;
    padding-top: 15px;
        margin-top: 20px;
}

@media (max-width: 991px) {
.best-blog-title {
   
    margin-top: 15px;
}
.hero-overlay p {

    font-size: 14px;
}
}


/*--------single blog-----------*/

  .product-intro{

    display: flex;
   
    gap: 25px;
  }

  .product-desc{
       flex: 0 0 78%;
    color: #757575;
    font-size: 16px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between
  }

  .sing-page-product{
    padding-top: 50px;
  }

.gray-box-single-page
{
background-color: #EDEDED;
width: 100%;
height: 62px;
border-radius: 16px;
}

.comment-header{
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.comment-subheader{
  font-size: 14px;
  color: #00000059;
  font-weight: 400;
}



.cta-wrap{
  display: flex;
  align-items: center;
  position: relative;
}

/* ---------- کارت تیره ---------- */
.cta-dark{
     position: relative;
    z-index: 2;
    flex: 0 0 46%;
    border-radius: 24px;
    padding: 34px 40px;
    color: #fff;
    background-image: url(../image/Rectangle.jpg);
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
}

.cta-title{
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #fff;
}
.cta-sub{
     font-size: 14px;
    margin: 0;
    color: #CBCBCB;
}

.cta-btns{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.cta-btn{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  color: #fff;
  font-size: .95rem;
  text-decoration: none;
  transition: .2s;
}
.cta-btn-left
{
        background: #fff;
    color: #1D445C;
    border: 1px solid #60D669;
}


.cta-btn:hover{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.55);
  color: #fff;
}
.cta-btn .ic{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cta-btn .ic--wa{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #25D366;
}

/* ---------- کارت روشن ---------- */
.cta-light{
     flex: 1;
    position: relative;
    z-index: 1;
    margin-inline-start: -90px;
    border-radius: 0 16px 16px 0;
    background: #D8ECF3;
    color: #757575;
    font-size: .95rem;
    line-height: 2.3;
    text-align: justify;
    padding: 36px 48px;
    z-index: 2;
     min-height: 178px;
}
.cta-light-section{
  position: relative;
}
@media (min-width: 992px) {
.cta-light-section::before{
        content: "";
    background: #dcebf2;
    left: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 50%;
    height: fit-content;
    min-height: 178px;
}
}


.cta-light p:last-child{ margin-bottom: 0; }
@media (max-width: 1199px){
.cta-light {
   
    margin-inline-start: -80px;

}
}
/* ---------- موبایل ---------- */
@media (max-width: 991px){
  .cta-wrap{ flex-direction: column; align-items: stretch; }
  .cta-dark{ flex: 1 1 auto; padding: 28px 24px;        border-radius: 24px 24px 0 0;}
  .cta-light{
         margin-inline-start: 0;
        margin-top: 0px;
        padding: 54px 26px 30px;
        border-radius: 0 0 24px 24px;
  }
}
  @media (max-width: 991px){
    .product-intro{ flex-direction: column-reverse; }
      .sing-page-product{
    padding-top: 30px;
  }

   
  }
 


/*--------خدمات پس از فروش------*/

.sales-service img {
    height: 327px;
    
}
.feature-row{
    display: flex;
    align-items: stretch;
    padding: 0;
  }
  .feature-row.reverse{
    flex-direction: row-reverse;
  }

  .feature-img{
  
    flex: 0 0 50%;
  
    overflow: hidden;

  }
  .feature-row:not(.reverse) .feature-img{
    /* بیرون کشیدن عکس از داخل کانتینر تا لبه‌ی واقعی صفحه، بدون نیاز به دونستن عرض کانتینر */
    margin-left: calc((100vw - 100%) / -2);
    border-radius: 0 16px 16px 0; /* گرد فقط سمت راست (سمت متن) */
  }
  .feature-row.reverse .feature-img{
    margin-right: calc((100vw - 100%) / -2);
    border-radius: 16px 0 0 16px; /* گرد فقط سمت چپ (سمت متن) */
  }
  .feature-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  .feature-content{
    flex: 1;
   
  }
 
 
 
  @media (min-width: 992px){
    .feature-row:not(.reverse) .feature-content{  padding-left: 30px; }
    .feature-row.reverse .feature-content{         padding-right: 30px;}
  }
 
  .feature-title{
       font-size: 24px;
    font-weight: 700;
    color: #070707;
    display: block;
   
  }
 
  .feature-title .icon-circle{
    width: 26px;
    height: 26px;
     margin-left: 3px;
  }
 
  .feature-text{
   color: #757575;
    line-height: 32px;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
  }
 
  .feature-row + .feature-row{
    margin-top: 30px;
  }
 
  @media (max-width: 991px){
    .feature-row, .feature-row.reverse{
      flex-direction: column;
    }
    .feature-img{
      flex-basis: 100%;
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
      border-radius: 0 !important; /* روی موبایل تصویر تمام‌عرض و بدون گردی می‌شود */
    }
    .feature-content{
      padding: 24px 0 !important;
    }
  }
  /* --- بنر برند --- */
  .brand-hero{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 190px;
    background: linear-gradient(120deg, #b9d94e 0%, #2f5a2f 45%, #16324a 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
  }
 
  .brand-hero .main-logo img{
    max-height: 90px;
  }
 
  .brand-hero-side{
    background: rgba(0,0,0,0.15);
    border-radius: 12px;
    padding: 12px 18px;
    text-align: center;
  }
  .brand-hero-side img{
    max-height: 46px;
    margin-bottom: 8px;
  }
  .brand-hero-side .flag-line{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.85);
  }
  .brand-hero-side .flag-line img{
    max-height: 14px;
    margin: 0;
  }
 
  /* --- بخش معرفی --- */
  .section-title{
    font-weight: 700;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
  }
  .section-title .icon-circle{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(30,167,196,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .intro-text{
    font-size: 0.84rem;
    line-height: 2.1;
    color: var(--muted);
  }
  .intro-text p{ margin-bottom: 14px; }
 
  /* --- محصولات --- */
  .product-mini-card{
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eceff2;
    text-align: center;
    height: 100%;
  }
  .product-mini-card .thumb{
    aspect-ratio: 4/3;
    background: #ddd;
  }
  .product-mini-card .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .product-mini-card .body{
    padding: 12px 10px 16px;
  }
  .product-mini-card h4{
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .btn-mini{
    background: var(--dark);
    color: #fff;
    border-radius: 8px;
    padding: 6px 22px;
    font-size: 0.75rem;
    border: none;
  }
  .btn-mini:hover{ color:#fff; background:#000; }
/*-------------------*/

@media only screen and (max-width: 991px) {
.section-section4,.section-section6 ,.section-section7,.section-section8{
  padding: 30px 0;
}

.instruction_text1 {

  margin-bottom: 50px;
}

.attribute-box {
 
  min-height: 175px;
}

.grids-header,.land_title,.instruction_title3
{

 
  font-size: 1.5rem;
 
}

}


.my-gallery-wrap {
  width: 100%;
}

.mySwiperMain {
 
  overflow: hidden;
 
}





.mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiperThumbs img {
width: 100%;
    height: 96px;
      object-fit: contain;
    display: block;
    background: #fff;
}

.single_product_description{
	text-align: justify;
	padding-left: 50px;
	
}

@media only screen and (max-width: 991px) {
.single_product_description{

	padding-left: 0px;
	
}

}

.single_product_description_holder
{
	     background: #82a1a4;
    padding: 50px 0;
    margin: 50px 0;
    color: #fff;
    text-align: justify;

}
.single_product_description_img
{
	   width: 500px;
    height: 400px;
    margin: auto;
    display: flex;
    border-radius: 20px;
    object-fit: cover;
}

.single_product_description_header{
    font-weight: 700;	
	font-size: 1rem;
	padding-bottom:15px;
	    display: block;
}

.single_product_title {
 font-weight: 700;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 0;
    color: #070707;
    line-height: 0;
}

.single_product_excerpt_header
{
	       font-weight: 600;
    position: relative;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;

}



.single_product_volume,.single_product_property_header
{
	       font-weight: 600;
    position: relative;
    display: flex;
    padding-right: 10px;
}

.single_product_volume:before{
	position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	
	
	
}
.single_product_volume_holder
{
	    display: flex;
    gap: 5px;
	
}

.single_product_property_header
{
	    margin: 30px 0 15px 0;
	    font-size: 20px;
	text-align: center;
    display: block;
}

.single_product_property{
	 display: flex;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    align-items: center;
      gap: 10px;
	justify-content: space-between;
}



.uses-property
{
      background: #E6E6E6;
    border-radius: 8px;
    min-height: 81px;
    padding: 15px;
        margin-top: 10px;
}

.uses-title
{
      font-weight: 600;
    display: flex;
    font-size: 14px;
    color: #070707;
}

.uses-txt{
  color: #070707;
  font-size: 12px;
}
.property_item span:first-of-type
{
      color: #351b157a;
}

.hidden_property{
    display: none;
}

.show_all_properties_btn
{
	    grid-column-gap: 0;
    margin-top: 30px;
}
.show_all_properties_btn a
{
	  background: #82a1a4;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
	    cursor: pointer;
	font-size: .9rem;
}

.property-section{

	margin:0 0 50px 0
	
	
}


.comments-section-container{
position:relative	
	
}
.comments-section-container:before
{
	content: "";
    background: #cfcfcf;
    position: absolute;
        height: 636px;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}


.property_item_total {
    flex: 0 0 31%;
        background: #82a1a4;
    border-radius: 5px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 4px;
}
.phone_consult
{
	    color: #fff;
}


.pswp {
  opacity: 1 !important;
}

.pswp__bg {
  opacity: 0.9 !important;
}



.icon-scroll{
	    display: flex;
    justify-content: center;
    gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 14px 0 0 8px;
}

.icon-scroll a{
	color:#000
	
}

#comment,
#info {
  scroll-margin-top: 250px;
}

@media only screen and (max-width: 600px) {
.property_item ,.property_item_total{
    flex: 0 0 47%;
}

}


.swiper-slide-product {
    
    border-radius: 22px;
	    background: #fff;
}


/*-----*/




.post-content.single-content{
    text-align: justify;	
}

.bottom-section-container{
      margin-top: 30px;

}






.interduce-title
{
color: #000;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
    display: block;
    width: fit-content;
    border-radius: 2px
}


.interduce-holder{
  color: #757575;
  text-align: justify;
      margin-bottom: 30px;
    padding-bottom: 15px;
     border-bottom: 1px solid #ddd6d6;
}


.properties-holder
{
      display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
}

.properties-title{
  flex: 0 0 30%;
}

.properties-table{
  flex: 0 0 70%;
      color: #919191;
    font-size: 14px;
}

.icon-scroll-section{
      display: flex !important;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}




.title-icon
{
      font-size: 14px;
    color: #070707;
}


.text-icon{
  color: #7C7C7C;
  font-size: 12px;
	    margin-bottom: .3rem;
}



.sampleProductForm-box{
    display: flex;
    align-items: stretch;
    gap: 5px;
    margin-bottom: 5px;
}

.sampleProductForm-title {
 
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

.sampleProductForm-line
   {
        width: 4px;
    background: #DAB38D;
    border-radius: 2px;
    flex-shrink: 0;
   }




@media (max-width:767px){

.icon-scroll-section {
    display: block !important;
  
}

.icon-scroll {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    padding-left: 15px;
}

.second-column
 {
       padding-right: calc(var(--bs-gutter-x) * .5)!important;
    padding-left: calc(var(--bs-gutter-x) * .5)!important;
}
.last-column {
   
    margin-top: 15px;
   
}

.mySwiperThumbs .swiper-slide {
       height: 85px;
}
.mySwiperThumbs img {
   height: 85px;
}




.copyMessage {
  right: unset;
    left: 128px;
}


.title-properties {
    font-size: 12px;
}

.propertes-icons {
    padding: 15px 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.properties-holder {
    display: block;

}

.properties-title::before {
    width: 100%;
}

}


.thumb-slide {
    position: relative;
}

.thumb-more {
    position: absolute;
    inset: 0;
       background: rgb(255 254 254 / 69%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}
@media only screen and (max-width: 991px){
.news-header,.header__center {
    font-size: 21px;
}
}
.interduce-title {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.interduce-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #DAB38D;
  transition: width 0.5s ease;
}

.section-visible .interduce-title::after {
  width: 100%;
}
.section-visible .interduce-title.properties-title::after {
  width:17%;
}


.comment-overlay {
  display: none;
  position: fixed;
  inset: 0;         
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
  z-index: 99999;    
  justify-content: center;
  align-items: center;
}

.comment-modal {
  background: #fff;
  max-width: 600px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  margin: auto;
}

.close-btn {
  position: absolute;
  top: 10px;
  left: 15px; 
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

@media only screen and (min-width: 1200px){

	.custom-column2{
	        width: 60.666667%!important;
		
	}
	.custom-column3{
	        width: 39.333333%!important;
	}
	
}
@media only screen and (min-width: 992px){
	
	.custom-column2{
	      
		padding-right: 25px!important;
	}
	
	
}


.slider_text3 {
  
    display: inline-block;
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;
    padding: 5px 19px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    top: 102px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 290px;
        height: 28px;
            line-height: 19px;
}
@media only screen and (max-width: 991px) {

.slider_text3 {

    top: 28px;
    width: 239px;
   
}
.video-holder {
    width: 100%;
    height: 295px;
}
.contact-section {
    margin-top: 30px;
}
.contact-image img {
    height: 170px;
  
}

.about-title {

    font-size: 20px;
    margin-top: -53px;
}

.about-container {
    position: relative;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
}
.section3-about::after {
    background: #d4f2f900;
}

.about-container::before {
    width: 0;
}

.section3-about {
  
    padding: 30px 0;
}

.section-blue {

    padding: 0;
    margin-bottom: 30px;
}
.section-mojavez {
    padding-bottom: 30px;
}

.section_custom_about {
    margin-left: 0;
    margin-right: 0;
}

.container-about::before {
   
    border-radius: 0;
}

.history-holder {
    flex: auto;
}
.history-container {

    flex-direction: column;
}

.section-products {
    margin-bottom: 95px;
}


.section-history {
    margin-bottom: 30px;
}


.section-video:before {
 
    height: 300px;
}

.section-taxonomy {
    padding: 30px 0 0 0;
}
}

/*--------------------*/

/* ---------- گالری ---------- */
.mySwiperMain {
    background: #fff;
  
    border-radius: 24px;
    padding: 20px;
   
}
.mySwiperMain .swiper-slide-product img {
       width: 100%;
    height: 379px;
    object-fit: contain;
    border-radius: 24px;
    border: 1px solid #ADE5F4;
}
.mySwiperThumbs .thumb-slide {
 position: relative;
    background: #fff;
    border: 1px solid #ADE5F4;
    border-radius: 16px;
    padding: 8px;
    cursor: pointer;
    overflow: hidden;
    height: 95px;
    margin-top: 15px;
}



.mySwiperThumbs .swiper-slide-thumb-active { border-color: #7ecbe9; }
.thumb-more {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(27,44,68,.45);
}

/* ---------- عنوان ---------- */
.single_product_title {
    font-size: 30px;
    font-weight: 800;
    color: #17293f;
    margin: 0 0 6px;
}
.single_product_title_latin {
 display: block;
    color: #CBCBCB;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #ADE5F4;
    margin-bottom: 15px;
}
.single_product_excerpt {
       color: #757575;
    line-height: 2;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
        min-height: 160px;
}

/* ---------- باکس‌های ویژگی ---------- */
.single_product_property {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.property_item {
  flex: 1 1 192px;
    background: #D4F2F9;
    border-radius: 8px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 72px;
    font-size: 12px;
    font-weight: 300;
    align-items: flex-start;
    justify-content: center;
    color: #070707;
}


/* ---------- ردیف آیکون‌ها ---------- */
.propertes-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}
.title-properties {
   color: #0E2B3E;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.icon-box {
    width: 42px; height: 42px;
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}


/* ---------- دکمه‌ها ---------- */
.product-actions { display: flex; gap: 14px; }
.product-actions span {
 flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 17px 10px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 18px;
    transition: opacity .2s;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:1199px) {
.mySwiperThumbs .thumb-slide {

    height: 70px;
}
}
@media only screen and (max-width:991px) {
.product-actions span {

    padding: 10px 10px;
}

}


.product-actions span:hover { opacity: .88; }
.price-button  {     background: #17293f;
    color: #fff; }
.sample-button { background: #68CCE9; color:#0E2B3E; }

/* ---------- پاپ‌آپ ---------- */
.product-popup {
    display: none;
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.5);
    align-items: center; justify-content: center;
}
.product-popup.is-open { display: flex; }
.product-popup-content {
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    width: min(520px, 92%);
    max-height: 90vh;
    overflow: auto;
	    position: relative;
}
.product-popup-title {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 18px;
    font-weight: 700;
    color: #17293f;
}
.close-popup { cursor: pointer; font-size: 26px; line-height: 1; }

@media (max-width: 767px) {
    .single_product_title { font-size: 23px; }
    .propertes-icons { justify-content: flex-start; }
    .product-actions { flex-direction: column; }
}

/*-----------------*/

.bottom-section-container { padding: 30px 0 0 0; }

/* ---------- تب‌ها ---------- */
.tabs-holder {
    display: flex;
    gap: 8px;
  
    border-bottom: 1px solid #dadcdd;
    margin-bottom: 30px;
        padding-right: 20%;
}
.tabs-holder a {
       display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    color: #757575;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all .2s;
}
.tabs-holder a:hover { color: #17293f; }
.tabs-holder a.active {     color: #36B3DA;
    border-bottom: 3px solid #36B3DA; }
    .tabs-holder a path
{
  fill: #757575;
}
.tabs-holder a.active path{
  fill:#36B3DA
}


.tab-icon svg { width: 15px; height: 15px; }

.tab-count {
    background: #dce8f0;
    color: #5d7183;
    border-radius: 5px;
    padding: 1px 7px;
    font-size: 12px;
}
.tabs-holder a.active .tab-count { background: #2196c9; color: #fff; }

/* ---------- ساختار دو ستونی بخش‌ها ---------- */
.tab-section {
    display: flex;
    gap: 30px;
    padding: 28px 0;
        border-bottom: 1px solid #dadcdd;
    scroll-margin-top: 90px;
        padding-right: 20%;
}
.section-label {
    flex: 0 0 110px;
    font-weight: 700;
        color: #0E2B3E;
    font-size: 16px;
}
.section-body {
       flex: 1;
    color: #757575;
    line-height: 2.3;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
}

/* ---------- جدول مشخصات ---------- */
.properties-table table { border-collapse: collapse; width: 100%; }
.properties-table td {
    padding: 13px 16px;
   border-bottom: 1px solid #e9e9e9;
    color: #4a5b6b;
    font-size: 14px;
}

.properties-table tr:first-of-type td{
  padding-top: 0;
}


.properties-table td:first-child { color: #919191; width: 22%; }
.properties-table tr:last-child td { border-bottom: 0; }

/* ---------- دیدگاه‌ها ---------- */
.comments-block { align-items: flex-start;    border-bottom: 0; }
.comments-aside {
    flex: 0 0 190px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.rating-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}
.rating-value { font-size: 20px; font-weight: 700; color: #17293f; }
.rating-stars { font-size: 15px; letter-spacing: 2px; color: #d6dfe6; }
.rating-stars .is-filled { color: #f5b62c; }
.rating-meta { font-size: 12px; color: #9aa8b6; }

#toggle-comment-btn {
        background: #0E2B3E;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 11px 18px;
    font-weight: 700;
    font-size: 12px;
    cursor: pointer;
    width: 144px;
    height: 28px;
        display: flex;
    align-items: center;
    justify-content: center;
}
#toggle-comment-btn:hover { opacity: .9; }

.comments-section, .comments-section ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments-section .comment {
 
  
  
    margin-bottom: 14px;
}
.comments-section .bypostauthor {
    border-color: #7ecbe9;
    background: #f7fcfe;
}
.comments-section .children {
    list-style: none;
    margin: 14px 0 0;
    padding-inline-start: 22px;
}
.comments-section .comment-author { display: flex; align-items: center; gap: 8px; font-weight: 700; color: #17293f; font-size: 14px; }
.comments-section .comment-author img { border-radius: 50%; }
.comments-section .comment-meta { font-size: 12px; color: #9aa8b6; margin-top: 4px; }
.comments-section .comment-content { color: #4a5b6b; font-size: 14px; line-height: 2; margin-top: 10px; }

/* ---------- پاپ‌آپ ---------- */
.comment-overlay {
    display: none;
    position: fixed; inset: 0; z-index: 9999;
    background: rgba(0,0,0,.5);
    align-items: center; justify-content: center;
}
.comment-overlay.is-open { display: flex; }
.comment-modal {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 32px 25px 20px;
    width: min(560px, 92%);
    max-height: 90vh;
    overflow: auto;
}
.close-btn {
    position: absolute;
    top: 12px;
    inset-inline-start: 15px;
    background: none; border: 0;
    font-size: 26px; line-height: 1;
    cursor: pointer;
    color: #9aa8b6;
}

@media (max-width: 767px) {
    .tabs-holder { overflow-x: auto; justify-content: flex-start;        padding-right: 0;        margin-bottom: 0; }
    .tab-section { flex-direction: column; gap: 14px; padding-right: 0;}
    .comments-aside { flex-direction: row; flex-wrap: wrap; align-items: center;         flex: 1;}
      .section-label {
    flex: 0 0 1px;
      }   

.tabs-holder a {
  
    gap: 5px;
    padding: 9px 7px;
    font-size: 12px;
    text-decoration: none;
  
    white-space: nowrap;
}


}

/*-------------------------*/


.related-products {
    position: relative;
    overflow: hidden;
        padding-top: 30px;
}
.related-products::before
{
  content: "";
  position: absolute;
      height: 267px;
      width: 100%;
    background: #68CCE9;
    top: 0;
        z-index: -1;
}




.related-title {
    display: inline-flex;
    align-items: center;
        font-size: 24px;
    font-weight: 700;
    color: #0E2B3E;
    margin-bottom: 22px;
}

.related-icon svg { width: 20px; height: 20px; }



.relatedSwiper {
    position: relative;
    z-index: 1;
    padding: 12px 4px 4px;
}





@media (max-width: 767px) {
    .related-band { top: 88px; height: 130px; }
    .related-thumb img { height: 150px; }
}



.price-inquiry--popup .pi-form {
    border: 0;
    border-radius: 16px;
    padding: 22px 28px 26px;
    background: transparent;
    backdrop-filter: blur(4px);
}


.price-inquiry--popup .pi-field--action {
    flex: 100%;
}

.product-popup-content .price-inquiry {

    border-radius: 12px;
}


/*----------------------*/
/* ==================================================
   درخواست نمونه — حالت سکشن (مطابق طرح تیره)
   ================================================== */

.sample-request {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 55px 0;
}

.sr-form {
    background: rgba(13, 27, 42, .82);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    padding: 26px 30px 30px;
    backdrop-filter: blur(3px);
}

.sr-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}

.sr-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.sr-logo {
    max-height: 26px;
    width: auto;
}

.sr-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 20px;
}

.sr-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sr-field label {
    color: #cfdae4;
    font-size: 13px;
}

.sr-field input {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    padding: 12px 14px;
    color: #fff;
    font-size: 14px;
    transition: border-color .2s;
}

.sr-field input:focus {
    outline: none;
    border-color: #7ecbe9;
}

.sr-field input.is-invalid {
    border-color: #e07070;
}

.sr-error {
    display: none;
    font-size: 12px;
    color: #ff9a9a;
}

.sr-field--action {
    grid-column: 1 / -1;
    align-items: flex-start;
}

.sr-submit {
    background: #17293f;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    border-radius: 8px;
    padding: 12px 34px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: opacity .2s;
}

.sr-submit:hover:not(:disabled) { opacity: .88; }
.sr-submit:disabled { opacity: .6; cursor: default; }

.sr-response {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.9;
    color: #fff;
}

@media (max-width: 767px) {
    .sr-row { grid-template-columns: 1fr; }
    .sr-form { padding: 20px 18px 24px; }
    .sr-submit { width: 100%; }
}


/* ==================================================
   درخواست نمونه — حالت پاپ‌آپ
   ================================================== */

.sample-request--popup {
    background: none;
    padding: 0;
}

.sample-request--popup .sr-form {
    background: none;
    border: 0;
    padding: 0;
    backdrop-filter: none;
}

.sample-request--popup .sr-row {
    grid-template-columns: 1fr;
    gap: 15px;
}

.sample-request--popup .sr-field label {
    color: #17293f;
    font-weight: 600;
}

.sample-request--popup .sr-field input {
    background: #f7fbfd;
    border: 1px solid #dce8f0;
    color: #17293f;
    border-radius: 9px;
    padding: 13px 14px;
}

.sample-request--popup .sr-field input:focus {
    border-color: #7ecbe9;
    background: #fff;
}

.sample-request--popup .sr-field input.is-invalid {
    border-color: #e05a5a;
    background: #fdf5f5;
}

.sample-request--popup .sr-error { color: #e05a5a; }

.sample-request--popup .sr-field--action { margin-top: 4px; }

.sample-request--popup .sr-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px;
}

.sample-request--popup .sr-response {
    color: #17293f;
    text-align: center;
    border-radius: 8px;
}

.sample-request--popup .sr-response.is-success {
    background: #e6f7ee;
    color: #1c7a4b;
    padding: 12px;
}

.sample-request--popup .sr-response.is-error {
    background: #fdecec;
    color: #b93a3a;
    padding: 12px;
}
#close-comment-btn
{
	left: unset;
    right: 15px;
}