/* 
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 */

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #1d1d1b;
    line-height: 1.1;
}

h1 { font-size: 54px; }
h2 { font-size: 40px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }

p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

a {
    color: #1d1d1b;
    text-decoration: none;
}
a:hover {
    color: #a47e52;
}


.hfe-site-logo-container {
    display: flex;
}
.custom_header_section .elementor-widget-site-logo {
    width: 200px;
}
.custom_header_section .elementor-widget-navigation-menu {
    width: calc(100% - 400px);
}
.custom_header_section .elementor-widget-button {
    width: 200px;
}

.hp_banner_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.hp_banner_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
    background: url(img/hp-banner-shape-01.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right top;
    opacity: 0.12;
    filter: grayscale(1);
}
.hp_banner_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: url(img/hp-banner-shape-02.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: left bottom;
    opacity: 0.12;
    filter: grayscale(1);
}

.featured-templates-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.template-grid-item-image a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 12px rgb(0 0 0 / 25%);
    border-radius: 8px;
}

.template-grid-item-image a::before {
    content: "";
    padding-top: 66.76470588235294%;
    display: block;
}

.template-grid-item-image a img {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    object-fit: cover !important;
    transition: all .3s ease-in-out .0s;
    transform: scale(1) rotate(0);
}

.template-grid-item {
    padding: 0 15px;
}

.template-grid-item-image a:hover img {
    transform: scale(1.25) rotate(6deg);
}

.template-grid-item-title {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 0;
}

.featured-templates-wrapper .slick-arrow::before {
    display: none !important;
}

.featured-templates-wrapper .slick-arrow {
    color: #1d1d1b;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-templates-wrapper .slick-arrow:hover {
    color: #a47e52;
}

.elementor-editor-active .featured-templates-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.elementor-editor-active .featured-templates-wrapper .template-grid-item {
    width: 25%;
    margin-bottom: 30px;
}

.latest-templates-wrapper,
.facetwp-template[data-name="templates_grid"] {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.latest-templates-wrapper .template-grid-item {
    width: 25%;
    margin-bottom: 30px;
}

.facetwp-template[data-name="templates_grid"] .template-grid-item {
    width: 33.33%;
    margin-bottom: 30px;
}

.facetwp-facet-template_pagination .facetwp-pager {
    text-align: center;
}

.facetwp-facet-template_pagination .facetwp-page {
    border: 1px solid #ddd;
    min-width: 36px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin: 5px !important;
    font-weight: 400 !important;
    transition: all .3s ease-in-out .0s;
    -webkit-transition: all .3s ease-in-out .0s;
    -moz-transition: all .3s ease-in-out .0s;
    -ms-transition: all .3s ease-in-out .0s;
    -o-transition: all .3s ease-in-out .0s;
}

.facetwp-facet-template_pagination .facetwp-page:hover, 
.facetwp-facet-template_pagination .facetwp-page.active {
    background: #a47e52;
    border-color: #a47e52;
    color: #fff;
}

.facetwp-facet-template_pagination {
    margin-bottom: 0 !important;
    margin-top: 15px;
}

.facetwp-facet-search {
    margin-bottom: 0 !important;
}

.facetwp-facet-search .facetwp-input-wrap {
    width: 100%;
}

.facetwp-facet-search input.facetwp-search {
    min-width: 100px !important;
    height: 52px;
    padding-left: 30px;
    padding-right: 45px !important;
    border: none;
    border-radius: 100px;
    outline: 10px solid rgb(164 126 82 / 10%) !important;
}

.facetwp-facet-search i.facetwp-icon {
    right: 10px;
}

.facetwp-facet-search input.facetwp-search:focus {
    border-color: #a47e52 !important;
}

.template_filter_label {
    font-weight: 700;
    font-size: 120%;
    margin-bottom: 18px;
    line-height: 1.2;
}

.template_filter_wrap {
    background: rgb(164 126 82 / 8%);
    padding: 25px;
    border-radius: 8px;
}

.facetwp-checkbox {
    background: inherit !important;
    position: relative;
    padding-left: 24px !important;
    margin-bottom: 10px !important;
}

.facetwp-checkbox::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid rgb(164 126 82 / 40%);
    position: absolute;
    left: 0;
    top: 4px;
}

.facetwp-facet-category {
    margin-bottom: 0 !important;
}

.facetwp-checkbox::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 7px;
    background: #a47e52;
    opacity: 0;
}

.facetwp-checkbox.checked::after {
    opacity: 1;
}

.facetwp-checkbox.checked::before {
    border-color: #a47e52;
}

.facetwp-checkbox.checked {
    color: #a47e52;
}

.template_home_search_wrap {
    background: #fff;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    padding: 14px 30px;
    border-radius: 100px;
    outline: 13px solid rgb(164 126 82 / 10%);
    gap: 20px;
    position: relative;
}

select#hp_search_cat {
    border: none !important;
    outline: none !important;
    width: 150px;
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    padding-left: 0 !important;
     -webkit-background-size: 10px auto;
    -moz-background-size: 10px auto;
    -o-background-size: 10px auto;
    -ms-background-size: 10px auto;
    background-size: 10px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' fill='rgb(51, 51, 51)' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -webkit-calc(100% - 13px) center;
    background-position: expression(100% - 13px) center;
    background-position: -moz-calc(100% - 13px) center;
    background-position: -o-calc(100% - 13px) center;
    background-position: calc(100% - 13px) center;
}

.template_home_search_wrap::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: rgb(164 126 82 / 25%);
    left: 182px;
}

input#hp_search_keyword {
    border: none !important;
    height: 50px;
    outline: none !important;
    font-size: 18px;
    padding: 0 25px !important;
}

a#hp_search_btn {
    background: #a47e52;
    color: #fff;
    border-radius: 100px;
    min-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    height: 46px;
    transition: all .3s ease-in-out .0s;
    line-height: 1;
}

a#hp_search_btn:hover {
    background: #000;
    color: #fff;
}

a#hp_search_btn.disable {
    background: #999;
    pointer-events: none;
}

a#hp_search_btn svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
}

a#hp_search_btn svg path {
    fill: #fff;
    stroke: #fff;
}

.hp_trending_searches ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp_trending_searches ul li {
    display: inline-block;
    margin-right: 22px;
}

.hp_latest_template_section {
    position: relative;
    z-index: 1;
}

.hp_latest_template_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/shape-02.png), url(img/shape-06.png);
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top, left bottom;
    opacity: 0.1;
    background-size: 20%, 30%;
}

.hp_about_section {
    position: relative;
    z-index: 1;
}

.hp_about_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(img/shape-05.png), url(img/shape-03.png);
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: right top, bottom left;
    opacity: 0.1;
    background-size: 25%, 17%;
}


.latest-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}

.post-grid-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 24px;
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s;
    position: relative;
}

.post-grid-item:hover {
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}

.post-grid-item-image {
    margin-bottom: 18px;
    border-radius: 8px;
    overflow: hidden;
}

.post-grid-item-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.post-grid-item-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
}

.post-grid-item-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.post-grid-item-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

.post-grid-item-title a:hover {
    color: #a47e52;
}

.post-grid-item-excerpt {
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
}

.post-read-more {
    align-self: flex-start;
    background: #a47e52;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: background 0.2s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
}

.post-read-more:hover {
    background: #000;
    color: #fff;
}

.wpmtst-testimonial-inner.testimonial-inner {
    display: flex !important;
    flex-flow: column;
}

.wpmtst-testimonial-image.testimonial-image {
    order: -1;
}

.wpmtst-testimonial-field.testimonial-field.testimonial-name {
    font-weight: 600;
    font-size: 125%;
    margin-top: 6px;
}

.wpmtst-testimonial-image.testimonial-image img {
    max-width: 120px;
    margin-bottom: 12px;
    border: 3px solid #a47e52;
}

.single_template_page_inn {
    display: flex;
    flex-flow: row wrap;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.single_template_page_sidebar {
    width: 350px;
}

.single_template_header {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.single_template_title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 8px;
}

.single_template_breadcrumb {
    font-size: 15px;
    color: #888;
    font-style: italic;
}

.single_template_breadcrumb a {
    color: #888;
}

.single_template_feature_image img, .single_template_gallery_item img {
    border-radius: 8px;
    width: 100%;
}

.single_template_page_content {
    width: calc(100% - 350px);
    padding-right: 40px;
}

.single_template_feature_image {
    border-bottom: 1px solid rgb(164 126 82 / 20%);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.single_template_content {
    padding-top: 30px;
}

.single_template_content h1 { font-size: 40px;}
.single_template_content h2 { font-size: 34px;}
.single_template_content h3 { font-size: 26px;}
.single_template_content h4 { font-size: 22px;}
.single_template_content h5 { font-size: 20px;}
.single_template_content h6 { font-size: 18px;}

.single_template_price_lists {
    list-style: none;
    padding: 0;
}

.single_template_price_lists li {
    position: relative;
    padding-left: 32px;
}

.single_template_price_box {
    background: rgb(164 126 82 / 10%);
    padding: 30px 25px 25px;
    border-radius: 8px;
}

.single_template_buy_now * {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a47e52;
    border-radius: 8px;
    margin-top: 30px;
    height: 55px;
    font-size: 120%;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.single_template_buy_now *:hover {
    background: #000;
    color: #fff;
}

.single_template_price_lists li + li {
    margin-top: 12px;
}

.single_template_price_lists li::before {
    content: "✔";
    position: absolute;
    width: 22px;
    height: 22px;
    background: #a47e52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 1px;
    color: #fff;
    font-size: 12px;
}

.single_template_feature_lists {
    border-left: 1px solid rgb(164 126 82 / 20%);
    padding-left: 30px;
    margin-top: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.single_template_feature_item + .single_template_feature_item {
    margin-top: 30px;
}

.single_template_feature_item {
    position: relative;
}

.single_template_feature_item::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(228 216 203);
    left: -34px;
    top: 8px;
    transform: rotate(45deg);
}

.single_template_feature_item::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: rgb(164 126 82 / 20%);
    left: -18px;
    top: 12px;
}

.single_template_feature_value {
    font-weight: 600;
}

.single_template_date_file_size {
    display: flex;
    margin-top: 25px;
    border-top: 1px solid rgb(164 126 82 / 20%);
    border-bottom: 1px solid rgb(164 126 82 / 20%);
    padding: 12px 0;
    font-size: 15px;
}

.single_template_date_file_size > * {
    width: 50%;
    text-align: center;
}

.single_template_created_on {
    border-right: 1px solid rgb(164 126 82 / 20%);
}

.single_template_tags {
    margin-top: 45px;
}

.single_template_tags a {
    color: #888;
    border: 1px solid rgb(164 126 82 / 50%);
    padding: 4px 14px;
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    margin-bottom: 8px;
    border-radius: 50px;
    transition: all .3s ease-in-out .0s;
}

.single_template_tags a:hover {
    background: #a47e52;
    color: #fff;
    border-color: #a47e52;
}

.single_template_tags h4 {
    margin-bottom: 22px;
}

.single_template_comments_section {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
    padding-bottom: 70px;
}

.single_template_social_share_wrap {
    text-align: center;
    padding-top: 20px;
    font-style: italic;
}

span.single_template_social_share_trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out .0s;
    color: #888;
    font-size: 15px;
    position: relative;
    z-index: 10;
}

span.single_template_social_share_trigger svg {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    fill: #a47e52;
}

.active .single_template_social_share_trigger {
    color: #a47e52;
}

ul.social-share-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 5px;
}

ul.social-share-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_template_social_share_target {
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: absolute;
    width: 100%;
    background: #fff;
    top: calc(100% + 20px);
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.single_template_social_share_target::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: -40px;
}

.active .single_template_social_share_target {
    opacity: 1;
    visibility: visible;
}

.single_template_social_share_wrap {
    position: relative;
    z-index: 1;
}

.single_template_buy_now_enquery_popup_wrap {
    position: fixed;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 50px 20px;
    overflow-y: auto;
    display: none;
}

.single_template_buy_now_enquery_popup_inn {
    background: #fff;
    padding: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

span.single_template_buy_now_enquery_popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.buy_now_enquiry_form,
.contact_page_form_wrap {
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.buy_now_enquiry_form .cf7_half,
.contact_page_form_wrap .cf7_half {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 22px;
}

.buy_now_enquiry_form p,
.contact_page_form_wrap p {
    margin: 0;
}

.buy_now_enquiry_form .cf7_full,
.contact_page_form_wrap .cf7_full {
    width: 100%;
    padding: 0 12px;
}

.buy_now_enquiry_form .wpcf7-text,
.contact_page_form_wrap .wpcf7-text {
    height: 50px;
    padding: 0 20px;
    background: #f9f9f9;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    outline: none !important;
}

.buy_now_enquiry_form .wpcf7-text:focus, 
.buy_now_enquiry_form .wpcf7-textarea:focus,
.contact_page_form_wrap .wpcf7-text:focus, 
.contact_page_form_wrap .wpcf7-textarea:focus {
    border-color: #a47e52 !important;
}

.buy_now_enquiry_form .wpcf7-textarea,
.contact_page_form_wrap .wpcf7-textarea {
    height: 150px;
    padding: 15px 20px;
    background: #f9f9f9;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    outline: none !important;
}

.buy_now_enquiry_form .wpcf7-submit,
.contact_page_form_wrap .wpcf7-submit {
    height: 54px;
    padding: 0 40px !important;
    border: none !important;
}

.contact_page_form_wrap .wpcf7-submit {
    margin-top: 25px;
}

.taxonomy_archive_header_section {
    background: #A47E5214;
    padding: 30px 10px;
}

.taxonomy_archive_header_inn {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

.taxonomy_archive_header_right {
    padding: 10px;
    width: 50%;
}

.taxonomy_archive_header_left {
    width: 50%;
}

.taxonomy_archive_title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.taxonomy_archive_main_section {
    padding: 50px 10px;
}

.taxonomy_archive_main_section_inn {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row wrap;
}

.taxonomy_archive_section_filter {
    width: 25%;
    padding-right: 20px;
}

.taxonomy_archive_section_template {
    width: 75%;
    padding-left: 20px;
}

.taxonomy_archive_section_template_inn {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.taxonomy_archive_section_template .template-grid-item {
    width: 33.33%;
    margin-bottom: 30px;
}

.taxonomy_archive_breadcrumb {
    margin-bottom: 10px;
}

span.facetwp-counter {
    display: none !important;
}

#comments > .comment-list {
    margin-bottom: 40px;
}

h2.title-comments {
    font-size: 32px;
}

h2#reply-title {
    font-size: 32px;
}

form#commentform {
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
}

form#commentform > * {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

textarea#comment {
    height: 150px;
    padding: 15px 20px;
    background: #f9f9f9;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    outline: none !important;
}

form#commentform label:not([for="wp-comment-cookies-consent"]) {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

input#author, input#email, input#url {
    height: 50px;
    padding: 0 20px;
    background: #f9f9f9;
    border: 2px solid #e5e5e5;
    border-radius: 6px;
    outline: none !important;
}
input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
    border-color: #a47e52 !important;
}
p.comment-form-author, 
p.comment-form-email, 
p.comment-form-url {
    width: 33.33% !important;
}

input#wp-comment-cookies-consent {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

input#submit {
    height: 55px;
    padding: 0 30px;
    border: none;
    margin-top: 15px;
}
p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}

.single_template_related_section {
    background: rgb(164 126 82 / 15%);
    padding: 70px 10px 40px;
    margin-top: 50px;
}

.single_template_related_section_inn {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

h2.single_template_related_title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
}

.single_template_related_items {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single_template_related_items .template-grid-item {
    width: 25%;
    margin-bottom: 30px;
}

.post_archive_section {
    padding: 50px 10px;
}

.post_archive_section_inn {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.page_content_section_inn p:last-child {
    margin-bottom: 0;
}

.page_content_section {
    padding: 50px 10px;
}

.page_content_section_inn {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.error_page_content_section {
    text-align: center;
}

.error-page-num {
    font-size: 10vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.error_page_content_section .page_content_section_inn {
    padding: 6% 0 7%;
}

.page_content_section_inn p,
.page_content_section_inn ul {
    margin-bottom: 20px;
}

span.single_template_rating_stars {
    position: relative;
    color: rgb(164 126 82 / 25%);
    display: flex;
    font-size: 26px;
    letter-spacing: 1px;
}

.single_template_rating_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 7px;
}

span.fill_val {
    position: absolute;
    color: #a47e52;
    overflow: hidden;
    left: 0;
    top: 0;
}

span.single_template_rating_count {
    position: relative;
    top: 2px;
}

.single_template_price_radio_form label {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
}

.single_template_price_radio_form label + label {
    margin-top: 20px;
}

.single_template_price_radio_form label span {
    position: absolute;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    top: -3px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: rgb(225 213 199);
    border-radius: 50%;
}

.single_template_price_radio_form label input {
    display: none;
}

.single_template_price_radio_form label span::before {
    content: "✔";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.single_template_price_radio_form label input:checked + span::before {
    opacity: 1;
}

.single_template_price_radio_form label input:checked + span {
    background: #a47e52;
}

form.single_template_price_radio_form {
    padding-top: 5px;
}

.single-post-article {
    margin-bottom: 40px;
}
.single-post-header {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 24px;
    padding-bottom: 16px;
}
.single-post-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 20px 0 10px 0; 
}
.single-post-meta {
    font-size: 0.95rem;
    color: #1d1d1b; /* Secondary color */
}
.single-post-thumb-img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.04);
}
.single-post-content {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #1d1d1b; /* Secondary color */
    margin-bottom: 32px;
}
.single-post-footer {
    border-top: 1px solid #eaeaea;
    padding-top: 16px;
    font-size: 0.97rem;
    color: #a47e52; /* Primary color */
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.single-post-categories,
.single-post-tags {
    margin-right: 24px;
}
.single-post-categories a,
.single-post-tags a {
    color: #a47e52; /* Primary color */
    text-decoration: none;
}
.single-post-categories a:hover,
.single-post-tags a:hover {
    color: #1d1d1b; /* Secondary color on hover */
    text-decoration: underline;
}

.single-post-article {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-post-thumbnail img {
    max-height: 100% !important;
}

.single-post section#comments {
    padding-top: 30px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.our-team-container {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.team-member {
    width: 25%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
}

.team-member-img {
    position: relative;
}

.team-member-img::before {
    content: "";
    padding-top: 120%;
    display: block;
}

.team-member-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.team-member-inn {
    background: rgb(164 126 82 / 15%);
    padding: 15px 15px 20px;
    border-radius: 15px;
}

h3.team-name {
    margin-top: 18px;
    font-size: 20px;
    margin-bottom: 5px;
}

p.team-position {
    font-size: 15px;
    margin-bottom: 6px;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.social-links a:hover {
    color: #000;
}

.social-links a {
    color: #a47e52;
}



/*----team css Start ------*/


 .sc-team-item-inner {
    background: rgb(164 126 82 / 15%);
    padding: 15px 15px 20px;
    border-radius: 15px;
    cursor: pointer;
}
.sc-team-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.sc-team-item {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.sc-team-item-info {
   /* display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;*/
    text-align:center;
}
.sc-team-item-name {
    margin-top: 18px;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: 'Inter', sans-serif !important;
}
.sc-team-item-img-wrapper img {
    width: 100% !important;
    border-radius: 20px !important;
}
.sc-team-popup-item {
    max-width: 90%;
    width: 1200px;
    margin: 60px auto;
}
.sc-team-popup-item .sc-team-popup-content{
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    cursor: unset !important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.sc-team-popup-item .sc-team-popup-img-wrapper {
    width: 35%;
    margin-bottom: 0 !important;
}
.sc-team-popup-item .sc-team-popup-img-wrapper {
    overflow: hidden;
}
.sc-team-popup-item .sc-team-popup-img-wrapper img {
    object-fit: contain !important;
    position: relative !important;
    width: 100%;
    max-width: 600px;
    transform: scale(1) !important;

}
.gavc-team-popup-item .gavc-team-item-img-wrapper::before {
    display: none;
}
.sc-team-popup-item .sc-team-popup-info {
    position: relative;
    bottom: inherit;
    padding: 0 0 0 40px;
    background: transparent;
    text-align: left;
    width: 65%;
    align-items: flex-start;
}
.sc-team-popup-info .sc-team-item-name {
    font-size: 35px !important;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #000;
}
.sc-team-popup-info .sc-team-designation {
    color: var(--main-color) !important;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform:uppercase;
    margin-bottom: 20px;
    display: inline-block;
}
.sc-team-popup-info,
.sc-team-popup-info p {
    line-height: 1.5 !important;
}

.sc-team-popup-info p:last-child {
    margin-bottom: 0 !important;
}
.team-close {
    position: absolute;
    right: 10px;
    top: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 100;
}
.team-close:is(:hover, :focus):before,
.team-close:is(:hover, :focus):after {
    background: #a47e52 !important;
}
.team-close:before,
.team-close:after {
    content: '';
    position: absolute;
    background: #1d1d1b;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 0;
    right: 0;
    top: 20px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.team-close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sc-team-socials a svg {
    height: 16px;
    fill: #a47e52;
}
.sc-team-socials a {
    margin-right: 10px;
}
.sc-team-position {
    font-size: 15px !important;
    padding-bottom: 5px !important;
    display: block;
}
.sc-team-socials a:hover svg {
    fill: #1d1d1b !important;
}
.sc-team-item-img-wrapper {
    position: relative;
    overflow: hidden;
	border-radius: 20px;
}
.sc-team-item-img-wrapper::before {
    content: "";
    display: block;
    padding-top: 64%;
}
.sc-team-item-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
 .sc-team-item-inner:hover img{
	transform: scale(1.25) rotate(6deg);
}
/*----team css end------*/



@media only screen and (max-width: 1349px) {
    .featured-templates-wrapper .slick-prev {
        left: 15px;
        z-index: 1;
        width: 36px;
        height: 36px;
        background: rgb(164 126 82 / 60%) !important;
        border-radius: 50%;
        color: #fff !important;
    }
    .featured-templates-wrapper .slick-next {
        right: 15px;
        z-index: 1;
        width: 36px;
        height: 36px;
        background: rgb(164 126 82 / 60%) !important;
        border-radius: 50%;
        color: #fff !important;
    }
} /* End max-width 1349px */


@media only screen and (min-width: 1025px) {
    .hide-for-desktop {
        display: none !important;
    }
} /* End min-width 1025px */


@media only screen and (max-width: 1024px) {
    .custom_header_section .elementor-widget-navigation-menu {
        width: calc(100% - 200px);
    }
    .hfe-nav-menu-icon {
        padding-right: 0;
    }
    header .hfe-nav-menu__layout-horizontal {
        top: calc(100% + 46px) !important;
        box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    }

    h1 { font-size: 40px; }
    h2 { font-size: 32px; }
    h3 { font-size: 24px; }
    h4 { font-size: 20px; }
    h5 { font-size: 18px; }
    h6 { font-size: 17px; }

    .single_template_content h1 { font-size: 38px;}
    .single_template_content h2 { font-size: 30px;}
    .single_template_content h3 { font-size: 24px;}
    .single_template_content h4 { font-size: 20px;}
    .single_template_content h5 { font-size: 18px;}
    .single_template_content h6 { font-size: 17px;}

    .latest-templates-wrapper, 
    .facetwp-template[data-name="templates_grid"], 
    .featured-templates-wrapper,
    .single_template_related_items {
        margin-left: -5px;
        margin-right: -5px;
    }
    .template-grid-item {
        padding: 0 5px;
    }
    .latest-templates-wrapper .template-grid-item,
    .single_template_related_items .template-grid-item {
        margin-bottom: 20px;
    }
    .template-grid-item-title {
        font-size: 15px;
        margin-top: 10px;
    }
    .latest-posts-wrapper {
        gap: 10px;
    }
    .post-grid-item {
        padding: 15px 15px 20px;
        width: calc(33.333% - 7px);
    }

    .taxonomy_archive_section_template_inn {
        margin-left: -5px;
        margin-right: -5px;
    }

    .taxonomy_archive_section_template {
        padding-left: 0;
        width: calc(100% - 270px);
    }

    .taxonomy_archive_section_template .template-grid-item {
        margin-bottom: 20px;
    }

    .taxonomy_archive_section_filter {
        width: 270px;
    }

    .template_filter_inn {
        font-size: 15px;
    }

    .taxonomy_archive_title {
        font-size: 28px;
    }

    .taxonomy_archive_breadcrumb {
        font-size: 14px;
    }

    .taxonomy_archive_header_section {
        padding: 20px 10px;
    }

    .single_template_page_content {
        width: 100%;
        padding-right: 0;
    }

    .single_template_page_sidebar {
        width: 100%;
        margin-top: 25px;
    }

    .single_template_title {
        font-size: 32px;
    }

    .single_template_breadcrumb {
        font-size: 14px;
    }

.team-member {
    width: 33.33%;
}
} /* End max-width 1024px */


@media only screen and (min-width: 768px) {
    .mb_filter_trigger {
        display: none;
    }
} /* End min-width 768px */


@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 26px; }
    h3 { font-size: 21px; }
    h4 { font-size: 18px; }
    h5 { font-size: 17px; }
    h6 { font-size: 16px; }

    .single_template_content h1 { font-size: 32px;}
    .single_template_content h2 { font-size: 26px;}
    .single_template_content h3 { font-size: 21px;}
    .single_template_content h4 { font-size: 18px;}
    .single_template_content h5 { font-size: 17px;}
    .single_template_content h6 { font-size: 16px;}

    .single_template_buy_now_enquery_popup_inn {
        padding: 40px 20px 35px;
    }
    .buy_now_enquiry_form .cf7_half,
    .contact._page_form_wrap .cf7_half {
        width: 100%;
        margin-bottom: 12px;
    }
    p.comment-form-author, 
    p.comment-form-email, 
    p.comment-form-url {
        width: 100% !important;
    }
    .error-page-num {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .custom_header_section .elementor-widget-site-logo {
        width: 120px;
    }
    .custom_header_section .elementor-widget-navigation-menu {
        width: calc(100% - 120px);
    }
    header .hfe-nav-menu__layout-horizontal {
        top: calc(100% + 36px) !important;
    }

    .latest-templates-wrapper .template-grid-item,
    .single_template_related_items .template-grid-item {
        width: 33.33%;
    }
    .post-grid-item {
        width: 100%;
    }

    input#hp_search_keyword {
        order: -1;
        width: 100%;
        border-bottom: 1px solid #f0e9e0 !important;
        font-size: 15px;
        padding: 0 18px !important;
        text-align: center;
    }

    .template_home_search_wrap {
        flex-flow: row wrap;
    }

    .template_home_search_wrap::before {
        display: none;
    }

    .template_home_search_wrap {
        border-radius: 10px;
        padding: 0;
        gap: 0;
        align-items: center;
        justify-content: space-between;
    }

    select#hp_search_cat {
        padding-left: 18px !important;
        font-size: 15px;
        width: 50%;
    }

    a#hp_search_btn {
        border-radius: 6px;
        height: 34px;
        min-width: 95px;
        margin: 5px 12px 5px 5px;
        font-size: 14px;
    }

    footer .hfe-nav-menu__align-right .hfe-nav-menu {
        justify-content: center !important;
        margin-right: auto;
    }

    .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
        position: absolute !important;
        left: -15px !important;
        top: 0 !important;
        font-size: 20px !important;
        width: 16px !important;
        height: 16px !important;
    }

    .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
        position: absolute !important;
        right: -15px !important;
        bottom: 0 !important;
        font-size: 20px !important;
        width: 16px !important;
        height: 16px !important;
    }

    .wpmtst-testimonial-image.testimonial-image img {
        max-width: 80px;
    }

    .post-grid-item-excerpt {
        font-size: 15px;
    }

    .template_filter_wrap {
        display: none;
    }

    .taxonomy_archive_section_filter {
        width: 100%;
        padding-right: 0;
    }

    .taxonomy_archive_section_template {
        width: 100%;
    }

    .mb_filter_trigger {
        font-weight: 600;
        font-size: 110%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        cursor: pointer;
    }

    .mb_filter_trigger.active {
        color: red;
    }

    .mb_filter_trigger::after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(img/filter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .mb_filter_trigger.active::after {
        background-image: url(img/close-2.png);
    }

    .taxonomy_archive_main_section {
        padding: 10px 10px 30px;
    }

    .taxonomy_archive_section_template {
        padding-top: 10px;
    }

    .taxonomy_archive_header_inn {
        flex-flow: row wrap;
    }

    .taxonomy_archive_header_left {
        width: 100%;
    }

    .taxonomy_archive_header_right {
        width: 100%;
    }

    .taxonomy_archive_title {
        font-size: 24px;
        text-align: center;
    }

    .taxonomy_archive_breadcrumb {
        text-align: center;
    }

    input.facetwp-search {
        text-align: center;
        height: 44px !important;
        font-size: 15px;
    }

    .single_template_title,
    h2.single_template_related_title {
        font-size: 26px;
    }

    .single_template_breadcrumb {
        font-size: 12px;
    }

    .single-post-content {
        font-size: 15px;
    }

    .page_content_section_inn p, .page_content_section_inn ul {
        margin-bottom: 15px;
    }

    .single-post-title {
        font-size: 32px;
    }
    .team-member {
        width: 50%;
    }
    .sc-team-item {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .sc-team-wrapper {
        margin: 0 -10px;
    }
    .sc-team-popup-item .sc-team-popup-content {
        display: inherit !important;
        padding: 30px 20px;
    }
    .sc-team-popup-item .sc-team-popup-img-wrapper {
        width: 100%;
    }
    .sc-team-popup-item .sc-team-popup-info {
        padding-left: 0 !important;
        width: 100%;
    }
    .sc-team-popup-info .sc-team-item-name {
        font-size: 24px !important;
    }

} /* End max-width 767px */


@media only screen and (max-width: 599px) {
    .latest-templates-wrapper .template-grid-item,
    .taxonomy_archive_section_template .template-grid-item,
    .single_template_related_items .template-grid-item {
        width: 50%;
    }
    .template-grid-item-title {
        font-size: 14px;
    }
    .team-member {
        width: 100%;
    }
    .sc-team-item {
        width: 100%;
    }
} /* End max-width 599px */