.slider-area, .maincontent-area, .product-widget-area, .single-product-area {position: relative;overflow: hidden}
.zigzag-bottom {}
.slide-text-wrapper {
  height: 700px;
}
.slide-text-wrapper {
  display: table;width: 100%;
}

.slide-text {display: table-cell;vertical-align: middle}

.zigzag-bottom {
background: none repeat scroll 0 0 #000;
bottom: -80px;
height: 155px;
left: -5%;
position: absolute;
transform: rotate(3deg);
width: 108%;
z-index: 9;
}

.slide-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  width: 100%;background-position: center;background-size: cover
}
.slide-bg:after {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  width: 100%;
}
.slide-one {background-image: url(img/monogrammed+velvet+slippers+leather+sole++fgshoes+fgv6689.jpg)}
.slide-two {background-image: url(img/mens+high+class+non+polish+shoe+fg2119.jpg)}
.slide-three {background-image: url(img/monk+strap+custom+made+fg4000.jpg)}
.slide-text {color: #fff;font-size: 18px;font-weight: 200}
.slide-text h2 {
  font-size: 45px;font-weight: 200
}

.slide-content {position: relative;z-index: 9;padding: 30px}
.slide-content:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}


.readmore {
    background: none repeat scroll 0 0 #5FB404;
    color: #fff;
    border: 1px solid #5FB404;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}


.readmore:hover {background: #298A08;text-decoration: none;color: #000;border: 1px solid #298A08}

.maincontent-area {padding-bottom: 170px}

.slide-bulletz {
    bottom: 30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99;
}
ol.slide-indicators {
left: inherit;
list-style: outside none none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
ol.slide-indicators li {
background: none repeat scroll 0 0 #222;
border: medium none;
border-radius: 0;
cursor: pointer;
display: inline-block;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}
ol.slide-indicators li.active {
background: none repeat scroll 0 0 #fff;
height: 10px;
margin: 0 0 0 5px;
width: 10px;
}


.carousel.carousel-fade .item { transition: opacity 1s ease-in-out }
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* NEW SLIDER LCP-OPTIMIZED CSS */
.optimized-slide {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 46.875%;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-text-wrapper,
.slide-text,
.slide-content {
    position: relative;
    z-index: 5;
}

.optimized-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    z-index: 2;
}

/* Responsive YouTube iframe for blog section */
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio for mobile/tablet */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto; /* center for smaller screens */
}

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

/* Desktop fixed size */
@media (min-width: 992px) {
    .video-responsive {
        padding: 0;
        width: 600px;
        height: 300px;
    }
    .video-responsive iframe {
        width: 600px;
        height: 300px;
    }
}
