/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.4
Tested up to: 6.8
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen



This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
* Table of Contents:
*
* 1.0 - Reset
* 2.0 - Repeatable Patterns
* 3.0 - Basic Structure
* 4.0 - Header
*   4.1 - Site Header
*   4.2 - Navigation
* 5.0 - Content
*   5.1 - Entry Header
*   5.2 - Entry Meta
*   5.3 - Entry Content
*   5.4 - Galleries
*   5.5 - Post Formats
*   5.6 - Attachments
*   5.7 - Post/Paging Navigation
*   5.8 - Author Bio
*   5.9 - Archives
*   5.10 - Search Results/No posts
*   5.11 - 404
*   5.12 - Comments
*   5.13 - Multisite
* 6.0 - Sidebar
*   6.1 - Widgets
* 7.0 - Footer
* 8.0 - Media Queries
* 9.0 - Print
* ----------------------------------------------------------------------------
*/





/**
* 1.0 Reset
*
* Modified from Normalize.css to provide cross-browser consistency and a smart
* default styling of HTML elements.
*
* @see http://git.io/normalize
* ----------------------------------------------------------------------------
*/

body{
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;

}
ol, ul {
    padding-left: 0 !important;
}
.container {
    max-width: 90% !important;
    margin: auto;
}
h1, h2, h3, h4, h5{
    font-family: 'Nunito', sans-serif;
}
header#masthead {
    padding: 10px 0;
}
section{
    overflow: hidden;
}
.main-desc {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* font-family: "Poppins", sans-serif; */
}
.main-desc-2 {
    color: #323232;
}
.desc-color {
    color: #a2c83b;
}
.desc-secondary-color{
color: #0094da;
}
.sliderimage_hide_border .wpls-logo-cnt.slick-slide img {
    padding: 0 0 30px !important;
    border: 0px solid #f1f1f1;
}
section.topbar {
    background-color: #a2c83b;
}
.topbar-contact-info ul {
    display: flex;
    list-style: none;
    padding: 0;
}
.topbar-contact-info ul li {
    padding-right: 20px;
    color: #ffffff;
}
.topbar-contact-info ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.topbar-btn {
    background: #0094da;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
h6.main-text {
    font-size: 17px;
    font-weight: 700;
}
h2.main-heading {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
}
.about-text ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    list-style: none;
}
.about-text ul li:before {
    content: '\f058';
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 20px;
    color: #0094da;
}
button.explore-btn {
    background: #a2c83b;
    border: none;
    padding: 6px 29px;
    border-radius: 11px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}
section.why-choose-section {
    background: #a2c83b;
    padding-top: 25px;
}
.choose-number {
    color: #ffffff;
    background-color: #0094da;
    border-radius: 50px;
    font-size: 35px;
    height: 51px;
    width: 51px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
	position: relative;
}
.choose-number p::before {
    background-color: #ffffff;
    border-radius: 30px;
    content: "";
    height: 90px;
    margin-top: 0;
    position: absolute;
    width: 2px;
    top: 50px;
    left: 25px;
    z-index: -1;
}
.choose-number-1 {
    color: #ffffff;
    background-color: #0094da;
    border-radius: 50px;
    font-size: 35px;
    height: 51px;
    width: 51px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    border: 1px solid;
}
h5.choose-head-text {
    font-weight: 700;
    font-size: 22px;
}
section.parterner-section .main-heading {
    max-width: 68%;
    padding: 0 0 11px 0;
}
section.parterner-section p {
    padding: 0 40px 0 0;
}
section#products .main-heading {
    max-width: 81%;
}
section.Opportunities-section {
    background-image: url(https://instacarelife.com/wp-content/uploads/2025/08/why-choose-us-img-1.png);
    background-size: cover;
}
h6.main-text.text-center.text-white {
    padding: 95px 0 0 0;
}
h2.main-heading.text-center.text-white {
    padding: 5px 0 244px 0;
}
.internalblock span {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 83px;
    background: #a2c83b;
    border-radius: 50%;
    position: relative;
    bottom: -40px;
    font-size: 39px;
    color: #ffffff;
    text-align: center;
}
.internalblock-inner {
    background: #a2c83b;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(95 91 91 / 51%);
}
.internalblock-1 span {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 83px;
    background: #0094da;
    border-radius: 50%;
    position: relative;
    bottom: -40px;
    font-size: 39px;
    color: #ffffff;
    text-align: center;
}
.internalblock-inner-1 {
    background: #0094da;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(95 91 91 / 51%);
}
section.about-instacare-section {
    background: #a2c83b;
    padding: 34px 0 115px 0;
}
h3.text.text-white {
    font-size: 21px;
    font-weight: 700;
    padding: 45px 0 0 0;
}
p.internalblock-text {
    padding: 0 0 20px 4px;
}
section.internalblock-section {
    position: relative;
    /* top: -189px; */
    margin-top: -190px;
}
.card-body.text-center i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 74px;
    border-radius: 50%;
    font-size: 35px;
    background: radial-gradient(circle, rgb(235 243 206) 0%, rgb(230 248 255) 100%);
    margin: 15px 0 0 0;
}
img.img-fluid.pharma-img {
    border-radius: 25px;
}
.card-body.text-center h3 {
    color: #0094da;
    font-size: 27px;
    font-weight: 700;
    padding: 12px 0 0 0;
}
.card {
    box-shadow: 0 0 15px rgb(95 91 91 / 51%);
}
section.instacare-boxes-section {
    position: relative;
    /* top: -85px; */
	padding: 0 0 40px
    margin-top: -85px;
    border-bottom: 1px solid #cecece;
}
section.about-us {
    padding: 50px 0;
}
section.blog-section {
    background: #eff3ff;
    padding: 45px 0;
}
.blog-img-body {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #ffffff;
}
.blog-text {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0 14px;
}
.blog-text ul li {
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    padding: 0 14px 0 0;
}
h3.text {
    font-size: 21px;
    font-weight: 700;
    padding: 0 0 0 14px;
}
.blog-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
button.blog-button {
    background: #a2c83b;
    border: none;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 5px 24px;
    margin: 0 0 18px 17px;
}
button.blog-button a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}
footer {
    background: #0094da;
    padding: 30px 0 20px;
}
h3.footer-heading {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}
.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 35px;
}
.footer-links ul li {
    list-style: none;
}
.footer-links ul li i {
    color: #ffffff;
}
.row.footer-border {
    border-bottom: 1px solid #ffff;
        padding: 20px 0 30px;
}
.col-md-4.parterner-img-head {
    background: #a2c83b;
}
img.img-fluid.parterner-img {
    position: relative;
    left: 150px;
    top: 106px;
    margin: 0 0 205px 0;
}
.partner-icon i {
    color: #0094da;
    font-size: 40px;
    padding: 10px 0 0 0;
}
/* h6.main-text.text-center.desc-secondary-color {
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
    display: inline-block;
    left: 392px;
} */
/* h6.main-text.text-center.desc-secondary-color::before {
    background-color: #0094da;
    border-radius: 30px;
    content: "";
    height: 1px;
    right: 38px;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 32px;
    top: 15px;
}
h6.main-text.text-center.desc-secondary-color::after {
    background-color: #0094da;
    top: 56%;
    border-radius: 10px;
    content: "";
    height: 1px;
    left: 45px;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 29px;
} */
h6.feature-text {
    font-size: 20px;
    font-weight: 700;
	
}
/* h6.feature-text::before {
    background-color: #ffffff;
    border-radius: 30px;
    content: "";
    height: 1px;
    right: 367px;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 42px;
    top: 61px;
} */
/* h6.feature-text::after {
    background-color: #ffffff;
    top: 85%;
    border-radius: 10px;
    content: "";
    height: 1px;
    left: 365px;
    transform: translateY(-50%);
    margin-top: 0;
    position: absolute;
    width: 42px;
} */
section.feature-section {
    background: url(https://instacarelife.com/wp-content/uploads/2025/08/patient-dr-image-1.png) rgb(0 0 0 / 71%);
    background-blend-mode: multiply;
}
h5.fetaure-counter-text {
    font-size: 34px;
    font-weight: bold;
}
.fetaure-counter.d-flex {
    border-right: 1px solid #ffffff;
        justify-content: start;
    align-items: center;

}
h6.fetaure-para-text {
    padding: 0 0 0 5px;
    color: #ffffff;
    /* font-weight: 700; */
    font-size: 18px;
    line-height: 26px;
}
.col-md-6.parterner-say-img-head {
    background: #a2c83b;
}
h3.text.p-0 {
    color: #454545;
}
section.partner-say-section {
    background: #eff3ff;
}
section.faq-section {
    background: #eff3ff;
    padding: 35px 0 0 0;
}
.desc-heading-color{
	color:#454545;
}
section.contact-section {
    background: url(https://instacarelife.com/wp-content/uploads/2025/08/medicine-bg-img-1.jpg) rgb(0 0 0 / 62%);
    background-blend-mode: multiply;
    background-size: cover;
}
.contact-form {
    background: #a2c83b;
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 35px;
}
label {
    color: #ffffff;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #c8ebfc;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
button.submit-btn {
    background: #0094da;
    border: none;
    width: 100%;
    border-radius: 10px;
    padding: 9px 0;
}
button.submit-btn a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px !important;
    border-radius: 6px;
    border: 1px solid #c8ebfc;
}
section.contac-us-section {
    background: radial-gradient(circle,rgba(247, 255, 219, 1) 0%, rgba(227, 246, 255, 1) 100%);
    padding: 35px 0;
    margin: 30px;
    border-radius: 25px;
}
section.breadcrumb-section {
    position: relative;
    padding: 65px 0;
    background-image: url(https://hivends.org/instacare/site/wp-content/uploads/2025/08/breadcrumb-instacare-img.png);
    overflow: hidden;
    z-index: 1;
    background-size: cover;
}
span.breadcrumb-current {
    font-size: 35px;
    font-weight: bolder;
    color: #616161;
}
img.img-fluid.contac-us-form-img {
    border-radius: 30px;
    position: relative;
}
section.inner-pages {
    padding: 35px 0;
    /* background: #f2f6ff; */
}
.about-img-insta{
    width: 100%;
}
/* Responsive Css */
@media(max-width:767px){
	section.topbar {
    display: none;
}
.card.mb-5.aos-init.aos-animate {
    margin: 24px 0 0 0;
    margin-bottom: 0 !important;
}
	h6.main-text {
    margin: 0;
}
	h2.main-heading {
    font-size: 24px;
    line-height: 30px;
}
.choose-number{
    display: none;
}
.choose-number-1{
    display: none;
}
	.wpls-logo-showcase.wpls-dots-false{
        padding: 0 !important;
    }
	section.Opportunities-section{
        background-position: center;
    }
    .col-md-4.parterner-img-head {
    background: transparent;
}
    img.img-fluid.parterner-img{
        position: unset;
    }
    img.img-fluid.parterner-img{
        margin: 0 0 50px 0 !important;
    }
    section.about-instacare-section{
        padding: 30px 0 75px 0;
    }
    section.instacare-boxes-section{
            /* top: -60px; */
            margin-top: -60px;
    }
	.about-img{
    margin-top: 20px;
}
section.about-us {
    padding: 30px 0;
}
h5.choose-head-text {
    font-weight: 600;
    font-size: 20px;
}
section#products {
    margin: 35px 0;
}
	h6.main-text.text-center.text-white {
    padding: 50px 0 0 0;
}
.partner-icon {
    display: none;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none !important;
}

.fetaure-counter.d-flex{
    border: none;
}
.col-md-4.aos-init {
    margin: 13px 0 0 0;
}
section#products .main-heading{
    max-width: unset;
}
}





/* ================ Product Archive Styles ================ */
section.ancient-products {
  background-color: #f9f9f9;
}

section.ancient-products .ancient-page-header {
  margin-bottom: 40px;
}

section.ancient-products .ancient-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--brand-primary);
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

section.ancient-products .ancient-page-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: var(--brand-secondary);
}

section.ancient-products .ancient-page-subtitle {
  font-size: 1.2rem;
  color: #666;
}

section.ancient-products .ancient-product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

section.ancient-products .ancient-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
section.testimonials.text-center.aos-init.aos-animate {
    margin: 0 0 70px 0;
}
.plant-machinery h2 {
    font-size: 2.2rem;
    color: #111;
}
.plant-machinery .underline {
    width: 60px;
    height: 4px;
    background-color: #d12727;
    border: none;
}
.plant-machinery p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1rem;
    color: #444;
}
img.img-fluid.rounded.shadow-sm {
    margin: 26px 0 0 0;
}
section.ancient-products .product-badge .badge {
    background: #a2c83a;
    color: #fff;
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

section.ancient-products .product-image-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

section.ancient-products .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

section.ancient-products .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 100, 83, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .product-overlay {
  opacity: 1;
}

section.ancient-products .quick-view-btn {
  color: #fff;
  background: var(--brand-secondary);
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

section.ancient-products .ancient-product-card:hover .quick-view-btn {
  transform: translateY(0);
}

section.ancient-products .product-content {
  padding: 20px;
}

.product-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 1rem;
}

section.ancient-products .product-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

section.ancient-products .product-title a:hover {
  color: var(--brand-secondary);
}

section.ancient-products .product-meta {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 15px;
}

section.ancient-products .meta-item {
   margin-bottom: 8px;
        align-items: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
}

section.ancient-products .meta-item i {
  color: var(--brand-secondary);
  margin-right: 8px;
  width: 20px;
  text-align: center;
}

section.ancient-products .product-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

section.ancient-products .price {
  font-weight: 700;
  color: var(--brand-primary);
}

section.ancient-products .price .amount {
  font-size: 1.2rem;
}

section.ancient-products .add-to-cart a {
    background: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

section.ancient-products .add-to-cart a:before {
  content: '\f217';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 8px;
}
section.ancient-products .add-to-cart a:hover {
    background: #a2c83a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(139, 194, 74, 0.3);
    text-decoration: none;
}

/* ================ Single Product Styles ================ */
section.ancient-single-product {
    background-color: #f9f9f9;
    padding: 50px 0;
}

section.ancient-single-product .ancient-product-detail {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 30px;
    margin-bottom: 30px;
}

section.ancient-single-product .ancient-product-gallery {
    position: relative;
}

section.ancient-single-product .main-image {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

section.ancient-single-product .main-image img {
    width: 100%;
    height: auto;
    display: block;
}

section.ancient-single-product .thumbnail-slider {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

section.ancient-single-product .thumbnail-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

section.ancient-single-product .thumbnail-img:hover {
    border-color: var(--brand-secondary);
}

section.ancient-single-product .ancient-product-info {
    padding-left: 30px;
}

section.ancient-single-product .product-title {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--brand-primary);
}

section.ancient-single-product .product-rating {
    margin-bottom: 15px;
}

section.ancient-single-product .star-rating {
    color: #ffb300;
    font-size: 1.2rem;
}

section.ancient-single-product .product-price {
    font-size: 1.8rem;
    color: var(--brand-primary);
    font-weight: 700;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-box {
    background: rgba(139, 194, 74, 0.05);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

section.ancient-single-product .meta-title {
    font-size: 1.1rem;
    color: var(--brand-primary);
    margin-bottom: 10px;
    font-weight: 600;
}

section.ancient-single-product .meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

section.ancient-single-product .meta-list li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .meta-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.ancient-single-product .description-title {
    font-size: 1.3rem;
    color: var(--brand-primary);
    margin-bottom: 15px;
    font-weight: 600;
}

section.ancient-single-product .product-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

section.ancient-single-product .share-label {
    font-weight: 600;
    margin-right: 15px;
    color: var(--brand-primary);
}

section.ancient-single-product .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

section.ancient-single-product .share-icon.facebook {
    background: #3b5998;
}

section.ancient-single-product .share-icon.twitter {
    background: #1da1f2;
}

section.ancient-single-product .share-icon.linkedin {
    background: #0077b5;
}

section.ancient-single-product .share-icon.whatsapp {
    background: #25d366;
}

section.ancient-single-product .share-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    section.ancient-single-product .ancient-product-info {
        padding-left: 0;
        padding-top: 30px;
    }
    
    section.ancient-single-product .product-title {
        font-size: 1.6rem;
    }
    
    section.ancient-single-product .product-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    section.ancient-single-product .ancient-product-detail {
        padding: 20px;
    }
    
    section.ancient-single-product .thumbnail-slider {
        flex-wrap: wrap;
    }
}
.ancient-related-products {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ancient-related-products .section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--brand-primary);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.ancient-related-products .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--brand-secondary);
}

.ancient-related-products .ancient-product-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden;
}

.ancient-related-products .ancient-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.ancient-related-products .product-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.ancient-related-products .product-badge .badge {
    background: var(--brand-secondary);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.ancient-related-products .product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.ancient-related-products .product-image-wrapper img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}

.ancient-related-products .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.ancient-related-products .ancient-product-card:hover .product-overlay {
    opacity: 1;
}

.ancient-related-products .quick-view-btn {
    color: #fff;
    background: var(--brand-primary);
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.ancient-related-products .product-content {
    padding: 15px;
}

.ancient-related-products .product-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.ancient-related-products .product-title a {
    color: var(--brand-primary);
    text-decoration: none;
}

.ancient-related-products .product-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 15px;
}

.ancient-related-products .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ancient-related-products .price {
    font-weight: 700;
    color: var(--brand-primary);
}

@media (max-width: 768px) {
    .ancient-related-products .section-title {
        font-size: 1.5rem;
    }
}

/* Table and grid toggle css */

/* View Toggle Styles */
    .view-toggle {
        background: #fff;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .view-toggle .btn {
        border: none;
        padding: 8px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .view-toggle .btn.active {
        background: var(--brand-secondary);
        color: #fff;
    }

    .view-toggle .btn:not(.active):hover {
        background: rgba(139, 194, 74, 0.1);
        color: var(--brand-primary);
    }

    /* Table View Styles */
    .products-table-view .table {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

  .products-table-view .table th {
    background: #d64532;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 15px;
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #a2c83a !important;
    border-color: #a2c83a !important;
}
    .products-table-view .table td {
        vertical-align: middle;
        padding: 15px;
        border-color: rgba(0, 0, 0, 0.05);
    }

    .products-table-view .table tr:hover td {
        background: rgba(139, 194, 74, 0.05);
    }

    .products-table-view .badge {
        background: var(--brand-secondary);
        color: #fff;
        padding: 4px 10px;
        border-radius: 30px;
        font-size: 0.7rem;
        font-weight: 600;
        display: inline-block;
        margin-top: 5px;
    }




.wpls-fix-box {
    border: 1px solid #222;
    padding: 23px;
}

/* Breadcrumb css */
.page-breadcrumb {
		background: linear-gradient(135deg, #0094da 0%, #a2c83b 100%);
		padding: 40px 0;
		color: #fff;
		position: relative;
		overflow: hidden;
	}

	.page-breadcrumb::before {
		content: "";
		position: absolute;
		top: -50px;
		right: -50px;
		width: 200px;
		height: 200px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}

	.page-breadcrumb::after {
		content: "";
		position: absolute;
		bottom: -80px;
		left: -80px;
		width: 250px;
		height: 250px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 50%;
	}


	.page-breadcrumb span.breadcrumb_new a {
		color: var(--white-color);
	}

	.page-breadcrumb span.breadcrumb_new {
		color: var(--white-color);
	}

	.page-breadcrumb .extraa {
		margin: 54px 0;
	}
.cta-button{
	    background-color: #a2c83b;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s ease;

}

.product-meta .meta-item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
img.img-fluid.client-img {
    width: 110%;
    border: 8px solid #a2c83b;
}
.star-icon {
    padding: 172px 0 0 0;
}
#sequence {
    width: 100%;
    float: left;
    background: #a2c83b;
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 5px 0;
    font-size: 15px;
    color: #ffffff !important;
    font-weight: 500;
    text-decoration: none !important;
    border-right: 1px solid;
}
section.testimonial {
    padding: 43px 0 30px 0;
}