.elementor-16068 .elementor-element.elementor-element-b5740d7{--display:flex;}.elementor-16068 .elementor-element.elementor-element-7b1720e{--display:flex;}.elementor-16068 .elementor-element.elementor-element-c1b8c8c{--display:flex;}.elementor-16068 .elementor-element.elementor-element-083d9b5{--display:flex;}.elementor-16068 .elementor-element.elementor-element-0afb248{--display:flex;}.elementor-16068 .elementor-element.elementor-element-efc9360{--display:flex;}.elementor-16068 .elementor-element.elementor-element-fd92f24{--display:flex;}.elementor-16068 .elementor-element.elementor-element-72a8c88{--display:flex;}.elementor-16068 .elementor-element.elementor-element-bda4531{--display:flex;}body.elementor-page-16068:not(.elementor-motion-effects-element-type-background), body.elementor-page-16068 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF7F4;}/* Start custom CSS for html, class: .elementor-element-1a30cad */.hero-banner {
  position: relative;
  min-height: 100vh;
  background: repeating-linear-gradient(
    90deg,
    #EA9CC4 0 70px,
    #1c3461 70px 140px
  );
  padding: 200px 170px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-content {
  max-width: 70%;
  position: relative;
  z-index: 3;
  transform: translateY(-40px);
}

.top-label {
  font-family: "Anton", Impact, sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  text-shadow: -4px 4px #1c3461;
  transform: rotate(-5deg);
}

.spider {
  position: absolute;
  top: 0px;
  left: 270px;
  width: 220px;
  transform: rotate(-5deg);
  z-index: 5;
}

.main-title {
  font-family: "Anton", Impact, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 2px;
  color: white;
  text-shadow: -12px 12px #1c3461;
  transform: rotate(-5deg);
}

.subline {
  
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  margin-top: 20px;
  transform: rotate(-4deg);
  text-shadow: -4px 4px #1c3461;
}

.highlight {
  color: #ff2600;
  display: inline-block;
  transform: skew(-10deg);
  text-shadow: -2px 0 0 white, 2px 0 0 white, 0 -2px 0 white, 0 2px 0 white;
}

.note {
  background: #EA9CC4;
  width: 280px;
  padding: 16px;
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border: 4px solid #1c3461;
  transform: rotate(-7deg);
  box-shadow: -8px 8px #1c3461;
}

.cta-stack {
  position: absolute;
  bottom: 100px;
  left: 500px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  z-index: 10;
  transform: rotate(-6deg);
}

.cta {
   font-family: "Anton", Impact, sans-serif;
    display: inline-block;
    background: #FFFFFF;
    color: #F16632;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 16px 48px;
    border-radius: 50px;
    border: 2px solid #F16632;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 25px;
    transition: 0.25s ease;
    transform: rotate(-2deg);
}

.cta:nth-child(1) { transform: rotate(-6deg); }
.cta:nth-child(2) { transform: rotate(4deg); }

.cta:hover {
  color: #F16632;
  transform: rotate(7deg) scale(1.05);
}

.hero-bucket-img {
  position: absolute;
  right: 50px;
  width: 560px;
  animation: floatCloud 6s ease-in-out infinite;
  filter: drop-shadow(0px 10px 20px rgba(0,0,0,0.25));
}

@keyframes floatCloud {
    0% {
        transform: translateX(0px) translateY(0px);
    }
    25% {
        transform: translateX(15px) translateY(-6px);
    }
    50% {
        transform: translateX(0px) translateY(0px);
    }
    75% {
        transform: translateX(-15px) translateY(-6px);
    }
    100% {
        transform: translateX(0px) translateY(0px);
    }
}

/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {
  .hero-banner {
    padding: 160px 0 20px;
    min-height: 100vh;
    background: repeating-linear-gradient(
      90deg,
      #EA9CC4 0 40px,
      #1c3461 40px 80px
    );
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-content {
    max-width: 100%;
    transform: translateY(0);
  }

  .top-label {
    font-size: 32px;
    text-shadow: -3px 3px #1c3461;
    transform: rotate(-4deg);
  }

  .spider {
    width: 80px;
    top: 60px;
    left: auto;
    right: -30px;
    transform: rotate(-4deg);
  }

  .main-title {
    font-size:70px;
    text-shadow: -6px 6px #1c3461;
    margin-top: 30px;
    transform: rotate(-4deg);
  }

  .subline {
    font-size: 18px;
    margin-top: 10px;
    transform: rotate(-3deg);
  }

  .note {
    width: 200px;
    padding: 12px;
    font-size: 16px;
    margin: 20px auto;
    transform: rotate(-5deg);
  }

  .hero-bucket-img {
    position: relative;
    width: 300px;
    right: unset;
    margin-top: 40px;
    transform: rotate(-6deg);
  }

  .cta-stack {
    position: relative;
    bottom: unset;
    left: unset;
    margin-top: 25px;
    transform: rotate(-4deg);
  }

  .cta {
    font-size: 20px;
    padding: 14px 40px;
    margin: 12px auto;
    border-width: 2px;
  }

  .cta:nth-child(1) { transform: rotate(-5deg); }
  .cta:nth-child(2) { transform: rotate(3deg); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b4187ce */.flavors-section {
    background: #1C3461;
    padding: 60px 0 20px;
}
.flavors-header {
    text-align: center;
    margin-bottom: 40px;
}

.flavors-title {
    font-family: "Impact", "Anton", sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #EAECE4;
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.flavors-title .highlight-text {
    color: #FBD207;
    font-weight: 900;
}

.flavors-grid {
    
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 3px solid #ffeb3b;
}

.flavor-card {
    
    background-color: #1C3461;
    padding: 50px 30px;
    text-align: center;
    position: relative;
}

.flavor-card:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 3px;
    background: #ffeb3b;
}

.flavor-title {
    font-family: "Anton", Impact, sans-serif;
    font-size: 30px;
    color: #FBD207;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.flavor-desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
}

.flavor-emoji {
    width: 55px;
    height: 55px;
    background: #ffeb3b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto;
}

.flavor-emoji-img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 10px;
    transition: transform 0.3s ease;
}

/* Hover bounce effect */
.flavor-emoji-img:hover {
    transform: scale(1.2) rotate(-5deg);
}
@media (max-width: 768px) {

    .flavors-grid {
        grid-template-columns: 1fr;
        border-top: none;
    }

    .flavor-card {
        padding: 0px 20px;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flavor-emoji {
        order: -1;
        width: 55px;
        height: 55px;
        font-size: 28px;
        margin-bottom: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .flavor-card:not(:last-child) {
        border-bottom: 3px solid #ffeb3b;
        margin-bottom: 25px;
        padding-bottom: 35px;
    }

    .flavor-card:not(:last-child)::after {
        display: none;
    }

    .flavor-title {
        font-size: 44px;
        margin-bottom: 6px;
    }

   .flavors-title {
        font-family: "Impact", "Anton", sans-serif;
        font-size: 26px;
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        color: #EAECE4;
        text-align: center;
        letter-spacing: -1px;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .flavors-title .highlight-text {
        color: #FBD207;
        display: inline-block;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e8cadf */.goods-section {
  background: #1C3461;
  padding: 0px 20px 20px;
  position: relative;
  overflow: hidden;
}

.goods-title {
  text-align: center;
  font-size: 62px;
  font-weight: 900;
  margin: 60px;
  color: #EC9CC3;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.goods-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 0 auto 20px;
}

.goods-card {
    width: 240px;
    height: 260px;
    background: white;
    border: 8px solid #FF8EB4;
    border-radius: 30px;
    text-align: center;
    position: relative;
    padding-top: 15px;
    transition: transform 0.25s ease;
    cursor: pointer;
}

.goods-card:hover {
  transform: translateY(-10px) scale(1.03);
}

.goods-img {
  width: 90%;
  height: auto;
  object-fit: contain;
  margin-top: 6px;
  margin-bottom: 10px;
}

.goods-label {
  font-size: 22px;
  font-weight: 900;
  color: #ff2244;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-family: "Bebas Neue", Impact, Arial Black, sans-serif;
}

.goods-btn-wrap {
  margin-top: 30px;
  margin-bottom: 200px;
  text-align: center;
}

.goods-btn {
    font-family: "Anton", Impact, sans-serif;
    display: inline-block;
    background: #FFFFFF;
    color: #E84A2A;
    font-size: 26px;
    letter-spacing: 1px;
    padding: 16px 48px;
    border-radius: 50px;
    border: 2px solid #E84A2A;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 25px;
    transition: 0.25s ease;
}

.goods-btn:hover {
  color: #E84A2A;
  transform: rotate(7deg) scale(1.05);
}

.decor {
  position: absolute;
  opacity: 0.85;
  animation: float 5s ease-in-out infinite;
  z-index: 1;
  width: 150px;
  pointer-events: none;
}

.decor-1 { top: 0px; left: 5%; width:80px}
.decor-2 { bottom: 204px;right: 20%; width: 80px; }
.decor-3 { top: 40px; left: 10%; }
.decor-4 { top: 40px; right: 10%; }
.decor-5 { bottom: 40px; left: 2%; }
.decor-6 { bottom: 40px; right: 2%; }

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

@media(max-width:1024px){
  .goods-card { width: 200px; }
  .decor { width: 110px; }
}

/* --- MOBILE LAYOUT FIX --- */

@media(max-width:768px){
    
    .decor {
        display: none;
    }
    
    .decor-1, .decor-6 {
        display: block;
        animation: none;
        opacity: 0.6;
        width: 55px;
    }
    
    .decor-1 { 
        top: 15px;
        left: 8%;
      }

    .decor-6 { 
        bottom: 15px;
        right: 8%;
      }

  .goods-title{
    font-size: 40px;
    margin: 30px 0 40px;
    letter-spacing: 2px;
  }

  .goods-grid{
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    max-width: 400px;
    margin: 0 auto 40px;
  }

  .goods-card{
      width: 48%;
      height: auto;
      border-width: 6px;
      border-radius: 22px;
      padding: 12px 0 10px;
      transform: none !important;  /* disable hover jump on touch */
  }

  .goods-img{
      width: 100%;
      margin-top: 0;
      margin-bottom: 6px;
  }

  .goods-label{
      font-size: 16px;
      letter-spacing: 1px;
      margin-bottom: 4px;
  }

  .goods-btn{
      font-size: 20px;
      padding: 14px 40px;
  }

  .decor{
      opacity: .45;
      width: 60px;
      animation: none;
  }
}

@media(max-width:480px){

  .goods-title{
    font-size: 32px;
    margin: 20px 0 30px;
  }

  .goods-grid{
      gap: 14px;
      max-width: 330px;
  }

  .goods-card{
      width: 47%;
      min-height: 170px;
  }

  .goods-label{
      font-size: 14px;
  }

  .goods-btn-wrap{
      margin-bottom: 20px;
  }

  .decor{
      opacity: .35;
      width: 45px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e366b0a *//* -------------------------------------------------------
   BASE SECTION STYLES
------------------------------------------------------- */
.bucket-offer-section {
    background: #1C3461;
    padding: 90px 60px;
    display: flex;
    flex-direction: column;   /* Mobile-first */
    align-items: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/* -------------------------------------------------------
   TEXT CONTENT
------------------------------------------------------- */
.bucket-content {
    width: 100%;
}

.bucket-title {
    font-family: Impact, sans-serif;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
    transform: skewY(-4deg);
    text-shadow: -3px -3px 0px #ff0000, 3px 3px 0px #ff0000;
}

.bucket-desc {
    color: #EC9CC3;
    font-size: 20px;
    margin: 18px 0;
}

/* -------------------------------------------------------
   BUTTONS
------------------------------------------------------- */
.bucket-btn {
    background: #fff;
    border: 2px solid #E84A2A;
    color: #E84A2A;
    padding: 10px 30px;
    border-radius: 50px;
    font-family: Anton, Impact, sans-serif;
    font-size: 26px;
    cursor: pointer;
    transition: 0.25s ease;
}

/* Mobile button — visible by default */
.bucket-btn-mobile {

}

/* Desktop button — hidden by default */
.bucket-btn-desktop {
    display: none;
    transform: rotate(0deg) scale(1.05);
}

/* -------------------------------------------------------
   BUCKET + ARROWS
------------------------------------------------------- */
.bucket-image-wrap {
    width: 100%;
    margin-top: 25px;
    position: relative;
    display: flex;
    justify-content: center;
}

.bucket-img {
    width: 260px;
    height: auto;
    z-index: 2;
    animation: float 3.5s ease-in-out infinite
}

@keyframes float {
    0%,100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* MOBILE ARROWS */
.arrow-mobile {
    position: absolute;
    width: 85px;
    z-index: 1;
    pointer-events: none;
}

.arrow-left-mobile {
    left: 0px;
    top: 12%;
    transform: translateX(-50%);
}

.arrow-right-mobile {
    right: 0px;
    top: 12%;
    transform: translateX(50%);
}

/* DESKTOP ARROWS (hidden by default) */
.arrow-desktop {
    display: none;
    position: absolute;
    z-index: 1;
}

/* -------------------------------------------------------
   DESKTOP DESIGN
------------------------------------------------------- */
@media (min-width: 768px) {

    .bucket-offer-section {
        flex-direction: row;
        justify-content: center;
        text-align: left;
        gap: 90px;
        padding: 90px 60px;
    }

    .bucket-content {
        order: 2; /* text on right */
        text-align: left;
    }

    .bucket-title {
        font-size: 48px;
        line-height: 1.1;
    }

    .bucket-desc {
        font-size: 20px;
        margin-bottom: 30px;
    }

    /* Buttons swap */
    .bucket-btn-mobile {
        display: none !important;
    }

    .bucket-btn-desktop {
        display: inline-block !important;
    }

    /* Bucket moves left */
    .bucket-image-wrap {
        order: 1;
        margin-top: 0;
    }

    .bucket-img {
        width: 540px;
    }

    /* Desktop arrows visible */
    .arrow-desktop {
        display: block;
    }

    .arrow-left-desktop {
        right: -240px;
        top: -40px;
    }

    .arrow-right-desktop {
        right: -140px;
        top: 55%;
    }

    /* Hide mobile arrows */
    .arrow-mobile {
        display: none;
    }
    .bucket-btn-desktop {
        display: inline-block !important;
        margin-top: 35px;
        margin-left: 60px;
        padding: 12px 20px;
        border-radius: 50px;
        font-size: 28px;
        white-space: nowrap;
    }

    .bucket-btn-desktop:hover {
        transform: rotate(-3deg) scale(1.08);
    }
}

@media (max-width: 767px) {

    .bucket-title {
        font-size: 22px;
    }

    .bucket-desc {
        font-size: 16px;     /* smaller description text */
    }

    .bucket-btn {
        font-size: 20px;     /* smaller mobile button */
        padding: 8px 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fbdf6c2 */.stripes-section{
    background: #1C3461;
    padding: 0px 20px 0px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a38f269 */.street-vibes-section {
    background: #1C3461;
    padding: 60px 20px 80px;
    text-align: center;
}
.sv-title {
    font-size: 72px;
    color: #FFD700;
    font-weight: 900;
    font-family: "Impact", "Arial Black", sans-serif;
    text-transform: uppercase;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.sv-subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #FFD700;
}

.sv-divider {
    flex: 1;
    height: 4px;
    background: #FFD700;
    margin: 0 20px;
}

.sv-arrow-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 40px auto 80px auto;
    height: auto;
}

.sv-arrow {
   width: 220px;
    height: 200px;
    position: absolute;
}

.sv-arrow-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sv-left-arrow { left: 12%; }
.sv-right-arrow { right: 12%; }

.sv-center-card {
    background: #FFE93B;
    padding: 36px 46px;
    transform: rotate(-8deg);
    box-shadow: -10px -10px 0 #FF6B35, 0 10px 25px rgba(0,0,0,0.4);
    max-width: 380px;
    margin: 0 40px;
}

.sv-card-text {
    font-size: 28px;
    font-family: "Impact", "Arial Black", sans-serif;
    transform: rotate(8deg);
    color: #FF4040;
    letter-spacing: -1px;
}

.sv-video-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.sv-side-labels {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sv-label-img {
    width: 90px;
    height: auto;
    margin: 8px 0;
    display: block;
    transition: transform 0.3s ease;
}

.sv-side-labels.left .sv-label-img:nth-child(1) { transform: rotate(-18deg); }
.sv-side-labels.left .sv-label-img:nth-child(2) { transform: rotate(12deg); }
.sv-side-labels.left .sv-label-img:nth-child(3) { transform: rotate(-14deg); }
.sv-side-labels.left .sv-label-img:nth-child(4) { transform: rotate(8deg); }

.sv-side-labels.right .sv-label-img:nth-child(1) { transform: rotate(16deg); }
.sv-side-labels.right .sv-label-img:nth-child(2) { transform: rotate(-10deg); }
.sv-side-labels.right .sv-label-img:nth-child(3) { transform: rotate(13deg); }
.sv-side-labels.right .sv-label-img:nth-child(4) { transform: rotate(-14deg); }

.sv-label-img:hover {
    transform: scale(1.1) rotate(0deg);
}

.sv-tiktok-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: fit-content;
    padding: 30px 0;
}

.sv-tiktok-box {
    width: 260px;
    height: 460px;
    border: 4px solid #e88fb5;
    border-radius: 22px;
    color: #e88fb5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Impact', sans-serif;
    font-size: 32px;
    font-weight: 900;
    text-decoration: none;
    transition: transform .3s ease, box-shadow .3s ease;
}

.sv-tiktok-box:hover {
    transform: translateY(-6px);
    box-shadow: 0px 12px 20px rgba(0,0,0,0.25);
}

@media (max-width: 1024px) {
    .sv-left-arrow, .sv-right-arrow { display: none; }
    .sv-title { font-size: 58px; }
}

@media (max-width: 1024px) {
    .sv-left-arrow, 
    .sv-right-arrow { display: none; }

    .sv-title { font-size: 58px; }
}

@media (max-width: 768px) {

    .street-vibes-section {
        padding: 30px 10px 60px;
        text-align: left;
        background: #1C3461;
    }

    .sv-title {
        font-size: 24px;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
        width: 100%;
        text-align: center;
        line-height: 1.1;
    }

    .sv-subtitle {
        font-size: 10px;
        width: 100%;
        margin-bottom: 14px;
        justify-content: flex-start;
        display: flex;
        gap: 5px;
    }

    .sv-divider {
        width: 28px;
        height: 2px;
        margin: 0 6px;
    }

    .sv-side-labels,
    .sv-right-arrow {
        display: none;
    }

    .sv-left-arrow {
        display: block;
        width: 120px;
        height: 90px;
        position: absolute;
        left: 0px;
        top: 32px;
    }

    .sv-arrow-img {
        width: 100%;
        height: auto;
    }
    .sv-right-arrow { display: none; }

    .sv-center-card {
        position: absolute;
        top: 20px;
        left: 90px;
        background: #FFE93B;
        transform: rotate(-10deg);
        padding: 16px 18px;
        /*width: 160px;*/
        box-shadow: -6px -6px 0 #F16531, 0 6px 20px rgba(0,0,0,0.4);
    }

    .sv-card-text {
        font-size: 20px;
        transform: rotate(0deg);
        line-height: 1.2;
        color: #F16531;
        letter-spacing: 0;
    }

    .sv-video-area {
        margin-top: 180px;
        justify-content: center;
    }

    .sv-tiktok-grid {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .sv-tiktok-box:nth-child(n+2) { display: none; }

    .sv-tiktok-box {
        background: #0d1d3d;
        border: 6px solid #ff96c9;
        border-radius: 22px;
        font-size: 26px;
        color: #ff96c9;
        position: relative;
        margin: 0 auto;
    }

    .sv-tiktok-box::after {
        content: "TARANTULA";
        position: absolute;
        bottom: -25px;
        right: -20px;
        background: #FF3131;
        padding: 6px 18px;
        font-family: Impact, sans-serif;
        font-size: 18px;
        color: white;
        transform: rotate(-18deg);
        text-shadow: 2px 2px 0 black;
    }
}

@media (max-width: 480px) {

    .sv-tiktok-box {
        border-width: 5px;
        border-radius: 20px;
    }

    .sv-tiktok-box::after {
        font-size: 16px;
        bottom: -18px;
        right: -16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-393dadd *//* SECTION BASE */
.street-say-section {
    background: #1C3461;
    padding: 80px 0 20px;
    text-align: center;
    position: relative;
    min-height: 480px;
}

/* TITLE STYLE */
.say-title {
    font-family: "Impact", "Arial Black", sans-serif;
    color: white;
    text-transform: uppercase;
    font-size: 88px;
    line-height: 0.85;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}

/* Big "W" */
.say-w {
    font-size: 110px;
    font-weight: 900;
    display: inline-block;
    transform: rotate(-4deg);
}

/* STACKING BLOCK */
.stack {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-left: 150px; /* moves STREETS + SAY under THE */
    margin-top: -10px;
}

/* STREETS small word */
.say-streets {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 2;
    transform: rotate(-1deg);
}

/* SAY word */
.say-say {
    font-size: 90px;
    font-weight: 900;
    transform: rotate(-2deg);
}

/* BUBBLE LAYOUT */
.bubble-wrap {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: 400px;
}

/* BUBBLES AS IMAGES */
.bubble {
    position: absolute;
    height: 240px;
    filter: drop-shadow(0px 10px 14px rgba(0,0,0,0.25));
}

.bubble img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {

    .street-say-section {
        padding: 70px 0 40px;
        overflow: hidden; /* prevents bubbles from spilling out */
    }

    .say-title {
        font-size: 48px;
        line-height: 1;
    }

    .say-w { font-size: 62px; }

    .stack {
        margin-left: 80px;
        margin-top: 5px;
    }

    .say-streets { font-size: 20px; }
    .say-say { font-size: 48px; }

    /* Bubble wrapper */
    .bubble-wrap {
        height: 260px;
        width: 100%;
        max-width: 350px;
        margin: auto;
        position: relative;
        overflow: visible;
    }

    /* Force reset of inline styles */
    .bubble {
        width: 150px;
        height: auto;
        position: absolute !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
    }

    /* Bubble 1 - top center */
    .bubble:nth-of-type(1) {
        top: -10px !important;
        left: 50% !important;
        transform: translateX(-50%) rotate(-4deg) !important;
    }

    /* Bubble 2 - bottom left */
    .bubble:nth-of-type(2) {
        bottom: 0px !important;
        left: 0px !important;
        transform: rotate(6deg) !important;
    }

    /* Bubble 3 - bottom right */
    .bubble:nth-of-type(3) {
        bottom: 0px !important;
        right: 0px !important;
        transform: rotate(-5deg) !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-11f7e1c */.stripes-section{
    background: #1C3461;
    padding: 0px 20px 0px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2343a55 */.map-section {
    background: #1C3461;
    padding: 50px 20px 0 20px;
    position: relative;
    text-align: center;
}
.map-container {
    width: 85%;
    margin: auto;
    border-radius: 40px;
    overflow: hidden;
    height: 300px;
}
.map-img {
    width: 100%;
    display: block;
}
.doodle {
    position: absolute;
    right: 110px;
    bottom: 280px;
    pointer-events: none;
}
.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
}
.location-wrap {
    display: flex;
    align-items: flex-start;
    gap: 2px;
}
.location-wrap img {
    height: 30px;
    transform: translateY(1px);
}
.location-text {
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.timings {
    display: flex;
    align-items: center;
    gap: 30px;
    color: white;
    font-size: 14px;
}
.divider {
    width: 5px;
    height: 60px;
    background: #FBD207;
}
.delivery-services {
    display: flex;
    justify-content: center;
    gap: 18px;
}
.delivery-services img {
    width: 60px;
    height: auto;
}

.delivery-services a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.delivery-services a:hover {
    transform: scale(1.08);
    opacity: 0.9;
}

.phone-number {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .map-container {
        width: 95%;
    }
    .doodle {
        width: 120px;
        right: 20px;
        bottom: 60px;
    }
    .location-text {
        font-size: 18px;
    }
    .delivery-services img {
        width: 45px;
    }
}

@media (max-width: 500px) {
    .timings {
        flex-direction: column;
        gap: 5px;
    }
    .divider {
        display: none;
    }
    .doodle {
        display: none;
    }
}/* End custom CSS */