.tab-content ul li .buy{  display: none !important; margin-top:30px !important;  height: 40px !important; line-height:40px !important; background: #183F86 !important; border-radius: 8px !important; text-align:left !important;text-align: center !important; color: white !important; font-size: 20px !important; font-family: Roboto; font-weight: 400; display:block}
.copyright h3{
    font-size: 18px !important;
    text-align: center;
   }
   
   .widget-area {
  

    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Adjust this value to change the distance from the top */
    align-self: start;
    padding: 20px; /* Add some padding if needed */
    z-index: 10; /* Ensure it stays above other content */
  
}

  
   .ouyetckwe{
    display: flex !important;
}

.sidbar-section{
    position: sticky !important;
        top: var(--sticky-top-distance, 0); width: 200px !important;
        max-width: 100% !important;
        z-index: 2 !important;
        margin-left: 100px !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .woocommerce-tabs .tabs {
        flex-direction: column !important;
        border-bottom: none !important;
    }

    .woocommerce-tabs .tabs a {
        border-radius: 0 !important;
        border-bottom: 1px solid #ddd !important;
        margin-bottom: 5px !important;
    }

    .woocommerce-tabs .tabs a.active {
        border-bottom: 1px solid #ddd !important;
    }

    .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 25px !important;
    }
}

/* Optional: Adjust content padding */
.woocommerce-Tabs-panel {
    padding: 20px !important;
}

/* Optional: Ensure tables are responsive */
.woocommerce-Tabs-panel table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-Tabs-panel table, 
.woocommerce-Tabs-panel th, 
.woocommerce-Tabs-panel td {
    border: 1px solid #ddd !important;
}

.woocommerce-Tabs-panel th, 
.woocommerce-Tabs-panel td {
    padding: 10px !important;
    text-align: left !important;
}

.woocommerce-Tabs-panel th {
    background-color: #f9f9f9 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  
    font-size: small !important;
}

 .shop-area p {
     font-size: 14px;
     color: #666;
 }
 
 .shop-area .star img {
     vertical-align: middle;
 }
 
 .price-wrapper {
     margin: 10px 0;
 }
 
 .rrp {
     font-size: 16px;
     color: #999;
     text-decoration: line-through;
     display: block;
 }
 .newrrp {
    font-size: 16px;
    color: #999; 
    display: block;
}
  
 .sale-price {
     font-size: 18px;
     color: #f00;
     font-weight: bold;
 }
 
 .price {
     font-size: 18px;
     color: #333;
     font-weight: bold;
 }

/* Hide sale badge on the shop page */
.woocommerce ul.products li.product .onsale {
    display: none !important;
}

/* Hide sale badge on the single product page */
.woocommerce span.onsale {
    display: none !important;
}

  /* Styling for the sidebar heading */
  .sidebar-heading {
    font-size: 1em; /* Adjust size as needed */
    margin-bottom: 8px; /* Space below the heading */
    padding-bottom: 9px; /* Space within the heading box */
    border-bottom: 1px solid #ccc; /* Optional: adds a bottom border */
}
/* checkout page  */

.wc-block-components-text-input input {
    border-radius: 20px !important;
}

.components-flex-item input{
    border-radius: 20px !important;
}
.wc-block-components-button{
    background-color:#183F86 !important;
    border-radius: 20px !important;
}
.wc-block-components-button:hover{
    background-color:#FFA401 !important;
    }
.wc-block-components-button__text{
    color: #fff !important;
}

/* end checkout */
/* General styling adjustments */
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
    width: 68%;
    margin-top: 33px !important;
}

.woocommerce .quantity .qty {
    width: 6.631em;
    text-align: center;
    border-radius: 15px;
    border-color: #183F86;
    height: 34px;
}

.related h2 {
    display: inline-block !important;
    width: 100% !important;    
    text-align: center;
}

/* Adjust the product image container */
.woo-variation-gallery-wrapper {
    float: left;
    width: 50% !important;
    min-width: 50% !important;
}

/* Ensure the product details are beside the image */
.summary.entry-summary {
    float: right;
    width: 45% !important;
    margin-left: 5% !important;
}

.woocommerce-product-details__short-description,
.price,
.product_meta {
    margin-bottom: 20px;
}

.single_add_to_cart_button {
    background-color: #DBC193 !important;
    color: rgb(12, 12, 12) !important;
    padding: 10px 20px !important;
    border: none !important;
    cursor: pointer !important;
    height: 34px !important;
    border-radius: 24px !important;
    width: 100%;
}

.single_add_to_cart_button:hover {
    background-color: #FFA401 !important;
}

span.onsale {
    background-color: #ff0000 !important;
    color: white !important;
    padding: 5px 10px !important;
    font-weight: bold;
}

.related.products ul.products li.product img {
    max-width: 100%;
    height: auto;
}

/* Clean up the related products section */
.related.products ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woo-variation-gallery-container .wvg-single-gallery-image-container img {
    height: auto !important;
    width: 72% !important;
    max-height: 500px !important;
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    right: 14px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 -0.2% 2.992em 0 !important;
}

.woocommerce div.product div.images img {
    width: 34% !important;
}

/*#primary.content-area {
    padding: 20px !important;
    background-color: #f9f9f9 !important;
}*/

/* Main content styles */
/*#main.site-main {
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}*/

/* Breadcrumb */
.woocommerce-breadcrumb {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

.woocommerce-breadcrumb a {
    color: #183F86 !important;
    text-decoration: none !important;
    line-break: anywhere !important;
    font-size: smaller !important;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline !important;
}

/* Page Header */
.woocommerce-products-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.woocommerce-products-header__title {
    font-size: 36px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

/* Notices */
.woocommerce-notices-wrapper {
    margin-bottom: 59px !important;
}

/* Result Count */
.woocommerce-result-count {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

/* Ordering Form */
.woocommerce-ordering {
    margin-bottom: 20px !important;
}

.woocommerce-ordering .orderby {
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 15px;
    border-color: #183F86;
}

/* Products List */
.products.columns-4 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.products .product {
    width: calc(25% - 20px) !important;
    background: #fff !important;
    border: 1px solid #eee !important;
    padding: 10px !important;
    text-align: center !important;
    position: relative !important;
}

.products .product a {
    text-decoration: none !important;
    color: #000 !important;
    border-radius: 20px !important;
}


.products .onsale {
    position: absolute !important;
    top: 10px !important;
    background: #ff0000 !important;
    color: #fff !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.products .price {
    font-size: 18px !important;
    font-weight: bold !important;
    margin: 10px 0 !important;
}

.products .price del {
    color: #999 !important;
    font-size: 16px !important;
}

.products .button {
    background: #dbc193 !important;
    color: #fff !important;
    padding: 10px !important;
    border: none !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.products .button:hover {
    background: #FFA400 !important;
}

/* Cart Items Table */
.wp-block-woocommerce-cart-items-block table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}

.wp-block-woocommerce-cart-items-block th,
.wp-block-woocommerce-cart-items-block td {
    padding: 10px !important;
    border: 1px solid #eee !important;
    text-align: left !important;
}

.wp-block-woocommerce-cart-items-block th {
    background: #f9f9f9 !important;
    font-weight: bold !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__image img {
    max-width: 100px !important;
    height: auto !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__product {
    font-size: 16px !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__prices {
    font-size: 16px !important;
    margin-top: 5px !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__quantity {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__remove-link {
    background: #f54c4c !important;
    color: #fff !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    font-size: 14px !important;
}

.wp-block-woocommerce-cart-items-block .wc-block-cart-item__remove-link:hover {
    background: #f35656 !important;
}

/* Cart Totals */
.wp-block-woocommerce-cart-order-summary-block {
    padding: 20px !important;
    background: #f9f9f9 !important;
    border: 1px solid #eee !important;
}

.wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block button {
    background: #183F86 !important;
    color: #fffcfc !important;
    padding: 10px !important;
    border-radius: 15px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
}

.wp-block-woocommerce-cart-order-summary-coupon-form-block button:hover {
    background: #183F86 !important;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block,
.wp-block-woocommerce-cart-order-summary-totals-block {
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__label,
.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__label {
    font-weight: bold !important;
}

.wp-block-woocommerce-cart-order-summary-subtotal-block .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item__value {
    font-size: 18px !important;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
    background: #183F86 !important;
    color: #ffffff !important;
    padding: 15px !important;
    text-align: center !important;
    font-size: 18px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    width: 100% !important;
    margin-top: 20px !important;
}

.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover {
    background: #FFA400 !important;
}

/* Media queries for responsiveness */
@media (max-width: 1024px) {
    .woo-variation-gallery-wrapper,
    .summary.entry-summary {
        width: 100% !important;
        float: none !important;
    }

    .related.products ul.products {
        flex-direction: column !important;
    }

    .products .product {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .woo-variation-gallery-container .wvg-single-gallery-image-container img,
    .woocommerce div.product div.images img,
    .products .product img {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .single_add_to_cart_button {
        width: 42% !important;
        font-size: 16px !important;
        margin-top: -30px !important;
        margin-left: 134px !important;
    }

    .products.columns-4 {
        flex-direction: column !important;
    }

    .woocommerce .quantity .qty {
        width: 69% !important;
    }

    .woocommerce-ordering .orderby {
        width: 100% !important;
    }

    .woo-variation-gallery-container .wvg-single-gallery-image-container img {
        width: 94% !important;
        margin-left: 35px !important;
    }

    .woocommerce ul.products li.product {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .related h2,
    .woocommerce-products-header__title {
        font-size: 24px !important;
        float: none !important;
    }

    .woocommerce-result-count,
    .woocommerce-ordering,
    .woocommerce ul.products li.product,
    .woocommerce .quantity .qty {
        font-size: 14px !important;
    }

    .single_add_to_cart_button,
    .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button {
        font-size: 16px !important;
    }

    .woocommerce div.product div.images img,
    .products .product img {
        width: 66% !important;
        margin-left: 36px !important;
    }

    .woo-variation-gallery-wrapper,
    .summary.entry-summary {
        width: 100% !important;
        float: none !important;
    }


}


/* Responsive Styles */
@media (max-width: 768px) {
    .author-info {
        flex-direction: initial; /* Stack author info vertically */
        align-items: flex-start; /* Align items to the left */
        text-align: center; /* Center align text */
		margin-top: -37px;
    }

    .author-avatar img {
        width: 40px;
        height: 40px;
    }



    .post-date {
        font-size: 1em; /* Smaller font size for smaller screens */
    }
}

@media (max-width: 768px) {
    .blogs-title {
        font-size: 2rem !important;
    }
	
	.author-details em,
.post-meta em,
.social-media-links em {
    font-size: 14px;
}
	.content-area{
	margin-top:-74px;}

    .post-image img {
        width: 100%; 
	 margin-top: -23px;
	 padding: 4px;
    }

    .post-content {
        font-size: 0.9rem; 
    }

    .related-posts h2 {
        font-size: 2rem;
    }

    .related-posts-grid {
        flex-direction: column; 
    }

    .related-post-card {
        flex: 1 1 100%; 
    }

    .back-to-blog {
        font-size: 14px;
        padding: 8px 16px;
    }

    .pagination a {
        font-size: 14px;
        padding: 8px 12px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .blogs-title {
        font-size: 2.5rem;
    }
	
	

    .post-image img {
        width: 80%; 
    }

    .post-content {
        font-size: 1rem;
    }

    .related-posts h2 {
        font-size: 2.5rem;
    }

    .related-posts-grid {
        flex-wrap: wrap;
    }

    .related-post-card {
        flex: 1 1 calc(50% - 20px); 
    }

    .back-to-blog {
        font-size: 15px;
        padding: 10px 18px;
    }

    .pagination a {
        font-size: 15px;
        padding: 9px 14px;
    }
}


@media (min-width: 1025px) {
    .related-posts h2 {
        font-size: 3rem;
    }

    .related-posts-grid {
        flex-wrap: wrap;
    }

    .related-post-card {
        flex: 1 1 calc(25% - 20px); 
    }

    .back-to-blog {
        font-size: 16px;
        padding: 10px 20px;
    }

    .pagination a {
        font-size: 16px;
        padding: 10px 15px;
    }
	
	
	
}



@media only screen and (max-width: 767px){

.all-container {
   margin-top: 28px !important;
}

#logo{margin-top:-29px!important;}



}

@media (max-width: 480px) {
    .social-media-links {
       flex-direction: inherit; /* Stack social icons vertically */
        gap: 5px;
    }

    .social-icon {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }

    .author-details, .post-meta {
        margin-bottom: 10px; /* Reduced margin for smaller screens */
    }
}

  /* Custom WooCommerce product search form */
  .woocommerce-product-search {
    display: flex !important;
    justify-content: center !important;
    margin: 20px 0 !important;
}

.woocommerce-product-search .search-field {
    width: 250px !important;
    padding: 10px;
    border: 1px solid #ccc !important;
    border-radius: 5px 0 0 5px !important;
    font-size: 16px !important;
}

.woocommerce-product-search button[type="submit"] {
    padding: 10px 20px !important;
    border: 1px solid #183F86 !important;
    background-color: #183F86 !important;
    color: #fff !important;
    border-radius: 0 5px 5px 0 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    transition: background-color 0.3s !important;
}

.woocommerce-product-search button[type="submit"]:hover {
    background-color: #0a2d6e !important;
}


@media (max-width: 768px) {
    .ouyetckwe {
        flex-direction: column;
    }

    .ouyetckwe .col-md-8, .ouyetckwe .col-md-4 {
        flex: 1 0 100%; 
        order: unset; 
    }

    .sidbar-section {
      
        margin-left: 0 !important;
        width: auto !important;
    }
    .up-sells h2{
        text-align: center !important;
    }
}



.woocommerce div.product .product_title{
    font-size: 27px;
    font-weight: bold !important;
    font-family: Roboto;
}


/* thank you page  css  */

  
  
.wrapper-1{
    width:100%;
    height:100vh;
    display: flex;
  flex-direction: column;
  }
  .wrapper-2{
    padding :30px;
    text-align:center;
  }
  h1{
      /* font-family: 'Kaushan Script', cursive; */
    font-size:4em;
    letter-spacing:3px;
    color:#183F86 ;
    margin:0;
    margin-bottom:20px;
  }
  .wrapper-2 p{
    margin:0;
    font-size:1.3em;
    color:#aaa;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing:1px;
  }
  .go-home{
    color:#fff;
    background:#183F86;
    border:none;
    padding:10px 50px;
    margin:30px 0;
    border-radius:30px;
    text-transform:capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
  }
  
  
  
  @media (min-width:360px){
    h1{
      font-size:4.5em;
    }
    .go-home{
      margin-bottom:20px;
    }
  }
  
  @media (min-width:600px){
    .content{
    /* max-width:1000px; */
    margin:0 auto;
  }
    .wrapper-1{
    height: initial;
    /* max-width:620px; */
    margin:0 auto;
    margin-top:50px;
    /* box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2); */
  }
    
  }



  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
   
    width: 100% !important;
    margin-top: 30px !important;
}

  
.mt-2 {
    margin-top: .5rem !important;
    float: inline-end !important;
   
    background-color: #183F86 !important;
    border-color:  #183F86 !important;
}

.mt-2:hover{
    background-color:#e7ab3c!important ;
    border-color: #e7ab3c !important;
}

.form-control {
   
    width: 60% !important;
   
}
.cart_totals h2{
    font-size: medium !important;
    font-weight: bold;

}

.coupon	label {
    display: none !important;
  
}

.checkout-button{
    background-color:  #183F86 !important;
}

.checkout-button:hover {
    background-color: #e7ab3c !important;
}


.cross-sells{
    display: none !important;
}



 input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    max-height: 50px;
    min-height: 0;
    padding: 1em;
   
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
}


.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height:50px;
    line-height: 80px;
    margin: 0 0 -4px;
    user-select: none;
    -webkit-user-select: none;
    padding-top: 12px;
}



.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)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{margin-top: 30px !important;
    height: 40px !important;
    line-height:7px !important;
    background: #183F86 !important;
    border-radius: 8px !important;
    text-align: left !important;
    text-align: center !important;
    color: white !important;
    font-size: 20px !important;
    font-family: Roboto;
    font-weight: 400;
    display: block;background-color: #183F86;}
	
	
	rimary { background: #34495e; color: #fff; padding: 5px 10px; border-radius: 4px; }
body .slicewp-button-primary:hover { background: #2c3e50; }


body .slicewp-field-wrapper input[type="text"],
body .slicewp-field-wrapper input[type="password"],
body .slicewp-field-wrapper input[type="email"],
body .slicewp-field-wrapper input[type="url"],
body .slicewp-field-wrapper textarea,
body .slicewp-field-wrapper select { border: 2px solid #bdc3c7; padding: 5px 10px; background: #ffffff; border-radius: 4px; }



.page #main .container {
    padding: 56px 15px !important;
}


.post-image{
    width: 100%;
   
}
.button-shop {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #066aab; 
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.blog-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #066aab; 
    border-radius: 5px;
    text-decoration: none;
   
}


    .blogs-title {
        margin-top: 32px;
		    font-size: 3em !important;
			    text-align: center;
    }

    .post-image {
        display: flex;
        justify-content: center; /* Center horizontally */
        margin-bottom: 20px; /* Spacing below image */
    }

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

    .post-meta {
        font-size: 14px;
        color: #777;
        margin-bottom: 10px;
    }

    .post-date, .post-categories, .post-tags {
        display: block;
    }

    .post-content {
        font-size: 1rem;
        line-height: 1.6;
        color: #555;
        margin-bottom: 20px;
    }

    .post-content p {
        margin-bottom: 15px;
    }

    .back-to-blog {
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        background-color: #F24822;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s, box-shadow 0.3s;
    }

    .back-to-blog:hover {
        background-color: #000;
        box-shadow: 0 4px 8px #fff;
    }

   
    .content-area {
        position: relative;
        padding-right: 20px; 
		padding: 25px;
    }

  

    @media (max-width: 768px) {
       .blogs-title {
    font-size: 1.6rem !important;
    padding: 21px;
}

        .back-to-blog {
            font-size: 14px;
            padding: 8px 16px;
        }
    }
	
	
	


.post-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
 
    margin-top: 20px;
    padding: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}




.post-box img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #ddd;
}


.post-title {
    font-size: 20px;
    margin: 15px 0;
}

.post-title a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}


.post-box p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.read-more {
        display: inline-block;
        padding: 8px 15px;
        font-size: 14px;
        color: #fff;
        background-color: #183F86;
        text-decoration: none;
        border-radius: 4px;
    }
    .read-more:hover {
        color: #fff;
        background-color: #183F86;
        text-decoration: none;
        border-radius: 4px;
    }

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.pagination a:hover {
    background-color: #007bff;
    color: #fff;
}

.social-media-links{position: relative;}

.social-media-links em {position: absolute;
    top: -26px;}
.pagination .current {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
    padding: 10px 15px; 
    border-radius: 5px; 
    text-decoration: none; 
}

.all-container{ 
margin-top: 99px;}


  .social-media-links {
            display: flex;
            gap: 10px;
        }
		
        .social-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            color: #fff;
            background-color: #333;
            border-radius: 50%;
            text-decoration: none;
            font-size: 14px;
        }

        .facebook-icon {
            background-color: #3b5998;
        }

        .twitter-icon {
    background-color: #ffffff;
}

        .linkedin-icon {
            background-color: #2767b1;
        }

.pinterest-icon{
background-color: #e60023; }
        .social-icon:hover {
            opacity: 0.8;
        }
		
		
		.author-info {
       display: flex;
    justify-content: center;
    gap: 26px;
    align-items: center;
	padding: 20px;
}




.author-details {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    margin-bottom: 20px; 
}

.author-details em {
    font-style: italic;
    color: #777; 
    display: block; 
    margin-bottom: 5px; 
}

.author-name {
    font-weight: bold;
    font-size: 1.2em; 
    color: #333; 
}
.post-meta {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    margin-bottom: 20px; 
}

.post-meta em {
    font-style: italic; 
    color: #777; 
    display: block; 
    margin-bottom: 5px; 
}

.post-date {
    font-weight: bold; 
    font-size: 1.1em; 
    color: #333; 
}



.related-posts {
    margin-top: 30px;
	padding: 30px;
}

.related-posts h2 {
    font-size: 39px;
    margin-bottom: 20px;
	text-align: center;
    padding: 24px;
}

.related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
	}

.related-post-card {
    flex: 1 1 calc(25% - 20px); 
    box-sizing: border-box;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.related-post-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-post-thumbnail {
    width: 100%;
    height: 200px; 
    object-fit: cover;
}

.related-post-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.related-post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.related-post-excerpt {
    flex: 1;
    margin-bottom: 15px;
}

.related-post-button {
    background-color: #183F86;
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-decoration: none;
	width: 111px;
}

.related-post-card:hover {
    transform: scale(1.05); 
}


.related-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 

}



.buy{ margin-top:30px !important; height: 40px !important; line-height:40px !important; background: #e7ab3c !important; border-radius: 8px !important; text-align:left !important;text-align: center !important; color: white !important; font-size: 20px !important; font-family: Roboto; font-weight: 400; display:block}

.buy{
    display: none !important;
}
.add_to_cart_button {
    display: none !important;
}





