/*
Theme Name: Custom Theme
Author: ZH
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/

.defpage h1 {display: block;
font-size: 3em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
color:#333;   
}   
.defpage h2 {display: block;
font-size: 2em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h3 {display: block;
font-size: 1.75em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h4 {display: block;
margin-top: 1.5em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }
.defpage h5 {display: block;
font-size: 1.25em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333;   }
.defpage h6 {display: block;
font-size: 1em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;color:#333; }


.defpage ul {display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1 em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333; }

.defpage u  {text-decoration: underline;}

.defpage p {display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 0;
margin-right: 0;
line-height: normal;    
}

.defpage ol {display: block;
list-style-type: decimal;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
padding-left: 40px;color:#333; }

.defpage li {display: list-item;}

.defpage{padding: 100px 0;}

section.blogsSec { padding: 70px 0; }
.detailWrp { }
.detailWrp img { display: block; width: 100%; margin-bottom: 40px; }
.publish_author { font-size: 0; }
.publish_author span { font-size: 17px; font-style: italic; line-height: 1.53; color: #888; margin-right: 20px; margin-bottom: 18px; }
.publish_author span.date { color: #6CA437; }
.detailWrp h5 { font-size: 23.8px; line-height: 1.25; color: #333333; text-transform: capitalize; margin-bottom: 30px; }


/* --------------- */

.star-rating {
    display: inline-block;
    font-size: 25px; /* Increase this value to make stars bigger */
    height: 1em;
    line-height: 1;
    position: relative;
    font-family: 'Font Awesome 5 Free';
    overflow: hidden;
}

.star-rating::before {
    content: '★★★★★';
    letter-spacing: 3px;
    background: #e3e3e3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    width: 80%; /* WooCommerce sets this inline */
}

.star-rating span::before {
    content: '★★★★★';
    letter-spacing: 3px;
    color: #EC9D0F;
}

.woocommerce ul.products li.product .price{
    display: flex !important;
   color: #000;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    margin: 0 1.8% -0.008em 0 !important;
}
section#block-2 {
    display: none;
}
.viwcpf_wrap_filter-content .viwcpf_filter-title{
    color: #100D0C;
    font-size: 32.41px;
    font-weight: 400;
    font-size: 29px;
    line-height: 48px;
    margin-bottom: 26px;
    padding-bottom: 12px;
    border-bottom: 1px dashed;
    border-width: medium;
}
h1.woocommerce-products-header__title.page-title{
    display: none;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 8px;
    background: transparent;
}
.woocommerce ul.products li.product .star-rating{
    font-size: 22px;
}
section.related.products h2 {margin-bottom: 25px;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt{
    background-color: #687934;
    padding: 14px 60px;
    border-radius: 0px;
}
.woocommerce .quantity .qty{
    padding: 6px;
}
.woocommerce div.product .product_title{
    margin-bottom: 1rem;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    margin-bottom: 1rem;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{
    background-color: #fff;
    color: #687934;
    
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
    background-color: #687934;
    padding: 14px 60px;
    border-radius: 0px;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover{
    background-color: #fff;
    color: #687934;
}
.woocommerce span.onsale{
    display: none;
}
section.DefaultPage .Title h1 {display: none;}

.DefaultPage{
    padding: 100px 0;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    background-color: #687934;
    color: #fff;
}

/**
 * My Account
 */

 .woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: #000;
    font-size: 20px;
}


/* -------------------- */

.subscribe{
    border: unset;
}

input#esfpx_email_91e924c4682af{
    border: 1px solid #fff;
    padding: 14px 13px;
    margin: 0;
    display: inline-block;
    color: #ffffff;
    background-color: transparent;
    padding-right: 10.5rem;
    width: 70%;
}

form.es_subscription_form[data-form-id="1"] * input[type="submit"]{
    text-transform: uppercase;
    display: inline-block;
    height: 60px;
    border-radius: 0;
    border: none;
    background: #ffffff;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 35px;
    text-align: center;
    color: #000000;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
form[data-form-id="1"] .es-form-field-container .gjs-cell{
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    align-items: baseline;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
    position: absolute;
    right: 29px;
    top: 33px;
    color: #fff;
    font-size: 30px !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before, .woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before, a.wishlist_products_counter.top_wishlist-heart:before, span.wishlist_products_counter.top_wishlist-heart:before, a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before{
    font-size: 30px !important;
}
span.wpcf7-form-control-wrap {
    display: block;
}
.contactUsTxt span{
    padding: 0px 0 28px;
}

.d-none{
    display:none;
}

body.archive.search.search-results.post-type-archive.post-type-archive-product.logged-in.wp-theme-custom-theme-v2.theme-custom-theme-v2.woocommerce-shop.woocommerce.woocommerce-page .categoriesWrap{
    display: none;
}


.categoriesImg img{
    display: block;
    height: 280px;
    object-fit: cover;
}
a.mushroomImg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    
}
.woocommerce ul.products li.product a img{
    height: 400px;
    object-fit: cover;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    padding: 1.2em;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span a{
    color: #000;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #8aa903;
    color: #ffffff;
}

.header-logo img{
    width: 70%;
}
.footer-logo img{
    width: 65%;
}
div#tab-description strong {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    font-size: 20px;
}
div#tab-description h2{
  font-weight: 600;
}

body.wp-singular.product-template-default.single.single-product.woocommerce div.product .product_title{
    font-size: 40px;
    line-height: 1.2;
}

#tab-description ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #687934 !important;
}
.woocommerce div.product form.cart .variations select{
    padding: 10px;
}
.woocommerce-product-details__short-description{
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description ul{
    list-style: disc;
  list-style-position: outside;
  padding-left: 20px;
}

.menu>li{
    padding: 0 0 0 20px;
}

.widget h2{
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}
label.wp-block-search__label{
    display:none;
}
.widget_search{
    padding-top: 30px;
}
.iksm-937 .iksm-term__inner{
    background-color: transparent !important;
    padding-bottom: 20px;
}
.iksm-930 .iksm-term__inner{
    background-color: transparent !important;
    
}

.eating-card .eatingTxt p{
    padding: 20px 0 30px;
}
.detailWrp img{
    display: none;
}
.painting-2{
    height: 600px;
}

.paintingWrap2{
    background: transparent !important;
    border: none !important;
}
.paintingWrap2 .eatingImg img{
    height: 400px;
    object-fit: cover;
    width: 100%;
}


.painting-section {
  margin-top: 40px;
}

.painting-section .painting-relative {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.painting-section .painting-bg-img {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.painting-section .painting-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.painting-section .painting-text-box {
  background: transparent;
}
.painting-text-box img{
    display: flex;
}
.painting-section .painting-logo {
  width: 150px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.paint-heading-clss h2{
    margin-top: 60px;
}
section.about-inner .content-2 p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    padding-top: 15px;
}

section.about-inner .content-2 h3{
    font-weight: 400;
    font-size: 39px;
    line-height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.team-cls .Cont-Cls img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.team-cls .Cont-Cls h3{
    font-size: 25px;
}
.team-cls .Cont-Cls a{
    margin-top: 15px;
}

.designation-cls{
    font-size: 16px;
}

.team-heading{
    margin-bottom: 30px;
}
.Team-Imgs img{
    height: 900px;
    object-fit: cover;
    width: 100%;
}


.eventDetailDesc h3{
    margin-bottom: 10px;
    margin-top: 20px;
}
.happeningImg img{
    height: 400px;
    object-fit: cover;
}

section.about-inner .content-2 h5{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.Art-Imgs img{
    height: 500px;
    object-fit: cover;
    width: 100%;
}


/* ------gallery-slider-css ------------  */

.gallery-slider img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 10px;
}
.gallery-slider-section {
  padding: 40px;
  
}


/*----------------------------*/


/* ------gallery-slider-2-css ------------  */

.gallery-slider-2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
  display: block;
  border-radius: 10px;
}
.gallery-slider-section {
  padding: 40px;

}
.gallery-slider-2{
    margin-top: 30px;
}

/*----------------------------*/



.cont-part-farm{
    display: flex;
    margin-top: 40px;
}

.cont-part-farm .main-farm-cont{
    padding: 20px 40px;
}

.cont-part-farm .main-farm-cont h3{
    line-height: 1.2;
    margin-bottom: 20px;
}

.Farm-Img-Box img{
    height: 900px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}


/*----------------------*/



.onsite-shop-wrapper {
    
    color: #333;
  }
  .shop-content h2 {
    font-size: 2rem;
    color: #6a3e2e;
  }
  .shop-content h4 {
    margin-top: 20px;
    font-size: 1.3rem;
    color: #4e342e;
  }
  .shop-content ul {
    padding-left: 18px;
    margin-top: 10px;
    list-style: disc;
  }
  .shop-content li {
    margin-bottom: 6px;
  }
  .shop-note {
    background: #fff4dc;
    padding: 15px;
    border-left: 5px solid #d7a86e;
  }

  .image-slider {
    height: 700px;
    position: relative;
  }
  .slider-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    transition: opacity 0.5s ease-in-out;
  }
  .slider-image.active {
    display: block;
  }

  .slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.7);
    border: none;
    font-size: 2rem;
    padding: 6px 12px;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s;
  }
  .slider-arrow:hover {
    background: rgba(255,255,255,0.9);
  }
  .left-arrow {
    left: 10px;
  }
  .right-arrow {
    right: 10px;
  }
  
  /*----------------------*/


.livestock-sale-section {
  
  color: #333;
}
.section-title {
  font-size: 2.5rem;
  color: #000;
}
.section-subtitle {
  font-size: 1rem;
  color: #000;
}
.livestock-card {
  background: #fff;
  border: 1px solid #e0d7ce;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  height: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.livestock-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.livestock-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}
.livestock-card h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #442d1d;
}
.inquire-btn {
  background: #7b4f2c;
  color: white;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: background 0.3s;
}
.inquire-btn:hover {
  background: #5a3825;
}

/*---------------------*/


.evnt-gal{
    margin-top: 40px;
}
.btn-cntr{
    display:flex;
    justify-content:center;
}


.popup {
 position: fixed;
background: #f0ebe0;
border: 1px solid #aaa;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
z-index: 9999;
max-width: 650px;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
border-radius: 45px;
overflow: hidden;
padding: 40px 20px !important;
border: 2px solid;
border-bottom: 6px solid;
}
.popup.hidden {
  display: none;
}
.popup-content button {
  margin: 8px 4px;
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#accept-btn {
  background-color: #4caf50;
  color: white;
}
#reject-btn {
  background-color: #f44336;
  color: white;
}


.popup-content {
    max-height: 600px;
    padding: 0.8rem 2rem 2rem;
    overflow: hidden;
    overflow-y: scroll;
    text-align: center;
}
 
.popup-content p {
    padding-block: 14px;
    line-height: 26px;
}
 
.popup-content h5 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
 
.popup-content .btn {
    padding: 12px 32px;
    border: 0;
    margin-right: 6px;
}
 
.popup-content .btn-primary:hover {
    background: #000 !important;
    color: #fff !important;
    opacity: .8;
}




