/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); */
/* IBM Plex Sans font is now loaded asynchronously via font-loader.js */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin: 0
}

body {
    color: #333;
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
}

img {
    vertical-align: top;
    border: 0
}

a,
button,
input[type=button],
input[type=submit],
table td,
table th {
    -moz-transition: background-color 550ms cubic-bezier(.45, 1, .32, 1), color 550ms cubic-bezier(.45, 1, .32, 1);
    -webkit-transition: background-color 550ms cubic-bezier(.45, 1, .32, 1), color 550ms cubic-bezier(.45, 1, .32, 1);
    -o-transition: background-color .2s ease-in, color .2s ease-in;
    -ms-transition: background-color 550ms cubic-bezier(.45, 1, .32, 1), color 550ms cubic-bezier(.45, 1, .32, 1);
    transition: background-color 550ms cubic-bezier(.45, 1, .32, 1), color 550ms cubic-bezier(.45, 1, .32, 1)
}

a, p.has-text-color a, .has-background .has-link-color a {
    color: #1773ea;
    text-decoration: none
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    a:active {
        background-color: transparent
    }
}

.post, .page{
    margin: 0;
}

strong {
    font-weight: 600 !important
}

.small,
small {
    font-size: 85%
}

sub,
sup {
    font-size: 80%
}

p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 26px;
}

h3,
h4,
h5,
h6 {
    line-height: 30px;
    margin: 0 0 15px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
}

h1{
    font-size: 50px;
    line-height: 55px;
    margin: 0;
}

h2{
    margin: 0 0 30px;
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 18px
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

ul li {
    line-height: 24px;
    list-style: none
}

figure {
    margin: 0
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: 0 !important
}

.wp-block-table td {
    padding: 5px;
}
.wp-block-columns .wp-block-column {
    margin: 0;
}
.wp-block-columns .wp-block-column:last-child{
    margin-bottom: 0;
}

.wp-block-columns {
    margin-bottom: 0;
    justify-content: center
}

.wp-block-image {
    margin: 0;
}
.wp-block-image.aligncenter{
    margin: 0 auto;
}

.wp-block-image .alignleft {
    margin: 0;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.spacing {
    padding-top: 80px
}

.space {
    padding-top: 80px;
    padding-bottom: 80px
}

.space-bottom{
    padding-bottom: 80px
}

.cols.cols2 {
    display: flex;
    flex-wrap: wrap
}

.cols.cols2 .col {
    width: 50%;
    padding: 15px
}

.cols.cols3, .cols.cols4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.cols.cols3 .col {
    width: 33.3333%;
    padding: 15px
}
.cols.cols4 .col {
    width: 25%;
    padding: 15px
}

.wp-block-button a.wp-block-button__link{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 16px 20px;
    font-size: 16px;
    color: #fff;
}
.wp-block-button a.wp-block-button__link:hover{
    background-color: #fff;
    border-color: #fff;
    color: #20453D;
}
.hide{display: none !important;}

/* hearder start*/
/* header sticky start */
.site-header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    transition: transform 0.6s ease-in-out, opacity 0.3s ease-in-out;
    background-color: #fff; /* Adjust based on your theme */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header.header-hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.site-header.header-visible {
    transform: translateY(0);
    opacity: 1;
}

header + section, header + div{
    padding-top: 100px;
}
/* header sticky end */

.header-topbar {
    background: #000;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.header-topbar p{
    margin: 0;
}
.header-topbar p a{
    margin: 0;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.5px;
}
.site-header {
    display: flex;
    align-items: center;
    padding: 18px 24px;
}
.site-branding{
    width: 18%;
    text-align: center;
}
.main-navigation{
    width: 70%;
}
.header-cart{
    width: 10%;
}
.header-cart span.cart-count {
    color: #1d3045;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    display: none;
}
/* Fix language switcher spacing */
.mega-ele-menu-lang a.mega-menu-link span[data-no-translation] {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
/* Fix padding on the mega menu link */
.mega-ele-menu-lang > a.mega-menu-link {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1 !important;
    height: auto !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link.active{
    text-decoration: underline;
    text-underline-offset: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu{
    top: 50px;
    padding: 10px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard:hover > a.mega-menu-link{
    background: transparent;
    padding: 6px;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 18px;
    color: #1d3045;
}
li#mega-menu-item-1622 ul.mega-sub-menu{
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.10));
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    font-size: 15px;
    line-height: 35px;
    color: #1d3045;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{
    /* text-decoration: underline;
    text-underline-offset: 5px; */
    font-weight: 500;
}
/* home page start */
/* ==========================================
   Hero Slider Section
   ========================================== */
.hero-slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    background-color: #f5f5f0;
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f5f5f0;
}

/* Background Images */
.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.slide-background {
    background-color: #f5f5f0;
}

/* Container */
.container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
}

/* Slide Content */
.slide-content {
    max-width: 800px;
    color: #000000;
    text-align: left;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}

/* Subtitle */
.slide-subtitle {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInLeft 0.8s ease-out 0.5s forwards;
}

.subtitle-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}

.subtitle-text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.7);
}

/* Title */
.slide-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.7s forwards;
}

.title-line-1,
.title-line-2 {
    display: block;
}

.title-line-1 {
    color: #000000;
}

.title-line-2 {
    color: #000000;
}

/* Description */
.slide-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.7);
    max-width: 600px;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.9s forwards;
}

/* Buttons */
.slide-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 1.1s forwards;
}

.btn {
    display: inline-block;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
}

.btn-primary:hover {
    background: #333333;
    border-color: #333333;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    background: transparent;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.3);
}

.btn-secondary:hover {
    background: rgba(0, 0, 0, 0.05);
    border-color: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ==========================================
   OwlCarousel Customization
   ========================================== */
.hero-slider .owl-stage-outer {
    height: 100%;
}

.hero-slider .owl-stage {
    height: 100%;
    display: flex;
}

.hero-slider .owl-item {
    height: 100%;
}

/* Hide default navigation */
.hero-slider .owl-nav {
    display: none;
}

/* Smooth fade transition for slides */
.hero-slider .owl-item {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.hero-slider .owl-item.active {
    opacity: 1;
}

.hero-slider .owl-item.active .hero-slide {
    opacity: 1;
}

/* Hide default dots */
.hero-slider .owl-dots {
    display: none;
}

/* Logo */
.slider-logo {
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
    max-width: 200px;
    height: auto;
    transition: all 0.3s ease;
}

.slider-logo img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 60px;
    object-fit: contain;
}

/* Bottom Left Navigation */
.slider-bottom-nav {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.slider-thumbnail {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.slider-thumbnail img,
.slide-thumbnail-img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slide-thumbnail-img.active {
    opacity: 1;
}

.slider-nav-content {
    display: flex;
    align-items: center;
    gap: 14px;
}

.slider-numbers {
    display: flex;
    gap: 15px;
    padding-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 0;
}

.slide-number {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    line-height: 1.4;
    display: block;
    text-align: left;
}

.slide-number:hover {
    color: rgba(0, 0, 0, 0.6);
}

.slide-number.active {
    font-weight: 800;
    color: #000000;
}

.slider-separator {
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.15);
    align-self: center;
}

.slider-cta {
    display: flex;
    align-items: center;
}

.cta-link {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.cta-link:hover {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: underline;
}

/* Bottom Right Navigation Arrows */
.slider-nav-bottom {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 10;
    display: flex;
    gap: 10px;
    align-items: center;
}

.slider-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.slider-nav-btn span{font-size: 25px;}
.slider-nav-btn:hover {
    background: #f8f8f8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.15);
}

.slider-nav-btn:active {
    transform: translateY(0);
}

/* ==========================================
   Animations
   ========================================== */
@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* taxanomy slider css */
.taxonomy-slider .item {
  text-align: center;
  background: #fff;
}

.taxonomy-slider .item img {
  display: inline-block;
  mix-blend-mode: luminosity;
  width: 120px;
}
.taxonomy-slider .item img:hover{
    mix-blend-mode: unset;
}

.owl-carousel.taxonomy-slider .owl-stage{
    display: flex;
    align-items: center;
}
/* ========================== */
.home-product-item .wp-block-columns{
    gap: 0;
}
.home-product-item .wp-block-column{
    text-align: center;
}
.home-product-item .wp-block-md-multipurpose-gutenberg-block{
    margin-top: 25px;
    position: relative;
    overflow: hidden;
}
.home-product-item img:first-child{
    opacity: 0.50;
    transition: opacity 0.3s ease-out; 
}
.home-product-item .wp-block-column:hover img{
    opacity: 1;
}
.home-product-item h3{
    margin-bottom: 0;
    transform: translateX(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateX(0px);
    transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.home-product-item .wp-block-column:hover h3{
    transform: translateX(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateX(100%);
}
.home-product-item .wp-block-md-multipurpose-gutenberg-block .wp-block-image{
    opacity: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: calc(34% + 0px);
    transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99), -webkit-transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99);
}
.home-product-item .wp-block-md-multipurpose-gutenberg-block img{
    width: 30px;
}
.home-product-item .wp-block-column:hover .wp-block-md-multipurpose-gutenberg-block .wp-block-image{
    opacity: 1;
    display: inline-flex;
    transform: translateX(-6%) translateY(-33%);
    -ms-transform: translateX(-6%) translateY(-33%);
    -webkit-transform: translateX(-6%) translateY(-33%);
}
.sftd-hero-slider .item img { width:100%; display:block; transition:transform 8s ease; transform-origin:center center; }
.sftd-hero-slider .owl-item.active.center .item img,
.sftd-hero-slider .owl-item.active .item img { transform:scale(1.08); }
.sftd-hero-slider .owl-item:not(.active) .item img { transform:scale(1); }
.green-card {
    padding: 40px;
    margin: 0 auto;
}
.green-card .wp-block-button a.wp-block-button__link{
    border: unset;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
}
.green-card .wp-block-button a.wp-block-button__link:hover{
    background: unset;
    color: #d4a017;
}
.latest-view-box .wp-block-columns{
    gap: 26px;
}
.latest-view-box .wp-block-column, .awards-images-main li{
    position: relative;
    overflow: hidden;
}
/* .latest-view-box .wp-block-column .wp-block-image{
    height: 620px;
    width: auto;
} */
 .latest-view-box .wp-block-column img, .awards-images-main img, .news-post-item img{
    transition: transform .5s cubic-bezier(.62, .28, .23, .99), 
    -webkit-transform .5s cubic-bezier(.62, .28, .23, .99);
}
.latest-view-box .wp-block-column img{
    margin: 0 auto;
    display: block;
    width: 80%;
}
.latest-view-box .wp-block-column:hover img, .awards-images-main li:hover img, .news-post-item:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.latest-view-box .wp-block-column .wp-block-md-multipurpose-gutenberg-block{
    overflow: hidden;
}
.latest-view-box .wp-block-column p{
    margin: 0;
}
.latest-view-box .wp-block-column h3, .latest-view-box .wp-block-column .price-tag{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .3s 
cubic-bezier(.62, .28, .23, .99), transform .4s 
cubic-bezier(.62, .28, .23, .99), -webkit-transform .4s 
cubic-bezier(.62, .28, .23, .99) !important;
}
.latest-view-box .wp-block-column .cart-btn{
    opacity: 0;
    text-decoration: underline;
    text-underline-offset: 10px;
    transition: color .2s ease-out;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
    transition: opacity .3s cubic-bezier(.62, .28, .23, .99), transform .4s cubic-bezier(.62, .28, .23, .99), 
    -webkit-transform .4s cubic-bezier(.62, .28, .23, .99) !important;
}
.latest-view-box .wp-block-column:hover h3, .latest-view-box .wp-block-column:hover .price-tag{
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px)
}
.latest-view-box .wp-block-column:hover .cart-btn{
    opacity: 1;
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
}
.site-describ-box .wp-block-columns, .newsletter .wp-block-columns {
    gap: 80px;
}
.home-dataline h2{margin: 0;line-height: 50px;}
.review-section img{
    margin-bottom: 20px;
}
.card-box {
  position: sticky;
  top: 5%;
  z-index: 1;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height:553px
}
.card-box.card2{top: 10%;}
.card-box.card3{top: 15%;}
.card-box.card4{top: 20%;}
.card-box-data {
    position: relative;
}
.card-box-data img, .country-select.inside{
    width: 100%;
}
.card-box-heading {
    background: #ffffffcc;
    position: absolute;
    padding: 50px;
    top: 5%;
    left: 5%;
    width: 30%;
    border-radius: 20px;
}
.card-box-heading h3{
    margin: 0;
}
.card-box-heading a{
    color: #1d3045;
    line-height: 40px;
}
.card-box-heading:hover a{
    color: #d4a017;
}
.tag-line-icons .wp-block-columns {
    gap: 15px;
}
.tag-line-icons img {
    width: 35px !important;
}
.tag-line-icons p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.newsletter h2{
    margin-bottom: 25px;
}
.newsletter p{
    margin: 0;
}
.newsletter .wp-block-column:nth-child(2){
    border-radius: 20px;
    padding: 60px 50px;
}
.newsletter .tnp-subscription{
    margin: 0;
}
.newsletter form{
    gap: 20px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #cacaca;
}
.tnp-subscription div.tnp-field.tnp-field-email{
    width: 100%;
}
.newsletter .tnp-subscription input[type=email]{
    background: unset;
    padding-left: 0;
    color: #1d3045;
}
.newsletter .tnp-subscription input.tnp-submit, .contact-col input[type="submit"], .contact-col select,
.woocommerce #review_form p.form-submit input#submit{
    background-color: #1d3045;
    border: 1px solid #1d3045;
    padding: 11px 20px;
    border-radius: 50px;
    color: #fff;
}
 .contact-col select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #1d3045;
    border-radius: 20px;
    color: #1d3045;
 }
.newsletter .tnp-subscription input.tnp-submit:hover, .contact-col input[type="submit"]:hover, .contact-col select:hover,
.woocommerce #review_form p.form-submit input#submit:hover{
    background: transparent;
    color: #1d3045;
}
.newsletter .tnp-subscription input[type=email]:focus-visible {
    outline: none;
}

/* footer css start */
div#woocommerce-multi-currency-1{
    margin-top: 20px;
}
select.wmc-nav.wmc-select-currency-js {
    padding: 5px;
    border-radius: 5px;
}
footer#colophon{
    background: #fff;
    padding: 60px 0 0;
}
.footer-main{
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    padding: 0 20px;
}
.footer-menu {
    width: calc(20% - 15px);
}
.footer-menu ul {
    display: grid;
    gap: 7px;
}
.footer-logo {
    display: flex;
    margin-bottom: 20px;
}
.footer-logo img{
    width: 50%;
}
.footer-menu h3, .footer-menu li a{
    color: #1d3045;
}
.footer-menu a:hover, .copyright a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.social-icon ul{
    display: flex;
    gap: 15px;
}
.social-icon a{
    display: inline-flex;
}
.social-icon svg{
    transition: transform 0.3s ease-in-out;
    object-fit: cover;
    width: 26px;
    height: 26px; 
}
.social-icon svg:hover {
    transition: transform 0.3s ease-in-out;
    transform: scale(1.2);
}
.footer-bottom{
    background: #1d3045;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: center;
}
.footer-bottom p, .footer-bottom a{
    margin: 0;
    color: #fff;
}
.site-describ-box h3{
    width: fit-content;
    line-height: 40px;
}

.site-describ-box h3:after, .green-card a:after, .woocommerce div.product form.cart .softicated-add-to-cart-button:after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transform: scaleX(1);
    background: currentcolor;
}
.site-describ-box h3:hover:after, .green-card a:hover:after, .woocommerce div.product form.cart .softicated-add-to-cart-button:hover:after{
    animation: qodef-animate-line .6s forwards cubic-bezier(.85, .26, .17, 1);
}
@keyframes qodef-animate-line {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: right;
        transform-origin: right
    }
 
    50% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        transform-origin: right
    }
 
    51% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: left;
        transform-origin: left
    }
 
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left
    }
}

/* contact page css start */
.contact-col {
    padding-left: 50px;
    padding-right: 50px;
}
.contact-col-bg, .contact-col .wp-block-column:nth-child(2){
    border-radius: 50px;
}
.contact-col h2{
    line-height: normal;
    font-weight: 500;
}
.contact-col .wp-block-columns{
    gap: 50px;
}
.contact-col .wp-block-column:nth-child(2){
    padding: 60px 40px;
}
.select2-container .select2-selection {
    border: none;
}
.contact-col input[type="text"], .contact-col input[type="email"], 
.contact-col input[type="number"], .contact-col input[type="tel"], .contact-col textarea, .woocommerce form .form-row .input-text, .select2-container .select2-selection{
    width: 100%;
    border: unset;
    font-size: 16px;
    color: #1d3045;
    padding: 15px 20px 17px 0px;
    border-bottom: 1px solid #ADADAD;
}
.contact-col input:focus-visible, .contact-col textarea:focus-visible{
    outline: unset;
}
.contact-col p.has-text-color a{
    align-items: center;
    display: flex;
    gap: 9px;
    font-size: 18px;
    color: #fff;
}
.contact-col p.has-text-color a:hover{
    color: #d4a017;
}
.contact-col a:hover img{
    filter: brightness(0) saturate(100%) invert(73%) sepia(40%) saturate(4329%) hue-rotate(7deg) brightness(98%) contrast(82%);
    color: #d4a017;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #dd3532 !important;
    font-size: 16px;
    text-align: center;
    color: #1d3045;
}
/* contact page css end */

/* cyril-rumple page css start */

.about-me .wp-block-columns {
    gap: 0;
    position: relative;
}
.about-me .wp-block-column:first-child{
    padding-left: 60px;
    padding-right: 60px;
}
.about-me h1{
    padding: 0 0 40px;
}
.about-me h2{
    margin-bottom: 20px;
}
.about-me p{
    margin-bottom: 40px;
}
.about-me .wp-block-column:nth-child(2) figure{
    position: sticky;
    top: 0;
    right: 0;
}
.about-me .wp-block-column:nth-child(2) figure img{
    width: 100%;
}

/* cyril-rumple page css end*/

/* our mission-vission page css start */

.our-mission .wp-block-columns{
    gap: 80px;
}

/* our mission-vission page css end */

/* about page css start */

.follow-insta .wp-block-columns{
    gap: 20px;
}
.follow-insta .wp-block-image img{
    width: 100%;
}

/* about page css end */

/* our value page css start */

.our-values .wp-block-columns{
    gap: 20px;
}
.our-values .wp-block-columns:first-child{
    margin-bottom: 20px;
}
.our-values .wp-block-column{
    border-radius: 20px;
    padding: 30px;
}
.our-values .wp-block-column p:last-child{
    margin: 0;
}

/* our value page css end */

/* award page css start */

.awards-images-main ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.awards-images-main li{
    border: 2px solid #1d3045;
    border-radius: 5px;
}
.awards-images-main li img{
    border-radius: 3px;
}
.awards-images-main li:hover{
    border-color: #d4a017;
}

/* award page css end */

/* Collaboration page css start */

.collaboration{
    position: relative;
    padding: 90px 0;
}
.collaboration .wp-block-columns{
    gap: 50px;
}
.collaboration .wp-block-columns img{
    border: 10px solid #fff;
}
.collaboration:after{
    content: '';
    display: flex;
    background: #1d3045;
    width: 72%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.collaboration p{
    color: #fff;
}

/* Collaboration page css end */

/* Newsroom page css start */

.news-tabs-list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    background: #f9f2de;
    padding: 25px;
    border-radius: 5px;
}
.news-tabs-list a {
    color: #1d3045;
    font-size: 18px;
}
.news-tabs-list li.active a, .news-tabs-list li a:hover{
    text-decoration: underline;
    text-underline-offset: 8px;
}
.news-tabs-posts .cols.cols3{
    align-items: baseline;
}
.news-post-item {
    background: #fdfdfd;
    border: 1px solid #e9eaeb;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.news-post-item img{
    min-width: 100%;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.news-post-item p{
    text-align: center;
    color: #1d3045;
    padding: 15px 0;
    margin: 0;
}
.news-post-item h3{
    border-bottom: 1px solid #ebe9f1;
    padding-bottom: 25px;
    text-align: center;
    margin: 0;
}
.news-post-item h3 a{
    color: #1d3045;
    padding: 0 12px;
}
.news-pagination{
    justify-content: center;
    display: flex;
    gap: 10px;
}
.news-pagination span, .news-pagination .page-numbers {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #333333;
    cursor: pointer;
    color: #1d3045;
}
.page-numbers.paginate_active.current, 
.news-pagination span:hover, .news-pagination .page-numbers:hover{
    background: #1d3045;
    color: #fff;
}
.news-post-item:hover p:last-child{
    background: #f9f2de;
}

/* Newsroom page css end */

/* Newsroom detail page css start */

.breadcrumbs span{
    font-size: 18px;
}
.breadcrumbs span a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.breadcrumbs span.breadcrumb_last {
    color: #d4a017;
}
.news-date {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    margin: 0;
}
.news-details{
    text-align: center;
}
.news-details img {
    width: 100%;
}

/* Newsroom detail page css end */

/* collection page css start */

.collections-box .wp-block-columns{
    margin-bottom: 20px;
    gap: 20px;
}
.collections-box .wp-block-column{
    padding: 60px 30px;
}
.collections-box .wp-block-column:hover{
    background: #1d3045 !important;
    color: #fff !important;
}
.collections-box h3{
    margin: 0;
}
.collections-box h3 a{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #000;
}
.collections-box .wp-block-column:hover a{
    color: #fff;
}
.collections-box .wp-block-column h3 a:after{
    content: " ";
    position: absolute;
    left: 0;
    top: 100%;
    width: 18px;
    border-bottom: 2px solid #000;
    -webkit-transition: .3s cubic-bezier(.86, 0, .07, 1);
    -moz-transition: .3s cubic-bezier(.86,0,.07,1);
    transition: .3s cubic-bezier(.86, 0, .07, 1);
}
.collections-box .wp-block-column:hover h3 a:after{
    width: 100%;
    border-color: #fff;
}

/* collection page css end */

/* product page css start */
.woocommerce-message{outline: none;}
.summary.entry-summary.softicated-product-summary {
    margin: 0;
}
.softicated-product-summary p.price.softicated-product-price {
    color: #000 !important;
    margin: 0 0 10px;
    font-size: 26px !important;
    font-weight: 500;
}
.softicated-quantity-input {
    text-align: center;
}
.softicated-product-summary span.sku_wrapper{
    color: #000;
}
.product_meta.softicated-product-meta{
    margin: 10px 0;
}
.stock.in-stock.softicated-stock-status {
    color: #d4a017 !important;
    font-size: 16px !important;
}
.product_meta.softicated-product-meta a{
    color: #d4a017;
}
.product_meta.softicated-product-meta a:hover, .softicated-product-rating a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
}
.softicated-product-rating a, .woocommerce .star-rating span, .woocommerce p.stars a:before{
    color: #d4a017;
}
.woocommerce p.stars a{
    font-size: 20px;
}
form.cart.softicated-add-to-cart-form{
    margin-left: -20px;
}
form.cart.softicated-add-to-cart-form, .softicated-quantity-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}
.softicated-quantity-controls {
    display: flex;
}
.softicated-product-summary button.softicated-quantity-btn.softicated-quantity-minus, 
.softicated-product-summary button.softicated-quantity-btn.softicated-quantity-plus{
    background-color: unset;
    padding: 9px 14px;
}
.softicated-product-summary button.softicated-add-to-cart-button {
    background-color: unset;
    border: unset;
    padding: unset;
}
.softicated-product-summary span.softicated-add-to-cart-text {
    line-height: 26px;
}
.woocommerce-tabs.wc-tabs-wrapper.softicated-product-tabs{
    display: flex;
    align-items: baseline;
    gap: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    display: grid;
    padding: 0;
    margin: 0;
    width: 20%;
}
.woocommerce div.product .woocommerce-tabs .panel{
    width: 80%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    content: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:after{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #ccc;
    top: 0;
    position: absolute;
    right: 0;
    bottom: initial;
    left: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    background: unset;
    border: unset;
    color: #000;
    border-radius: unset;
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 25px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: unset;
    border: unset;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
    box-shadow: unset;
    border: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
    content: "";
    display: block;
    width: 2px;
    height: 81px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    bottom: initial;
    left: initial;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after{
    background-color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
    font-size: 30px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
nav.woocommerce-breadcrumb.softicated-breadcrumb{
    display: none;
}

/* product page css end */

/* product listing page css start */

.col.product-filters-column {
    width: 30% !important;
}
.col.product-listing-column{
    width: 70% !important;
}
.product-filters-column .filter-group {
    padding: 20px 20px;
    padding-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 15px;
}
.product-filters-column .filter-group h4 {
    position: relative;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.product-filters-column .filter-group h4:after{
    content: '';
    width: 45px;
    height: 2px;
    background-color: #1d3045;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.product-filters-column .filter-group ul.filter-list{
    display: grid;
    gap: 8px;
}
.product-filters-column .filter-group .price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px;
}
/* Price Range Slider Styles */
.price-filter {
    margin-top: 15px;
}

.price-range-display {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.price-range-display .price-separator {
    margin: 0 10px;
}

.price-range-slider-wrapper {
    position: relative;
    height: 40px;
    margin: 20px 0;
}

.price-range-slider {
    position: absolute;
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    pointer-events: none;
    z-index: 3;
    border: none !important;
    padding: 0 !important;
}

.price-range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #1d3045;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    top: -100%;
    z-index: 3;
}

.price-range-slider::-webkit-slider-thumb:hover {
    background: #d4a017;
    transform: scale(1.1);
}

.price-range-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #1d3045;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.price-range-slider::-moz-range-thumb:hover {
    background: #d4a017;
    transform: scale(1.1);
}

.price-range-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    background: #1d3045;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
}

.price-range-slider::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
}

.price-range-slider::-moz-range-track {
    height: 6px;
    background: transparent;
}

/* Background track */
.price-range-slider-wrapper::before {
    content: '';
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 1;
}

/* Active track fill between thumbs */
.price-range-track {
    position: absolute;
    top: 10%;
    left: 0;
    height: 6px;
    background: #d4a017;
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    /* transition: left 0.2s ease, width 0.2s ease; */
}
.product-filters-column .filter-group span.color-swatch {
    display: inline-flex;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid #000;
}
.product-filters-column .filter-group ul.filter-list.color-list {
    display: flex;
    flex-wrap: wrap;
}
.product-filters-column .filter-list li span{
    margin-left: 5px;
}
.product-filters-column .filter-group .filter-list a,
.product-info h2.woocommerce-loop-product__title a{
    color: #000;
}
.product-filters-column .filter-group .filter-list a:hover,
.product-info h2.woocommerce-loop-product__title a:hover{
    color: #d4a017;
}
.product-filters-column .apply-price-filter, .product-filters-column .clear-filters,
.product-info a.button.add_to_cart_button,
.product-info button.button.add_to_cart_button{
    background-color: #1d3045;
    border: 1px solid #1d3045;
    padding: 9px 18px;
    border-radius: 4px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.product-filters-column .apply-price-filter:hover, .product-filters-column .clear-filters:hover,
.product-info a.button.add_to_cart_button:hover,
.product-info button.button.add_to_cart_button:hover{
    background: transparent;
    color: #1d3045;
}
.product-grid-wrapper {
    margin: 30px 0;
}
.product-listing-top-bar {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-listing-top-bar select{
    padding: 7px;
    font-size: 15px;
}
.product-listing-top-bar .woocommerce-result-count{
    margin-bottom: 0;
}
.product-inner {
    text-align: center;
}
.product-info{
    gap: 12px;
    display: grid;
    padding: 10px 0;
}
.product-info h2.woocommerce-loop-product__title{
    line-height: 26px;
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}
.product-info a.button.add_to_cart_button,
.product-info button.button.add_to_cart_button{
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
}

/* Hide "View cart" link that WooCommerce adds */
#product-grid-wrapper .added_to_cart,
.product-info .added_to_cart,
.woocommerce .added_to_cart.wc-forward,
form.softicated-add-to-cart-form ~ .added_to_cart,
.softicated-add-to-cart-form .added_to_cart {
    display: none !important;
}
.product-info .woocommerce-Price-amount.amount {
    color: #d4a017;
    font-weight: 500;
    font-size: 18px;
}

/* product listing page css end */

/* product cart page css start */

.woocommerce table.shop_table{
    border: none;
}
.product-name a {
    color: #000;
    font-weight: 500;
}
.product-subtotal-value span.woocommerce-Price-amount.amount {
    font-weight: 500;
}
.woocommerce table.shop_table button.minus,  .woocommerce table.shop_table button.plus,
.woocommerce .quantity .qty{
    background-color: unset;
    padding: 6px 12px;
    line-height: 1.15;
}
.woocommerce .quantity {
    align-items: center;
    display: flex;
}
.woocommerce a.remove{
    font-size: 19px;
}
table.shop_table.shop_table_responsive.cart-totals-table {
    border: 6px solid #e6e6e6;
}
.checkout-button.button.alt.wc-forward,.woocommerce-checkout button#place_order, .woocommerce-checkout .checkout_coupon button.alt{
    background: #d4a017;
}
.checkout-button.button.alt.wc-forward:hover, .woocommerce-checkout button#place_order:hover, .woocommerce-checkout .checkout_coupon button.alt:hover{
    background: #1d3045;
}

/* product cart page css end */

/* Policy page */
.wp-block-yoast-seo-table-of-contents.yoast-table-of-contents {
    position: sticky;
    top: 5%;
}
.hide-filter-btn, .mobile-filter-toggle{display: none;}

@media only screen and (max-width: 1300px) {
    .footer-main{
        flex-wrap: wrap;
    }
    .footer-menu {
        width: calc(32% - 15px);
    }
}

@media only screen and (min-width: 1024px) {

/* Newsroom detail page css start */
.news-details .cols.cols2 .col:first-child{
    width: 60%;
}
.news-details .cols.cols2 .col:nth-child(2){
    width: 40%;
}

}

@media only screen and (max-width: 1024px) {
    header + section, header + div{
        padding-top: 80px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        padding: 15px 9px;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
        min-width: 200px;
        right: 0;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, 
    #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
        width: 100%;
    }
    .site-branding {
        width: 12%;
    }
    .main-navigation {
        width: 83%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-cart {
        width: 5%;
    }

    .wp-block-columns{
        flex-wrap: wrap !important;
    }

    .home-product-item .wp-block-columns {
       gap: 20px;
    }
    .home-product-item .wp-block-columns h3{
        font-size: 18px !important;
    }
    /* .latest-view-box .wp-block-column{
        height: 500px;
    } */

    /* contact page css start */
    .contact-col .wp-block-columns {
        gap: 32px;
    }
    .contact-col h2{
        font-size: 36px !important;
    }
    .wpcf7-not-valid-tip{
        text-align: left;
    }
    /* cyril-rumple page css start*/
    .about-me .wp-block-column:first-child{
        padding-left: 40px;
        padding-right: 40px;
    }
    /* our mission-vission page css start */
    .our-mission .wp-block-columns{
        gap: 40px;
    }
    /* our value page css start */
    .our-values .wp-block-columns, .collaboration .wp-block-columns{
        flex-wrap: nowrap !important;
    }
    /* Newsroom page css start */
    .news-tabs-list{
        gap: 20px;
    }
    .news-tabs-list a {
        font-size: 16px;
    }
    .cols.cols3 .col, .cols.cols4 .col{
        width: 50%;
    }

    /* Mobile Product Filter Styles */
    .hide-filter-btn, .mobile-filter-toggle{display: block;}
    .mobile-filter-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0.5;
        transition: opacity 0.3s ease;
        display: none;
    }
    .mobile-filter-overlay.active {
        display: block;
        opacity: 1;
    }
    .mobile-filter-toggle {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        cursor: pointer;
    }
    .top-bar-left {
        display: flex;
        align-items: center;
        column-gap: 10px;
    }
    .mobile-filter-toggle svg {
        flex-shrink: 0;
    }
    .product-filters-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .product-filters-title {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        color: #000000;
        position: relative;
        padding-bottom: 8px;
    }
    .product-filters-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 60px;
        height: 3px;
        background: #ffd700;
    }
    .hide-filter-btn {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        background: transparent;
        border: none;
        font-size: 14px;
        font-weight: 700;
        color: #000000;
        cursor: pointer;
    }
    .hide-filter-icon {
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
    }
    .product-filters-column {
        position: fixed;
        top: 0%;
        left: -100%;
        max-width: 400px;
        height: 100dvh;
        background: #ffffff;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }
    .product-filters-column.mobile-filter-open {
        left: 0;
    }
    .col.product-filters-column.mobile-filter-open {
        width: 85% !important;
        padding: 0;
    }
    .product-filters {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .product-filters .filter-group {
        padding: 0 20px 20px;
    }
    .product-filters .filter-group:first-of-type {
        padding-top: 0;
    }
    .product-filters .clear-filters {
        margin: 20px;
        padding: 12px 20px;
        width: calc(100% - 40px);
    }
    body.mobile-filter-active {
        overflow: hidden;
    }

}

@media only screen and (max-width: 768px) {
    h1{
        font-size: 36px;
        line-height: 40px;
    }
    h1, h2{
        font-size: 30px !important;
        line-height: 40px;
        text-align: center !important;
    }
    h2{
        margin: 0 0 25px;
    }
    h3, h4{
        line-height: 30px;
    }
    h5, h6 {
        line-height: 26px;
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 18px
    }
    h6 {
        font-size: 16px
    }
    p{
        text-align: center;
    }
    .spacing {
        padding-top: 50px
    }
    .space {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .space-bottom{
        padding-bottom: 50px
    }

    .site-branding {
        width: 30%;
    }
    .header-cart {
        width: 20%;
        text-align: center;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right{
        background: #fff;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, 
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, 
    #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
        background-color: #1d3045;
    }
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
        line-height: normal;
        height: 50px;
    }
    .home-product-item .wp-block-md-multipurpose-gutenberg-block {
        margin-top: 10px;
    }
    /* .latest-view-box .wp-block-column .wp-block-image{
        width: 55%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    } */
    /* .latest-view-box .wp-block-column .wp-block-md-multipurpose-gutenberg-block{
        bottom: 0;
    } */
    .latest-view-box .wp-block-column img{
        width: 40%;
    }
    .card-box-heading{
        width: 60%;
        padding: 12px 20px;
    }
    .card-box-heading a{
        line-height: 32px;
    }
    .card-box{
        height: auto;
    }
    .tag-line-icons p {
        font-size: 18px !important;
    }
    .green-card{
        padding: 40px 20px;
    }
    .site-describ-box h3{
        margin: 0 auto 15px;
    }
    .site-describ-box .has-text-align-left{
        text-align: center;
    }
    .review-section .wp-block-columns {
        gap: 16px;
    }
    .newsletter .wp-block-column:nth-child(2){
        padding: 40px 20px;
    }
    .newsletter .tnp-subscription input.tnp-submit{
        padding: 10px 16px;
    }
    .newsletter .tnp-subscription {
        margin: 0 auto;
    }
    .site-describ-box .wp-block-columns, .newsletter .wp-block-columns{
        gap: 40px;
        text-align: center;
    }
    .footer-menu {
        width: 100%;
    }
    .footer-logo, .social-icon ul{
        justify-content: center;
    }
    /* .latest-view-box .wp-block-column{
        height: unset;
    } */
    .home-dataline h2 {
        font-size: 22px !important;
        line-height: 36px;
    }
    /* contact page css start */
    .contact-col {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-col h2 {
        font-size: 26px !important;
    }
    .contact-col .wp-block-column:nth-child(2) {
       padding: 20px;
       border-radius: 20px;
    }
    .contact-col .wp-block-md-multipurpose-gutenberg-block.is-block-center{
        text-align: center;
    }
    .contact-col p.has-text-color a{
        justify-content: center;
    }
    /* cyril-rumple page css start*/
    .about-me .wp-block-column:first-child{
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-me .wp-block-column:nth-child(2) figure{
        position: unset;
    }
    .about-me h1{
        margin: 0 auto 20px;
        padding: 20px;
    }
    .about-me p{
        text-align: center;
    }
    /* our mission-vission page css start */
    .our-mission .wp-block-columns{
        gap: 30px;
    }
    /* our value page css start */
    .our-values .wp-block-columns, .collaboration .wp-block-columns{
        flex-wrap: wrap !important;
    }
    /* our value page css start */
    .our-values .wp-block-columns:first-child > .wp-block-column{
        order: 2;
    }
    .our-values .wp-block-columns:first-child .wp-block-column:nth-child(2){
        order: 1;
    }
    /* award page css start */
    .awards-images-main ul{
        grid-template-columns: repeat(1, 1fr);
    }
    /* Collaboration page css start */
    .collaboration{
        padding: 0;
    }
    .collaboration:after{
        content: unset;
    }
    .collaboration p{
        color: #000;
    }
    .collaboration .wp-block-columns img {
        border: none;
        width: 40%;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    /* Newsroom page css start */
    .cols.cols2 .col , .cols.cols3 .col, .cols.cols4 .col{
        width: 100%;
        padding: 15px 0;
    }
    .news-pagination span, .news-pagination .page-numbers{
        width: 35px;
        height: 35px;
        line-height: 30px;
    }

    /* product page css start */
    .summary.entry-summary.softicated-product-summary, .woocommerce #review_form #respond {
        text-align: center;
    }
    form.cart.softicated-add-to-cart-form{
        flex-wrap: wrap;
    }
    .woocommerce div.product .woocommerce-product-rating{
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    form.cart.softicated-add-to-cart-form{
        justify-content: center;
    }
    .woocommerce-tabs.wc-tabs-wrapper.softicated-product-tabs {
        display: block;
        margin-top: 50px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        justify-content: center;
        display: flex;
        width: 100%;
        gap: 20px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        padding: 0 0 10px;
        font-size: 20px;
    }
    .woocommerce div.product .woocommerce-tabs .panel{
        width: 100%;
        margin-top: 30px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs:after{
        width: 100%;
        height: 2px;
        top: unset;
        bottom: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a:after{
        width: 100%;
        height: 2px;
        top: unset;
        bottom: 0;
    }
    /* product listing page css start */

    .col.product-filters-column, .col.product-listing-column {
        width: 100% !important;
    }
    .product-listing-top-bar {
        gap: 10px;
    }

    /* product cart page css start */
    .woocommerce .quantity{
        justify-content: end;
    }
    .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
        margin-top: 30px;
    }
    .woocommerce table.shop_table td.product-remove {
        border-top: none !important;
    }


}

/* Side Cart (Mini Cart) Styles */
.softicated-side-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /* Display is controlled by inline style.display */
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.4s ease, opacity 0.4s ease;
}

/* When cart is shown (display: block), make it visible */
.softicated-side-cart.active {
    visibility: visible;
    opacity: 1;
}

.side-cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.softicated-side-cart.active .side-cart-overlay {
    opacity: 1;
}

.side-cart-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background-color: #1d3045;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    transform: translateX(100%) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.softicated-side-cart.active .side-cart-content {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.side-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.side-cart-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}

.side-cart-close {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    line-height: 1;
}

.side-cart-close:hover {
    opacity: 0.7;
}

.side-cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    -webkit-overflow-scrolling: touch;
}

.side-cart-items {
    display: none;
}

.side-cart-items.has-items {
    display: block;
}

.side-cart-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.side-cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.side-cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.side-cart-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    line-height: 1.4;
}

.side-cart-item-name a {
    color: #ffffff;
    text-decoration: none;
}

.side-cart-item-name a:hover {
    text-decoration: underline;
}

.side-cart-item-variant {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.side-cart-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.side-cart-item-quantity-price {
    display: flex;
    align-items: center;
    gap: 12px;
}

.side-cart-item-quantity {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.side-cart-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.side-cart-item-remove {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    padding: 4px 8px;
    font-size: 20px;
    line-height: 1;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-cart-item-remove:hover {
    color: #ffffff;
}

.side-cart-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    padding: 40px 20px;
}

.side-cart-empty p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.side-cart-items.has-items ~ .side-cart-empty {
    display: none;
}

.side-cart-footer {
    padding: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1d3045;
}

.side-cart-subtotal {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.side-cart-subtotal strong {
    font-size: 18px;
    color: #ffffff;
    display: block;
}

.side-cart-subtotal-amount {
    float: right;
}

.side-cart-actions {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.side-cart-view-cart,
.side-cart-checkout {
    display: block;
    width: 100%;
    padding: 14px 24px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.side-cart-view-cart {
    background-color: #ffffff;
    color: #1d3045;
}

.side-cart-view-cart:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1d3045;
}

.side-cart-checkout {
    background-color: #d4a017;
    color: #ffffff;
}

.side-cart-checkout:hover {
    background-color: #b89015;
    color: #ffffff;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .side-cart-content {
        max-width: 100%;
        width: 100%;
    }

    .side-cart-header {
        padding: 16px 20px;
    }

    .side-cart-title {
        font-size: 20px;
    }

    .side-cart-body {
        padding: 16px 20px;
    }

    .side-cart-item {
        gap: 12px;
        padding: 12px 0;
    }

    .side-cart-item-image {
        width: 70px;
        height: 70px;
    }

    .side-cart-item-name {
        font-size: 15px;
    }

    .side-cart-footer {
        padding: 20px;
    }

    .side-cart-actions {
        gap: 10px;
    }

    .side-cart-view-cart,
    .side-cart-checkout {
        padding: 12px 20px;
        font-size: 15px;
    }
}

/* Prevent body scroll when cart is open */
body.side-cart-open {
    overflow: hidden;
}
