main, section{position: relative; width: 100%; display: block;}
/* جایگذاری دات‌ها */
#home-slider .owl-dots {
    position: absolute;
    bottom: 20px;   /* فاصله از پایین تصویر */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 5;
}
.home-article-item img {
    min-height: 290px;
}
/* هر دات */
#home-slider .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* دات فعال */
#home-slider .owl-dot.active span {
    width: 28px;
    border-radius: 20px;
    background: #ffffff;
}

/* هاور */
#home-slider .owl-dot:hover span {
    background: #ffffff;
}
div#home-slider .owl-prev {
       top: 50%;
    transform: matrix(1, 0, 0, 1, -50, -20);
    left: 100%;
}

div#home-slider .owl-next {
    top: 50%;
    transform: matrix(1, 0, 0, 1, 10, -20);
    left: 0px;
}
div#home-slider .owl-next, div#home-slider .owl-prev {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
}
div#home-slider .owl-next i , div#home-slider .owl-prev i{color:white}
.home-ProductCategory-item {
   display: flex;
    /* width: 33.33333333333333%;*/
    position: relative;
    padding: 15px;
    transition: .5s;
}
 .home-ProductCategory-item img {
    border-radius: 10px;
    position: relative;
    display: block;
    width: 100%;

}
 .home-ProductCategory-item:hover {
    transform: scale(1.05);
}
 .home-ProductCategory-item  .tt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    font-size: 30px;
    font-family: variableFont;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.home-product-box a strong, .home-article-box a strong { color: #000; font-size: 18px;}
.home-product-box a, .home-article-box a{text-decoration: none;}
.home-product-box a:hover strong, .home-article-box a:hover strong{    color: #927102;}
.home-article-box{    position: absolute;
    background: #fff;
    right: 40px;
    bottom: -27px;
    padding: 30px 30px 15px 30px;
    width: 65%;
    overflow: hidden;}
.home-box-head:before {
    content: "";
    height: 2px;
    width: 160%;
    position: absolute;
    right: -60%;
    background: #000;
    bottom: -5px;
}
.home-box-head{font-family: variableFont;
    font-size: 40px;
    color: #000;
    padding-top: 60px;
    position: relative;
    text-transform: inherit;
    padding-right: 33px;
    text-align: right;
    margin-bottom: 80px;
    padding-bottom: 4px;
    display: inline-block;
    font-weight: 400;}
 .home-article-box a{  display: block;  position: relative;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;  margin-bottom: 14px;  width: 100%;
    outline: none !important;}
.home-article-box a:after{    content: "";
    width: 40%;
    height: 2px;
    background: rgb(232, 199, 89);
    background: linear-gradient(90deg, rgba(232, 199, 89, 1) 0%, rgba(170, 139, 7, 1) 100%);
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    transition: all 0.3s;}
.home-article-box a:hover:after{ width: 100%;}
.home-befor-after{
   
    width:100%;
    background:#fff;
    border-radius:20px;
    
    box-shadow:0 20px 60px rgba(0,0,0,.3);
}
.comparison-container{
    position:relative;
    width:100%;
    aspect-ratio:16/9;
    overflow:hidden;
    border-radius:15px;
    cursor:grab;
}

.comparison-container img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    pointer-events:none;
    user-select:none;
}

.image-after{
    clip-path:inset(0 50% 0 0);
}
.home-ProductCategory-item .tt strong {
    margin-top: 15px;
}
.line{
    position:absolute;
    top:0;
    bottom:0;
    width:3px;
    background:#fff;
    left:50%;
    transform:translateX(-50%);
}

.handle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    border:3px solid rgb(232, 199, 89);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,.3);
    font-size:22px;
}
.home-befor-after-box {
    align-items: center;
    align-self: center;
}
.home-befor-after-box h2{font-size: 24px;
    color: #8a8a8a;
    text-align: center;
    font-family: variableFont;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 31px;}
.home-befor-after-box p{  font-family: variableFont; font-size: 16px; color: #707070;}
.mar-t-60{margin-top: 60px;}
.btn-windowfilm{background-color: #ab8c09 !important;}
/*.windowfilm-ba-overlay {
    -webkit-transition-property: background;
    -moz-transition-property: background;
    transition-property: background;
    background: rgba(0, 0, 0, 0);
    z-index: 25;
}

.windowfilm-ba-before-label, .windowfilm-ba-after-label, .windowfilm-ba-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.windowfilm-ba-after-label, .windowfilm-ba-before-label {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

 .windowfilm-ba-before-label:before,  .windowfilm-ba-after-label:before {
    top: 50%;
    content: attr(data-content);
    margin-top: -19px;
    position: absolute;
    background: rgb(12 12 12 / 20%);
    line-height: 38px;
    padding: 0 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.windowfilm-ba-overlay:hover {
    background: transparent;
}

.windowfilm-ba-overlay:hover .windowfilm-ba-before-label, .windowfilm-ba-overlay:hover .windowfilm-ba-after-label {
    opacity: 1;
}

.windowfilm-ba-before-label:before {
    left: 10px;
}

.windowfilm-ba-after-label:before {
   right: 10px; 
}*/
#home-slider .item {
    min-height: 450px;
	}
#home-slider .item img {
    position: absolute;
    height: 100%;
    width: auto;
	right:0; top:0;
}

@media only screen and (max-width: 780px) {
	#home-slider .item img {
    position: absolute;
    height: 100%;
    width: auto;right:0; top:0;
}
	#home-slider .item {
    min-height: 225px;
	}
	.applications-list, .features-grid {
    position: relative;
    display: block !important;
}
	.feature-card, .app-item {
    margin: 0 0 20px;
}
}