/*
Theme Name: house Team Pro Child
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

:root{
    --black: #222222;
    --text: #787878;
    --blue: #A8833F;
    --white: #FFFFFF;
}
body{
    overflow-x: hidden;
}
div[data-elementor-type="header"] {
     position: sticky;
     left: 0px;
     top: 0px;
     width: 100%;
     transition: all 0.4s;
     z-index: 99 !important;
}
div#wpadminbar ~ div[data-elementor-type="header"] {
    top: 32px;
}
div[data-elementor-type="header"].sticky {
    background-color: var(--white);
    box-shadow: 0px 4px 30px rgba(15, 14, 26, 0.05);
}
a{
    transition: all 0.4s;
}
.red_btn a{
    transform: translateY(0px) !important;
}
.red_btn a:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgb(168 131 63 / 40%) !important;
}
.counter_box img {
    filter: brightness(0) invert(1);
}
.inner_box  ul {
    padding: 0px 0px 0px 0px !important;
    margin: 0px;
    list-style: none;
    display: grid;
    grid-gap: 10px;
}
.inner_box ul li::before {
    display: block;
    width: 12px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0px;
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--blue);
    font-weight: bold;
}
.inner_box ul li {
    position: relative;
    padding-left: 26px;
}
.contact_innfrom .form_grid p {
    margin: 0px;
}
.contact_innfrom .form_grid label {
    font-size: 16px;
    color: var(--black);
    font-family: 'IvyMode';
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.contact_innfrom .form_grid input {
    color: #2c3345FF !important;
    border: 1px solid #ACACACFF !important;
    height: 40px;
    padding: 12px 15px !important;
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    font-size: 14px;
}
.form_grid {
    display: grid;
    grid-gap: 13px;
}
.contact_innfrom .form_grid input[type="submit"] {
    color: var(--white) !important;
    padding: 9px 24px !important;
    margin-top: 10px;
    border: unset !important;
    height: 40px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.14901960784313725);
    padding: 12px 24px 12px 24px;
    transition: all 0.4s;
    background-image: linear-gradient(45deg, var(--e-global-color-625ef3c) 0%, #A8833F 100%);
    font-size: 15px;
}
.contact_innfrom .form_grid input[type="submit"]:hover{
    background-color: var(--black) !important;
}
.icon_box .elementor-icon-box-icon {
    width: 50px;
    height: 50px;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.icon_box  .elementor-icon-box-icon svg {fill: var(--white) !important;}
.footer_bottom a {
    margin-left: 4px;
    color: var(--white) !important;
    font-family: "Khula", Sans-serif !important;
}
.social_icon ul li a {
    width: 35px !important;
    height: 35px;
    background-color: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all .4s !important;
}
.social_icon ul li a svg{
    margin:0px !important;
    transition: all 0.4s;
}
.social_icon ul li a span.elementor-icon-list-text {
    display: none;
}
.social_icon ul li a:hover{
    background-color: var(--white) !important;
}
.social_icon ul li a:hover svg{
    fill: var(--blue) !important;
}
.post_grid  .elementor-post__thumbnail,.post_grid  .elementor-post__thumbnail img {
    padding: 0px !important;
    position:unset !important;
    width:100% !important;
    height:300px !important;
    transform: unset !important;
}
.form_right .wpcf7-response-output {
    margin-bottom: 0px !important;
    font-size: 14px;
}
.pop_sec .form_right{
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
     z-index: 9999 !important;
    transform:translate(-50%,-50%) !important;
}
.pop_sec .form_grid {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
}
.pop_sec .form_grid > div:nth-last-child(1),.pop_sec .form_grid > div:nth-last-child(2) {
    grid-column: span 2;
}
.pop_sec .form_grid textarea {
    height: 110px !important;
    resize: none;
}
.pop_sec .form_overlay_inn {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 999 !important;
    background-color: rgba(0,0,0,0.5) !important;
    width: 100% !important;
    height: 100vh !important;
}
.cross_btn{
    cursor:pointer;
}
.pop_sec.active{
    display:block !important;
}
.pop_sec{
    display:none !important;
}
.pop_btn{
    cursor:pointer;
}
div[data-elementor-type="header"].sticky .header_top {
    display: none !important;
}
.icon_box {
    position: relative;
}
.icon_box a.apend_link {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
}
.image_grid img {
    height: 300px !important;
}
@media(max-width: 1500px){
    .hero_slider .item {
        min-height: calc(100vh - 168.78px) !important;
    }
}
@media(min-width: 992px){
    .header_menu nav > ul > li:last-child a {
        color: var(--white) !important;
        padding: 9px 24px 12px !important;
        border-radius: 6px;
        background-image: linear-gradient(45deg, var(--e-global-color-625ef3c) 0%, #A8833F 100%);
    }
}
 @media(max-width: 991px) {
      div[data-elementor-type="header"]{
          transition:all 0.4s;
      }
     div[data-elementor-type="header"] nav {
         position: fixed;
         width: 100%;
         top: 129px;
         left: 0px;
         margin: 0px !important;
         padding: 10px 0px 20px;
         z-index: 99;
         background-color: var(--white) !important;
         transition:all 0.4s;
    }
    div[data-elementor-type="header"].sticky nav {
         top: 90px;
    }
     div[data-elementor-type="header"] nav ul li a {
         border-bottom: 1px solid rgba(0,0,0,0.2);
         color: var(--black) !important;
         background-color: var(--white) !important;
         justify-content: space-between;
    }
     div[data-elementor-type="header"] nav > ul > li:last-child > a {
         border-bottom: unset;
    }
     div[data-elementor-type="header"] nav ul li.current-menu-item a {
         color: var(--blue) !important;
    }
    div[data-elementor-type="header"].sticky .elementor-menu-toggle svg {
        fill: var(--black) !important;
     }
}
@media(max-width: 767px){
    .icon_box .elementor-icon-box-wrapper {
        display: flex !important;
        grid-gap: 15px;
    }
    .icon_box .elementor-icon-box-wrapper .elementor-icon-box-icon {
        display: flex !important;
    }
     .header_right span.elementor-icon-list-text {
        display: none !important;
    }
    .hero_slider .item {
        min-height:480px !important;
    }
}