.new-blog-img img{
      width: 100%;
      height: 100%;
    }
    .bird-text{
      text-align: center;
  font-weight: bold;
  color: blue;-weight:bold ;
    }
    .span-text{
      text-align: center;
  font-weight: bold;
  color: red;-weight:bold ;
    }
    .btn-success{
      color: #fff;
  background-color: red;
  border-color: red;
  font-weight: bold;
    }
    .plus-1{
      border: 1px solid #fff;
  border-radius: 100%;
  font-size: small;
    }
  .new-blog-title h3{
      font-weight: bold;
      color: green;
  }

  .carousel-inner{
  height: 90vh;
}





 .banner-top {
        background: green;
        color: red;
        padding: 20px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
        border-radius: 10px;
    }

    .banner-middle {
        background: linear-gradient(90deg, #1e90ff, #00bfff);
        color: #000 !important;
        padding: 15px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        border-radius: 10px;
    }

    .banner-bottom {
        background-color: #fff0f0;
        color: #ff4500;
        padding: 20px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
    }
    .banner-bottom_1 {
        background-color: teal;
        color: #fff;
        padding: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
        border-radius: 30px;
    }

    /* Emoji adjustments for spacing */
    .banner-top span,
    .banner-middle span,
    .banner-bottom span {
        margin: 0 5px;
    }

    @media (max-width: 768px) {
        .banner-top, .banner-middle, .banner-bottom {
            font-size: 1rem;
            padding: 15px;
        }
    }

      * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body, html {
    height: 100%;
    font-family: Arial, sans-serif;
  }

  .your-slider {
      margin: 20px auto;
      width: 80%;
    }

    .slick-prev,
    .slick-next {
    background: #ffffff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1000;
    cursor: pointer;
    }

    .slick-prev:hover,
    .slick-next:hover {
      background: #000f07;
    }

    .slick-prev {
      left: 10px; 
    }

    .slick-next {
      right: 10px; 
    }
    .slick-slide {
  margin: 0 10px; 
}

.slick-list {
  margin: 0 -10px; 
}
.slider img{
    width: 100%;
    height: 500px;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 51px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #ff0e0e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 47px;
    line-height: 1;
    opacity: .75;
    color: #e1e1e1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: -3px;
    position: absolute;
    top: -1px;
}



.common_heading {
    text-align: center;
    margin-top: 30px;
}

.common_heading_3 img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    max-width: 500px; /* ← এখানে সাইজ বাড়ানো হলো */
    height: auto;
}

.cake_section{
    width: 100%;
    padding: 50px 0;
    background: #f8f8f8;
}

.cake_container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.cake_img{
    flex: 1;
}

.cake_img img{
    width: 80%;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.cake_text{
    flex: 1.2;
    font-size: 15px;
    line-height: 20px;
}

.cake_text ul{
    list-style: none;
    padding: 0;
}

.cake_text li{
    margin-bottom: 12px;
    font-weight: 500;
}

/* ✅ Responsive for Mobile */
@media (max-width: 768px){
    .cake_container{
        flex-direction: column;
        text-align: center;
    }

    .cake_text{
        text-align: left;
    }
}

.cake_section_1{
    width: 100%;
    padding: 5px 0;
    background: #f8f8f8;
}

.cake_container_1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 30px;

}

.cake_img_1{
    flex: 1;
}

.cake_img_1 img{
    width: 100%;
    height: 100% !important;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}

.cake_text_1{
    flex: 1.2;
    font-size: 15px;
    line-height: 22px;
}

.cake_text_1 ul{
    list-style: none;
    padding: 0;
}

.cake_text_1 li{
    margin-bottom: 10px;
    font-weight: 300;
}

/* ✅ Responsive for Mobile */
@media (max-width: 768px){
    .cake_container_1{
        flex-direction: column;
        text-align: center;
    }

    .cake_text_1{
        text-align: left;
    }
}


/*card part start*/
.card-2{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: .3s;
}
.card-2 img{
    width: 100%;
    border-radius: 8px;
}
.card-2:hover{
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
 
  .carousel-inner {
    padding: 0;
  }

  /* Flexbox for images in a slide */
  .carousel-item .d-flex {
    margin: 0;
    justify-content: space-between; 
  }

  .carousel-item .d-flex img {
    width: calc(25% - 15px); /* 4টি ছবি + মাঝের 20px gap (3 gaps) */
    margin: 0;
    display: block;
  }

  /*END*/

  /* Container Styling */
.whatsapp-container {
    background: linear-gradient(135deg, #e0f7e9, #c8f0e1);
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.whatsapp-container:hover {
    transform: translateY(-3px);
}

/* Text Styling */
.whatsapp-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #128C7E;
    text-align: center;
}

/* WhatsApp Button Styling */
.whatsapp-btn {
    background: linear-gradient(90deg, #25D366, #128C7E);
    color: white;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 50px;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    font-size: 1rem;
}

.whatsapp-btn:hover {
    transform: scale(1.1) rotate(-1deg);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    text-decoration: none;
    color: white;
}

/* Icon Animation */
.whatsapp-icon {
    font-size: 20px;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    60% { transform: translateY(-3px); }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .whatsapp-container {
        flex-direction: column;
        gap: 15px;
    }
}
.call-section{
padding: 0px 10px;
}