/*---------header---------*/
body{
    overflow-x: hidden;
}
header {
    width: 100%;
    /* overflow-x: hidden !important; */
    overflow: visible !important;
}
.top-right-header .lang-menu, .top-right-header .lang-dropdown {
    list-style: none;
    padding: 0;
}
.top-right-header li.active-lang {
    float: left;
    min-width: 55px;
}
.top-right-header li.active-lang:after {
    content: "";
    font-family: dashicons;
}
.top-right-header .lang-dropdown{
    display: none;
    position: absolute;
    background-color: #165298;
    top: 24px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    z-index: 1;
}
.top-right-header .language-switcher-hover ul.lang-menu{
    cursor: pointer;
}
.top-right-header .lang-dropdown li a{
    color: #fff;
    padding: 3px 10px;
    width: 100%;
    display: inline-block;
}
.language-switcher-hover:hover ul.lang-dropdown {
    display: block;
}

.top-right-header .header-btn .elementor-button-text{
    white-space: nowrap;
}
.top-right-header .header-btn a{
    position: relative;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 9px, 100% 100%, 0 100%);
}
.top-right-header .header-btn a::after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    border-left: 8px solid rgba(255, 255, 255, 0.7); 
    border-top: 8px solid transparent;
}
.top-right-header .header-btn a:hover::after,
.top-right-header .header-btn a:focus::after {
    border-left: 8px solid #165298; 
}
.top-right-header li.active-lang:after {
    content: "";
    font-family: dashicons;
    position: absolute;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
}
.top-right-header .language-switcher-hover:hover ul.lang-menu li.active-lang:after {
    transform: rotate(180deg);
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after{
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #08548D;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    display: inline-block;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after{
    left: -20px;
}
.rtl header .elementor-widget-theme-site-logo{
	text-align:right !important;
}
body.mega-menu-menu-1-mobile-open{
    overflow: hidden;
}
body.mega-menu-menu-1-mobile-open .elementor-sticky{
    width: 100% !important;
}
.mega-sub-menu li.mega-menu-item.mega-current-menu-item .mega-menu-link,
.mega-sub-menu li.mega-menu-item.mega-current-product_cat-ancestor .mega-menu-link{
    font-weight: 700 !important;
    opacity: 1 !important;
    color: #fff !important;
}

.language-switcher-hover:focus .lang-dropdown,
.language-switcher-hover[aria-expanded="true"] .lang-dropdown {
  display: block;
}


@media only screen and (min-width: 1025px){
    header .mega-sub-menu{
        position: absolute !important;
        top: 86px !important;
    }
    .mega-sub-menu li.mega-menu-item {
        width: auto !important;
        text-align: center;
        display: inline-block;
        padding: 0px 32px 20px 32px !important;
    }
    .mega-sub-menu li.mega-menu-item:after {
        content: "";
        width: 1px;
        position: absolute;
        height: 17px;
        background: rgba(255,255,255,0.3);
        display: inline-block !important;
        top: 5px;
        right: 0;
    }
    .mega-sub-menu li.mega-menu-item:last-child:after{
        opacity:0;
    }	
        
    ul.mega-sub-menu {
        text-align: center;
        display: flex !important;
        justify-content: center !important;
        align-items: center;
    }
    .rtl #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
        margin: 0px 6px 0 0px;
    }
}
@media only screen and (max-width: 1024px){
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        position: fixed;
        left: 0;
        width: 100%;
        top: 70px;
        padding: 20px 10px;
        z-index: 1;
        height: 100%;
        max-height: calc(100vh - 68px);
        overflow: auto;
    }
    .logged-in.admin-bar #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        top: 100px;
    }
    #mega-menu-wrap-menu-1{
        min-height: 40px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open{
        right: 0;
        z-index: 2;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0px !important;
    }
    .top-right-header{
        min-width: inherit !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link::after{
        display: none;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
        color: #ffffff !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        padding: 15px !important;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff !important;
        font-weight: 700 !important;
    }
}

@media only screen and (max-width: 1024px){
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        z-index: 9;
    }
}




/*---------footer---------*/

footer .elementor-nav-menu .menu-item a{
    padding: 7.5px 0 !important;
    display: inline-block;
}/*
footer .menu-item a.elementor-item:after {
    width: 0%;
    height: 1px;
    background: #fff !important;
    content: "";
    position: absolute;
    bottom: 4px;
    display: inline-block !important;
    border: 0;
    filter: none !important;
    opacity: 0;
    left: 0;
}
footer .menu-item:hover a.elementor-item:after {
    width: 100%;
    opacity: 1;
}*/
.rtl .footerlogo{
	text-align:right;
}
.rtl .elementor-widget.elementor-align-left .elementor-icon-list-item, .rtl .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
}
.rtl footer .elementor-widget-image{
	text-align:right !important;
}
.rtl footer .elementor-heading-title{
	text-align:right !important;
}



/*---------Home page---------*/
.hero-banner .elementor-heading-title{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.47) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    display: inline-block;
    
}
.hero-banner::after{
    position: absolute;
    width: 100%;
    height:257px;
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #165298 100%);
    content: "";
    left: 0;
    bottom: 0px;
}
.seller-card:hover .seller-card-inner{
    background-color: #165298 !important;
}
.seller-card::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.seller-card:hover::before{
 opacity: 1;
 width: calc(100% - 24px);
 height: calc(100% - 24px);
 left: 12px;
top: 12px;
}
.elementor-widget-video .e-hosted-video{
    height: 100%;
}
.explore-now-txt{
    position: relative;
}
.explore-now-txt::after{
    content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2666_1378)"><path d="M5 12H19" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 16L19 12" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 8L19 12" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_2666_1378"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
    width: 24px;
    height: 24px;
    margin-left: 20px;
    line-height: 0;
    position: absolute;
    margin-top: -3px;
}
.rtl .explore-now-txt::after{
    transform: rotate(180deg);
    margin-right: 20px;
}
.explore-now-txt p{
    display: inline-block;
    margin: 0;
}
.range-slider{
    padding-left: calc(50vw - 660px);
}
.rtl .range-slider{
    padding-left:0 !important;
    padding-right: calc(50vw - 660px);
}
.range-slide:hover .elementor-heading-title,
.range-slide:hover p{
	color:#ffffff !important;
}
.range-slide:hover .elementor-button-text{
	color:#6DC5F7 !important;
}
.range-slide:hover .elementor-button-icon{
	filter: brightness(0) saturate(100%) invert(70%) sepia(9%) saturate(2937%) hue-rotate(174deg) brightness(104%) contrast(94%) !important;
}
.range-slider .elementor-swiper-button:hover{
    background-color: #165298;
    border-color: #165298;
}
.range-slider .elementor-swiper-button:hover svg path{
    stroke: #ffffff;
}
@media only screen and (min-width: 1025px){
    .mega-toggle-on .mega-indicator{
        transform: rotate(180deg);
    }
}
@media only screen and (max-width: 1360px){
    .range-slider{
        padding-left:16px !important;
    }
    .rtl .range-slider{
        padding-left:0px !important;
        padding-right:16px !important;
    }
}
@media only screen and (max-width: 1024px){
    .explore-now-txt::after{
        margin-left: 5px;
    }
}
@media only screen and (max-width: 768px){
    .explore-now-txt p {
        margin-left: -10px;
    }
    .rtl .range-slider{
        padding-left:16px !important;
        padding-right:16px !important;
    }
}



/*-----------About page----------*/

.gradient-heading-about .elementor-heading-title{
    background: linear-gradient(186.97deg, #FFFFFF 30.19%, rgba(255, 255, 255, 0.56) 94.56%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    display: inline-block;
}

.toggle-btn {
    font-weight: 600;
    font-style: normal;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
span.toggle-text{
    font-weight: 600;
    font-style: normal;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
}
.toggle-btn::after{
    content: "";
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg width="13" height="8" viewBox="0 0 13 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 1.25L6.25 6.25L1.25 1.25" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}
span.toggle-arrow.rotate{
    transform: rotate(180deg);
}

.meet-our-team .elementor-flip-box__layer:before {
    width: 100%;
    height: 223px;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    left: 0;
}
.meet-our-team  .elementor-flip-box__layer__inner {
    position: relative;
    z-index: 2;
}
.qoute-sec .elementor-heading-title, .collection-gradient-sec .elementor-heading-title, .gradient-heading .elementor-heading-title{
    background: linear-gradient(180deg, #FFFFFF 30.19%, rgba(255, 255, 255, 0.56) 94.56%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    color: inherit;
    display: inline-block;
}

/*-------produc page----------*/
.woocommerce-product-gallery__image .wpgs-lightbox-icon::before {
    opacity: 0 !important;
}


