/* 
Theme Name: Western Deal
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Western Deal Team
Author URI: https://westerndeal.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova ScOsf Rg';
    src: url('fonts/ProximaNovaS-Regular.eot');
    src: url('fonts/ProximaNovaS-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNovaS-Regular.woff2') format('woff2'),
        url('fonts/ProximaNovaS-Regular.woff') format('woff'),
        url('fonts/ProximaNovaS-Regular.ttf') format('truetype'),
        url('fonts/ProximaNovaS-Regular.svg#ProximaNovaS-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Th';
    src: url('fonts/ProximaNovaT-Thin.eot');
    src: url('fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('fonts/ProximaNovaT-Thin.ttf') format('truetype'),
        url('fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


/* CSS ////////////////*/

body {
	font-family: Proxima Nova Rg, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
	cursor: url(images/i-wp.png),auto;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Proxima Nova Rg, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"; 
}

.site-header .e-con-inner {
	border-radius: 100px;
	background: #fff;
   box-shadow: 2px 2px 10px 2px rgba(255,88,0,0.2);
}
.site-header .logo {
	width: 257px;
	height: 60px;
	background: url(https://westerndeal.com/elementorkit/wp-content/uploads/2025/10/logo.png) no-repeat left top;
	display: block;
}
.site-header .logo:hover {
	background: url(https://westerndeal.com/elementorkit/wp-content/uploads/2025/10/logo-ani.gif) no-repeat left top;
}


.elfsight-widget {
padding:0 30px !important
}

.services-menu, .solutions-menu {
    background:none;
}

.site-header .services-menu .e-con-inner,
.site-header .solutions-menu .e-con-inner{
  border-radius: 10px; 
  background:#fff;
  box-shadow: rgba(0,0,0,0.8);
}
.e-n-menu-title button {
    background:none;
}


.service-box {
	background: rgba(255,255,255,0.8);
	border:1px solid #666;
	border-radius: 10px;
}
.service-box img {
	  filter: grayscale(100%);
	animation: zoom 2.5s ease-in-out infinite;
	
}
.service-box:before {
    background: #fff;
    content: "";
    position: absolute;
	right:0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.service-box:hover:before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}


.service-box:hover img {
	  filter: grayscale(0%);
	  
}

.service-box h2 {
	font-family: Proxima Nova Th, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.service-box:hover {
	cursor: pointer;
	border:1px solid #fd5a04;
}

.service-bg1, .service-bg2, .service-bg3, .service-bg4, .service-bg5 {	
	background-position : calc(100% - -250px) 0;	
}
/*.service-bg1:hover {
	background:#fff url(https://westerndeal.com/elementorkit/wp-content/themes/hello-themes-child/images/creative-design-bg.webp) no-repeat right top;
}

.service-bg2:hover {
	background:#fff url(images/website-design-bg.webp) no-repeat right top;
}
.service-bg3:hover {
	background:#fff url(images/e-commerce-bg.webp) no-repeat right top;
}
.service-bg4:hover {
	background:#fff url(images/bespoke-design-bg.webp) no-repeat right top;
}
.service-bg5:hover {
	background:#fff url(images/customize-website-bg.webp) no-repeat right top;
}
*/

.web-app-box::after {
	background: linear-gradient(to top, #ff5800, #b0b0b0);
	border-radius: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index: -1;
	display: block;
	content:''; 
	-webkit-transition: all 0.5s border;
  -moz-transition: all 0.5s border;
  -o-transition: all 0.5s border;
  transition: all 0.5s border;
}
.web-app-box:hover::after {
	background: linear-gradient(to top, #fed6c0, #fff);
	border:1px solid #ff5800;
}

.web-app-box::before {	
	 background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255,1), rgba(255, 255, 255, 1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background-image: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	border-radius: 5px;
	width: 99.5%;
	height: 99.5%;
	position: absolute;
	left:1px;
	top:1px;
	z-index: 0;
	display: block;
	content:'';
	-webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  text-decoration: none;
}


.web-app-box:hover:before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
	cursor: pointer;
}

.web-app-box {
	position: relative;
	border-radius: 5px;
	margin: 1px;
	z-index: 1;
	cursor: pointer;
	
}
.web-app-box:hover::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,1)), to(rgba(255, 212, 189, 1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 212, 189, 1));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 212, 189, 1));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 212, 189, 1));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 212, 189, 1));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(255, 212, 189, 1));
	
}

.web-app-box:hover img {
	animation: glitch 1s linear infinite;
}

.eap-project-look-bottom-overlay-component {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.eap-button-xmedium {
    font-size: 16px !important;
    font-weight: 600;
    background: #fff;
}


@keyframes glitch{
  2%,64%{
    transform: translate(2px,0) skew(0deg);
  }
  4%,60%{
    transform: translate(-2px,0) skew(0deg);
  }
  62%{
    transform: translate(0,0) skew(5deg); 
  }
}


/* Cursor Effect //*/
#cursor-trail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}
.trail-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f04d20;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.8;
    transition: transform 0.2s, opacity 0.2s;
}

/* Portfolio CSS */
.eap-project-look-bottom-overlay-component {
    border-radius: 10px;
}


/* Standerd Process */

.process-box {
	background: rgba(255,255,255,0.8);
	border:1px solid #666;
	border-radius: 10px;
}
.process-box img {
	  filter: grayscale(100%);
	animation: zoom 2.5s ease-in-out infinite;
	
}
.process-box:before {
    background: #fff;
    content: "";
    position: absolute;
	right:0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.process-box:hover:before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}


.process-box:hover img {
	  filter: grayscale(0%);
	  
}

.process-box h2 {
	font-family:Proxima Nova Rg, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.process-box:hover {
	cursor: pointer;
	border:1px solid #fd5a04;
}
.process-box:hover h2 {
	color:#0D2B3E !important;
}


/* Home Client Slider */
.client-slider .swiper-slide-image {
	border:1px solid #0d2b3e;
	border-radius: 5px;
	cursor: pointer;
	 -webkit-transition : border 1000ms ease-out;
  -moz-transition : border 1000ms ease-out;
  -o-transition : border 1000ms ease-out;
  transition : border 1000ms ease-out;
}
.client-slider .swiper-slide-image:hover {
	border:1px solid #ff5800;
}

/* Blog Post ///*/
.post-article .more-link .elementor-post-info .elementor-icon-list-item {
	position:relative;
	width: 100%;
	padding: 10px 0 0;
}
.post-article img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.more-link a {
	position:absolute;
	right: 0px;
	bottom:20px;
}
.more-link a .elementor-icon-list-icon {
	display:none;
}
.more-link a .elementor-icon-list-text {
	font-size:0px;
	width: 44px;
	height: 44px;
	background: #0d2b3e url("https://westerndeal.com/elementorkit/wp-content/themes/hello-theme-child/images/arrow-right.png") no-repeat center;
	border-radius: 50px;
}
.more-link a:hover .elementor-icon-list-text {
	background: #f04d20 url("https://westerndeal.com/elementorkit/wp-content/themes/hello-theme-child/images/arrow-right.png") no-repeat center;
}


.experts-steps {
	width: 86px;
	height: 86px;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 24px;
	font-weight: 600;
	color:#fff;
	background: url(images/polygon.png) no-repeat left top;
}

/* About Page ///////////*/
.more-about {
	border:1px solid #eee;
	min-height: 165px;
}
.more-about {
	background: rgba(255,255,255,0.8);
	border:1px solid #666;
	border-radius: 10px;
}
.more-about img {
	  filter: grayscale(100%);
	animation: zoom 2.5s ease-in-out infinite;
	
}
.more-about:before {
    background: #fff;
    content: "";
    position: absolute;
	right:0;
    left: 0;
    width: 0;
    height: 100%;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.more-about:hover:before {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}


.more-about:hover img {
	  filter: grayscale(0%);
	  
}


.more-about:hover {
	cursor: pointer;
	border:1px solid #fd5a04;
}




/* Marquee Text ////*/
 .marquee-wrap {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
}
.marquee-text {
    animation: marquee 20s linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
}
.marquee-text span {
    font-size: 60px;
    line-height: 110px;
    font-weight: 500;
}
.marquee-text i {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    margin: 0 30px;
	font-style: normal;
	position: relative;
    top: -15px;
	color:#ff5800;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translatex(-100%); }
}
@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}
.owl-stage .owl-item::before {
	content:'';
	background-position: center;
	background-size: 2%;
	transition : background 100ms ease-out;	
	transition : color 100ms ease-out;	
	background-position: center;
	background-size: 85%;
	width: 120px;
	height: 119px;
	position: absolute;
	left:0;
	top:0;
	right: 0;
	margin: 0 auto;
}
.owl-stage .owl-item {
	padding-top: 20px;
	position: relative;
	
}
.owl-stage .owl-item img {
	filter: grayscale(100%);
}
.owl-stage .owl-item:hover img {
	filter: grayscale(0%);
}
.owl-stage .owl-item:hover {
	/*background: url(images/owl-item-bg.png) no-repeat;
	background-position: center top;*/
	background-size: 50%;
	
}
.owl-stage .owl-item:hover .ue-title {
	color:#ff5800;
}

.owl-stage .owl-item:hover::before {
	animation:spin 1s linear infinite;
	background: url(images/owl-item-bg.png) no-repeat center;
	background-size: 90%;
}

/* Blog */
.blog-post-block {
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.blog-post-block  .elementor-widget-image {
    min-height:260px;
    background:#ccc;
}





/* Mega Menu CSS */


.uc-mega_menu_section .e-con-inner {
	padding:0; 
	border:none;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0px 8px 5px rgba(0,0,0,0.11);
}

.mega-product-list {
	margin:0;
	padding:0;
	list-style:none;
}
.mega-product-list li {
	margin:0;
	padding:0 0 5px 0px;
	font-weight:500;
}
.mega-product-list li em {
	margin-right:10px;
}

.mega-menu-service:hover {
	background: #eee;
	-webkit-transition: all .4s linear;
    transition: all .4s linear; 
	border-radius: 5px;
}
.mega-menu-service h3 {
	margin:0 0 5px;
	padding:0;
	font-size:18px;
	font-weight:600;
	-webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.mega-menu-service:hover h3 {
	color:#FF5800;
}
.mega-menu-service img {
	-webkit-transition: all .4s linear;
    transition: all .4s linear;
	filter: grayscale(100%);
}
.mega-menu-service:hover img {
	filter: grayscale(0%);
}


.eap-picture-crop:not(.eap-picture-crop-horizontally) .eap-picture-img {
    top: 97% !important;
   }