/* 
Theme Name: Hello Elementor Child
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: Elementor Team
Author URI: https://elementor.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 */


/*counter*/


div#numberinner .elementor-counter-title {
    font-size: 17px !important;
    font-family: 'Inter' !important;
    color: #222222 !important;
    font-weight: 300 !important;
}

.elementor-counter .elementor-counter-number:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 20%);
    width: 66px;
    height: 1px;
    left: 38%;
    right: 0px;
    right: 8px;
    top: 65%;
}

div#testimonial-sec .elementskit-single-testimonial-slider {
    display: flex;
    flex-direction: column-reverse;
}
div#testimonial-sec .elementskit-single-testimonial-slider .elementskit-commentor-bio {
    order: 1;
}

label.wpforms-field-label {
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
    background: #202020 !important;
    width: 70%;
    color: #ABABAB !important;
    font-size: 13px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
}

input#wpforms-3910-field_3 , input#wpforms-3910-field_4  {
    background: #202020 !important;
    border: 0;
    font-family: 'Inter' !important;
    font-size: 13px !important;
   
}

.wpforms-container .wpforms-field.wpforms-one-half {
    width: 33.5%;
}

input::placeholder {
  color: #ABABAB !important;
}

div#wpforms-3910-field_2-container {
    padding-bottom: 5px !important;
}

div.wpforms-container-full button[type=submit] {
    width: 21% !important;
    height: 47px !important;
    background: #EFA22D !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    margin-top: 3%;
}

/*blogsection*/

.elementor-3646 .elementor-element.elementor-element-a48aa5c .elementskit-meta-lists.elementskit-style-tag > .elementskit-single-meta::before {
    display: none;
}

.ekit-wid-con .elementskit-meta-lists.elementskit-style-tag>.elementskit-single-meta {
    padding-left: 10px !important;
    position: relative;
    left: 47px;
    top: 49px !important;
    background: #EFA22D !important;
    z-index: 1;
}

.ekit-wid-con .elementskit-meta-lists>.elementskit-single-meta strong {
    font-family: 'Inter' !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb {
    padding: 0px !important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
    background: #fff !important;
    border: 1px solid #F4F4F4 !important;
    padding-top: 9% !important;
    padding-bottom: 15px !important;
    margin-top: -10px;
    height: 311px;
}

.ekit-wid-con .elementskit-post-image-card .entry-title a {
    font-size: 18px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    color: #222222 !important;
}

.elementor-3646 .elementor-element.elementor-element-a48aa5c .elementskit-post-body > p {
    font-size: 13px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    color: #848484 !important;
    margin-bottom: 14%;
}

.ekit-wid-con .elementskit-btn {
    padding: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-family: 'Poppins' !important;
    color: #848484 !important;
}

.elementor-3646 .elementor-element.elementor-element-a48aa5c .post-meta-list {
    position: absolute;
    right: 107px;
    bottom: 5%;
    margin-bottom: 0px !important;
}

.ekit-wid-con .elementskit-post-image-card .post-meta-list>span a {
    font-size: 12px !important;
    font-family: 'Inter' !important;
    color: #848484 !important;
}

.ekit-wid-con .post-meta-list svg {
    font-size: 12px;
    fill: #EFA22D !important;
}

.elementor-3646 .elementor-element.elementor-element-a48aa5c .btn-wraper {
    /* border-top: 1px solid #F4F4F4; */
    padding-top: 15px;
    position: absolute;
    bottom: 18px;
}

.ekit-wid-con .elementskit-post-image-card {
    box-shadow: unset !important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-entry-thumb {
    border-radius: 0px !important;
}


/*services*/

/* ✅ Scoped CSS: only affects .u3-cards section */
.u3-cards {
  padding: 40px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.u3-cards .u3-wrap {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.u3-cards .u3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 992px) {
  .u3-cards .u3-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .u3-cards .u3-grid { grid-template-columns: 1fr; }
}

/* card */
.u3-cards .u3-figure {
  position: relative;
  margin: 0;
  overflow: visible;
  border-radius: 2px;
  background: #111;
}
.shadow img {
    position: relative;
    top: 30px;
}
.shadow {
    width: 80%;
    margin: 0 auto;
    opacity: 0;
	height: 26px;
}
.u3-cards .u3-figure:hover .shadow {
    opacity: 1;
}
.u3-cards .u3-imglink { display: block; }

.u3-cards .u3-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.u3-cards .u3-figure:hover .u3-img {
  transform: scale(1);
}

/* bottom bar */
.u3-cards .u3-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px;
  background: #F7F7F7;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.u3-cards .u3-figure:hover .u3-bottom {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

/* title row */
.u3-cards .u3-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.u3-cards .u3-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #111;
  font-family: 'Poppins' !important;
}

/* icon normal */
.u3-cards .u3-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 2px;
  background: #fff;
  color: #111;
}

.u3-cards .u3-icon i { font-size: 20px; }

/* overlay */
.u3-cards .u3-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 44, 0.92);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all 0.35s ease;
  padding: 22px;
  display: flex;
  align-items: flex-end; /* bottom like demo */
}

.u3-cards .u3-figure:hover .u3-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-bottom: 5px solid #EFA22D !important;
}

.u3-cards .u3-inner {
  width: 100%;
  color: #fff;
  position: relative;
  bottom: 22px;
}

/* overlay heading */
.u3-cards .u3-title--overlay {
  color: #fff;
  font-size: 22px;
}

.u3-cards .u3-icon--overlay {
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  color: #f39c12;
}

.u3-cards .u3-icon--overlay i { font-size: 26px; }

/* text */
.u3-cards .u3-text {margin-top: 12px;margin-bottom: 4%;}
.u3-cards .u3-text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  max-width: 95%;
}

/* link + orange line at end (exactly below link) */
.u3-cards .u3-link {
  margin-top: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.u3-cards .u3-link::after {
}

.u3-cards .u3-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.u3-cards .u3-readmore i {
  font-size: 16px;
  color: #f39c12;
}

/* optional shadow under card */
.u3-cards .u3-figure::before {
  content: "";
  position: absolute;
  left: 14px; right: 14px; bottom: -10px;
  height: 16px;
  background: rgba(0,0,0,0.12);
  filter: blur(14px);
  opacity: 0.35;
  z-index: -1;
}


div#btnbanner a {
    font-weight: 700 !important;
    font-family: 'Poppins' !important;
}

/*contactus*/

div#contactform select#wpforms-3910-field_2 {
    width: 100% !important;
}

div#contactform div#wpforms-3910-field_3-container {
    width: 100% !important;
}

div#contactform div#wpforms-3910-field_4-container {
    width: 100% !important;
    margin-left: 0;
}

div#contactform button#wpforms-submit-3910 {
    width: 100% !important;
}

.single-post textarea#comment {
    background: #F7F7F7 !important;
}

.single-post  input[type="submit"] {
    padding: 15px;
}



/*innerblog*/

.elementor-3652 .elementor-element.elementor-element-6cf7ab5 .elementskit-post-body > p {
    font-size: 13px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    color: #848484 !important;
    margin-bottom: 14%;
}

.elementor-3652 .elementor-element.elementor-element-6cf7ab5 .post-meta-list {
    position: absolute;
    right: 107px;
    bottom: 8%;
    margin-bottom: 0px !important;
}

.elementor-3652 .elementor-element.elementor-element-6cf7ab5 .btn-wraper {
    border-top: 1px solid #F4F4F4;
    padding-top: 21px;
	position: absolute;
    bottom: 26px
}

.elementor-3646 .elementor-element.elementor-element-a48aa5c .btn-wraper:before , .elementor-3652 .elementor-element.elementor-element-6cf7ab5 .btn-wraper:before {
    content: "";
    position: absolute;
    background: #F4F4F4;
    width: 318px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}


.servicespop h3 {
    font-family: 'Poppins' !important;
    color: #efa22d;
}

.servicespop p {
    font-size: 17px !important;
    line-height: 29px;
    color: #000 !important;
    font-weight: 400;
}



/*mobileresponsive*/





@media only screen and (max-width: 1000px) and (min-width: 320px)  {

div#btnbanner {
    width: 58%;
    margin: 0 auto;
}

.u3-cards {
    padding-top: 0;
}

.elementor-counter .elementor-counter-number:after {
    top: 55%;
    left: 32%;
}

div#numberinner .elementor-counter-title {
    text-align: center;
    font-size: 14px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
    width: 100% !important;
}

.wpforms-container .wpforms-field.wpforms-one-half {
    width: 100% !important;
    margin-left: 0;
}

div.wpforms-container-full button[type=submit] {
    width: 100% !important;
}

.elementor-3646 .elementor-element.elementor-element-f38fa75 > .elementor-widget-container {
    padding-left: 0;
}
	
.elementor-3656 .elementor-element.elementor-element-70bc4c6 .elementskit-menu-close {
    margin-top: 12%;
    background: #EFA22D !important;
}	
	
.elementor-3656 .elementor-element.elementor-element-70bc4c6 .elementskit-menu-hamburger {
    background: #EFA22D !important;
} 
	
	
}


