html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 14px
}

* {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
}
:after,:before {
box-sizing: border-box
}
a {
background-color: transparent;
text-decoration: none;
line-height: 18px;
font-size: 16px;
}
a:active,a:hover {
outline: 0;
text-decoration: underline;
}
img {
border: 0;
vertical-align: middle;
width: 100%;
display: inline-block;
}
img, svg {
vertical-align: middle;
}
svg:not(:root) {
overflow: hidden
}

body {
font-family: DIN Next,-apple-system,system-ui,-apple-system,Segoe UI,Ubuntu,Roboto,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,Arial,sans-serif;
line-height: 1.8;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
word-wrap: break-word;
margin: 0;
font-size: 16px;
}

:root {
--blue: #007cbc;
--green: #e07a0c;
--yellow: #e07a0c;
--red: #EA4335;
--light-red: #ff6c60;
--light-gray: #f9f9f9;
--white: #fff;
--dark-gray: #333;
--eee-gray: #9d9d9d;
--light-blue: #eaf1fd;
--black: #000;
--orange: #e07a0c;
--purple: #6A0DAD;
--dark-green: #a3ba1e;
--burgundy: #800020;
--primary-blue: #0095e1;
--accent-orange: #e07a0c;
--feature: #000;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6,button{
font-family: inherit;
line-height: 1.1;
color: var(--black);
margin: 0;
padding: 0
}
p {
margin: 0
}
li,p,ul {
padding: 0
}

li,ul {
margin: 0 0 10px;
list-style: none
}
.hidden{
overflow: hidden;
}
.banner-carousel{position:relative;height:700px;overflow:hidden;margin-top: 110px;}
.banner-slides{display:flex;height:100%;transition:transform 0.8s ease-in-out;}
.banner-slide{flex:0 0 100%;height:100%;background-size:cover;background-position:center;position:relative;}
.banner-content{position:absolute;left:50%;top:50%;transform:translate(-150%,-50%);background: rgb(70 70 70 / 75%);padding:30px 50px;animation:textSlide 1.2s ease forwards;}
@keyframes textSlide{to{transform:translate(-50%,-50%);}}
.banner-content a{color:white;text-decoration:none;display:block;transition: transform 0.3s ease;}
.banner-content a:hover{transform:scale(1.04);}
.banner-content h2{font-size:36px;margin-bottom:15px;color:#fff;}
.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer;background:rgba(0,0,0,0.3);padding:20px;color:white;transition: transform 0.3s ease;}
.banner-arrow:hover{background:rgba(0,0,0,0.6);transform:translateY(-50%) scale(1.15);}
.banner-prev{left:30px;}
.banner-next{right:30px;}
.banner-dots{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;}
.banner-dot{width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer;transition: transform 0.3s ease;}
.banner-dot.active{background:white;transform:scale(1.4);}
.hw-yj{margin-top:100px!important;}
.service-section {
background-color: #f9f9f9;
padding: 20px 10px;
}
.service-container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1440px;
margin: 0 auto;
}
.service-item {
flex: 1;
min-width: 220px;
max-width: 350px;
margin: 10px;
}
.service-item-content {
display: flex;
align-items: center;
padding: 20px;
}
.service-item-content i {
font-size: 40px;
color: var(--blue);
margin-right: 15px; 
}
.service-text {
display: flex;
flex-direction: column;
}
.service-text h4 {
font-size: 18px;
font-weight: bold;
color: #333;
margin-bottom: 10px;
}
.service-text p {
font-size: 1rem;
color: #777;
}
@media screen and (max-width: 768px) {
.service-item {
flex: 1 1 100%;
max-width: none;
margin-bottom: 20px;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.service-item {
flex: 1 1 45%;
}
}
.accordion {
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.accordion-item {
    margin-bottom: 10px;
}

.accordion-header {
    background-color: var(--white);
    width: 100%;
    padding: 1.6rem;
    cursor: pointer;
    border: 1px solid rgb(191, 191, 191);
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: center;
}

.accordion-header h3,
.accordion-header span {
    margin: 0;
    text-align: left;
}
.accordion-header .ac-flex span{
  color: #757575;
  font-size: 1rem;
}
.accordion-header .ac-flex span{
  color: #757575;
  font-size: 1rem;
}
.accordion-header .ac-flex .fas, .accordion-header .ac-flex .fa-solid {
    color: var(--yellow);
}
.accordion-header h3 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 1.8rem;
}

.accordion-icon {
    font-size: 16px;
    transition: transform 0.3s ease;
    margin-left: 10px; 
}

.accordion-item.active .accordion-icon {
    transform: rotate(90deg);
}

.accordion-content {
    display: none;
    padding: 1.6rem;
    background-color: var(--white);
    transition: max-height 0.3s ease;
    overflow: hidden;
    border-left: 1px solid rgb(191 191 191);
    border-right: 1px solid rgb(191 191 191);
    border-bottom: 1px solid rgb(191 191 191);
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    display: block;
    transition: max-height 0.5s ease-in-out;
}

.accordion-item.active .accordion-header {
    background-color: var(--white);
    border-bottom: 1px solid #ddd;
}

.accordion-content h5 {
font-size:21px;
}
.accordion-content table {
    width: 100%;
    border-collapse: collapse;
}

.accordion-content table th, .accordion-content table td {
    padding: 10px;
    text-align: left;
    border: 1px solid var(--blue);
}
.accordion-header h3:hover {
    text-decoration: underline;
}

.accordion-content p {
    margin: 0;
}

.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: var(--light-red);
    color: var(--white);
}
.page-wd{
max-width: 1440px;
margin: 4rem auto 8rem;
display: flex;
flex-direction: column;
margin-top: 150px;
}
}
.pay-content{
font-size:16px;
}
.pay-content a{
font-size:21px;
color: var(--blue);
}
.entry-content .woocommerce{
margin: 0 auto;
max-width: 640px;
}

.product-share-buttons {
margin-top: 20px;
}
.product-share-buttons span{
font-size: 21px;
}

.social-share-button {
padding: 10px 5px;
display: inline-block;
font-size: 21px;
color: var(--eee-gray);
transition: color 0.3s;
}

.social-share-button:hover {
color: var(--blue);
}
.woocommerce ul.products li.product .button {
width: 100%;
display: flex;
justify-content: center;
background: var(--blue);
color: var(--white);
}
.woocommerce ul.products li.product .button:hover {
   background: var(--primary-blue);
}
.pay-content h3, .pay-content h2,{
font-size:24px;
line-height: 32px;
font-family: roboto;
}
.pay-content .wc-block-components-totals-footer-item-tax-value{
color: var(--red);
    line-height: 30px;
}
.pay-content .wc-block-cart .wc-block-cart__submit-container {
    background: var(--blue);
}
.pay-content .wc-block-cart .wc-block-cart__submit-container a{
    color: var(--white);
}
.pay-content .wc-block-checkout__sidebar .wc-block-components-product-name{
    color: var(--blue);
    line-height: 30px;
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed; 
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius:0;
    margin: 0;
    padding: 0;
}

.cart-count {
background-color:var(--red);
color: white;
border-radius: 50%;
padding: 0.1em 0.4em;
font-size: 14px;
position: absolute;
top: -5px;
right: -10px;
display: none
}
.cart-count.show {
    display: block;
}
.pay-content .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: var(--blue);
      border: 0;
}
.pay-content .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text{
    color: var(--white);
    font-size: 18px;
}
.pay-content .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background: #0087cd;
}
.pay-content .wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    display: none;
}
.pay-content .wp-block-button__link {
    background-color: var(--blue);
}
.pay-content .has-text-align-center {
margin-bottom: 2rem;
color: var(--red);
}
.pay-content .wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important;
    display: none;
}
.pay-content .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    padding: 5px!important;
}
.forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
padding: 6px!important;
background:  var(--blue);
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover {
background:  var(--yellow);
}
.forminator-ui#forminator-module-211.forminator-design--default .forminator-button-submit {
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
}
.forminator-ui.forminator-custom-form[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 10px!important;
}
.forminator-ui#forminator-module-213.forminator-design--default .forminator-button-submit {
font-size: 16px;
font-weight: bold;
color:var(--white);
}
.wp-block-button__link {
    color: var(--white)!important;
}
a[href="/cart"] {
    position: relative;
}

.woocommerce ul.products li.product a {
    overflow: hidden;
}

.woocommerce ul.products li.product a img {
transition: transform 0.5s ease, opacity 0.5s ease;
border: 1px solid #eee;
}
.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
  font-size: 1.2em !important;
  color: var(--red);
}
.woocommerce ul.products li.product a img:hover {
    opacity: 0.9;
}
.woocommerce-loop-product__title:hover {
color: var(--blue);
}
.woocommerce .star-rating {
    color:var(--blue);
}
.woocommerce ul.products li.product .onsale {
background-color: var(--red);
margin: .5em .5em 0 0;
padding:0
}
.woocommerce span.onsale {
    top: 1em;
    left: 1em;
    background-color: var(--red);
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    background: var(--white);
    padding: 1rem;
}

.d-flex {
gap: 10px;
}
.entry-error h1{
color:var(--red);
}
.content-area{
    max-width: 1440px;
    margin: 130px auto 3rem;
  padding: 0 17px;
}

.de_image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}

.de_image-grid a {
display: block;
overflow: hidden;
border-radius: 8px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}

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

.de_image-grid img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}

.de_image-grid a:hover img {
transform: scale(1.05);
}


@media (max-width: 768px) {
.de_image-grid {
grid-template-columns: 1fr;
}
}
.wpc-filters-widget-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
   gap:20px;
}
.wpc-filters-widget-wrapper > *:first-child {
    margin-left: 0;
}
.wpc-filters-section {
    margin-bottom: 1em;
    display: flex;
}
.wpc-filter-title {
font-size: 0;
}

.wpc-filters-section-331 .wpc-filter-title::before {
    content: '\f013';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}
.wpc-filters-section-332 .wpc-filter-title::before {
    content: '\f1fc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}
.wpc-filters-section-333 .wpc-filter-title::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}

.wpc-filters-section-334 .wpc-filter-title::before {
    content: '\f53f';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}

.wpc-filters-section-335 .wpc-filter-title::before {
    content: '\f545';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}

.wpc-filters-section-336 .wpc-filter-title::before {
    content: '\f0ac';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px; 
    font-size: 18px;
    color: #333;
}


.wpc-widget-close-container .wpc-filters-section{
    flex: 0 1 auto;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--red);
    font-size: 2em;
    padding: 10px 0;
}
.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: var(--blue);
}
.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: var(--yellow);
}
.woocommerce .quantity .qty {
    padding: 5px 0;
    margin-right: 8px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: calc(16% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px; 
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs .panel h2 span{
color: var(--blue);
}
.woocommerce div.product .woocommerce-tabs .panel p{
    line-height: 22px;
}
.woocommerce table.shop_attributes td {
padding: 0 8px;
}

.woocommerce div.product {
    overflow: hidden;
}
.woocommerce p.stars a {
    color: var(--blue);
}

.content-area .product_meta{
    display: flex;
    flex-direction: column;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: .5em 1rem;
}
.woocommerce table.shop_attributes {
    margin-top: 1rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: var(--red);
}
.woocommerce ul.products li.product .price {
    font-size: 1.5em;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 1.5rem;
    font-weight: 400;
}
.woocommerce .woocommerce-ordering select {
    padding: 5px;
    font-size: 1.1rem;
}

.woocommerce-message {
    border-top-color: var(--yellow);
}
.woocommerce-message::before {
    color: var(--yellow);
}
.woocommerce-MyAccount-navigation-link woocommerce-MyAccount-navigation-link--downloads a{
color: var(--blue);
}

.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {
display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #ededed;
    padding: 5px;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover {
    border: 2px solid #ff5733; 
}

.woocommerce div.product span.price ins {
    text-decoration: none;
    font-size: 2.6rem;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 1.2em;
}
.woocommerce div.product form.cart .variations select {
    padding-right: 3em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    background: var(--white);
    padding: 2em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    vertical-align: middle;
}
.shipping-note{
	padding-top: 10px;
    font-size: 14px;
    clear: both;
}
.shipping-note a{
    color: var(--dark-gray);
}
.shipping-note a:hover{
    color: var(--blue);
}
.sec_container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.search-title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: var(--blue);
}

.woocommerce div.product form.cart .reset_variations {
color: var(--blue);
}

.woocommerce div.product form.cart .reset_variations {
display: none !important;
}

.woocommerce div.product form.cart .variations {
margin-top: 1em;
}

.search-title span {
font-weight: bold;
color: var(--yellow);
padding: 0 10px;
}

.search-results {
display: flex;
flex-direction: column;
gap: 20px;
border-block-start: 1px solid #eee;
padding-top: 30px;
}

.entry-title a {
font-size: 1.8rem;
color: var(--blue);
text-decoration: none;
}

.entry-title a:hover {
text-decoration: underline;
}

.entry-meta {
font-size: 1rem;
color: var(--black);
margin-top: 5px;
}

.entry-summary {
font-size: 1rem;
line-height: 1.6;
margin: 0;
color: #333;
padding:2rem;
background-color: var(--white);
}

.read-more {
font-size: 1rem;
color: var(--blue);
text-decoration: none;
font-weight: bold;
}

.read-more:hover {
    text-decoration: underline;
}

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

.pagination .page-numbers {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 5px;
    text-decoration: none;
}

.pagination .page-numbers:hover {
    background-color: #e07a0c;
}

.no-results {
    text-align: center;
    margin-top: 30px;
}

.no-results h2 {
    font-size: 1.8rem;
    color: #007cbc;
}

.no-results p {
    font-size: 1rem;
    color: #000;
}
.entry-error{
max-width: 800px;
margin: 6rem auto;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.entry-error img{
max-width: 400px;
}
.entry-error a{
color: var(--blue);
}
.align-items-center {
align-items: center !important;
}
.mb-2 {
margin-bottom: .5rem !important;
}
.g-2, .gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-2, .gx-2 {
--bs-gutter-x: 0.5rem;
}
.header {
width: 100%;
border-bottom: 1px solid #eee;
position: fixed;
top: 0;
left: 0;
background: #fff;
z-index: 999;
max-height: 110px;
}
.top-bar {
background-color: var(--black);
color: var(--white);
text-align: center;
padding: 4px 0;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--eee-gray);
    color: white;
    border: none;
    padding: 10px 13px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    opacity: 0.75; 
}
@media (max-width: 768px) {
    .back-to-top {
        display: none;
    }
}

.top-bar span{
color: var(--red);
font-size: 20px;
font-weight: 600;
}
.top-bar a {
color: var(--white);
text-decoration: none;
margin: 0 15px;
}
.top-bar a:hover {
text-decoration: underline;
}
.nav-container {
max-width: 1440px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
background-color: var(--white);
}
.logo img {
width: 100px;
height: 28px;
}

.products-menu .fas, .fa-solid {
font-size: 1rem;
margin-left: 2px;
}

/*menu*/
.nav-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}

.nav-menu li {
  position: relative;
  margin: 0 16px;
}

.nav-menu a {
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s;
  font-size: 1.25rem;
}

.nav-menu a:hover {
  color: var(--blue);
}

.dropdown {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: var(--white);
  list-style: none;
  min-width: 200px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  border: 1px solid #eee;
  z-index: 900;
}

.nav-menu li:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  background-color: var(--white);
}

.dropdown li {
  margin: 0;
  transition: all 0.3s ease;
}

.dropdown li a:hover {
  color: var(--blue);
}

.dropdown a {
  font-size: 16px;
  width: 100%;
  display: inline-block;
  padding: 8px;
}

.nav-utils {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-utils a {
  color: var(--feature);
  font-size: 20px;
  text-decoration: none;
}

.nav-utils a:hover {
  color: var(--blue);
}

.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
  color: var(--feature);
}
.pra-dropdown .fa-solid {
    font-size: 12px;
    padding-left: 2px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  z-index: 1500;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu ul {
  list-style: none;
  padding: 20px;
}

.mobile-menu li {
  margin: 20px 0;
}

.mobile-menu a {
  color: var(--dark-gray);
  font-size: 18px;
  text-decoration: none;
}

.mobile-menu .dropdown {
  position: static;
  box-shadow: none;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: none;
  display: none;
}

.mobile-menu .dropdown.active {
  display: block;
}

.close-btn {
  text-align: right;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  display: none;
}

.mobile-menu.active .close-btn {
  display: block;
}

.search-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
display: flex;
justify-content: center;
align-items: center;
z-index: 2000;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.search-overlay.active {
opacity: 1;
visibility: visible;
}

.search-box {
background-color: var(--blue);
padding: 40px;
width: 100%;
max-width: 1440px;
border-radius: 5px;
position: relative;
}

.search-box input {
width: 100%;
padding: 10px;
font-size: 16px;
border: 1px solid var(--light-gray);
border-radius: 5px;
background: #eee;
}
.search-close {
position: absolute;
top: 5px;
right: 5px;
font-size: 24px;
color: var(--dark-gray);
cursor: pointer;
}

.im_a a{
font-size: 16px!important; 
color: var(--white)!important;
}
.container{
width: 1440px;
margin: 0 auto;
}
.filters-container {
padding: 5px;
width: 11%;
}
.container-max{
width: 55%;
}
.flex{
display: flex;
align-items: center;
justify-content: space-between;
}
.container-flex {
display: flex;
align-items: center;
justify-content: space-between;
}

.main-lcp{
padding: 2rem 0;
display: flex;
justify-content: center;
background: var(--blue);
min-height: 400px;
margin-top: 110px;
}

.main-lcp-text{
opacity: 0;
transform: translateX(-100%); 
transition: transform 1s ease-out, opacity 1s ease-out;
}

.animate-visible{
opacity: 1 !important;
transform: translateX(0) !important;
transition: transform 1s ease-out, opacity 1s ease-out;
}

.main-lcp h1{
font-size: 50px;
font-weight:600;
margin:0;
color: var(--white);
padding-bottom: 10px;
}
.main-lcp-top{
font-size: 36px;
font-weight:500;
color: var(--yellow);
}
.main-lcp p{
font-size: 16px;
font-weight:400;
font-style: italic;
color: var(--white);
}
.main-lcp-button{
margin-top: 20px;
padding:4px 10px;
border-radius: 5px;
border: none;
cursor: pointer;
background: var(--yellow);
}
.main-lcp-button a{
font-size: 18px;
font-weight:600;
color: var(--white);
padding: 10px;
display: block;
letter-spacing: 1px;
text-decoration: none;
}
.main-lcp-button a:hover{
text-decoration: underline;
}
.main-lcp-img {
width: 34%;
overflow: hidden;
transition: transform 0.3s ease; 
}
.main-lcp-img img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease; 
}
.main-lcp-img:hover img {
transform: scale(1.05);
}
.main-card{
padding: 0;  
}
.bt-top{
margin-top: 8rem;  
}

/*products-card*/
.main-card h2{
padding-bottom: 2rem; 
font-size: 36px;
}

.six-card {
display: flex;
flex-wrap: wrap;
justify-content: space-between; 
}
.feature-card {
flex-basis: calc(25% - 40px);
margin-bottom: 40px;
}

.icon img {
 transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.icon img:hover {
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2); 
background-color: rgba(255, 255, 255, 0.3); 
}

.feature-card h3 a{
font-size: 16px;
margin-bottom: 10px;
font-weight:400;
color: var(--black);
text-align:left;
line-height:21px;
}
.feature-card h3 a:hover{
color: #005bb5;
text-decoration: none;
}

.product-info {
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 1rem;
}

.product-details {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 1rem;
}

.product-price {
font-size: 1.2em;
font-weight: bold;
color: var(--red);
}

.add-to-cart {
background-color: var(--blue);
color: white;
padding: 8px 16px;
text-decoration: none;
border-radius: 4px;
}

.add-to-cart:hover {
    background-color: #005bb5;
}
/*products-card*/

.product-category-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6rem;
    justify-content: space-between;
}

.category-module {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.category-left {
    flex: 1;
    padding-right: 20px;
    color: #fff;
}

.category-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  color: var(--white);
}

.category-description {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.view-more {
    font-size: 16px;
 color: var(--white);
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}
.category-right {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-card {
    width: 48%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
}
.product-image-wrapper {
    position: relative;
}

.product-image,
.product-hover-image {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.product-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card:hover .product-hover-image {
    opacity: 1;
}

.product-title {
    font-size: 18px;
    margin: 15px 0;
}
.breadcrumb-container {
font-family: inherit;
margin: 20px 0;
padding: 0;
display: flex;
justify-content: center;
}
.breadcrumb ul{
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
font-size: 14px;
}
.breadcrumb li {
margin-right: 10px;
}
.breadcrumb li span {
color: #888;
}
.breadcrumb li a {
text-decoration: none;
color: var(--blue);
}

.breadcrumb li[aria-current="page"] span {
color: #333;
}
.breadcrumb li a:hover {
text-decoration: underline;
}

.testimonial-section {
text-align: center;
background:var(--light-gray);
padding: 6.25rem;
 background-size: cover;
}
.testimonial-section h2 {
font-size: 36px;
margin-bottom: 40px;
color: var(--feature);
}
.testimonial-container {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin: 0 auto;
max-width: 1440px;
}
.testimonial-container span {
font-size: 16px;
line-height: 26px;
}
.testimonial-container .rating-star {
width: 18px;
}
.testimonial-card {
display: flex;
align-items: center; 
border-radius: 5px;
padding: 30px;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
max-width: 1100px;
transition: transform 0.3s ease, background-color 0.3s ease;
min-height: 230px;
}
.testimonial-card.active.blue {
background-color: var(--blue);
}
.testimonial-card.active.green {
background-color: var(--green);
}
.testimonial-card.active.purple {
background-color: var(--purple);
}
.testimonial-card.active.orange {
background-color: var(--orange);
}
.testimonial-card.active.burgundy {
background-color: var(--burgundy);
}
.testimonial-card .author-img {
width: 120px;
height: auto;
border-radius: 50%;
object-fit: cover;
margin-right: 30px;
}
.star-half{
color: var(--red);
font-size: 24px;
margin-right: 2px;
}
.star {
color: var(--red);
font-size: 21px;
margin-right: 2px;
}
.testimonial-content {
text-align: left;
}
.testimonial-card h3 {
font-size: 1.4em;
margin-bottom: 10px;
color: var(--white);
}
.testimonial-card p {
font-size: 1em;
color: var(--white);
line-height: 1.6;
}
.rating-number{
color: var(--red);
line-height: 24px;
font-size: 21px;
}
.nav-btn {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
color: var(--black);
border: none;
cursor: pointer;
font-size: 30px;
transition: color 0.3s ease;
}
.nav-btn:hover {
opacity: 0.75;
}
.nav-btn.left {
left: 30px;
}
.nav-btn.right {
right: 30px;
}
.testimonial-card:not(.active) {
display: none;
}
fieldset {
margin-bottom: 0.5em;
border: 1px solid black;
padding: 0 0.5rem;
}
legend {
font-size: 13px; 
font-weight: bold; 
color: var(--black);
display: flex;
padding: 0 3px;
}
.filte_text{
display:flex;
}

.contact-form-container {
    margin: 0 auto;
    padding: 20px;
    background-color: var(--light-gray);
}
.contact-form-container label {
    display: block;
    font-size: 16px;
}
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #eee;
    border-radius: 4px;
    box-sizing: border-box;
}
.contact-form-container input[type="text"]:hover,
.contact-form-container input[type="email"]:hover,
.contact-form-container textarea:hover {
    border-color: var(--red);
}
.contact-form-container input[type="submit"] {
    background-color: var(--blue);
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.contact-form-container input[type="submit"]:hover {
    background-color: #005f8c;
}
@media (max-width: 768px) {
    .contact-form-container {
        padding: 15px;
    }
    .contact-form-container input[type="text"],
    .contact-form-container input[type="email"],
    .contact-form-container textarea {
        font-size: 14px;
    }

    .contact-form-container input[type="submit"] {
        font-size: 14px;
    }
}

.faq-container {
    padding: 50px 0;
}

.faq-container h2 {
    width: 100%;
    text-align: center;
    color: var(--feature);
    margin-bottom: 30px;
    font-size: 36px;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    position: relative;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    background: var(--light-gray);
    color: var(--feature);
    border: none;
    text-align: left;
    padding: 20px 30px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
}

.faq-question::after {
    content: '+';
    position: absolute;
    right: 30px;
    color: var(--black);
    font-size: 20px;
    transition: transform 0.3s;
}

.faq-question.active::after {
    content: '\2715'; 
    transform: none;
    font-size: 12px;
}

.faq-answer {
    padding: 20px 15px;
    display: none; 
    background: var(--white);
    font-size: 18px;
}

.faq-answer.open {
    display: block;
}

.product-container {
    padding: 10px 0;
}
.product-item {
    border-bottom: 1px solid #ddd;
    position: relative;
}
.product-item:last-child {
    border-bottom: none;
}
.product-thead {
    width: 100%;
    background: var(--light-gray);
    color: var(--feature);
    border: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    position: relative;
    display: flex;
    align-items: center;
}
.product-thead::after {
    content: '+';
    position: absolute;
    right: 30px;
    color: var(--black);
    font-size: 20px;
    transition: transform 0.3s;
}
.product-thead.active::after {
    content: '\2715'; 
    transform: none;
    font-size: 12px;
}
.product-detail {
    padding: 20px 15px;
    display: none; 
    background: var(--white);
}
.product-detail-tb table {
    width: 100%;
    border-collapse: collapse;
}
.product-item-tb{
    margin: 2rem 0
}
.product-detail-tb th, .product-detail-tb td {
    padding: 0;
    text-align: center;
    border: 1px solid #999; 
	line-height: 40px;
}
.product-item-tb p{
font-size: 24px;
padding: 1rem 0;
}
.product-detail a{
  color: var(--blue);
}
.product-detail.open {
    display: block;
}

.product-detail h2 {
    font-size: 1.785rem;
      margin-bottom: 10px;
  color: var(--black);
}

.product-detail h3 {
    font-size: 1.75rem;
    margin-top: 24px;
    margin-bottom: 10px;
  color: var(--black);
  }

  .product-detail p, .product-detail ul li {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }

 .product-detail ul li {
	list-style: disc;
    margin-left: 20px;
	margin-bottom: 0;
  }

.ret-pro {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: var(--light-gray);
}

.ret-icon {
  color: var(--blue);
  margin-right: 20px;
 }

.ret-icon .fa-arrow-rotate-left{
  font-size: 24px; 
 } 

.ret-text {
  flex-grow: 1;
}

.ret-text h4 {
  font-size: 26px;
  font-weight: bold;
  color: var(--black);
  margin: 0 0 10px;
}

.ret-text p {
  font-size: 18px;
  color: var(--black);
  margin: 0 0 10px;
}

.ret-text span {
  font-weight: bold;
  color:var(--red);
}

.ret-text a {
  font-size: 16px;
  color:var(--black);
  text-decoration: underline;
  font-weight: normal;
}

.ret-text a:hover {
  text-decoration: underline;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
 padding: 0;
 text-align: center;
  gap: 10px;
    display: flex;
    justify-content: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-size: 21px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 21px;
}

.related{
margin: 5rem 0;
}
.related h2{
margin-bottom:1.6rem;
}
.footer {
background-color: #62798b;
color: white;
padding: 40px 0 20px 20px;
}
.container_foot{
width: 100%;
max-width: 1440px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.border-line{
 border-bottom: 1px solid #b7b7b7;
}
.footer-column:first-child {
  margin-right: 100px;
  min-width: 400px;
}
.footer-column {
flex: 1;
margin: 10px 0;
min-width: 180px;
}
.footer-column li,ul {
margin: 0;
}
.footer-description {
font-size: 14px;
color: #e8ebee;
margin-top: 10px;
font-style: italic;
}
.img-fluid{
max-width: 120px !important;
max-height: 42px !important;
}
.footer-column h3 {
color: #fff;
margin-bottom: 30px;
font-size: 18px;
}
.sub-foot .wpcf7-form {
    margin-bottom: 10px;
}
.sub-foot .wpcf7-form .wpcf7-submit {
    background-color: var(--red);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s ease;
    margin-top: 5px;
}
.sub-foot .wpcf7-form .wpcf7-submit:hover {
    background-color: #fb584a;
}
.sub-foot .wpcf7-form p {
    margin-bottom: 10px;
}
.sub-foot .wpcf7-form .wpcf7-text {
    line-height: 30px;
    width: 80%;
}
.footer-column a {
text-decoration: none;
color: #fff;
margin: 5px 0;
font-size: 14px;
}
.footer-column a:hover {
text-decoration: underline;
}
.social-icons {
display: flex;
gap: 10px;
}
.social-icons a {
color: #c0c9d1;
margin: 10px 0;
font-size: 24px;
transition: color 0.3s;
}
.social-icons a:hover {
color: #fff;
}
.footer-bottom {
padding: 20px 0;
text-align: center;
}
.footer-bottom p {
margin: 0;
font-size: 14px;
color: #c0c9d1;
}
.payment-icons i {
font-size: 32px;
margin: 0 10px;
color: #c0c9d1;
transition: color 0.3s;
}
.payment-icons i:hover {
color: #fff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-size: 1.1em;
font-weight: 400;
}
.content{
display: flex;
margin-bottom: 60px;
overflow: hidden;
width: 100%;
padding: 0 10px;
margin-top: 70px;
}
#main-content{
margin-bottom: 100px;
}
.arc_container {
color: var(--black);
text-align: center;
padding: 40px 0;
font-size: 16px;
display: flex;
flex-direction: column;
margin-top: 110px;
align-items: center;
}
.arc_container a {
font-size: 16px;
color: var(--black);
}
.arc_container a:hover {
opacity: 0.7;
}
.arc_container h1 {
max-width: 750px;
font-size: 40px;
line-height:45px;
}
.arc_container .article-info {
margin: 10px 0
}
.arc_container .article-info span {
padding: 0 10px
}
.post-entry-content, .post-navigation, .comments-area{
max-width: 750px;
padding: 40px;
margin: 0 auto;
}
.entry-bg{
background: var(--light-gray);
}
.post-entry-content h2 {
font-size: 36px;
margin-bottom: 30px;
margin-top: 30px;
}
.post-entry-content h3 {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.post-entry-content ul li {
list-style: disc;
}
.post-entry-content table {
    width: 100%;
    border-collapse: collapse;
  margin: 10px 0;
}

.post-entry-content th, td {
    padding: 10px;
    text-align: left;
    border: 1px solid #ddd;
}

.post-entry-content tr:nth-child(even) {
    background-color: #f2f2f2;
}

.post-entry-content tr:hover {
    background-color: #ddd;
}

.post-entry-content th {
    background-color: var(--yellow);
    color: white;
}

.post-entry-content p {
font-size: 18px;
padding-bottom: 15px;
line-height: 30px;
letter-spacing: .3px
}
.post-entry-content p a {
color: var(--blue);
font-size: 18px
}
.post-navigation{
font-size: 16px;
}
.prev-post, .next-post{
display: flex;
}
.post-navigation a{
font-size: 16px;
color: var(--blue);
}
.comments-area{
background: var(--light-blue);
}
#articles{
width:88%;
padding-left: 1rem;
}
.elementor-post-title {
margin-bottom: 10px;
}
.elementor-post-table {
width: 100%;
border-collapse: collapse;
margin-bottom: 20px;
}
.elementor-post-table th, .elementor-post-table td {
border: none;
padding: 4px;
}
.elementor-post-table th {
text-align: left;
font-size: 11pt;
font-weight: bold;
}
.elementor-post-table td {
font-size: 10pt;
}
.elementor-post-table .affiliate-link {
text-decoration: underline;
color: inherit;
}
.elementor-post-table .affiliate-link{
color: blue; 
}
.elementor-post-table .affiliate-link:hover {
color: inherit; 
}
.entry-content ul{
padding-left: 20px;
}
.entry {
display: flex;
flex-direction: column;
max-width: 42.5rem;
margin:0 auto 4rem;
}
.entry-head h1 {
font-size: 44px;
margin-bottom: 40px
}
.entry h2 {
font-size: 26px;
padding-bottom: 20px;
margin-top: 30px;
}
.entry h3 {
font-size: 21px;
margin-bottom: 20px;
margin-top: 30px;
}

.entry p, .entry ul li {
font-size: 1.1rem;
line-height: 30px;
list-style: disc;
letter-spacing: .3px
}

.entry a {
color: var(--blue);
}
.first-post-container {
display: flex;
justify-content: space-between;
border-radius: 10px;
overflow: hidden;
margin-bottom: 30px;
}
.first-post {
display: flex;
width: 100%;
}
.image-container {
width: 50%;
overflow: hidden;
}
.image-container img {
width: 100%;
border-radius: 10px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.image-container:hover img {
transform: scale(1.05);
opacity: 0.85;
}
.content-container {
width: 50%;
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
background: var(--light-gray);
gap: 10px;
}
.content-container p{
line-height: 24px;
}
.content-container h2 a{
font-size: 30px;
color: var(--blue);
line-height: 32px;
}
.post-meta {
display: flex;
margin-top: 30px;
align-items: center;
}
.author-info {
display: flex;
align-items: center;
}
.author-info span {
font-size: 16px;
}
.post-tags a {
margin-right: 5px;
color: var(--blue);
text-decoration: none;
}
.post-tags a:hover {
text-decoration: none;
}
.grid-posts-container {
display: flex;
flex-wrap: wrap;
margin-top: 6rem;
position: relative;
padding-bottom: 100px;
justify-content: center;
}
#grid-posts{
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.grid-post {
width: calc(33.3333% - 20px);
border-radius: 10px;
overflow: hidden;
background-color: #f9f9f9;
padding: 10px;
}
.grid-post img {
width: 100%;
border-radius: 10px;
transition: transform 0.3s ease, opacity 0.3s ease;
}
.grid-post img:hover {
transform: scale(1.05);
opacity: 0.75;
}
.grid-post h2{
margin-top: 20px;
}
.grid-post h2 a{
font-size: 24px;
color: var(--black);
}
.grid-post h2 a:hover {
}
.grid-post p {
font-size: 14px;
color: #666;
}
.load-more {
text-align: center;
margin-top: 30px;
}
.load-more a {
display: inline-block;
padding: 10px 20px;
background-color: #0073aa;
color: #fff;
text-decoration: none;
border-radius: 5px;
}
.ctalog-blog .post-h1{
font-size: 2.6rem;
color: var(--white);
}

.ctalog-blog{
background: url(/images/blog-bg.webp) no-repeat center center;
background-size: cover;
padding: 5rem 0 !important;
}

.ctalog-name {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5rem 0;
    justify-content: center;
    margin-top: 110px;
}
.ctalog-name::before {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--blue);
    z-index: 1;
}
.ctalog-name h1 {
    position: relative;
    color: white; 
    z-index: 2; 
}

.pagination-links {
text-align: center; 
margin-top: 60px; 
}
.pagination-links .page-numbers {
display: inline-block;
margin: 0 5px;
padding: 10px 15px; 
font-size: 16px; 
border-radius: 5px; 
background-color: #f0f0f0; 
color: #333; 
text-decoration: none; 
transition: background-color 0.3s ease, color 0.3s ease;
margin-top: 10px;
}
.pagination-links .page-numbers:hover {
background-color: #007bff;
color: #fff; 
}
.pagination-links .current {
background-color: #007bff;
color: #fff;
pointer-events: none;
line-height: 18px
}
.dots{
line-height: 18px 
}
.comment-form input{
height:30px
}
.form-submit .submit{
padding: 0 10px;
}
.comment-form-comment textarea{
width: 100%;
}

@media (max-width: 1139px) {
.container {
width: 992px;
padding-left: 40px;
padding-right: 40px;
}
.faq-container {
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.feature-card {
flex-basis: calc(33.333% - 30px);
}
.testimonial-card {
width: 85%;
}
.bt-top {
margin-top: 6rem;
}
}
@media (max-width: 991px) {
.container {
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.faq-container {
width: 100%;
padding-left: 40px;
padding-right: 40px;
}
.testimonial-section {
border-radius: 0;
}
.testimonial-card {
width: 75%;
}
.ctalog-name{
background-position-y: -150px;
}
.nav-container {
padding: 10px 15px;
}
.main-lcp{
min-height: 400px;
}
}
@media (min-width: 768px) and (max-width: 839px) {
.nav-menu a {
font-size: 14px;
}
}
@media (min-width: 788px) and (max-width: 920px) {
.nav-menu li {
    margin: 0 10px;
}
}
@media (min-width: 768px) and (max-width: 787px) {
.nav-menu li {
margin: 0 8px;
}
}

@media (max-width: 768px) {
.category-module {
flex-direction: column;
}
.banner-carousel{height:240px;}
.banner-content h2 {
font-size: 1.4rem;
}
#main-content {
    margin-bottom: 10px;
}
.service-item-content {
    padding: 5px 10px;
}
.hw-yj{margin-top:50px!important;}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 49%;
    padding: 0;
}
.post-entry-content, .post-navigation, .comments-area{

padding: 40px 20px;
}
  
.category-left {
        padding-right: 0;
}
.category-right {
        margin-top: 30px;
}
.product-card {
        width: 100%;
}
.ret-text h4 {
    font-size: 18px;
    margin: 0 0 5px;
}
.ret-text p {
    font-size: 14px;
}
.page-wd{
margin: 1rem auto;
padding: 2rem 1rem;
border-radius: 0  
}
  
.nav-menu {
display: none;
}
.nav-utils {
gap: 15px;
}
.ctalog-name{
background-position-y: -0;
}  
.hamburger {
display: block;
}
.main-lcp{
min-height: 360px;
}
.top-bar {
font-size: 12px;
padding: 10px 0;
}
.top-bar a {
margin: 0 10px;
}

.search-title {
font-size: 1.5rem;
}

.entry-title a {
font-size: 1.5rem;
}
.accordion-header {
    padding: 1.2rem; 
 }
.accordion-icon {
        margin-left: 0;
}
.entry-summary {
font-size: 0.8rem;
padding:1rem;
}
.accordion-content {
    padding: 1rem;
}
.read-more {
font-size: 0.95rem;
}
.content-area {
    margin: 100px auto 3rem;
}
.pagination .page-numbers {
padding: 8px 12px;
} 
.container_foot {
flex-direction: column;
align-items: center;
padding: 0 15px;
}
.footer-column:first-child {
margin: 0 0 20px 0;
min-width: 100%;
padding: 0;
}
.footer-column {
margin-bottom: 20px;
text-align: center;
}
.social-icons {
margin-top: 10px;
justify-content: center;
}
.payment-icons i {
font-size: 20px;
}
.first-post {
flex-direction: column;
}
.image-container, .content-container {
width: 100%;
}
.grid-post {
width: calc(50% - 20px);
}
.testimonial-card {
flex-direction: column;
align-items: center;
text-align: center;
}
.main-lcp {
padding: 3rem 20px;
}
.bt-top {
margin-top: 4rem;
}
.main-lcp-top {
font-size: 28px;
}
.main-lcp h1 {
font-size: 36px;
}
.testimonial-card img {
margin-right: 0;
margin-bottom: 20px;
}
.testimonial-card h3 {
font-size: 1.3em;
}
.nav-btn {
font-size: 24px;
}
.testimonial-section h2 {
font-size: 1.8em;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.feature-card {
flex-basis: calc(49% - 10px);
}
.testimonial-section {
padding: 5rem 20px;
}
.testimonial-card {
border-radius: 20px;
}
.faq-container {
margin: 5rem auto;
}
.faq-question {
font-size: 21px;
line-height: 24px;
}
.faq-question::after {
right: 10px;
}
.faq-container {
padding: 0;
margin: 5rem auto;
}
.faq-container h2{
margin-top: 80px;
}
footer {
flex-direction: column;
padding: 40px 0 0 0 !important;
}
.main-lcp-img {
width: 100%;
}
.container-max {
width: 100%;
}
}
@media (max-width: 480px) {
.grid-post {
width: 100%;
}
.feature-card {
padding: 10px
}
.container-max {
width: 100%;
}
.feature-card {
flex-basis: calc(49% - 10px);
}
.feature-card h3 a {
font-size: 1.4rem;
}
.feature-card p {
font-size: 14px;
}
.feature-card .icon {
margin-bottom: 0; 
}
.nav-btn.left {
left: 10px;
}
.nav-btn.right {
right: 10px;
}
}