 /* wedding category  */
    .category-box {
        background: #fff;
        /* border: 1px solid #ddd; */
        border-radius: 0px;
        padding: 0 0 0 0px !important;
        transition: transform 0.3s ease-in-out;
        min-height: 100px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .category-box:hover {
        transform: translateY(-3px);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .category-img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        /* height: auto; */
        object-fit: cover;
        clip-path: ellipse(99% 140px at 100% 50%);
        margin-right: 0 !important;
        margin-top: -50px;
    }

    .sub-services-list {
        padding-left: 0px;
        margin-top: 10px;
        background: #fff;
        margin-bottom: 0;
    }

    .sub-service-item {
        font-size: 14px;
        color: #555;
        padding: 5px 0;
    }
    .category-items h5 {
    width: 100%;
    font-size: 18px;
  }

  .category-list-bg:nth-child(1) .category-box{
    background-color: rgb(216, 223, 252);
    background-image: url(../img/photographers.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
   .category-list-bg:nth-child(2) .category-box{
    background-color: rgb(244, 213, 194);
    background-image: url(../img/makeup.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
   .category-list-bg:nth-child(3) .category-box{
    background-color: rgb(223, 178, 173);
    background-image: url(../img/pre-wed.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .category-list-bg:nth-child(4) .category-box{
    background-color: rgb(216, 223, 252);
    background-image: url(../img/planning-de.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .category-list-bg:nth-child(5) .category-box{
    background-color: rgb(246, 184, 150);
    background-image: url(../img/bride-wear.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .category-list-bg:nth-child(6) .category-box{
    background-color: rgb(207, 205, 184);
    background-image: url(../img/groom-wear.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
   .category-list-bg:nth-child(7) .category-box{
    background-color: rgb(244, 213, 194);
    background-image: url(../img/mehandi.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .category-list-bg:nth-child(8) .category-box{
    background-color: rgb(216, 223, 252);
    background-image: url(../img/jewellerys.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hero-top-banner{
    position: relative;
  }
 .wed-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    color: #fff;
    /* background-color: rgb(242, 210, 189, 0.7); */
    max-width: 720px;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
  .hero-top-banner img {
    width: 100%;
    height: 600px;
}

    /* popular tabs */

     .popular-tab .tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    background: transparent;
    border: none;
    margin-right: 5px;
    font-size: 30px;
    color: #848282;
  }
    .popular-tab .tab-btn.active {
    border-bottom: 3px solid #000;
    color: #000;
}
    .popular-tab .tab-content {
    display: none;
    padding: 15px 0;
    margin-top: 10px;
}
    .popular-tab .tab-content.active {
      display: block;
    }
    .popular-tab img{
        width: 100%;
    }
    .popular-tab .row {
    --bs-gutter-x: 0.6rem !important;
}
.popular-src {
    text-align: center;
}
.popular-item img {
    min-height: 490px;
    object-fit: cover;
}
.popular-item{
    position: relative;
}
.popular-name {
    position: absolute;
    bottom: 8px;
    padding: 0 10px;
    color: #fff;
    background-color: rgb(0, 0, 0, .5);
    width: 100%;
    height: 48px;
}
.login-text{
    margin-right: 10px;
}
.login-text a:focus{
  box-shadow: none;
}

    /* wedding end  */

    /* Blog Card Styling */
    .blog-card {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .blog-card:hover {
        transform: translateY(-5px);
    }

    .blog-img-container {
        width: 100%;
        height: 200px;
        /* Ensures images take full width with a fixed height */
        overflow: hidden;
    }

    .blog-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        /* Ensures image fills the container without distortion */
    }

    .blog-content {
        padding: 15px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .blog-title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    .blog-text {
        font-size: 1rem;
        color: #555;
        margin-bottom: 10px;
    }

    .blog-date {
        font-size: 0.9rem;
        color: #888;
        margin-top: auto;
        /* Aligns date at the bottom */
    }

    .btn-primary {
        background-color:#eabc9e;
        border-color: #eabc9e;
        align-self: start;
        margin-top: 10px;
        /* Adds some spacing to the button */
        padding: 10px 20px;
        font-size: 1rem;
        border-radius: 5px;
    }

    .btn-primary:hover {
        background-color: #F2D2BD;
        border-color: #F2D2BD;
    }

    @media (max-width: 768px) {
        .blog-card {
            margin-bottom: 20px;
            /* Adds some margin between cards on smaller screens */
        }

        .blog-title {
            font-size: 1.1rem;
        }

        .blog-text {
            font-size: 0.95rem;
        }
    }
 @media (max-width: 540px) {
    .category-items h5 {
    width: calc(100% - 44%);
    font-size: 16px;
}
.category-img {
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }
 }