:root {
--primary-green: #00a76b;
--dark-green: #1a5f3f;
--light-green: #e8f5f1;
--gold-accent: #d4af37;
--dark-text: #1c1c1c;
--light-text: #666666;
--white: #ffffff;
--shadow-sm: 0 2px 8px rgba(0, 167, 107, 0.1);
--shadow-md: 0 4px 16px rgba(0, 167, 107, 0.15);
--shadow-lg: 0 8px 32px rgba(0, 167, 107, 0.2);
--transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.rmp {
padding-left: 0;
padding-right: 0;
}
.page-numbers {
color: var(--white);
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
padding: 12px 20px;
border-radius: 8px;
font-weight: 600;
letter-spacing: 0.5px;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.page-numbers:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row .select2-container {
display: block;
padding: 14px 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: var(--dark-text);
line-height: 28px;
border: 2px solid var(--light-green);
border-radius: 12px;
transition: var(--transition);
background: var(--white);
font-size: 15px;
font-weight: 500;
}
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus {
border-color: var(--primary-green);
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.1);
outline: none;
}
.select2-container--default .select2-selection--single {
border:none;
}
.woocommerce-billing-fields h3, #order_review_heading {
font-size: 20px;
font-weight: 500;
letter-spacing: 1.8px;
}
#order_review_heading {
margin-top:5%;
}
.footer-logo {
margin: auto;
display: block;
padding: 0;
text-align: center;
}
.cart-modal-content a h4 {
color: var(--white)!important;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green))!important;
border-radius: 12px;
padding: 14px 20px!important;
font-weight: 700;
letter-spacing: 1px;
transition: var(--transition);
}
.cart-modal-content a h4:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.cart-modal-content a.btn-dark {
background: var(--white)!important;
color: var(--primary-green)!important;
font-size: 15px;
font-weight: 700;
border: 2px solid var(--primary-green)!important;
border-radius: 12px!important;
padding: 12px 24px!important;
text-transform: uppercase;
letter-spacing: 1.2px;
transition: var(--transition)!important;
}
.cart-modal-content a.btn-dark:hover {
background: var(--primary-green)!important;
color: var(--white)!important;
transform: translateY(-2px);
}
@media (min-width: 992px) and (max-width: 1150px) {
.navbar-nav li {
margin-left: 10px!important;
margin-right: 10px!important;
}
.product-info h3 a {
font-size:13px!important;
}
} .shop-sidebar-wrapper {
position: fixed;
top: 0;
left: -100%;
width: 80%;
max-width: 320px;
height: 100vh;
background: #fff;
z-index: 9999;
overflow-y: auto;
transition: left 0.3s ease-in-out;
box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
padding: 20px;
} .shop-sidebar-inner {
position: relative;
}
.wpfFilterWrapper .wpfFilterTaxNameWrapper {
font-size:15px!important;
} .close-sidebar {
position: absolute;
top: 5px;
right: 10px;
font-size: 24px;
background: red;
border: none;
color: white;
} .shop-sidebar-wrapper.open {
left: 0;
} .sidebar-toggle {
margin: 15px 0;
background: transparent;
color: #23820c;
padding: 10px 20px;
font-size: 16px;
border: none;
border-radius: 6px;
cursor: pointer;
position: absolute;
margin-top: 50px;
left: 0;
}
.wc-block-cart-item__total .price {
position:relative;
}
.wc-block-components-product-price {
position:relative!important;
}
.search-overlay.active {
display: block;
opacity: 1;
visibility: visible;
}
.search-overlay .close {
position: absolute;
top: 15px;
right: 25px;
font-size: 32px;
font-weight: bold;
color: #333;
cursor: pointer;
}
.search-overlay {
transition: all 0.3s ease;
}
.woocommerce-Tabs-panel--description h2 {
display:none;
}
.woocommerce-Tabs-panel--description  ul li{
background: transparent;
color: #00a76b;
padding: 6px;
text-align: center;
max-width: fit-content;
margin-bottom: 20px;
}
@media (max-width:992px) {
.navbar-nav{
margin-top: 10px;
text-align:center!important;
}.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, wpcf7-submit {
width:100%!important;
}
.hero-section-slider {
background: url(https://bridge144.qodeinteractive.com/wp-content/uploads/2018/02/slider-1.jpg) no-repeat right center !important;
background-size: cover !important;
}
.product-card {
margin-bottom: 20px;
}
.align-items-center.icons {
margin-top: 23px;
margin-left: 45%;
}
.navbar-collapse {
flex-basis: 100%;
flex-grow: 1;
align-items: center;
border-top: solid 1px #ccc;
margin-top: 10px;
}
} @media (min-width: 1025px) {
.sidebar-toggle {
display: none;
}
.shop-sidebar-wrapper {
display: none;
}
}
.product-tags .badge {
position: absolute;
top: 0;
font-size: 20px;
left: 2%;
padding: 10px 30px;
border-radius: 0px;
background: white;
border: none;
color: #23820c !important;
text-decoration: none;
text-transform: uppercase;
}
.rmpl {
padding-left: 0;
}
.rmpr {
padding: 0;
}
.navbar-nav {
float: none;
margin:auto;
}
.fixed {
width: 100%;
transition: all 2s;
background-color: white!important;
}
.emri {
text-align: center;
}
.cover {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.transition {
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.overlay {
background: #00000094;
height: 400px;
width: 100%;
}
.top-about {
position: relative;
}
.top-about::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.7), rgba(26, 95, 63, 0.8));
z-index: 1;
}
.top-about h1 {
position: absolute;
z-index: 999;
top: 50%;
left: 0;
right: 0;
margin: auto;
text-align: center;
color: var(--white);
text-transform: uppercase;
font-size: 64px;
font-weight: 900;
letter-spacing: 4px;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
transform: translateY(-50%);
animation: fadeInText 1.2s ease-out;
}  .about-hero-section {
position: relative;
overflow: hidden !important;
max-width: 100vw;
}
.about {
padding-top: 80px;
padding-bottom: 80px;
background: var(--white);
} .about-content-box {
padding-right: 30px;
}
.section-badge-about {
margin-bottom: 25px;
}
.section-badge-about span {
display: inline-flex;
align-items: center;
gap: 10px;
background: linear-gradient(135deg, var(--light-green), var(--white));
color: var(--primary-green);
padding: 12px 28px;
border-radius: 50px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
border: 2px solid var(--primary-green);
box-shadow: var(--shadow-sm);
}
.about-section-title {
font-size: 38px;
font-weight: 900;
color: var(--dark-text);
line-height: 1.3;
margin-bottom: 30px;
letter-spacing: 1px;
}
.about-text-content p {
font-size: 17px;
line-height: 1.9;
color: var(--light-text);
margin-bottom: 25px;
}
.about-text-content p strong {
color: var(--primary-green);
font-weight: 700;
} .about-image-wrapper {
position: relative;
border-radius: 24px;
overflow: hidden;
box-shadow: var(--shadow-lg);
transition: var(--transition);
z-index: 1;
}
.about-image-wrapper:hover {
transform: translateY(-8px);
box-shadow: 0 16px 48px rgba(0, 167, 107, 0.25);
z-index: 10;
}
.about-image-wrapper img {
width: 100%;
height: auto;
display: block;
transition: var(--transition);
}
.about-image-wrapper:hover img {
transform: scale(1.08);
}
.about-image-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.85), rgba(26, 95, 63, 0.85));
opacity: 0;
transition: var(--transition);
display: flex;
align-items: center;
justify-content: center;
}
.about-image-wrapper:hover .about-image-overlay {
opacity: 1;
}
.about-stats {
text-align: center;
}
.stat-item h3 {
font-size: 72px;
font-weight: 900;
color: var(--white);
margin-bottom: 10px;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.stat-item p {
font-size: 24px;
font-weight: 700;
color: var(--white);
text-transform: uppercase;
letter-spacing: 2px;
} .value-card {
background: var(--white);
padding: 40px 30px;
border-radius: 20px;
text-align: center;
box-shadow: var(--shadow-sm);
transition: var(--transition);
border: 2px solid var(--light-green);
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.value-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-green);
z-index: 10;
}
.value-icon {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.value-card:hover .value-icon {
transform: scale(1.15) rotate(360deg);
}
.value-icon i {
font-size: 36px;
color: var(--white);
}
.value-card h3 {
font-size: 22px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.value-card p {
font-size: 15px;
color: var(--light-text);
line-height: 1.7;
margin: 0;
} .commitment-box {
background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
padding: 50px;
border-radius: 24px;
border: 3px solid var(--primary-green);
box-shadow: var(--shadow-md);
position: relative;
z-index: 1;
}
.commitment-box:hover {
z-index: 10;
}
.quote-icon {
font-size: 48px;
color: var(--primary-green);
opacity: 0.3;
position: absolute;
top: 30px;
left: 40px;
}
.commitment-text {
font-size: 19px;
line-height: 1.9;
color: var(--dark-text);
font-style: italic;
margin-bottom: 25px;
padding-left: 40px;
}
.commitment-signature {
font-size: 18px;
color: var(--primary-green);
font-weight: 700;
text-align: right;
margin: 0;
padding-right: 20px;
} .about-cta-section {
padding: 100px 0;
background: linear-gradient(135deg, #f8fffe 0%, var(--white) 100%);
overflow-x: hidden !important;
max-width: 100vw;
}
.about-cta-section .row {
margin-left: 0;
margin-right: 0;
}
.about-cta-section .content-box {
background: var(--white);
border-radius: 24px;
box-shadow: var(--shadow-md);
border: 2px solid var(--light-green);
}
.about-cta-section .image-box {
border-radius: 24px;
overflow: hidden;
box-shadow: var(--shadow-md);
}
.about-cta-section .image-box img {
transition: var(--transition);
max-width: 100%;
}
.about-cta-section .image-box:hover img {
transform: scale(1.08);
} .about .row {
margin-left: 0;
margin-right: 0;
}
.about .col-md-6,
.about .col-md-3,
.about .col-md-10 {
padding-left: 15px;
padding-right: 15px;
} .value-card {
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
}
.value-card h3,
.value-card p {
flex-shrink: 0;
}
.rmp {
padding: 0px;
}
.site-content {
overflow-x: hidden;
max-width: 100vw;
}
body {
font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-optical-sizing: auto;
color: var(--dark-text);
line-height: 1.7;
font-weight: 400;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #fafafa;
overflow-x: hidden;
max-width: 100%;
}
html {
overflow-x: hidden;
max-width: 100%;
} #tawkchat-container,
.tawk-container,
iframe[src*="tawk"],
.tawk-min-container,
.tawk-button,
#tawk-bubble-container {
max-width: 100% !important;
overflow: visible !important;
} .tawk-min-container {
right: 20px !important;
bottom: 20px !important;
}
@media (max-width: 768px) {
.tawk-min-container {
right: 10px !important;
bottom: 10px !important;
}
} section {
max-width: 100vw;
overflow-x: hidden;
position: relative;
}
.container-fluid,
.container {
max-width: 100%;
}
.header-modern .container {
max-width: 1200px;
margin: 0 auto;
}
.row {
max-width: 100%;
margin-left: -15px;
margin-right: -15px;
} * {
box-sizing: border-box;
}
img {
max-width: 100%;
height: auto;
} .services-section {
padding: 80px 0;
text-align: center;
background: linear-gradient(135deg, #f8fffe 0%, var(--white) 100%);
overflow-x: hidden !important;
max-width: 100vw;
}
.services-section .container {
max-width: 1200px;
margin: 0 auto;
}
.services-section h2 {
font-size: 48px;
font-weight: 800;
margin-bottom: 25px;
color: var(--dark-text);
text-transform: uppercase;
letter-spacing: 2px;
position: relative;
text-align: center;
}
.services-section h2::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 2px;
}
.mission {
font-size: 19px;
color: var(--light-text);
margin-bottom: 70px;
max-width: 900px;
margin-left: auto;
margin-right: auto;
line-height: 1.8;
font-weight: 400;
text-align: center;
}
.services-grid {
display: flex;
justify-content: center;
gap: 40px;
flex-wrap: wrap;
}
.service-box {
background: var(--white);
border: 2px solid var(--light-green);
padding: 45px 35px;
border-radius: 20px;
box-shadow: var(--shadow-sm);
transition: var(--transition);
flex: 1;
min-width: 280px;
max-width: 350px;
position: relative;
z-index: 1;
}
.service-box:hover {
transform: translateY(-12px);
box-shadow: var(--shadow-lg);
border-color: var(--primary-green);
background: linear-gradient(135deg, var(--light-green), var(--white));
z-index: 10;
}
.find-match-section {
margin-top: 100px;
margin-bottom: 50px;
padding: 50px 0;
}
.service-box i {
font-size: 52px;
color: var(--primary-green);
margin-bottom: 25px;
transition: var(--transition);
}
.service-box:hover i {
transform: scale(1.15) rotateY(360deg);
color: var(--dark-green);
}
.service-box h3 {
font-size: 24px;
font-weight: 800;
margin-bottom: 18px;
color: var(--dark-text);
text-transform: uppercase;
letter-spacing: 1px;
}
.service-box p {
font-size: 16px;
color: var(--light-text);
line-height: 1.8;
font-weight: 400;
} @media (max-width: 768px) {
.services-grid {
flex-direction: column;
gap: 20px;
}
.service-box {
width: 100%;
}
} .appointment-section {
position: relative;
min-height: 650px;
max-width: 100vw;
width: 100%;
background: url(http://localhost/greenoptik/wp-content/uploads/2024/10/WhatsApp-Image-2022-11-04-at-17.06.32.jpeg) no-repeat center center/cover;
display: flex;
align-items: center;
justify-content: center;
padding: 80px 0;
overflow: hidden !important;
}
.appointment-section .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.85), rgba(26, 95, 63, 0.9));
backdrop-filter: blur(2px);
}
.form-box {
background-color: var(--white);
padding: 50px;
border-radius: 24px;
box-shadow: var(--shadow-lg);
width: 100%;
max-width: 650px;
margin-top: 0;
position: relative;
z-index: 10;
}
.form-box::before {
content: '';
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
border-radius: 27px;
z-index: -1;
opacity: 0;
transition: all 0.3s ease;
}
.form-box:hover::before {
opacity: 0.8;
}
.appointment-section .container {
position: relative;
z-index: 5;
}
.form-box h2 {
font-size: 42px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 3px;
text-align: center;
position: relative;
}
.form-box h2::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 2px;
}
.form-box p {
font-size: 18px;
color: var(--light-text);
margin-bottom: 35px;
line-height: 1.7;
text-align: center;
font-weight: 400;
} .appointment-form {
text-align: left;
}
.appointment-form .form-group {
margin-bottom: 25px;
}
.appointment-form label {
display: block;
font-weight: 600;
color: var(--dark-text);
margin-bottom: 8px;
font-size: 15px;
}
.appointment-form input,
.appointment-form textarea {
width: 100%;
padding: 15px 20px;
border: 2px solid var(--light-green);
border-radius: 12px;
font-size: 15px;
font-weight: 500;
color: var(--dark-text);
transition: var(--transition);
background: var(--white);
}
.appointment-form input:focus,
.appointment-form textarea:focus {
outline: none;
border-color: var(--primary-green);
box-shadow: 0 0 0 3px rgba(0, 167, 107, 0.1);
transform: translateY(-1px);
}
.appointment-form textarea {
resize: vertical;
min-height: 100px;
}
.appointment-submit-btn {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 18px 40px;
border: none;
border-radius: 50px;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
cursor: pointer;
transition: var(--transition);
box-shadow: var(--shadow-md);
position: relative;
overflow: hidden;
}
.appointment-submit-btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.appointment-submit-btn:hover::before {
left: 100%;
}
.appointment-submit-btn:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.appointment-submit-btn:active {
transform: translateY(-1px);
}
.appointment-message {
margin-top: 15px;
padding: 12px 20px;
border-radius: 8px;
font-weight: 600;
text-align: center;
}
.appointment-message.success {
background: rgba(0, 167, 107, 0.1);
color: var(--primary-green);
border: 2px solid var(--primary-green);
}
.appointment-message.error {
background: rgba(220, 53, 69, 0.1);
color: #dc3545;
border: 2px solid #dc3545;
} .appointment-section-modern {
padding: 80px 0;
background: linear-gradient(135deg, #f8fffe 0%, #ffffff 50%, #f0fdf9 100%);
position: relative;
overflow: hidden;
}
.appointment-section-modern .container {
max-width: 1200px;
margin: 0 auto;
}
.appointment-section-modern::before {
content: '';
position: absolute;
top: -50%;
right: -10%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(0, 167, 107, 0.08) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.appointment-section-modern::after {
content: '';
position: absolute;
bottom: -50%;
left: -10%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(26, 95, 63, 0.05) 0%, transparent 70%);
border-radius: 50%;
pointer-events: none;
}
.appointment-content {
padding-right: 40px;
}
.appointment-badge {
display: inline-block;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 8px 24px;
border-radius: 50px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
margin-bottom: 25px;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.2);
}
.appointment-title {
font-size: 48px;
font-weight: 900;
color: var(--dark-text);
line-height: 1.2;
margin-bottom: 25px;
letter-spacing: -0.5px;
}
.appointment-description {
font-size: 18px;
color: var(--light-text);
line-height: 1.8;
margin-bottom: 40px;
}
.appointment-features {
display: flex;
flex-direction: column;
gap: 25px;
}
.feature-item {
display: flex;
align-items: flex-start;
gap: 20px;
padding: 20px;
background: var(--white);
border-radius: 16px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
.feature-item:hover {
transform: translateX(10px);
box-shadow: 0 6px 30px rgba(0, 167, 107, 0.15);
}
.feature-icon {
width: 60px;
height: 60px;
min-width: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, var(--light-green), rgba(0, 167, 107, 0.1));
border-radius: 16px;
color: var(--primary-green);
font-size: 24px;
}
.feature-text h4 {
font-size: 18px;
font-weight: 700;
color: var(--dark-text);
margin: 0 0 5px 0;
}
.feature-text p {
font-size: 15px;
color: var(--light-text);
margin: 0;
line-height: 1.6;
}
.appointment-form-wrapper {
background: var(--white);
padding: 50px;
border-radius: 24px;
box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
position: relative;
}
.appointment-form-wrapper::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 24px 24px 0 0;
}
.appointment-form-modern .row {
margin-left: -10px;
margin-right: -10px;
}
.appointment-form-modern .row > div {
padding-left: 10px;
padding-right: 10px;
}
.form-group-modern {
position: relative;
margin-bottom: 30px;
}
.form-group-modern input,
.form-group-modern textarea {
width: 100%;
padding: 18px 20px 18px 55px;
border: 2px solid #e5e7eb;
border-radius: 12px;
font-size: 15px;
font-weight: 500;
color: var(--dark-text);
background: #f9fafb;
transition: all 0.3s ease;
}
.form-group-modern input:focus,
.form-group-modern textarea:focus {
outline: none;
border-color: var(--primary-green);
background: var(--white);
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.1);
}
.form-group-modern input:focus + label,
.form-group-modern textarea:focus + label,
.form-group-modern input:not(:placeholder-shown) + label,
.form-group-modern textarea:not(:placeholder-shown) + label {
top: -10px;
left: 50px;
font-size: 12px;
color: var(--primary-green);
background: var(--white);
padding: 0 8px;
}
.form-group-modern label {
position: absolute;
top: 19px;
left: 55px;
font-size: 15px;
font-weight: 500;
color: #9ca3af;
pointer-events: none;
transition: all 0.3s ease;
}
.form-group-modern .form-icon {
position: absolute;
top: 19px;
left: 20px;
color: var(--light-text);
font-size: 16px;
transition: all 0.3s ease;
}
.form-group-modern input:focus ~ .form-icon,
.form-group-modern textarea:focus ~ .form-icon {
color: var(--primary-green);
}
.form-group-modern textarea {
resize: vertical;
min-height: 120px;
padding-top: 18px;
}
.appointment-submit-modern {
width: 100%;
padding: 20px 40px;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
border: none;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.5px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(0, 167, 107, 0.3);
position: relative;
overflow: hidden;
}
.appointment-submit-modern::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.appointment-submit-modern:hover::before {
width: 300px;
height: 300px;
}
.appointment-submit-modern:hover {
transform: translateY(-3px);
box-shadow: 0 8px 30px rgba(0, 167, 107, 0.4);
}
.appointment-submit-modern .btn-text {
position: relative;
z-index: 1;
}
.appointment-submit-modern .btn-icon {
position: relative;
z-index: 1;
transition: transform 0.3s ease;
}
.appointment-submit-modern:hover .btn-icon {
transform: translateX(5px);
}
.appointment-message-modern {
margin-top: 20px;
padding: 15px 20px;
border-radius: 12px;
font-weight: 600;
text-align: center;
font-size: 15px;
}
.appointment-message-modern.success {
background: rgba(0, 167, 107, 0.1);
color: var(--primary-green);
border: 2px solid var(--primary-green);
}
.appointment-message-modern.error {
background: rgba(220, 53, 69, 0.1);
color: #dc3545;
border: 2px solid #dc3545;
} .brands-section-modern {
padding: 100px 0;
background: linear-gradient(135deg, #f8fffe 0%, #ffffff 100%);
position: relative;
overflow: hidden;
}
.brands-section-modern::before {
content: '';
position: absolute;
top: -20%;
right: -15%;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(0, 167, 107, 0.05) 0%, transparent 70%);
border-radius: 50%;
}
.brands-section-modern .container {
max-width: 1200px;
margin: 0 auto;
position: relative;
z-index: 1;
} .brands-header {
text-align: center;
margin-bottom: 60px;
}
.brands-badge {
display: inline-block;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 8px 24px;
border-radius: 50px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.5px;
margin-bottom: 20px;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.2);
}
.brands-title {
font-size: 52px;
font-weight: 900;
color: var(--dark-text);
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.brands-description {
font-size: 18px;
color: var(--light-text);
max-width: 700px;
margin: 0 auto;
line-height: 1.8;
} .brands-slider-modern {
position: relative;
padding: 0 60px;
}
.brand-slide {
padding: 0 15px;
height: auto;
}
.brand-slide .brand-card {
height: 100%;
display: flex;
flex-direction: column;
}
.brand-card {
background: var(--white);
border-radius: 16px;
overflow: hidden;
transition: all 0.3s ease;
border: none;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
text-decoration: none;
display: block;
position: relative;
height: 100%;
}
.brand-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 167, 107, 0.15);
}
.brand-card-inner {
padding: 40px 30px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
flex: 1;
min-height: 280px;
}
.brand-logo-container {
width: 100%;
height: 140px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
background: transparent;
border-radius: 12px;
padding: 20px;
transition: all 0.3s ease;
}
.brand-logo-img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
transition: transform 0.3s ease;
filter: grayscale(0%);
}
.brand-card:hover .brand-logo-img {
transform: scale(1.05);
}
.brand-info {
width: 100%;
}
.brand-title {
font-size: 18px;
font-weight: 700;
color: var(--dark-text);
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 1px;
}
.brand-link-text {
display: inline-flex;
align-items: center;
gap: 8px;
color: var(--primary-green);
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0;
transform: translateY(10px);
transition: all 0.3s ease;
margin-top: 10px;
}
.brand-card:hover .brand-link-text {
opacity: 1;
transform: translateY(0);
}
.brand-link-text i {
transition: transform 0.3s ease;
}
.brand-card:hover .brand-link-text i {
transform: translateX(5px);
} .brands-slider-modern {
position: relative;
padding: 0 80px;
}
.brands-slider-modern .slick-prev,
.brands-slider-modern .slick-next {
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
border-radius: 50%;
z-index: 10;
transition: all 0.3s ease;
border: 2px solid var(--white);
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
top: 50%;
transform: translateY(-50%);
}
.brands-slider-modern .slick-prev:hover,
.brands-slider-modern .slick-next:hover {
background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
transform: translateY(-50%) scale(1.1);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.4);
}
.brands-slider-modern .slick-prev {
left: 20px;
position: absolute;
}
.brands-slider-modern .slick-next {
right: 20px;
position: absolute;
}
.brands-slider-modern .slick-prev:before,
.brands-slider-modern .slick-next:before {
font-size: 24px;
color: var(--white);
} .brands-slider-modern .slick-dots {
display: none !important;
}  .product-card-modern {
background: var(--white);
border-radius: 20px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border: 2px solid rgba(0, 167, 107, 0.08);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.product-card-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
transform: scaleX(0);
transform-origin: left;
transition: transform 0.4s ease;
z-index: 2;
}
.product-card-modern:hover::before {
transform: scaleX(1);
}
.product-card-modern:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 167, 107, 0.15);
border-color: rgba(0, 167, 107, 0.2);
} .product-image-container {
position: relative;
overflow: hidden;
height: 280px;
background: linear-gradient(135deg, #f8fffe 0%, #ffffff 100%);
}
.product-image-container .product-image {
width: 100%;
height: 100%;
object-fit: contain;
transition: transform 0.4s ease;
}
.product-card-modern:hover .product-image {
transform: scale(1.05);
} .product-icons-overlay {
position: absolute;
top: 15px;
right: 15px;
display: flex;
flex-direction: column;
gap: 10px;
opacity: 0;
transform: translateX(20px);
transition: all 0.3s ease;
z-index: 3;
}
.product-card-modern:hover .product-icons-overlay {
opacity: 1;
transform: translateX(0);
}
.product-icon {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.95);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary-green);
font-size: 16px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(10px);
}
.product-icon:hover {
background: var(--primary-green);
color: var(--white);
transform: scale(1.1);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.3);
} .product-icon.wishlist-btn i.fas {
color: #e74c3c;
animation: heartbeat 1.5s ease-in-out infinite;
}
@keyframes heartbeat {
0% { transform: scale(1); }
14% { transform: scale(1.1); }
28% { transform: scale(1); }
42% { transform: scale(1.1); }
70% { transform: scale(1); }
}
.product-icon.wishlist-btn.added i.fas {
color: #e74c3c;
text-shadow: 0 0 10px rgba(231, 76, 60, 0.5);
}
.product-icon.wishlist-btn:hover i.fas {
color: var(--white);
} .product-badge {
position: absolute;
top: 15px;
left: 15px;
z-index: 3;
}
.brand-badge {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 6px 12px;
border-radius: 20px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
} .product-info-modern {
padding: 25px 20px;
flex: 1;
display: flex;
flex-direction: column;
gap: 12px;
} .product-category {
margin-bottom: 5px;
}
.category-text {
font-size: 12px;
color: var(--light-text);
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 600;
} .product-title {
margin: 0 0 10px 0;
font-size: 18px;
font-weight: 700;
line-height: 1.3;
}
.product-title a {
color: var(--dark-text);
text-decoration: none;
transition: color 0.3s ease;
}
.product-title a:hover {
color: var(--primary-green);
} .product-price {
font-size: 20px;
font-weight: 800;
color: var(--primary-green);
margin-bottom: 15px;
} .add-to-cart-btn {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 12px 20px;
border-radius: 25px;
text-decoration: none;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.25);
position: relative;
overflow: hidden;
margin-top: auto;
}
.add-to-cart-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.add-to-cart-btn:hover::before {
width: 300px;
height: 300px;
}
.add-to-cart-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 25px rgba(0, 167, 107, 0.35);
}
.add-to-cart-btn i {
position: relative;
z-index: 1;
} .product-modal-modern {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
display: none !important;
opacity: 0;
transition: opacity 0.3s ease;
pointer-events: none !important;
visibility: hidden;
}
.product-modal-modern.active {
display: flex !important;
opacity: 1;
pointer-events: auto !important;
visibility: visible;
}
.product-modal-modern:not(.active) .modal-overlay {
pointer-events: none !important;
}
.modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
pointer-events: auto;
}
.modal-content {
position: relative;
background: var(--white);
border-radius: 20px;
max-width: 900px;
width: 90%;
max-height: 90vh;
margin: auto;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
transform: scale(0.9);
transition: transform 0.3s ease;
}
.product-modal-modern.active .modal-content {
transform: scale(1);
}
.modal-close {
position: absolute;
top: 20px;
right: 20px;
width: 40px;
height: 40px;
background: rgba(0, 0, 0, 0.1);
border: none;
border-radius: 50%;
font-size: 20px;
color: var(--dark-text);
cursor: pointer;
z-index: 10;
transition: all 0.3s ease;
}
.modal-close:hover {
background: var(--primary-green);
color: var(--white);
transform: scale(1.1);
}
.modal-body {
display: flex;
min-height: 500px;
}
.modal-image-section {
flex: 1;
background: linear-gradient(135deg, #f8fffe 0%, #ffffff 100%);
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
}
.modal-product-img {
max-width: 100%;
max-height: 400px;
object-fit: contain;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.modal-details-section {
flex: 1;
padding: 40px;
display: flex;
flex-direction: column;
gap: 20px;
} .modal-brand-badge {
margin-bottom: 10px;
}
.brand-label {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 8px 16px;
border-radius: 25px;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
} .modal-price-section {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
}
.price-label {
font-size: 16px;
font-weight: 600;
color: var(--dark-text);
}
.price-value {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 8px 16px;
border-radius: 20px;
font-size: 18px;
font-weight: 800;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
} .modal-category-section {
display: flex;
align-items: center;
gap: 10px;
}
.category-label {
font-size: 14px;
font-weight: 600;
color: var(--dark-text);
}
.category-value {
color: var(--light-text);
font-size: 14px;
}
.category-value a {
color: var(--primary-green);
text-decoration: none;
font-weight: 600;
transition: color 0.3s ease;
}
.category-value a:hover {
color: var(--dark-green);
text-decoration: underline;
} .modal-name-section {
display: flex;
align-items: center;
gap: 10px;
}
.name-label {
font-size: 14px;
font-weight: 600;
color: var(--dark-text);
}
.name-value {
color: var(--light-text);
font-size: 14px;
font-family: monospace;
} .modal-specs-section h4 {
font-size: 18px;
font-weight: 700;
color: var(--dark-text);
margin-bottom: 15px;
}
.specs-list {
list-style: none;
padding: 0;
margin: 0;
}
.specs-list li {
padding: 8px 0;
border-bottom: 1px solid rgba(0, 167, 107, 0.1);
font-size: 14px;
color: var(--dark-text);
}
.spec-value {
font-weight: 600;
color: var(--primary-green);
} .modal-actions {
display: flex;
gap: 15px;
margin-top: auto;
}
.modal-btn {
flex: 1;
padding: 10px 20px;
border-radius: 20px;
text-decoration: none;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.modal-btn.primary {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
}
.modal-btn.secondary {
background: var(--white);
color: var(--primary-green);
border: 2px solid var(--primary-green);
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.1);
}
.modal-btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.modal-btn:hover::before {
width: 300px;
height: 300px;
}
.modal-btn:hover {
transform: translateY(-2px);
}
.modal-btn.primary:hover {
box-shadow: 0 6px 25px rgba(0, 167, 107, 0.4);
}
.modal-btn.secondary:hover {
background: var(--primary-green);
color: var(--white);
box-shadow: 0 6px 25px rgba(0, 167, 107, 0.3);
}
.modal-btn i {
position: relative;
z-index: 1;
} .notification {
position: fixed;
top: 20px;
right: 20px;
padding: 15px 25px;
border-radius: 10px;
color: var(--white);
font-weight: 600;
font-size: 14px;
z-index: 10000;
transform: translateX(400px);
transition: transform 0.3s ease;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(10px);
}
.notification.show {
transform: translateX(0);
}
.notification-success {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
}
.notification-error {
background: linear-gradient(135deg, #dc3545, #c82333);
}
.notification-info {
background: linear-gradient(135deg, #17a2b8, #138496);
} .wishlist_table {
background: var(--white);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
border: 2px solid rgba(0, 167, 107, 0.08);
}
.wishlist_table thead {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
}
.wishlist_table thead th {
color: var(--white) !important;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 20px 15px !important;
border: none !important;
}
.wishlist_table tbody tr {
transition: all 0.3s ease;
border-bottom: 1px solid rgba(0, 167, 107, 0.08);
}
.wishlist_table tbody tr:hover {
background: rgba(0, 167, 107, 0.02);
transform: scale(1.01);
}
.wishlist_table tbody td {
padding: 25px 15px !important;
vertical-align: middle !important;
border: none !important;
}
.wishlist_table .product-thumbnail img {
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
border: 2px solid rgba(0, 167, 107, 0.1);
transition: all 0.3s ease;
}
.wishlist_table .product-thumbnail img:hover {
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.2);
border-color: var(--primary-green);
}
.wishlist_table .product-name a {
color: var(--dark-text) !important;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
}
.wishlist_table .product-name a:hover {
color: var(--primary-green) !important;
transform: translateX(5px);
display: inline-block;
}
.wishlist_table .product-price {
color: var(--primary-green);
font-weight: 700;
font-size: 20px;
}
.wishlist_table .product-stock-status {
font-weight: 600;
}
.wishlist_table .product-stock-status.in-stock {
color: var(--primary-green);
}
.wishlist_table .product-stock-status.out-of-stock {
color: #dc3545;
}
.wishlist_table .product-add-to-cart .button,
.wishlist_table .add_to_cart_button {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green)) !important;
color: var(--white) !important;
padding: 12px 28px !important;
border-radius: 50px !important;
font-size: 13px !important;
font-weight: 700 !important;
text-transform: uppercase;
letter-spacing: 1px;
border: none !important;
transition: all 0.3s ease !important;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.25);
}
.wishlist_table .product-add-to-cart .button:hover,
.wishlist_table .add_to_cart_button:hover {
transform: translateY(-2px) !important;
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.35) !important;
}
.wishlist_table .product-remove a {
color: #dc3545 !important;
font-size: 20px !important;
width: 35px;
height: 35px;
display: inline-flex !important;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(220, 53, 69, 0.1);
transition: all 0.3s ease;
}
.wishlist_table .product-remove a:hover {
background: #dc3545;
color: var(--white) !important;
transform: rotate(90deg);
}
.yith-wcwl-share {
background: var(--light-green);
padding: 20px;
border-radius: 12px;
margin-top: 30px;
}
.yith-wcwl-share h4 {
color: var(--dark-text);
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
}
.yith-wcwl-wishlist-new button,
.yith-wcwl-wishlist-search-form button {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green)) !important;
color: var(--white) !important;
padding: 12px 24px !important;
border-radius: 50px !important;
border: none !important;
font-weight: 700 !important;
transition: all 0.3s ease !important;
}
.yith-wcwl-wishlist-new button:hover,
.yith-wcwl-wishlist-search-form button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.3);
} .wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
width: 100%;
padding: 16px 20px;
border: 2px solid var(--light-green);
border-radius: 12px;
margin-bottom: 20px;
font-size: 15px;
font-weight: 500;
color: var(--dark-text);
transition: var(--transition);
background: var(--white);
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
border-color: var(--primary-green);
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.1);
outline: none;
}
.wpcf7-form textarea {
min-height: 150px;
resize: vertical;
}
.wpcf7-form input[type="submit"] {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 16px 40px;
border-radius: 50px;
border: none;
cursor: pointer;
font-weight: 700;
font-size: 15px;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: var(--transition);
box-shadow: var(--shadow-md);
width: auto;
}
.wpcf7-form input[type="submit"]:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
} @media (max-width: 768px) {
.form-box {
width: 90%;
}
} .find-match-section {
background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
border: 3px solid var(--primary-green);
border-radius: 24px;
overflow: hidden;
box-shadow: var(--shadow-md);
transition: var(--transition);
position: relative;
z-index: 1;
}
.find-match-section:hover {
box-shadow: var(--shadow-lg);
transform: translateY(-5px);
z-index: 10;
}
.content-box {
border-right: 3px solid var(--primary-green);
text-align: left;
padding: 40px;
}
.content-box h2 {
font-size: 38px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 20px;
line-height: 1.3;
text-transform: uppercase;
letter-spacing: 1px;
}
.content-box p {
font-size: 18px;
color: var(--light-text);
line-height: 1.8;
margin-bottom: 30px;
}
.quiz-button {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 16px 40px;
border-radius: 50px;
transition: var(--transition);
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 1.5px;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 10px;
border: 2px solid transparent;
box-shadow: var(--shadow-md);
}
.quiz-button:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
background: var(--white);
color: var(--primary-green);
border-color: var(--primary-green);
}
.quiz-button i {
font-size: 18px;
transition: var(--transition);
}
.quiz-button:hover i {
transform: translateX(3px);
}
.image-box img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition);
}
.image-box:hover img {
transform: scale(1.05);
} @media (max-width: 768px) {
.content-box {
border-right: none;
border-bottom: 2px solid #4f4f8f;
}
.content-box, .image-box {
text-align: center;
}
} .fade1 {
opacity: 0;
transform: translate(0, 10vh);
transition: all 1s;
}
.fade1.visible {
opacity: 1;
transform: translate(0, 0);
}
.fadeshow {
opacity: 0;
transform: translate(0, 10vh);
transition: all 1s;
}
.fadeshow.visible {
opacity: 1;
transform: translate(0, 0);
}
.cart-icon-container .badge {
font-size:15px;
} #main-header.header-modern {
top: 0;
left: 0;
width: 100%;
z-index: 1000;
background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.98) 100%);
backdrop-filter: blur(15px);
transition: var(--transition);
border-bottom: 1px solid rgba(0, 167, 107, 0.1);
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
}
#main-header.header-modern.fixed {
position: fixed;
box-shadow: 0 4px 24px rgba(0, 167, 107, 0.12);
animation: slideDown 0.4s ease-out;
background: rgba(255, 255, 255, 0.98);
backdrop-filter: blur(25px);
}
.header-modern .navbar {
padding: 18px 0;
transition: var(--transition);
max-width: 1200px;
margin: 0 auto;
}
.header-modern.fixed .navbar {
padding: 12px 0;
}
@keyframes slideDown {
from {
transform: translateY(-100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
} .logo-modern .logo-link {
display: block;
transition: var(--transition);
}
.logo-modern .logo-link:hover {
transform: scale(1.03);
} .modern-toggler {
border: none;
background: transparent;
padding: 10px;
width: 40px;
height: 40px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 5px;
position: relative;
cursor: pointer;
z-index: 1001;
} .simple-mobile-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: transparent;
border: none;
cursor: pointer;
padding: 0;
z-index: 1001;
}
.simple-mobile-toggle span {
display: block;
width: 25px;
height: 3px;
background: #00a76b;
margin: 3px 0;
transition: all 0.3s ease;
border-radius: 2px;
}
.simple-mobile-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(6px, 6px);
}
.simple-mobile-toggle.active span:nth-child(2) {
opacity: 0;
}
.simple-mobile-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
} @media (max-width: 991px) {
.modern-toggler {
display: flex !important;
visibility: visible !important;
opacity: 1 !important;
}
.simple-mobile-toggle {
display: flex !important;
visibility: visible !important;
opacity: 1 !important;
}
}
.modern-toggler:focus {
box-shadow: none;
outline: none;
}
.toggler-line {
width: 100%;
height: 3px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 3px;
transition: var(--transition);
display: block;
}
.modern-toggler:not(.collapsed) .toggler-line:nth-child(1) {
transform: rotate(45deg) translateY(10px);
}
.modern-toggler:not(.collapsed) .toggler-line:nth-child(2) {
opacity: 0;
}
.modern-toggler:not(.collapsed) .toggler-line:nth-child(3) {
transform: rotate(-45deg) translateY(-10px);
} .modern-menu li a {
position: relative;
padding: 10px 12px !important;
transition: var(--transition);
} @keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
} .logo img {
height: 70px;
transition: var(--transition);
filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}
.logo img:hover {
transform: scale(1.05);
}
#main-header.fixed .logo img {
height: 60px;
} .nav-menu {
display: flex;
list-style: none;
margin-bottom: 0px;
padding-bottom: 0px;
align-items: center;
}
.navbar-nav li {
margin-left: 15px;
margin-right: 15px;
position: relative;
}
.navbar-nav a {
font-size: 13px;
font-weight: 600;
letter-spacing: 1px;
line-height: 21px;
text-transform: uppercase;
color: var(--dark-text);
text-decoration: none;
padding: 8px 0;
position: relative;
transition: var(--transition);
}
.dropdown-toggle::after {
bottom: 50%!important;
}
.dropdown-toggle:hover::after {
bottom: 0%!important;
}
.navbar-nav a::after {
content: '';
position: absolute;
bottom: 0%;
right: 0;
left: auto;
width: 0;
height: 2px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
transition: width 0.3s ease;
}
.navbar-nav a:hover {
color: var(--primary-green);
}
.navbar-nav a:hover::after {
width: 100%;
}
.navbar-nav li.current-menu-item a,
.navbar-nav li.current_page_item a {
color: var(--primary-green);
}
.navbar-nav li.current-menu-item a::after,
.navbar-nav li.current_page_item a::after {
width: 100%;
}
#main-header.fixed .navbar-nav a {
color: var(--dark-text);
} .header-actions {
gap: 8px;
}
.header-icon-link {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
cursor: pointer;
position: relative;
}
.icon-wrapper {
width: 45px;
height: 45px;
border-radius: 50%;
background: var(--light-green);
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
position: relative;
}
.header-icon-link:hover .icon-wrapper {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
transform: scale(1.1);
box-shadow: var(--shadow-md);
}
.icon-wrapper svg {
stroke: var(--primary-green);
transition: var(--transition);
}
.header-icon-link:hover .icon-wrapper svg,
.header-icon-link:hover .icon-wrapper i {
stroke: var(--white);
color: var(--white);
transform: scale(1.1);
}
.header-icon-link .icon-wrapper i {
color: var(--primary-green);
font-size: 18px;
transition: var(--transition);
} .cart-badge, .wishlist-badge {
position: absolute;
top: -5px;
right: -5px;
background: linear-gradient(135deg, #ff4757, #e84118);
color: var(--white);
font-size: 11px;
font-weight: 800;
padding: 3px 7px;
border-radius: 50%;
border: 2px solid var(--white);
box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
animation: badgePulse 2s ease-in-out infinite;
}
.wishlist-badge {
background: linear-gradient(135deg, #e74c3c, #c0392b);
box-shadow: 0 2px 8px rgba(231, 76, 60, 0.4);
}
@keyframes badgePulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.1); }
}
.modern-cart-modal::before {
content: '';
position: absolute;
top: -8px;
right: 15px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid var(--light-green);
}
.cart-modal-header {
padding: 20px 25px;
background: linear-gradient(135deg, var(--light-green), var(--white));
border-bottom: 2px solid var(--light-green);
border-radius: 14px 14px 0 0;
}
.cart-modal-header h4 {
margin: 0;
font-size: 18px;
font-weight: 800;
color: var(--dark-text);
text-transform: uppercase;
letter-spacing: 1px;
display: flex;
align-items: center;
gap: 10px;
}
.cart-modal-header h4 i {
color: var(--primary-green);
font-size: 20px;
}
.modern-cart-modal .cart-items {
padding: 20px 25px;
}
.modern-cart-modal .cart-item {
padding: 15px 0;
border-bottom: 1px solid rgba(0, 167, 107, 0.1);
display: flex;
flex-direction: column;
gap: 8px;
}
.modern-cart-modal .cart-item:last-child {
border-bottom: none;
}
.modern-cart-modal .item-name {
font-size: 14px;
font-weight: 600;
color: var(--dark-text);
line-height: 1.4;
}
.modern-cart-modal .item-details {
display: flex;
justify-content: space-between;
align-items: center;
}
.modern-cart-modal .qty {
font-size: 13px;
color: var(--light-text);
font-weight: 500;
}
.modern-cart-modal .price {
font-size: 15px;
font-weight: 700;
color: var(--primary-green);
}
.cart-modal-footer {
padding: 20px 25px;
background: var(--light-green);
border-radius: 0 0 14px 14px;
}
.btn-cart-view {
display: block;
width: 100%;
padding: 14px 20px;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
text-align: center;
text-decoration: none;
border-radius: 12px;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.5px;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.btn-cart-view:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-md);
color: var(--white);
}
.btn-cart-view i {
margin-right: 8px;
}
.cart-empty {
padding: 40px 25px;
text-align: center;
}
.cart-empty i {
font-size: 48px;
color: var(--primary-green);
margin-bottom: 15px;
opacity: 0.5;
}
.cart-empty p {
font-size: 15px;
color: var(--light-text);
margin: 0;
font-weight: 500;
} @media (max-width: 768px) {
.nav-menu {
flex-direction: column;
}
.nav-menu li {
margin-left: 0;
margin-bottom: 10px;
}
.logo img {
height: 50px;
}
} .hero-section-slider {
position: relative;
width: 100%;
max-width: 100vw;
height: 100vh;
min-height: 600px;
background: url(https://bridge144.qodeinteractive.com/wp-content/uploads/2018/02/slider-1.jpg) no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
overflow: hidden !important;
animation: fadeInBackground 2s ease-in-out forwards;
}
.hero-section-slider::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.3), rgba(26, 95, 63, 0.4));
z-index: 1;
}
@keyframes fadeInBackground {
0% {
opacity: 0;
transform: scale(1.1);
}
100% {
opacity: 1;
transform: scale(1);
}
}
.content {
z-index: 2;
color: white;
animation: fadeInText 1.5s ease-in-out 0.5s forwards;
opacity: 0;
max-width: 900px;
padding: 0 20px;
}
.main-heading {
font-size: 90px;
font-weight: 800;
letter-spacing: 12px;
line-height: 1.2;
text-transform: uppercase;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
margin-bottom: 30px;
}
.shop-now-btn {
display: inline-block;
background: var(--white);
border: 2px solid var(--white);
color: var(--primary-green);
text-decoration: none;
padding: 18px 45px;
margin-top: 20px;
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
transition: var(--transition);
border-radius: 50px;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.shop-now-btn:hover {
background-color: transparent;
color: var(--white);
border-color: var(--white);
transform: translateY(-3px);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}
@keyframes fadeInText {
0% {
opacity: 0;
transform: translateY(40px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} .overlay-fixed {
position: absolute;
right: 30px;
bottom: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.demo-count {
background-color: white;
padding: 10px 15px;
text-align: center;
border-radius: 5px;
margin-bottom: 15px;
}
.demo-count span {
font-size: 36px;
font-weight: bold;
}
.demo-count small {
font-size: 12px;
display: block;
}
.buy-now-btn {
background-color: #e70050;
color: white;
padding: 15px 30px;
text-decoration: none;
font-size: 16px;
border-radius: 50px;
text-align: center;
transition: background-color 0.3s ease;
}
.buy-now-btn:hover {
background-color: #d60045;
} @media (max-width: 768px) {
.main-heading {
font-size: 60px;
}
.shop-now-btn {
font-size: 14px;
padding: 12px 25px;
}
.demo-count span {
font-size: 28px;
}
.buy-now-btn {
font-size: 14px;
padding: 12px 25px;
}
} .shop-section {
background-color: #f8f9fa;
}
.product-card {
transition: transform 0.3s ease;
border: none;
}
.product-card:hover {
transform: scale(1.05);
}
.product-image img {
width: auto;
height: 150px;
margin: auto;
display: block;
margin-top: 30px;
margin-bottom: 30px;
}
.price {
font-size: 1.1em;
font-weight: bold;
margin: 10px 0;
}
.btn {
text-transform: uppercase;
font-size: 0.9em;
}
.card-body {
padding: 20px;
}
h5.card-title {
font-weight: 600;
} .category-showcase {
padding: 80px 0;
background: #fafafa;
overflow-x: hidden !important;
max-width: 100vw;
}
.category-card {
margin-bottom: 35px;
position: relative;
z-index: 1;
}
.category-card:hover {
z-index: 10;
}
.category-inner {
position: relative;
overflow: hidden;
border-radius: 20px;
box-shadow: var(--shadow-md);
transition: var(--transition);
height: 450px;
}
.category-inner::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
z-index: 1;
transition: var(--transition);
}
.category-inner:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
.category-inner:hover::before {
background: linear-gradient(180deg, rgba(0, 167, 107, 0.3) 0%, rgba(26, 95, 63, 0.85) 100%);
}
.category-image {
background-size: cover;
background-position: center;
height: 100%;
width: 100%;
position: relative;
transition: var(--transition);
}
.category-inner:hover .category-image {
transform: scale(1.08);
}
.category-info {
position: absolute;
bottom: 35px;
left: 35px;
color: var(--white);
z-index: 2;
}
.category-info h3 {
font-size: 0.95rem;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 600;
margin-bottom: 8px;
opacity: 0.9;
}
.category-info h4 {
font-size: 2rem;
margin-bottom: 20px;
font-weight: 800;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.category-info a.btn {
padding: 14px 32px;
border-radius: 50px;
background: var(--white);
border: 2px solid var(--white);
color: var(--primary-green);
font-weight: 700;
font-size: 13px;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: var(--transition);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.category-inner:hover .category-info a.btn {
background-color: transparent;
color: var(--white);
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
} [data-aos="fade-up"] {
opacity: 0;
transform: translateY(50px);
transition: opacity 0.8s ease, transform 0.8s ease;
}
[data-aos="fade-up"].aos-animate {
opacity: 1;
transform: translateY(0);
} .hero-section {
padding: 120px 0;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
position: relative;
overflow: hidden !important;
max-width: 100vw;
width: 100%;
}
.hero-section::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 300px;
height: 300px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
filter: blur(60px);
pointer-events: none;
}
.hero-section h1 {
font-size: 3.5rem;
margin-bottom: 25px;
color: var(--white);
font-weight: 800;
line-height: 1.3;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.hero-section p {
font-size: 1.3rem;
margin-bottom: 35px;
color: rgba(255, 255, 255, 0.95);
font-weight: 400;
line-height: 1.6;
}
.hero-section .btn {
padding: 16px 40px;
border-radius: 50px;
background: var(--white);
border: 2px solid var(--white);
color: var(--primary-green);
font-weight: 700;
font-size: 15px;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: var(--transition);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.hero-section .btn:hover {
background: transparent;
color: var(--white);
transform: translateY(-3px);
box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
} .top-left-glass {
position: absolute;
top: 0;
left: 0;
width: 500px;
max-width: 50%;
opacity: 0.7;
z-index: 1;
pointer-events: none;
}
.bottom-right-glass {
position: absolute;
bottom: 0;
right: 0;
width: 200px;
max-width: 40%;
opacity: 0.7;
z-index: 1;
pointer-events: none;
}
@media (max-width: 768px) {
.top-left-glass, .bottom-right-glass {
display: none; }
} .featured-products-section {
padding: 50px 0;
}
.product-info {
position: relative;
position: relative;
background: white;
padding: 20px;
}
.price-icons-wrapper {
position: relative;
height: 40px; margin-bottom: 10px; }
.price {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
transition: opacity 0.4s ease;
opacity: 1;
visibility: visible;
}
.product-icons {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
display: flex;
justify-content: center;
gap: 10px;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease, visibility 0.4s ease;
}
.product-icons a {
font-size: 18px;
color: #333;
transition: color 0.3s ease;
}  .product-card:hover .price {
opacity: 1;
visibility: visible;
}
.product-card:hover .product-icons {
opacity: 1;
visibility: visible;
} .product-icons .icon {
font-size: 18px;
color: #333;
transition: color 0.3s ease;
}
.producst .icons .icon svg {
background: #23820c !important;
padding: 2px;
border-radius: 3px;
color: white;
}
.product-icons .icon:hover {
color: #000;
} .product-modal {
display: none;
position: fixed;
z-index: 99999999;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.product-modal-content {
background-color: #fffffff0;
margin: 5% auto;
padding: 5%;
width: 80%;
max-width: 900px;
display: flex;
flex-wrap: wrap;
}
.modal-product-info h2 {
font-size: 21px!important;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 25px!important;
letter-spacing: 1px;
}
.modal-product-info h2 span {
font-size: 20px;
font-weight: bold;
text-transform: capitalize; letter-spacing: 1px;
text-align: center;
color: #00a76b !important;
border: solid 1px;
}
.product-modal-content a.btn-dark {
padding: 10px 30px;
border-radius: 50px;
background: white;
border: none;
color: #00a76b;
border: solid #00a76b;
margin-top:10px;
}
.wp-block-woocommerce-empty-cart-block .woocommerce-Price-amount {
color: #198754 !important;
font-size: 18px;
background: white;
padding: 10px 20px;
text-transform: uppercase;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
font-size: 15px;
color: #198754;
text-decoration: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
text-decoration:none;
}
.wp-block-woocommerce-empty-cart-block  .wc-block-grid__product-image img {
height:275px!important;
}
.single_add_to_wishlist {
color: var(--primary-green);
background-color: var(--light-green);
border: 2px solid var(--primary-green);
padding: 12px 24px;
text-decoration: none;
border-radius: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
transition: var(--transition);
display: inline-block;
}
.single_add_to_wishlist:hover {
background: var(--primary-green);
color: var(--white);
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.yith-wcwl-wishlistaddedbrowse a {
color: var(--primary-green);
background-color: var(--light-green);
border: 2px solid var(--primary-green);
padding: 12px 24px;
text-decoration: none;
border-radius: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
transition: var(--transition);
display: inline-block;
}
.yith-wcwl-wishlistaddedbrowse a:hover {
background: var(--primary-green);
color: var(--white);
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wishlist-items-wrapper .product-add-to-cart a {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
border: 2px solid var(--primary-green);
padding: 12px 24px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
transition: var(--transition);
display: inline-block;
}
.wishlist-items-wrapper .product-add-to-cart a:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wishlist-items-wrapper .product-name a {
background: var(--light-green);
color: var(--primary-green);
border: 2px solid var(--primary-green);
padding: 12px 24px;
border-radius: 12px;
text-decoration: none;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 13px;
transition: var(--transition);
display: inline-block;
}
.wishlist-items-wrapper .product-name a:hover {
background: var(--primary-green);
color: var(--white);
transform: translateY(-2px);
}
.yith-wcwl-wishlistexistsbrowse a {
color: var(--primary-green);
background-color: var(--light-green);
border: 2px solid var(--primary-green);
padding: 12px 24px;
text-decoration: none;
border-radius: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
transition: var(--transition);
display: inline-block;
}
.yith-wcwl-wishlistexistsbrowse a:hover {
background: var(--primary-green);
color: var(--white);
transform: translateY(-2px);
box-shadow: var(--shadow-md);
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .add_to_cart_button{
background: #198754
}
.product-modal-content .product-tag span{
border: none;
color: white;
font-size: 16px;
margin-top: 15px;
padding: 5px;
margin-bottom: 15px;
background: #00a76b;
border-radius: 4px;
text-decoration: none;
}
.product-modal-content .product-categories a { color: #000;  padding: 5px;
margin-bottom: 15px;  text-decoration: none;
}
.product-tag {
margin-top:10px;
}
.close-modal {
position: absolute;
right: 0px;
top: 10px;
font-size: 50px;
color: #fff;
cursor: pointer;
}
.modal-product-image {
text-align: center;
}
.modal-product-image img {
max-width: 100%;
height: auto;
cursor: zoom-in;
}
.product-gallery {
display: flex;
gap: 10px;
margin-top: 10px;
justify-content: center;
}
.gallery-thumb {
width: 50px;
height: 50px;
object-fit: cover;
cursor: pointer;
}
.modal-product-info {
padding-left: 15px;
}
.product-categories, .product-attributes {
margin-top: 10px;
}
.product-categories span, .product-attributes span {
border: none;
color: black;
font-size: 18px;
margin-top: 15px;
font-weight: 300;
}
.modal-product-info h2 {
font-size: 24px;
}
.modal-product-info h4 {
font-size: 16px;
margin-top: 10px;
}
.modal-product-info h4 span {
border: none;
color: white;
font-size: 16px;
margin-top: 15px;
padding: 5px;
margin-bottom: 15px;
background: #00a76b;
border-radius: 4px;
text-decoration: none;
} .featured-products-section {
padding: 80px 0;
background: var(--white);
overflow-x: hidden !important;
max-width: 100vw;
}
.featured-products-section .container {
max-width: 1200px;
margin: 0 auto;
}
.featured-products-section h2 {
font-size: 48px;
font-weight: 800;
text-transform: uppercase;
margin-bottom: 20px;
letter-spacing: 2px;
position: relative;
text-align: center;
color: var(--dark-text);
}
.featured-products-section h2::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 2px;
}
.product-card {
border: 2px solid rgba(0, 167, 107, 0.08);
text-align: center;
background-color: var(--white);
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.product-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
opacity: 0;
transition: opacity 0.3s ease;
}
.product-card:hover::before {
opacity: 1;
}
.product-card:hover {
transform: translateY(-8px);
box-shadow: 0 12px 40px rgba(0, 167, 107, 0.15);
border-color: rgba(0, 167, 107, 0.2);
z-index: 10;
}
.product-image {
width: 100%;
height: 275px!important;
margin-bottom: 0px;
margin: auto;
display: block;
padding: 20px;
object-fit: contain;
transition: var(--transition);
background: linear-gradient(135deg, #fafafa 0%, var(--white) 100%);
}
.product-card:hover .product-image {
transform: scale(1.08);
}
.related-products-wrapper .product-card:hover .price {
opacity: 1;
visibility: visible;
}
.product-info h3 {
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
}
.product-info h3 a {
color: var(--primary-green) !important;
font-size: 16px;
font-weight: 700;
background: var(--light-green);
padding: 10px 20px;
text-transform: uppercase;
text-decoration: none;
border-radius: 8px;
display: inline-block;
transition: var(--transition);
letter-spacing: 1px;
}
.product-info h3 a:hover {
background: var(--primary-green);
color: var(--white) !important;
transform: scale(1.05);
}
.product-info .price {
font-size: 22px;
font-weight: 700;
color: var(--dark-text);
margin-bottom: 20px;
}
.product-info {
padding: 20px;
}
.product-info .btn {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green)) !important;
color: var(--white);
padding: 16px 36px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.25);
position: relative;
overflow: hidden;
}
.product-info .btn::before {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
border-radius: 50%;
background: rgba(255, 255, 255, 0.2);
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
}
.product-info .btn:hover::before {
width: 300px;
height: 300px;
}
.product-info .btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 167, 107, 0.35);
} @media (min-width: 768px) {
.product-card {
margin-bottom: 40px;
}
} .site-footer {
background: linear-gradient(135deg, #1a5f3f 0%, #00a76b 100%);
padding: 0;
color: var(--white);
position: relative;
overflow: hidden !important;
max-width: 100vw;
width: 100%;
} .footer-newsletter {
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 50px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.newsletter-content {
display: flex;
align-items: center;
gap: 20px;
}
.newsletter-content i {
font-size: 52px;
color: var(--white);
opacity: 0.9;
}
.newsletter-content h3 {
font-size: 28px;
font-weight: 800;
color: var(--white);
margin-bottom: 8px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.newsletter-content p {
font-size: 16px;
color: rgba(255, 255, 255, 0.85);
margin: 0;
}
.newsletter-form form {
display: flex;
gap: 10px;
align-items: center;
}
.newsletter-form input[type="email"] {
flex: 1;
padding: 16px 24px;
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50px;
background: rgba(255, 255, 255, 0.15);
color: var(--white);
font-size: 15px;
font-weight: 500;
backdrop-filter: blur(10px);
transition: var(--transition);
}
.newsletter-form input[type="email"]::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.newsletter-form input[type="email"]:focus {
outline: none;
background: rgba(255, 255, 255, 0.25);
border-color: var(--white);
box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}
.newsletter-form button {
padding: 16px 32px;
background: var(--white);
color: var(--primary-green);
border: none;
border-radius: 50px;
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
cursor: pointer;
transition: var(--transition);
white-space: nowrap;
display: flex;
align-items: center;
gap: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.newsletter-form button:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
background: rgba(255, 255, 255, 0.95);
}
.newsletter-form button i {
font-size: 16px;
}
.newsletter-form button:disabled {
opacity: 0.7;
cursor: not-allowed;
transform: none !important;
}
#newsletter-message {
font-size: 14px;
text-align: center;
padding: 8px 15px;
border-radius: 8px;
margin-top: 10px;
} .footer-main {
padding: 60px 0 40px;
}
.site-footer::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
}
.site-footer .container {
display: flex;
flex-direction: column;
align-items: center;
}
.footer-content {
display: flex;
justify-content: space-between;
gap: 40px;
width: 100%;
max-width: 1200px;
}
.footer-column {
flex: 1;
}
.footer-about {
flex: 1.2;
}
.footer-description {
color: rgba(255, 255, 255, 0.85);
margin-top: 20px;
font-size: 14px;
line-height: 1.8;
margin-bottom: 20px;
}
.footer-badges {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.badge-item {
display: inline-flex;
align-items: center;
gap: 6px;
background: rgba(255, 255, 255, 0.15);
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
border: 1px solid rgba(255, 255, 255, 0.25);
transition: var(--transition);
}
.badge-item:hover {
background: rgba(255, 255, 255, 0.25);
transform: translateY(-2px);
}
.badge-item i {
font-size: 14px;
}
.footer-column h4 {
margin-bottom: 25px;
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
line-height: 18px;
text-transform: uppercase;
color: var(--white);
position: relative;
padding-bottom: 12px;
}
.footer-column h4::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 2px;
background: var(--white);
}
.footer-column ul {
list-style: none;
padding: 0;
margin: 0;
}
.footer-column ul li {
margin-bottom: 12px;
}
.footer-column ul li a {
text-decoration: none;
color: rgba(255, 255, 255, 0.85);
transition: var(--transition);
font-size: 14px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: capitalize;
display: inline-flex;
align-items: center;
gap: 8px;
}
.footer-column ul li a i {
font-size: 10px;
transition: var(--transition);
}
.footer-column ul li a:hover {
color: var(--white);
transform: translateX(8px);
}
.footer-column ul li a:hover i {
transform: translateX(3px);
} .footer-contact-list {
list-style: none;
padding: 0;
margin: 0;
}
.footer-contact-list li {
display: flex;
align-items: flex-start;
gap: 12px;
margin-bottom: 18px;
color: rgba(255, 255, 255, 0.85);
}
.footer-contact-list li i {
font-size: 16px;
margin-top: 3px;
color: var(--white);
width: 20px;
flex-shrink: 0;
}
.footer-contact-list li a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
transition: var(--transition);
}
.footer-contact-list li a:hover {
color: var(--white);
text-decoration: underline;
} .footer-social-links {
list-style: none;
padding: 0;
margin: 0 0 25px 0;
}
.footer-social-links li {
margin-bottom: 15px;
}
.social-link-footer {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
background: rgba(255, 255, 255, 0.1);
border-radius: 12px;
text-decoration: none;
transition: var(--transition);
border: 1px solid rgba(255, 255, 255, 0.15);
}
.social-link-footer:hover {
background: rgba(255, 255, 255, 0.2);
transform: translateX(5px);
border-color: rgba(255, 255, 255, 0.3);
}
.social-link-footer i {
font-size: 24px;
color: var(--white);
}
.social-link-footer span {
color: rgba(255, 255, 255, 0.9);
font-weight: 600;
font-size: 15px;
}
.social-link-footer:hover i,
.social-link-footer:hover span {
color: var(--white);
}
.footer-logo img {
max-width: 160px;
filter: brightness(0) invert(1);
transition: var(--transition);
}
.footer-logo img:hover {
transform: scale(1.05);
}
.footer-social ul {
list-style: none;
display: flex;
gap: 15px;
margin-left: 0px;
padding-left: 0px;
}
.footer-social ul li a {
font-size: 18px;
color: var(--white);
transition: var(--transition);
}
.footer-social ul li a:hover {
transform: translateY(-3px);
}
.footer-bottom {
margin-top: 0;
text-align: center;
font-size: 14px;
color: rgba(255, 255, 255, 0.9);
background: rgba(0, 0, 0, 0.25);
padding: 25px 20px;
border-top: 1px solid rgba(255, 255, 255, 0.15);
letter-spacing: 0.5px;
backdrop-filter: blur(10px);
}
.footer-bottom-content {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 15px;
}
.footer-bottom-content p {
margin: 0;
font-size: 14px;
}
.footer-credits {
font-size: 13px;
opacity: 0.85;
}
@media (max-width: 768px) {
.footer-bottom-content {
flex-direction: column;
text-align: center;
}
.newsletter-content {
flex-direction: column;
text-align: center;
}
.newsletter-form form {
flex-direction: column;
width: 100%;
}
.newsletter-form input[type="email"],
.newsletter-form button {
width: 100%;
}
}
.footer-social .fab {
background: rgba(255, 255, 255, 0.15);
padding: 12px;
border-radius: 12px;
font-size: 20px;
color: var(--white);
transition: var(--transition);
backdrop-filter: blur(10px);
}
.footer-social .fab:hover {
background: var(--white);
color: var(--primary-green);
transform: translateY(-3px) rotate(5deg);
}
.footer-social h4 {
margin-bottom: 25px;
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
line-height: 18px;
text-transform: uppercase;
} @media (max-width: 768px) {
.footer-content {
flex-direction: column;
align-items: center;
gap: 30px;
}
.footer-column {
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.footer-about {
flex: 1;
order: 1;
}
.footer-description {
text-align: center;
font-size: 15px;
line-height: 1.6;
}
.footer-badges {
justify-content: center;
margin-top: 20px;
}
.footer-column h4 {
font-size: 18px;
margin-bottom: 20px;
}
.footer-column h4::after {
left: 50%;
transform: translateX(-50%);
width: 40px;
}
.footer-column ul li {
margin-bottom: 15px;
}
.footer-column ul li a {
font-size: 15px;
justify-content: center;
}
.footer-contact-list li {
justify-content: center;
text-align: center;
flex-direction: column;
gap: 8px;
}
.footer-contact-list li i {
font-size: 18px;
margin-top: 0;
}
.footer-social-links li {
display: flex;
justify-content: center;
}
.social-link-footer {
justify-content: center;
padding: 15px 25px;
margin: 0 auto;
max-width: 200px;
}
.footer-social ul {
justify-content: center;
gap: 20px;
}
.newsletter-content {
flex-direction: column;
text-align: center;
gap: 15px;
}
.newsletter-content i {
font-size: 40px;
}
.newsletter-content h3 {
font-size: 24px;
}
.newsletter-content p {
font-size: 15px;
}
.newsletter-form form {
flex-direction: column;
gap: 15px;
width: 100%;
}
.newsletter-form input[type="email"],
.newsletter-form button {
width: 100%;
max-width: 300px;
margin: 0 auto;
}
}  .woocommerce-cart .woocommerce-page-title {
font-size: 52px;
font-weight: 900;
color: var(--dark-text);
text-align: center;
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 4px;
position: relative;
background: linear-gradient(135deg, var(--dark-text), var(--primary-green));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart .woocommerce-page-title::after {
content: '';
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
width: 120px;
height: 5px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green), var(--primary-green));
border-radius: 3px;
box-shadow: 0 2px 10px rgba(0, 167, 107, 0.3);
}
.woocommerce-cart .woocommerce-page-title::before {
content: '🛒';
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
font-size: 24px;
opacity: 0.7;
} .woocommerce-cart-form {
background: linear-gradient(135deg, var(--white) 0%, #f8fffe 100%);
border-radius: 25px;
padding: 50px;
box-shadow: 0 20px 60px rgba(0, 167, 107, 0.15), 
0 0 0 1px rgba(0, 167, 107, 0.05) inset;
margin-bottom: 50px;
position: relative;
overflow: hidden;
}
.woocommerce-cart-form::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green), var(--primary-green));
}
.woocommerce table.shop_table {
border: none;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
background: var(--white);
position: relative;
}
.woocommerce table.shop_table::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
}
.woocommerce table.shop_table th {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
font-weight: 800;
font-size: 18px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 25px 20px;
border: none;
position: relative;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.woocommerce table.shop_table th::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2px;
background: rgba(255, 255, 255, 0.3);
}
.woocommerce table.shop_table td {
padding: 30px 20px;
border-bottom: 1px solid rgba(0, 167, 107, 0.08);
vertical-align: middle;
background: var(--white);
transition: all 0.3s ease;
}
.woocommerce table.shop_table td:hover {
background: rgba(0, 167, 107, 0.02);
}
.woocommerce table.shop_table tr:last-child td {
border-bottom: none;
} .woocommerce table.shop_table .product-thumbnail img {
width: 100px;
height: 100px;
border-radius: 16px;
object-fit: cover;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
border: 3px solid var(--white);
transition: all 0.3s ease;
}
.woocommerce table.shop_table .product-thumbnail img:hover {
transform: scale(1.05);
box-shadow: 0 12px 35px rgba(0, 167, 107, 0.2);
} .woocommerce table.shop_table .product-name a {
color: var(--dark-text);
font-weight: 700;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease;
line-height: 1.4;
display: block;
margin-bottom: 8px;
}
.woocommerce table.shop_table .product-name a:hover {
color: var(--primary-green);
transform: translateX(5px);
} .woocommerce table.shop_table .product-name .product-meta {
font-size: 14px;
color: var(--light-text);
font-weight: 500;
line-height: 1.6;
margin-top: 10px;
}
.woocommerce table.shop_table .product-name .product-meta strong {
color: var(--dark-text);
font-weight: 600;
} .woocommerce table.shop_table .product-price {
font-weight: 800;
font-size: 22px;
color: var(--primary-green);
text-shadow: 0 2px 10px rgba(0, 167, 107, 0.2);
position: relative;
}
.woocommerce table.shop_table .product-price::before {
content: '💰';
margin-right: 8px;
font-size: 18px;
} .woocommerce table.shop_table .quantity {
display: flex;
align-items: center;
gap: 10px;
}
.woocommerce table.shop_table .quantity input {
width: 90px;
padding: 12px;
text-align: center;
border: 3px solid var(--light-green);
border-radius: 12px;
font-weight: 700;
font-size: 16px;
color: var(--dark-text);
background: var(--white);
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.woocommerce table.shop_table .quantity input:focus {
border-color: var(--primary-green);
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.15), 
0 8px 25px rgba(0, 167, 107, 0.2);
outline: none;
transform: scale(1.02);
} .woocommerce table.shop_table .quantity .qty-button {
width: 35px;
height: 35px;
border: 2px solid var(--primary-green);
background: var(--white);
color: var(--primary-green);
border-radius: 50%;
font-weight: 700;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}
.woocommerce table.shop_table .quantity .qty-button:hover {
background: var(--primary-green);
color: var(--white);
transform: scale(1.1);
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
} .woocommerce table.shop_table .product-remove a {
color: #dc3545;
font-size: 18px;
text-decoration: none;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease;
background: linear-gradient(135deg, rgba(220, 53, 69, 0.1), rgba(220, 53, 69, 0.05));
border: 2px solid rgba(220, 53, 69, 0.2);
position: relative;
}
.woocommerce table.shop_table .product-remove a::before {
content: '🗑️';
font-size: 16px;
}
.woocommerce table.shop_table .product-remove a:hover {
background: linear-gradient(135deg, #dc3545, #c82333);
color: var(--white);
transform: scale(1.15) rotate(5deg);
box-shadow: 0 8px 25px rgba(220, 53, 69, 0.4);
border-color: #dc3545;
} .cart-collaterals {
background: linear-gradient(135deg, var(--white) 0%, #f8fffe 100%);
border-radius: 25px;
padding: 50px;
box-shadow: 0 20px 60px rgba(0, 167, 107, 0.15), 
0 0 0 1px rgba(0, 167, 107, 0.05) inset;
position: relative;
overflow: hidden;
}
.cart-collaterals::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green), var(--primary-green));
}
.cart-collaterals h2 {
font-size: 36px;
font-weight: 900;
color: var(--dark-text);
margin-bottom: 30px;
text-transform: uppercase;
letter-spacing: 3px;
position: relative;
background: linear-gradient(135deg, var(--dark-text), var(--primary-green));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-align: center;
}
.cart-collaterals h2::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
border-radius: 2px;
box-shadow: 0 2px 10px rgba(0, 167, 107, 0.3);
}
.cart-collaterals h2::before {
content: '💳';
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
font-size: 20px;
opacity: 0.7;
}
.cart_totals table {
border: none;
background: var(--white);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.cart_totals table th,
.cart_totals table td {
padding: 20px 25px;
border-bottom: 1px solid rgba(0, 167, 107, 0.08);
background: var(--white);
}
.cart_totals table th {
font-weight: 700;
color: var(--dark-text);
font-size: 18px;
text-transform: uppercase;
letter-spacing: 1px;
background: rgba(0, 167, 107, 0.05);
}
.cart_totals table td {
font-weight: 800;
color: var(--primary-green);
font-size: 20px;
text-align: right;
position: relative;
}
.cart_totals table td::before {
content: '💰';
margin-right: 8px;
font-size: 16px;
}
.cart_totals .order-total th,
.cart_totals .order-total td {
font-size: 24px;
font-weight: 900;
border-top: 4px solid var(--primary-green);
padding-top: 25px;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.05), rgba(0, 167, 107, 0.1));
position: relative;
}
.cart_totals .order-total::after {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
} .woocommerce-cart-form .actions .button {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 18px 35px;
border: none;
border-radius: 50px;
font-weight: 800;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 8px 25px rgba(0, 167, 107, 0.3);
position: relative;
overflow: hidden;
}
.woocommerce-cart-form .actions .button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: left 0.5s;
}
.woocommerce-cart-form .actions .button:hover::before {
left: 100%;
}
.woocommerce-cart-form .actions .button:hover {
transform: translateY(-3px) scale(1.02);
box-shadow: 0 12px 35px rgba(0, 167, 107, 0.4);
background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
} .woocommerce-cart-form .coupon {
background: linear-gradient(135deg, var(--light-green) 0%, rgba(0, 167, 107, 0.05) 100%);
padding: 30px;
border-radius: 20px;
margin-bottom: 30px;
border: 2px solid rgba(0, 167, 107, 0.1);
position: relative;
overflow: hidden;
}
.woocommerce-cart-form .coupon::before {
content: '🎫';
position: absolute;
top: 20px;
right: 20px;
font-size: 24px;
opacity: 0.3;
}
.woocommerce-cart-form .coupon label {
font-weight: 700;
color: var(--dark-text);
margin-bottom: 15px;
display: block;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
}
.woocommerce-cart-form .coupon input {
border: 3px solid var(--primary-green);
border-radius: 12px;
padding: 15px 20px;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
background: var(--white);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.woocommerce-cart-form .coupon input:focus {
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.15), 
0 8px 25px rgba(0, 167, 107, 0.2);
outline: none;
transform: scale(1.02);
} .woocommerce-cart-form .wc-backward {
background: linear-gradient(135deg, var(--light-green) 0%, rgba(0, 167, 107, 0.1) 100%);
color: var(--primary-green);
padding: 18px 35px;
border: 3px solid var(--primary-green);
border-radius: 50px;
font-weight: 800;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
margin-bottom: 25px;
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.2);
position: relative;
overflow: hidden;
}
.woocommerce-cart-form .wc-backward::before {
content: '🛍️';
margin-right: 10px;
font-size: 18px;
}
.woocommerce-cart-form .wc-backward::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(0, 167, 107, 0.1), transparent);
transition: left 0.5s;
}
.woocommerce-cart-form .wc-backward:hover::after {
left: 100%;
}
.woocommerce-cart-form .wc-backward:hover {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
transform: translateY(-3px) scale(1.02);
box-shadow: 0 10px 30px rgba(0, 167, 107, 0.3);
border-color: var(--dark-green);
} .woocommerce-cart .cart-empty {
text-align: center;
padding: 80px 20px;
background: var(--white);
border-radius: 20px;
box-shadow: var(--shadow-lg);
}
.woocommerce-cart .cart-empty h2 {
font-size: 36px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 20px;
}
.woocommerce-cart .cart-empty p {
font-size: 18px;
color: var(--light-text);
margin-bottom: 30px;
}
.woocommerce-cart .cart-empty .wc-backward {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 18px 40px;
border: none;
border-radius: 50px;
font-weight: 700;
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
transition: var(--transition);
box-shadow: var(--shadow-md);
}
.woocommerce-cart .cart-empty .wc-backward:hover {
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
} .wc-block-cart-items__row {
background: var(--white);
border-radius: 16px;
padding: 25px;
margin-bottom: 20px;
box-shadow: var(--shadow-md);
transition: var(--transition);
}
.wc-block-cart-items__row:hover {
transform: translateY(-2px);
box-shadow: var(--shadow-lg);
}
.wc-block-cart-items__row .wc-block-components-product-name {
color: var(--dark-text);
font-size: 16px;
font-weight: 600;
letter-spacing: 0.5px;
line-height: 1.4;
text-transform: none;
} .wc-block-cart__submit-container .wc-block-cart__submit-button, 
.wc-block-components-checkout-place-order-button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.cart-collaterals .wc-proceed-to-checkout .checkout-button {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green)) !important;
color: var(--white) !important;
font-size: 20px !important;
font-weight: 900 !important;
letter-spacing: 2px !important;
padding: 22px 50px !important;
border-radius: 60px !important;
border: none !important;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
box-shadow: 0 12px 35px rgba(0, 167, 107, 0.3) !important;
text-transform: uppercase !important;
position: relative !important;
overflow: hidden !important;
width: 100% !important;
margin-top: 25px !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button::before,
.wc-block-components-checkout-place-order-button::before,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::before,
.cart-collaterals .wc-proceed-to-checkout .checkout-button::before {
content: '💳' !important;
margin-right: 12px !important;
font-size: 22px !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button::after,
.wc-block-components-checkout-place-order-button::after,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button::after,
.cart-collaterals .wc-proceed-to-checkout .checkout-button::after {
content: '' !important;
position: absolute !important;
top: 0 !important;
left: -100% !important;
width: 100% !important;
height: 100% !important;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
transition: left 0.5s !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover {
transform: translateY(-4px) scale(1.03) !important;
box-shadow: 0 16px 45px rgba(0, 167, 107, 0.4) !important;
background: linear-gradient(135deg, var(--dark-green), var(--primary-green)) !important;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button:hover::after,
.wc-block-components-checkout-place-order-button:hover::after,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover::after,
.cart-collaterals .wc-proceed-to-checkout .checkout-button:hover::after {
left: 100% !important;
} .cart-icon-container {
position: relative;
display: inline-block;
}
.cart-icon {
position: relative;
display: flex;
}
.cart-count {
background-color: #198754;
color: white;
font-size: 12px;
border-radius: 50%;
padding: 2px 6px;
position: absolute;
top: -10px;
right: -10px;
} .cart-modal {
position: absolute;
top: 40px;
right: 0;
background-color: #fff;
border: 1px solid #ccc;
padding: 20px;
width: 300px;
display: none;
z-index: 9999;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.cart-modal-content {
text-align: left;
}
.cart-modal-content a h4 {
font-size: 15px;
background: black;
color: white;
padding: 10px;
text-align: center;
margin-bottom: 10px;
}
.cart-items {
list-style-type: none;
padding: 0;
margin: 0 0 20px;
}
.cart-item {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
font-size: 17px;
border-bottom: solid 2px #198754;
}
.view-cart-btn {
display: block;
background-color: #000;
color: #fff;
padding: 10px;
text-align: center;
text-decoration: none;
} .cart-icon-container:hover .cart-modal {
display: block!important;
}
.cart-icon-container a {
background: #000;
color: white;
padding: 5px;
font-size: 20px;
text-align: center;
margin-bottom: 15px;
}
.view-cart-btn {
background: #198754;
color: white!important;
padding: 5px;
font-size: 20px;
}
.cart-modal-content .view-cart-btn {
padding: 3px!important;
font-size: 17px !important;
} .single-product.woocommerce-page .product_title {
font-weight: 800;
text-transform: uppercase;
color: var(--dark-text);
font-size: 32px;
line-height: 1.3em;
letter-spacing: 1.5px;
margin: 30px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.single-product.woocommerce-page .price {
font-weight: 700;
text-transform: uppercase;
color: var(--primary-green)!important;
font-size: 28px!important;
line-height: 1.4em;
letter-spacing: 0.5px;
position: relative;
background: var(--light-green);
padding: 12px 24px;
border-radius: 12px;
display: inline-block;
}
.product_meta {
margin-top: 30px;
margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb {
margin-bottom: 30px;
text-align: center;
}
.woocommerce-products-header .woocommerce-products-header__title {
display: none;
}
.woocommerce .woocommerce-ordering select.orderby {
border: solid 1px #565656;
padding: 10px;
font-family: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #565656;
background-color: #fff;
}
.wp-block-search__button {
background: #198754;
color: white;
margin-left: 0px;
}
.woocommerce div.product div.summary {
margin-bottom: 2em;
margin-top: 30px;
}
.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
margin-right: 5px;
color: red;
font-size: 20px;
}
.yith-wcwl-wishlistexistsbrowse .feedback a {
color: #198754; padding: 10px;
}
.woocommerce .quantity .qty {
position: relative;
height: auto;
width: 90px;
padding: 0;
margin: 0 15px 0 0;
font-family: inherit;
line-height: 52px;
outline: 0;
display: inline-block;
vertical-align: middle;
font-weight: 700;
text-align: center;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 20px;
letter-spacing: 1px;
color: var(--primary-green);
background-color: var(--light-green);
border: 2px solid var(--primary-green);
border-radius: 12px;
cursor: pointer;
transition: var(--transition);
}
.woocommerce .quantity .qty:focus {
border-color: var(--dark-green);
box-shadow: 0 0 0 4px rgba(0, 167, 107, 0.1);
}
.woocommerce div.product form.cart .single_add_to_cart_button {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
vertical-align: middle;
font-size: 15px;
font-weight: 700;
letter-spacing: 1.8px;
width: auto;
margin: 0;
text-decoration: none;
text-transform: uppercase;
border-radius: 50px;
outline: 0;
transition: var(--transition);
cursor: pointer;
z-index: 3;
padding: 18px 45px;
border: 2px solid var(--primary-green);
color: var(--white);
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
box-shadow: var(--shadow-md);
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
color: var(--primary-green);
background: var(--white);
border: 2px solid var(--primary-green);
transform: translateY(-3px);
box-shadow: var(--shadow-lg);
}
.product_meta span {
width: 100%;
display: block;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
margin-bottom: 12px;
padding: 14px 20px;
text-align: center;
color: var(--white);
border-radius: 12px;
font-weight: 600;
letter-spacing: 0.5px;
transition: var(--transition);
box-shadow: var(--shadow-sm);
}
.product_meta span:hover {
transform: translateX(5px);
box-shadow: var(--shadow-md);
}
.product_meta span a {
color: var(--white);
text-decoration: none;
font-weight: 600;
}
.product_meta span a:hover {
text-decoration: underline;
}
.woocommerce-Tabs-panel--additional_information h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border: none;
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
box-shadow: none;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 2px solid var(--primary-green);
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
border-radius: 12px 12px 0 0;
margin-right: 8px;
transition: var(--transition);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
transform: translateY(-3px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-left: 0px;
border-bottom: 3px solid var(--primary-green);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: var(--white);
border-bottom: 3px solid var(--white);
margin-bottom: -3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--primary-green);
font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-weight: 600;
color: var(--white);
text-decoration: none;
transition: var(--transition);
padding: 14px 24px;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
text-decoration: none;
color: rgba(255, 255, 255, 0.9);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
color: var(--dark-green);
}  .contact-hero-section {
position: relative;
overflow: hidden !important;
max-width: 100vw;
}
.contact-hero-section::before {
content: '';
position: absolute;
top: 0;
right: 0;
width: 400px;
height: 400px;
background: rgba(255, 255, 255, 0.08);
border-radius: 50%;
filter: blur(80px);
pointer-events: none;
}
@keyframes float {
0%, 100% { transform: translateY(0) translateX(0); }
50% { transform: translateY(-20px) translateX(20px); }
} .contact-info-card {
background: var(--white);
padding: 40px 30px;
border-radius: 24px;
text-align: center;
box-shadow: var(--shadow-lg);
transition: var(--transition);
border: 2px solid transparent;
position: relative;
overflow: hidden;
height: 100%;
min-height: 280px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 1;
}
.contact-info-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, var(--primary-green), var(--dark-green));
transform: scaleX(0);
transition: transform 0.5s ease;
}
.contact-info-card:hover::before {
transform: scaleX(1);
}
.contact-info-card:hover {
transform: translateY(-10px);
border-color: var(--primary-green);
box-shadow: 0 12px 40px rgba(0, 167, 107, 0.25);
z-index: 10;
}
.contact-card-icon {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
position: relative;
}
.contact-card-icon::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
border: 3px solid var(--primary-green);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
opacity: 0.3;
}
@keyframes pulse {
0% { transform: scale(1); opacity: 0.3; }
50% { transform: scale(1.15); opacity: 0; }
100% { transform: scale(1); opacity: 0.3; }
}
.contact-info-card:hover .contact-card-icon {
transform: scale(1.1) rotate(360deg);
}
.contact-card-icon i {
font-size: 32px;
color: var(--white);
}
.contact-info-card h3 {
font-size: 22px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact-info-card p {
color: var(--light-text);
margin-bottom: 15px;
font-size: 15px;
}
.contact-info-card a {
color: var(--primary-green);
font-weight: 700;
font-size: 18px;
text-decoration: none;
transition: var(--transition);
display: inline-block;
}
.contact-info-card a:hover {
color: var(--dark-green);
transform: scale(1.05);
} .contact-page-wrapper {
padding: 80px 0;
background: var(--white);
overflow-x: hidden;
max-width: 100%;
}
.contact-page-wrapper .row {
margin-left: 0;
margin-right: 0;
}
.contact-page-wrapper .container {
max-width: 100%;
overflow-x: hidden;
}
.contact-form-box {
background: linear-gradient(135deg, var(--light-green) 0%, var(--white) 100%);
padding: 50px;
border-radius: 24px;
box-shadow: var(--shadow-md);
border: 2px solid var(--light-green);
position: relative;
z-index: 1;
}
.contact-form-box:hover {
z-index: 10;
}
.section-badge {
display: inline-block;
margin-bottom: 20px;
}
.section-badge span {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 10px 25px;
border-radius: 50px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1.5px;
box-shadow: var(--shadow-sm);
}
.contact-main-title {
font-size: 42px;
font-weight: 900;
color: var(--dark-text);
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 1.2;
}
.contact-subtitle {
font-size: 17px;
color: var(--light-text);
line-height: 1.8;
margin-bottom: 35px;
} .contact-map-wrapper {
position: sticky;
top: 100px;
}
.map-title {
font-size: 26px;
font-weight: 800;
color: var(--dark-text);
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 1.5px;
}
.contact-map {
border-radius: 24px;
overflow: hidden;
box-shadow: var(--shadow-lg);
border: 3px solid var(--light-green);
transition: var(--transition);
margin-bottom: 30px;
position: relative;
z-index: 1;
}
.contact-map:hover {
border-color: var(--primary-green);
box-shadow: 0 12px 40px rgba(0, 167, 107, 0.25);
z-index: 10;
}
.contact-map iframe {
display: block;
} .opening-hours-box {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
padding: 35px;
border-radius: 24px;
box-shadow: var(--shadow-lg);
color: var(--white);
position: relative;
z-index: 1;
transition: var(--transition);
}
.opening-hours-box:hover {
transform: translateY(-5px);
box-shadow: 0 12px 40px rgba(0, 167, 107, 0.3);
z-index: 10;
}
.opening-hours-box h4 {
font-size: 22px;
font-weight: 800;
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 1.5px;
display: flex;
align-items: center;
gap: 12px;
}
.opening-hours-box h4 i {
font-size: 28px;
}
.opening-hours-box ul {
list-style: none;
padding: 0;
margin: 0;
}
.opening-hours-box ul li {
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.opening-hours-box ul li:last-child {
border-bottom: none;
}
.opening-hours-box ul li span {
font-size: 16px;
font-weight: 500;
}
.opening-hours-box ul li strong {
font-size: 18px;
font-weight: 800;
letter-spacing: 1px;
}  .contact-details {
list-style: none;
padding-left: 0;
margin-bottom: 30px;
}
.contact-details li {
margin-bottom: 20px;
font-size: 16px;
display: flex;
align-items: center;
color: var(--dark-text);
}
.contact-details li i {
margin-right: 15px;
color: var(--white);
} .contact-form-wrapper {
margin-top: 30px;
}
.contact-form-wrapper h2 {
font-size: 24px;
margin-bottom: 20px;
}
.contact-form-wrapper .wpcf7-form-control-wrap {
margin-bottom: 15px;
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
font-size: 16px;
background-color: #fff;
}
.contact-form-wrapper input[type="submit"] {
background-color: #333;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
font-size: 16px;
border: none;
cursor: pointer;
}
.contact-form-wrapper input[type="submit"]:hover {
background-color: #6A5ACD;
}
.contact-details .fa {
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
padding: 15px;
font-size: 22px;
border-radius: 16px;
min-width: 50px;
text-align: center;
box-shadow: var(--shadow-sm);
transition: var(--transition);
}
.contact-details li:hover .fa {
transform: scale(1.1) rotate(5deg);
box-shadow: var(--shadow-md);
}
.contact-details li span {
flex: 1;
}
.social-contact h2 {
font-size: 38px;
margin-bottom: 25px;
font-weight: 800;
color: var(--dark-text);
text-transform: uppercase;
letter-spacing: 1.5px;
} .contact-form-box .wpcf7-form {
margin-top: 10px;
}
.contact-form-box .wpcf7-form p {
margin-bottom: 0;
}
.contact-form-box .wpcf7-response-output {
border-radius: 12px;
padding: 15px 20px;
margin-top: 20px;
font-weight: 600;
}
.modal-rezervim .footer-socials li i:hover::before {
color: black;
background-color: #f0f01d;
}
.search-icon .fa{
padding-left: 10px;
cursor: pointer;
} .search-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999999;
background: linear-gradient(135deg, rgba(0, 167, 107, 0.97), rgba(26, 95, 63, 0.97));
backdrop-filter: blur(15px);
transition: opacity 0.4s ease, visibility 0.4s ease;
opacity: 0;
visibility: hidden;
}
.search-overlay.active {
opacity: 1;
visibility: visible;
}
.search-overlay::before {
content: '';
position: absolute;
top: -200px;
right: -200px;
width: 500px;
height: 500px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
filter: blur(100px);
animation: float 10s ease-in-out infinite;
}
.search-overlay::after {
content: '';
position: absolute;
bottom: -150px;
left: -150px;
width: 400px;
height: 400px;
background: rgba(255, 255, 255, 0.03);
border-radius: 50%;
filter: blur(80px);
animation: float 12s ease-in-out infinite reverse;
}
.search-form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 700px;
z-index: 10;
} .search-form::before {
content: 'Kërko Produkte';
display: block;
text-align: center;
font-size: 42px;
font-weight: 700;
color: var(--white);
margin-bottom: 25px;
text-transform: uppercase;
letter-spacing: 3px;
text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.search-form::after {
content: 'Shkruaj emrin e produktit, markën ose kategorinë...';
display: block;
text-align: center;
font-size: 16px;
color: rgba(255, 255, 255, 0.9);
margin-bottom: 35px;
font-weight: 400;
letter-spacing: 0.5px;
}
.screen-reader-text {
display: none;
}
.search-form label {
position: relative;
display: block;
margin-bottom: 30px;
}
.search-form label,
.search-form input[type=search] {
width: 100%;
}
.search-form input[type=search] {
font-weight: 500;
padding: 20px 70px 20px 30px;
font-size: 16px;
outline: 0;
border: 2px solid rgba(255, 255, 255, 0.3);
background: rgba(255, 255, 255, 0.95);
color: var(--dark-text);
border-radius: 50px;
transition: all 0.3s ease;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
.search-form input[type=search]:focus {
border-color: var(--white);
background: var(--white);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
transform: translateY(-1px);
}
.search-form input[type=search]::placeholder {
color: rgba(0, 0, 0, 0.5);
font-weight: 400;
}
.search-submit {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
text-indent: -999999px;
width: 45px;
height: 45px;
border: none;
background: var(--primary-green);
color: var(--white);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
}
.search-submit::before {
content: '\f002';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-indent: 0;
font-size: 18px;
color: var(--white);
}
.search-submit:hover {
transform: translateY(-50%) scale(1.05);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.4);
background: var(--dark-green);
}
.search-overlay .close {
position: absolute;
top: 30px;
right: 30px;
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.15);
border: 2px solid rgba(255, 255, 255, 0.3);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
}
.search-overlay .close::before,
.search-overlay .close::after {
content: '';
position: absolute;
width: 20px;
height: 2px;
background: var(--white);
border-radius: 1px;
}
.search-overlay .close::before {
transform: rotate(45deg);
}
.search-overlay .close::after {
transform: rotate(-45deg);
}
.search-overlay .close:hover {
background: var(--white);
transform: rotate(90deg);
border-color: var(--white);
}
.search-overlay .close:hover::before,
.search-overlay .close:hover::after {
background: var(--primary-green);
}
.wp-block-search__label {
width: 100%;
font-size: 14px;
font-weight: 400;
color: #212529;
}
.woocommerce-result-count {
display:none;
}
.woocommerce-page  .product-tags .badge {
position: absolute;
top: 0;
font-size: 16px;
left: -1%;
padding: 10px 30px;
border-radius: 0px;
background: white;
border: none;
color: #23820c !important;
text-decoration: none;
text-transform: uppercase;
}
.wc-blocks-filter-wrapper h3 {
font-size: 14px;
font-weight: 400;
margin-bottom: 10px;
margin-top: 30px;
color: #212529;
}
.wc-block-filter-submit-button {
background: #198754;
color: white;
margin-left: 0px;
}
.wc-block-product-categories.is-dropdown {
margin-top: 30px;
}
.wc-block-product-categories__button {
background: #198754;
color: white;
margin-left: 0px;
border: none;
}
.wc-block-product-categories select {
margin-right: 0px;
border: solid 1px #565656;
padding: 10px;
font-family: inherit;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #565656;
background-color: #fff;
}
#secondary h3 {
font-weight: 600;
text-transform: uppercase;
color: #1c1c1c;
font-size: 17px;
line-height: 1.41em;
letter-spacing: .02em;
margin: 25px 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
position: relative;
}
#secondary h3:before {
content: '';
height: 1px;
width: 46px;
background-color: black;
position: absolute;
bottom: -7px;
left: 0;
}
.wc-block-product-categories-list-item a {
text-decoration: none;
font-size: 18px;
font-weight: 400;
color: #333;
margin-bottom: 20px;
} .wc-block-product-categories-list--depth-1 {
display: none;
margin-left: 20px !important;
} .wc-block-product-categories-list-item > ul:before {
content: '\25BC'; font-size: 12px;
color: #333;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
} .expanded > .wc-block-product-categories-list--depth-1 {
display: block;
} .wc-block-product-categories-list-item.expanded > ul:before {
content: '\25B2'; }  .mobile-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 99998;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
} .mobile-menu-container {
position: fixed;
top: 0;
left: -100%;
width: 85%;
max-width: 350px;
height: 100vh;
background: #fff;
z-index: 99999;
transition: left 0.3s ease;
box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
overflow-y: auto;
}
.mobile-menu-container.active {
left: 0;
} .mobile-menu-header {
padding: 20px;
border-bottom: 1px solid #eee;
display: flex;
justify-content: space-between;
align-items: center;
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
position: relative;
z-index: 100000;
}
.mobile-menu-logo {
font-size: 18px;
font-weight: 600;
}
.mobile-menu-close {
background: none;
border: none;
color: white;
font-size: 24px;
cursor: pointer;
padding: 5px;
transition: transform 0.2s ease;
position: relative;
z-index: 100001;
}
.mobile-menu-close:hover {
transform: scale(1.1);
} .mobile-menu-content {
padding: 0;
position: relative;
z-index: 100000;
background: white;
height: calc(100vh - 80px);
overflow-y: auto;
}
.mobile-menu-nav {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-menu-nav li {
border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-nav li:last-child {
border-bottom: none;
}
.mobile-menu-nav a {
display: block;
padding: 15px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
}
.mobile-menu-nav a:hover {
background: #f8f9fa;
color: var(--primary-green);
padding-left: 30px;
}
.mobile-menu-nav a:before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 3px;
background: var(--primary-green);
transform: scaleY(0);
transition: transform 0.3s ease;
}
.mobile-menu-nav a:hover:before {
transform: scaleY(1);
} .mobile-menu-icons {
padding: 20px;
border-top: 1px solid #eee;
display: flex;
justify-content: space-around;
background: #f8f9fa;
}
.mobile-menu-icon {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #666;
transition: color 0.3s ease;
padding: 10px;
}
.mobile-menu-icon:hover {
color: var(--primary-green);
}
.mobile-menu-icon i {
font-size: 20px;
margin-bottom: 5px;
}
.mobile-menu-icon span {
font-size: 12px;
font-weight: 500;
} .mobile-menu-badge {
position: absolute;
top: -5px;
right: -5px;
background: var(--primary-green);
color: white;
border-radius: 50%;
width: 18px;
height: 18px;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
} @media (max-width: 480px) {
.mobile-menu-container {
width: 90%;
}
} @media (max-width: 991px) {
.mobile-menu-overlay.active {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
z-index: 99998 !important;
}
.mobile-menu-container.active {
position: fixed !important;
top: 0 !important;
left: 0 !important;
z-index: 99999 !important;
} body.mobile-menu-open {
overflow: hidden;
}
body.mobile-menu-open .site-content {
pointer-events: none;
}
} .mobile-menu {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
display: block;
}
.mobile-menu.active {
visibility: visible;
opacity: 1;
display: block;
}
.mobile-menu-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(5px);
}
.mobile-menu-panel {
position: absolute;
top: 0;
left: -100%;
width: 85%;
max-width: 350px;
height: 100%;
background: white;
box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
transition: left 0.3s ease;
overflow-y: auto;
}
.mobile-menu.active .mobile-menu-panel {
left: 0;
}
.mobile-menu-header {
padding: 20px;
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu-logo img {
height: 40px;
filter: brightness(0) invert(1);
}
.mobile-menu-close {
background: none;
border: none;
color: white;
cursor: pointer;
padding: 10px;
position: relative;
width: 30px;
height: 30px;
}
.mobile-menu-close span {
display: block;
width: 20px;
height: 2px;
background: white;
margin: 4px 0;
transition: all 0.3s ease;
}
.mobile-menu-close span:first-child {
transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-close span:last-child {
transform: rotate(-45deg) translate(5px, -5px);
}
.mobile-menu-content {
flex: 1;
display: flex;
flex-direction: column;
}
.mobile-menu-nav {
flex: 1;
padding: 0;
margin: 0;
}
.mobile-nav-list {
list-style: none;
margin: 0;
padding: 0;
}
.mobile-nav-list li {
border-bottom: 1px solid #f0f0f0;
}
.mobile-nav-list li:last-child {
border-bottom: none;
}
.mobile-nav-list a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px 20px;
color: #333;
text-decoration: none;
font-size: 16px;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
}
.mobile-nav-list a:hover {
background: #f8f9fa;
color: #00a76b;
padding-left: 30px;
}
.mobile-dropdown-arrow {
color: #999;
font-size: 12px;
transition: transform 0.3s ease;
}
.mobile-nav-list li.menu-item-has-children.active .mobile-dropdown-arrow {
transform: rotate(180deg);
}
.mobile-submenu {
list-style: none;
margin: 0;
padding: 0;
background: #f8f9fa;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease;
display: block;
}
.mobile-submenu.active {
max-height: 500px;
display: block;
}
.mobile-submenu li {
border-bottom: 1px solid #e9ecef;
}
.mobile-submenu li:last-child {
border-bottom: none;
}
.mobile-submenu a {
padding: 12px 20px 12px 40px;
font-size: 14px;
color: #666;
}
.mobile-submenu a:hover {
background: #e9ecef;
color: #00a76b;
}
.mobile-menu-footer {
border-top: 1px solid #eee;
background: #f8f9fa;
}
.mobile-menu-actions {
display: flex;
justify-content: space-around;
padding: 20px;
}
.mobile-action-btn {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
color: #666;
padding: 10px;
border-radius: 8px;
transition: all 0.3s ease;
position: relative;
}
.mobile-action-btn:hover {
color: #00a76b;
background: rgba(0, 167, 107, 0.1);
}
.mobile-action-btn i {
font-size: 20px;
margin-bottom: 5px;
}
.mobile-action-btn span {
font-size: 12px;
font-weight: 500;
}
.mobile-action-btn .badge {
position: absolute;
top: 5px;
right: 5px;
background: #00a76b;
color: white;
border-radius: 50%;
width: 18px;
height: 18px;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
} @media (max-width: 480px) {
.mobile-menu-panel {
width: 90%;
}
} @media (max-width: 991px) {
.mobile-menu {
display: block !important;
}
.mobile-menu.active {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
.mobile-menu-panel {
display: block !important;
}
.mobile-menu-panel.active {
display: block !important;
}
} @media (max-width: 991px) {
.navbar-collapse {
display: none !important;
}
.navbar-collapse.show {
display: none !important;
} .mobile-menu-toggle {
display: block !important;
z-index: 1000;
} .navbar-nav {
display: none !important;
}
.header-actions {
display: none !important;
}
} .offers-section-modern {
padding: 80px 0;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
position: relative;
overflow: hidden;
}
.offers-section-modern::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%2300a76b" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="%2300a76b" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
pointer-events: none;
}
.offers-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 2;
}
.offers-badge {
display: inline-block;
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
padding: 8px 20px;
border-radius: 25px;
font-size: 12px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
}
.offers-title {
font-size: 3rem;
font-weight: 700;
color: #2c3e50;
margin-bottom: 20px;
position: relative;
}
.offers-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(135deg, #00a76b, #007a52);
border-radius: 2px;
}
.offers-description {
font-size: 1.1rem;
color: #6c757d;
max-width: 600px;
margin: 0 auto;
line-height: 1.6;
}
.offers-slider-modern {
position: relative;
z-index: 2;
}
.offers-slider-container {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
padding: 20px 0;
}
.offer-slide {
animation: fadeInUp 0.6s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.offer-card {
background: white;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.offer-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.offer-image-container {
position: relative;
height: 250px;
overflow: hidden;
}
.offer-product-image {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.offer-card:hover .offer-product-image {
transform: scale(1.05);
}
.offer-discount-badge {
position: absolute;
top: 15px;
right: 15px;
background: linear-gradient(135deg, #ff6b6b, #ee5a52);
color: white;
padding: 8px 12px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
z-index: 3;
}
.discount-percentage {
display: block;
line-height: 1;
}
.offer-icons-overlay {
position: absolute;
top: 15px;
left: 15px;
display: flex;
flex-direction: column;
gap: 10px;
opacity: 0;
transition: opacity 0.3s ease;
}
.offer-card:hover .offer-icons-overlay {
opacity: 1;
}
.offer-icon {
width: 40px;
height: 40px;
background: rgba(255, 255, 255, 0.9);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #00a76b;
text-decoration: none;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.offer-icon:hover {
background: #00a76b;
color: white;
transform: scale(1.1);
}
.offer-info {
padding: 25px;
flex-grow: 1;
display: flex;
flex-direction: column;
}
.offer-title {
margin-bottom: 10px;
}
.offer-label {
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
padding: 4px 12px;
border-radius: 15px;
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.offer-brand {
margin-bottom: 8px;
}
.brand-text {
color: #6c757d;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.offer-product-title {
margin-bottom: 15px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.3;
}
.offer-product-title a {
color: #2c3e50;
text-decoration: none;
transition: color 0.3s ease;
}
.offer-product-title a:hover {
color: #00a76b;
}
.offer-price {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.original-price {
color: #adb5bd;
text-decoration: line-through;
font-size: 0.9rem;
}
.sale-price {
color: #00a76b;
font-size: 1.2rem;
font-weight: 700;
}
.offer-add-to-cart-btn {
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
padding: 12px 20px;
border-radius: 25px;
text-decoration: none;
font-weight: 600;
text-align: center;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: auto;
}
.offer-add-to-cart-btn:hover {
background: linear-gradient(135deg, #007a52, #005a3a);
color: white;
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 167, 107, 0.3);
} .offer-modal-modern {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10000;
}
.offer-modal-modern .modal-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
backdrop-filter: blur(5px);
}
.offer-modal-modern .modal-content {
position: relative;
background: white;
border-radius: 20px;
max-width: 800px;
width: 90%;
max-height: 90vh;
margin: 5vh auto;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.offer-modal-modern .modal-close {
position: absolute;
top: 20px;
right: 20px;
background: rgba(0, 0, 0, 0.5);
color: white;
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
font-size: 20px;
cursor: pointer;
z-index: 10001;
transition: all 0.3s ease;
}
.offer-modal-modern .modal-close:hover {
background: rgba(0, 0, 0, 0.8);
transform: scale(1.1);
}
.modal-offer-badge {
display: flex;
gap: 10px;
margin-bottom: 20px;
}
.modal-offer-badge .offer-label {
background: linear-gradient(135deg, #00a76b, #007a52);
color: white;
padding: 6px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}
.modal-offer-badge .discount-badge {
background: linear-gradient(135deg, #ff6b6b, #ee5a52);
color: white;
padding: 6px 15px;
border-radius: 20px;
font-size: 12px;
font-weight: 600;
}
.modal-price-section .price-container {
display: flex;
align-items: center;
gap: 15px;
margin-top: 10px;
} @media (max-width: 768px) {
.offers-title {
font-size: 2.2rem;
}
.offers-slider-container {
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
}
.offer-image-container {
height: 200px;
}
.offer-info {
padding: 20px;
}
}
@media (max-width: 480px) {
.offers-section-modern {
padding: 60px 0;
}
.offers-slider-container {
grid-template-columns: 1fr;
gap: 15px;
}
.offer-card {
border-radius: 15px;
}
} .menu-toggle {
background: none;
border: none;
font-size: 26px;
cursor: pointer;
color: #333;
} .nav-menu-wrapper {
display: none;
} .nav-menu-wrapper.active {
display: block;
background: #fff;
padding: 15px;
position: absolute;
top: 60px;
left: 0;
width: 100%;
z-index: 999;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} .search-overlay.active {
display: block;
opacity: 1;
visibility: visible;
}
.search-overlay .aws-search-form {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 90%;
max-width: 700px;
z-index: 10;
}
.search-overlay .aws-search-form .aws-search-field {
width: 100%;
padding: 22px 75px 22px 35px;
font-size: 17px;
border: 3px solid rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.98);
color: var(--dark-text);
border-radius: 60px;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 
0 0 0 1px rgba(255, 255, 255, 0.1) inset;
backdrop-filter: blur(10px);
font-weight: 600;
}
.search-overlay .aws-search-form .aws-search-field:focus {
border-color: var(--white);
background: var(--white);
box-shadow: 0 16px 50px rgba(0, 0, 0, 0.35), 
0 0 0 3px rgba(0, 167, 107, 0.3),
0 0 0 1px rgba(255, 255, 255, 0.2) inset;
outline: none;
transform: translateY(-2px);
}
.search-overlay .aws-search-btn {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
width: 55px;
height: 55px;
border: none;
background: linear-gradient(135deg, var(--primary-green), var(--dark-green));
color: var(--white);
border-radius: 50%;
cursor: pointer;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
box-shadow: 0 6px 20px rgba(0, 167, 107, 0.4);
border: 3px solid rgba(255, 255, 255, 0.2);
}
.search-overlay .aws-search-btn:hover {
transform: translateY(-50%) scale(1.1) rotate(5deg);
box-shadow: 0 8px 25px rgba(0, 167, 107, 0.5);
background: linear-gradient(135deg, var(--dark-green), var(--primary-green));
border-color: rgba(255, 255, 255, 0.4);
} .aws-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.aws-wrapper input[type="search"] {
width: 100%;
padding: 16px 50px 16px 20px;
font-size: 15px;
font-weight: 500;
border: 2px solid var(--light-green);
border-radius: 25px;
background: var(--white);
color: var(--dark-text);
transition: all 0.3s ease;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.aws-wrapper input[type="search"]:focus {
border-color: var(--primary-green);
box-shadow: 0 0 0 3px rgba(0, 167, 107, 0.1);
outline: none;
transform: translateY(-1px);
}
.aws-wrapper input[type="search"]::placeholder {
color: var(--light-text);
font-weight: 400;
font-style: italic;
}
.aws-wrapper .aws-search-btn {
position: absolute;
top: 50%;
right: 8px;
transform: translateY(-50%);
width: 35px;
height: 35px;
border: none;
background: var(--primary-green);
color: var(--white);
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.aws-wrapper .aws-search-btn:hover {
background: var(--dark-green);
transform: translateY(-50%) scale(1.05);
box-shadow: 0 4px 15px rgba(0, 167, 107, 0.3);
} @media (min-width: 1025px) {
.menu-toggle {
display: none;
}
.nav-menu-wrapper {
display: block !important;
position: static;
background: none;
box-shadow: none;
}
} @media (max-width: 991px) {
.main-heading {
font-size: 64px !important;
letter-spacing: 6px;
}
.hero-section h1 {
font-size: 2.8rem;
}
.featured-products-section h2 {
font-size: 36px;
}
.services-section h2 {
font-size: 38px;
}
.content-box {
border-right: none;
border-bottom: 3px solid var(--primary-green);
padding-bottom: 40px;
margin-bottom: 30px;
}
.image-box {
overflow: hidden;
border-radius: 20px;
}
}
@media (max-width: 768px) {
.main-heading {
font-size: 48px !important;
letter-spacing: 4px;
}
.hero-section h1 {
font-size: 2.2rem;
}
.top-about h1 {
font-size: 42px;
letter-spacing: 2px;
}
.featured-products-section h2,
.services-section h2,
.contact-info h2,
.social-contact h2 {
font-size: 32px;
}
.form-box {
padding: 35px 25px;
}
.form-box h2 {
font-size: 28px;
}
.category-inner {
height: 350px;
}
.category-info h4 {
font-size: 1.5rem;
}
}
@media (max-width: 660px) {
.product-image {
height: 220px!important;
object-fit: cover;
}
.product-info h3 a {
font-size: 14px;
padding: 8px 16px;
}
.product-info .btn {
padding: 10px 20px;
font-size: 12px;
}
.main-heading {
font-size: 36px !important;
letter-spacing: 3px;
line-height: 1.3;
}
.shop-now-btn,
.quiz-button {
padding: 14px 30px;
font-size: 13px;
}
.service-box {
margin-bottom: 25px;
}
.navbar-nav a {
font-size: 13px;
letter-spacing: 1px;
}
.footer-column {
text-align: center;
width: 100%;
}
.footer-column h4::after {
left: 50%;
transform: translateX(-50%);
} .contact-info-card {
margin-bottom: 25px;
}
.contact-hero-section h1 {
font-size: 38px !important;
}
.contact-hero-section p {
font-size: 16px !important;
}
.contact-main-title {
font-size: 32px;
}
.contact-form-box {
padding: 30px 20px;
}
.contact-map-wrapper {
margin-top: 40px;
position: relative;
top: 0;
}
.opening-hours-box {
padding: 25px;
} .about-hero-section h1 {
font-size: 42px !important;
letter-spacing: 2px !important;
}
.about-hero-section p {
font-size: 18px !important;
}
.about-section-title {
font-size: 28px;
}
.about-content-box {
padding-right: 0;
margin-bottom: 30px;
}
.value-card {
margin-bottom: 20px;
}
.commitment-box {
padding: 30px 20px;
}
.commitment-text {
padding-left: 20px;
font-size: 16px;
}
.quote-icon {
left: 20px;
font-size: 36px;
}
.about-cta-section {
padding: 60px 0;
}
.about-cta-section .content-box {
margin-top: 30px;
} .icon-wrapper {
width: 40px;
height: 40px;
}
.icon-wrapper svg {
width: 20px;
height: 20px;
}
.modern-cart-modal {
width: 300px;
right: -10px;
}
.header-actions {
margin-top: 15px;
justify-content: center;
} .contact-info-card {
min-height: auto;
margin-bottom: 30px;
}
.contact-info-card h3 {
font-size: 20px;
}
.contact-card-icon {
width: 70px;
height: 70px;
margin-bottom: 20px;
}
.contact-card-icon i {
font-size: 28px;
} .search-overlay .close {
top: 20px;
right: 20px;
width: 50px;
height: 50px;
}
.search-overlay .close::before,
.search-overlay .close::after {
width: 20px;
height: 2px;
}
.search-form::before {
font-size: 32px !important;
letter-spacing: 2px !important;
margin-bottom: 20px !important;
}
.search-form::after {
font-size: 15px !important;
margin-bottom: 25px !important;
}
.search-form input[type=search],
.search-overlay .aws-search-form .aws-search-field {
padding: 20px 65px 20px 28px !important;
font-size: 16px !important;
border-radius: 50px !important;
}
.search-submit,
.search-overlay .aws-search-btn {
width: 45px !important;
height: 45px !important;
right: 8px !important;
}
.search-submit::before {
font-size: 16px !important;
} .appointment-form .row .col-md-6 {
margin-bottom: 20px;
}
.appointment-form input,
.appointment-form textarea {
padding: 12px 15px;
font-size: 14px;
}
.appointment-submit-btn {
padding: 15px 30px;
font-size: 14px;
letter-spacing: 1px;
} .appointment-section-modern {
padding: 60px 0;
}
.appointment-content {
padding-right: 0;
margin-bottom: 40px;
}
.appointment-title {
font-size: 32px;
}
.appointment-description {
font-size: 16px;
}
.appointment-form-wrapper {
padding: 30px 20px;
}
.form-group-modern input,
.form-group-modern textarea {
padding: 16px 15px 16px 50px;
font-size: 14px;
}
.form-group-modern label {
font-size: 14px;
left: 50px;
top: 17px;
}
.form-group-modern .form-icon {
top: 17px;
left: 15px;
font-size: 14px;
}
.appointment-submit-modern {
padding: 16px 30px;
font-size: 14px;
}
.feature-item {
padding: 15px;
}
.feature-icon {
width: 50px;
height: 50px;
min-width: 50px;
font-size: 20px;
}
.feature-text h4 {
font-size: 16px;
}
.feature-text p {
font-size: 14px;
} .brands-section-modern {
padding: 60px 0;
}
.brands-title {
font-size: 36px;
}
.brands-description {
font-size: 16px;
}
.brands-slider-modern {
padding: 0 60px;
}
.brand-slide {
padding: 0 10px;
}
.brand-card-inner {
padding: 30px 20px;
}
.brand-logo-container {
height: 140px;
}
.brand-title {
font-size: 18px;
}
.brands-slider-modern .slick-prev,
.brands-slider-modern .slick-next {
width: 40px;
height: 40px;
}
.brands-slider-modern .slick-prev {
left: 10px;
}
.brands-slider-modern .slick-next {
right: 10px;
} .product-image-container {
height: 220px;
}
.product-info-modern {
padding: 20px 15px;
}
.product-title {
font-size: 16px;
}
.product-price {
font-size: 18px;
}
.add-to-cart-btn {
padding: 10px 16px;
font-size: 12px;
} .modal-body {
flex-direction: column;
min-height: auto;
}
.modal-image-section {
padding: 20px;
height: 250px;
}
.modal-details-section {
padding: 20px;
}
.modal-actions {
flex-direction: column;
gap: 10px;
}
.modal-btn {
padding: 10px 16px;
font-size: 11px;
}
}