:root {
    --primary-color:#0d6efd !important;
    --black: #271c37 !important;
    --theme-color:#F98866 !important;
    --secondary-color:#FFF2D7 !important;
    --border-color:#dee2e6 !important;
    --text-gray: #555456 !important;
    --th-weight: 700;
  }

.top-header{
    padding: 5px 0 5px;
    background: var(--theme-color);
    position: relative;
}
.top-header .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header .header-right button.header-button {
    border: 1px solid var(--border-color);
    background: rgb(95 0 225 / 5%);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #fff;
    margin: 0px 5px;
    line-height: 35px;
}
.top-header .header-right button.header-button::after {
    display: none;
}
.top-header .col-10 {
    align-items: center;
    display: flex;
    justify-content: end;
}
.top-header .header-right .dropdown-menu {
    width: 350px;
    padding: 5px 15px 5px 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 5px !important;
    right: 0;
    position: absolute;
    transform: translate3d(0px, 60px, 0px);
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 21%);
}
.top-header .header-right button.header-button span {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #222222;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3px;
    right: -6px;
    font-size: 9px;
    font-weight: 500;
    line-height: 1px;
}
.top-header .header-right .profile-box .profile-info .info .image {
    border: 2px solid var(--border-color);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    line-height: 1px;
}
.top-header .header-right .profile-box .profile-info {
    margin: 0 5px;
}
.top-header .header-right .profile-box .profile-info .info {
    display: block;
    align-items: center;
}
.top-header .header-right .profile-box .profile-info .info .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.top-header .header-right .profile-box .profile-info .info .image .status {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--border-color);
    background: var(--bs-success);
    position: absolute;
    bottom: -2px;
    right: 0;
    top: auto;
}
.top-header .header-right .profile-box .dropdown-menu li {
    border-bottom: none;
    padding: 3px 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 2;
}
.top-header .header-right .profile-box .dropdown-menu li a {
    font-size: 14px;
    align-items: center;
    padding: 8px 12px;
    display: flex;
    color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    text-decoration: none;
}
.top-header .header-right .profile-box .dropdown-menu li a i {
    margin-right: 15px;
    font-weight: 700;
}
.top-header .header-right .profile-box .dropdown-menu {
    width: 200px;
}
.top-header .header-right .profile-box .dropdown-menu h6{
    padding: 8px 12px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--border-color);
}
.searchOrder-card{
    padding: 15px !important;
}

.notification-card span{
    display: block;
}
.small, small {
    font-size: 12px;
}
.text-theme-color{
    color: var(--theme-color);
}

.home-page-services {
    padding-top: 65px;
    padding-bottom: 50px;
}
/* .single-service-block{
    padding: 3em 3em 3em 3em;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
    background: var(--secondary-color);
}
.icon-outer {
    background-color: var(--theme-color);
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 40px;
}
.block-icon{
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.single-service-block h3{
    font-size: 24px;
    font-weight: 600;
}
.flip-box{
    border-radius: 3px;
    background-color: var(--theme-color);
    color: #fff;
    transform: rotateX(0) rotateY(-180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    display: block;
}

.elementor-flip-box{
    height: 350px;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    
}
.flip-box-front{
    transform: none;
    z-index: 1;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}
.flip-box-layer-overlay{
    transform-style: preserve-3d;
    transform: translateZ(.1px);
}
.flip-box-back {
    background-color: var(--theme-color); 
    transform: rotateY(180deg); 
    color: #fff;
    height: 350px;
    transform-style: preserve-3d;
}

.elementor-flip-box:hover .flip-box-inner {
    transform: rotateY(180deg); 
  }
  .elementor-flip-box:hover .flip-box-inner {
    transform: rotateY(0deg); 
  } */





  .elementor-flip-box {
    perspective: 1000px; 
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 25px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 300px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    transform: rotateY(180deg);
    border-radius: 3px;
    
}
  
  .single-service-block {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }
  
  .flip-box-front {
    background-color: rgba(255, 242, 215, .3); 
    transform: rotateY(180deg); 
    transform-style: preserve-3d;
    
  }
  
  .flip-box-back {
    background-color: var(--theme-color);
    transform-style: preserve-3d;
    color: #fff; 
    display: block;
    padding: 30px;
  }
  
  .elementor-flip-box:hover .flip-box-inner {
    transform: rotateY(0deg); 
  }

.icon-outer {
    background-color: var(--theme-color);
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 40px;
}
.block-icon{
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
.single-service-block h3{
    font-size: 24px;
    font-weight: 600;
}
.single-service-block.flip-box-back h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color:#fff;
}

.theme-ouline-btn{
    background: #fff;
    padding: 7px 20px;
    border: 1px solid var(--theme-color);
    color:var(--theme-color);
}
.theme-btn{
    background: var(--theme-color);
    padding: 7px 20px;
    border: 1px solid var(--theme-color);
    color:#fff;
}
.theme-btn:hover{
    background: #fff;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
}
.who-we-are-block{
    margin-top: 70px;
    margin-bottom: 80px;
}
.who-we-are-block img {
    max-width: 85%;
}
.emergancy-single-block {
    padding: 25px 25px 2px 20px;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.emergancy-block{
    position: absolute;
    left: 36%;
    top: 101%;
    width: 229px;
    text-align: center;
}
.emergancy-single-block p{
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 600;
}
.about-us-right-content{
    padding-left: 100px;
}
.who-we-are-block .section-title.text-start{
    margin-bottom: 20px;
}
.who-we-are-block .theme-btn{
    margin-top: 40px !important;
}
.section-divider{
    background: rgba(255, 242, 215, .3);
    padding: 20px;
}
.section-divider p{
    color: #000;
    font-size: 17px;
    margin-bottom: 0px;
}
.section-divider .emergancy-contact-no{
    font-size: 25px;
    font-weight: 600;
}
.icon-outer img{
    width: 35px;
}
.flip-box-back p{
    margin-bottom: 40px;
}
.contact-item.contact-right {
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.quality-area.quality-area-four .pricing-bottom ul {
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.quality-area.quality-area-four .pricing-bottom ul li {
    list-style-type: none;
    display: block;
    font-size: 15px;
    margin-bottom: 12px;
}
.quality-area.quality-area-four .pricing-bottom ul li i {
    display: inline-block;
    color: #fdb819;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.engineer-area{
    padding-top: 0px;
    padding-bottom: 40px;
}
.feature-area.about-us-feature-content .feature-content {
    max-width: 100%;
    padding-left: 0px;
}
.feature-area.about-us-feature-content .feature-content ul {
   margin-top: 20px;
}
.feature-area.about-us-feature-content{
    padding-top: 40px;
}
.service-page{
    padding-top: 50px;
}
.service-details-area .contact-area {
    padding-top: 0px;
    padding-left: 50px;
}
.service-form.contact-right {
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 30px;
}
.service-form.contact-right h6{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}
.faq-area{
    padding-top: 40px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}
.top-header-social-icons img{
  width: 20px;
}
.top-header-social-icons li a {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 33px;
    margin-left: 5px;
}
.top-header-social-icons{
    list-style: none;
}
.top-header p{
    color: #fff;
}
.footer-service p{
    color:#fff;
}
.footer-service .footer-social-icon{
    display: flex;
}
.footer-social-icon li{
    margin-right: 20px;
}