@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: 'Owners XWide';
    src: url('../fonts/OwnersXWide-BlackItalic.woff2') format('woff2'),
        url('../fonts/OwnersXWide-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Owners XWide';
    src: url('../fonts/OwnersXWide-BoldItalic.woff2') format('woff2'),
        url('../fonts/OwnersXWide-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}



html,
body {
    overflow-x: hidden;
}

/* custom.css */

/* .product-grid-section {
      padding: 20px;
    } */

.product-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 70px;
    max-width: 1200px;
    margin: auto;
}

.product-grid-item:hover {
    transform: translateY(-5px);
    transition: .3s ease all;
}

.product-grid-content a:hover {
    background: #000;
    color: #d9e026;
}

/* .product-grid-item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    } */

.product-grid-content {
    text-align: center;
}

.product-grid-inn h3 {
    margin: 10px 0px;
    font-size: 18px;

    color: #fff;
    font-family: 'DM Sans';
}

.product-grid-content a {
    display: inline-block;
    padding: 6px 25px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
}

.single-post .site-main {
    padding: 100px 15px;
}

/*****7/7/25*****/
.custom-sec h2,
.custom-sec h1 {
    font-family: 'Owners XWide' !IMPORTANT;
    letter-spacing: 1px;
}

.custom-sec h3 {
    font-family: 'Owners XWide' !important;
    letter-spacing: 1px;
}

.custom-btn a {
    font-family: 'Owners XWide' !important;
}

header#masthead .hfe-search-form__container input {
    padding: 14px 20px;
    color: #ababab;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

header#masthead .hfe-search-form__container input {
    padding: 14px 20px;
    color: #ababab;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
}

header#masthead li.elementor-icon-list-item a:hover span {
    color: #d9e026 !important;
}

footer h2 {
    font-family: 'Owners XWide' !important;
}

footer a:hover {
    color: #D9E026 !important;
}

footer a {
    transition: .3s ease all;
}

footer p {
    margin-top: 0;
}

.product-grid-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.head-loc .elementor-icon-box-icon {
    top: 7px;
    position: relative;
}

.product-category-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.product-category-item {
    text-align: center;
    border: 0px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    transition: box-shadow 0.3s;
    width: calc((85% - (30px * 1)) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-category-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.product-category-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 322 / 389;
    object-fit: contain;
    object-position: center;
}

.product-category-item h3 {
    margin: 15px 0;
    font-size: 1.2em;
}

.product-category-item a.category-button {
    display: inline-block;
    padding: 20px 30px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
    word-break: break-all;
}

.category-button {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.category-button:hover {
    background: #005177;
}

.custom-products-wrapper{
padding-block: 100px;
}

.tax-product_cat ul.products {
    padding-bottom:30px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: calc(100% - 30px);
}

.tax-product_cat ul.products li.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0;
    width: calc((100% - (30px * 3)) / 4);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.tax-product_cat ul.products:after,
.tax-product_cat ul.products:before {
    display: none;
}

.tax-product_cat ul.products li.product .button {
    display: inline-flex;
    padding: 6px 25px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
    height: 31px;
}

.tax-product_cat ul.products li.product .button:hover {
    background-color: #000000;
    color: #d9e026;
}

.tax-product_cat ul.products li.product .woocommerce-loop-product__title {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    height: 70px;
    overflow: hidden;
    text-overflow: clip;
    padding-top: 0;
    padding-inline: 30px;
}


.tax-product_cat ul.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#comments .comment-list {
    margin: 0 0 20px 0;
}

.tax-product_cat.woocommerce ul.products li.product a img {
    width: 100%;
    aspect-ratio: 1;
    height: 300px;
    margin-bottom: 0;
    object-fit: contain;
}

* {
    box-sizing: border-box;
}

/*  */
.blog .site-main {
    padding-block: 80px;
    padding-inline: 15px;
}


.blog .site-main .page-content {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.blog .site-main .page-content article.post {
    flex-basis: calc((100% - (30px * 2)) / 3);
    width: calc((100% - (30px * 2)) / 3);
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.blog .site-main .page-content article.post h2.entry-title a {
    color: inherit;
    font: inherit;
}

.blog .site-main .page-content article.post p {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
    margin-bottom: 0;
}

.blog .site-main nav.pagination {
    margin-bottom: 0;
    margin-top: 30px;
    justify-content: center;
    gap: 15px;
}

.blog .site-main nav.pagination a,
.blog .site-main nav.pagination .page-numbers
 {
    display: inline-block;
    padding: 10px 25px;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
 }
 .blog .site-main nav.pagination a,
 .blog .site-main nav.pagination a.page-numbers{
    background-color: #000000;
    color: #ffffff;
}
.blog .site-main nav.pagination span.page-numbers,
.blog .site-main nav.pagination a:hover,
.blog .site-main nav.pagination .page-numbers:hover
 {
    background-color: #d9e026;
    color: #000000;
    
}
.blog .site-main nav.pagination .nav-numbers {
    gap: 15px;
    display: inline-flex;
}


/*  */

.single-post .site-main h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #000000;
    font-family: 'Owners XWide' !important;
    letter-spacing: 1px;
    width: 100%;
    max-width: 100%;
}

.single-post .site-main ul {
    margin-top: 0;
    padding-left: 20px;
}

.single-post .site-main .page-content p,
.single-post .site-main .page-content li {
    font-family: "DM Sans", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: normal;
}

.single-post .site-main h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Owners XWide' !important;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    color: #000000;
}

.single-post .site-main h3 {
    font-family: 'Owners XWide' !important;
    font-size: 32px;
    line-height: 38px;
}

.single-post  .post-deatails_page  ul {
    margin-top: 0;
    padding-left: 20px;
}

.single-post .site-main .comments-area {
    padding-top: 60px;
    max-width: 600px;
    margin-inline: 0;
}

.single-post .site-main .comments-area .comment-reply-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Owners XWide' !important;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: 900;
    line-height: 32px;
    color: #000000;
}

.single-post .site-main .comments-area .comment-form p.comment-notes {
    gap: 2px;
}

.single-post .site-main .comments-area .comment-form p {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.3;
}

.single-post .site-main .comments-area .comment-form textarea,
.single-post .site-main .comments-area .comment-form input {
    border: 1px solid #ddd;
    min-height: 52px;
    border-radius: 24px;
    resize: none;
    font-size: 16px;
    padding-inline: 20px;
    padding-block: 20px;
}

.single-post .site-main .comments-area .comment-form .form-submit {
    margin-top: 20px;
    margin-bottom: 0;
}

.single-post .site-main .comments-area .comment-form input[type="submit"] {
    display: inline-block;
    padding: 10px 25px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
}





.single-post .site-main .comments-area .comment-form p.comment-form-cookies-consent {
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    padding-left: 0;
    gap: 10px;
}

.single-post .site-main .comments-area .comment-form p.comment-form-cookies-consent input[type="checkbox"] {
    height: 22px;
    width: 22px;
    display: block;
    min-height: 0;
    margin: 4px 0 0 0;
    border: 1px solid #ddd;
    border-radius: 24px;
}

.single-post .site-main .comments-area .comment-form p.logged-in-as {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

/*  */
.single-post .site-main .comments-area ol.comment-list .comment-awaiting-moderation {
    font-size: 16px;
}

.single-post .site-main .comments-area ol.comment-list footer.comment-meta {
    flex-direction: column;
    gap: 14px;
}

.single-post .site-main .comments-area ol.comment-list .comment-content {
    font-size: 16px;
}

.single-post .site-main .comments-area ol.comment-list .comment-metadata a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.single-post .site-main .comments-area ol.comment-list .comment-author.vcard {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 42px;
}

.single-post .site-main .comments-area ol.comment-list .comment-author.vcard b.fn {
    font-size: 20px;
    margin-right: 10px;
}

.single-post .site-main .comments-area ol.comment-list .comment-author.vcard span.says {
    font-size: 20px;
}

.single-post .site-main .comments-area {
    display: none !important;

}

.search .entry-title a {
    color: inherit;
}

.single-product p,
.single-product li {
    font-family: "DM Sans", sans-serif;
}

.single-product p,
.single-product li,
.single-product h1,
.single-product h2,
.single-product h3 {
    font-family: "DM Sans", sans-serif;
}

/* contact page start */

.contact-us-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.contact-us-form .form-group {
    flex: 1;
    min-width: 200px;
}

.contact-us-form .full-width {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
input[type="file"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 28px;
    font-size: 16px;
    box-sizing: border-box;
    transition: border 0.3s;
}


input[type="file"] {
    padding: 8px;
    font-size: 14px;
    flex: 1;
}


input:focus,
textarea:focus,
select:focus {
    border-color: #0073aa;
    outline: none;
}


input[type="submit"] {
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #005f8d;
}


.file-info-label {
    font-size: 14px;
    color: #555;
    min-width: 250px;
    flex-shrink: 0;
    line-height: 1.4;
}


.file-info-label strong {
    display: block;
    margin-bottom: 4px;
}


.file-upload-row {
    display: flex;
    align-items: center;
    justify-content: end;
    font-family: "DM Sans", Sans-serif;
    text-align: right;
    gap: 15px;
    position: relative;
    padding-bottom: 10px;
}

.file-upload-row p {
    margin-bottom: 25px;
}

.mob-menu .sub-menu {
    min-width: auto;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    background: #fdfdfd;
    height: 55px;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 12px 20px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #000;
}

.contact-form textarea {
    height: 150px;
    width: 100%;
    resize: none;
}

.file-upload-row label.file-info-label {
    color: #000;
}

.contact-us-form .full-width p {
    width: 100%;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    font-family: 'Owners XWide';
    background-color: #D9E026;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    fill: #000000;
    color: #000000;
    border-radius: 35px 35px 35px 35px;
    border: none;
    transition: .3s ease all;
    padding: 16px 30px;
    line-height: 1;
    height: auto;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #D9E026;
}

.file-upload-row span.wpcf7-form-control-wrap input {
    border: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    border-radius: 0;
    opacity: 0;
}

.file-upload-row span.wpcf7-form-control-wrap {
    background: url(/wp-content/uploads/2025/07/file.png);
    width: 50px;
    height: 50px;
    display: block;
    background-size: 50px;
}

.file-upload-row strong {
    font-size: 16px;
    font-weight: 900;
}

label.file-info-label br {
    display: none;
}

.contact-form span.wpcf7-not-valid-tip {
    font-family: "DM Sans", Sans-serif;
    padding-left: 15px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 30px;
    white-space: nowrap;
}
.contact-form .form-group.file-upload-wrapper span.wpcf7-not-valid-tip {
    top: 70px;
}

label.file_name {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    right: 0;
    bottom: -10px;
    top: auto;
}

.buss-hours p {
    margin-top: 0;
}

.con-links a:hover {
    color: #D9E026 !important;
}

.contact-form select {
    background-image: url(/wp-content/uploads/2025/07/down-arrow-3.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 18px;
    appearance: none;
}

.wpcf7-response-output {
    font-family: "DM Sans", sans-serif;
    padding: 10px !important;
}

.con-links a {
    text-decoration: none !important;
}

/* contact page end */

.mob-menu ul.sub-menu {
    min-width: 0;
    width: 100% !important;
    padding: 0;
}

/*  */

a.button.enquire-now-button {
    font-family: 'Owners XWide';
    background-color: #D9E026;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    fill: #000000;
    color: #000000;
    border-radius: 35px 35px 35px 35px;
    border: none;
    transition: .3s ease all;
    line-height: 1;
    padding: 11px 25px 10px 25px;
    font-size: 14px;
    min-height: 31px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

a.button.enquire-now-button:hover {
    background: #000;
    color: #D9E026;
}

/* .product_meta */

.product_meta span.posted_in a {
    color: #f37f21;
    text-decoration: none;
}

.product_meta span.posted_in {
    font-family: "DM Sans", sans-serif;
}

.woocommerce-product-details__short-description a {
    color: #f37f21;
    text-decoration: none;
}



/* banner-image-section*/

.banner-image-section {
    display: flex;
}

.banner-image-section img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 10px;
}

section.post-deatails_page {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.post-deatails_page .container {
    --container-max-width: 1140px;
    max-width: min(100%, var(--container-max-width, 1140px));
    margin-inline: auto;
}
section.post-deatails_page .date_pub {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 18px;
    color: #8f8a8a;
    padding-top: 15px;
}
section.post-deatails_page .date_pub span {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    opacity: 0.8;
}

section.post-deatails_page .service-deatails-heading {
    font-family: "DM Sans", Sans-serif;
    font-size: 22px;
}

section.post-deatails_page .service-deatails-heading .post_heading {
    margin: 0px 0 25px 0;
}

section.post-deatails_page .service-deatails-heading h1 {
    font-family: 'Owners XWide';
    letter-spacing: 1px;
    font-size:28px;
    line-height: 36px;
    margin: 0;
}



section.post-deatails_page .service-deatails-heading h1+p {
    margin-top: 0;
}

section.post-deatails_page .service-deatails-heading h2 {
    font-family: 'Owners XWide' ;
    letter-spacing: 1px;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 15px;
}

section.post-deatails_page .service-deatails-heading h2+p {
    margin-top: 0;
}


section.post-deatails_page .container .row {
    display: flex;
}

section.post-deatails_page .container .col-md-8 {
    width: 66%;
    flex-basis: 66%;
    padding-inline: 0 15px;
}

section.post-deatails_page .container .col-md-4 {
    width: 33%;
    flex-basis: 33%;
    padding-inline: 15px 0px;
}

.post-deatails_page .post_sidebar .seach_form {
    padding: 0;
}

.post-deatails_page .post_sidebar form.search-form {
    display: flex;
    max-width: 100%;
}

.post-deatails_page .post_sidebar form.search-form input.search-submit {
    font-family: 'Owners XWide';
    background-color: #D9E026;
    color: #000000;
    padding: 11px 25px 10px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 35px 35px 0px;
    width: 120px;
}

.post-deatails_page .post_sidebar form.search-form label {
    border: 1px solid #e1dddd;
    border-radius: 35px 0 0 35px;
    padding: 10px 20px;
    width: calc(100% - 120px); 
}

.post-deatails_page .post_sidebar form.search-form label .search-field {
    border: none;
    padding: 0;
    font-family: "DM Sans", Sans-serif;
    font-size: 22px;
    max-width: 100%;
}

.post-deatails_page .post_sidebar .post-list-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 35px;
    padding: 30px 20px;
    background: #f9f9fb;
    border-radius: 15px;
}

.post-deatails_page .post_sidebar .post-list-sidebar h2 {
    font-family: 'Owners XWide' ;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.post-deatails_page .post_sidebar .post_sidebar_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 22px;
}

.post-deatails_page .post_sidebar .post_sidebar_list li a {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 16px;
    display: flex;
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    font-family: "DM Sans", Sans-serif;
    font-weight: 700;
    transition: 0.5s ease all;
    /* font-family: 'Owners XWide'; */
}

.post-deatails_page .post_sidebar .post_sidebar_list li {
    font-size: 22px;
}

.post-deatails_page .post_sidebar .post_sidebar_list li a:hover,
.post-deatails_page .post_sidebar .post_sidebar_list li.active a {
    background: #d9e026;
}

.post-deatails_page .post_sidebar .post_sidebar_list li a span {
    font: inherit;
    color: inherit;
}

section.post-deatails_page .service-deatails-heading h3 {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 15px;
}

section.post-deatails_page .service-deatails-heading h3 + p {
    margin-top: 10px;
}

/* single product */
.single-product.woocommerce div.product {
    padding-inline: 15px;
}

.single-product .related.products .products {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0;
}

.single-product .related.products {
    padding-block: 50px 100px;
}

.single-product .related.products .products li.product {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0;
    width: calc((100% - (30px * 2)) / 3);
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.single-product.woocommerce div.product .related.products .products:before, .single-product.woocommerce div.product .related.products .products:after {
    display: none;
}

.single-product .related.products li.product a img {
    width: 100%;
    aspect-ratio: 1;
    height: 300px;
    margin-bottom: 0;
    object-fit: contain;
}

.single-product .related.products li.product a h2.woocommerce-loop-product__title {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: clip;
    padding-top: 0;
    padding-inline: 30px;
    padding-bottom: 0;
}

.single-product .related.products li.product a.button {
    display: inline-block;
    padding: 6px 25px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
}

.single-product .related.products li.product:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* details */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #000000;
    padding: 0;
    border: 1px solid #d7bcbc;
    margin: 0;
    border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: inherit;
    font-size: inherit;
    padding: 11px 25px 10px 25px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: none;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
    margin: 0;
    background: #f9f9f9;
    border-radius: 0 12px 12px 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #D9E026;
    color: #000000;
    border-color: #d9e026;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.product_meta .enquire-now-wrapper {
    margin-top: 30px ;
}

/*  */

.single-product.woocommerce div.product {
    margin-top: 40px;
}

.woocommerce ul.products li.product .button {
   display: inline-flex;
    padding: 6px 25px;
    background-color: #d9e026;
    border-radius: 35px;
    transition: background-color 0.3s ease;
    font-weight: bold;
    font-style: italic;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Owners XWide';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li a {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Owners XWide';
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding: 0px 6px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #d9e026;
  color: #000000;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 35px;
  transition: background-color 0.3s ease;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Owners XWide';
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover{
    background-color: #d9e026;
  color: #000000;
}
.contact-us-form.subscribe-form .form-btn {
    text-align: center;
    margin-top: 15px;
}
.contact-us-form.subscribe-form .form-btn input {
    background-color: #D9E026;
    font-family: 'Owners XWide';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 35px 35px 35px 35px;
}
.contact-us-form.subscribe-form .form-btn input:hover {
    background-color: #000000;
    color: #D9E026;
}
.contact-us-form.subscribe-form .form-group input {
    background: #fdfdfd;
    height: 50px;
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    color: #000;
    border: 1px solid #000;
    padding: 12px 20px;
}
.contact-us-form.subscribe-form .form-group input::placeholder {
    color: #000;
}
.contact-us-form.subscribe-form .wpcf7-not-valid-tip {
    font-family: "DM Sans", Sans-serif;
    padding-left: 15px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 30px;
    white-space: nowrap;
}

.custom-sim-sec p {
    margin-top: 0;
}
.custom-sim-sec h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.contact-us-form .form-row.form-btn span.wpcf7-spinner {
    position: absolute;
}
.single-post h2, .single-post h3 {
    font-family: "DM Sans", Sans-serif !IMPORTANT;
}
.non-elementor-default-page .site-main {
    padding: 30px 15px 50px;
}
.non-elementor-default-page .site-main h1.entry-title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Owners XWide';
	padding: 0;
	max-width:100%;
}
.non-elementor-default-page .site-main h3 {
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Owners XWide';
}
.non-elementor-default-page .site-main p,.non-elementor-default-page .site-main ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    font-family: "DM Sans", Sans-serif;
}
section.post-deatails_page table {
    text-align: left;
}
section.post-deatails_page table th {
    font-size: 20px;
}
section.post-deatails_page table td {
    font-size: 18px;
}
section.post-deatails_page a {
    color: #000;
}
section.post-deatails_page a:hover {
    color: #d9e026;
}
.search h1 {
    padding: 0 !important;
    font-family: "DM Sans", Sans-serif;
    font-size: 30px;
    line-height: 40px;
	 max-width: 100% !important;
}
.search h2, .search p {
    font-family: "DM Sans", Sans-serif;
}
.search main#content {
    padding: 30px 15px 50px;
}
.search main#content article.post h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
}
.search main#content article.post {
    padding: 10px 0;
}
.search main#content article.post p {
    margin-top: 0;
}
.search main#content article.post h2 a:hover {
    color: #D9E026;
}
.search nav.pagination {
    font-family: "DM Sans", Sans-serif;
}
.search nav.pagination a {
    background-color: #D9E026;
    font-family: 'Owners XWide';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    color: #000000;
    border-radius: 35px 35px 35px 35px;
    text-decoration: none;
    padding: 7px 14px;
	transition:.3s ease all;
}
.search nav.pagination a:hover{
	color: #D9E026;
	background:#000;
}
.blog .site-main .page-content article.post h2.entry-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    color: #000000;
    overflow: hidden;
    text-overflow: clip;
    padding-top: 0;
    margin: 0 0 20px 0;
    font-family: 'Owners XWide' !important;
    letter-spacing: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.non-elementor-default-page h4 {
    font-size: 22px;
    font-family: "DM Sans", Sans-serif;
    margin-bottom: 0;
	    line-height: 31px;
}
.blog .site-main .page-header h1 {
    padding: 0 !important;
    font-family: "DM Sans", Sans-serif;
    font-size: 40px;
    line-height: 50px;
    max-width: 100% !important;
    margin-bottom: 30px;
	    text-align: center;
		    margin-top: 0;
		    margin-top: 0;
}
body.ehf-header #masthead {
    z-index: 999;
}




@media(max-width:1200px) {
    html body:not([class*=elementor-page-]) .site-main {
        max-width: 100%;
    }

    .tax-product_cat ul.products li.product {
        width: calc((100% - (15px * 3)) / 4);
    }
.custom-products-wrapper{
padding-block: 70px;
}
    .tax-product_cat ul.products {
        padding-bottom: 20px;
        gap: 15px;
        justify-content: center;
        max-width: 100%
    }

    .tax-product_cat .site-main {
        max-width: 100% !important;
        padding-inline: 15px;
    }


    .tax-product_cat ul.products li.product {
        width: calc((100% - (15px * 2)) / 3);
    }

    .product-category-item {
        width: calc((90% - (30px * 1)) / 2);
    }
}

@media(max-width:1400px) {
    .product-category-item a.category-button {
        padding: 15px 20px;
        font-family: 'Owners XWide';
        font-size: 22px;
    }
    .prod_category .e-con-inner {
        max-width: 920px;
    }
}

@media(max-width:1200px) and (min-width:1025px) {
    .contact-form input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }
}

@media(max-width:1024px) {
    .product-category-item a.category-button {
        font-size: 16px;
    }

    .mob-menu {
        max-width: 40px !important;
    }

    .mob-logo-sec {
        background-color: #1B1549 !important;
    }

    .elementor-element.mob-address-info {
        background-color: #F37F21 !important;
    }

    header .hfe-nav-menu__toggle.elementor-clickable {
        margin: 0 !IMPORTANT;
        text-align: right;
    }

    .mob-logo {
        width: 160px !important;
    }

    nav.hfe-nav-menu__layout-horizontal {
        top: 70px !important;
    }

    .product-grid-container {
        gap: 30px;
    }

    .head-loc .elementor-icon-box-icon {
        top: 3px;
    }

    .product-category-item {
        width: calc((100% - (30px * 1)) / 2);
    }

    .blog .site-main .page-content article.post {
        flex-basis: calc((100% - (30px * 1)) / 2);
        width: calc((100% - (30px * 1)) / 2);
    }

    .product-category-item a.category-button {
        font-size: 20px;
    }

    .single-post .site-main {
        padding: 80px 15px;
    }

    .blog .site-main {
        padding-block: 80px;
    }

section.post-deatails_page .container .col-md-4 {
    width: 50%;
    flex-basis: 50%;
}

section.post-deatails_page .container .col-md-8 {
    flex-basis: 50%;
    width: 50%;
}

.post-deatails_page .post_sidebar form.search-form label .search-field {
    font-size: 18px;
}
.search main#content {
    padding: 20px 15px 40px;
}
.search main#content article.post {
    padding: 5px 0;
}
}


@media(max-width:767px) {
	.non-elementor-default-page  .site-main h1.entry-title {
    font-size: 26px;
}
.non-elementor-default-page  .site-main h3 {
    font-size: 20px;
    line-height: 30px;
}
	.non-elementor-default-page  .site-main {
    padding: 20px 15px 30px;
}
	.custom-sim-sec h3 {
    margin-top: 0;
}
	.contact-us-form.subscribe-form .form-group input {
    font-size: 18px;
}
	.contact-us-form.subscribe-form .wpcf7-not-valid-tip {
    top: 28px;
    font-size: 12px;
}
    section.post-deatails_page .service-deatails-heading h1,
    .post-deatails_page .post_sidebar .post-list-sidebar h2 {
    font-size: 24px;
    line-height: 32px;
}
    .contact-form input.wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 16px;
    }

    .prod_category .e-con-inner {
        max-width: 420px;
        margin-inline: auto;
    }

    .head-loc .elementor-icon-box-icon {
        top: 4px;
    }

    .mob-logo-sec {
        background-color: #F37F21 !important;
    }

    .elementor-element.mob-address-info {
        background-color: #1B1549 !important;
    }

    .mob-menu {
        position: absolute;
        right: 0;
    }

    .product-grid-item {
        text-align: center;
    }

    body .mob-info .elementor-icon-box-title a {
        line-height: 20px !important;
    }

    body .mob-info .elementor-icon-box-title {
        line-height: 20px !important;
    }

    .tax-product_cat ul.products li.product {
        width: 100% !important;
        margin-bottom: 20px !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .tax-product_cat ul.products li.product .woocommerce-loop-product__title {
        height: auto;
    }

    .tax-product_cat.woocommerce ul.products li.product a img {
        height: auto !important;
    }

    .product-category-item {
        width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        padding: 20px;
    }

    .single-post .site-main {
        padding: 60px 15px;
    }

    .blog .site-main .page-content article.post {
        flex-basis: 100%;
        width: 100%;
    }

    .blog .site-main .page-content article.post h2.entry-title {
        min-height: 0;
    }

    .blog .site-main {
        padding-block: 60px;
    }

    .blog .site-main .page-content {
        gap: 20px;
    }


    .product-category-item a.category-button {
        font-size: 16px;
        padding: 14px 24px;
    }

    .single-post .site-main h1.entry-title {
        font-size: 24px;
        padding-inline: 0;
        line-height: 32px;
    }

    .single-post .site-main h2 {
        font-size: 22px;
        line-height: 28px;
    }

    .single-post .site-main h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .single-post .site-main .page-content p,
    .single-post .site-main .page-content li {
        font-size: 18px;
    }

    .product-category-item a.category-button {
        font-size: 14px;
    }


    .contact-us-form .form-row.form-btn {
        flex-direction: column;
        gap: 0;
    }


    .file-upload-row {
        justify-content: space-between;
        text-align: left;
    }

    .file-upload-row p {
        margin-top: 0;
        margin-bottom: 0;
    }


    label.file_name {
        bottom: -30px;
    }

    .contact-form span.wpcf7-not-valid-tip {
        font-size: 13px;
    }
    .contact-form .form-group.file-upload-wrapper span.wpcf7-not-valid-tip {
    top: 68px;
}
    .single-product .related.products .products li.product {
        width: 100%;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
   .single-product .related.products {
    padding-block: 30px 60px;
}

section.post-deatails_page .container .col-md-8, section.post-deatails_page .container .col-md-4 {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
}

section.post-deatails_page .container .row {
    flex-direction: column;
}

section.post-deatails_page .container .col-md-4 {
    padding-top: 20px;
}


.post-deatails_page .post_sidebar .post-list-sidebar h2 {
    font-size: 22px;
}

.post-deatails_page .post_sidebar .post-list-sidebar {
    padding: 10px;
}

section.post-deatails_page {
    padding-block: 40px;
}

section.post-deatails_page .service-deatails-heading {
    font-size: 16px;
}

section.post-deatails_page .service-deatails-heading h1 {
    font-size: 1.6em;
}

section.post-deatails_page .service-deatails-heading .post_heading {
    margin-bottom: 15px;
}

.banner-image-section img {
    margin-bottom: 20px;
}
.custom-products-wrapper{
padding-block: 50px;
}
}

@media(max-width:480px) {

    /* .elementor-element.mob-address-info {
	display:none;
} */
    body .mob-info .elementor-icon-box-title a {
        font-size: 13px !important;
        line-height: 20px !important;
    }

    body .mob-info .elementor-icon-box-title {
        line-height: 20px !important;
    }

    .mob-info {
        padding-right: 30px;
    }

    header .hfe-nav-menu.hfe-layout-horizontal .hfe-nav-menu-icon {
        padding-right: 0;
    }

    .mob-info .elementor-icon-list-item {
        margin: 0;
        padding: 0 !important;
    }

    .mob-info span.elementor-icon-list-text {
        font-size: 13px !important;
    }

    .contact-us-form .form-row {
        gap: 0;
        flex-direction: column;
    }
}