 body {
        margin: 0;
        font-family: 'SolaimanLipi', Arial, sans-serif;
        background-color: #fff0f0;
    }

    .banner-top {
        background: green;
        color: red;
        padding: 20px;
        text-align: center;
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .banner-middle {
        background: linear-gradient(90deg, #1e90ff, #00bfff);
        color: #ffd700;
        padding: 15px;
        text-align: center;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .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;
}

/* about us start */
.common_heading{
    h4{
        text-align: center;
        font-weight:bold;
        text-transform: uppercase;
        margin: 30px 0;
        padding: 10px 10px;
        padding-top: 10px; 
        padding-bottom: 10px;
        background: teal;
        color: #000;
        font-size: 25px;
        border-radius: 30px;
        line-height: 50px;
    }
}
.about_photo{
    width: 50%;
    float: left;
    img{
        width: 100%;
        border: none ;
        border-radius: 20px;
    }
}
.about_content{
    width: 50%;
    float: left;
    h4{
        text-align: center ;
        font: 32px;
        font-family:  monospace;

        margin: 20px 0;
    }
    p{
        text-align: justify;
        padding: 0 0 0 20px;
    }
}

/* about us end  */
.container_1{
     width: 80%;
    margin: 0 auto;

}
.about_photo_1{
    width: 50%;
    float: right;
    img{
        width: 100%;
        border: none ;
        border-radius: 20px;
        padding-left: 20px;
    }
}
.about_content_1{
    width: 50%;
    float: left;
    h4{
        text-align: center ;
        font: 32px;
        font-family:  monospace;

        margin: 20px 20px;
    }
    p{
        text-align: justify;
        padding: 0 0 0 10px;
    }
}

/* about us end  */
.common_heading_2{
     h4{
        text-align: center;
        font-weight:bold;
        text-transform: uppercase;
        margin: 30px 0;
        padding: 10px 10px;
        padding-top: 10px; 
        padding-bottom: 10px;
        background: teal;
        color: #000;
        font-size: 25px;
        border-radius: 30px;
        line-height: 50px;
    }
}

}

.common_heading {
    text-align: center;
    margin-top: 30px;
}

.common_heading_3 img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
     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: 120%;
    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;
  }

  /* gap কে flexbox দিয়ে */
  .carousel-item .d-flex img:not(:last-child) {
    margin-right: 0px; /* 3টি gap = 20px each */
  }

body {
  background-color: #;
  color: #000;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

h2 {
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 2px solid #f4f1c9;
  display: inline-block;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #013915;
  color: white;
  padding: 30px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.form-left, .form-right {
  width: 48%;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: none;
  border-radius: 6px;
  outline: none;
  background-color: #f9f9f9;
}

.radio-group {
  margin-top: 10px;
}

.radio-group label {
  font-weight: normal;
}

.payment-methods {
  margin-top: 15px;
}

button {
  background-color: #d91515;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #b90e0e;
}

















