/**
* Theme Name: Wiseserve 
* Template: hello-elementor
*/

:root {
    --site-color: #D73730;
}

.hfe-site-logo img{
    height: 80px;
    width: auto;
}

h2.span{
	color:#D73730
}

.top-header ul{
    display: flex;
    gap: 10px;
}

.top-header ul li span.elementor-icon-list-icon{
    background: #E85D55;
    border-radius: 5px;
    padding: 6px !important;
    text-align: -webkit-center !important;
}

.top-header ul li span.elementor-icon-list-icon svg{
    margin: 0 !important;
}

.elementor-button-icon svg{
    fill: var(--site-color);
    -webkit-transition: .4s;
    transition: .4s;
}

.elementor-button:hover .elementor-button-icon svg{
    transform: rotate(118deg);
     -webkit-transition: .4s;
    transition: .4s;
}

.button-style-custom .elementor-button-link{
    animation: pulseBtn 3s infinite;
}

.sec-padding{
    padding-top:50px;
    padding-bottom: 50px;
}

.sec-padding-bottom{
	padding-bottom: 50px;
}

.google-review-hero .ti-goog {
	background: #fff;
    padding: 30px 15px;
    border-radius: 10px;
    border: solid 1px #EEE;
}

.google-review-hero .ti-widget.ti-goog .ti-col-1 .ti-reviews-container{
	margin-bottom:0
}

.review-section .owl-quote-icon{
    top: -95px !important;
    left: 10px !important;
}

.services-sec .elementor-image-box-wrapper{
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 20px;
    height: 100%;
}

.elementor-widget-testimonial{
	background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 10px;
    height: 100%;
}

.planning-accordian .e-n-accordion:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    border-radius: 20px;
    background-color: rgb(19 138 147 / 10%);
}

.planning-accordian .e-n-accordion-item[open]:before {
  top: auto;
  height: 100%;
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  background: #E4871F;
  border-radius: 20px;
}

.planning-accordian .e-n-accordion-item-title-header span{
    color: #000;
    font-size: 34px;
    font-weight: bold;
    display: block;
}

.planning-accordian  .e-n-accordion-item{
  padding-left: 35px;
}

.trust-points .elementor-widget.elementor-widget-image-box{
  border: solid #FFF 1px;
  padding: 20px;
}

.services-sec .ekit-wid-con svg, .service-card .ekit-wid-con svg{
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: .4s;
    transition: .4s;
}

.services-sec .btn-wraper:hover svg, .service-card .btn-wraper:hover svg{
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.services-sec .elementor-widget-elementskit-image-box:hover{
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

.services-sec .elementor-widget-elementskit-image-box{
  border: solid 1px #EEEEEE;
  border-radius: 20px;
  height: 100%;
  background:#fff;
}

.service-card .elementor-widget-elementskit-image-box{
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  padding: 30px;
  position: relative;
  z-index: 1;
  background: #F4F6F8;
}

.service-card .elementor-widget-elementskit-image-box .elementskit-box-header{
    width: 70px;
    height: 70px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 32px;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-card .elementor-widget-elementskit-image-box .elementskit-box-header img{
  width: 40px;
  height: auto;
  margin: auto;
}

.service-card .elementor-widget-elementskit-image-box:hover .elementskit-box-header{
   background: #D73730;
}

.service-card .elementor-widget-elementskit-image-box:hover img{
   filter: brightness(0) invert(1);
   transform: scale(-1) rotate(180deg);
   -webkit-transform: scale(-1) rotate(180deg);
    transition: .4s;
}

.service-card .elementor-widget-elementskit-image-box:hover{
    border-color: #D73730;  
    box-shadow: 0 4px 12px rgba(90, 79, 243, 0.15);
}

.margin-sides h2{
  margin-left: 10%;
  margin-right: 10%;
}

.margin-sides p{
  margin-left: 10%;
  margin-right: 10%;
}

.marquee-icon-list {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 99.6%;
  background-color: #D73730;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: rotate(3deg);
}

.marquee-icon-list .elementor-icon-list-items {
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: marqueeScroll 40s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  gap: 35px;
}

.marquee-icon-list:hover .elementor-icon-list-items {
  animation-play-state: paused;
}

.marquee-icon-list .elementor-icon-list-item {
  white-space: nowrap;
}

.marquee-icon-list.reverse .elementor-icon-list-items {
  animation-name: marqueeScrollReverse;
}

.marquee-icon-list.reverse{
    transform: rotate(-5deg);
    margin-top: -89px;
    background:#000;
}

.footer-contact .elementor-icon-box-title{
  margin-bottom:5px;
}

.footer-contact{
  padding-top:20px;
  padding-bottom: 20px;
  margin-top:-80px
}

.ekit-template-content-footer{
  margin-top: 100px;
}

.page-header {
  position: relative;
  background-color: #D73730;
  background-image: 
        radial-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
        radial-gradient(rgba(255,255,255,0.05) 2px, transparent 2px),
        radial-gradient(rgba(255,255,255,0.03) 3px, transparent 3px);
  background-size: 40px 40px, 80px 80px, 120px 120px;
  background-position: 0 0, 20px 20px, 40px 40px;
  color: #fff;
  text-align: left;
  padding: 20px 50px 60px;
  overflow: hidden;
  animation: floatDots 60s linear infinite;
}

.curve {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.curve svg {
  display: block;
  width: calc(130% + 1.3px);
  height: 60px;
}

.page-header .entry-title{
	margin:0;
	font-size:24px;
	margin-bottom:5px;
}

.page-header p{
	margin-bottom:0;
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text], .wpcf7-form .wpcf7-form-control-wrap input[type=number], .wpcf7-form .wpcf7-form-control-wrap input[type=email], .wpcf7-form .wpcf7-form-control-wrap input[type=tel], .wpcf7-form .wpcf7-form-control-wrap input[type=url], .wpcf7-form .wpcf7-form-control-wrap input[type=password], .wpcf7-form .wpcf7-form-control-wrap input[type=search], .wpcf7-form .wpcf7-form-control-wrap input[type=date], .wpcf7-form .wpcf7-form-control-wrap input[type=time], .wpcf7-form .wpcf7-form-control-wrap .input-text, .wpcf7-textarea, .wpcf7-form select{
    width: 100%;
    height: 100%;
    border-color: #e5e7ea;
    border-radius: 12px;
    background: #fff;
    padding: 14px 20px 15px;
}

.wpcf7-checkbox .wpcf7-list-item{
	margin-bottom:10px;
}

.wpcf7-form .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.wpcf7-form .row [class*=" column-"], .wpcf7-form .row [class^=column-] {
  padding: 0 10px;
}

.column-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.column-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form-about{
  box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, .07);
  padding: 40px;
  border-radius: 20px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #D73730;
  box-shadow: 0 0 12px rgba(215, 55, 48, 0.4);
  outline: none;
}

.wpcf7-form input[type="submit"],
.wpcf7-form button, .button-1 {
  background: linear-gradient(135deg, #D73730, #a42a22);
  color: #fff !important;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration:none !important;
}

.button-1{
	display:inline-block;
	margin-top:10px;
}

.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button:hover, .button-1:hover {
  background: linear-gradient(135deg, #a42a22, #D73730);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(215, 55, 48, 0.3);
}

.wpcf7-not-valid-tip {
  color: #D73730;
  font-size: 0.9rem;
  margin-top: -0.8rem;
  margin-bottom: 1rem;
  display: block;
}

.wpcf7-mail-sent-ok {
  background: #D73730;
  color: #fff;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

#breadcrumbs a{
	color:#FFF;
}

#breadcrumbs {
  white-space: pre-wrap;
}

#breadcrumbs span span + span {
  margin-left: 0.2em;
}

#breadcrumbs span span {
  margin-right: 0.2em;
}

.grey-bg{
	background:#F2F5FA;
}

.hero-bg{
	background: linear-gradient(135deg, #fff 60%, #f7e9ea 100%);
}

.features-sec .elementor-icon-box-wrapper{
	padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 7px 10px rgba(0, 0, 0, 0.03);
	background:#FFF;
	height:100%;
}

.features-sec .elementor-icon-box-icon{
	margin-left: -40px;
}

.features-sec .elementor-icon-box-title{
	margin-bottom:5px;
}

.post-page-grid{
    display: inline-grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }
 
.post-page-grid article{
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     margin-bottom: 20px;
     position: relative;
 }
 
 .post-page-grid .bottom-content{
    padding: 20px;
    text-align: left;
 }
 
 .post-page-grid .entry-title{
    font-size: 22px;
	font-weight:bold;
 }
 
.two-third {
    flex: 3;
    padding: 20px;
}

.one-third {
    flex: 1; 
    padding: 20px;
}

.single-post .page-content{
	display: flex;
    gap: 10px;
}

.single-post a {
    text-decoration: none;
}

.single-post .post-title{
	 font-size: 32px;
    color: #000;
    font-weight: bold;
}

h2.wp-block-heading{
	font-size: 26px;
    color: #D73730;
}

.elementskit-megamenu-panel .elementor-icon-list-item a:hover .elementor-icon-list-text{
	color:#D73730 !important;
}

.elementskit-submenu-panel{
	border-radius:10px !important;
	border:solid 5px #F2BFBD !important;
}

.wpcf7-not-valid-tip{
	margin-top:0;
}

@keyframes floatDots {
	0% {
        background-position: 0 0, 20px 20px, 40px 40px;
      }
	100% {
        background-position: 100px 200px, 120px 220px, 200px 300px;
      }
}

@keyframes marqueeScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes marqueeScrollReverse {
  0% {
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pulseBtn {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(215, 55, 48, 0.5);
    }
    50% {
        transform: scale(1.05);
       box-shadow: 0 0 0 10px rgba(225, 108, 117, 0);
    }
}

@media screen and (max-width: 768px) { 
  .marquee-icon-list{
        transform: rotate(10deg);
  }
  .marquee-icon-list.reverse {
    transform: rotate(-10deg);
  }
  .sec-padding{
    padding-top:40px;
    padding-bottom: 40px;
  }
  .features-sec .elementor-icon-box-icon {
    margin-left: 0px;
  }
 .margin-sides p, .margin-sides h2{
	margin-left:15px;
	margin-right:15px;
  }
}