/********** Template CSS **********/
:root {
    /* --primary: #B78D65; */
    --primary: #114f85;
	--secondary: #38863c;
    --light: #F8F8F8;
    --dark: #252525;
}



.banner-btn a
{
	background-color: #fff !important;
	color: #114f85 !important;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
    font-family: lato !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
    font-family: lato !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
    font-family: lato !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


  /* Text On video */

  .bg-video {
    position: relative;
    overflow: hidden;
}

.video-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 100%);
}


.video-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.mgt{
  margin-top: 3rem !important;
}

@media (max-width: 767px) {
  .mgt{
    margin-top: 1.5rem !important;
  }
  
}

/* Media query for smaller screens (e.g., mobile devices) */
@media (max-width: 767px) {
    .video-text-overlay {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .video-text-overlay h1 {
        font-size: 20px;
    }

    .video-text-overlay h5 {
        margin-top: 0.8rem;
        font-size: 15px;
    }

    .btn-2 {
        font-size: 13px !important;
        padding: 5px !important;
        margin-top: 20px !important; /* Adjusted to ensure spacing between text and button */
    }
}


/* Styles for the responsive button */
.btn-2 {
  color: var(--light);
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  font-size: 20px;
  padding: 10px 20px; /* Adjusted for better appearance */
  font-weight: 700 !important;
  margin-top: 20px; /* Space between the text and button */
}

/* Button Hover Effect */
.btn-2:hover {
  color: var(--primary);
  background: transparent;
}

/* Additional Button Styles */
.btn-3 {
  color: var(--dark);
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  font-size: 20px;
  padding: 10px 20px; /* Adjusted for consistency */
}

.btn-3:hover {
  color: var(--primary);
  background: transparent;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--primary);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/* 3D Flip Annimation */

  
  .box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 35px 15px;
    width: 100%;
  }
  
  @media screen and (min-width:1380px) {
    .box-container {
      flex-direction: row
    }
  }
  
  .box-item {
    position: relative;
    /* -webkit-backface-visibility: hidden; */
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
  }
  
  .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  
  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
  }
  
  .flip-box-header {
    font-size: 34px;
  }
  
  .flip-box p {
    font-size: 15px;
    line-height: 1.5em;
  }
  
  .flip-box-img {
    margin-top: 25px;
  }
  
  .flip-box-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
  }

  .flip-box-button:hover {
    background-color: var(--primary);
  }

/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/* Testimonial */

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 39px 38px #01224569, 0 15px 12px #01224585;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: var(--primary);
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 50px;
        margin-bottom:80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
   
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: var(--primary);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}



/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* Our Services */



.services .Card {
	position: relative;
	width: 300px;
	height: 400px;
	margin: 0 auto;
	background: #fff;
	transition: 0.5s;
}
.services .Card:hover {
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}
.services .Card .face {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.services .Card .face.face1 {
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background: #fff;
	color: var(--primary);
}
.services .Card .face.face1 h2 {
	margin-top: 60px;
}
.services .Card .face.face2 {
	background: var(--secondary);
	transition: 0.5s;
}
.services .Card:hover .face.face2 {
	height: 80px;
	width: 80px;
	border-radius: 50%;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid var(--secondary);
	background: transparent;
}
.services .Card .face.face2 h2 {
	margin: 0;
	padding: 0;
	font-size: 10em;
	color: #fff;
	transition: 0.5s;
}
.Card .face p{
	color: #000;
}
.services .Card .face.face1 a {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 20px;
	text-decoration: none;
	color: var(--secondary);
	border: 2px solid var(--secondary);
}
.services .Card .face.face1 a:hover {
	color: #ffff;
	background: var(--secondary);
}
.services .Card:hover .face.face2 h2 {
	color: var(--secondary);
	font-size: 2em;
}


/* Why Choose Us */

.why-choose-five {
    position: relative;
    display: block;
    /* padding: 150px 0 150px; */
    z-index: 1;
}
.why-choose-five__left {
    position: relative;
    display: block;
    margin-right: 16px;
}

.why-choose-five__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.why-choose-five__img {
    position: relative;
    display: block;
}

.why-choose-five__img img {
    width: 100%;
}

.why-choose-five__shape-1 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}
.why-choose-five__shape-1 img {
    width: auto;
}

.why-choose-five__shape-2 {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.why-choose-five__shape-2 img {
    width: auto;
}

.why-choose-five__shape-3 {
    position: absolute;
    bottom: -30px;
    right: -36px;
    z-index: -1;
}
.why-choose-five__shape-3 img {
    width: auto;
}
.why-choose-five__shape-4 {
    position: absolute;
    bottom: -10px;
    right: -13px;
    z-index: -1;
}
.why-choose-five__shape-4 img {
    width: auto;
}
.why-choose-five__right {
    position: relative;
    display: block;
    margin-left: 70px;
}

.section-title-four {
    position: relative;
    display: block;
    margin-bottom: 70px;
    z-index: 1;
}
.section-title-four__tagline {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: var(--primary);
    padding: 7px 18px 7px;
    padding-right: 15px;
}

.section-title-four__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    text-transform: capitalize;
    margin-top: 29px;
}

.why-choose-five__points-list {
    position: relative;
    display: block;
}
.why-choose-five__points-list li {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--light);
    padding: 25px 22px 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin: 1rem !important
}
.why-choose-five__points-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-right: 1rem;
    margin-top: -2rem;
}
.why-choose-five__points-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 45px;
    color: var(--light);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.why-choose-five__points-list li:hover {
    background-color: var(--primary);
    color: var(--light);
}

.why-choose-five__points-list li:hover h3{
    color: var(--light);
}


/* Mobile email */

@media (max-width: 768px) {
   


    .mobile-email h3 {
        font-size: 18px !important;
      
    }
}

/* Bell Icon */
.whatsapp {
    position: fixed;
    right: 25px;
    top: 77%;
    z-index: 9999;
}
.whatsapp h5 {
    color: white;
    background: var(--primary);
    padding: 12px 16px;
    border-radius: 100%;
    border: 2px solid white;
}

/* Pulse Annimate */

.animatePulse{
    animation: animatePulse 0.5s infinite alternate;
}

@keyframes animatePulse {
    from {
        transform: scale(1.1);
    }
    to {
        transform: scale(1.0);
    }
}

/* FAQs */

.accordion-button:not(.collapsed) {
    color: white;
    background-color: var(--primary);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
} 

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1.3rem;
    color: #777;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
}


/* tabs */

    /* custom CSS styles here */
 

    .tab-content {
        display: none;
        padding: 20px;
    }

    .tab-content img {
        max-width: 100%;
        height: auto;
    }

    .tab-content.active {
        display: block;
    }

    .tab-buttons {
        text-align: center;
        margin-top: 20px;
        
        
    }

    .tab-button {
        /* background-color: #ececec; */
        color: #000;
        font-weight: 900;
        padding: 15px 25px;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: 1rem;
        border-bottom: 4px solid var(--primary);
        border-radius: 45%;
    }

    .tab-button:hover {
        background-color: var(--primary);
        color: #fff;
        
    }

    .tab-button:focus {
        background-color: var(--primary) !important;
        color: #fff;
    }


/* Befor after image */
.containe1 {
    max-width: 600px;
  }
  /* Image 1 for tab 1 */
  #comparison1 {
      width: 100%;
      padding-bottom: 95%;
      overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
  }
  
  figure#image1 { 
    position: absolute;
      background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-6.webp);
      background-size: cover;
      font-size: 0;
      width: 100%;
      height: 100%;
      margin: 0; 
  }
  
  #divisor1 { 
      background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-6.webp);
      background-size: cover;
      position: absolute;
      width: 50%; 
      box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
      bottom: 0; height: 100%;
    
    &::before,
    &::after {
      content: '';
      position: absolute;
      right: -2px;
      width: 4px;
      height: calc(50% - 25px);
      background: white;
      z-index: 3;
    }
    &::before {
      top: 0;
      box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
      bottom: 0;
      box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
  }

  
  #handle1 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    
    &::before,
    &::after {
      content: '';
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
    }
    &::before {
      border-right: 6px solid white;
      left: 50%;
      margin-left: -17px;
    }
    &::after {
      border-left: 6px solid white;
      right: 50%;
      margin-right: -17px;
    }
  }


  
  

/* Image 2 for tab 1 */
#comparison2 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image2 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-1.webp);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor2 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-1.webp);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle2 {
position: absolute;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 1;

&::before,
&::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
&::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
&::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
}

/* Image 3 for tab1 */
#comparison3 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image3 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-2.webp);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor3 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-2.webp);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle3 {
position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    
    &::before,
    &::after {
      content: '';
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
    }
    &::before {
      border-right: 6px solid white;
      left: 50%;
      margin-left: -17px;
    }
    &::after {
      border-left: 6px solid white;
      right: 50%;
      margin-right: -17px;
    }
}


/* Image 4 for tab1 */
#comparison4 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
    }
    
    figure#image4 {
    position: absolute;
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-3.webp);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
    }
    
    #divisor4 {
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-3.webp);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
    
    &::before,
    &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    }
    &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
    }
    
    #handle4 {
    position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        
        &::before,
        &::after {
          content: '';
          width: 0;
          height: 0;
          border: 6px inset transparent;
          position: absolute;
          top: 50%;
          margin-top: -6px;
        }
        &::before {
          border-right: 6px solid white;
          left: 50%;
          margin-left: -17px;
        }
        &::after {
          border-left: 6px solid white;
          right: 50%;
          margin-right: -17px;
        }
    }


    /* Image 5 for tab1 */
#comparison5 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
    }
    
    figure#image5 {
    position: absolute;
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-4.webp);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
    }
    
    #divisor5 {
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-4.webp);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
    
    &::before,
    &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    }
    &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
    }
    
    #handle5 {
    position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        
        &::before,
        &::after {
          content: '';
          width: 0;
          height: 0;
          border: 6px inset transparent;
          position: absolute;
          top: 50%;
          margin-top: -6px;
        }
        &::before {
          border-right: 6px solid white;
          left: 50%;
          margin-left: -17px;
        }
        &::after {
          border-left: 6px solid white;
          right: 50%;
          margin-right: -17px;
        }
    }

          /* Image 6 for tab 1 */
  #comparison6 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
}

figure#image6 { 
  position: absolute;
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-after-5.webp);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
}

#divisor6 { 
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/kitch-before-5.webp);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}


#handle6 {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}






    /***********************/
    /* For Tab 2 */
    /************************/




/* Image 2 for tab 2 */
#comparison7 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image7 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-after-4.webp);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor7 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-before-4.webp);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle7 {
position: absolute;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 1;

&::before,
&::after {
content: '';
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
top: 50%;
margin-top: -6px;
}
&::before {
border-right: 6px solid white;
left: 50%;
margin-left: -17px;
}
&::after {
border-left: 6px solid white;
right: 50%;
margin-right: -17px;
}
}

/* Image 3 for tab1 */
#comparison8 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image8 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-after-5.jpg);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor8 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-before-5.jpg);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle8 {
position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}


/* Image 4 for tab2 */
#comparison9 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image9 {
  position: absolute;
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-after-3.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor9 {
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-before-3.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle9 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }


  /* Image 5 for tab2 */
#comparison10 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image10 {
  position: absolute;
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-after-1.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor10 {
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/remodeling-before-1.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle10 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }



  /* *************************** */
  /* For Tab 3 */
  /* *************************** */


    /* Image 1 for tab 3 */
    #comparison11 {
      width: 100%;
      padding-bottom: 95%;
      overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
  }
  
  figure#image11 { 
    position: absolute;
      background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-after-3.webp);
      background-size: cover;
      font-size: 0;
      width: 100%;
      height: 100%;
      margin: 0; 
  }
  
  #divisor11 { 
      background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-before-3.webp);
      background-size: cover;
      position: absolute;
      width: 50%; 
      box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
      bottom: 0; height: 100%;
    
    &::before,
    &::after {
      content: '';
      position: absolute;
      right: -2px;
      width: 4px;
      height: calc(50% - 25px);
      background: white;
      z-index: 3;
    }
    &::before {
      top: 0;
      box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
      bottom: 0;
      box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
  }

  
  #handle11 {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    
    &::before,
    &::after {
      content: '';
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
    }
    &::before {
      border-right: 6px solid white;
      left: 50%;
      margin-left: -17px;
    }
    &::after {
      border-left: 6px solid white;
      right: 50%;
      margin-right: -17px;
    }
  }


  
  

/* Image 2 for tab 1 */
#comparison12 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image12 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-after-2.png);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor12 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-before-2.png);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle12 {
position: absolute;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 1;

&::before,
&::after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
&::before {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
&::after {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
}

/* Image 3 for tab1 */
#comparison13 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image13 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-after-1.webp);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor13 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/ref-before-1.webp);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle13 {
position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    
    &::before,
    &::after {
      content: '';
      width: 0;
      height: 0;
      border: 6px inset transparent;
      position: absolute;
      top: 50%;
      margin-top: -6px;
    }
    &::before {
      border-right: 6px solid white;
      left: 50%;
      margin-left: -17px;
    }
    &::after {
      border-left: 6px solid white;
      right: 50%;
      margin-right: -17px;
    }
}


/* Image 4 for tab2 */
#comparison14 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
    }
    
    figure#image14 {
    position: absolute;
    background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/03/2.png);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
    }
    
    #divisor14 {
    background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/03/1.png);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
    
    &::before,
    &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    }
    &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
    }
    
    #handle14 {
    position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        
        &::before,
        &::after {
          content: '';
          width: 0;
          height: 0;
          border: 6px inset transparent;
          position: absolute;
          top: 50%;
          margin-top: -6px;
        }
        &::before {
          border-right: 6px solid white;
          left: 50%;
          margin-left: -17px;
        }
        &::after {
          border-left: 6px solid white;
          right: 50%;
          margin-right: -17px;
        }
    }


    /* Image 5 for tab3 */
#comparison15 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
    position: relative;
    border: 4px solid var(--dark);
    border-radius: 15px;
    }
    
    figure#image15 {
    position: absolute;
    background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/03/4.png);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
    }
    
    #divisor15 {
    background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/03/3.png);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
    
    &::before,
    &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
    }
    &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
    }
    &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
    }
    }
    
    #handle15 {
    position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 1;
        
        &::before,
        &::after {
          content: '';
          width: 0;
          height: 0;
          border: 6px inset transparent;
          position: absolute;
          top: 50%;
          margin-top: -6px;
        }
        &::before {
          border-right: 6px solid white;
          left: 50%;
          margin-left: -17px;
        }
        &::after {
          border-left: 6px solid white;
          right: 50%;
          margin-right: -17px;
        }
    }



    /* ************************ */
    /* For Tab 4 */
    /* ************************ */


      /* Image 1 for tab 4 */
  #comparison16 {
    width: 100%;
    padding-bottom: 95%;
    overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
}

figure#image16 { 
  position: absolute;
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-after-1.webp);
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0; 
}

#divisor16 { 
    background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-before-1.webp);
    background-size: cover;
    position: absolute;
    width: 50%; 
    box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
    bottom: 0; height: 100%;
  
  &::before,
  &::after {
    content: '';
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }
  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
}


#handle16 {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}





/* Image 2 for tab 1 */
#comparison17 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image17 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-after-7.jpg);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor17 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-before-7.jpg);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle17 {
position: absolute;
height: 50px;
width: 50px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 1;

&::before,
&::after {
content: '';
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
top: 50%;
margin-top: -6px;
}
&::before {
border-right: 6px solid white;
left: 50%;
margin-left: -17px;
}
&::after {
border-left: 6px solid white;
right: 50%;
margin-right: -17px;
}
}

/* Image 3 for tab4 */
#comparison18 {
width: 100%;
padding-bottom: 95%;
overflow: hidden; 
position: relative;
border: 4px solid var(--dark);
border-radius: 15px;
}

figure#image18 {
position: absolute;
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-after-6.png);
background-size: cover;
font-size: 0;
width: 100%;
height: 100%;
margin: 0; 
}

#divisor18 {
background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-before-6.png);
background-size: cover;
position: absolute;
width: 50%; 
box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
bottom: 0; height: 100%;

&::before,
&::after {
content: '';
position: absolute;
right: -2px;
width: 4px;
height: calc(50% - 25px);
background: white;
z-index: 3;
}
&::before {
top: 0;
box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
}
&::after {
bottom: 0;
box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
}
}

#handle18 {
position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  
  &::before,
  &::after {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }
  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }
  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}


/* Image 4 for tab4 */
#comparison19 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image19 {
  position: absolute;
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-after-4.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor19 {
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-before-4.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle19 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }


  /* Image 5 for tab4 */
#comparison20 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image20 {
  position: absolute;
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-after-5.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor20 {
  background-image: url(http://muskokakitchenrenewal.com/wp-content/uploads/2024/07/closet-before-5.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle20 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }


/* Kitchen refacing images tab */
#comparison25 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image25 {
  position: absolute;
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2024/08/IMG_6528-scaled.jpeg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor25 {
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2024/08/IMG_3725-scaled.jpeg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle25 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }

/* 3rd Slider */
#comparison27 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image27 {
  position: absolute;
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/01/IMG_3114-scaled.jpg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor27 {
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2025/01/IMG_7975-scaled.jpg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle27 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }

/* 2nd slider */
#comparison26 {
  width: 100%;
  padding-bottom: 95%;
  overflow: hidden; 
  position: relative;
  border: 4px solid var(--dark);
  border-radius: 15px;
  }
  
  figure#image26 {
  position: absolute;
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2024/08/IMG_6530-scaled.jpeg);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0; 
  }
  
  #divisor26 {
  background-image: url(https://throughtheblueservices.com/wp-content/uploads/2024/08/IMG_3724-scaled.jpeg);
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  bottom: 0; height: 100%;
  
  &::before,
  &::after {
  content: '';
  position: absolute;
  right: -2px;
  width: 4px;
  height: calc(50% - 25px);
  background: white;
  z-index: 3;
  }
  &::before {
  top: 0;
  box-shadow: 0 -3px 8px 1px rgba(0,0,0,.3);
  }
  &::after {
  bottom: 0;
  box-shadow: 0 3px 8px 1px rgba(0,0,0,.3);
  }
  }
  
  #handle26 {
  position: absolute;
      height: 50px;
      width: 50px;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 1;
      
      &::before,
      &::after {
        content: '';
        width: 0;
        height: 0;
        border: 6px inset transparent;
        position: absolute;
        top: 50%;
        margin-top: -6px;
      }
      &::before {
        border-right: 6px solid white;
        left: 50%;
        margin-left: -17px;
      }
      &::after {
        border-left: 6px solid white;
        right: 50%;
        margin-right: -17px;
      }
  }


   
  input[type=range]{
      -webkit-appearance:none;
      -moz-appearance:none;
      position: absolute;
      top: 50%; left: -25px;
    transform: translateY(-50%);
      background-color: transparent;
      width: calc(100% + 50px); 
    z-index: 2;
    
    &:focus,
    &:active {
      border: none;
      outline: none;
    }
  }
  input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid #fff;
    box-shadow: 0 0 8px 1px rgba(0,0,0,.3);
  }
  input[type=range]::-moz-range-track {
      -moz-appearance:none;
      height:15px;
      width: 100%;
      background-color: transparent; 
      position: relative;
      outline: none;    
  } 


  /* Border hover  */

.border{
  border: 7px solid white !important;
}

.border i h3{
 color: var(--dark) !important;
}

.border:hover i{
  color: var(--primary) !important;
  transition: border 0.5s ease;
 }

 .border:hover h3{
  color: var(--primary) !important;
  transition: border 0.5s ease;
 }
 

.border:hover{
  border: 7px solid var(--primary)!important; /* Change the border color as needed */
  /* background-color: #cecece; */
  transition: border 0.5s ease; 

}


/* Video section */
.video-wrapper {
  position: relative;
  padding-top: 56.25%; /* 16:9 aspect ratio (divide 9 by 16 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Cover the entire area while maintaining aspect ratio */
}



.mobile-view-counter h1 {
  font-size: 380px !important;
    line-height: 255px !important; 
    font-weight: bold !important;
}

.mobile-view-counter span{
  font-size: 180px !important;
    line-height: 255px !important; 
    font-weight: bold !important;
}


@media (max-width: 768px) {
  .mobile-view-counter h1 {
      font-size: 250px !important; 
      line-height: 150px !important; 
  }

  .mobile-view-counter span {
      font-size: 100px !important; 
      line-height: 150px !important; 
  }
}
