 * { box-sizing: border-box; }
  html, body {
       font-family: 'Branding', sans-serif;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
li{list-style-type: none;}
      body{  cursor: none;     overflow-x: hidden;}
    #custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 46px;
  height: 64px;
  background-image: url('../images/ice.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none; /* allows clicks through the image */
  z-index: 999999999999;
  transform: translate(-50%, -50%);
}
      .navbar-brand img{width:200px;height: auto;}
@font-face {
    font-family: 'Branding';
    src: url('../fonts/branding-bold/BrandingBold.woff2') format('woff2'),
         url('../fonts/branding-bold/BrandingBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
      @font-face {
    font-family: 'brandingmedium';
    src: url('../fonts/branding-medium/branding_medium-webfont.woff2') format('woff2'),
         url('../fonts/branding-medium/branding_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
      @font-face {
    font-family: 'Bloody Ichor Extrude';
    src: url('../fonts/bloody-ichor-extrude/BloodyIchor-Extrude.woff2') format('woff2'),
        url('../fonts/bloody-ichor-extrude/BloodyIchor-Extrude.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
      header {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999999;
            top: 0;
  left: 0;
}
      .navbar-brand{z-index: 99999;}
/* Sticky state */
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999999;
}

.sticky-header::after {
  content: "";
  position: absolute;
  background: url(../images/curves.png);
  width: 100%;
  height: 167px;
  z-index: 0;
  bottom: 0;
  background-size: 100%;
  z-index: 99;
  transition: 0.5s linear;
  transform: translateY(0);
  top: 0px;
}
      .sticky-header a img{width: 120px; transition: .7s linear;}
      .header-main{padding: 0px 0;width: 100%;position: relative;z-index: 9999;}
      .menu{}
      .nav-link{color: #016e9d;font-size: 20px;text-decoration: none;}
      .nav-link:hover{color: #eea220;}
      .menu-circle{background: #016e9d;border-radius:100%;width: 40px;margin: 0 auto;padding: 1px 4px 0;height: 40px;display: inline-block;}
      .menu-circle span{height: 3px;width: 25px;background: #ffffff;margin: 2px auto;display: block;}
      .container{max-width: 90%;margin: 0 auto;}
      .banner img{width: 100%;height: 100vh;object-fit: cover;}
.banner {height: 100vh;position: relative;}
.banner-cnt{position: absolute;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);left: 5%;}
.banner-cnt h1 span{ font-family: 'Bloody Ichor Extrude';}
.banner-cnt h1{color: #016e9d;max-width: 470px;font-size: 50px;}
.banner-cnt h2{color: #016e9d;font-size: 20px;font-family: 'brandingmedium';font-size: 30px;max-width: 350px;line-height: 45px;}
.banner-cnt-2{position: absolute;bottom: 0;width: 100%;}
.banner-cnt-2 p{color: #fff;font-size: 20px;text-align: center;font-family: 'brandingmedium';margin: 10px;}
    .section {
      min-height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .section-1 {
      background: #B8E9F7;
      position: relative;
      justify-content: center;
      align-items: start;
      padding: 0px 0;
    }

    .section-1 img {
      max-width: 80vw;
      max-height: 90vh;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }
.left-text, .right-text {
  transition: opacity 0.5s ease-in-out;
}

    .section-2 {
      background: #ffffff;
      position: relative;
      padding-top: 0px;
      overflow: hidden;
      min-height: 100vh;
    }

    .section-3 {
      background: transparent;
      opacity: 0;
      transform: scale(0.95);
      z-index: 99999;
        transition: all 0.8s ease-out;
    }

    .thermo-container {
      width: 624px;
      height: 144px;
      position: relative;
      z-index: 2;
    }

    .thermo-shape {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      position: relative;
    }

.left-bulb {
  width: 192px;
  height: 192px;
  background: url(./images/cream.jpg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center center;
  z-index: 9999;
  pointer-events: none;
  transition: transform 1.5s ease-in-out;
  border: 6px solid #a5d674;
  z-index: 1;
  border-right: 0;
  transition: transform 1s ease-in-out;
  will-change: transform;
  position: absolute;
  left: 10%;
  background-size: contain;
}

.thermo-container {
  z-index: 10; /* bring it above bulb */
  position: relative; /* ensure z-index takes effect */
}

    .middle-connector {
      flex-grow: 1;
      height: 72px;
      margin-left: 96px;
      background: #ffffff;
      border-top: 6px solid #a5d674;
      border-bottom: 6px solid #a5d674;
      border-right: 6px solid #a5d674;
      border-radius: 0 36px 36px 0;
      overflow: hidden;
      position: relative;
    }
.left-text {
  transition: opacity 1.2s ease-in-out;
}
      
    .fill-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background: url(./images/cream.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left center;
      z-index: 0;
    }

    .text-content {
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      padding: 0 24px 0 188px;
    }

    .left-text, .right-text {
      font-weight: bold;
      color: #562419;
      opacity: 0;
      transition: all 0.6s ease;
      will-change: transform, opacity;
      font-size: 21px !important;
    }

    .left-text {
      font-size: 16px;
      text-align: center;
    }

    .right-text {
      font-size: 18px;
      white-space: nowrap;
    }

    .bg-circle {
        display: none;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 240px;
      height: 240px;
      background: url('images/Scoope-1.png') center center / contain no-repeat;
      border-radius: 50%;
      z-index: 0;
      pointer-events: none;
      transform: translate(-50%, -50%) scale(1);
      transform-origin: center center;
    }

    .zoom-cream {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: url('images/cream.jpg') center center / cover no-repeat;
      z-index: 10;
      transform: scale(0);
      opacity: 0;
      pointer-events: none;
    }

    .slider-section {
      flex-direction: column;
      width: 70%;
      padding: 0;
      margin: 0 auto;
    }

    .slider {
      width: 100%;
      padding: 0;
      margin: 0 auto;
    }

    .slider img {
      width: 100%;
      height: auto;
      border-radius: 0;
      box-shadow: none;
    }

    .section-3 h2 {
      font-size: 40px;
      font-weight: bold;
      color: #228CA4;
      text-align: center;
      margin: 20px 0 20px 0;
    }
      /* When menu is open */
.menu-opened {
  background: #016e9d !important;
  border-radius: 50%;
}

/* Cross shape animation */
.menu-opened span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-opened span:nth-child(2) {
  opacity: 0;
}

.menu-opened span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.menu-circle span {
  transition: all 0.3s ease;
}
.slide-bar{background: #000;position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: #016e9d;
  z-index: 99999999;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;}
      /* When open */
.slide-bar.open {
  opacity: 1;
  transform: translateY(0);
}
      .slide-bar a{color: #ffffff;text-decoration: none;}
/* Smooth transition for header */
header {

  width: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 9999999999;
}


/* Nav link hover */
.nav-link {
  color: #016e9d;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #eea220;
}

/* Smooth cream animation */
.zoom-cream {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.section-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.section-3.visible {
  opacity: 1;
  transform: translateY(0);
  background: #B8E9F7;
}
.section-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
  background: transparent;
}
.section-3.visible {
  opacity: 1;
  transform: translateY(0);
  background: #B8E9F7;
}
      .overlay{position: absolute;top: 0;width: 100%;height: 100%;background: rgb(211 241 181 / 50%);border-radius: 100%;}
      .overlay-2{border-radius: 10%;}
      #videoContainer {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#videoContainer.visible {
  opacity: 1;
}
      .left-text span{font-size: 25px;line-height: 25px;font-family: 'Branding';}
      .left-text strong{font-size: 55px;line-height: 35px;letter-spacing: 0;font-family: 'Branding';}
      .left-text small{font-size: 20px;line-height: 12px;display: block;font-family: 'Branding';}
      .section-1 h2{font-size: 3rem;z-index: 9999999;color: #016e9d;padding: 0 0 20px;display: block;width: 100%;text-align: center;}
      
      .wave {
  position: relative;
  width: 100%;
  height: 100px; /* adjust as needed */
  background: url('./images/your-wave.png') repeat-x;
  animation: waveMove 6s linear infinite;
}

@keyframes waveMove {
  0% { background-position-x: 0; }
  100% { background-position-x: 1000px; }
}
 .drop {
  position: absolute;
  top: 0;
  width: 8px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  left: 20%;
  animation: fall 3s infinite ease-in-out;
}

.drop.delay {
  animation-delay: 1.5s;
  left: 40%;
}

@keyframes fall {
  0% {
    top: 0;
    opacity: 0;
    transform: scaleY(0.2);
  }
  30% {
    opacity: 1;
    transform: scaleY(1);
  }
  100% {
    top: 120px;
    opacity: 0;
    transform: scaleY(0.3);
  }
}
 #backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3000;
  color: #006e9d;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
         background: transparent;
}
      #backToTop img{width: 60px;height: auto;margin: 0 auto;display: block;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}
      #backToTop img:hover{-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}
      
      .bg-white{background:transparent !important;}     
      .our-parlours{background: #FDF1AD;}
      .our-parlours-right h2{color: #006E9E;font-size: 60px;}
      .our-parlours-right p{color: #676565;font-size: 22px;font-family: 'brandingmedium';}
      .our-parlours-right ul li span{color: #EFA31D;display: block;font-size: 100px;line-height: 100px;font-family: 'branding';}
      .our-parlours-right ul li h2{color: #676565;font-size: 28px;line-height: 38px;font-family: 'brandingmedium';}
         .our-parlours-right ul li{ padding: 0;list-style-type: none;}
         .our-parlours-right ul{padding: 0px 0;margin: 0;max-width: 410px;}
      .our-parlours-right {padding: 0 0 0 50px;}
      
      .video-banner {
  width: 100%;
  left: 0;
  display: block;
  left: 0;
  padding: 0;
  height: 100vh;
}

.video-banner video {
  top: 0;
  left: 0;
  min-width: 300px;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 1;
  object-fit: cover;
  right: 0;
  margin: 0 auto;
  border: 0;
  display: block;
  padding: 0;
}

.video-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

      .row{margin: 0;} 
      .penguin{position: absolute;top:-68%;left:-50px;right: 0;margin: 0 auto;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);}
    /* Video Background */
    .video-bg {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 999;
      object-fit: cover;
      background: #bde4fb;
    }
      .video-bg video{  width: 100%;
      height: 100vh;}
    /* Fixed text block */
    .fixed-text {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      pointer-events: none;
      z-index: 999999;
    }

/*
    svg {
      width: 100vw;
      height: 300px;
      overflow: visible;
    }

    text {
      fill: white;
      font-size: 64px;
      font-weight: bold;
      letter-spacing: 5px;
            text-shadow: 1px 1px 2px #1a0302;
    }
*/

    #arcPath {
      fill: none;
    }
      
    
.icecream-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 2rem;
}
      .icecream-happiness{background:#B8E9F7;padding: 30px 0;}
      .icecream-happiness h2{font-size: 65px;font-weight: bold;color: #3399B2;text-align: left;margin: 20px 0 20px 0;line-height: 65px;}
      .icecream-happiness p{color: #3399B2;text-align: left;font-family: 'brandingmedium';}
      .icecream-happiness ul li{list-style-type: none;}
      .icecream-happiness ul {margin:0px 0 0;max-width: 800px;margin: 0px auto 0;}
      .icecream-happiness ul li img{width: 172px;margin: 0 auto;display: block;}
      .scoop-stack{max-width:780px;margin: 0 auto;}
      .scoop-img{margin: 0 auto -90px !important;}
        .icecream-scroll-wrapper {
      height: 250vh; 
    }

    .icecream-happiness {
      position: sticky;
      top: 0;
      height: 100vh;
      background: #B8E9F7;
      display: flex;
      align-items: center;
      padding-top: 50px;
      z-index: 10;
    }

    .icecream-happiness-heading {
      font-size: 2.5em;
      color: #ff4081;
      margin-bottom: 10px;
      text-align: center;
    }

    .icecream-happiness-para {
      font-size: 1.2em;
      color: #444;
      margin-bottom: 50px;
      text-align: center;
    }

   

    .scoop-wrap {
      position: relative;
      width: 200px;
      height: 100vh;
    }

    .cone {
      position: absolute;
      width: 200px !important;
      z-index: 9999;
      top: auto;
      bottom: 10px !important;
    }

    .scoop {
      position: absolute;
      width: 183px !important;
      z-index: 999;
      transform-origin: center center;
      transform: rotate(-180deg);
      opacity: 0;
      transition: transform 0.1s linear, opacity 0.1s linear;
      left: 0;
      right: 0;
      margin: 0 auto !important;
      display: block;
      bottom: 205px;
    }

    .nuts {
      position: absolute;
      top: -10px;
      width: 200px !important;
      z-index: 999;
      transform-origin: center center;
      transform: translateY(0px);
      opacity: 1;
      transition: transform 0.1s linear, opacity 0.1s linear;
      left: 0;
      right: 0;
    }
      
      .testimonials{padding: 30px 0 50px;}
      .testimonials-main ul li:nth-child(2){padding: 80px 15px 0;}
      .testimonials h2{color: #73C8BD;font-size: 40px;font-weight: bold;text-align: center;margin: 20px 0 20px 0;}
      .testimonials-cnt{background: #73C8BD;padding: 20px;border-radius: 10px;  transform: translate3d(0px, 80px, 0px) rotate(-5deg) scale(0.95);
    transition: transform 0.8s ease-out, opacity 0.8s ease-out;}
.testimonials-cnt.visible {
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(1);
    opacity: 1;
  }
      .testimonials li{list-style-type: none; }
      .testimonials-cnt h3{color: #ffffff;text-align: center;}
      .testimonials-cnt-in{border: 1px dashed #ffffff;padding: 20px;border-radius: 10px;}
      .testimonials-cnt-in img{border:1px solid #ffffff;border-radius: 100%;display: block;margin: 0 auto;}
      footer{background: #B8E9F7;padding: 40px 0 10px;position: relative;}
footer::after {
  content: "";
  position: absolute;
  background: url(../images/footer-curve.png);
  width: 100%;
  height: 70px;
  z-index: 0;
  background-size: 100%;
  z-index: 99;
  transition: 0.5s linear;
  transform: translateY(0);
  top: -35px;
}
      footer img{width: 126px;height: auto;}
.footer-left ul{padding: 20px 0 0;max-width: 160px;}
.footer-left ul li{padding: 0 10px 0 0;}
.footer-left ul li a{background: #006E9E;width: 40px;height: 40px;margin: 0 auto;display: block;border-radius: 100%;text-decoration: none;}
.footer-left ul li a i{color: #ffffff;text-align: center;display: block;padding: 12px;font-size: 17px;}
.footer-right a{color: #006E9E;text-decoration: none;display: block;max-width: 275px;margin-left: auto;width: 100%;font-family: 'brandingmedium';}  
.footer-right a i{background:#006E9E;color: #ffffff;width: 40px;height: 40px;padding: 12px;border-radius: 100%;}
.footer-right br{height: 0;}
.footer-bottom{border-top: 1px solid #006E9E;}
.footer-main{padding: 0 0 20px;}
.footer-bottom p{color:#006E9E;padding: 20px 0 0;text-align: center;font-family: 'brandingmedium';}



.testimonials-cnt {
  opacity: 0;
  transform: translateY(60px) rotate(-5deg) scale(0.95);
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

.testimonials-cnt.visible {
  opacity: 1;
  transform: translateY(0px) rotate(0deg) scale(1);
}

/* Optional: better layout control */
.testimonials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.testimonials li {
  flex: 1 1 300px;
}

.testimonials-cnt-in {
  padding: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  text-align: center;
}


/*2nd block*/
.parlours-wrapper {
      /*height: 600vh;  5 full sections */
      position: relative;
      background: #FDF1AD;
      z-index: 1;
    }

    .parlours-content {
      position: sticky;
      top: 0;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5vw;
    }
     .parlours-wrapper h2{color: #3399B2;font-size: 50px;top: 10%;line-height: 50px;margin: 0;max-width: 911px;padding: 0 0 10px;}
    .text-container {
      width: 50%;
    }

    .image-container {
      width: 65%;
      position: relative;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10vh 0 0;
    }

    .text-block {
      font-size: 60px;
      font-weight: 900;
      margin-bottom: 5px;
      opacity: 0.05;
      transform: translateY(20px);
      transition: all 0.6s ease;
      color: #FBB63B;
      line-height: 65px;
      text-transform: uppercase;
      font-family: 'Branding', sans-serif;
    }

    .text-block.active {
      opacity: 1;
      transform: translateY(0);
    }

    .text-block.dimmed {
      opacity: 1;
      transform: translateY(0);
    }

    .image-block {
      position: absolute;
      max-height: 90%;
      max-width: 100%;
      object-fit: contain;
      opacity: 0;
      transform: scale(0.9);
      transition: all 0.6s ease;
    }

    .image-block.active {
      opacity: 1;
      transform: scale(1);
    }

    @media (max-width: 768px) {
      .parlours-content {
        flex-direction: column;
        padding: 2rem;
      }

      .text-container,
      .image-container {
        width: 100%;
        text-align: center;
      }

      .text-block {
        font-size: 2rem;
      }
    }




.section-cool {
      position: relative;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
           background: #FFF0AB;
      font-family: sans-serif;
      overflow: hidden;
    }

     .section-cool h2 {
      position: absolute;
      z-index: 2;
      font-size: 3rem;
      text-align: center;
      color: #00a6a6;
      font-weight: 800;
      line-height: 1.2;
      font-family: 'Branding', sans-serif;
    }

    .scroll-track {
      position: absolute;
      display: flex;
      gap: 60px;
      white-space: nowrap;
      animation: scroll-left 45s linear infinite;
      padding: 2vh 0;
      align-items: center;
    }

    @keyframes scroll-left {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .image-bubble {
      border-radius: 50%;
      overflow: hidden;
      border: 4px solid white;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
      position: relative;
      flex-shrink: 0;
      animation: floatUpDown 5s ease-in-out infinite alternate;
    }

    .image-bubble img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      animation: zoomPulse 4s ease-in-out infinite;
      transform-origin: center;
    }

    @keyframes zoomPulse {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.2); }
    }

    @keyframes floatUpDown {
      from { transform: translateY(-10px); }
      to { transform: translateY(10px); }
    }

    /* Size classes */
    .small {width: 150px;height: 150px;}
    .medium {width: 240px;height: 240px;}
    .large {width: 280px;he;height: 280px;}

    /* Position: offset images high or low */
    .top { margin-top: -400px; }   /* Top half of screen */
    .bottom { margin-top: 400px; } /* Bottom half of screen */
.banner-cnt-2 ul{background: #17a390;}

.animation-layer{position: absolute;top: 0;}
.video-bg img{width: 68%;height:auto;margin: 0 auto;display: block;position: absolute;left: 0;right: 0;bottom: 0;z-index: 999;}
.waffle-animation-block{width: 100%;}
.waffle-animation-block video{width: 100%;height: 100%;}
.popup-text {
      position: absolute;
      top: 50%;
      left: 5%; /* shifted to left */
      transform: translateY(-50%); /* only vertical centering */
      font-size: 60px;
      font-weight: bold;
      color: #7d5d5d;
      animation: popInOut 3s infinite;
    }

    @keyframes popInOut {
      0% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
      }
      20% {
        transform: translateY(-50%) scale(1.2);
        opacity: 1;
      }
      40% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
      }
      80% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
      }
      100% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
      }
    }

    .curved-text-container {
      position: absolute;
      bottom: 92px;
      left: 0;
      width: 867px;
      height: 300px;
      right: 0;
      margin: 0 auto;
      display: block;
    }

    .curved-text-container svg text {
      fill: #016e9d;
      font-size: 50px;
        text-shadow: 2px 2px 8px rgba(255,255,255,0.5);
    }


.video-container {
  width: 50%;
  overflow: hidden;
  position: relative;
    height: auto;
}
.video-container video {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.text-block.active {
  font-weight: bold;
}
.text-block.dimmed {
  opacity: 0.3;
}
.parlours-wrapper video{width: 100%;height: auto;}
 video {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
#counterSection{position: absolute;bottom: 110px;z-index: 9;width: auto;height: auto;left: 35px;}

.products{padding: 50px 0;}
.products-main h2{color: #006E9E;font-size: 40px;}
.products-main h3{color: #006E9E;padding: 15px 0 0 5%;position: relative;}
.products-main p{color: #006E9E;font-weight: 400;font-family: 'brandingmedium';font-size: 18px;padding: 0 0 10px;}
.products-in{background: #EEFAFF;border:1px solid #66D0FF;border-radius:10px;}
.products-in img{margin: -100px auto 0;border-radius: 16px;width: 90%;display: block;height: auto;border: 1px solid #66d0ff;}
.products-in p{padding: 0 5% 0 5%;min-height: 48px;font-size: 20px;}
.products-main ul{padding: 0;}
.products-main ul li{padding: 100px 10px 50px;}
.waves{position: relative;left: 0;right: 0;}
.waves:after{
  content: "";
  position: absolute;
  background: url(../images/waves.png);
  width: 100%;
  height: 68px;
  background-size: 100%;
  z-index: 99999;
  transition: 0.5s linear;
  transform: translateY(0);
  bottom: -28px;
  left: 0;
  }

.products-main h3 button{border: 1px solid #006e9e;background: transparent;border-radius: 100%;text-align: center;padding: initial;position: absolute;right: 5%;width: 30px;height: 30px;margin: 0 auto;}
.products-main h3 button i{color: #006e9e;padding: 0px 0 0;text-align: center;}

    .down-arrow {
      position: absolute;
      right: 10px;
      top: 12px;
      cursor: pointer;
      font-size: 18px;
    }

    .popup {
      position: fixed;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      background-color: white;
      width: 500px;
      border-radius: 10px;
      box-shadow: 0 0 15px rgba(0,0,0,0.2);
      display: none;
      z-index: 1000;
    }

    .popup-header {
      background-color: #007bb5;
      color: white;
      padding: 15px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-weight: bold;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .popup-header .close-btn {
      cursor: pointer;
      font-size: 18px;
      border: 1px solid;
      width: 25px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      padding: 0;
      border-radius: 100%;
      display: block;
    }

    .popup-content {
      padding: 15px;
      font-size: 14px;
      color: #007bb5;
      line-height: 1.5;
      font-family: 'brandingmedium';
    }
#productDropdown {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

#productDropdown.open {
  max-height: 200px;
}
.icecream-cnt{height: 100vh;}
.icecream-cnt ul{height: 100vh;}
.our-parlour-block{padding: 50px 0 100px;background: #cbf8cf;}
.our-parlour-block .store-card {
      background: #fff;
      border: 2px solid #e0e0e0;
      border-radius: 12px;
      padding: 20px;
      margin-bottom: 15px;
    }
   .our-parlour-block .store-card p {
      margin-bottom: 5px;
      color: #555;
    }
   .our-parlour-block .btn-custom {
      background-color: transparent;
      color: #006E9E;
      border: none;
      border: 1px solid #006E9E;
    }
    .our-parlour-block iframe {
      border-radius: 12px;
      width: 100%;
      height: 100%;
      min-height: 400px;
    }
.our-parlour-block h2{color: #006E9E;}
.our-parlour-block-left{padding: 20px;background: #EEFAFF;border: 1px solid #006E9E;border-radius: 10px;}
.our-parlour-block-left select{border:1px solid #006E9E;}
#whatsapp-button{width: 30px;position: fixed;bottom: 13px;z-index: 999;right: 80px;}
#whatsapp-button img{width: 40px;}
#chatbase-bubble-button, #chatbase-bubble-button{
    right: 116px !important;
    bottom: 24px !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 35px !important;
    height: 35px !important;
    }
.mobile-banner{display: none;}
.privacy-policy{padding: 150px 0 100px;}
.privacy-policy h1, .privacy-policy h2{color:#016f9f; }
.privacy-policy p{font-weight: 400;    font-weight: 400;
    font-family: 'brandingmedium';  }
.privacy-policy p a{color:#016f9f;text-decoration: none;}
.privacy-policy li{list-style: disc;padding: 0 0 10px;    font-weight: 400;
    font-family: 'brandingmedium';}
.footer-center a{text-align: center;color:#016f9f; text-decoration: none;display: block;}