body{
  overflow-x: hidden;
}
.background-section {
height: 100vh;
background-image: url('../images/background_image.jpg');
background-size: cover;
background-position: center;
position: relative;
background-attachment: fixed;
}

.dark-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, #0c0c0c 0%, #000000 20%);
opacity: 0.58;
z-index: 0;
}

.logo-wrapper {
position: relative;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
padding: 50px 0;
padding-bottom: 0px;
}

.logo-image {
width: 190px;
}

.navbar-custom {
position: relative;
z-index: 2;
/* Higher z-index to ensure it's above the overlay but below dropdown */
}

.nav-item a {
color: #ffc60b !important;
font-size: 18px !important;
font-family: "Raleway", sans-serif;
}

.title-section {
text-align: center;
margin-top: 30px;
position: relative;
z-index: 1;
}

.title-section img {
width: 30%;
}

/* Main Heading Style */
.main-title {
color: #FFC60B;
font-family: "Great Vibes", Sans-serif;
font-size: 90px;
font-weight: 500;
line-height: 1.4em;
text-align: center;
overflow: hidden;
margin-top: 50px;
}

.main-title .highlight {
display: inline-block;
overflow: hidden;
}

/* Transparent dropdown background and border styling */
.dropdown-menu-custom {
background-color: rgba(0, 0, 0, 0.836) !important;
border: 1px solid #ffc60b !important;
position: absolute;
top: 100%;
/* Position dropdown below the nav item */
left: 0;
z-index: 3;
/* Higher z-index to overlap the image */
}

.dropdown-item-custom {
color: #ffc60b !important;
}

.dropdown-item-custom:hover {
background-color: rgba(255, 198, 11, 0.1) !important;
color: #ffc60b !important;
}

@media (max-width: 991.98px) {
  .background-section {
    height: 81vh;
    background-image: url('../images/background_image.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
  }
  .title-section{
    margin-top: 0px !important;
  }
  .title-section img {
    width: 80%;
  }
  .divider-image{
    width: 80% !important;
    margin-bottom: 20px;
  }

  .main-title {
    font-size: 4rem;
    overflow: hidden;
    margin-top: 20px;
  }

  /* Ensure the collapse menu behaves as usual */
  .navbar-collapse-custom {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 122vh;
    background: #000;
    border-left: 0.5px solid #ffc60b;
    z-index: 3040;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    transition: transform 0.3s ease;
    justify-content: left;
  }

  /* Align nav items to the left inside the collapse menu */
  .navbar-nav-custom {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    /* Remove default padding */
  }

  /* Make sure all nav links inside the collapse are aligned to the left */
  .nav-item-custom {
    width: 100%;
    text-align: left !important;
    position: relative;
    justify-content: left;
  }

  /* Add padding to each link and ensure left alignment */
  .nav-link-custom {
    padding: 10px 15px;
    width: 100%;
    position: relative;
    left: -40px;
    text-align: left !important;
    color: #ffc60b !important;
  }

  .navbar-toggler-icon-custom {
    margin-left: -2.5px;
  }

  /* Keep the toggle button fixed at the top left */
  .navbar-toggler-custom {
    position: fixed !important;
    top: 15px;
    left: 15px !important;
    width: 50px;
    height: 50px;
    z-index: 1050;
    background: transparent;
    color: #ffc60b !important;
    font-size: 24px;
  }
}

/* products */
.ice-cream-card {
background-color: #fffcef;
border-radius: 15px;
padding: 20px;
transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

.ice-cream-card:hover {
transform: translateY(-10px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.ice-cream-image-wrapper {
width: 220px;
height: 220px;
margin: 0 auto;
border-radius: 50%;
background: linear-gradient(135deg, #4b2e23, #d2691e); /* Chocolate color gradient */
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.3s ease-in-out;
}

.ice-cream-image-wrapper:hover {
background: linear-gradient(135deg, #d2691e, #4b2e23); /* Hover effect with reversed gradient */
}

.ice-cream-img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.custom-button{
  width: 150px;
  border-radius: 20px;
  background-color: #EF000F;
  color: white;
  border: none;
  font-family: "Raleway", sans-serif;
}
.custom-button:hover{
  width: 150px;
  border-radius: 20px;
  background-color: #EF000F;
  color: white;
  border: none;
  font-size: large;
  text-decoration: none;
}
.product-a{
  text-decoration: none;
  color: white;
  font-family: "Raleway", sans-serif;
}
.product-a:hover{
  text-decoration: none;
  color: white;
  font-family: "Raleway", sans-serif;
}

.ice-cream-title {
font-size: 2.5rem;
color: #2b3949;
font-weight: 700;
margin-bottom: 10px;
font-family: "Great Vibes", Sans-serif;
overflow:  hidden !important;
cursor: pointer;
}

.section-title {
font-size: 2.5rem;
color: #2b3949;
font-family: "Concert One", sans-serif;
font-weight: 300;
overflow:  hidden !important;
}

.section-subtitle {
font-size: 1.2rem;
color: #777;
margin-bottom: 30px;
}

/* Added gap between columns in the first row */
.first-row .ice-cream-col {
padding-left: 30px;
padding-right: 30px;
}

/* Added for spacing between rows */
.row {
margin-bottom: 40px;
}



/* footer */
.hero-section-footer {
position: relative;
width: 100vw;
height: auto;
background-image: url('../images/footer-bg-1900.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed !important;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
padding: 0px 0;
}

.overlay-footer {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, #0c0c0c 0%, #000000 20%);
opacity: 0.82;
z-index: 1;
}

.container-footer {
z-index: 2;
color: #fff;
padding: 20px;
position: relative;
max-width: 1200px;
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}



.footer-copyright {
font-size: 16px;
color: #ccc;
text-align: center;
margin-top: 30px;
}
.copyright-a{
  text-decoration: none;
  color: #ccc;
}
.copyright-a:hover{
  text-decoration: none;
  color: #ffffff;
}

.footer-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
}

.footer-col {
flex: 1;
padding: 20px;
min-width: 250px;
}

.footer-col h3 {
font-family: "Raleway", sans-serif;
font-size: 22px;
color: #FFC60B;
margin-bottom: 20px;
}

.footer-col ul {
list-style-type: none;
padding-left: 0;
}

.footer-col ul li {
font-family: "Raleway", sans-serif;
color: #fff;
margin-bottom: 10px;
}

.footer-col ul li a {
text-decoration: none;
color: #fff;
}

.footer-col ul li a:hover {
color: #FFC60B;
}

@media (max-width: 768px) {
.footer-row {
flex-direction: column;
align-items: flex-start;
} 
}

