/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.header_bg {
    background: #ffffff;
    border-bottom: 1px solid #fc95c4;
}

.bg-light {
    background-color: transparent !important;
}

.ml-auto,
.mx-auto {
    margin: 0 auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 3px 15px;
    font-size: 18px;
    color: #222222;
    margin: 0px 6px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fc95c4;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fc95c4;
}

.navbar-brand {
    margin: 0px;
    float: right;
}

.navbar {
    padding: 15px 0px;
}


.navbar-nav .nav-item.active .nav-link {
    background-color: #fc95c4; /* light pink */
    color: #fff !important; /* white text for contrast */
    border-radius: 10px; /* rounded corners */
    padding: 8px 16px; /* optional spacing inside */
    transition: all 0.3s ease;
}
.navbar-nav .nav-link:hover {
    background-color: #fc95c4;
    border-radius: 10px;
    padding: 8px 16px;
    color: #000 !important;
}


@media (max-width: 891.98px) {
  .navbar-nav{
    margin-top: 30px;
  }
   .navbar-nav .nav-item {
      margin-top: 10px;
   }

   .navbar-nav .nav-item:first-child {
      margin-top: 20px;
   }

   .navbar-collapse {
      padding-top: 10px;
   }
}


.login_bt a {
    font-size: 18px;
    color: #222222;
    padding: 0px 50px 0px 30px;
}
/* Pink Button */
.btn-pink {
  background-color: #ff69b4;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-pink:hover {
  background-color: #ff85c1;
}


.login_bt a:hover {
    color: #fc95c4;
}
/* Core Dropdown Container */
.dropdown-menu {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 12px 0;
  border: 1px solid rgba(255, 105, 180, 0.3);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  animation: slideFade 0.4s ease;
  transition: all 0.4s ease-in-out;
  min-width: 240px;
  z-index: 999;
}

/* Each Dropdown Item */
.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  border-radius: 12px;
  transition: all 0.3s ease;
  position: relative;
}

/* Icon Styling */
.dropdown-menu .dropdown-item i {
  color: #ff69b4;
  margin-right: 10px;
  transition: transform 0.3s ease, color 0.3s ease;
  font-size: 18px;
}

/* Hover Effects */
.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(to right, #ff69b4, #ff8fb1);
  color: #fff;
  transform: translateX(5px);
  box-shadow: 0 5px 10px rgba(255, 105, 180, 0.2);
}

.dropdown-menu .dropdown-item:hover i {
  transform: rotate(15deg) scale(1.2);
  color: #fff;
}

/* Divider Line */
.dropdown-divider {
  height: 1px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
  border: none;
}

/* Animation */
@keyframes slideFade {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.fa.fa-search.form-control-feedback {
    font-size: 18px;
    color: #222222;
}

.fa.fa-search.form-control-feedback:hover {
    font-size: 18px;
    color: #fc95c4;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 90px 0px 145px 0px;
}

.banner_taital {
    width: 30%;
    font-size: 60px;
    color: #222222;
    font-weight: bold;
}

.banner_text {
    width: 70%;
    font-size: 16px;
    color: #222222;
    margin: 0px;
}

.started_text {
    width: 170px;
    float: left;
    padding-top: 20px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #ffffff;
    background-color: #fc95c4;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

.started_text a:hover {
    color: #252525;
    background-color: #faf8f9;
}

.form-group {
    margin-bottom: 0px;
}
.carousel-indicators{
    padding-top: 25px;
}
.carousel-indicators li {
    width: 40px;
    height: 40px;
    color: #252525;
    /* width: auto; */
    /* height: auto; */
    border: none;
    text-indent: 0;
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.carousel-indicators .active {
    padding: 10px;
    color: #fc95c4;
}

.carousel-indicators {
    bottom: -40px;
    justify-content: left;
    margin-right: initial;
    margin-left: 0px;
}

/* Remove Bootstrap's default dot styles */

.carousel-indicators li:hover {
    background-color: #f5739a;
    color: #fff;
    transform: scale(1.1);
    cursor: pointer;/* disables the pointer cursor */
}

  .carousel-indicators li.active {
    background-color: #f5739a;
    color: #fff;
  }
  

/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
}

.about_taital {
    width: 80%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
    padding-top: 120px;
}
.about_text span {
    font-style: italic;
    font-weight: 600;
    color: #d94f4f; /* You can change this to match your brand color */
 }
 
 .order_btn a {
    background-color: #e7a0b0; /* Light pink */
    color: #222222;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    display: inline-block;
 }

 .order_btn a:hover {
    background-color: #ed8fa5; /* Slightly deeper pink on hover */
    color: white;
 }

 .order_btn i {
    margin-left: 8px;
 }

.about_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 20px;
    right: 0px;
    border-radius: 4px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin-left: 0px;
}

.about_img {
    width: 100%;
    float: left;
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #fc95c4;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #1e1e1e;
    color: #faf8f9;
}

.banner_taital {
    white-space: nowrap;
    word-break: keep-all;
    font-size: 35px; /* or your desired size */
    line-height: 1.2;
    margin-bottom: 15px !important;
  }

  @media (max-width: 768px) {
    .banner_taital {
      font-size: 23px !important;
    }
  }
  
 
/* about section end */




/* Why Us Section Styles */
.why-us-section {
    background-color: #fff0f6;
    padding: 5rem 0;
  }
  
  .why-us-section h2 {
    color: #f5739a;
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 3rem;
  }
  
  .why-box {
    background-color: #fff;
    padding: 2rem;
    border-radius: 20px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
  }
  
  .why-box:hover {
    transform: translateY(-10px);
  }
  
  .why-box .fa {
    color: #f5739a;
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
  
  .why-title {
    color: #f5739a;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .why-desc {
    font-style: italic;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
  }
  
  /* Responsive Design */
  @media (max-width: 767px) {
    .why-us-section h2 {
      font-size: 2rem;
    }
  
    .why-box {
      padding: 1.5rem;
    }
  
    .why-title {
      font-size: 1.5rem;
    }
  
    .why-desc {
      font-size: 0.9rem;
    }
  }
  

/* cream section start */

.cream_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
    position: relative;
}

.cream_section::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 140px;
    background-image: url(../images/img-6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 80px;
}

.cream_section::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 140px;
    background-image: url(../images/img-6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    top: 180px;
    right: 0px;
}

.cream_taital {
    width: 67%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}

.cream_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 20px;
    right: 160px;
    border-radius: 4px;
}

.cream_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}

.cream_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.cream_box {
    width: 100%;
    float: left;
    background-image: linear-gradient( 0deg, #ffffff 37%, #f2f2f0 37%);
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 10px #ededec;
}

.cream_box:hover {
    background-image: linear-gradient( 0deg, #ffffff 37%, #faf0c7 37%);
}

.cream_img {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    min-height: 210px;
}


.rating_text {
   
    color: #ffc107; /* gold star color */
   
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #373736;
    font-weight: bold;
    background: #fff;
    padding: 18px 15px;
    border-radius: 100px;
   
 }
 


.strawberry_text {
    width: 100%;
    font-size: 22px;
    color: #373736;
    text-align: center;
    font-weight: bold;
}

.cart_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}

.cart_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    border: 1px solid #fc95c4;
    color: #fc95c4;
    padding: 8px 0px;
    border-radius: 40px;
}

.cart_bt a:hover {
    border: 1px solid #373736;
    color: #373736;
    background-color: #fc95c4;
}

.seemore_bt {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    display: flex;
}

.seemore_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #fc95c4;
    color: #fefefd;
    padding: 10px 0px;
    border-radius: 5px;
    font-weight: bold;
}

.seemore_bt a:hover {
    background-color: #1e1e1e;
    color: #faf8f9;
}


/* cream section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
    position: relative;
}

.services_taital {
    width: 66%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
}

.services_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 6px;
    background-color: #ffd6e1;
    bottom: 25px;
    right: 160px;
    border-radius: 4px;
}

.services_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}

.services_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.services_box {
    width: 100%;
    float: left;
    border: 1px solid #fc9cc8;
    padding: 20px 30px;
    height: auto;
}

.tasty_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #373736;
}

.icon_img {
    padding-right: 15px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #373736;
    margin: 0px;
}


/* services section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    padding: 90px 0px 100px 0px;
    position: relative;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #373736;
    font-weight: bold;
    text-align: center;
}

.testimonial_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-bottom: 75px;
    position: relative;
}

.testimonial_section::after {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon.png);
    background-size: 100%;
    left: 40px;
    top: 290px;
}

.testimonial_section::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 102px;
    background-image: url(../images/quick-icon.png);
    background-size: 100%;
    right: 40px;
    top: 290px;
}

.testimonial_box {
    width: 82%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 10px #ededec;
    padding: 50px 40px 0px 40px;
    height: 300px;
}

.testimonial_text {
    width: 100%;
    font-size: 16px;
    color: #343434;
    margin: 0px;
    text-align: center;
}

.client_name {
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #343434;
    font-weight: bold;
    padding-top: 40px;
}

.client_img {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -63px;
    top: 25%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    left: -63px;
    top: 25%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #fc95c4;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_sl695ider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background-color: #1e1e1e;
    color: #fff;
}


/* testimonial section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #262526;
    height: auto;
    padding: 90px 0px;
}

.contact_main {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 65%;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #fefefd;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #6d6d6d !important;
    border: 0px;
    text-transform: uppercase;
}

input.email-bt::placeholder {
    color: #fefefd;
}

.massage-bt {
    color: #fefefd;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 20px 20px 0px 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #6d6d6d !important;
    border: 0px;
    text-transform: uppercase;
}

textarea#comment::placeholder {
    color: #fefefd;
}

.main_bt {
    width: 150px;
    float: left;
    padding-top: 10px;
}

.main_bt a {
    width: 100%;
    float: left;
    color: #fefefd;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fc95c4;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.main_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.location_text {
    width: 100%;
    float: left;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    float: right;
}

.location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 0px 7px 0px 16px;
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #ffffff;
}

.padding_left_10 {
    font-size: 30px;
    color: #ffffff;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.padding_left_10:hover {
    color: #fc95c4;
}

.padding_left_10.active {
    color: #fc95c4;
}

.footer_social_icon {
    width: 100%;
    float: right;
    padding-top: 20px;
    text-align: right;
}

.footer_social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer_social_icon li {
    float: left;
}

.footer_social_icon li a {
    float: left;
    padding: 5px 10px;
    background-color: #fff;
    color: #252525;
    border-radius: 100%;
    font-size: 19px;
    margin-left: 15px;
    width: 44px;
    text-align: center;
    margin-top: 10px;
}

.footer_social_icon li a:hover {
    background-color: #fc95c4;
    color: #ffffff;
}

.mail_main {
    width: 70%;
    float: right;
}

.newsletter_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 130px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    float: left;
}

.update_mail {
    color: #444444;
    width: 100%;
    height: 55px;
    font-size: 16px;
    padding: 13px 10px 0px 10px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 10px;
    border: 0px;
    text-transform: uppercase;
}

textarea#comment.update_mail::placeholder {
    color: #444444;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 10px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 13px 0px 14px 0px;
    background-color: #fc95c4;
    text-align: center;
    text-transform: uppercase;
}

.subscribe_bt a:hover {
    color: #363636;
    background-color: #ffffff;
}


/* contact section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #262526;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-left: 0px;
    border-top: 1px solid #6d6d6d;
    padding-top: 30px;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #fc95c4;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

.scoopy-banner {
    background: #ffe6f0;
    padding: 80px 20px;
    border-radius: 0 0 60px 60px;
    position: relative;
    overflow: hidden;
  }
  
  .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }
  
  .banner-text {
    flex: 1 1 50%;
    padding: 20px;
  }
  
  .banner-text h1 {
    font-size: 50px;
    color: #ff4d94;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .banner-text p {
    font-size: 20px;
    color: #444;
    margin-bottom: 30px;
  }
  
  .banner-btn {
    background-color: #ff66b2;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
  }
  
  .banner-btn:hover {
    background-color: #ff3385;
  }
  
  .banner-image {
    flex: 1 1 45%;
    text-align: center;
  }
  
  .banner-image img {
    max-width: 100%;
    max-height: 400px;
    animation: floatIce 3s ease-in-out infinite;
  }
  
  /* Image floating animation */
  @keyframes floatIce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .banner-container {
      flex-direction: column-reverse;
      text-align: center;
    }
  
    .banner-text h1 {
      font-size: 36px;
    }
  
    .banner-text p {
      font-size: 18px;
    }
  
    .banner-image img {
      max-height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    .banner-text h1 {
      font-size: 28px;
    }
  
    .banner-text p {
      font-size: 16px;
    }
  
    .banner-btn {
      padding: 10px 25px;
      font-size: 14px;
    }
  }
  

/* Main section background */
.scoopyhub-section {
    padding: 60px 0;
    background-color: #fff0f6;
  }
  
  /* Accordion Cards */
  .scoopy-card {
    border: none;
    margin-bottom: 15px;
    background: none;
  }
  
  /* Accordion Headers */
  .scoopy-card-header {
    background-color: #ff66b2;
    color: white;
    border-radius: 8px;
  }
  
  .scoopy-card-header.light-pink {
    background-color: #ff99cc;
  }
  
  /* Accordion Buttons */
  .scoopy-card-header .btn-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    text-align: left;
  }
  
  /* Accordion Body */
  .scoopy-card-body {
   
    border-radius: 8px;
    padding: 20px;
    font-size: 16px;
    color: #555;
  }
  
  /* Side Box */
  .scoopy-side-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(255, 105, 180, 0.3);
    text-align: center;
  }
  
  /* Side Box Title */
  .scoopy-side-box h2 {
    color: #ff66b2;
    font-weight: bold;
    font-size: 28px;
  }
  
  /* Side Box Paragraph */
  .scoopy-side-box p {
    margin-top: 20px;
    color: #555;
    font-size: 16px;
  }
  
  /* Explore More Button */
  .scoopy-button {
    display: inline-block;
    margin-top: 20px;
    background-color: #ff66b2;
    color: white;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: background 0.3s;
  }
  
  .scoopy-button:hover {
    background-color: #ff3385;
  }
  

  .bg-pink {
    background-color: #ff4da6;
  }
  
  .bg-lightpink {
    background-color: #ff66b2;
  }
  
  .pink-card {
    background: #fff0f5;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #ffb3d1;
  }
  
  .pink-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(255, 105, 180, 0.3);
  }
  
  .menu-title {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .pink-table {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .pink-table th {
    background-color: #ff99cc;
    color: #fff;
    font-weight: bold;
    border: none;
  }
  
  .pink-table td {
    background-color: #ffe6f0;
    border: none;
  }
  
  .pink-table tr:hover td {
    background-color: #ffd9ec;
  }
  .text-pink {
    color: #ff4da6;
  }
  
  .btn-pink {
    background-color: #ff4da6;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    transition: background-color 0.3s ease;
  }
  
  .btn-pink:hover {
    background-color: #ff3385;
    color: white;
    text-decoration: none;
  }
  
  .scoopy-side-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  .banner-section {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
  }
  
  .banner-image {
    width: 100%;
    max-height: 90vh;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0px 8px 16px rgba(255, 105, 180, 0.3); /* Soft pink shadow */
  }
  
  .banner-heading {
    position: absolute;
    top: 40%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 600px;
    animation: bounceInLeft 2s ease-out;
    animation-delay: 1s;
    animation-fill-mode: both;
  }
  
  .banner-heading h1 {
    font-size: 2.7rem;
    font-weight: bold;
  }
  
  .banner-heading p {
    font-size: 1.2rem;
    margin-top: 10px;
  }
  
  /* Bounce In Left Keyframes */
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translateX(-300px);
    }
    60% {
      opacity: 1;
      transform: translateX(25px);
    }
    80% {
      transform: translateX(-10px);
    }
    100% {
      transform: translateX(0);
    }
  }
  
  /* Media Query for Mobile */
  @media (max-width: 768px) {
    .banner-image {
      max-height: 250px;
      border-radius: 8px;
    }
  
    .banner-heading h1 {
      font-size: 1.8rem;
    }
  
    .banner-heading p {
      font-size: 1rem;
    }
  }
  

  .bg-mint {
    background-color: #3dc9a8;
  }
  
  .bg-coffee {
    background-color: #7b5b42;
  }
  
  .menu-title {
    font-family: 'Pacifico', cursive;
    font-size: 24px;
  }
  

.animated-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  transition: transform 0.3s, background 0.3s;
}
.animated-dots li:hover {
  transform: scale(1.3);
  background: palevioletred;
}
.animated-dots .active {
  background: #ad1457;
}
