/*
Theme Name: Sunset Digital
Theme URI: https://www.sunset-digital.com/
Author: Digihexagon
Author URI: http://digihexagon.com/
Description: Custom theme developed by digihexaon. Contact us at support@digihexagon.com to get your awesome website.
Version: 0.1
*/
/*      Reset CSS                 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,
label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,
hgroup,menu,nav,output,section,summary,time,mark,audio,video,select{margin:0;padding:0;border:0;outline:none;line-height:1;}
a:focus,a:hover,a:active,button{outline:none;text-decoration:none;}
a{
   transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
/*************************************************/
/*      1 ) Google or local Font Import          */
/*************************************************/
html{height:100%;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased !important;}
ul{list-style:none;}

body {
	overflow-x: hidden;
}
p {
	line-height: 1.3;
}
svg.logoanimation {
      width: 100%;
      height: auto;
      stroke: #fff; /* white outline */
      stroke-width: 0.4; /* thinner */
      fill: none;
      overflow: visible; /* prevent cut */
    }
    svg.logoanimation path {
      stroke-dasharray: 500;
      stroke-dashoffset: 500;
      animation: draw 8s linear infinite;
    }
    @keyframes draw {
      to {
        stroke-dashoffset: 0;
      }
    }




.rotating-text span {
  -webkit-animation: topToBottom 6s linear infinite 0s;
  animation: topToBottom 10s linear infinite 0.5s;
  opacity: 0;
  overflow: hidden;
  position: absolute
}

.rotating-text span:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.rotating-text span:nth-child(3) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s
}

.rotating-text.es span {
  font-size: 5.9rem
}

@-webkit-keyframes topToBottom {
  5% {
    opacity: 0
  }

  16.5% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  42% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  45% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  90% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes topToBottom {
  5% {
    opacity: 0
  }

  16.5% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  42% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  45% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }

  90% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout:hover .mega-sub-menu {
	top: 40px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout .mega-sub-menu {
	width: 150px !important;
	padding: 10px !important;
	background: #fff !important;
	border-radius: 6px !important;
	margin: 0 !important;
	top: 40px !important;
	transition: 0.3s all !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout .mega-sub-menu li a {
	background: #fff !important;
	color: #293133 !important;
	font-weight: 300 !important;
	line-height: 1.3 !important;
	padding: 5px 5px !important;
}

.elementor-counter-number-suffix {
	color: #FBB03B;
}
#countersection .e-con-inner .e-con.e-child::before {
	content: '';
	position: absolute;
	right: -3px;
	top: 19px;
	width: 1px;
	background: #c3c5c67a;
	height: 77px;
	left: unset;
}
#countersection .e-con-inner .e-con.e-child:nth-child(2n)::before {
	right: -15px;
}
#countersection .e-con-inner .e-con.e-child:nth-child(3n)::before {
	right: -20px;
}
.brandlogo img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .7s cubic-bezier(.25, 1, .2, 1);
	transition: .7s cubic-bezier(.25, 1, .2, 1);
	opacity: 0.7;
}
.brandlogo img:hover{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
#countersection .e-con-inner .e-con.e-child:last-of-type::before{display:none;}


.testimonial-slider .elementor-swiper-button {
	border: 1px solid #293133;
	width: 60px;
	height: 60px;
	border-radius: 50px;
	align-items: center;
	top: unset !important;
	bottom: -120px;
	background-image: url('/wp-content/uploads/2025/08/arrow-right-svgrepo-com.svg');
	background-position: center !important;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
	transition:0.3s all;
}
.testimonial-slider .elementor-swiper-button:hover {
	background: #fbb03b url(/wp-content/uploads/2025/08/arrow-right-svgrepo-comaa.svg);
	border-color: #fbb03b;
}
/* .testimonial-slider .elementor-swiper-button::before {
	content: '';
	width: 20px;
	height: 2.4px;
	background: #293133;
	border-radius: 10px;
	position: relative;
	left: 12px;
} */
.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
	flex-direction: row-reverse;
	left: unset !important;
	right: 90px;
	background-image: url('/wp-content/uploads/2025/08/arrow-left-svgrepo-com.svg');
}
.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev:hover {
	background: #fbb03b url(/wp-content/uploads/2025/08/arrow-left.svg);
}
.testimonial-slider .elementor-swiper-button svg {
	display:none;
}
/* .testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev::before {
	left: -12px;
} */
/* .testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
	flex-direction: row-reverse;
	left: unset !important;
	right: 100px;
	padding-left: 5px;
} */
.elementor-testimonial__name::before {
	content: '';
	width: 30px;
	height: 3px;
	display: inline-block;
	background: #fbb03b;
	margin-right: 10px;
	position: relative;
	top: -4px;
}
.brands-logo .elementor-widget.elementor-widget-image a {
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.brands-logo .elementor-widget.elementor-widget-image a img {
	filter: brightness(0) invert(1);
}
.brands-logo .elementor-widget.elementor-widget-image:first-of-type a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(2) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(4) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(5) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(6) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(7) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(8) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(9) a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f7931e;
	width: 110%;
	border-radius: 10px 0px 0px 10px;
}
.brands-logo .elementor-widget.elementor-widget-image:first-of-type a::before {
	background: #f97415;
	border-radius: 10px 0px 0px 10px;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(3) a {
	background: #fbb03a;
	border-radius: 10px;
	z-index:123;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(4) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(7) a::before{
	height: 110%;
	top: -10%;
	z-index: -1;
	border-radius: 0px 0px 0px 10px;
	background: #fbb03b;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(7) a::before{background:#f97415;z-index: -12;}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(5) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(8) a::before{
	background: #ffa64d;
	border-radius: 0 0 0 10px;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(8) a::before{background:#f7931e;}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(6) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(9) a::before{
	height: 110%;
	top: -10%;
	border-radius: 0px 0px 10px 10px;
	background: #f97415;
	left: 0;
	width: 100%;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(9) a::before{background:#fbb03b;}

.brands-logo .elementor-widget.elementor-widget-image:nth-child(2) a::before {
	z-index: 12;
}
.brands-logo .elementor-widget.elementor-widget-image:nth-child(5) a::before,
.brands-logo .elementor-widget.elementor-widget-image:nth-child(6) a::before{
	z-index: 1;
}
.brands-logo .elementor-widget.elementor-widget-image a img{z-index:123;}

.outlinebtn .elementor-button-icon svg {
	position: relative;
	left: 0;
	transition:0.3s all;
}
.outlinebtn:hover .elementor-button-icon svg {
	left: 5px;
}
.outlinebtn:hover .elementor-button-icon svg *,
.outlinebtn.oraneicon svg *{
	fill: #ffff;
	stroke: #FBB03B;
	color: #FBB03B;
}
.outlinebtn.footertoporange svg *{fill:#FBB03B;}
.outlinebtn.footertoporange a:hover svg *{fill:#fff;}


/*  */
.service-categories .slick-track {
	display: flex !important;
}
.service-categories .service-category-box {
	background: #f7f7f7;
	border-radius: 20px;
	padding: 50px 20px 10px;
	margin: 0px 10px;
	height: auto;
	transition: 0.3s all;
	overflow: hidden;
	position: relative;
	z-index: 12;
}
/* .service-categories .service-category-box::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	transition: 0.4s all;
	background: #283133;
	width: 100%;
	z-index: -1;
}
.service-categories .service-category-box:hover::before {
	height: 100%;
}
.service-categories .service-category-box:hover * {
	color: #fff !important;
}
.service-categories .service-category-box:hover img.service-icon {
	filter: brightness(100);
} */
.service-categories .service-category-box .service-icon {
	max-width: 70px;
	margin: 0 auto;
	display: block;
	height: 60px;
  object-fit: contain;
}
.service-categories .service-category-box h2 {
	text-align: center;
	margin: 10px 0 5px 0;
}
.service-categories .service-category-box h2 {
	color: #293133;
	font-weight: 600;
	font-size: 24px;
	font-family: "Outfit", Sans-serif;
}
.service-categories .service-category-box p {
	text-align: center;
	color: #4d4d4d;
	font-size: 16px;
	font-family: "Outfit", Sans-serif;
	margin-bottom: 20px;
	font-weight: 300;
  	line-height: 1.4;
}
.service-categories .service-category-box ul.services-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: column;
	row-gap: 10px;
}
.service-categories .service-category-box ul.services-list.more-than-4 {
	flex-wrap: wrap !important;
	flex-flow: unset;
/* 	row-gap: 10px; */
}
.service-categories .service-category-box ul.services-list.more-than-4 li {
	width: 50%;
}
.service-categories .service-category-box ul.services-list li span {
	display: flex;
	align-items: center;
	color: #4d4d4d;
	font-family: "Outfit", Sans-serif;
	gap: 5px;
	font-weight: 400;
}
.service-categories .service-category-box ul.services-list li span img {
	width: 18px;
}
.service-categories {
	width: 110%;
}
.service-categories .slick-list {
	padding-right: 150px;
}
.service-categories .slick-arrow {
	border: 1px solid #293133;
	z-index: 123;
	width: 60px;
	height: 60px;
	top: -90px;
	right: 150px;
	padding: 10px 14px;
	background-image: url('/wp-content/uploads/2025/08/arrow-right-svgrepo-com.svg') !important;
	background-position: center !important;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
	transition:0.3s all;
}
.service-categories .slick-arrow:hover{
	background:#fbb03b url('/wp-content/uploads/2025/08/arrow-right-svgrepo-comaa.svg') !important;
	border-color:#fbb03b;
	background-position: center !important;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
}
.service-categories .slick-prev.slick-arrow {
	left: unset;
	right: 220px;
	background-image: url('/wp-content/uploads/2025/08/arrow-left-svgrepo-com.svg') !important;
}
.service-categories .slick-prev.slick-arrow:hover{
	background:#fbb03b url('/wp-content/uploads/2025/08/arrow-left.svg') !important;
	background-position: center !important;
	background-size: 24px !important;
	background-repeat: no-repeat !important;
}
.service-categories .slick-arrow::before {
	color: #293133;
	opacity: 0 !important;
}

.trp-language-switcher.trp-language-switcher-container {
	width: auto;
}
.elementor-shortcode .trp-ls-shortcode-current-language {
	width: 110px !important;
	visibility: visible !important;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 14px 30px 14px 12px;
	background: unset !important;
	cursor: pointer;
	top: -3px;
	position: relative;
}
.elementor-shortcode .trp-ls-shortcode-current-language::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/08/chevron-down-svgrepo-com2.svg);
	position: absolute;
	top: 14px;
	right: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: 0.3s all;
}
.elementor-shortcode .trp-ls-shortcode-current-language.active::before {
	transform: rotate(180deg) !important;
}
.elementor-shortcode .trp-ls-shortcode-current-language a::before {
	content: '';
	width: 18px;
	height: 18px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/08/Globe-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.elementor-shortcode .trp-ls-shortcode-current-language a.trp-ls-disabled-language {
	padding: 0;
	color: #fff !important;
	display: flex;
	top: 0 !important;
	font-size: 16px;
	align-items: center;
	gap: 10px;
	cursor:pointer;
}
.elementor-shortcode .trp-ls-shortcode-language {
	width: 140px !important;
	background: #fff !important;
	padding: 2px 5px !important;
	border-radius: 10px;
	display: block !important;
	height: auto;
	position: absolute !important;
	top: 40px !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transition: 0.3s all;
}
.elementor-shortcode .trp-ls-shortcode-language.active {
	top: 50px !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.elementor-shortcode .trp-ls-shortcode-language a {
	border-radius: 10px !important;
	padding: 10px 12px;
	margin: 3px 0px;
	font-size: 0px;
}
.elementor-shortcode .trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
	color: #fff;
	background: #f97415 url(/wp-content/uploads/2025/08/check-mark-svgrepo-com.svg);
	background-position: 90% center;
	background-repeat: no-repeat;
	background-size: 26px;
}
.elementor-shortcode .trp-ls-shortcode-language a:hover {
	background: #0000000D;
}
.elementor-shortcode .trp-ls-shortcode-language a::before {
	content: attr(title);
	display: inline-block;
	font-size: 16px;
}
.elementor-shortcode .trp-ls-shortcode-language a[title="German"]::before {
	content: 'Deutsch';
}
.trp-language-switcher > div {
	background: transparent !important;
	border: unset;
}

.loginbtn .elementor-button-content-wrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 2px;
}
.loginbtn .elementor-button-content-wrapper::before {
	content: 'Login';
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}
html[lang="en-US"] .loginbtn .elementor-button-content-wrapper::before {
	content: 'Login';
}
.loginbtn .elementor-button-content-wrapper .elementor-button-text {
	position: relative;
	top: 0;
}
.loginbtn:hover .elementor-button-content-wrapper .elementor-button-text {
	top: -20px;
	transition: 0.5s all;
}
.loginbtn:hover .elementor-button-content-wrapper::before {
	top: 0;
	transition: 0.5s all;
}




.brands-logo .elementor-widget.elementor-widget-image a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.brands-logo .elementor-widget.elementor-widget-image a:hover img {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  33.3% {
    -webkit-transform: translate(-8px, 8px);
    transform: translate(-8px, 8px);
  }
  49.95% {
    -webkit-transform: translate(6px, -6px);
    transform: translate(6px, -6px);
  }
  66.6% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }
  83.25% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}


.scrollbtn {
	width: 44px;
	margin: 40px auto;
}

.scrollbtn img {
	animation: jumpInfinite 1.5s infinite;
	position:relative;
}

@keyframes jumpInfinite {
  0% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}

.scrollerbtn svg{
	animation: jumpInfiniteDesktop 1.5s infinite;
	position:relative;
}
@keyframes jumpInfiniteDesktop {
  0% {
    top: 0;
  }
  50% {
    top: 5px;
  }
  100% {
    top: 0;
  }
}

.slick-dots {
	bottom: -40px !important;
}
.slick-dots li {
	width: auto !important;
	height: auto !important;
}
.slick-dots li button::before {
	display: none;
}
.slick-dots li button {
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #293133 !important;
}
.slick-dots li.slick-active button {
	background: #293133;
}

.mega-menu-item-has-children.mega-menu-megamenu {
	float: unset !important;
}
#mega-menu-primary > li > .mega-sub-menu {
	width: 900px !important;
	left: unset !important;
	top: 70px !important;
	right: 0 !important;
}
.elementor-widget-maxmegamenu,
#mega-menu-primary,
#mega-menu-wrap-primary {
	position: unset !important;
}
#mega-menu-primary > li > .mega-sub-menu::before {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -10px;
	display: block !important;
	left: 37%;
}
html[lang="en-us"] #mega-menu-primary > li > .mega-sub-menu::before {
	left: 45%;
}
#mega-menu-wrap-primary * {
	font-family: "Outfit", Sans-serif !important;
}
ul.mega-sub-menu .mega-menu-item-has-children > a {
	font-weight: 500 !important;
	margin-bottom: 10px !important;
}
ul.mega-sub-menu .mega-menu-item-has-children li a {
	font-weight: 300 !important;
}




.brands-logo .elementor-widget.elementor-widget-image a img {
      max-width: 250px;
      transition: transform 0.8s ease, opacity 0.8s ease;
      opacity: 0;
      transform: translateX(100px); /* start from right */
    }

    /* Animate class */
    .brands-logo .elementor-widget.elementor-widget-image a img.animate {
      opacity: 1;
      transform: translateX(0); /* move back to normal */
    }


.brands-logo {
	overflow: hidden !important;
}
.outlinebtn a {
	width: 244px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}
.elementor-element.elementor-element-4c1a19d ul li {
	margin-bottom: 10px;
}

/* contact us form */
.contactusform form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contactusform form div {
	width: 48%;
}
.contactusform form div p label {
	width: 100%;
	color: #4d4d4d;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
}
.contactusform form div p label input, .contactusform form div p label textarea {
	border: 1px solid #999999;
	width: 100%;
	padding: 10px 10px;
	margin-top: 10px;
	border-radius: 10px;
	outline: none;
	color: #4d4d4d;
	transition:0.3s all;
}
.contactusform form div p label input:hover, .contactusform form div p label textarea:hover,
.contactusform form div p label input:focus, .contactusform form div p label textarea:focus{
	border-color:#fbb03b;
}
.contactusform form div p label textarea {
	height: 138px;
	padding: 15px;
	line-height: 1.4;
}
.contactusform form div.fullwidth {
	width: 100%;
}
.contactusform form div.fullwidth p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.contactusform form div.fullwidth p .wpcf7-form-control-wrap {
	width: 50%;
}
.contactusform form div.fullwidth p label {
	display: flex;
	align-items: center;
}
.contactusform form div.fullwidth p label input {
	width: auto;
	position: absolute;
	opacity: 0;
}
.contactusform form div.fullwidth p .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
	line-height: 1.3;
	width: 100%;
    padding-left: 45px;
    position: relative;
}
.contactusform form div.fullwidth p label .wpcf7-list-item-label::before {
	width: 30px;
	height: 30px;
	background: #d6d6d6;
	border-radius: 50%;
	content: '';
	display: inline-block;
	border: 8px solid #fff;
	box-shadow: 0px 0px 0px 1px #293033;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	position: absolute;
    left: 0;
}
.contactusform form div.fullwidth p label input:checked + .wpcf7-list-item-label::before {
	background: url(/wp-content/uploads/2025/08/check-circle-svgrepo-com1.svg);
	border: 5px solid #fff;
}

.contactusform form div.fullwidth p input[type="submit"] {
	width: 180px;
	display: inline-block;
	background: #f97415 url(/wp-content/uploads/2025/08/double-arrow-right.svg);
	background-position: 86% center;
	background-size: 16px;
	background-repeat: no-repeat;
	border: 1px solid #f97415;
	color: #fff;
	cursor: pointer;
	transition:0.3s all;
}
.contactusform form div.fullwidth p .wpcf7-spinner {
	position: absolute;
	right: 113px;
	bottom: 18px;
	pointer-events: none;
}
.contactusform form div.fullwidth p input[type="submit"]:hover {
	background: #fa8922 url(/wp-content/uploads/2025/08/double-arrow-right.svg);
	color: #fff;
	border-color:#fa8922;
	background-position: 88% center;
	background-size: 16px;
	background-repeat: no-repeat;
}
/* team section start */
.team-section .elementor-image-box-img {
	background: #f7f7f7;
	padding: 20px 0px 0px 0px;
	border-radius: 10px;
	min-height: 400px;
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	position: relative;
	overflow: hidden;
	z-index: 123;
}
/* .team-section .elementor-image-box-img::before {
	content: '';
	background: #293133;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0px;
	transition: 0.3s all;
	z-index: -1;
}
.team-section .e-con-full.e-flex.e-con.e-child:hover .elementor-image-box-img::before {
	height: 100%;
} */
.team-section .elementor-image-box-img img {
	max-width: 160px;
	margin: 0 auto;
}
.team-section .elementor-social-icons-wrapper {
	position: absolute;
	right: 0;
	top: -58px;
	width: auto !important;
}
.team-section .elementor-icon {
/* 	position: absolute;
	right: 0;
	top: -50px; */
/* 	background: #f7f7f7; */
	border-radius: 50px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* .team-section .e-con-full.e-flex.e-con.e-child:hover .elementor-icon {
	background: #fbb03b;
}
.team-section .e-con-full.e-flex.e-con.e-child:hover .elementor-icon svg {
	fill:#fff !important;
} */
.team-section .bigimage .elementor-image-box-img img {
	max-width: 200px;
}
/* team section end */

/* services section start */
.all-service-categories {
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.all-service-categories .service-box {
	background: #f7f7f7;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.all-service-categories .service-box:nth-child(2n) {
	flex-direction: row-reverse;
}
.all-service-categories .service-box .service-content {
	width: 50%;
	padding: 50px;
	font-family: "Outfit", Sans-serif;
}
.all-service-categories .service-box .service-content h2 a {
	color: #293133;
	font-size: 26px;
}
.all-service-categories .service-box .service-content p {
	color: #4d4d4d;
	font-weight: 300;
	line-height:1.3;
}
.all-service-categories .service-box .service-content ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: column;
	row-gap: 15px;
	margin-top: 30px;
}
.all-service-categories .service-box .service-content ul.more-than-4 {
	flex-wrap: wrap !important;
	flex-flow: unset;
}
.all-service-categories .service-box .service-content ul.more-than-4 li {
	width: 50%;
}
.all-service-categories .service-box .service-content ul li a {
	display: flex;
	align-items: center;
	color: #4d4d4d;
	font-family: "Outfit", Sans-serif;
	gap: 5px;
	font-weight: 400;
}
.all-service-categories .service-box .service-content ul li a:hover {
	color: #fbb03a;
}
.all-service-categories .service-box .service-content ul li a img {
	width: 18px;
}
.all-service-categories .service-box .image {
	width: 50%;
}
.all-service-categories .service-box .image a {
	width: 100%;
	display: block;
}
.all-service-categories .service-box .image a img {
	width: 100%;
	min-height: 350px;
	object-fit: cover;
	border-radius: 10px;
}
/* services section end */

.archivedescription p {
	color: #fff;
	line-height: 1.5;
	font-family: "Outfit", Sans-serif;
	font-weight: 300;
}
.categoryposts .elementor-image-box-img {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 60px;
	width: 80px !important;
	height: 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.categoryposts .elementor-image-box-img img {
	max-width: 100%;
	width: 200px;
}
.categoryposts .elementor-image-box-content {
	width: 73% !important;
}
.categoryposts .elementor-image-box-wrapper {
	padding: 15px 10px;
	border-radius: 10px;
	transition: 0.3s all;
}
.categoryposts .elementor-image-box-wrapper:hover {
	box-shadow: 0px 0px 8px 0px #ccc;
}
.categoryposts .elementor-image-box-wrapper:hover .elementor-image-box-img img {
	filter: invert(65%) sepia(92%) saturate(508%) hue-rotate(1deg) brightness(103%) contrast(101%);
}




.our-process .process-steps {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 20px;
}
.our-process .process-steps .process-step {
	width: 49%;
	background: #f7f7f7;
	padding: 30px;
	border-radius: 10px;
	font-family: "Outfit", Sans-serif;
	transition:0.3s all;
}
.our-process .process-steps .process-step:hover {
/* 	box-shadow: 0px 0px 4px 1px #ccc; */
	transform: scale(1.02);
}
.our-process .process-steps .process-step .step-number {
	color: #e4e4e4;
	font-size: 35px;
	font-weight: 600;
	text-align: right;
	display: block;
}
.our-process .process-steps .process-step .step-heading {
	color: #293133;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.our-process .process-steps .process-step .step-heading::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 50px;
	background: #fbb03b;
}
.our-process .process-steps .process-step .step-content {
	color: #4d4d4d;
	font-weight: 300;
	line-height: 1.4;
}




.pricingsection .e-n-tabs-heading {
	flex-direction: row-reverse !important;
	justify-content: flex-start;
	margin-top: -53px;
	background: #f7f7f7;
	width: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 10px;
	border-radius: 50px;
}
.pricingsection .e-n-tabs-heading button {
	padding: 8px 15px;
	border-radius: 50px;
	background: transparent !important;
	color: #293133 !important;
	font-family: "Outfit", Sans-serif;
	cursor: pointer;
}
.pricingsection .e-n-tabs-heading button span span {
	background: #fbb03b;
	color: #fff;
	margin-left: 10px;
	padding: 10px 16px;
	border-radius: 50px;
	font-size: 14px;
}
.pricingsection .e-n-tabs-heading button[aria-selected="true"] {
	background: #ffffff !important;
}



.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.services-grid .service-item {
	display: flex;
	text-decoration: none;
	border-radius: 10px;
	padding: 15px 10px;
	transition: all 0.3s ease;
	background: #fff;
	color: #293133;
	font-family: "Outfit", Sans-serif;
	align-items: center;
}
.services-grid .service-item .service-icon {
	background: #f7f7f7;
	padding: 20px;
	border-radius: 60px;
	width: 80px !important;
	height: 80px;
	box-sizing: border-box;
	transition:0.3s all;
}
.services-grid .service-item:hover .service-icon {
	background: #f97415;
}
.services-grid .service-item div:last-of-type {
	width: 77%;
	padding-left: 15px;
}
.services-grid .service-item .service-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 3px;
}
.services-grid .service-item .service-excerpt {
	margin: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
}
.services-grid .service-item:hover .service-icon img {
/* 	filter: invert(65%) sepia(92%) saturate(508%) hue-rotate(1deg) brightness(103%) contrast(101%); */
	filter:brightness(100);
}

.services-grid .service-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-4px);
}

/* Layout Rules */
.services-grid.services-1 .service-item {
    flex: 1 1 100%;
}

.services-grid.services-2 .service-item {
    flex: 1 1 calc(50% - 20px);
}

.services-grid.services-3 .service-item {
    flex: 1 1 calc(50% - 20px);
}

.services-grid.services-4 .service-item {
    flex: 1 1 calc(50% - 20px);
}

.services-grid.services-5plus .service-item {
    flex: 1 1 calc(50% - 20px);
}



.service-advantages ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.3;
}
.service-advantages ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/08/check-circle-svgrepo-com1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}



.accordion .card {
	border: unset !important;
	background: #f7f7f7;
	border-radius: 10px !important;
	overflow: hidden;
	margin-bottom: 20px;
	font-family: "Outfit", Sans-serif;
}
.accordion .card .card-header {
	padding: 0;
	border: unset;
	background: transparent;
	outline: none;
}
.accordion .card .card-header button {
	text-decoration: none !important;
	color: #293133;
	padding-right: 60px;
	text-wrap: wrap;
	
}
.accordion .card .card-header button::after {
	content: '';
	width: 35px;
	height: 35px;
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/08/plus-svgrepo-com.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	border: 1px solid #293133;
	border-radius: 50px;
	position: absolute;
	  right: 25px;
	  top: 15px;
}
.accordion .card .card-body {
	font-weight: 300;
	padding: 0px 25px 25px;
	line-height: 1.3;
}
.accordion .card .card-header button[aria-expanded="true"]::after {
	background-image: url(/wp-content/uploads/2025/08/minus-svgrepo-com.svg);
	border-color: #fff;
}
.accordion .card .card-header button[aria-expanded="true"] {
	color: #fff;
}
.accordion .card.active {
	background: #f97415;
	color: #fff;
}

/************** Pricing Section Start *******************/
.pricing-boxes {
	display: flex;
	gap: 30px;
	margin-top: 20px;
}
.pricing-boxes .pbox {
	width: 33.333%;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 3px 3px 9px 0px #ccc;
	font-family: "Outfit", Sans-serif;
	transition:0.3s all;
	background:#fff;
}
.pricing-boxes .pbox:hover {
	transform: scale(1.03);
}
.pricing-boxes .pbox h2 {
	font-size: 26px;
	font-weight: 500;
	color: #293133;
}
.pricing-boxes .pbox p {
	margin: 0;
	line-height: 1.3;
	font-weight: 300;
	color: #4d4d4d;
}
.pricing-boxes .pbox p.subtitle {
	min-height: 42px;
}
.pricing-boxes .pbox .prices {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom:5px;
}
.pricing-boxes .pbox .prices h3 {
	margin: 0;
	color: #293133;
	font-weight: 400;
}
.pricing-boxes .pbox .prices h3 small {
	color: #4d4d4d;
	font-weight: 200;
	font-size: 16px;
}
.pricing-boxes .pbox .prices h3:last-of-type {
	color: #d2d2d2;
	text-decoration: line-through;
}
.pricing-boxes .pbox p {
	margin: 0;
	line-height: 1.3;
	font-weight: 300;
	color: #4d4d4d;
}
.pricing-boxes .pbox a {
	background: #fbb03b;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	padding: 20px 0px;
	font-weight: 200;
	margin-top: 25px;
	font-size:18px;
}
.pricing-boxes .pbox.second a {
	background: #f7931e;
}
.pricing-boxes .pbox.second .features ul li::before {
	background-image: url(/wp-content/uploads/2025/08/checkk.svg);
}
.pricing-boxes .pbox.third a {
	background: #f97415;
}
.pricing-boxes .pbox.third .features ul li::before {
	background-image: url(/wp-content/uploads/2025/08/checkk-1.svg);
}
.pricing-boxes .pbox h4 {
	font-size: 18px;
	margin-top: 30px;
	color: #293133;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 15px;
}
.pricing-boxes .pbox .features ul li {
	position: relative;
	color: #293133;
	font-weight: 200;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-left: 25px;
}
.pricing-boxes .pbox .features ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/08/check-circle-svgrepo-com1.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#pricingTab {
	border: unset;
	margin-top: -60px;
	margin-bottom: 50px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content:space-between;
	background: #f7f7f7;
	border-radius: 50px;
	padding: 10px;
	flex-wrap: nowrap;
	float: right;
}
div#pricingTabContent {
    float: left;
    width: 100%;
}
#pricingTab li button {
	border-radius: 50px;
	background: transparent;
	border: unset;
	padding: 10px 13px;
	color: #293133;
	font-family: "Outfit", Sans-serif;
	outline: none;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#pricingTab li button span {
	background: #fbb03b;
	color: #fff;
	border-radius: 50px;
	padding: 5px;
	font-size: 14px;
	margin-left: 10px;
}
#pricingTab li button.active {
	background: #fff;
}
/************** Pricing Section End *******************/


/*************** Mobile Menu Start ********************/
.mobile-nav-menu ul li{margin: 25px 0px;}
.mobile-nav-menu ul li a {
	color: #293033;
	font-family: "Outfit", Sans-serif;
	font-weight: 300;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mobile-nav-menu ul {
	margin: 0 !important;
	padding: 0 !important;
}
.mobile-nav-menu ul li ul {
	display: none;
}
.mobile-nav-menu ul.sub-menu li a {
	font-size: 16px;
}
.mobile-nav-menu ul.sub-menu li ul.sub-menu li{margin: 20px 0px;}
.mobile-nav-menu ul.sub-menu li ul.sub-menu li a {
	font-size: 16px;
}
.mobile-nav-menu ul li a span {
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2025/08/angle-down-solid-svgrepo-com.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition:0.3s all;
}
.mobile-nav-menu ul.sub-menu li a span {
	width: 18px;
	height: 18px;
}
.mobile-nav-menu ul li a span.active {
	transform: rotate(180deg);
}
.scrollupbtn {
	display:none;
	cursor: pointer;
}
/************** Mobile Menu End *********************/

.team-section .removebg .elementor-image-box-img {
/* 	background: transparent; */
	min-width: auto;
	padding: 0;
}
.team-section .removebg .elementor-image-box-img img {
	max-width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: top;
}