
html,
  body{
    width:100%;
    overflow-x:hidden;
  }
/* :root {
    --evvo-color: rgb(31 77 83);
} */

header {
    background-color: var(--evvo-color);
    /* padding-left: 30px;
    padding-right: 30px; */
}
p{
    font-size: 16px;
}
.ic-fo {
    font-size: 26px;
}

.ma-head {
    padding: 20px 30px;
}

.sub-header {
    background-color: rgba(31, 77, 83, 0.7);
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    z-index: 999;
    width: 100%;
}

/* section {
    padding: 40px 30px;
} */

.form-control {
    height: 50px !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #e8e8e8;
    /* background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%); */
    background-image: none !important;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8)); */
    /* background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

/* .nav-link:focus,
.nav-link:hover {
    color: rgb(214, 179, 106) !important;
} */

.navbar-nav {
    margin: 7.5px -15px;
    gap: 25px;
}

.navbar-nav li a {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.navbar-collapse {
    padding: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 40px;
}

.navbar {
    margin-bottom: 0px !important;
    border: 1px solid transparent;
}

.navbar-brand {
    padding: 0 !important;
    font-size: 18px;
    line-height: 20px;
}

nav {
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-nav .nav-link.active {
    color: rgb(214, 179, 106) !important;
}

.dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    z-index: 1;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
}

/* Show dropdown on hover */
.hover-dropdown:hover>.dropdown-menu {
    display: block;
}

/* Dropdown menu styling */
.dropdown-menu {
    display: none;
    background-color: #fff;
    /* white background */
    border: 1px solid #ccc;
    margin-top: -5px;
    padding-top: 12px;
    /* space for arrow */
    z-index: 1000;
    position: absolute;
}

/* Dropdown items default style */
.dropdown-menu .dropdown-item {
    background-color: #fff;
    /* white background */
    color: #000;
    /* black text */
    transition: background-color 0.3s ease, color 0.3s ease;
    padding: 15px;
}

/* On hover: green background and white text */
.dropdown-menu .dropdown-item:hover {
    background-color: #097070;
    color: #fff !important;
}


.drop-pos {
    position: absolute;
    top: 27px;
}

.pdd {
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--evvo-color);
    color: #fff;
    position: sticky !important;
}

.pro-main-grid {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.pro-inner-sec {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 5px;
}
.pro-head h3 {
    text-align: left !important;
    /* border-bottom: 1px solid lightgrey; */
    font-family: 'Poppins';
}
.grid-siz{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0px;
}
.proo-inn {
    padding: 10px 0;
}
.size-thick{
     display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0px;
}
.proo-inn h4{
    font-size: 18px;
    text-align: left;
    font-family: 'Poppins';
}
 .proo-inn p {
    font-size: 16px;
    text-align: left;
    font-family: 'Poppins';
    margin: 0;
}

.lan i {
    font-size: 30px;
}

.pro-size-inner ul {
    padding: 0;
}

.pro-size-inner ul li {
    list-style: none;
    text-align: left;
    font-size: 18px;
    font-family: 'Poppins';
}

.pro-size-inner h4 {
    text-align: left;
    font-size: 16px
}

.pro-size-inner {
    padding: 10px 0;
}
.pro-size-inner p{
    margin-bottom: 0;
}
.app ul li {
    list-style: none;
    text-align: left;
    font-size: 16px;
}

.app ul {
    padding: 0;
    margin: 0;
}

.app h4 {
    text-align: left;
    font-size: 18px;
    font-family: 'Poppins';
}

.app {
    padding: 10px 0;
}

.pro-main-heading {
    padding: 10px 0 40px 0;
    font-size: 30px;
    text-align: center;
    /* font-family: 'Poppins'; */
}

.add-res {
    padding: 50px 0;
}

.add-box {
    border: 1px solid lightgrey;
}

.w {
    width: 20px;
}

.add-box-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
}

.add-box-con p {
    margin: 0;
    font-size: 16px;
}

.add-border {
    border-bottom: 1px solid lightgrey;
}

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

.coor-grid-inner-cont {
    margin-top: 50px;
}

.coor-grid-inner-cont a {
    padding: 20px;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    color: #5c5c5c;
    text-decoration: none;
}

.coor-grid-inner-cont a:hover {
    text-decoration: none;
    color: #5c5c5c;
}

.coor {
    background-color: #efefef;
}

.cooe-main-heading {
    font-size: 30px;
    padding-bottom: 50px;
}

.de {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 2px solid #097070;
}

.des li p {
    font-size: 45px;
    /* font-weight: bold; */
    color: var(--evvo-color);
    margin: 0;
}

.des li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
}

.des {
    padding: 0;
}

.ppl {
    margin-left: 8%;
}

.de-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.de-grid-img p {
    text-align: center;
    padding-top: 10px;
}

.de-grid-img img {
    width: 100%;
}

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

.certi-img {
    text-align: center;
}

.certi-img h3 {
    padding-top: 25px;
}

.serti {
    padding: 50px 0;
}


/* footer */
.foot-first-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-social {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 35px;
}

.foot-social a {
    margin-right: 10px;
    font-size: 35px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.foot-social a:hover {
    transform: scale(1.2);
}

.foot-back {
    background-color: var(--evvo-color);
    padding: 30px 30px;
}

.foot-sec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.newsletter-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.newsletter-form input[type="email"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    min-width: 200px;
}

.newsletter-form button {
    padding: 10px 16px;
    border: none;
    background-color: #097070;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #555;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
}

.foot-sec-inner ul li {
    list-style: none;
}

.foot-sec-inner ul li a {
    color: #fff;
    text-decoration: none;
}

.foot-sec-inner h2 {
    color: #fff;
    padding-bottom: 30px;
}

.foot-sec-inner ul {
    list-style: none;
    padding: 0;
}

.foot-top-pd {
    margin-top: 85px;
}

.foot-sec-inner ul li {
    padding: 25px 0px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    color: #fff;
}

.foot-sec-inner ul li:hover {
    background-color: #097070;
}

.foot-sec-back {
    background-color: #212121;
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
}

.foot-third-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-third-inner ul li {
    list-style: none;
}

.foot-third-inner ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.foot-third-inner ul {
    display: flex;
    gap: 20px;
}

.foot-thirs-back {
    background-color: var(--evvo-color);
    padding: 30px 30px;
}

.right-res p {
    color: #fff;
}

.footer-links {
    display: flex;
    justify-content: center;
    /* centers the list */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    padding: 0 16px;
    /* equal left and right padding */
    position: relative;
}

.footer-links li+li {
    border-left: 1px solid #ccc;
    /* vertical divider between items */
}


.slider-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 40px 15px;
    height:auto;
}

/* Swiper styles */
.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    user-select: none;
}

.swiper-slide img {
    width: 100%;
    height: 250px;
    /* border-radius: 4px; */
    box-shadow: 0 0 10px rgba(255 255 255, 0.1);
    margin: 0 auto 0px auto;
    display: block;
    object-fit: cover;
}

.swiperrr img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255 255 255, 0.1);
    margin: 0 auto 0px auto;
    display: block;
    object-fit: cover;
    object-position: top;
} 
#Similar-style .swiper-slide img {
    width: 100%;
    height: 250px;
    /* border-radius: 4px; */
    box-shadow: 0 0 10px rgba(255 255 255, 0.1);
    margin: 0 auto 0px auto;
    display: block;
    object-fit: cover;
}
.swiper-slide p {
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    margin: 0 15px;
}

/* Navigation arrows color */
.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-color: transparent;
    padding: 0px 20px !important;
    /* display: none; */
}

.slider-container h2 {
    color: #000;
    padding-bottom: 30px;
    /* font-family: Roboto slab; */
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
    filter: brightness(3.5) !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
    filter: brightness(3.5) !important;

}
.zoom-container {
    position: relative;
    /* width: 500px; */
    max-width: 100%;
    /* border: 2px solid #ccc; */
    background: #fff;
    height: 100%;
}

.zoom-target {
    width: 100%;
    display: block;
}

/* Zoom Lens (square that follows mouse) */
.zoom-lens {
    position: absolute;
    width: 300px;
    height: 300px;
    border: 2px solid var(--evvo-color);
    background: rgba(255, 255, 255, 0.2);
    /* pointer-events: none; */
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    cursor: cell;
}

/* Preview Box on the side */
.zoom-preview-box {
    width: 550px;
    height: 550px;
    border: 2px solid #888;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    top: 30%;
    right: 10%;  /* default position */
    z-index: 99;
}

/* Responsive tweaks */
@media screen and (max-width: 1400px) {
.swiperrr img {
    width: 100%;
    height: 800px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255 255 255, 0.1);
    margin: 0 auto 12px auto;
    display: block;
    object-fit: cover;
    object-position: left;
}
.zoom-container {
    height: 800px;
}
}
@media (max-width: 991px) {
    .swiperrr img {
        width: 100%;
        height: 780px;
        object-fit: cover;
    }
    .zoom-container {
    height: 780px;
    }
    .pro-main-heading {
    padding: 10px 0 10px 0;
    font-size: 30px;
    text-align: center;
    font-family: 'Poppins';
}
}
@media (max-width: 768px) {
    .swiperrr img {
        width: 100%;
        height: 700px;
        object-fit: cover;
        object-position: left;
    }
    .zoom-container {
    height: 700px;
}
    .pro-main-heading {
    padding: 10px 0 40px 0;
    font-size: 30px;
    text-align: center;
    font-family: 'Poppins';
}
#Gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px !important;
}
}

@media (max-width: 480px) {
    .swiperrr img {
         width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: left;
    }
    .zoom-container {
    height: 600px;
}
    .pro-main-heading {
    padding: 0px 0 0px 0;
    font-size: 24px;
    text-align: center;
    font-family: 'Poppins';
}
#Gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px !important;
}
}

.slidd {
    background-color: #fff;
}


/* ---------------slider-2------------ */
.title h4 {
    text-align: center;
}

.slick-slider .element {
    height: 250px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider .element img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}



.product-section {
    padding: 0px 0px 30px;
    background-color: #fff;
    border-bottom: 1px solid #075d5d;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /* gap: 30px; */
}

.product-image {
    text-align: center;
    position: relative;
}

.product-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    /* ✅ Makes image look rectangular */
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.product-image .dropdown {
    position: absolute;
}

.see-space-btn {
    margin-top: 20px;
    background-color: var(--evvo-color);
    color: white;
    border: none;
    padding: 20px 0px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}



.product-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

.product-details {
    padding: 40px 20px;
    color: #333;
}

.product-details h2 {
    color: #097070;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.product-details p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.grid-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}

/* Force the first button to span full row */
.grid-buttons .full {
    grid-column: 1 / -1;
}

.outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--evvo-color);
    padding: 15px 16px;
    text-decoration: none;
    color: var(--evvo-color);
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

.outline-btn i {
    margin-right: 10px;
    font-size: 24px;
}

.outline-btn:hover {
    background-color: var(--evvo-color);
    color: white;
    text-decoration: none;
}

.w-40 {
    width: 40%;
    display: flex;
    margin: 0 auto;
    margin-bottom: 30px;
}

.border-btm {
    border-bottom: 1px solid lightgrey;
}

.virtual-kitchen-box {
    display: flex;
    /* grid-template-columns: 200px 1fr auto; */
    align-items: center;
    background-color: #f2f2f2;
    /* padding: 20px 30px; */
    gap: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.virtual-kitchen-left img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
}

.virtual-kitchen-center h3 {
    font-size: 30px;
    /* font-weight: bold; */
    margin-bottom: 30px;
    color: #333;
}

.virtual-kitchen-center p {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
}

.visualizer-btn {
    background-color: var(--evvo-color);
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}

.visualizer-btn:hover {
    background-color: var(--evvo-color);
    color: #fff !important;
    text-decoration: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .virtual-kitchen-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .virtual-kitchen-right {
        margin-top: 15px;
    }
}


.product-image {
    position: relative;
    overflow: hidden;
    /* makes sure icon doesn't overflow rounded image */
}

/* Favorite icon styling */
.favorite-icon {
    position: absolute;
    top: 10px;
    right: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #075d5d;
}

.favorite-icon i {
    color: #075d5d;
    /* red heart */
    /* font-size: 18px; */
}

.favorite-icon:hover {
    background-color: #f8f8f8;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    will-change: transform;
}

.dropdown-menu.show {
    display: block;
}


/* about-slider */
#slider-text {
    padding-top: 40px;
    display: block;
}

#slider-text .col-md-6 {
    overflow: hidden;
}

#slider-text h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 3px;
    margin: 30px auto;
    padding-left: 40px;
}

#slider-text h2::after {
    border-top: 2px solid #c7c7c7;
    content: "";
    position: absolute;
    bottom: 35px;
    width: 100%;
}

#itemslider h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 10px auto 3px;
}

#itemslider h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin: 3px auto 2px;
}

#itemslider h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    ;
    font-size: 10px;
    margin: 2px auto 5px;
}

.badge {
    background: #b20c0c;
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 31px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #FFF;
    box-shadow: 0 0 0 1px #b20c0c;
    top: 5px;
    right: 25%;
}

#slider-control img {
    /* padding-top: 60%; */
    margin: 0 auto;
    width: 45px;
    position: absolute;
    top: 40%;
    background: #075d5d;
}


.custom-swiper-container {
    width: 100%;
    /* height: 95vh; */
}

.mainSwiper .swiper-slide {
    background-size: cover;
    background-position: top;
    cursor: pointer;
    /* height: 50vh; */
    /* background-size: 100% 200%; */
}

/* ----------------vertical-tab-slider---------------- */
#Gallery {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

/* Main Swiper container */
/* Wrapper on the right */
.vertical-tabs-wrapper {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 120px;
    max-height: 550px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    overflow: hidden;
}


/* Swiper container */
.verticalTabsSwiper {
    height: 100%;
}

/* Individual tab slide */
.verticalTabsSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

/* Tab button styling */
.tab-button {
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    padding: 10px 5px 0;
    transition: background 0.3s, transform 0.3s;
    color: white;
}

.tab-button:hover {
    transform: scale(1.03);
}

.tab-button.active {
    background-color: var(--evvo-color);
}

/* Image inside tab */
.tab-img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 5px;
    border: 2px solid #ffffff30;
    transition: border 0.3s;
}

.tab-button.active .tab-img img {
    border-color: #ffffff;
}

/* Tab title */
.tab-title {
    font-size: 12px;
    color: #fff;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-family: 'Poppins';
}



.custom-image-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
}

.custom-image-popup.active {
    display: flex;
}

.popup-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.popup-content {
    position: relative;
    max-width: 100%;
    max-height: 90%;
    /* background: #000; */
    border-radius: 10px;
    padding: 20px;
    z-index: 2;
}

.custom-popup-close {
        position: absolute;
    top: -100px;
    right: 15px;
    font-size: 30px;
    color: white;
    background: #000000;
    border: none;
    cursor: pointer;
    z-index: 3;
    padding: 0 18px 6px;
    line-height: 41px;
    border-radius: 10px;
}

.popupSwiperContainer {
    /* width: 80vw; */
    height: 70vh;
}

.popupSwiperContainer .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
    /* color: rgb(214, 179, 106) !important; */
    background-color: #000 !important;
    top: 43% !important;
    width: 20px;
    height: 20px;
    padding: 30px !important;

}


/* --------------video-pop-up-css-style-------------- */
/* 📍 Centered Play Icon */
.video-tab {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

/* 📍 Video Modal Popup */
.video-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.video-popup.open {
    display: flex;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 900px;
    background: #000;
    padding: 15px;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-popup-close {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 28px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
}

@keyframes zoomIn {
    from {
        transform: scale(0.85);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}


/* ------------slider-for-box---------- */

.box-sliderr {
    position: absolute;
    z-index: 1;
    color: azure;
    top: 25%;
    left: 3%;
    padding: 15px;
    background-color: var(--evvo-color);
}

.box-sliderr-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.box-sliderr-inner i {
    font-size: 26px;
    color: #fff;
}

.box-sliderr-inner p {
    margin: 0;
    color: #fff;
    padding-top: 10px;
}

/* -----------pop-up-for-product--------- */
/* Popup container */
.style-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.style-popup-content {
    background: white;
    padding: 20px;
    max-width: 700px;
    width: 90%;
    position: relative;
}


/* Close button */
.style-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
}

/* Inner layout */
.style-popup-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.style-popup-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.style-popup-image img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}

.style-popup-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.style-popup-info h2 {
    margin-top: 0;
}

.style-popup-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.style-popup-nav button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}


.about-popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.about-popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    position: relative;
}

.about-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

#about-popup-trigger {
    width: 300px;
    cursor: pointer;
}


.foot-para p{
    border-top: 1px solid lightgrey;
    margin: 0;
    padding-top: 20px;
}
.foot-para{
    padding: 20px 0;
}

.nexttt, .prevvv {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: var(--evvo-color);
    filter: var(--bs-carousel-control-icon-filter);
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.nexttt{
    position: absolute;
    right: 0%;
}



.image-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2 ,1fr);
    padding: 1rem;
}

.image-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.2s ease;
}

.image-grid img:hover {
    transform: scale(1.03);
}
.swiper-slide::before {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    animation: zoomInOut 10s infinite ease-in-out;
}
.sim{
    font-size: 30px;
    color: #fff;
    z-index: 999;
    position: relative;
    top: 0 !important;
    left: 0 !important;
}
.pddd {
    padding: 40px 30px;
}
.slider-container h2 {
    /* color: #fff; */
    padding-bottom: 20px;
}

.swiper-slide a {
    position: relative;
    top: 0;
    font-family: poppins;
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.slider-container h2 {
    color: #000;
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    /* top: 7% !important; */
}

.sw-wra{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    top: 0% !important;
    flex-direction: column;
}

.vertical-prev,
.vertical-next {
    position: absolute;
    top: 95%; 
    transform: translatey(-50%);
    z-index: 20;
    width: 50px;
    height: 50px;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s;
    pointer-events: auto;
}

.vertical-prev:hover,
.vertical-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.vertical-prev {
    /* top: 8px; */
    left: 33%;
}

.vertical-next {
    bottom: 8px;
    right: 33%;
}

.he-icon{
    /* color: var(--evvo-color); */
    background: transparent;
    border: 1px solid black;
    border-radius: 50%;
    padding: 15px;

}
.he-icon i{
    color:rgb(31 77 83);
}

#Similar-style .swiper-slide {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #ffffff;
    /* border-radius: 20px; */
    border: 1px solid #d8d5d5;
    padding: 5px;
}
.w70{
    width: 75px;
}

.spec-title {
    font-size: 36px;
}