@media screen and (min-width: 1025px){
html{
    background-image: url('other_photos/ice_cream_background10.png');
    background-repeat: repeat;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

    .gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    gap: 80px; 
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 70%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 70%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
    padding-top: 20px;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 300px;  /* Adjust this to the desired width */
    height: 250px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    width: 100%;

}

figcaption{
    text-align: center;
    justify-content: center;
    align-content: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

  .parlours{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
    margin-bottom: 200px;
}

.parlour{
    font-size: 1.3em;
}

.below-article{
  display: flex;
  align-content: center;
  padding-bottom: 100px;
}

.map-middle{
  display: flex;
  align-content: center;
  margin-bottom: 50px;
}

#ice-creamTitle{
    color: #ff99cc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 3px;
    background: linear-gradient(45deg, #ff99cc, #66ccff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
}


/* Flex container for rows of ice cream */
.ice-cream-row {
    display: flex;
    justify-content: flex-start; /* Spread out ice creams evenly in the row */
    flex-wrap: wrap; /* Allow wrapping of ice creams into multiple rows */
    gap: 60px; /* Increased gap to make room for the larger ice creams */
    margin-top: 40px; /* Space above */
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Container for each ice cream scoop + cone */
.ice-cream {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* Ice cream scoop (doubled size) */
.ice-cream-scoop {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #D4B12E; /* Strawberry ice cream color */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop2 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9CCB89;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop3 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #3BAFDA;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop4 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop5 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #A46F46;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

/* Adding a drip effect */
.ice-cream-scoop::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #D4B12E; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #D4B12E;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop2::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop2::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop3::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #3BAFDA	; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop3::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #3BAFDA	;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop4::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop4::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop5::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop5::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Text inside the ice cream scoop */
.scoop-text {
    font-size: 0.9em; /* Larger text size to fit the bigger scoop */
    color: white; /* White text for contrast */
    text-align: center;
    line-height: 1.3; /* Space between lines of text */
    max-width: 300px; /* Prevent text overflow */
    overflow-wrap: break-word; /* Handle long words gracefully */
}

/* Ice cream cone (doubled size) */
.ice-cream-cone {
    position: relative;
    width: 0;
    height: 0;
    border-left: 180px solid transparent; /* Doubled size */
    border-right: 180px solid transparent; /* Doubled size */
    border-top: 280px solid #d18f49; /* Cone color, doubled size */
    position: absolute;
    bottom: -220px; /* Position the cone below the scoop */
}
}

@media screen and (min-width: 901px) and (max-width: 1024px){
html{
    background-image: url('other_photos/ice_cream_background10.png');
    background-repeat: repeat;
}

.gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    gap: 80px; 
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 40%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 40%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
    padding-top: 20px;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 150px;  /* Adjust this to the desired width */
    height: 200px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    width: 100%;

}

figcaption{
    text-align: center;
    justify-content: center;
    align-content: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

  .parlours{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
    margin-bottom: 200px;
    padding-top: 20px;
}

.below-article{
  display: flex;
  align-content: center;
  margin-bottom: 100px;
}
#ice-creamTitle{
    color: #ff99cc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 3px;
    background: linear-gradient(45deg, #ff99cc, #66ccff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
}


/* Flex container for rows of ice cream */
.ice-cream-row {
    display: flex;
    justify-content: flex-start; /* Spread out ice creams evenly in the row */
    flex-wrap: wrap; /* Allow wrapping of ice creams into multiple rows */
    gap: 60px; /* Increased gap to make room for the larger ice creams */
    margin-top: 40px; /* Space above */
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Container for each ice cream scoop + cone */
.ice-cream {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* Ice cream scoop (doubled size) */
.ice-cream-scoop {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6; /* Strawberry ice cream color */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
}

.ice-cream-scoop2 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9CCB89;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop3 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #3BAFDA	;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop4 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop5 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #A46F46;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

/* Adding a drip effect */
.ice-cream-scoop::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop2::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop2::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop3::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #3BAFDA	; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop3::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #3BAFDA;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop4::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop4::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop5::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop5::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Text inside the ice cream scoop */
.scoop-text {
    font-size: 0.9em; /* Larger text size to fit the bigger scoop */
    color: white; /* White text for contrast */
    text-align: center;
    line-height: 1.3; /* Space between lines of text */
    max-width: 300px; /* Prevent text overflow */
    overflow-wrap: break-word; /* Handle long words gracefully */
}

/* Ice cream cone (doubled size) */
.ice-cream-cone {
    position: relative;
    width: 0;
    height: 0;
    border-left: 180px solid transparent; /* Doubled size */
    border-right: 180px solid transparent; /* Doubled size */
    border-top: 280px solid #d18f49; /* Cone color, doubled size */
    position: absolute;
    bottom: -220px; /* Position the cone below the scoop */
}}

@media screen and (min-width: 769px) and (max-width: 900px){
html{
    background-image: url('other_photos/ice_cream_background10.png');
    background-repeat: repeat;
}

.gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    gap: 80px; 
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 40%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 40%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
    padding-top: 20px;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 150px;  /* Adjust this to the desired width */
    height: 200px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    width: 100%;

}

figcaption{
    text-align: center;
    justify-content: center;
    align-content: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

  .parlours{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
    margin-bottom: 200px;
}

.below-article{
  display: flex;
  align-content: center;
  margin-bottom: 100px;
}
#ice-creamTitle{
    color: #ff99cc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 3px;
    background: linear-gradient(45deg, #ff99cc, #66ccff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
}


/* Flex container for rows of ice cream */
.ice-cream-row {
    display: flex;
    justify-content: flex-start; /* Spread out ice creams evenly in the row */
    flex-wrap: wrap; /* Allow wrapping of ice creams into multiple rows */
    gap: 60px; /* Increased gap to make room for the larger ice creams */
    margin-top: 40px; /* Space above */
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Container for each ice cream scoop + cone */
.ice-cream {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* Ice cream scoop (doubled size) */
.ice-cream-scoop {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6; /* Strawberry ice cream color */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
}

.ice-cream-scoop2 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9CCB89;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop3 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #3BAFDA;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop4 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop5 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #A46F46;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

/* Adding a drip effect */
.ice-cream-scoop::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop2::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop2::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop3::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #3BAFDA; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop3::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #3BAFDA	;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop4::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop4::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop5::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop5::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Text inside the ice cream scoop */
.scoop-text {
    font-size: 0.9em; /* Larger text size to fit the bigger scoop */
    color: white; /* White text for contrast */
    text-align: center;
    line-height: 1.3; /* Space between lines of text */
    max-width: 300px; /* Prevent text overflow */
    overflow-wrap: break-word; /* Handle long words gracefully */
}

/* Ice cream cone (doubled size) */
.ice-cream-cone {
    position: relative;
    width: 0;
    height: 0;
    border-left: 180px solid transparent; /* Doubled size */
    border-right: 180px solid transparent; /* Doubled size */
    border-top: 280px solid #d18f49; /* Cone color, doubled size */
    position: absolute;
    bottom: -220px; /* Position the cone below the scoop */
}}

@media screen and (min-width: 481px) and (max-width: 768px){
html{
    background-image: url('other_photos/ice_cream_background10.png');
    background-repeat: repeat;
}

.gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    gap: 80px; 
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 40%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 40%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
    padding-top: 20px;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 150px;  /* Adjust this to the desired width */
    height: 200px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    width: 100%;

}

figcaption{
    text-align: center;
    justify-content: center;
    align-content: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

  .parlours{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 90%;
    padding: 50px 0; 
    margin-bottom: 200px;
}

.below-article{
  display: flex;
  align-content: center;
  margin-bottom: 100px;
}
#ice-creamTitle{
    color: #ff99cc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 3px;
    background: linear-gradient(45deg, #ff99cc, #66ccff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
}


/* Flex container for rows of ice cream */
.ice-cream-row {
    display: flex;
    justify-content: flex-start; /* Spread out ice creams evenly in the row */
    flex-wrap: wrap; /* Allow wrapping of ice creams into multiple rows */
    gap: 60px; /* Increased gap to make room for the larger ice creams */
    margin-top: 40px; /* Space above */
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Container for each ice cream scoop + cone */
.ice-cream {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* Ice cream scoop (doubled size) */
.ice-cream-scoop {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6; /* Strawberry ice cream color */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
}

.ice-cream-scoop2 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9CCB89;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop3 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #3BAFDA	;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop4 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #9b59b6;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop5 {
    width: 360px; /* Doubled size */
    height: 360px; /* Doubled size */
    background-color: #A46F46;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

/* Adding a drip effect */
.ice-cream-scoop::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop2::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop2::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop3::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #3BAFDA	; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop3::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #3BAFDA;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop4::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop4::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop5::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop5::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Text inside the ice cream scoop */
.scoop-text {
    font-size: 0.9em; /* Larger text size to fit the bigger scoop */
    color: white; /* White text for contrast */
    text-align: center;
    line-height: 1.3; /* Space between lines of text */
    max-width: 300px; /* Prevent text overflow */
    overflow-wrap: break-word; /* Handle long words gracefully */
}

/* Ice cream cone (doubled size) */
.ice-cream-cone {
    position: relative;
    width: 0;
    height: 0;
    border-left: 180px solid transparent; /* Doubled size */
    border-right: 180px solid transparent; /* Doubled size */
    border-top: 280px solid #d18f49; /* Cone color, doubled size */
    position: absolute;
    bottom: -220px; /* Position the cone below the scoop */
}}

@media screen and (max-width: 480px){
html{
    background-image: url('other_photos/ice_cream_background10.png');
    background-repeat: repeat;
}

.gallery-container {
    position: relative;
    width: 80%; /* Adjust the width as needed */
    margin: 0 auto; /* Centers the gallery container */
    overflow: hidden; /* Hide the overflow */
    gap: 80px; 
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
  
  /* The gallery itself which holds the images */
  .gallery {
    display: flex;
    transition: transform 0.3s ease-in-out; /* Smooth scrolling transition */
    gap: 10px; /* Adds a small gap between each image */
    justify-content: center;   /* Center items horizontally */
    align-items: center;
  }
  
/* Apply a consistent size to all images inside the gallery */
.gallery img {
    width: 40%;  /* Makes the image take the full width of its container */
    height: auto; /* Maintains the aspect ratio of the image */
    flex-direction: column;
    flex-wrap: wrap;
}

/* Optional: Adjust the figure's image to match the rest */
.gallery figure img {
    width: 40%;   /* Makes the image inside the <figure> take up the full width */
    height: auto;  /* Keeps the aspect ratio intact */
    object-fit: cover;
    padding-top: 20px;
}

/* If you want fixed dimensions for all images (same width and height) */
.gallery img {
    width: 150px;  /* Adjust this to the desired width */
    height: 200px; /* Adjust this to the desired height */
}

.figure {
    display: inline-block;
    text-align: center;       /* Center the caption text */
    margin: 0;                /* Remove any default margins */
    position: relative;
}

.figure figcaption{
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block;
    width: 100%;

}

figcaption{
    text-align: center;
    justify-content: center;
    align-content: center;
}
  
  /* Style for the left and right arrows */
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2rem;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  
  .left-arrow {
    left: 10px;
  }
  
  .right-arrow {
    right: 10px;
  }

  .parlours{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
    margin: 0 auto;
    width: 100%;
    padding: 50px 0; 
    margin-bottom: 200px;
}

.below-article{
  display: flex;
  align-content: center;
  margin-bottom: 100px;
}
#ice-creamTitle{
    color: #ff99cc;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    font-family: "Bruno Ace SC";
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 3px;
    background: linear-gradient(45deg, #ff99cc, #66ccff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.5;
    text-transform: uppercase;
    width: 100%;
}


/* Flex container for rows of ice cream */
.ice-cream-row {
    display: flex;
    justify-content: flex-start; /* Spread out ice creams evenly in the row */
    flex-wrap: wrap; /* Allow wrapping of ice creams into multiple rows */
    gap: 60px; /* Increased gap to make room for the larger ice creams */
    margin-top: 40px; /* Space above */
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

/* Container for each ice cream scoop + cone */
.ice-cream {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: 0;
}

/* Ice cream scoop (doubled size) */
.ice-cream-scoop {
    width: 320px; /* Doubled size */
    height: 320px; /* Doubled size */
    background-color: #D4B12E; /* Strawberry ice cream color */
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
}

.ice-cream-scoop2 {
    width: 320px; /* Doubled size */
    height: 320px; /* Doubled size */
    background-color: #9CCB89;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop3 {
    width: 320px; /* Doubled size */
    height: 320px; /* Doubled size */
    background-color: #3BAFDA	;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop4 {
    width: 320px; /* Doubled size */
    height: 320px; /* Doubled size */
    background-color: #9b59b6;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

.ice-cream-scoop5 {
    width: 320px; /* Doubled size */
    height: 320px; /* Doubled size */
    background-color: #A46F46;
    border-radius: 50%; /* Make it circular */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add more space around the text */
    text-align: center;
    position: relative;
    font-size: 1.1em;
}

/* Adding a drip effect */
.ice-cream-scoop::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop2::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop2::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9CCB89;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop3::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #3BAFDA; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop3::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #3BAFDA;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop4::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #9b59b6; /* Match the ice cream color */
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop4::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #9b59b6;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

.ice-cream-scoop5::before {
    content: "";
    position: absolute;
    bottom: -25px; /* Positioned below the scoop */
    left: 50%;
    width: 50px;
    height: 25px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-15deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Adding multiple drips for more realism */
.ice-cream-scoop5::after {
    content: "";
    position: absolute;
    bottom: -50px; /* Positioned below the scoop */
    left: 70%;
    width: 40px;
    height: 20px;
    background-color: #A46F46;
    border-radius: 50%;
    transform: translateX(-50%) rotate(-25deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */
}

/* Text inside the ice cream scoop */
.scoop-text {
    font-size: 0.9em; /* Larger text size to fit the bigger scoop */
    color: white; /* White text for contrast */
    text-align: center;
    line-height: 1.3; /* Space between lines of text */
    max-width: 300px; /* Prevent text overflow */
    overflow-wrap: break-word; /* Handle long words gracefully */
}

/* Ice cream cone (doubled size) */
.ice-cream-cone {
    position: relative;
    width: 0;
    height: 0;
    border-left: 180px solid transparent; /* Doubled size */
    border-right: 180px solid transparent; /* Doubled size */
    border-top: 280px solid #d18f49; /* Cone color, doubled size */
    position: absolute;
    bottom: -220px; /* Position the cone below the scoop */
}}