/* -----------------------fONTS------------------------ */

@font-face {
    font-family: 'Sqr Euclid';
    src:url('../fonts/EuclidSquare-Light.woff2') format('woff2'),
        url('../fonts/EuclidSquare-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Sqr Euclid';
    src:url('../fonts/EuclidSquare-Light.woff') format('woff2'),
        url('../fonts/EuclidSquare-Light.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Sqr Euclid';
    src:url('../fonts/EuclidSquare-Bold.woff2') format('woff2'),
        url('../fonts/EuclidSquare-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Sqr Euclid';
    src:url('../fonts/EuclidSquare-Medium.woff2') format('woff2'),
        url('../fonts/EuclidSquare-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ui Sego';
    src: url('../fonts/SegoeUIVariableStatic-1900000-240000.woff2') format('woff2'),
        url('../fonts/SegoeUIVariableStatic-1900000-240000.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ui Sego';
    src: url('../fonts/SegoeUIVariableStatic-2580000-240000.woff2') format('woff2'),
        url('../fonts/SegoeUIVariableStatic-2580000-240000.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ui Sego';
    src: url('../fonts/SegoeUIVariableStatic-2bc0000-240000.woff2') format('woff2'),
        url('../fonts/SegoeUIVariableStatic-2bc0000-240000.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
/* --------------------------uk-slider-------------slide nav--------------- */
.uk-slider .el-slidenav{
	padding:25px;
	border: 0.094rem dashed #fff !important;
	border-radius:50%
}
/*------------------contact ---------form----------  */
.nf-form-fields-required{
	display:none;
}
 .nf-form-content input:not([type=button]), .nf-form-content textarea
{
	background: rgb(67, 101, 123, .05) !important;
	border: none !important;
}
input::placeholder, textarea::placeholder {
    font-family: Sqr Euclid !important; 
    font-size: 16px !important;
}
.nf-form-content input[type=submit]{
	background: #09314f !important;
	font-family: Sqr Euclid !important; 
	font-weight:500 !important;
	padding:2px 40px !important;
}
.nf-form-content input[type=submit]:hover{
	background: #c5a677 !important;
	color:#ffff !important;
	
}
.zoom img {
			display: block;
		}

.zoom img::selection { background-color: transparent; }
/*----------------product------feature----------------  */
#p_feature .el-content{
	 height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
#p_feature .el-content::-webkit-scrollbar {
    width: 10px;             
    height: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#p_feature .el-content::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);   
    border-radius: 1px;       
}
#dealer_cat .cat_label{
background:#c5a677;
    color:#fff;
    padding:3px 10px;
	font-size:12px;
}
#dealer_cat .category-container{
display:flex;
    gap:5px;
    list-style:none;
	justify-content: center; /* Centers items horizontally */
    align-items: center;
}
#tm-dialog-mobile .uk-modal-dialog{
	background-color: #09314f;
	background-image: url('../images/footer-bg.png');
	background-attachment:contain;
	background-repeat:no-repeat;
	background-position:20% 0%;
	
}
#tm-dialog-mobile .uk-close svg{
	color:#fff;
	height:20px;
	width:20px;
}

/*------------------number grid list start--------------------*/
.number-list-grid  .el-meta {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}
.number-list-grid .el-item {
	padding-left: 100px;
}
.number-list-grid .el-meta:after {
  content: '';
    height: 1px;
    width: 22px;
    display: block;
    background: #43657b;
    position: absolute;
    top:50%;
    right: -33px;
    margin-top: -2px;
}
/*------------------number grid list end--------------------*/

#simple-chat-button--container{
	right:115px !important;
}

#simple-chat-button--text{
	right:-99px !important;
}