
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;1,300;1,500;1,600;1,700&display=swap');



/* Ensure no layout shift */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

p, .lead, .puddle-how li, .bg-white li{
  font-size: 1.15rem;
}

a{text-decoration: none;}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

h1{
    color: #1c1d3e;
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    margin-bottom: 25px;
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c1d3e;
}

.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px; /* adjust as needed */
  display: block;
}
.mobile-buttons{
  display: none;
}

#popup{
  display: none;
}

.gallery_item{
	flex: 0 0 auto;
    width: 8.33333333%;
}

.gallery-wrap {
    content: "";
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
}
.gallery_hover {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 0.5s;
}
.gallery_hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}
.gallery-wrap:hover .gallery_hover {
    opacity: 1;
}

/* Constrain the modal dialog to viewport height */
#galleryModal .modal-dialog {
  max-width: 90vw;            /* optional: limits width */
  max-height: 90vh;           /* never taller than viewport */
  margin: auto;               /* center vertically/horizontally */
}
#galleryModal .modal-content {
  height: 100%;
  background: transparent;
  border: none;
}

/* Make carousel inner scrollable if needed */
#galleryModal .carousel-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90vh;
  overflow: hidden;
}

/* Fit each image inside the space */
#galleryModal .carousel-item img {
  max-height: 90vh;
  width: auto;
  object-fit: contain;
  margin: 0 auto;
}

/* Style the arrows so they’re full-height and always visible */
#galleryModal .carousel-control-prev,
#galleryModal .carousel-control-next {
  width: 5%;                  /* smaller arrow container */
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
#galleryModal .carousel-control-prev-icon,
#galleryModal .carousel-control-next-icon {
  background-size: 2rem 2rem; /* make the icon larger */
}

.modal-content .btn-close{
  z-index: 999;
  filter: invert(1) brightness(9);
  --bs-btn-close-opacity: 1;
}

.gallery_section{
  padding: 50px 0;
}


section#blog {
    background: #ededed;
    margin-top: -40px;
}

article.blog-post {
    background: #f6f8f8;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 80px;
}

article.blog-post .blog-thumbnail {
    padding: 0;
    background: #3cbeee;
    overflow: hidden;
}

article.blog-post .blog-thumbnail a:after {
    content: '\f0c1';
    font-family: 'fontawesome';
    color: #f6f8f8;
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

article.blog-post .blog-thumbnail:hover a:after {
    left: 50%;
    opacity: 1;
}

.blog-thumbnail img {
	max-height: 325px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

article.blog-post .blog-thumbnail:hover img {
    transform: scale(1.2);
    opacity: .5;
}







.blog-post .blog-desc {
    padding: 0 0 0 50px;
    color: #999;
}

.blog-post .blog-desc h4 a {
    color: #323232;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.blog-post .blog-desc h4 a:hover {
    color: #3cbeee;
}

.post-detail {
    padding: 10px 0 30px 0;
    color: #999;
}

.post-detail span:after {
    content: '|';
    padding: 0 7px;
}

.post-detail span:last-child:after {
    display: none;
}

.post-detail span i {
    padding-right: 5px;
}

.blog-post .blog-desc a.btn {
    margin-top: 30px;
}

.blog-desc h4 a{text-decoration: none;}

.has_wave:after {
    content: url(../images/wave.png);
    display: block;
    margin: -10px auto 0 auto;
    padding: 0px 0 20px 0;
}

.modal-backdrop.show {
   background-color: rgba(0, 0, 0, .95); /* Solid black */
    opacity: .95 !important; /* Ensure full opacity */
  }



.btn{
    border-radius: 25px;
    padding: 10px 50px;
    font-weight: 700;
}

.blink-img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
}

.image-column {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 2;
}

.transform-y, .align-center, .image-column, .footer-1 .subscribe-box, .widget-searchbox .search-btn {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.testimonial-intro{
  color: #fff;
}

.overlay-white{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.6);
}

.arrow-btn{
  border: none;
  background-color: #13a9e4;
  border-radius: 50%;

}

.arrow-btn .carousel-control-next-icon, .arrow-btn .carousel-control-prev-icon {
  position: relative;
  top: 4px;
}

.testimonial-intro, #multiCarousel{
  z-index: 2;
}

.video-section{
  padding: 50px 0;
}

.puddle-how .white_wrap{
  margin-left: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 52.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border: 30px solid white;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);
}

.video-container iframe,
.youtube-facade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-facade {
  cursor: pointer;
  background-color: #000;
}

.youtube-facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


.puddle-how li{
  margin-bottom: 10px;
  color: #212529;
  font-weight: 300;

}

.video-background .btn-theme, .btn-yellow{
    background-color: #ffe000;
    border: 1px solid #ffe000;
    color: #000;
}

.service_section{
  padding: 50px 0;
  background-color: #f9f9f9;
}

.section-title{
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.puddle-how{
  padding: 50px 0;
}

.dropdown-menu li a{
  display: block;
}

.about{
  padding: 50px 0;
}

a, i, .btn, .btn span, button, img, span, .nav-link, .dropdown-item, .social-icons li:hover a, .owl-item, .featured-item:after, .featured-item::before, .featured-item, .featured-icon, .featured-item .featured-icon i, .price-table, .post, .post .post-image::before, .post .post-image::after, .post .post-desc, .team-description, .team-social-icon, .team-member.style-3:before, .team-member.style-3:after, .timeline-content:before, .timeline-content:after{-webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }

.box-shadow, #header-wrap.fixed-header, .navbar-nav ul, .header-1 #header-wrap:before, .header-1 #header-wrap:after, .btn, .icon-btn, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, #mc-form input[type="email"], .timeline-content, .timeline-title h2, .contact-media, .accordion .accordion-button, .img-box, .tab.style-2, .price-table, .testimonial.style-1 .testimonial-content, .testimonial.style-4 .testimonial-img, .testimonial.style-5 .testimonial-content, .team-member.style-1, .team-link, .team-member.style-2 .team-description, .team-member.style-3, .testimonial.style-2 .testimonial-content, .testimonial.style-2 .testimonial-content:before, .testimonial.style-2 .testimonial-content:after, .testimonial.style-3 .testimonial-img, .team-member.style-4 .team-description, .team-description .team-icon li i, .featured-item, .featured-item:hover, .featured-item.style-1 .featured-icon i, .featured-item.style-2, .featured-item.style-6 .featured-icon i, .post, .post.style-3 .post-image, .post.style-3:hover, .post.style-4 .post-desc, .widget-title, .comment-reply a, .clients-logo
{-webkit-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); -moz-box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15);}

.featured-title h5 {
    margin: 30px 0 20px;
    text-transform: capitalize;
    font-weight: bold;
}

.featured-item .featured-icon {
    display: inline-block;
    position: relative;
}

.featured-item {
    display: block;
    color: #5f5f5f;
    position: relative;
    text-decoration: none;
}

.featured-item.style-4 {
    background: #ffffff;
    border-radius: 70% 100% 30% 70%;
    overflow: hidden;
    padding: 70px 70px 70px 50px;
    z-index: 9;
}

.featured-item::before {
    transform: scale(0);
    background: #13a9e4;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.zoom-fade, .featured-item:after {
    animation-name: zoom-fade;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.featured-item:after {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: url(../images/pattern/04.png) no-repeat 0 0;
    background-size: cover;
}

.featured-item:after{ content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; opacity:0; width: 100%; z-index: -1;
  background: url(../images/pattern/04.png) no-repeat 0 0; background-size: cover;}
.featured-item:hover:after{opacity: 0.2;}

.featured-item:hover .featured-icon i, .featured-item:hover h5, .featured-item:hover p{color: #ffffff;}
.featured-item.style-1:hover .featured-icon i, .featured-item.style-2:hover .featured-icon i, .featured-item.style-6:hover .featured-icon i{color: #005bea;}
.featured-item.style-2:hover h5, .featured-item.style-6:hover h5{color: #1c1d3e;}
.featured-item.style-2:hover p, .featured-item.style-6:hover p{color: #5f5f5f;}

.featured-item .featured-icon i {color: #13a9e4; display: inline-block; font-size: 50px; line-height: 50px;}
.featured-item .featured-icon span {position: absolute; top: 50%; left: 50%;}
.featured-item .featured-icon span::after, .featured-item .featured-icon span::before {border-radius: 50%; content: ""; height: 60px; position: absolute; width: 60px; z-index: -1;}
.featured-item .featured-icon span::after {background: #cdf3f6; height: 40px; left: -10px; top: 5px; width: 40px;}
.featured-item .featured-icon span::before {background: #d4f8e6; bottom: 0; right: -10px;}

.featured-item::before {transform: scale(0); background: #13a9e4; content: ""; display: block; height: 100%; left: 0; position: absolute; bottom: 0; width: 100%; z-index: -1;}
.featured-item:hover::before{transform: scale(1);}


.btn-theme, .btn-primary{
    background-color: #13a9e4;
    border: 1px solid #13a9e4;
    color: #fff;
}

.fw-bold{
    color: #13a9e4;
}


textarea{
    width: 100%;
    min-height: 100px;
    padding: 5px;
}

.navbar-toggler{
  padding: 10px 5px;
  border: none;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 4px 15px 0px 5px;
}

.sticky .navbar-toggler span{
  background-color: #13a9e4;
}
.navbar-toggler:focus{
  box-shadow: none;
}


.blue-bg{
  background-color:rgba(19, 169, 228, .8); 
  padding: 35px; 
  border-top-right-radius: 25px; 
  border-bottom-right-radius: 25px;
}

/* Initial header styling */
#site-header {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
  transition: background-color 0.3s ease, padding 0.3s ease;
}

body.single-post #site-header{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.3s ease forwards;
}

/* Sticky class added on scroll */
#site-header.sticky {
  position: fixed;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInDown 0.3s ease forwards;
}

#site-header .logo img{
    width: 100%;
    max-width: 300px;
}
.navbar-nav .nav-item{
    margin: 0 20px;
}
.nav-link{
      font-size: 18px;
      color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 7px #8a8a8a;
}

.sticky .nav-link{

      color: #000;

    text-shadow: none
}

.dropdown-menu{
    padding: 10px 10px;
    width: 250px;
}

.dropdown-menu li{
    margin-bottom: 10px;
}

.dropdown-menu li a{
    text-decoration: none;
    color:#02060b;
}

/* Optional animation */
@keyframes fadeInDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

#header-wrap .btn{
    padding-left: 25px;
    padding-right: 25px;
   
}

#header-wrap .btn-white{
     margin-right: 25px;
     margin-left: 25px;
}

#header-wrap .btn-white:hover{
  background-color: #ffe000;
}

#header-wrap .btn-yellow:hover{
  background-color: #fff;
}

.btn-dark{
    border: 1px solid #02060b;
    background: #02060b;
    color: #fff;
}

.btn-white{
    border: 1px solid #fff;
    background: #fff;
    color: #02060b;
    text-align: center;
}

.contact-mini{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.contact-mini li{
  position: relative;
  margin-bottom: 35px;
  padding-left: 55px;
}

.contact-mini li a{
  color: #000;
  font-weight: 600;
}

.contact-mini li span.c_circle {
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
    background-color: #13a9e4;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #fff;
}

h2.screen-reader-text{
  display: none;
}

.video_container_section{
  margin-top: 50px;
  background-color: #f7f7f7;
  padding: 50px 0;
}



.inner-page-heading{
  padding-top: 150px;
  min-height: 300px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 50px;
}

.inner-page-heading h1{
  color: #fff;
  text-shadow: 1px 1px 7px #8a8a8a;
  font-size: 50px;
  margin-bottom: 25px;
}

.inner-page-heading-notitle{
  
  min-height: 100px;
  background-image: url(../images/header-bg.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}

#main_form textarea::placeholder {
  font-size: 14px;
  color: #787b7e;
  font-weight: 400;
}

body.home .bg-white ul{
  columns: 2;
    column-gap: 30px;
    margin: auto;
    display: inline-block;
    

    margin: 15px 0 25px 0;
}

.bg-white .btn{
  padding-left: 20px;
  padding-right: 20px;
}

.bg-white .btn svg{
  margin-right: 7px;
}

.bg-white .btn-dark{
  border: 2px solid #000;
}

.bg-white .btn-dark:hover{
  background-color: #ffe000;
  color: #000;
}

#main_form .btn-theme:hover{
  background-color: #000;
  color: #ffe000;
}

#main_form .btn-theme{
  border: 2px solid #ffe000;
}

.bg-white ul{
    text-align: left;
}

.bg-white p, .bg-white li{
    color: #02060b;
    font-weight: 500;
    margin-bottom: 15px;
}

.bg-white{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: left;
    padding: 50px 25px;
}

body.home .bg-white{
  text-align: center;
}

.loader {
  border: 2px solid transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: inline-block;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  margin-left: 5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.copyright{
  color: #5f5f5f;
}

.social img{width: 40px;}

.list-icon-2 li{
  position: relative;
  padding-left: 25px;
}

.list-icon-2 li::before {
  content: '✔'; /* or '\2714' */
  color: #13a9e4;
  position: absolute;
  left: 0;
}

.video-background {
    padding: 100px 0;
    position: relative;
    min-height: 80vh;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}


/* the CSS-only wave */
.video-background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;              /* tweak taller/shorter as you like */
  z-index: 3;                 /* sits above the video & overlay backgrounds */
  background: 
    url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20320'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23fff'%20d='M0,200%20C120,300%20240,100%20360,200%20C480,300%20600,100%20720,200%20C840,300%20960,100%201080,200%20C1200,300%201320,150%201440,200%20L1440,320%20L0,320%20Z'%3E%3C/path%3E%3C/svg%3E")
    no-repeat bottom center;
  background-size: cover;
}



.video-background #main_form p{
    color: #fff !important;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
  display: block;
}

.video-fallback {
 
}

/* Content overlay */
.video-overlay {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 2rem 25px;
}

.why-puddle{
  padding: 100px 0;
  background-color: #f8f9fa;
}
.work-process{position: relative;}
.step-num {background: #fff; border-radius: 50%; box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4); color: #13a9e4; display: inline-block; font-size: 18px; font-weight: 600; height: 50px; left: 0; line-height: 55px; position: absolute; text-align: center; top: 0; width: 50px;}
.theme-bg .work-process h4, .theme-bg .work-process p{color: #ffffff;}
.step-icon {background: #ffffff; width:140px; height:140px; position: relative; border: 3px solid #fafaff; border-radius: 50%; line-height: 140px; font-size: 40px; text-align: center; color: #1c1d3e;}
.step-icon span {position: relative;}
.step-icon span::after, .step-icon span::before {border-radius: 50%; content: ""; height: 40px; position: absolute; width: 40px; z-index: -1;}
.step-icon span::after {background: #cdf3f6; height: 25px; left: -10px; top: 5px; width: 25px;}
.step-icon span::before {background: #d4f8e6; bottom: 0; right: -10px;}
.dark-bg .step-icon{color: rgba(255,255,255,0.9); background: none;}
.dark-bg .step-desc h4{color: #13a9e4;}
.dark-bg .step-icon{border-color: rgba(255,255,255,0.1);}
.dark-bg .step-desc p{color: rgba(255,255,255,0.7);}
.step-num-box{position: relative; display: inline-block; margin-bottom: 20px;}
.work-process .box-loader{position: absolute; top: 30%; right: -15%; left: inherit;}
.work-process.style-2 {padding: 0; display: flex; align-items: center; padding-left:75px;}
.work-process.style-2:before{display: none;}
.work-process.style-2 .step-num-box {margin-bottom: 0; margin-right: 30px;}
.work-process.style-3 {padding: 70px 30px 0;}
.work-process.style-3 .step-num {background: none; box-shadow: none; color: rgba(255, 255, 255, 0.1); font-size: 120px; height: auto; left: 50%; line-height: 120px; margin-bottom: 0; position: absolute; top: 0; transform: translateX(-50%); width: auto;}
#svg-container {position: absolute; width: 100%; left: 52%;  z-index: -1; transform: translateX(-50%); width: 75%;}
#svgC {margin: 0 auto; width: 100%;}

.morph-wrap {position: absolute; top: 0; left: -20%; bottom: 0; width: 70%; pointer-events: none; z-index: 1; transform: rotate(-90deg);}
.morph {position: relative; height: 130%; fill: #13a9e4; flex: none; width: 150%;}

section.pricing{
  padding: 50px 0;
}
.price-table{padding: 50px 30px; border-radius: 7px; overflow: hidden; position: relative; background: #ffffff; text-align: center;}
.price-title{text-transform: uppercase; font-weight: 700; color: #13a9e4;}
.price-header{position: relative; z-index: 9;}
.price-value {display: inline-block; width: 100%;}
.price-value h2 {font-size: 60px; line-height: 60px; font-weight: 800; color: #1c1d3e; margin-bottom: 0; position: relative; display: inline-block;}
.price-value h2 span {font-size: 26px; left: -15px; line-height: 24px; margin: 0; position: absolute; top: 10px; color: #5f5f5f; font-weight: normal;}
.price-value span {margin: 15px 0; display: block;}
.price-list ul li {position: relative; display: block; margin-bottom: 20px;}
.price-list ul li:last-child{margin-bottom: 0;}
.dark-bg .price-list ul li{color: rgba(255,255,255,0.8);}
.price-list ul li:last-child{margin-right: 0;}
.price-list li i {color: #13a9e4; line-height: 20px; font-size: 20px;}

.price-inside {font-size: 80px; line-height: 80px; position: absolute; left: 85%; top: 50%; transform: translateX(-50%) translateY(-50%) rotate(-90deg); font-weight: 900; color: rgba(0,0,0,0.040);}
.price-table::before {background: #fafaff; content: ""; height: 300px; left: -25%; position: absolute; top: -10%; transform: rotate(-10deg); width: 150%;}
.price-table.active::before{transform: rotate(10deg);}

.price-table.style-2{background: rgba(255,255,255,0.020); box-shadow: none;}
.price-table.style-2::before {background: rgba(255,255,255,0.030); top: 50%; transform: translateY(-50%) rotate(-10deg);}
.price-table.style-2 .price-title{color:#ffe000;}
.price-table.style-2 .price-value span, .price-table.style-2 .price-value h2, .price-table.style-3.active .price-value h2,
.price-table.style-3.active .price-title, .price-table.style-3.active .price-value h2 span{color: #ffffff;}
.price-table.style-2 .price-list{margin-top: 20px;}
.price-table.style-2.active::before{transform: rotate(0);}
.price-table.style-2 .price-inside{color: rgba(255,255,255,0.040);}
.price-table.style-2 .btn, .price-table.style-3.active .btn{-webkit-box-shadow: 0 10px 20px rgba(255,255,255,0.1);}

.price-table.active{padding: 70px 30px;}
.price-table.style-3.active{background: #13a9e4; color: #ffffff;}
.price-table.style-3:before, .price-table.style-4:before{display: none;}
.price-table.style-3 .price-list{margin-top: 25px;}

.price-table.style-4 .price-list{margin: 25px 0;}
.price-table.style-4 h3{text-transform: capitalize;}

.dark-bg {
    background-color: #02060b;
}


.footer_map_details{
	list-style: none;
	
}

.footer .news a{text-decoration: none; color: #ffe000;}



.footer{
	background-color: #111;
  background-size: cover;
  padding: 100px 0;
}



.footer .textwidget p{
  font-weight: 400; color: #13a9e4;
  font-size: 16px;
}

.footer .news time{
	color: #5f5f5f;
}

.footer h3{
	color: #fff;
	margin-bottom: 25px;
}

.footer p{
	color: #909090;
}

.footer-contact{
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}

.footer-contact li{
	color: #fff;
}

.footer .footer-contact a{
	color: #13a9e4;
}

.footer .social{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .social li{
	display: inline-block;
	margin-right: 15px;
}

.footer .social li a{
	color: #13a9e4;
	font-size: 2rem;
}

.footer_bottom {
    background-color: #000;
    padding: 25px;
    text-align: center;
}

#main_form textarea.form-control{
  min-height: 100px;
}

.page-videos{
  padding: 50px 0;
  background-color: #fff;
}

section#signup2 {
    background: url(/wp-content/uploads/2022/11/swim.png) no-repeat #13a9e4;
    background-position: right;
    padding: 60px 0;
}

section#signup h3, section#signup2 h3 {
    text-transform: uppercase;
    font-weight: 100;
    text-align: left;
    color: #a6ecff;
    margin-bottom: 0;
}

section#signup h3 strong, section#signup2 h3 strong {
    font-weight: 700;
    color: #fff;
}

.denise {
    position: absolute;
    right: 50px;
    bottom: 0px;
    width: 200px;
    z-index: 999;
}


article.inner_page h2{
  font-size: 1.5rem;
  font-weight: 700;
}

.main_content_inner h2::before {
  margin-right: 5px;
    content: "➤";
    color: #008fd9;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.main_content_wrap{
  background-color: #f8f9fa;
  padding: 50px 0;
}

.main_content_inner h3{
  font-size: 1.1rem;
  font-weight: 700;
}

.review-slides{
  padding: 50px 0;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
}

.title, h2 {
  position: relative; 
  color: #1c1d3e; 
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}
/* CSS: aspect-ratio box + thumbnail + play button overlay */
.youtube-lite {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  background: #000;
  cursor: pointer;
  overflow: hidden;
}
.youtube-lite::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%; left: 50%;
  width: 64px; height: 64px;
  margin: -32px;
  background: url('https://i.imgur.com/TxzC70f.png') no-repeat center/contain;
}
.youtube-lite img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}



.city-services{
  margin: 25px 0;
}

.city-services h3 {
  position: relative;
    color: #ffffff;
    margin-bottom: 0;
    background: #008fd9;
    font-size: 18px;
    padding: 5px;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
}

.youtube-lite {
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #000;           /* fallback while img loads */
}


.youtube-lite .play-button {
  width: 0;
  height: 0;
  border-left: 30px solid rgba(255,255,255,0.9);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* on hover, scale it up */
.youtube-lite:hover .play-button {
  transform: translate(-50%, -50%) scale(1.5);
}

.city_links, #provinceList, #provinceList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.city_links li a, #provinceList li a{
    color: #000;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 8px;
    transition: .5s;
}

#provinceList li span.country{
    color: #000;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding: 8px;
    transition: .5s;
    background-color: #ebebeb;
    font-weight: 700;
}

#provinceList li ul{
  display: none;
  background-color: #f7f7f7;
}

.city_links li a::before, #provinceList li a::before{
  content: "➤"; 
  color: #008fd9;
  font-size: 8px;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

#provinceList ul li ul li a::before{
  color: #8f8c76;
  margin-left: 15px;
}

#provinceList, .city_links:first-child{
      border: 1px solid #e5e5e5;
}

.city_links li:nth-child(even) a {
  background-color: #f7f7f7;
}

.city_links li a:hover, #provinceList li a:hover{
  background-color: rgb(230, 230, 230);
}

/* hide all sub-ULs by default */
#provinceList ul li ul {
  display: none;
}

/* when the submenu has .active, show it */
#provinceList ul li ul.active {
  display: block;
}
#provinceList a.active{
  background-color: #858585;
  color: #fff;
}

.activeUl{
  background-color: #f1f1f1 !important;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.img-slider {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  touch-action: pan-y;
  will-change: transform;
}

.map_foot{
  padding-top: 7px;
  background-color: #13a9e4;
}

.proudly_wrap, .address_wrap{
  text-align: center;
  padding: 15px;
  color: #fff;
}

.proudly_wrap .footer-title, .address_wrap .footer-title{
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
}

.proudly_wrap a, .address_wrap a{
  color: #fff;
}




.post{position:relative; border-radius: 7px; margin-bottom: 50px;}
.owl-carousel .post{margin: 0 15px;}
.post .post-image {overflow: hidden; position: relative;}
.post .post-desc{padding: 30px; background: #ffffff; min-height: 265px; position: relative;}
.post .post-desc h4{margin:0; text-transform: capitalize; font-weight: bold;}
.post .post-desc h4 a{color: #1c1d3e; display: inline-block;}
.post .post-desc h4 a:hover{color: #13a9e4}
.post .post-desc p{margin: 15px 0; font-size: 14px; color: #828893;}
.post-meta ul li{font-size: 14px; font-weight: normal; display: inline-block; vertical-align: middle; margin: 0 10px 0 0; list-style-type: none; position: relative;}
.post-meta ul li:last-child{margin-right: 0;}
.post-meta ul li i{color: #13a9e4;}
.post:hover{border-radius: 15px;}
.post .post-image::before { background-color: #13a9e4; content: ""; display: block; height: 100%; left: 0; position: absolute; top: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7;}
.post .post-image::after {background-color: #13a9e4; bottom: 0; content: ""; display: block; height: 100%; position: absolute; right: 0; transition: all 600ms ease 0s; width: 0; opacity: 0.7;}
.post:hover .post-image::before, .post:hover .post-image::after {width: 100%;}
.post-categories {display: inline-block; font-weight: 600; font-size: 12px; padding: 8px 20px; color: #ffffff; border-top-right-radius: 7px; text-transform: uppercase; background: #13a9e4; text-align: center; position: absolute; bottom: 0; left: 0; z-index: 500;}
.post:hover .post-categories {background: #1c1d3e;}
.post.style-2:hover .post-categories {background: #ffffff; color: #13a9e4}
.post-categories:hover{color: #005bea;}
.post-title{position: relative; padding-top: 20px; margin-top: 20px;}
.post-title:before, .post-title:after{content: ''; position: absolute; z-index: 1; height: 3px; border-radius: 2px; top: 0;}
.post-title:before{background: #13a9e4; width: 150px; left:-30px;}
.post-title:after{background: #13a9e4; width: 20px; left:130px;}
.post-author{position: absolute; left: 30px; bottom: -25px;}
.post-author-img {display: inline-block; width: 80px; height: 80px; border-radius: 50%; overflow: hidden; vertical-align: top;}
.post-author span{font-size: 16px; color: #13a9e4; font-weight: 500; padding-left: 15px; padding-top: 15px; display: inline-block;}

.post.style-2{overflow: hidden;}
.post.style-2 .post-desc h4 a, .post.style-2 .post-desc p, .post.style-2 .post-meta ul li, .post.style-2 .post-meta ul li i{color: #ffffff;}
.post.style-2 .post-desc {background: none; box-shadow: none; bottom: -10px; left: 0; position: absolute; right: 0; opacity: 0;
 z-index: 99; transition: bottom 0.3s ease 0s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1) 0s;}
.post.style-2:hover .post-desc, .post.style-2.active .post-desc{opacity: 1; bottom: 0;}
.post.style-2:before{content: ""; background: rgba(0,0,0,0.7); position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; transform: translateY(100%); transition: transform 500ms ease 0s, box-shadow 500ms ease 0s; z-index: 9}
.post.style-2:hover:before, .post.style-2.active:before{transform: translateY(0);}
.post.style-2 .post-categories{position: relative; bottom: inherit; left: inherit; border-radius: 7px; margin-bottom: 15px;}
.post.style-2 p{margin-bottom: 0;}

.post.style-3{box-shadow: none; border-radius: 0;}
.post.style-3 .post-desc{background: none;}
.post.style-3 .post-image {border-radius: 7px;}
.post.style-3 .post-title{padding-top: 0; margin-top: 0;}
.post.style-3 .post-title:before, .post.style-3 .post-title:after{display: none;}
.post.style-3 .post-meta{position: relative; padding-top: 20px; margin-top: 20px;}
.post.style-3 .post-meta:before, .post.style-3 .post-meta:after{content: ''; position: absolute; z-index: 1; height: 3px; border-radius: 2px; top: 0;}
.post.style-3 .post-meta:before{background: #005bea; width: 100px; left:0;}
.post.style-3 .post-meta:after{background: #13a9e4; width: 20px; left:110px;}

.post.style-4{box-shadow: none; overflow: inherit;}
.post.style-4 .post-desc {border-radius: 7px; margin-left: auto; margin-right: auto; margin-top: -50px; width: 85%; padding: 30px 20px; position: relative;}
.post.style-4 h4{font-size: 22px;}

.post .post-image {
    overflow: hidden;
    position: relative;
}
.post .post-image .img-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.post .post-image .img-wrap img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.icon-btn{background: #ffffff; border-radius: 50%; width: 50px; height: 50px; padding: 0; text-align: center; line-height: 50px; position: absolute; left: 50%; bottom: -25px; margin-left: -25px;}
.icon-btn:hover{background: #13a9e4; color: #ffffff;}




/*

.city_links li {
    display: inline-block;
    margin: 3px;
}

.city_links li a {
    background-color: #13a9e4;
    font-size: .9rem;
    padding: 2px 5px;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid #13a9e4;
    transition: .3s;
}

*/

.main_content_inner{
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
  /* box-shadow: 0px 0px 15px 0px rgba(72,73,121,0.15); */
}

.sidebar{
  background-color: #fff;
  padding: 25px;
  border-radius: 25px;
}

.sidebar img{width: 100%; border-radius: 15px;}

.dark-bg .title, .theme-bg .title, .theme-bg .section-title h6{color: #ffffff}
 .brands-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 1.5rem 0;
    background: #fff;
    text-align: center; /* center inline-flex track */
  }
  .brands-track {
    display: inline-flex; /* shrink-to-fit for centering */
    gap: 5rem;
    transition: transform 0.5s ease;
  }
  .brand-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
  }
  .brand-item img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
  }

.header .mobile-buttons a {
  display: inline-block;
    color: #fff;
    font-size: 1rem;
    margin-left: 5px;
    background-color: #13a9e4;
    border-radius: 50%;
    width: 35px;
    line-height: 35px;
    height: 35px;
    text-align: center;
}

.sl-section{
    background-color: #f5f5f5;
    margin-top: 0px;
    padding: 50px 0;
}

#store-locator {
    width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 2;
}

.sl-container {
    display: flex;
    height: 600px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sl-sidebar {
    width: 350px;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ddd;
}

.sl-search-wrapper {
    padding: 20px;
    background: white;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.sl-search-input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}

.sl-search-input:focus {
    outline: none;
    border-color: #007cba;
}

.sl-search-clear {
    position: absolute;
    right: 30px;
    top: 25px;
    background: none;
    border: none;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    padding: 5px;
}

.sl-location-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 15px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}

.sl-location-btn:hover:not(:disabled) {
    background: #e0e0e0;
    border-color: #ccc;
}

.sl-location-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.sl-location-btn.active {
    background: #e8f4f8;
    border-color: #007cba;
    color: #007cba;
}

.sl-results-info {
    padding: 10px 20px;
    background: #e8f4f8;
    border-bottom: 1px solid #d1e7dd;
    font-size: 14px;
    color: #333;
}

.sl-locations-list {
    flex: 1;
    overflow-y: auto;
    background: white;
}

.sl-location-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.sl-location-item:hover {
    background-color: #f0f8ff;
}

.sl-location-item.active {
    background-color: #e8f4f8;
    border-left: 3px solid #007cba;
}

.sl-location-name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.sl-location-details {
    font-size: 13px;
    color: #666;
}

.sl-location-distance {
    font-size: 12px;
    color: #007cba;
    margin-top: 4px;
}

.sl-map-container {
    flex: 1;
    position: relative;
}

#sl-map {
    width: 100%;
    height: 100%;
}

/* Loading state */
.sl-loading {
    text-align: center;
    padding: 40px;
    color: #666;
}

/* Empty state */
.sl-empty {
    text-align: center;
    padding: 40px;
    color: #999;
}

.sl-sort-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.sl-sort-toggle label {
    font-size: 13px;
    color: #666;
}

.sl-sort-btn {
    padding: 5px 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.sl-sort-btn:hover:not(:disabled) {
    background: #f0f0f0;
}

.sl-sort-btn.active {
    background: #007cba;
    color: white;
    border-color: #007cba;
}

.sl-sort-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sl-reset-btn {
    position: absolute;
    top: 10px;
    right: 60px;
    padding: 8px 15px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: all 0.2s;
    z-index: 10;
}

.sl-reset-btn:hover {
    background: #f0f0f0;
}

.sl-print-btn {
    margin-left: auto;
    padding: 5px 12px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
}

.sl-print-btn:hover {
    background: #f0f0f0;
}

.sl-results-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/* Marker cluster custom styles */
.gm-style .cluster {
    background: #007cba;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 50px;
}


.white-button-left{
  text-align: left;
}

.white-button-right{
  text-align: right;
}

.slide-btn{
  background-color: #13a9e4;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 25px;
  text-align: center;
  color: #fff;
  line-height: 1;
  border: none;
}

.page-template-template-ppc #main_form textarea{
  margin-top: 5px;
}

.featured_img{width: 100%;}

.ppc-button-wrap a{margin: 5px;}

@media (max-width: 1530px) {
  .navbar-nav .nav-item{
    margin: 0 10px;
  }
}

@media (max-width: 1430px) {
  #site-header .logo img{
    max-width: 220px;
  }

  #header-wrap .btn-white, #header-wrap .btn{
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media (max-width: 1330px) {
    #header-wrap .btn-white, #header-wrap .btn{
      display: none;
    }

    .mobile-buttons{
      display: flex;
    }

    
    .nav-link{
      color: #000;
      text-shadow: none;
    }
}

@media (max-width: 1100px) {
    .hide_small{
      display: none;
    }

   
}


@media (max-width: 991px) {

  .img-slider{margin-top: 50px;}

    .sidebar{padding: 25px 0;}
    .main_content_wrap, .main_content_inner{ 
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      background-color: #fff;

    }

    .main_content_inner{
      padding: 0;
    }

    .proudly_wrap .footer-title, .address_wrap .footer-title {
      font-size: 30px; 
      margin-bottom: 15px;
    }
    .van-adjust{
      margin-top: 25px;
    }
      .why-puddle .morph-wrap {
        left: auto;
        bottom: auto;
        transform: none;
    }
    .gallery_item{
      width: 16.6%;
    }

    .image-column{position: static; transform: none;}

    .navbar-nav{
      background-color: #fff;
      box-shadow: 5.5px 9px 15px 0px rgba(0, 0, 0, 0.2);
      border-radius: 5px;
      border:1px solid #838383;
    }

    .blue-bg{
      border-top-right-radius: 0px; 
      border-bottom-left-radius: 25px; 
      border-bottom-right-radius: 25px;
    }
    .bg-white{
      border-top-right-radius: 25px; 
      border-bottom-left-radius: 0px; 
    }
}


/* Responsive */
@media (max-width: 768px) {

  .sl-container{
    min-height: 900px;
    display: block;
    height: auto;
  }

  .sl-sidebar{height: 400px;
  width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;}

    #signup2, #signup2 .section-title{text-align: center;}
    #signup2 .section-title{margin-bottom: 25px;}
    .denise{display: none;}

    .blog-desc{
      margin-top: 25px;
    }
  
    body.home .bg-white ul{
      columns: 1;
    }

    .sl-container {
        flex-direction: column;
        height: 800px;
    }
    
   
    
    .sl-map-container {
        height: 500px;
    }
}

@media (max-width: 576px) {

.video-overlay{padding: 2rem 0;}
  
  .inner-puffer{
    margin-top: 25px;
  }

  .blog-post .blog-desc{
      padding-left: 5px;
    }
  

  .gallery_item{
      width: 24.9%;
    }

  .white-button-left, .white-button-right{
    text-align: center;
  }

  .white-button-left img{margin-bottom: 15px;}

  .brand-item {
    width: 100px;
  }
  .brand-item img {
    max-height: 60px;
  }
}

@media (max-width: 420px) {

  h1{font-size: 30px;}

  #site-header .logo img{
    max-width: 180px;
  }

  .gallery_item{
      width: 49.9%;
    }

}

@media (max-width: 363px) {
  #site-header .logo img{
    max-width: 150px;
  }


}


