/* 
Theme Name: Bhairav Astrology
Theme URI: https://www.spiritnoise.com
Description: Bhairav Astrolog is a child theme of Hello Elementor, created by Elementor team
Author: Shobhit Verma
Author URI: https://www.spiritnoise.com
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* ============================
   GLOBAL STYLES
============================ */
h1, h2, h3, h4, h5, h6 {
    font-family: "Forum", Sans-serif;
    font-weight: 400;
    color: #936d42;
}

body h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.8rem;
}

a {
    color: #936d42;
}

main#content {
    min-height: 100vh;
}

/* ============================
   HEADER STYLES
============================ */
#site-header {
    margin-bottom: 50px;
    border-bottom: 1px solid #C3BEB6;
}

.home #site-header,
.page-id-19 #site-header,
.page-template-page-booking #site-header {
    margin-bottom: 0px;
}

.site-navigation ul.menu li a {
    color: #000;
    text-transform: uppercase;
    font-family: Mulish, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.692307;
    position: relative;
    display: flex;
    align-items: center;
}

.site-navigation ul.menu li a:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-image: url("images/nav-star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all 0.3s ease;
}

.site-navigation ul.menu li a:hover::before {
    transform: rotate(180deg);
}

/* ============================
   WOOCOMMERCE PRODUCT STYLES
============================ */
.product-image-wrapper {
    position: relative;
    overflow: hidden;
    line-height: 0px;
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .product-image-wrapper img {
    display: block;
    margin: 0px;
}

.product-image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(147, 109, 66, 0);
    opacity: 1;
    transition: all 0.3s ease;
    z-index: 1;
}

.product-image-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("images/star-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    opacity: 0.2;
    transition: all 0.3s ease;
    z-index: 1;
}

.product-image-wrapper:hover:before {
    background-color: rgba(147, 109, 66, 0.5);
}

.product-image-wrapper:hover:after {
    background-size: 90%;
    opacity: 0.5;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

.woocommerce ul.products li.product .price {
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Product Page Layout */
.product-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-image {
    flex: 0 0 50%;
    padding: 0 15px;
}

.product-featured-image {
    width: 100%;
    height: auto;
}

.product-content {
    flex: 0 0 50%;
    padding: 0 15px;
    margin: auto 0px;
}

/* ============================
   READ MORE BUTTON STYLES
============================ */
.read-more-button {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 13px 35px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: color 0.3s ease;
    border: 1px solid #936d42;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
}

.read-more-button:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background-image: url("images/nav-star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 0.3s ease;
    z-index: 2;
}

.read-more-button span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.read-more-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ff0000;
    transition: left 0.4s ease;
    z-index: 0;
}

.read-more-button:hover::before {
    background-image: url("images/nav-star-white.svg");
    transform: rotate(180deg);
}

.read-more-button:hover::after {
    left: 0;
}

.read-more-button:hover {
    color: #ffffff;
}

.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,
.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{
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 13px 35px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: color 0.3s ease !important;
    border: 1px solid #936d42 !important;
    position: relative !important;
    overflow: hidden !important;
    z-index: 1 !important;
    border-radius: 5px !important;
}

/* ============================
   BLOG ARCHIVE STYLES
============================ */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.blog-grid-item {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.post-thumbnail {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-thumbnail:hover img {
    transform: scale(1.05);
}

.post-content {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.post-content .entry-title {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.post-content .entry-title a {
    color: #936d42;
    text-decoration: none;
    transition: color 0.3s ease;
}

.post-content .entry-title a:hover {
    color: #7a5835;
}

.post-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    color: #666;
}

.post-meta span {
    display: flex;
    align-items: center;
}

.post-meta .post-date:before {
    content: "📅";
    margin-right: 0.5rem;
}

.post-meta .post-author:before {
    content: "👤";
    margin-right: 0.5rem;
}

.post-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    flex: 1;
}

.post-excerpt p {
    margin: 0;
}

/* Archive Page Header */
.page-header {
    text-align: center;
    margin-bottom: 2rem;
}

.page-header .entry-title,
.page-title {
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #936d42;
}

.page-header .archive-description {
    font-size: 1.125rem;
    color: #666;
    margin: 0;
}

/*Home */
body .eisb-slide-heading {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: inherit;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    text-transform: capitalize;
}
/* Pagination */
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.pagination .nav-previous,
.pagination .nav-next {
    flex: 1;
}

.pagination .nav-next {
    text-align: right;
}

.pagination a {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    color: #936d42;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.pagination a:hover {
    background: #936d42;
    color: #ffffff;
    transform: translateY(-2px);
}

.pagination .meta-nav {
    margin: 0 0.5rem;
}

/* ============================
   SINGLE POST STYLES - ONLY AFFECTS SINGLE POSTS
============================ */
.single .site-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Single Post Header */
.single .page-header {
    margin-bottom: 3rem;
    text-align: center;
}

.single .post-meta-top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.single .post-meta-top span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.single .post-meta-top .post-categories a {
    color: #936d42;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single .post-meta-top .post-categories a:hover {
    color: #7a5835;
}

/* Single Post Title */
.single .entry-title {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2;
    color: #936d42 !important;
    margin: 0 0 1rem 0;
    text-align: center;
}

.single .entry-summary .entry-title{
    text-align: left;
}

/* Post Excerpt in Single */
.single .post-excerpt {
    font-size: 1.2rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 2rem;
    font-style: italic;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Featured Image in Single */
.single .post-featured-image {
    margin: 2rem 0;
    text-align: center;
}

.single .post-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* SINGLE POST CONTENT - LIMITED TO 700PX WIDTH */
.single .post-content-wrapper {
    line-height: 1.8;
    color: #333;
}

.single .post-content-wrapper p {
    max-width: 700px;
    margin: 0 auto 1.5rem auto;
    font-size: 1.1rem;
    text-align: justify;
}

.single .post-content-wrapper h1,
.single .post-content-wrapper h2,
.single .post-content-wrapper h3,
.single .post-content-wrapper h4,
.single .post-content-wrapper h5,
.single .post-content-wrapper h6 {
    max-width: 700px;
    margin: 2rem auto 1rem auto;
    font-weight: 400;
    font-family: "Forum", Sans-serif;
    color: #936d42;
}

.single .post-content-wrapper h2 {
    font-size: 2rem;
    border-bottom: 2px solid #936d42;
    padding-bottom: 0.5rem;
}

.single .post-content-wrapper h3 {
    font-size: 1.5rem;
}

.single .post-content-wrapper h4 {
    font-size: 1.3rem;
}

/* Lists in Single Post */
.single .post-content-wrapper ul,
.single .post-content-wrapper ol {
    max-width: 700px;
    margin: 1.5rem auto;
    padding-left: 2rem;
}

.single .post-content-wrapper li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Blockquotes in Single Post */
.single .post-content-wrapper blockquote {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    background: #f8f9fa;
    border-left: 4px solid #936d42;
    font-style: italic;
    font-size: 1.2rem;
    color: #555;
}

/* Images within Single Post Content */
.single .post-content-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Code blocks in Single Post */
.single .post-content-wrapper pre,
.single .post-content-wrapper code {
    background: #f4f4f4;
    border-radius: 4px;
}

.single .post-content-wrapper pre {
    max-width: 700px;
    margin: 1.5rem auto;
    padding: 1rem;
    overflow-x: auto;
    border: 1px solid #e0e0e0;
}

.single .post-content-wrapper code {
    padding: 0.2rem 0.4rem;
    font-size: 0.9rem;
    color: #936d42;
}

/* Tables in Single Post */
.single .post-content-wrapper table {
    max-width: 700px;
    margin: 2rem auto;
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.single .post-content-wrapper th,
.single .post-content-wrapper td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.single .post-content-wrapper th {
    background: #f8f9fa;
    font-weight: 600;
    color: #936d42;
}

/* Post Tags in Single */
.single .post-tags {
    max-width: 700px;
    margin: 3rem auto 2rem auto;
    padding: 1.5rem 0;
    border-top: 1px solid #e0e0e0;
}

.single .tags-label {
    font-weight: 600;
    color: #936d42;
    margin-bottom: 1rem;
    display: block;
}

.single .tag-links a {
    display: inline-block;
    background: #f8f9fa;
    color: #666;
    padding: 0.5rem 1rem;
    margin: 0.25rem 0.5rem 0.25rem 0;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
}

.single .tag-links a:hover {
    background: #936d42;
    color: white;
    border-color: #936d42;
}

/* Post Navigation in Single */
.single .post-navigation {
    max-width: 700px;
    margin: 3rem auto;
    padding: 2rem 0;
    border-top: 1px solid #e0e0e0;
}

.single .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.single .nav-previous,
.single .nav-next {
    flex: 1;
    max-width: 45%;
}

.single .nav-next {
    text-align: right;
}

.single .nav-subtitle {
    display: block;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.single .nav-links a {
    color: #936d42;
    text-decoration: none;
    transition: color 0.3s ease;
}

.single .nav-links a:hover {
    color: #7a5835;
}

.single .nav-title {
    font-weight: 600;
    line-height: 1.3;
    display: block;
}

/* Author Bio in Single */
.single .author-bio {
    max-width: 700px;
    margin: 3rem auto;
    padding: 2rem;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.single .author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.single .author-name {
    margin: 0 0 0.5rem 0;
    font-size: 1.3rem;
    color: #936d42;
}

.single .author-description {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Comments Section in Single */
.single .comments-area {
    max-width: 700px;
    margin: 3rem auto;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

/* ============================
   CONTACT FORM STYLES
============================ */
.wpcf7 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    margin: 40px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.wpcf7-form label {
    display: block;
    margin-bottom: 8px;
    color: #936d42;
    font-weight: 700;
    font-size: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    max-height: 120px;
    padding: 12px 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #c3a788;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    border-color: #936d42;
    outline: none;
    box-shadow: 0 0 0 2px rgba(147, 109, 66, 0.1);
}

.wpcf7 input[type="submit"] {
    background-color: #936d42;
    color: #ffffff;
    border: none;
    padding: 13px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #7a5835;
    transform: scale(1.02);
}

.connect-whats-app {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 90px;
    z-index: 999;
}
.connect-whats-app a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #4dc247;
}
.connect-whats-app svg {
    fill: white;
    width: 41px;
    height: 50px;
}

.book-now-button{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
.book-now-button a{
	width: 65px;
    height: 65px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #936d42;
    border-radius: 50%;
}

/* ============================
   RESPONSIVE STYLES
============================ */
@media (max-width: 768px) {
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .post-content {
        padding: 1rem;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .product-image,
    .product-content {
        flex: 0 0 100%;
    }
    
    /* Single Post Mobile Styles */
    .single .site-main {
        padding: 1rem;
    }
    
    .single .entry-title {
        font-size: 2rem;
    }
    
    .single .post-meta-top {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .single .post-excerpt {
        font-size: 1.1rem;
    }
    
    .single .post-content-wrapper p {
        font-size: 1rem;
        text-align: left;
    }
    
    .single .post-content-wrapper h2 {
        font-size: 1.5rem;
    }
    
    .single .nav-links {
        flex-direction: column;
        gap: 1rem;
    }
    
    .single .nav-next {
        text-align: left;
    }
    
    .single .author-bio {
        flex-direction: column;
        text-align: center;
    }
    .site-footer .footer-inner{
        gap: 30px;   
    }
    .site-footer .footer-inner .site-branding .site-logo img {
        margin: 0px auto;
    }
}

@media (max-width: 480px) {
    .blog-grid {
        gap: 1rem;
    }
    
    .post-thumbnail {
        height: 150px;
    }
    
    /* Single Post Small Mobile Styles */
    .single .entry-title {
        font-size: 1.8rem;
    }
    
    .single .post-content-wrapper blockquote {
        padding: 1rem;
        font-size: 1.1rem;
    }
    
    .single .post-content-wrapper table {
        font-size: 0.9rem;
    }
    
    .single .post-content-wrapper th,
    .single .post-content-wrapper td {
        padding: 0.5rem;
    }
}