/*!
Theme Name: Greencore
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
p {
    margin-top: 0px;
}
body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto;
    background: #000;
}
.site-header-upper-wrap .site-container {
    padding: 10px 20px 10px 20px;
    max-width: 1200px;
}
.site-header-item, nav.main-navigation, .header-menu-container {
    width: 100%;
}
.header-navigation .menu {
    width: 100%;
    justify-content: flex-start !important;
    background: #022024;
    border-radius: 40px;
    margin-left: 70px !important;
}
.header-navigation .menu img {
    margin-left: 10px;
}
.grc-hst .elementor-heading-title {
    position: relative;
    display: inline-block;
}
.grc-hst .elementor-heading-title:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/07/pattern2.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: -18px;
    width: 40px;
    height: 40px;
    background-size: 30px;
}
.grc-hst.v2 .elementor-heading-title:before {
    top: 2px;
    left: -6px;
    width: 28px;
    height: 30px;
    background-image: none;
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    z-index: -1;
}
.grc-banner .swiper-pagination {
    bottom: -10px !important;
}
.grc-banner .swiper-pagination-bullet {
    opacity: .5;
}
.grc-tml {
    position: relative;
}
.grc-tml:before {
    content: "";
    position: absolute;
    left: 48px;
    top: 67px;
    width: 2px;
    height: 75%;
    background-color: #D8D8D8;
}
.grc-tml.v2:before {
    display: none;
}
.grc-tml .elementor-image-box-img {
    border-radius: 50px;
    width: 75px!important;
    height: 75px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: var(--e-global-color-secondary);
}
.grc-tml .elementor-image-box-img img {
    width: 55px;
    height: 55px;
}
.swiper-pagination-bullet {
    background-color: var(--e-global-color-secondary)!important;
    height: 12px!important;
    width: 12px!important;
    transform: none !important;
}
.grc-fm ul li {
    width: calc(44% - 3px);
    display: inline-block;
}
.grc-fm ul li .hfe-menu-item {
    padding-left: 15px;
}
.grc-fm ul li .hfe-menu-item:before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    opacity: 1 !important;
    background: transparent !important;
    left: 0;
    font-size: 14px;
}
.grc-fm ul li .hfe-menu-item:hover:before {
    color: var(--e-global-color-secondary);
}
.br-h br {
    display: none;
}
/* Contact Form */
.f-rw {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}
.f-rw .f-c {
    width: 50%;
    padding: 0px 15px;
}
.f-c {
    width: 100%;
    margin-bottom: 15px;
}
.c-frm input, .c-frm select, .c-frm textarea {
    width: 100%;
    border-radius: 6px !important;
    background: transparent !important;
    border-color: #084F58 !important;
}
.c-frm textarea {
    height: 120px;
}
.f-c.fbtn {
    margin-bottom: 0px;
}
.c-frm label {
    color: #fff;
    margin-bottom: 5px;
    display: inline-block;
}
.f-c.fbtn .wpcf7-submit {
    width: auto;
    background-color: var(--e-global-color-secondary) !important;
    font-size: 16px;
    padding: 8px 30px;
}
.f-text p,.c-frm input::placeholder, .c-frm select::placeholder, .c-frm textarea::placeholder {
    color: #fff;
}
.f-c p {
    margin: 0px;
}
.f-c br {
    display: none;
}
.grc-dwn .elementor-button-content-wrapper {
    text-align: left!important;
}
.grc-dwn .elementor-button-text {
    word-wrap: break-word;
}
.e-n-tab-title[data-tab-index="1"] {
    border-radius: 40px 0px 0px 40px;
}
.e-n-tab-title[data-tab-index="2"] {
    border-radius: 0px 40px 40px 0px;
}
@media only screen and (max-width: 1024px) {
.site-header-item, nav.main-navigation, .header-menu-container {
    width: auto;
}    
}
@media only screen and (max-width: 767px) {
.grc-tml:before {
    display: none;
}
.grc-tml .elementor-image-box-img {
    margin-bottom: 15px !important;
}
.grc-prc {
    position: static;
}
.e-n-tab-title {
    border-radius: 40px!important;
}
}