@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html{ width:100%; height:100%; margin:0px; padding:0px; scroll-behavior: smooth;}
body{ margin:0px; padding:0px; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#000; line-height:25px; min-height:100%;background-color:#fff;}
p{ margin:0px; padding:0px 0 20px 0; font-family: 'Poppins', sans-serif; font-size:14px; font-weight:400; color:#000; line-height:25px;}
h1{ margin: 0; padding: 0px 0px 38px; font-size:40px; font-weight: 700; line-height:44px; font-family: 'Poppins', sans-serif; color:#000; position:relative;}
h2{ margin: 0; padding: 0px 0px 38px; font-size:40px; font-weight: 700; line-height:44px; font-family: 'Poppins', sans-serif; color:#000; position:relative; font-weight: 800;}
h3{ margin: 0; padding: 0; font-size:28px; line-height:32px; font-family: 'Poppins', sans-serif; color:#000;}
h4{ margin: 0; padding: 0; font-size:20px; line-height:24px; font-family: 'Poppins', sans-serif; color:#000;}
h5{ margin: 0; padding: 0; font-size:15px; line-height:19px; font-family: 'Poppins', sans-serif; color:#000;}
h6{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif;}
address, blockquote, dd, div, dl, dt, fieldset, form, frame, frameset{ margin:0; padding:0; border: 0px; outline: none; }
label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0; outline:none; border:0;}
a{ text-decoration:none; border: 0px; outline: none; transition: all .5s;}
a:hover, a:focus, a:active{ text-decoration:none; border: 0px; outline: none; transition: all .5s;color:#4c7998;}
a img{ border:none; outline: none;}
a:focus {outline:none; } 
button {-webkit-transition: background-color .3s ease, color .3s ease; transition: background-color .3s ease, color .3s ease;}
button:focus {outline:none; } 
border{ border-collapse:collapse;}
hr{ height:1px; background:#333333; border:none;}
.clear{ clear:both;}
.clearfix:before,
.clearfix:after { content: " "; display: table;}
.clearfix:after { clear: both;}
.clearfix { *zoom: 1;}
img {max-width: 100%;height: auto;object-fit: cover; -webkit-object-fit: cover;}
.no-pad { padding:0px !important;}
.no-mag { margin:0px !important;}
/*	Reset style			*/
::-moz-selection { color: #fff; background: #0CAFFF;}
::selection {  color: #fff; background: #0CAFFF;}
.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#4e4e4e;opacity:1}
.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {color:#4e4e4e;opacity:1}
.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder {color:#4e4e4e;opacity:1}
.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder 
{color:#4e4e4e;opacity:1}
.form-control, input[type="text"],input[type="tel"],input[type="email"],textarea,input[type="password"],input[type="number"], select { display: block !important; width: 100% !important;  font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 15px; color: #4e4e4e; height: auto; background: #fff; padding: 15px 22px; margin-bottom: 12px; outline: none; border-radius: 0px; box-shadow: none; line-height: normal; border: none;appearance:none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none; webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
textarea.form-control, textarea {height:120px;resize:none; overflow:hidden; padding: 15px 22px;}
.form-control:focus,textarea.form-control:focus {outline:none; border:none; background-color:#fff; -webkit-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
-moz-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);}
select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border: none;border-radius:0px;box-shadow:none;background:#fff url(../images/arrow-down.png) no-repeat 97% center;font-size:15px;color:#4e4e4e;height:auto; padding: 15px 22px; font-family: 'Poppins', sans-serif; line-height:normal; font-weight:400; text-transform:none; cursor: pointer; }
select.form-control:focus {border:none; outline: none;background:#fff url(../images/arrow-down.png) no-repeat 97% center; 
-webkit-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
-moz-box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);
box-shadow: 0px 0px 12px 0px rgba(236,82,82,0.33);}
select.form-control option {color:#1f1f1f; font-size:13px; font-weight:400;}
.btn{ position:relative; font-size: 13px; line-height: 17px; padding: 8px 10px; color: #fff; outline: none; border: none; background-repeat: no-repeat; background-size: 100% 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden; border-radius:3px; background-color:#ff89a0; font-family: 'Poppins', sans-serif; font-weight:500;}
.btn i {margin-left: 15px; vertical-align: middle; display: inline-block;}
.btn.red {background-color: #dc3c3a;}
.btn.red:hover {background-color: #991917;}
.btn.orange {background-color: #ff8c24;}
.btn.orange:hover {background-color: #ad5a0f;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0;box-shadow:none; color:#fff;}
.btn:hover {background-color:#ea647e; color:#fff; border:none; font-size:13px; line-height:17px; padding: 8px 10px;}
.padTopbtm{padding:90px 0;}
.displayTable{display:table;height:100%;width:100%; position:relative;}
.displayCell{display:table-cell;vertical-align:middle}
.tableWidth-full {width:100%;}
.tableWidth-half {width:50%; height:100%}
/* opacity */
.opacity1 { opacity:1 !important;}

/* scroll top */
.scroll_Top { position: fixed; width: 48px;bottom: 0px; right: 5%; background-color: #ff89a0 !important; color: #fff !important; font-size: 18px; line-height: 35px; opacity: 0; visibilty: hidden; webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; z-index: 100; text-align: center; /*border: 2px solid #fff;*/ border-radius: 4px 4px 0 0;}
.scroll_Top i {font-size:13px;}
.scroll_Top:hover, .scrollTop:focus{color:#fff !important; background-color: #333132 !important; border-radius: 4px 4px 0 0;}
.scroll_Top.pop{opacity:1; visibility:1;}
/* traingele toggle */
.triangle-box {width: 0;height: 0;border-style: solid;border-width: 0 50px 45px 0;border-color:transparent #c6030b transparent transparent; position:absolute; right:0; top:0; z-index:111; cursor:pointer; display:none;}
.triangle-box.active {border-color:transparent #0CAFFF transparent transparent;}
.triangle-box i {color:#fff; font-size:14px;}
.triangle-box .fa-plus {margin:9px 0 0 30px;}
.triangle-box .fa-minus {display:none;margin:9px 0 0 30px;}
.triangle-box.active .fa-plus {display: none;}
.triangle-box.active .fa-minus {display: block;}


/*----- 
Header 
-----*/
.top {
    background-color: #ff89a0;
    height: 50px;
}
.top-left {
    padding: 15px 0;
}
.contact-info {
    display: flex;
    align-items: center;
}
.contact-info a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    margin-right: 15px;
}
.contact-info a:hover {color: #fec7d6;}
.contact-info a .fa-phone, .contact-info a .fa-whatsapp, .contact-info a .fa-envelope-open-text {
    color: #fff;
    margin: 0 10px 0 0;
    font-size: 20px;
}
.contact-info a span {
    color: #fff;
    font-size: 14px;
}
.contact-info a:hover span {color: #fec7d6;}
#top > div {
    display: flex;
    justify-content: space-between;
}
.top-right {
    display: flex;
    padding: 15px 0;
}
.top-right .pull-right {float: right;}
.top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-right ul li {
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
}
.top-right ul li:last-child {margin: 0;}
.top-right ul li a {color: #fff;}
.top-right ul li a:hover {
    color: #fec7d6;
}
.dropbtn {
    background-color: var(--secondary-color);
    color: var(--primary-hover-color);
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding-right: 10px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--background-color);
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: var(--primary-color);
    padding: 6px 10px;
    text-decoration: none;
    display: block;
}
element.style {
    background: var(--background-color) url() no-repeat center center;
    background-size: cover;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.top-right-text-euro:hover {
    color: var(--primary-hover-color);
}
i.fa.fa-angle-down {
    color: var(--primary-hover-color);
}
i.fa-regular.fa-calendar-days {
    color: var(--primary-hover-color);
    font-size: 16px;
    padding-right: 5px;
}
#top .pull-left {
    margin: 0 0 0 25px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-right>*+* {
    margin: 0 0 0 35px;
}
#header_ac>a,
#cart>.btn,
.search-btn-outer i {
    cursor: pointer;
    font-size: 16px;
    display: block;
    padding: 15px 0;
}
#header_ac>a i,
#cart>button i {
    display: block;
    font-size: 20px;
}
header .fa.fa-spinner.fa-spin {
    color: var(--primary-hover-color);
}
.header-inner {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:40px;
}
.header-left {
    flex: 0 0 auto;
}
.header-search-global {
    width: 100%;
    max-width: 340px;
    margin-right: 20px;
}
.global-search-form {
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
}
.global-search-form input[type="text"] {
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 10px 12px !important;
    font-size: 13px;
    line-height: 1.2;
}
.global-search-form button {
    border: none;
    background: #ff89a0;
    color: #fff;
    width: 44px;
    height: 40px;
    flex-shrink: 0;
}
.global-search-form button:hover {
    background: #ea647e;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.nav-bar-text strong {
    font-weight: 400;
    color: var(--primary-color);
}
.active-nav-bar-header {
    margin-left: 15px;
    font-weight: 400;
    color: var(--primary-color);
}
.active-color:hover {
    color: var(--primary-hover-color);
}
.vipodha-tabs ul li a:hover,
.vipodha-tabs ul li a.active {
    color: var(--primary-hover-color);
}
header.home {
    position: relative;
    padding: 0px 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%) 
}

.main_section > marquee {
    display: none;
}
.announcement-ticker {
    position: relative;
    overflow: hidden;
    padding: 18px 0;
    background: linear-gradient(90deg, #7e0d29 0%, #c52b55 48%, #f26f92 100%);
    border-top: 4px solid #ffd5df;
    border-bottom: 4px solid #ffd5df;
    box-shadow: 0 14px 34px rgba(126, 13, 41, 0.22);
}
.announcement-ticker__viewport {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: announcementTickerLoop 26s linear infinite;
}
.announcement-ticker__content {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: max-content;
    gap: 32px;
    padding-right: 32px;
}
.announcement-ticker__content span {
    flex: 0 0 auto;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff7f9;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}
.announcement-ticker__content span::after {
    content: "\2022";
    margin-left: 32px;
    color: #ffd8e2;
    font-size: 20px;
}
@keyframes announcementTickerLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


.hidden {
    display: none !important;
}
.dropdown,
.dropup {
    position: relative;
}

.dropdown-menu {
    margin: 0;
    border: none;
    border-top: 2px solid var(--primary-hover-color);
    border-radius: 5px;
    padding: 8px 0;
    width: 200px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--background-color);
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 10;
}

.img-responsive {
    display: block;
    max-width: 100% !important;
    height: auto;
}
.main-menu {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}
.menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
.menu ul ul {
    padding: 5px 15px 0px;
}
.menu ul ul li a:before {
    content: " ";
    margin: 0 6px 0 -10px;
    width: 4px;
    height: 4px;
    background: var(--primary-hover-color);
    display: inline-block;
    vertical-align: middle;
}
.static-menu .menu ul ul li a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    text-decoration: none;
}
span.labeloffer {
    position: absolute;
    left: 10px;
    top: -20px;
}
.sub-menu .content>.row:first-child {
    padding: 0px;
}
.title-submenu {
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
.menu-product-thumb .caption {
    text-align: left;
}
.product-description h4 {
    font-size: 14px;
    margin: 10px 0 7px;
}
.menu-product-thumb .rating {
    margin-bottom: 5px;
}
.rating .fa-stack,
#review .fa-stack {
    font-size: 6px;
    width: 2em;
}
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.rating .fa-star,
#review .fa-star {
    color: var(--primary-hover-color);
    font-size: 13px;
}
.menu-product-thumb .price-new {
    color: var(--primary-color);
    font-size: 14px;
}
.menu-product-thumb .price-old {
    text-decoration: line-through;
    font-size: 12px;
    color: var(--secondary-light-color);
}

ul.route.html-link {
    list-style: none;
    padding: 0px;
}
nav.navbar.navbar-expand-lg.navbar-light .container {
    display: unset;
}
#top {
    background-color: #ff89a0;
}
.top-right .dropdown-toggle {
    line-height: 20px; 
    text-transform: capitalize; 
    border: none;
    padding: 15px 0;
}
#top .dropdown-toggle {
    display: flex;
    align-items: center;
    color: var(--secondary-color);
    text-decoration: none;
    box-shadow: none;
    background: transparent;
}
.top-right .symbol {
    display: none;
}
.top-right span.drop-text:after {
    content: ":";
    padding: 0 5px;
}
.top-right .dropdown-toggle i {
    color: var(--secondary-color);
    font-size: 15px;
    vertical-align: middle;
    padding: 0 0 0 4px;
}
.btn-group>.dropdown-menu {
    font-size: 14px;
}
.dropdown-toggle::after {
    display: contents;
}
.top-right img.language-img {
    display: none;
}
.btn-group>.btn {
    font-size: 14px;
}
.header-right #cart {
    display: block;
}
.top-right .btn-group {
    display: block;
}
.dropdown-menu-right {
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    right: 0;
    left: auto;
}
ul li .btn-link {
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
}
.menu-product-thumb img.img-responsive {
    width: 62px;
    border-radius: 10px;
}
header.header-fixed {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    animation: fadeInDown 1s ease-out forwards;
    z-index: 9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}
#logo img {
    margin: auto;
    width: 100%;
    max-width: 190px !important;
    border-radius: 0;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-center {
        border-top: 1px solid var(--border-color);
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .header-inner {
        padding: 10px 0;       
    }
    .header-right {
        padding: 0;
    }
    .header-search-global {
        max-width: 280px;
    }
}
@media (min-width: 992px) {
    .header-right {
        flex: 1 1 auto;
        flex-wrap: nowrap;
        min-width: 0;
        gap: 24px;
    }
    .header-right>*+* {
        margin: 0;
    }
    .header-search-global {
        flex: 0 0 300px;
        max-width: 300px;
        margin-right: 0;
    }
}
@media (max-width:991.5px) {
    .header-right {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-right>*+* {
        margin: 0 0 0 10px;
    }
    .header-search-global {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
}
@media (max-width:767.5px) {
    .announcement-ticker {
        padding: 14px 0;
    }
    .announcement-ticker__viewport {
        animation-duration: 22s;
    }
    .announcement-ticker__content {
        gap: 24px;
        padding-right: 24px;
    }
    .announcement-ticker__content span {
        font-size: 15px;
    }
    .announcement-ticker__content span::after {
        margin-left: 24px;
    }
    .header-inner {
        flex-wrap: wrap;
        gap: 14px;
        padding: 14px 0;
    }
    .header-left {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header-right {
        width: 100%;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 12px;
    }
    .header-right > * + * {
        margin: 0;
    }
    .header-search-global {
        grid-column: 1 / 2;
        margin: 0;
    }
    .vipodha_megamenu-style-dev {
        grid-column: 2 / 3;
        justify-self: end;
    }
    .vipodha_megamenu-style-dev .responsive,
    .vipodha_megamenu-style-dev .navbar-default,
    .container-vipodha_megamenu.horizontal,
    .container-vipodha_megamenu .navbar-header {
        display: flex;
        justify-content: flex-end;
    }
    #logo img {
        max-width: 190px !important;
    }
    .contact-info a span{
        display: none;
    }
}
@media (max-width: 480.5px) {
    .header-inner {
        gap: 12px;
    }
    #logo img {
        max-width: 165px !important; 
    }
    .header-search-global {
        min-width: 0;
    }
    .global-search-form input[type="text"] {
        padding: 10px !important;
        font-size: 12px;
    }
    #top .dropdown-toggle{
        padding: 10px 0;
    }
    .top-left {padding: 8px 0 8px;}
    .top-right {padding: 8px 0 8px;}
    .contact-info {position: relative; top: 3px;}
    .contact-info {
        gap: 2px;
    }
    .contact-info a {
        margin-right: 10px;
    }
    .top-right ul li {
        margin-right: 14px;
    }
    #top .pull-left {
        margin: 0 0 0 20px;
    }
    #top .dropdown-toggle .code {
        display: none;
    }
    .top-right span.drop-text:after{
        display: none;
    }
}
/*----------
.Header End
----------*/

/*-----
Slider Section 
-----*/
.banner {position: relative;}
.banner .banner-image img {
    width: 100%;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav {
    position: unset;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev {
    left: 30px;
    right: auto;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 30px;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev,
.banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next {
    background: #fff;
    color: #ff89a0;
    transform: translateY(50%);
}
.banner .banner-owl-carousel.owl-carousel .owl-prev:hover,
.banner .banner-owl-carousel.owl-carousel .owl-next:hover {
    background-color: #ff89a0;
    color: #fff;
}
.banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-right, .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-left {font-weight: 800; font-size: 20px;}

@media (max-width: 767.5px) {
    .banner .banner-owl-carousel.owl-carousel .owl-nav .owl-prev{
        left: 10px;
    }
    .banner .banner-owl-carousel.owl-carousel .owl-nav .owl-next{
        right: 10px;
    }
    .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-right, .banner .banner-owl-carousel.owl-carousel .owl-nav .fa-angle-left {font-size: 14px;}
}
/*-----
.Slider Section 
-----*/
/*-----
Next & Prev
-----*/
.owl-carousel .owl-nav > .owl-prev,
.owl-carousel .owl-nav > .owl-next {
    text-align: center;
    position: absolute;
    bottom: 50%;
    border-radius: 50%;
    background: #ff89a0;
    color: #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: all 0.7s ease;
    opacity: 0;
}
.owl-carousel:hover .owl-nav > .owl-prev, .owl-carousel:hover .owl-nav > .owl-next {
    opacity: 1;
}
.owl-carousel .owl-nav > div.owl-prev {
    left: -25px;
}
.owl-carousel .owl-nav > div.owl-next {
    right: -25px;
}
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background: #ff89a0;
    color: #fff;
    border-radius: 100%;
    opacity: 1;
}


@media (max-width:991px) {
    .owl-carousel .owl-nav > .owl-prev,
    .owl-carousel .owl-nav > .owl-next {
        height: 30px;
        width: 30px;
        line-height: 30px;
        opacity: 1;
        font-size: 16px;
    }
    .owl-carousel .owl-nav > div.owl-prev {
        left: -15px;
    }
    .owl-carousel .owl-nav > div.owl-next {
        right: -15px;
    }
}
/*-----
.Next & Prev
-----*/

/* clientArea */
.allSaree {position:relative; z-index:1; padding:40px 0;}
.allSaree h2 {text-align: center; padding-bottom: 15px;}
.allSaree h4 {font-size: 16px; color: #ff2b6d; font-style: italic;}
.allSaree h4 font {font-weight: 600; font-size: 18px; color: #c32959;}
.sareeImg {border:7px solid #fff; -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.14);}
.sareeCont {text-align:center; max-width:325px; margin:0 auto; -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11); box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.11); padding:8px 10px 8px; margin-top:-38px; background:#fff; position:relative; z-index:5; transition: all .5s;}
.sareeCont h3 {font-weight:400; font-size:15px; line-height: 20px; color:#000; text-transform:capitalize; margin:0px; padding: 0 !important;}
.sareeCont h3 a{color: #000;}
.sareeCont h3 a:hover{color: #ff89a0;}
.sareeCont p {padding:0; font-weight: 600;}
.sareeBox {margin:0 0 22px;}
.sareeBox:hover .sareeCont {margin-top:-45px; box-shadow: 0 5px 12px rgba(255,137,160,1);}
.sareeImg img {width:100%; height:100%;}

/* equal-height cards in the allSaree grid */
.allSaree .row {
  display: flex;
  flex-wrap: wrap;
}

.allSaree .row > [class*="col-"] {
  display: flex;
}

.allSaree .homepage-latest-product {
  flex: 0 0 25%;
  max-width: 25%;
}

.allSaree .row.has-dynamic-products > [class*="col-"]:not(.homepage-latest-product) {
  display: none;
}

.allSaree .sareeMeta {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}

.allSaree .sareeMeta a {
  color: #c32959;
}

.allSaree .sareeMeta a:hover {
  color: #ff89a0;
}

.allSaree .sareeBox {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.allSaree .sareeImg {
  aspect-ratio: 4 / 5;
  height: auto;
  overflow: hidden;
}

.allSaree .sareeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.allSaree .sareeCont {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: none;
  margin: -38px 0 0;
}

.allSaree .sareeCont h3 {
  min-height: 40px;
}

.allSaree .sareeCont p {
  margin-bottom: 8px;
}

.allSaree .sareeCont .btn {
  margin-top: 10px;
  align-self: center;
}

.allSaree .allSareeCta {
  margin-top: 18px;
}

.allSaree .allSareeCta .btn {
  min-width: 220px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767.5px) {
  .allSaree .homepage-latest-product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 576.5px) {
  .allSaree .homepage-latest-product {
    flex: 0 0 50%;
    max-width: 50%;
  }
}


/* about */
.abt-img img {width: 100%;}
#about-us h2 {
  font-size: 2rem;
}

#about-us h4 {
  font-weight: 500;
  font-style: italic;
  color: #d6697f;
}
#about-us p.lead {color: #ea1699;}
#about-us p {
  font-size: 1rem;
  line-height: 1.7;
}
/* Promotion */
.promo-strip {position: relative; padding: 60px 0;}
.promo-strip h5 {color: #fff; font-size: 25px;}
.promo-strip p {color: #fff;}
.promo-strip ul {margin: 0; padding: 0; list-style-type: none;}
.promo-strip ul li {color: #fff; margin-bottom: 15px;}
.promo-strip ul li .fa-check-double {color: #fff; font-size: 20px; vertical-align: middle;}
.promo-strip p strong, .promo-strip ul li strong {color: #fff; font-size: 20px;}
.promo-strip p i {font-size: 18px; color: #fff; font-weight: 700;}

/* Why Choose */
.why_section {position: relative; padding: 50px 0;}
.youtube_video iframe {width: 100%; height: 100%;}
.youtube_video {height: 460px;}
.video-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 aspect ratio */
      height: 0;
      overflow: hidden;
    }
    .video-container video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
.why_choose_cont p {font-size: 1rem;
    line-height: 1.7;}
.why_choose_cont ul {margin: 0px; padding: 0; list-style: none;}
.why_choose_cont ul li {margin: 0 0 10px; font-size: 1rem;}
.why_choose_cont ul li:last-child {margin: 0;}

/* footer */
.mainft {
    position: relative;
    background-color: #ffe6eb;
    padding: 30px 0;
}
.ft-logo {width: 200px; margin: 0 auto 20px;}
.ft-social-icon {float: right;}
.ft-top-cont h3 {font-weight: 500; font-size: 20px; margin: 0 0 15px;}
.ft-top-cont ul {margin: 0; padding: 0; list-style-type: none;}
.ft-contact-info ul li {font-size: 16px; color: #000; margin-bottom: 15px;}
.ft-contact-info ul li:last-child {margin: 0;}
.ft-contact-info ul li a {color: #000;}
.ft-contact-info ul li a:hover {color: #ec3c5e;}
.ft-contact-info ul li .svg-inline--fa {font-size: 20px; color: #ec3c5e; vertical-align: middle;}
.ft-social-icon ul li {display: inline-block; margin-right: 8px;}
.ft-social-icon ul li:lst-child {margin: 0;}
.ft-social-icon ul li a {width: 40px; height: 40px; line-height: 40px; background-color: #fff; color: #ec3c5e; border-radius: 50%; display: inline-block; text-align: center;}
.ft-social-icon ul li a:hover {background-color:#ec3c5e ; color: #fff;}
.ft-top {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 2px solid #ec3c5e;}
.ft-copyright p {
    font-size: 16px;
    padding: 0; text-align: center;
}
/* inner-banner */
.inner-banner {position:relative; background-color:#701426; padding:80px 0;}
.inner-banner h2 {color:#fff; margin:0; padding: 0;}

/* innerPg */
.innerPg {position: relative; padding: 60px 0;}

.innerPg h1 {font-weight: 600; color: #b7485e;}
.innerPg p {font-size: 1rem; line-height: 1.7;}
.innerPg p .fa-check-double {color: #dd4865;
    font-size: 20px;
    vertical-align: middle;}
.innerPg h3 {padding: 0 0 20px;}
.innerPg ul {margin: 0; padding: 0; list-style: none;}
.innerPg ul li {font-size: 1rem; line-height: 1.7;}
.innerPg ul li {margin-bottom: 15px;}
.innerPg ul li a {color: #000;}
.innerPg ul li a:hover {color: #dd4865;}
.contactPg ul.social_icon {margin-top: 30px;}
.contactPg ul.social_icon li {margin: 0;} 
.contactPg ul.social_icon li a {width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #dd4865;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;}
.contactPg ul.social_icon li a:hover {background-color: #f28097;}

/* product detals */
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pro-image {
    margin-bottom: 20px;
}
.pro-image img {
    width: 100%;
    border-radius: 20px;
}
#additional-carousel {
    max-width: 580px;
    margin: auto auto 20px;
    padding: 0 50px;
}
.additional-carousel .owl-nav .owl-prev,
.additional-carousel .owl-nav .owl-next {
    opacity: 1;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    background: #fff;
    color: #ec3c5e;
}
.additional-carousel.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.additional-carousel.owl-carousel .owl-nav .owl-next{
    right: 0;
}
.additional-carousel .owl-nav .owl-prev:hover,
.additional-carousel .owl-nav .owl-next:hover {
    background: none;
    color: #ec3c5e;
    opacity: 1;
}
.product-right h1 {font-size:20px;line-height:30px; padding:0 0 10px;}
.product-right h3 {font-size:20px; padding:0 0 6px; color: #b7485e;}
.product-right ul li {font-size:14px;}
.product-right ul li .fa-check-double {color: #b7485e;}
.product-right a.btn {padding: 15px 45px;}

.chat-block {
    transition: .25s;
    position: fixed;
    z-index: 5;
    right: 5%;
    top: 0;
    border-radius: 65px;
    background: linear-gradient(240deg, #c42444 0%, #fa9bd6 100%);
    width: 50px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    opacity: 0;
    display: none;
}
.chat-block.active {
    opacity: 1;
    display: flex;
    transition: .25s;
    top: 45%;
}
.chat-block-item {
    position: relative;
    transition: .25s;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.chat-block-item a {
    color: #FFF !important;
    text-decoration: none;
}
.chat-block-item a img {
    width: 24px;
    transition: .25s;
}
.chat-block-item span {
    display: none;
}
.chat-block-item.chat-block-phone::before {
    position: absolute;
    content: "";
    width: 90%;
    left: 50%;
    transform: translate(-50%);
    height: .5px;
    background-color: rgba(255, 255, 255, 0.66);
    top: -10px;
}


/**			==============	Responsive style start	============================---------------------------------------------------------------****
*********************************************--------------------------------------------------------------------------------------------------***/


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

}
/*******		end 1259		*/


@media screen and (max-width: 991.5px) {
.abt-img {margin: 0 0 15px;}
.promo-strip {padding: 30px 0;}
.youtube_video {margin: 0 0 15px;}
.video-container {margin: 0 0 15px;}

}
/*******		end 991		*/


@media screen and (max-width: 767.5px) {
h1 {padding: 0px 0px 20px;
    font-size: 26px;
    line-height: 30px;}
h2 {padding: 0px 0px 20px;
    font-size: 26px;
    line-height: 30px;}
.allSaree {padding: 25px 0;}
#about-us {padding: 30px 0 !important;}
.why_section {padding: 30px 0;}
.youtube_video {height: 300px;}
.ft-social-icon {float: none;}
.ft-contact-info {margin-bottom: 20px;}
.ft-contact-info ul li {font-size: 14px; margin-bottom: 12px;}
.ft-top {margin-bottom: 20px; padding-bottom: 20px;}
.ft-copyright p {font-size: 14px;}
.inner-banner {padding: 60px 0;}
.innerPg h3 {font-size: 22px; padding: 0 0 15px;}

}
/*******	 end 767		*******/

@media screen and (max-width: 576.5px) {
.allSaree .col-sm-4 {flex: 0 0 auto;
        width: 50%;}
.sareeCont h3 {font-size: 13px;}
#about-us p {font-size: 14px; line-height: 25px;}
.why_choose_cont p {font-size: 14px; line-height: 25px;}
.why_choose_cont ul li {font-size: 14px;}
.why_choose_cont ul li {margin: 0 0 5px;}
    .inner-banner {
        padding: 40px 0;
    }
.innerPg {padding: 30px 0;}
.innerPg p {font-size: 14px; line-height: 25px;}
.innerPg ul li {font-size: 14px; line-height: 25px;}
}


@media only screen and (max-width: 380px) {
}
/* Breadcrumb */
.custom-breadcrumb {
    background: transparent;
    font-size: 14px;
}

.custom-breadcrumb a {
    text-decoration: none;
    color: #555;
}

.custom-breadcrumb a:hover {
    color: #000;
}

/* Main Image */
.main-product-image {
    border-radius: 8px;
    transition: 0.3s ease;
}

.main-product-image:hover {
    transform: scale(1.02);
}

/* Thumbnail Images */
.thumbnail-img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 6px;
    transition: 0.2s ease;
}

.thumbnail-img:hover {
    border-color: #000;
}

/* Title */
.product-title {
    font-size: 28px;
    font-weight: 600;
}

/* Price */
.product-price {
    font-size: 24px;
    color: #c00;
    font-weight: bold;
}

/* Description */
.product-description {
    font-size: 15px;
    line-height: 1.6;
}

.search-page .search-filter-bar {
    border: 1px solid #e7d9de;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(112, 20, 38, 0.06);
}
.search-page .search-filter-sidebar {
    position: sticky;
    top: 100px;
}
.search-page .search-filter-title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.search-page .form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}
.search-page .search-filter-bar .form-control {
    display: block !important;
    width: 100% !important;
    height: 46px;
    margin-bottom: 0;
    padding: 11px 14px !important;
    border: 1px solid #d8c5cc !important;
    border-radius: 8px;
    background: #fff;
    color: #2f2431;
    box-shadow: inset 0 1px 2px rgba(112, 20, 38, 0.03);
}
.search-page .search-filter-bar input.form-control::placeholder {
    color: #8b7380;
    opacity: 1;
}
.search-page .search-filter-bar .form-control:focus {
    border-color: #ff89a0 !important;
    box-shadow: 0 0 0 3px rgba(255, 137, 160, 0.14) !important;
}
.search-page .search-filter-bar select.form-control {
    background-image: linear-gradient(45deg, transparent 50%, #a34b68 50%), linear-gradient(135deg, #a34b68 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 34px !important;
}
.search-page .search-submit-btn,
.search-page .search-reset-btn {
    width: 100%;
    margin-bottom: 8px;
}
.search-page .search-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    color: #222;
    border: 1px solid #ddd;
}
.search-page .search-result-summary {
    font-size: 14px;
    color: #111;
}
.search-page .search-page-indicator {
    color: #666;
    margin-left: 6px;
}
.search-page .search-card .card-body .card-title a {
    color: #111;
}
.search-page .search-card .card-body .card-title a:hover {
    color: #ea647e;
}
.search-page .search-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #ddd8dc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
.search-page .search-card > a {
    display: block;
}
.search-page .search-card .card-img-top,
.search-card-no-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    min-height: 240px;
}
.search-page .search-card .card-img-top {
    display: block;
    height: 100%;
    object-fit: cover;
}
.search-card-no-image {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 13px;
}
.search-page .search-card .card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 18px 16px;
}
.search-page .search-card .card-title {
    min-height: 52px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}
.search-page .search-card .card-text {
    margin-bottom: 12px;
}
.search-page .search-card .btn {
    margin-top: auto;
    align-self: center;
}
.search-empty-state {
    text-align: center;
    border: 1px dashed #d5d5d5;
    padding: 35px 20px;
    border-radius: 8px;
    background: #fff;
}
.search-pagination-wrap {
    margin-top: 10px;
}
.search-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.search-pagination li a,
.search-pagination li span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #222;
    background: #fff;
}
.search-pagination li a:hover {
    border-color: #ff89a0;
    color: #ea647e;
}
.search-pagination li.active span {
    border-color: #ff89a0;
    background: #ff89a0;
    color: #fff;
}
.search-pagination li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 991.5px) {
    .search-page .search-filter-sidebar {
        position: static;
        top: auto;
    }
}

/* Optimized category page grid */
.category-page .row {
    margin-right: -8px;
    margin-left: -8px;
}

#filterSidebar {
    transition: display 0.3s ease;
}

#contentWrapper {
    transition: max-width 0.3s ease, flex-basis 0.3s ease;
}

#filterSidebar[style*="display: none"] ~ #contentWrapper,
.category-page #contentWrapper {
    width: 100%;
    flex-basis: 100%;
}

.category-page .col-lg-4,
.category-page .col-md-4,
.category-page .col-sm-6,
.category-page .col-12 {
    padding-right: 8px;
    padding-left: 8px;
}

.category-page .search-card {
    flex-grow: 1;
}

.category-page .search-card .card-img-top,
.category-page .search-card-no-image {
    height: 200px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .category-page #contentWrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .category-page .col-lg-4 {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .category-page .col-md-4 {
        flex: 0 0 calc(33.333% - 16px);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .category-page .col-sm-6 {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 575px) {
    .category-page .col-12 {
        flex: 0 0 calc(100% - 16px);
    }
}

@media (max-width: 767.5px) {
    .search-page .search-card .card-title {
        min-height: 44px;
        font-size: 16px;
    }
    .search-page .search-card .card-body {
        padding: 14px 12px;
    }
}

.blog-page-head {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}
.blog-page-kicker {
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    color: #ea647e;
    font-weight: 600;
}
.blog-page-summary {
    max-width: 680px;
    margin: 0 auto;
}
.blog-result-summary {
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.blog-page-indicator {
    color: #666;
    margin-left: 6px;
}
.blog-card,
.blog-details-card {
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.blog-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.blog-card-media {
    display: block;
    background: #f7f7f7;
}
.blog-card-media img,
.blog-details-hero img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.blog-details-hero {
    position: relative;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog-details-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(80px);
    transform: scale(1.08);
    opacity: 2;
}
.blog-details-hero img {
    position: relative;
    z-index: 1;
    display: block;
    height: auto;
    max-height: 700px;
    object-fit: contain;
}
.blog-card-body,
.blog-details-content {
    padding: 24px;
}
.blog-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}
.blog-card-meta span {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #fff2f5;
    color: #c04f68;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
}
.blog-card h3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 14px;
}
.blog-card h3 a {
    color: #111;
}
.blog-card h3 a:hover {
    color: #ea647e;
}
.blog-card p {
    color: #444;
}
.blog-card .btn {
    margin-top: auto;
}
.blog-card-no-image {
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
}
.blog-empty-state {
    text-align: center;
    border: 1px dashed #d5d5d5;
    border-radius: 8px;
    padding: 40px 20px;
    background: #fff;
}
.blog-pagination-bottom {
    margin-top: 40px;
}
.blog-details-page .container {
    max-width: auto;
}
.blog-details-back {
    margin-bottom: 20px;
}
.blog-details-back a {
    color: #701426;
    font-weight: 600;
}
.blog-details-lead {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}
.blog-content-body p,
.blog-content-body li {
    font-size: 15px;
    line-height: 1.9;
    color: #222;
}
.blog-content-body ul,
.blog-content-body ol {
    margin: 0 0 20px 20px;
}
.blog-content-body h2,
.blog-content-body h3,
.blog-content-body h4 {
    padding-bottom: 14px;
}

@media (max-width: 767.5px) {
    .blog-card-media img {
        height: 220px;
    }
    .blog-details-hero img {
        height: auto;
        max-height: 420px;
    }
    .blog-card-body,
    .blog-details-content {
        padding: 18px;
    }
    .blog-card h3 {
        font-size: 20px;
    }
}

.reviews-section {
    padding: 70px 20px;
    background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
}
.reviews-section h1 {
    margin: 0 0 32px;
    text-align: center;
    color: #3d1320;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 700;
}
.slider-outer {
    max-width: 1380px;
    margin: 0 auto;
    overflow: hidden;
}
.slider-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
    will-change: transform;
}
.video-card {
    flex: 0 0 calc((100% - 48px) / 3);
    max-width: 328px;
}
.card-inner {
    height: 100%;
    padding: 10px;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(102, 29, 46, 0.12);
}
.video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    background: #f4ebea;
}
.video-wrap img,
.video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.video-wrap img {
    object-fit: cover;
    object-position: center top;
}
.video-wrap iframe {
    opacity: 0;
    pointer-events: none;
}
.video-wrap.is-playing iframe {
    opacity: 1;
    pointer-events: auto;
}
.video-wrap.is-playing img,
.video-wrap.is-playing .play-overlay {
    opacity: 0;
    pointer-events: none;
}
.play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(29, 12, 17, 0.15), rgba(29, 12, 17, 0.45));
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
    z-index: 1;
}
.play-overlay:hover {
    background: linear-gradient(180deg, rgba(29, 12, 17, 0.08), rgba(29, 12, 17, 0.32));
}
.play-overlay svg {
    width: 74px;
    height: 74px;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
    transition: transform 0.25s ease;
}
.play-overlay:hover svg {
    transform: scale(1.06);
}
.slider-controls {
    max-width: 1080px;
    margin: 28px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.arrow-btn {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: #701426;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.arrow-btn:hover:not(:disabled) {
    background: #8c1a31;
    transform: translateY(-1px);
}
.arrow-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.slider-dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(112, 20, 38, 0.25);
    transition: transform 0.2s ease, background 0.2s ease;
}
.slider-dots button.active {
    background: #701426;
    transform: scale(1.15);
}

@media (max-width: 991.5px) {
    .video-card {
        flex: 0 0 calc((100% - 24px) / 2);
        max-width: none;
    }
}

@media (max-width: 767.5px) {
    .reviews-section {
        padding: 56px 16px;
    }
    .slider-track {
        gap: 16px;
    }
    .video-card {
        flex: 0 0 100%;
    }
    .card-inner {
        padding: 10px;
        border-radius: 20px;
    }
    .slider-controls {
        margin-top: 22px;
        gap: 12px;
    }
    .arrow-btn {
        width: 42px;
        height: 42px;
    }
}
